Re: [leaf-user] Custom scripts and /dev/watchdog

2011-12-07 Thread Casper Pedersen
> > add it to /var/lib/lrpkg/local.local > > Even better set the value in sysctl.conf. > > But most importantly in this case procps.sh _must_ be set to a late time > in the init order, else the devices don0't exist yet and sysctl is > useless > Ahh, forgot about that, will try that. >>

Re: [leaf-user] Custom scripts and /dev/watchdog

2011-12-06 Thread Erich Titl
Casper on 06.12.2011 19:48, Casper Pedersen wrote: > Hi, > > I've found a general issue with linux and bridges - normally one would expect > that if an interface (like eth0) belongs to a bridge or a trunk that there > would be no address assigned to it - but no... ipv6 will be there... > > ech

[leaf-user] Custom scripts and /dev/watchdog

2011-12-06 Thread Casper Pedersen
Hi, I've found a general issue with linux and bridges - normally one would expect that if an interface (like eth0) belongs to a bridge or a trunk that there would be no address assigned to it - but no... ipv6 will be there... echo 1 > /proc/sys/net/ipv6/conf//disable_ipv6 I've tried to add thi