From: Marc G. <gr...@at...> - 2009-04-04 11:54:09
|
On Saturday 04 April 2009 12:59:00 Gordan Bobic wrote: > This comes up when building the initrd with the latest preview version: > > Extracting > rpms.../opt/atix/comoonics-bootimage/boot-scripts/etc/chroot-lib.sh: > line 292: $filename: ambiguous redirect Looks like there is something weird come up in the filelist. Means one file is misinterpreted. Hmm. What does file-list.lst (or something like this) look like in the initrd? > > Doesn't seem to be terminal, but it might be breaking something. > > Also this: > Copying kernelmodules > (2.6.24.7).../opt/atix/comoonics-bootimage/boot-scripts/etc/clusterfs-lib.s >h: line 1181: fuse_get_drivers: command not found > > I suspect this is caused by GlusterFS coming up as a fuse FS (which it > is), but there's an assumption being made about the function name based > on the FS. I'm not sure what the best solution for that might be. Any > ideas? Yes that's due to the "new" modules list. But it should be glusterfs_get_drivers shouldn't it. In my version I already added this function. It just returns fuse. > > I also had an idea for reducing the module count using my old lsmod > method. There is a reference count column, and modules with ref-count of > 0 obviously aren't needed by the logic used. I'll write a patch that > takes this into account when pruning the modules. Ok. That's right. But still there are modules being loaded later that do not necessarily need to get into the initrd ;-) . > > Gordan > > --------------------------------------------------------------------------- >--- _______________________________________________ > Open-sharedroot-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/open-sharedroot-devel I think on Monday I'll upload a new bunch of rpms. -- Gruss / Regards, Marc Grimme http://www.atix.de/ http://www.open-sharedroot.org/ |