On 23/01/14 17:26, poma wrote:
On 23.01.2014 22:14, poma wrote:
On 22.01.2014 18:55, Bob Goodwin - Zuni, Virginia, USA wrote:
Now I have another problem where user  "bobg" is not authorized!

If I correctly understood,
- systemd-204-18.fc19 - No problemos!
- systemd-208-9.fc20 - Hi-ho Silver!
plus,
- Your way:
multi-user.target -> 'startxfce4'
- Standard way:
graphical.target -> display-manager.service -> "Xfce Session"

Yes, I have been doing [from my notes]:

"2013-07-10 Fedora-19

  How do I change the default run level?

systemd uses symlinks to point to the default runlevel. You have to delete the existing symlink first before creating a new one

 rm /etc/systemd/system/default.target

Switch to runlevel 3 by default
ln -sf /lib/systemd/system/multi-user.target /etc/systemd/system/default.target "

I'm struggling with your explanation but not sure if you are suggesting a fix or offering a few thoughts, in other words, I am still lost!

F-20 in the VM developed the same authorization symptoms after I made the above change. Obviously I have created the problem. It has worked until now. :-[

So, from the F-20 VM displaying the problem this is what I get:

[root@localhost bobg]# ll /etc/systemd/system/display-manager.service
lrwxrwxrwx. 1 root root 35 Jan 23 16:25 /etc/systemd/system/display-manager.service -> /usr/lib/systemd/system/gdm.service

Bob

# ll /etc/systemd/system/display-manager.service
… -> /usr/lib/systemd/system/slim.service
# ln -s /etc/systemd/system/display-manager.service
/etc/systemd/system/multi-user.target.wants/
# ll /etc/systemd/system/multi-user.target.wants/display-manager.service
… -> /etc/systemd/system/display-manager.service

# systemctl set-default multi-user.target
# systemctl get-default
multi-user.target

Since 'graphical.target' is obviously not essential,
this also works regarding the handling of authorizations*:
- Non-Standard way:
multi-user.target -> display-manager.service -> "Xfce Session"

What IS obviously essential - sessions started within
'display-manager.service' i.e. "Display Manager"!


poma


* /usr/lib/systemd/systemd --user



--
http://www.qrz.com/db/W2BOD
Box 10 Fedora-19/64 XFCE Linux

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to