It seems related to this problem : <cut>
> Hello, > > I'm trying to install a computer with the fai 2.5.5beta, everything is > running well till the end of the install_packages script which seem to > freeze... > > Here is the last commands I can see : > > /usr/sbin/install_packages: is executing chroot /tmp/target apt-get clean > /usr/sbin/install_packages: is executing chroot /tmp/target apt-get clean > /usr/sbin/install_packages: is executing chroot /tmp/target apt-get clean >Hi, >This is an old bug which frequently happens to me as well (using fai 2.4.1). It has something to do with the huge list of packages being sent to apt-get, which clogs it up somehow. You can make the install continue by killing off one of the "tee"s that is running (ps aux | grep tee). This doesn't make the installation very automatic, though... A better solution is to split the package list into smaller chunks (IIRC Thomas has added support for this). Maybe I should upgrade too :-> >Regards, >Ludwig Schwardt </cut> > I'm having the same problem since adding the xprt package to my > package_config. > > It stalls during a verbose install but is fine when it's not verbose. > > Removing xprt from the package_config makes the verbose install work > without a problem. > > any ideas? > > Nick. > > S�bastien GALLET wrote: >> hi >> When i use the verbose option in fai, the installation "freeze" after >> installing softwares. >> Seems like system waits for something ... but don't know what. >> Everything is ok when not using verbose option. >> >> output in software.log >> /usr/sbin/install_packages: is executing chroot /tmp/target apt-get >> clean >> /usr/sbin/install_packages: is executing chroot /tmp/target dpkg >> --configure --pending >> /usr/sbin/install_packages: is executing chroot /tmp/target dpkg -C >> /usr/sbin/install_packages: is executing chroot /tmp/target apt-get >> clean >> >> output of faimond >> ibotest_matrix TASKEND updatebase 0 >> ibotest_matrix HOOK instsoft.BASE >> ibotest_matrix TASKBEGIN instsoft >> >> > >
