On Fri, Mar 04, 2005 at 10:48:36AM -0500, Skylar Thompson wrote: > Bas van der Vlies wrote: > > >Skylar Thompson wrote: > > > >>I'm in the process of rolling out a new image, and have been running > >>into this error: > >> > >>. /etc/init.d/functions: No such file or directory > >> > >>As near as I can tell, it's an SI-specific functions package that > >>provides stuff like beep and beep_incessantly, but I can't see any > >>package that provides it. I'm using SI 3.2.0-4 on both clients and > >>server. Ideas? > >> > > > >This file must be in the ramdisk image. Did you make your own? > > > No. I'm using the standard i386 boot package. I've pulled down the > source for SI, and it looks like it's part of the source but not part of > the pre-compiled RPMs that I installed from SourceForge. I'm building > the RPMs now to see if the spec file packages the function file.
Check and see if it's in the initrd.img that comes with the compiled packages. I'm using SI from the RPMs as well, and that's where I found it. [EMAIL PROTECTED]:~$ cat /usr/share/systemimager/boot/i386/standard/initrd.img |gzip -d > /tmp/initrd.fs [EMAIL PROTECTED]:~$ sudo mkdir /mnt/si [EMAIL PROTECTED]:~$ sudo mount /tmp/initrd.fs /mnt/si -o loop [EMAIL PROTECTED]:~$ find /mnt/si -name functions /mnt/si/etc/init.d/functions [EMAIL PROTECTED]:~$ -ben -- Ben Hartshorne email: [EMAIL PROTECTED] http://ben.hartshorne.net
pgpPknLikP04b.pgp
Description: PGP signature
