[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:
https://bugs.launchpad.net/gvfs/+bug/435719/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 -ne '/^224/d' -e '/^127/d' -e '/^[0-9]/p'`;
echo -n ".";
timeout=$((${timeout} + 1));
sleep 1;
done
if [  ${timeout} -ge 20  ];then
echo " Pas de connexion réseau";
else
echo " Done";
fi


Hope this will help you

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/50430

Title:
  NIS has problems starting before the network comes up

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs