Re: [systemd-devel] Standardizing names for graphical session units

2016-07-05 Thread Simon McVittie
On 04/07/16 21:01, Martin Pitt wrote: > A session type like "GNOME" or "KDE" then defines which top-level > servcies it wants. Could this be done by having the .desktop file in /usr/share/xsessions or /usr/share/wayland-sessions start an appropriate systemd user unit directly, and wait for it to

Re: [systemd-devel] How to set a limit for mounting roofs?

2016-07-05 Thread Chris Murphy
On Tue, Jul 5, 2016 at 10:53 AM, Chris Murphy wrote: > It seems like this dracut doesn't understand rd.timeout. OK now on Fedora Rawhide and rd.timeout=30 appears to work. The failure is the same, systemd is waiting for /dev/vda2 for an unknown reason, it doesn't even

Re: [systemd-devel] How to set a limit for mounting roofs?

2016-07-05 Thread Chris Murphy
OK it must be this. :/# cat /usr/lib/udev/rules.d/64-btrfs.rules # do not edit this file, it will be overwritten on update SUBSYSTEM!="block", GOTO="btrfs_end" ACTION=="remove", GOTO="btrfs_end" ENV{ID_FS_TYPE}!="btrfs", GOTO="btrfs_end" # let the kernel know about this btrfs filesystem, and

Re: [systemd-devel] How to set a limit for mounting roofs?

2016-07-05 Thread Chris Murphy
On Tue, Jul 5, 2016 at 12:45 PM, Chris Murphy wrote: > OK it must be this. > > :/# cat /usr/lib/udev/rules.d/64-btrfs.rules > # do not edit this file, it will be overwritten on update > > SUBSYSTEM!="block", GOTO="btrfs_end" > ACTION=="remove", GOTO="btrfs_end" >

Re: [systemd-devel] does "Before=network.target" really work

2016-07-05 Thread Lennart Poettering
On Fri, 24.06.16 18:41, Xin Long (lucien@gmail.com) wrote: > On Fri, Jun 24, 2016 at 6:23 PM, Andrei Borzenkov wrote: > > On Fri, Jun 24, 2016 at 1:11 PM, Xin Long wrote: > >> Hi, > >> > >> I have a service, and want it to be stopped only after

Re: [systemd-devel] Samba Server dosen't start

2016-07-05 Thread Lennart Poettering
On Sun, 26.06.16 14:28, Reindl Harald (h.rei...@thelounge.net) wrote: > > > Am 26.06.2016 um 14:16 schrieb Tom H: > >On Sun, Jun 26, 2016 at 8:09 AM, Reindl Harald > >wrote: > >>Am 26.06.2016 um 13:27 schrieb Ralf Recktenwald: > >>> > >>>Smb.conf > >> > >>how is that a

Re: [systemd-devel] does "Before=network.target" really work

2016-07-05 Thread Lennart Poettering
On Fri, 24.06.16 18:53, Xin Long (lucien@gmail.com) wrote: > > but I can find some services are truly using it now: > $ grep "Before=network.target" . -R > ./wpa_supplicant.service:Before=network.target > ./NetworkManager.service:Before=network.target >

Re: [systemd-devel] How to set a limit for mounting roofs?

2016-07-05 Thread Chris Murphy
On Mon, Jul 4, 2016 at 9:24 PM, Andrei Borzenkov wrote: > 04.07.2016 21:32, Chris Murphy пишет: >> I have a system where I get an indefinite >> >> "A start job is running for dev-vda2.device (xmin ys / no limit)" >> >> Is there a boot parameter to use to change the no limit

Re: [systemd-devel] How to set a limit for mounting roofs?

2016-07-05 Thread Chris Murphy
New console log. Command line: BOOT_IMAGE=/vmlinuz-3.10.0-327.22.2.el7.x86_64 root=/dev/vda2 ro rootflags=subvol=root,degraded vconsole.keymap=us crashkernel=auto vconsole.font=latarcyrheb-sun16 LANG=en_US.UTF-8 rd.timeout=30 rd.debug rd.udev.debug systemd.log_level=debug

Re: [systemd-devel] How to set a limit for mounting roofs?

2016-07-05 Thread Chris Murphy
pre-mount:/# cat /run/systemd/generator/dev-vda2.device.d/timeout.conf [Unit] JobTimeoutSec=0 This is virsh console output during boot: https://drive.google.com/open?id=0B_2Asp8DGjJ9RlN1cGJTTEtHcjg Here is journalctl -b -o short-monotonic output from the pre-mount shell using Command line:

Re: [systemd-devel] [Solved] How to mount NFS prior to start postgresql from this volume

2016-07-05 Thread Lennart Poettering
On Mon, 04.07.16 09:40, wolfgang.wag...@riwa-gis.de (wolfgang.wag...@riwa-gis.de) wrote: > >-Ursprüngliche Nachricht- > >Von: Lennart Poettering [mailto:lenn...@poettering.net] > >Betreff: Re: [systemd-devel] How to mount NFS prior to start postgresql from > >this volume > > >

Re: [systemd-devel] How to set a limit for mounting roofs?

2016-07-05 Thread Lennart Poettering
On Tue, 05.07.16 14:00, Chris Murphy (li...@colorremedies.com) wrote: > On Tue, Jul 5, 2016 at 12:45 PM, Chris Murphy wrote: > > OK it must be this. > > > > :/# cat /usr/lib/udev/rules.d/64-btrfs.rules > > # do not edit this file, it will be overwritten on update > > > >

Re: [systemd-devel] How to set a limit for mounting roofs?

2016-07-05 Thread Lennart Poettering
On Mon, 04.07.16 12:32, Chris Murphy (li...@colorremedies.com) wrote: > I have a system where I get an indefinite > > "A start job is running for dev-vda2.device (xmin ys / no limit)" > > Is there a boot parameter to use to change the no limit to have a > limit? rd.timeout does nothing. When I

Re: [systemd-devel] Time synchronization over HTTP?

2016-07-05 Thread Lennart Poettering
On Mon, 27.06.16 10:34, Kai Hendry (hen...@webconverger.com) wrote: > Hi there, > > I had a quick look at > https://github.com/systemd/systemd/tree/master/src/timesync to try work > out if /usr/lib/systemd/systemd-timesyncd had some sort of fallback if > ntp UDP port 123 traffic is blocked. > >