Package: fai-client
Version: 3.2.4
Severity: normal

While attempting to boot a Lenny FAI client from my Lenny FAI server (FAI 
3.2.4) I ran into the error during task_mirror:

Can't set permissions on mtab: Operation not permitted

It seems the mount requires the -n option because the filesystem is read-only. 
This is similar to a previous bug in which get-config-dir-nfs was modified to 
include the -n option

This should be added to /usr/lib/fai/subroutines-linux:

--     if mount $romountopt $FAI_DEBMIRROR ${FAI_ROOT}${MNTPOINT}; then
++     if mount -n $romountopt $FAI_DEBMIRROR ${FAI_ROOT}${MNTPOINT}; then

Thanks,
Mike Carvalho

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.22.8-mw017
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages fai-client depends on:
ii  cfengine2                    2.1.20-1    Tool for configuring and maintaini
ii  file                         4.17-5etch1 Determines file type using "magic"
ii  libapt-pkg-perl              0.1.20      Perl interface to libapt-pkg
ii  perl                         5.8.8-7     Larry Wall's Practical Extraction 

fai-client recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to