Hi,

on a few machines I've encountered a problem that prevented unattended from 
continuing the installation. It just failed, wasnt able to mount the network 
share and screamed "cifs vfs error" in my face. After some messing around I 
discovered that lowering the MTU on the interface at a certain point during the 
installation (verry time-critical moment) solved this error and didnt seem to 
have any negative impact on any of the other clients.

If possible I'd like to see this patch get applied in the SVN and also the next 
unattended release.

--- unattended/etc/udhcpc-script        2009-10-21 16:24:04.000000000 +0200
+++ unattended/etc/udhcpc-script       2009-10-05 13:58:27.000000000 +0200
@@ -11,6 +11,8 @@
         [ -n "$broadcast" ] && broadcast="broadcast $broadcast"
         echo "Running ifconfig $interface $ip $subnet $broadcast" >&2
         ifconfig $interface $ip $subnet $broadcast
+       echo "Lowering that goddamn MTU"
+       ifconfig $interface mtu 1412
         for router in $router ; do
             route add default gw $router
         done

-
jens

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel

Reply via email to