fai-setup doesn't work properly.

Bug #89026 reported by Alex Mauer
2
Affects Status Importance Assigned to Milestone
fai (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

Binary package hint: fai

After installing fai-quickstart and running 'sudo fai-setup -v' it fails with the following error:

W: Failure trying to run: chroot /usr/lib/fai/nfsroot dpkg --force-depends --install var/cache/apt/archives/libc6_2.3.6-0ubuntu20_i386.deb
No diversion `any diversion of /sbin/discover-modprobe', none removed

This is on dapper.

Related branches

Revision history for this message
Reinhard Tartler (siretart) wrote :
Download full text (84.9 KiB)

fai (3.2.1-0ubuntu1~ppa1) gutsy; urgency=low

  * Sync New Upstream Version to ubuntu.
    - Exception Request granted in LP: #139637
    - Problems with update-initramfs fixed: LP: 137511
    - fai-setup works now LP: #89026
    - static ip problem fixed ages ago: LP: #69862
    - fix dependency breakage: LP: #93876
  * Upload to ubuntu with some small changes.
  * Turn the package from native to non-native, the orig tarball is identical
    to the tarball in debian.
  * bin/fai: check if /proc is mounted in the nfsroot. if it isn't mount it
  * conf/NFSROOT: deinstall upstart, use sysvinit instead
  * conf/NFSROOT: install linux-image-generic as kernel image. This is
    thankfully consistent on all ubuntu architectures. We can drop
    unionsfs modules as well, since we have them in the kernel package.
  * conf/make-fai-nfsroot.conf: use archive.ubuntu.com for bootstrap
  * conf/sources.list: use archive.ubuntu.com as sources.
  * conf/sources.list: use fai-team's PPA for live-initramfs packages
  * debian/control: adapt build dependencies so we can build even on dapper

fai (3.2.1) unstable; urgency=low

  * mount swap partitions with identical priorities
  * fai-mirror: also match lowercase class names (for hostsnames),
    use $cfdir instead of fixed path /etc/fai
  * subroutines-linux: add timeout to nc call
  * subroutines: change message for faimond in task_faiend()
  * control: readd libapt-pkg-perl to depends, nfs-server (user space)
    does not support locking, so FAI cannot use it, remove wget, add arch
    to mknbi
  * get-config-dir-svn: add svn+ssh support
  * QUESTIONNAIRE: add USB stick, split bootb and dhcp
  * faimond, faimond.8: use Proc::Daemon, add options tTldP
  * faimond: do not allow ; in message (security), do not print ip and
    port number
  * make-fai-nfsroot: add option -U, do not divert update-initramfs (added
    because of a Ubuntu bug), activate -U if Ubuntu is detected
    determine the arch inside the nfsroot for defining a class, this help
    building amd64 nfsroots on i386 and vice versa,
    add support for running hooks, (closes: #342467)
  * make-fai-nfsroot.conf: add variable NFSROOT_HOOKS
  * make-fai-nfsroot.9: add info about NFSROOT_HOOKS
  * fai-mirror.8, make-fai-nfsroot.8: enhance/add info of -C, add info
    about variable FAI_ETC_DIR
  * packages_config/DEFAULT: fix typos in linux-image-amd64
  * fai-chboot,fai-chboot.8: add option -C and support for $FAI_ETC_DIR
  * savelog.LAST.source: add ignore pattern
  * packages_config/FAIBASE: add fai-client
  * fai-do-scripts: exit with maximum error code of all child scripts that
    had an error
  * fai: change message when stamp file already exists (closes: #441437)
  * fai-cd: remove arch specific path
  * fai-cd.8: add info about USB stick (closes: #441988),
    improve man page (closes: #441991)
  * new get-config-dir-git: add method git for access (closes: #441992)
  * examples/etc/dhcpd.conf: fix path
  * faimond-gui: new tool that produces graphical output of faimond
  * faimond-gui.8: new man page
  * get-config-dir-svn: fix svn+ssh with username (Closes: #442021)
  * fai-guide.sgml: add info about NFSROOT_HOOKS

fai (3.2) unstable; urg...

Changed in fai:
status: New → Fix Released
Revision history for this message
Reinhard Tartler (siretart) wrote :
Download full text (85.0 KiB)

fai (3.2.1-0ubuntu1~ppa1~feisty1) feisty; urgency=low

  * backport for feisty, no source changes

fai (3.2.1-0ubuntu1~ppa1) gutsy; urgency=low

  * Sync New Upstream Version to ubuntu.
    - Exception Request granted in LP: #139637
    - Problems with update-initramfs fixed: LP: 137511
    - fai-setup works now LP: #89026
    - static ip problem fixed ages ago: LP: #69862
    - fix dependency breakage: LP: #93876
  * Upload to ubuntu with some small changes.
  * Turn the package from native to non-native, the orig tarball is identical
    to the tarball in debian.
  * bin/fai: check if /proc is mounted in the nfsroot. if it isn't mount it
  * conf/NFSROOT: deinstall upstart, use sysvinit instead
  * conf/NFSROOT: install linux-image-generic as kernel image. This is
    thankfully consistent on all ubuntu architectures. We can drop
    unionsfs modules as well, since we have them in the kernel package.
  * conf/make-fai-nfsroot.conf: use archive.ubuntu.com for bootstrap
  * conf/sources.list: use archive.ubuntu.com as sources.
  * conf/sources.list: use fai-team's PPA for live-initramfs packages
  * debian/control: adapt build dependencies so we can build even on dapper

fai (3.2.1) unstable; urgency=low

  * mount swap partitions with identical priorities
  * fai-mirror: also match lowercase class names (for hostsnames),
    use $cfdir instead of fixed path /etc/fai
  * subroutines-linux: add timeout to nc call
  * subroutines: change message for faimond in task_faiend()
  * control: readd libapt-pkg-perl to depends, nfs-server (user space)
    does not support locking, so FAI cannot use it, remove wget, add arch
    to mknbi
  * get-config-dir-svn: add svn+ssh support
  * QUESTIONNAIRE: add USB stick, split bootb and dhcp
  * faimond, faimond.8: use Proc::Daemon, add options tTldP
  * faimond: do not allow ; in message (security), do not print ip and
    port number
  * make-fai-nfsroot: add option -U, do not divert update-initramfs (added
    because of a Ubuntu bug), activate -U if Ubuntu is detected
    determine the arch inside the nfsroot for defining a class, this help
    building amd64 nfsroots on i386 and vice versa,
    add support for running hooks, (closes: #342467)
  * make-fai-nfsroot.conf: add variable NFSROOT_HOOKS
  * make-fai-nfsroot.9: add info about NFSROOT_HOOKS
  * fai-mirror.8, make-fai-nfsroot.8: enhance/add info of -C, add info
    about variable FAI_ETC_DIR
  * packages_config/DEFAULT: fix typos in linux-image-amd64
  * fai-chboot,fai-chboot.8: add option -C and support for $FAI_ETC_DIR
  * savelog.LAST.source: add ignore pattern
  * packages_config/FAIBASE: add fai-client
  * fai-do-scripts: exit with maximum error code of all child scripts that
    had an error
  * fai: change message when stamp file already exists (closes: #441437)
  * fai-cd: remove arch specific path
  * fai-cd.8: add info about USB stick (closes: #441988),
    improve man page (closes: #441991)
  * new get-config-dir-git: add method git for access (closes: #441992)
  * examples/etc/dhcpd.conf: fix path
  * faimond-gui: new tool that produces graphical output of faimond
  * faimond-gui.8: new man page
  * get-config-dir-svn: fix svn+ssh with u...

Revision history for this message
Reinhard Tartler (siretart) wrote :
Download full text (85.0 KiB)

fai (3.2.1-0ubuntu1~ppa1~edgy1) edgy; urgency=low

  * backport for edgy, no source changes

fai (3.2.1-0ubuntu1~ppa1) gutsy; urgency=low

  * Sync New Upstream Version to ubuntu.
    - Exception Request granted in LP: #139637
    - Problems with update-initramfs fixed: LP: 137511
    - fai-setup works now LP: #89026
    - static ip problem fixed ages ago: LP: #69862
    - fix dependency breakage: LP: #93876
  * Upload to ubuntu with some small changes.
  * Turn the package from native to non-native, the orig tarball is identical
    to the tarball in debian.
  * bin/fai: check if /proc is mounted in the nfsroot. if it isn't mount it
  * conf/NFSROOT: deinstall upstart, use sysvinit instead
  * conf/NFSROOT: install linux-image-generic as kernel image. This is
    thankfully consistent on all ubuntu architectures. We can drop
    unionsfs modules as well, since we have them in the kernel package.
  * conf/make-fai-nfsroot.conf: use archive.ubuntu.com for bootstrap
  * conf/sources.list: use archive.ubuntu.com as sources.
  * conf/sources.list: use fai-team's PPA for live-initramfs packages
  * debian/control: adapt build dependencies so we can build even on dapper

fai (3.2.1) unstable; urgency=low

  * mount swap partitions with identical priorities
  * fai-mirror: also match lowercase class names (for hostsnames),
    use $cfdir instead of fixed path /etc/fai
  * subroutines-linux: add timeout to nc call
  * subroutines: change message for faimond in task_faiend()
  * control: readd libapt-pkg-perl to depends, nfs-server (user space)
    does not support locking, so FAI cannot use it, remove wget, add arch
    to mknbi
  * get-config-dir-svn: add svn+ssh support
  * QUESTIONNAIRE: add USB stick, split bootb and dhcp
  * faimond, faimond.8: use Proc::Daemon, add options tTldP
  * faimond: do not allow ; in message (security), do not print ip and
    port number
  * make-fai-nfsroot: add option -U, do not divert update-initramfs (added
    because of a Ubuntu bug), activate -U if Ubuntu is detected
    determine the arch inside the nfsroot for defining a class, this help
    building amd64 nfsroots on i386 and vice versa,
    add support for running hooks, (closes: #342467)
  * make-fai-nfsroot.conf: add variable NFSROOT_HOOKS
  * make-fai-nfsroot.9: add info about NFSROOT_HOOKS
  * fai-mirror.8, make-fai-nfsroot.8: enhance/add info of -C, add info
    about variable FAI_ETC_DIR
  * packages_config/DEFAULT: fix typos in linux-image-amd64
  * fai-chboot,fai-chboot.8: add option -C and support for $FAI_ETC_DIR
  * savelog.LAST.source: add ignore pattern
  * packages_config/FAIBASE: add fai-client
  * fai-do-scripts: exit with maximum error code of all child scripts that
    had an error
  * fai: change message when stamp file already exists (closes: #441437)
  * fai-cd: remove arch specific path
  * fai-cd.8: add info about USB stick (closes: #441988),
    improve man page (closes: #441991)
  * new get-config-dir-git: add method git for access (closes: #441992)
  * examples/etc/dhcpd.conf: fix path
  * faimond-gui: new tool that produces graphical output of faimond
  * faimond-gui.8: new man page
  * get-config-dir-svn: fix svn+ssh with usernam...

Revision history for this message
Reinhard Tartler (siretart) wrote :
Download full text (85.0 KiB)

fai (3.2.1-0ubuntu1~ppa1~dapper1) dapper; urgency=low

  * backport for dapper, no source changes

fai (3.2.1-0ubuntu1~ppa1) gutsy; urgency=low

  * Sync New Upstream Version to ubuntu.
    - Exception Request granted in LP: #139637
    - Problems with update-initramfs fixed: LP: 137511
    - fai-setup works now LP: #89026
    - static ip problem fixed ages ago: LP: #69862
    - fix dependency breakage: LP: #93876
  * Upload to ubuntu with some small changes.
  * Turn the package from native to non-native, the orig tarball is identical
    to the tarball in debian.
  * bin/fai: check if /proc is mounted in the nfsroot. if it isn't mount it
  * conf/NFSROOT: deinstall upstart, use sysvinit instead
  * conf/NFSROOT: install linux-image-generic as kernel image. This is
    thankfully consistent on all ubuntu architectures. We can drop
    unionsfs modules as well, since we have them in the kernel package.
  * conf/make-fai-nfsroot.conf: use archive.ubuntu.com for bootstrap
  * conf/sources.list: use archive.ubuntu.com as sources.
  * conf/sources.list: use fai-team's PPA for live-initramfs packages
  * debian/control: adapt build dependencies so we can build even on dapper

fai (3.2.1) unstable; urgency=low

  * mount swap partitions with identical priorities
  * fai-mirror: also match lowercase class names (for hostsnames),
    use $cfdir instead of fixed path /etc/fai
  * subroutines-linux: add timeout to nc call
  * subroutines: change message for faimond in task_faiend()
  * control: readd libapt-pkg-perl to depends, nfs-server (user space)
    does not support locking, so FAI cannot use it, remove wget, add arch
    to mknbi
  * get-config-dir-svn: add svn+ssh support
  * QUESTIONNAIRE: add USB stick, split bootb and dhcp
  * faimond, faimond.8: use Proc::Daemon, add options tTldP
  * faimond: do not allow ; in message (security), do not print ip and
    port number
  * make-fai-nfsroot: add option -U, do not divert update-initramfs (added
    because of a Ubuntu bug), activate -U if Ubuntu is detected
    determine the arch inside the nfsroot for defining a class, this help
    building amd64 nfsroots on i386 and vice versa,
    add support for running hooks, (closes: #342467)
  * make-fai-nfsroot.conf: add variable NFSROOT_HOOKS
  * make-fai-nfsroot.9: add info about NFSROOT_HOOKS
  * fai-mirror.8, make-fai-nfsroot.8: enhance/add info of -C, add info
    about variable FAI_ETC_DIR
  * packages_config/DEFAULT: fix typos in linux-image-amd64
  * fai-chboot,fai-chboot.8: add option -C and support for $FAI_ETC_DIR
  * savelog.LAST.source: add ignore pattern
  * packages_config/FAIBASE: add fai-client
  * fai-do-scripts: exit with maximum error code of all child scripts that
    had an error
  * fai: change message when stamp file already exists (closes: #441437)
  * fai-cd: remove arch specific path
  * fai-cd.8: add info about USB stick (closes: #441988),
    improve man page (closes: #441991)
  * new get-config-dir-git: add method git for access (closes: #441992)
  * examples/etc/dhcpd.conf: fix path
  * faimond-gui: new tool that produces graphical output of faimond
  * faimond-gui.8: new man page
  * get-config-dir-svn: fix svn+ssh with u...

Revision history for this message
Reinhard Tartler (siretart) wrote :
Download full text (9.3 KiB)

fai (3.2.1-0ubuntu1) gutsy; urgency=low

  * Sync New Upstream Version to ubuntu.
    - Exception Request granted in LP: #139637
    - Problems with update-initramfs fixed: LP: #137511
    - fai-setup works now LP: #89026
    - static ip problem fixed ages ago: LP: #69862
    - fix dependency breakage: LP: #93876
  * Upload to ubuntu with some small changes:
  * Turn the package from native to non-native, the orig tarball is identical
    to the tarball in debian.
  * bin/fai: check if /proc is mounted in the nfsroot. if it isn't mount it
  * conf/NFSROOT: deinstall upstart, use sysvinit instead
  * conf/NFSROOT: install linux-image-generic as kernel image. This is
    thankfully consistent on all ubuntu architectures. We can drop
    unionsfs modules as well, since we have them in the kernel package.
  * conf/make-fai-nfsroot.conf: use archive.ubuntu.com for bootstrap
  * conf/sources.list: use archive.ubuntu.com as sources.
  * conf/sources.list: use fai-team's PPA for live-initramfs packages

fai (3.2.1) unstable; urgency=low

  * mount swap partitions with identical priorities
  * fai-mirror: also match lowercase class names (for hostsnames),
    use $cfdir instead of fixed path /etc/fai
  * subroutines-linux: add timeout to nc call
  * subroutines: change message for faimond in task_faiend()
  * control: readd libapt-pkg-perl to depends, nfs-server (user space)
    does not support locking, so FAI cannot use it, remove wget, add arch
    to mknbi
  * get-config-dir-svn: add svn+ssh support
  * QUESTIONNAIRE: add USB stick, split bootb and dhcp
  * faimond, faimond.8: use Proc::Daemon, add options tTldP
  * faimond: do not allow ; in message (security), do not print ip and
    port number
  * make-fai-nfsroot: add option -U, do not divert update-initramfs (added
    because of a Ubuntu bug), activate -U if Ubuntu is detected
    determine the arch inside the nfsroot for defining a class, this help
    building amd64 nfsroots on i386 and vice versa,
    add support for running hooks, (closes: #342467)
  * make-fai-nfsroot.conf: add variable NFSROOT_HOOKS
  * make-fai-nfsroot.9: add info about NFSROOT_HOOKS
  * fai-mirror.8, make-fai-nfsroot.8: enhance/add info of -C, add info
    about variable FAI_ETC_DIR
  * packages_config/DEFAULT: fix typos in linux-image-amd64
  * fai-chboot,fai-chboot.8: add option -C and support for $FAI_ETC_DIR
  * savelog.LAST.source: add ignore pattern
  * packages_config/FAIBASE: add fai-client
  * fai-do-scripts: exit with maximum error code of all child scripts that
    had an error
  * fai: change message when stamp file already exists (closes: #441437)
  * fai-cd: remove arch specific path
  * fai-cd.8: add info about USB stick (closes: #441988),
    improve man page (closes: #441991)
  * new get-config-dir-git: add method git for access (closes: #441992)
  * examples/etc/dhcpd.conf: fix path
  * faimond-gui: new tool that produces graphical output of faimond
  * faimond-gui.8: new man page
  * get-config-dir-svn: fix svn+ssh with username (Closes: #442021)
  * fai-guide.sgml: add info about NFSROOT_HOOKS

fai (3.2) unstable; urgency=low

  * subroutines-linux: fix extra slash in path (closes: #428860),
    ...

Read more...

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.