Package: fai-client Version: 3.2.5 Severity: important
A known-to-work-just-fine setup fails with 3.2.5. First problem - the target directory isn't created automatically anymore: # fai -C /etc/grml/fai -c$GRMLSTUFF -u grml dirinstall /foo df: `/foo': No such file or directory [...] Ok, creating /foo manually and trying again. Second problem: The "local" variable is used outside a function. Third problem: an issue with nosuid/nodev, because the target directory isn't mounted nosuid/nodev: # mkdir /foo # fai -C /etc/grml/fai -c$GRMLSTUFF -u grml dirinstall /foo /usr/sbin/fai: line 227: local: can only be used in a function Target directroy is mounted using nosuid or nodev. Aborting # mount /dev/sda1 on / type ext3 (rw,errors=remount-ro) tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755) proc on /proc type proc (rw,noexec,nosuid,nodev) sysfs on /sys type sysfs (rw,noexec,nosuid,nodev) procbususb on /proc/bus/usb type usbfs (rw) udev on /dev type tmpfs (rw,mode=0755) JFTR: The "directroy" typo has been fixed already by h01ger. regards, -mika- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

