Bug#742668: /etc/sysctl.conf

2014-06-07 Thread Brian Potkin
On Thu 29 May 2014 at 22:23:17 +0200, Stefaan Himpe wrote:

> I had the same symptoms after an upgrade that switches to systemd and found
> out that in my case it was related to having
> 
> net.ipv6.conf.all.disable_ipv6 = 1
> 
> in /etc/sysctl.conf
> 
> After commenting out this line, cups starts normally.
> Wanted to add this info to the bug record in case it can help another user.

Many thanks for posting this advice. It (and OdyX's response) helped to
solve a problem which arose on debian-user.

  https://lists.debian.org/20140606163922.c8c11af2.shiems...@kpnplanet.nl

Regards,

Brian.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#742668: /etc/sysctl.conf

2014-05-29 Thread Didier 'OdyX' Raboud
Control: clone -1 -2
Control: reassign -2 systemd 204-8
Control: retitle -2 systemd: IPv6 addresses in ListenStream should not hinder 
socket file starting

Le jeudi, 29 mai 2014, 22.23:17 Stefaan Himpe a écrit :
> I had the same symptoms after an upgrade that switches to systemd and
> found out that in my case it was related to having
> 
> net.ipv6.conf.all.disable_ipv6 = 1
> 
> in /etc/sysctl.conf
> 
> After commenting out this line, cups starts normally.
> Wanted to add this info to the bug record in case it can help another
> user.

I think that's a problem of systemd: when a .socket file contains a
ListenStream stanza pointing at IPv6 addresses _and_ ipv6 is globally
disabled, systemd should let the .socket start (eventually with a
warning), not choke on it completely.

Hereby reassigning to see what the systemd maintainers say.

Cheers,

OdyX


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#742668: /etc/sysctl.conf

2014-05-29 Thread Stefaan Himpe
I had the same symptoms after an upgrade that switches to systemd and found
out that in my case it was related to having

net.ipv6.conf.all.disable_ipv6 = 1

in /etc/sysctl.conf

After commenting out this line, cups starts normally.
Wanted to add this info to the bug record in case it can help another user.