Bug#819314: procps: [sysctl] Missing dependency when used with systemd

2016-12-16 Thread Guus Sliepen
After there. -- Met vriendelijke groet / with kind regards, Guus Sliepen <g...@debian.org> signature.asc Description: Digital signature ___ Pkg-systemd-maintainers mailing list Pkg-systemd-maintainers@lists.alioth.debian.org http://list

Bug#825394: systemd kill background processes after user logs out

2016-05-29 Thread Guus Sliepen
roperly anyway? How about only sending the HUP signal to processes that don't have a pseudo-TTY assigned? That would kill all those daemons, leave anything running inside a screen/tmux/terminal untouched? -- Met vriendelijke groet / with kind regards,

Re: Bug#809166: networking.service does not prevent ifdown with network file systems

2016-01-21 Thread Guus Sliepen
On Fri, Jan 15, 2016 at 09:14:52AM +0100, Guus Sliepen wrote: > > The "manual" stanza isn't there just for network-manager. LTSP chroots don't > > have network-manager installed by default. > > A netbooted system needs these 2 things from ifupdown: > > 1) t

Re: Bug#809166: networking.service does not prevent ifdown with network file systems

2016-01-13 Thread Guus Sliepen
rt isn't really > relevant for you, but I wanted to mention it here for the record. What I am willing to do is to add the keyword "no-auto-down" to interface stanza's, which will prevent the interface from being brought down using "ifdown -a". -- Met vriendelijke groet / with ki

Re: Bug#809166: networking.service does not prevent ifdown with network file systems

2016-01-13 Thread Guus Sliepen
; interface on ifdown? This would then be a shortcut for > > iface eth0 inet manual > down ifconfig $IFACE down But do we need backwards compatibility? If we get LTSP and open-iscsi fixed in unstable, is there still a problem somewhere? -- Met vriendelijke groet / with kind

Re: Bug#810785: ifupdown breaks debootstrap of Debian

2016-01-12 Thread Guus Sliepen
at this --auto-deconfigure option is somehow not passed to dpkg. -- Met vriendelijke groet / with kind regards, Guus Sliepen <g...@debian.org> signature.asc Description: Digital signature ___ Pkg-systemd-maintainers mailing list Pkg-systemd-maint

Re: Bug#810785: ifupdown breaks debootstrap of Debian

2016-01-12 Thread Guus Sliepen
Ccing release team and systemd maintainers to have their opinion. -- Met vriendelijke groet / with kind regards, Guus Sliepen <g...@debian.org> signature.asc Description: Digital signature ___ Pkg-systemd-maintainers mailing list Pkg-s

Re: Bug#810785: ifupdown breaks debootstrap of Debian

2016-01-12 Thread Guus Sliepen
install both ifupdown and systemd, because ifupdown >= 0.8.4 and systemd << 228-3~ are EXPLICITLY not coinstallable. -- Met vriendelijke groet / with kind regards, Guus Sliepen <g...@debian.org> signature.asc Description: Digital signature

Bug#809744: Bug#809743: /var/lib/dpkg/info/udev.prerm called with unknown argument 'deconfigure'

2016-01-04 Thread Guus Sliepen
partial downgrades. But we > don't support these anyway. > > Unfortunately I don't have a better idea either. Guus, would you be > okay with dropping the Breaks: to udev again? If that's the only solution, sure. -- Met vriendelijke groet / with kind regards, Guus Sliepen <g.

Re: Bug#809171: Please handle network device hotplug events (move from udev)

2016-01-01 Thread Guus Sliepen
lt;< current version + 1~) and notify me on this bug, and I'll remove > the above files from udev right away in git (I'll prepare and stash > that right now). If you plan to do it in the next days you can use > 228-3~ Done. -- Met vriendelijke groet / with kind regards, Guus Sliep

Re: Bug#809171: Please handle network device hotplug events (move from udev)

2015-12-30 Thread Guus Sliepen
rom udev right away in git (I'll > > prepare and stash that right now). > > I have that ready, FTR. The changes are committed, I just did not upload anything to ftp-master yet. -- Met vriendelijke groet / with kind regards, Guus Sliepen <g...@debian.org> signature.asc D

Re: Bug#809166: networking.service does not prevent ifdown with network file systems

2015-12-27 Thread Guus Sliepen
can easily ifup it manually to fix it. -- Met vriendelijke groet / with kind regards, Guus Sliepen <g...@debian.org> signature.asc Description: Digital signature ___ Pkg-systemd-maintainers mailing list Pkg-systemd-maintainers@lists.alio

Re: Bug#809171: Please handle network device hotplug events (move from udev)

2015-12-27 Thread Guus Sliepen
lease of ifupdown (0.8.5). I'll need to know which version of the udev package to sync with. -- Met vriendelijke groet / with kind regards, Guus Sliepen <g...@debian.org> signature.asc Description: Digital signature ___ Pkg-systemd-ma

Re: Bug#806949: ifupdown: some tweaks to networking.service

2015-12-21 Thread Guus Sliepen
ers if so. It doesn't look like init-systemd-helpers is used at all. I guess this is only invoked when dh-systemd is used. I'll try to add dh_systemd_enable to debian/rules and see if that does what needs to be done during an upgrade. -- Met vriendelijke groet / with kind regards, G

Re: Bug#806949: ifupdown: some tweaks to networking.service

2015-12-20 Thread Guus Sliepen
uses a NFS mount? -- Met vriendelijke groet / with kind regards, Guus Sliepen <g...@debian.org> signature.asc Description: Digital signature ___ Pkg-systemd-maintainers mailing list Pkg-systemd-maintainers@lists.alioth.debian.org http://lists.

Re: Bug#806949: ifupdown: some tweaks to networking.service

2015-12-13 Thread Guus Sliepen
an address to respond to ping packets - Do nothing Maybe I could add an option to wait for a specific interface to get a (non-link-local) address assigned. But let me know if you have comments. -- Met vriendelijke groet / with kind regards, Guus Sliepen <g...@debian.org> wait-online

Re: Bug#806949: ifupdown: some tweaks to networking.service

2015-12-10 Thread Guus Sliepen
, and then start the mount command. So network-online.target is very ill-defined, and I'd rather not see anything depending on it, but if we have to, I'd like something that is as conservative as possible. -- Met vriendelijke groet / with kind regards, Guus Sliepen <g...@debian.org> s

Re: Bug#806949: ifupdown: some tweaks to networking.service

2015-12-03 Thread Guus Sliepen
specify which interfaces are "auto" and which are "hotplug", because ifupdown cannot really figure that out itself. And there might be some cases where a virtual interface depends on one or more hotpluggable ones. >But the above just mimics what the sysvinit script does, so it's

Re: Bug#806949: ifupdown: some tweaks to networking.service

2015-12-03 Thread Guus Sliepen
and most of the plugins would normally work fine without those dependencies, but an admin might intentionally put something in there that is expected to be set/loaded before networking is brought up. I'll just err on the safe side. -- Met vriendelijke groet / with kind regards, Guus Sl

Re: debconf / ifupdown / networkd / systemd

2015-07-16 Thread Guus Sliepen
commands/scripts that rely on DHCP to have finished. -- Met vriendelijke groet / with kind regards, Guus Sliepen g...@debian.org signature.asc Description: Digital signature ___ Pkg-systemd-maintainers mailing list Pkg-systemd-maintainers

Bug#757213: systemd becomes non-responsive, connection refused to /run/systemd/private

2014-08-27 Thread Guus Sliepen
for in the syslog, let me know. -- Met vriendelijke groet / with kind regards, Guus Sliepen g...@debian.org signature.asc Description: Digital signature ___ Pkg-systemd-maintainers mailing list Pkg-systemd-maintainers@lists.alioth.debian.org http