A1: Network settings not available to regular user

Issue #99 resolved
nightflier created an issue

A1 32-bit tested in vm and on real hw:

When trying to connect to wireless, or disconnect wired connection, regular user gets error:

"(32) No session found for uid 1000 (No session found for uid 1000)"

Root may perform these operations.

Comments (3)

  1. Moises Henriquez

    Have only been messing with this for about 5 minutes may have just found something that may shed some light on this issue.

    We recently changed the ConsoleKit package in the ISO to ConsoleKit2 because the old ConsoleKit is not much more than an abandoned project since it's roles have been taken over by systemd. So, looks like our ConsoleKit2 package needs to be re-visited.

    As a temporary solution, you can do this

    slapt-get -u; removepkg ConsoleKit2; slapt-get -i ConsoleKit. More research is necessary to see what ConsoleKit2 needs to supply the necessary policies to work for us.

  2. Log in to comment