[Bug 435719] Re: gvfs-fuse fails to start on NFS mounted homes

2012-01-09 Thread gwir
@John : I supposed it's a bash script? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/435719 Title: gvfs-fuse fails to start on NFS mounted homes To manage notifications about this bug go to:

[Bug 50430] Re: NIS has problems starting before the network comes up

2011-05-05 Thread gwir
Hello, This is the script i'm using : /etc/network/if-up.d/net_is_configured : #!/bin/sh # Testing if network is up before continuing network=`route -n | sed -ne '/^224/d' -e '/^127/d' -e '/^[0-9]/p'`; timeout=0 while [ ${network} = ] [ ${timeout} -le 20 ] do network=`route -n | sed

[Bug 50430] Re: NIS has problems starting before the network comes up

2011-05-05 Thread gwir
Hello, This is the script i'm using : /etc/network/if-up.d/net_is_configured : #!/bin/sh # Testing if network is up before continuing network=`route -n | sed -ne '/^224/d' -e '/^127/d' -e '/^[0-9]/p'`; timeout=0 while [ ${network} = ] [ ${timeout} -le 20 ] do network=`route -n | sed

[Bug 56302] Re: Issue with IPv6.

2008-05-30 Thread gwir
Same solution as in bug #32330, need to use udp4 in the atftpd option in the inetd.conf file : tftp dgram udp4 wait root /usr/sbin/tcpd /usr/sbin/in.tftpd -s /var/lib/tftpboot ** Changed in: atftp (Ubuntu) Status: Invalid = New -- Issue with IPv6. https://bugs.launchpad.net/bugs/56302