Hi,

Before I have made a kernel/initrd.img on a SUSE 10 on i386 machine. And
after try to restore my golden client but without good result. Then I
have re-install this golden client and make the test.

In attachment you can found two files created with the following
commandes:

1/ # si_prepareclient --server srvpxe --yes : output filename =
si_prepareclient-output.txt

2/ # si_prepareclient --server srvpxe --my-modules --yes : output
filename = si_prepareclient-output-2.txt

Regards
/Olivier

 

-----Original Message-----
From: Andrea Righi [mailto:[EMAIL PROTECTED] 
Sent: jeudi, 22. mars 2007 14:55
To: Studer Olivier
Cc: [email protected]
Subject: Re: [sisuite-users] Problem to create partition

Studer Olivier wrote:
> Hi,
> 
> The configuration of the Golden Client:
> Sun Fire V40z, SuSE Linux Enterprise Server 9 with SP3 (of Novell,
SuSE
> is a Novell Company). With 2 HDD and a LSI Logic / Symbios Logic
53c1030
> PCI-X Fusion-MPT Dual Ultra320 SCSI (rev 08) of SCSI controller. And
at
> the moment I have not configured the RAID (mirror)
> 
> You can see below the content:
> 
> agetest2:~ # cd /lib/modules/2.6.5-7.244-smp/
> agetest2:/lib/modules/2.6.5-7.244-smp # ls -l
> total 908
> drwxr-xr-x   4 root root   4096 Mar 21 10:17 .
> drwxr-xr-x   6 root root   4096 Mar 21 10:09 ..
> lrwxrwxrwx   1 root root     41 Mar 21 10:09 build ->
> /usr/src/linux-2.6.5-7.244-obj/x86_64/smp
> drwxr-xr-x   2 root root   4096 Mar 21 10:09 extra
> drwxr-xr-x  12 root root   4096 Mar 21 10:09 kernel
> -rw-r--r--   1 root root   2339 Dec 13  2005 megaide.LICENSE
> -rw-r--r--   1 root root 162109 Mar 21 10:17 modules.alias
> -rw-r--r--   1 root root     69 Mar 21 10:17 modules.ccwmap
> -rw-r--r--   1 root root 203397 Mar 21 10:17 modules.dep
> -rw-r--r--   1 root root    517 Mar 21 10:17 modules.ieee1394map
> -rw-r--r--   1 root root    602 Mar 21 10:17 modules.inputmap
> -rw-r--r--   1 root root    697 Mar 21 10:17 modules.isapnpmap
> -rw-r--r--   1 root root 178004 Mar 21 10:17 modules.pcimap
> -rw-r--r--   1 root root 162504 Mar 21 10:17 modules.symbols
> -rw-r--r--   1 root root 159288 Mar 21 10:17 modules.usbmap
> lrwxrwxrwx   1 root root     26 Mar 21 10:09 source ->
> /usr/src/linux-2.6.5-7.244
> agetest2:/lib/modules/2.6.5-7.244-smp #
> 

I think the following patch could help us to understand where's the
problem...

Could you apply it in your golden client and post the output of
si_prepareclient?

Thanks,
-Andrea

Index: lib/SystemImager/UseYourOwnKernel.pm
===================================================================
--- lib/SystemImager/UseYourOwnKernel.pm        (revision 3993)
+++ lib/SystemImager/UseYourOwnKernel.pm        (working copy)
@@ -170,6 +170,8 @@
                     if (-f "$staging_dir/$module") {
                         print " >> insmod $module\n" if( $verbose );
                         print FILE "insmod $module\n";
+                    } else {
+                        print "WARNING: '$staging_dir/$module' does not
exist!\n";
                     }
                 }
             }

agetest2:/u04 # si_prepareclient --server srvpxe --yes
Signaling xinetd to restart...
Using "parted" to gather information about disk:
    /dev/sda

>>> Copying modules to new initrd from: /lib/modules/2.6.5-7.244-smp...
skipping directory /lib/modules/2.6.5-7.244-smp/extra
skipping directory /lib/modules/2.6.5-7.244-smp/kernel
skipping non-regular file "lib/modules/2.6.5-7.244-smp/build"
skipping non-regular file "lib/modules/2.6.5-7.244-smp/source"
>>> Appending insmod commands to ./my_modules_dir/INSMOD_COMMANDS...
WARNING: '/tmp/.systemimager.0/' does not exist!
>>> Choosing filesystem for new initrd:  ext2
>>> Creating new initrd from staging dir:  /tmp/.systemimager.0
>>> New initrd mount point:     /tmp/.systemimager.1
 >> dd if=/dev/zero of=/etc/systemimager/boot/initrd bs=1024 count=82360
82360+0 records in
82360+0 records out

 >> mke2fs -b 1024 -m 0 -N 1358 -F /etc/systemimager/boot/initrd
mke2fs 1.38 (30-Jun-2005)
Filesystem label=
OS type: Linux
Block size=1024 (log=0)
Fragment size=1024 (log=0)
1408 inodes, 82360 blocks
0 blocks (0.00%) reserved for the super user
First data block=1
11 block groups
8192 blocks per group, 8192 fragments per group
128 inodes per group
Superblock backups stored on blocks:
        8193, 24577, 40961, 57345, 73729

Writing inode tables: done
Writing superblocks and filesystem accounting information: done

This filesystem will be automatically checked every 29 mounts or
180 days, whichever comes first.  Use tune2fs -c or -i to override.

 >> tune2fs -i 0 /etc/systemimager/boot/initrd
tune2fs 1.38 (30-Jun-2005)
Setting interval between checks to 0 seconds

 >> mount /etc/systemimager/boot/initrd /tmp/.systemimager.1 -o loop -t ext2

 >> tar -C /tmp/.systemimager.0 -cf - . | tar -C /tmp/.systemimager.1 -xf -
tar: ./lib/modules/2.6.5-7.244-smp/extra: time stamp 2007-03-22 16:14:33 is 
2405 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/arch/x86_64/kernel/cpufreq: time 
stamp 2007-03-22 16:14:33 is 2405 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/arch/x86_64/kernel: time stamp 
2007-03-22 16:14:33 is 2405 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/arch/x86_64/oprofile: time stamp 
2007-03-22 16:14:33 is 2405 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/arch/x86_64: time stamp 2007-03-22 
16:14:33 is 2405 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/arch: time stamp 2007-03-22 16:14:33 
is 2405 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/crypto: time stamp 2007-03-22 
16:14:33 is 2405 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/acpi: time stamp 2007-03-22 
16:14:33 is 2405 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/audit: time stamp 2007-03-22 
16:14:33 is 2405 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/base: time stamp 2007-03-22 
16:14:33 is 2405 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/block/paride: time stamp 
2007-03-22 16:14:33 is 2405 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/block: time stamp 2007-03-22 
16:14:33 is 2405 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/bluetooth: time stamp 
2007-03-22 16:14:33 is 2405 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/char/agp: time stamp 
2007-03-22 16:14:33 is 2405 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/char/drm: time stamp 
2007-03-22 16:14:33 is 2405 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/char/ipmi: time stamp 
2007-03-22 16:14:33 is 2405 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/char/lirc: time stamp 
2007-03-22 16:14:33 is 2405 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/char/pcmcia: time stamp 
2007-03-22 16:14:33 is 2405 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/char/tpm: time stamp 
2007-03-22 16:14:33 is 2405 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/char/watchdog: time stamp 
2007-03-22 16:14:33 is 2405 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/char: time stamp 2007-03-22 
16:14:33 is 2405 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/cpufreq: time stamp 
2007-03-22 16:14:33 is 2405 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/dump: time stamp 2007-03-22 
16:14:33 is 2405 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/firmware: time stamp 
2007-03-22 16:14:33 is 2405 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/i2c/algos: time stamp 
2007-03-22 16:14:33 is 2405 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/i2c/busses: time stamp 
2007-03-22 16:14:34 is 2406 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/i2c/chips: time stamp 
2007-03-22 16:14:34 is 2406 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/i2c: time stamp 2007-03-22 
16:14:34 is 2406 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/ide/legacy: time stamp 
2007-03-22 16:14:34 is 2406 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/ide/pci: time stamp 
2007-03-22 16:14:34 is 2406 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/ide: time stamp 2007-03-22 
16:14:34 is 2406 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/ieee1394: time stamp 
2007-03-22 16:14:34 is 2406 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/infiniband/core: time stamp 
2007-03-22 16:14:34 is 2406 s in the future
tar: 
./lib/modules/2.6.5-7.244-smp/kernel/drivers/infiniband/hw/mellanox-hca/hh: 
time stamp 2007-03-22 16:14:34 is 2406 s in the future
tar: 
./lib/modules/2.6.5-7.244-smp/kernel/drivers/infiniband/hw/mellanox-hca/mosal: 
time stamp 2007-03-22 16:14:34 is 2406 s in the future
tar: 
./lib/modules/2.6.5-7.244-smp/kernel/drivers/infiniband/hw/mellanox-hca/mpga: 
time stamp 2007-03-22 16:14:34 is 2406 s in the future
tar: 
./lib/modules/2.6.5-7.244-smp/kernel/drivers/infiniband/hw/mellanox-hca/provider:
 time stamp 2007-03-22 16:14:34 is 2406 s in the future
tar: 
./lib/modules/2.6.5-7.244-smp/kernel/drivers/infiniband/hw/mellanox-hca/thh: 
time stamp 2007-03-22 16:14:34 is 2406 s in the future
tar: 
./lib/modules/2.6.5-7.244-smp/kernel/drivers/infiniband/hw/mellanox-hca/vapi: 
time stamp 2007-03-22 16:14:34 is 2406 s in the future
tar: 
./lib/modules/2.6.5-7.244-smp/kernel/drivers/infiniband/hw/mellanox-hca/vapi_common:
 time stamp 2007-03-22 16:14:34 is 2406 s in the future
tar: 
./lib/modules/2.6.5-7.244-smp/kernel/drivers/infiniband/hw/mellanox-hca/vipkl: 
time stamp 2007-03-22 16:14:34 is 2406 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/infiniband/hw/mellanox-hca: 
time stamp 2007-03-22 16:14:34 is 2406 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/infiniband/hw: time stamp 
2007-03-22 16:14:34 is 2406 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/infiniband/legacy: time stamp 
2007-03-22 16:14:34 is 2406 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/infiniband/ulp/dapl: time 
stamp 2007-03-22 16:14:34 is 2406 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/infiniband/ulp/ipoib: time 
stamp 2007-03-22 16:14:34 is 2406 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/infiniband/ulp/srp: time 
stamp 2007-03-22 16:14:34 is 2406 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/infiniband/ulp: time stamp 
2007-03-22 16:14:34 is 2406 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/infiniband: time stamp 
2007-03-22 16:14:34 is 2406 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/input/gameport: time stamp 
2007-03-22 16:14:34 is 2406 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/input/joystick: time stamp 
2007-03-22 16:14:34 is 2406 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/input/keyboard: time stamp 
2007-03-22 16:14:34 is 2406 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/input/misc: time stamp 
2007-03-22 16:14:34 is 2406 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/input/mouse: time stamp 
2007-03-22 16:14:34 is 2406 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/input/serio: time stamp 
2007-03-22 16:14:34 is 2406 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/input/touchscreen: time stamp 
2007-03-22 16:14:34 is 2406 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/input: time stamp 2007-03-22 
16:14:34 is 2406 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/isdn/capi: time stamp 
2007-03-22 16:14:34 is 2406 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/isdn/hardware/avm: time stamp 
2007-03-22 16:14:34 is 2406 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/isdn/hardware: time stamp 
2007-03-22 16:14:34 is 2406 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/isdn/hisax: time stamp 
2007-03-22 16:14:34 is 2406 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/isdn/i4l: time stamp 
2007-03-22 16:14:34 is 2406 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/isdn/tpam: time stamp 
2007-03-22 16:14:34 is 2406 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/isdn: time stamp 2007-03-22 
16:14:34 is 2406 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/md: time stamp 2007-03-22 
16:14:34 is 2406 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/media: time stamp 2007-03-22 
16:14:34 is 2406 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/message/fusion: time stamp 
2007-03-22 16:14:34 is 2406 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/message/i2o: time stamp 
2007-03-22 16:14:34 is 2406 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/message: time stamp 
2007-03-22 16:14:34 is 2406 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/misc/ibmasm: time stamp 
2007-03-22 16:14:34 is 2406 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/misc: time stamp 2007-03-22 
16:14:34 is 2406 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/mtd/chips: time stamp 
2007-03-22 16:14:34 is 2406 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/mtd/devices: time stamp 
2007-03-22 16:14:34 is 2406 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/mtd/maps: time stamp 
2007-03-22 16:14:34 is 2406 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/mtd/nand: time stamp 
2007-03-22 16:14:34 is 2406 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/mtd: time stamp 2007-03-22 
16:14:34 is 2406 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/net/appletalk: time stamp 
2007-03-22 16:14:35 is 2407 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/net/arcnet: time stamp 
2007-03-22 16:14:35 is 2407 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/net/bcm: time stamp 
2007-03-22 16:14:35 is 2407 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/net/bcm44: time stamp 
2007-03-22 16:14:35 is 2407 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/net/bonding: time stamp 
2007-03-22 16:14:35 is 2407 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/net/e1000: time stamp 
2007-03-22 16:14:35 is 2407 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/net/hamradio: time stamp 
2007-03-22 16:14:35 is 2407 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/net/irda: time stamp 
2007-03-22 16:14:35 is 2407 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/net/ixgb: time stamp 
2007-03-22 16:14:35 is 2407 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/net/pcmcia: time stamp 
2007-03-22 16:14:35 is 2407 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/net/sk98lin: time stamp 
2007-03-22 16:14:35 is 2407 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/net/skfp: time stamp 
2007-03-22 16:14:35 is 2407 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/net/tokenring: time stamp 
2007-03-22 16:14:35 is 2407 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/net/tulip: time stamp 
2007-03-22 16:14:35 is 2407 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/net/wireless/prism54: time 
stamp 2007-03-22 16:14:35 is 2407 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/net/wireless: time stamp 
2007-03-22 16:14:35 is 2407 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/net: time stamp 2007-03-22 
16:14:35 is 2407 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/parport: time stamp 
2007-03-22 16:14:35 is 2407 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/pci/hotplug: time stamp 
2007-03-22 16:14:36 is 2408 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/pci: time stamp 2007-03-22 
16:14:35 is 2407 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/pcmcia: time stamp 2007-03-22 
16:14:36 is 2408 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/scsi/aacraid: time stamp 
2007-03-22 16:14:36 is 2408 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/scsi/aic7xxx: time stamp 
2007-03-22 16:14:36 is 2408 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/scsi/lpfc: time stamp 
2007-03-22 16:14:36 is 2408 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/scsi/megaraid: time stamp 
2007-03-22 16:14:36 is 2408 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/scsi/pcmcia: time stamp 
2007-03-22 16:14:36 is 2408 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/scsi/qla2xxx: time stamp 
2007-03-22 16:14:36 is 2408 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/scsi/qla4xxx: time stamp 
2007-03-22 16:14:36 is 2408 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/scsi/sym53c8xx_2: time stamp 
2007-03-22 16:14:36 is 2408 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/scsi: time stamp 2007-03-22 
16:14:36 is 2408 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/serial/jsm: time stamp 
2007-03-22 16:14:36 is 2408 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/serial: time stamp 2007-03-22 
16:14:36 is 2408 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/telephony: time stamp 
2007-03-22 16:14:37 is 2409 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/usb/class: time stamp 
2007-03-22 16:14:37 is 2409 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/usb/core: time stamp 
2007-03-22 16:14:37 is 2409 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/usb/host: time stamp 
2007-03-22 16:14:37 is 2409 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/usb/image: time stamp 
2007-03-22 16:14:37 is 2409 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/usb/input: time stamp 
2007-03-22 16:14:37 is 2409 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/usb/media: time stamp 
2007-03-22 16:14:37 is 2409 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/usb/misc: time stamp 
2007-03-22 16:14:37 is 2409 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/usb/net: time stamp 
2007-03-22 16:14:37 is 2409 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/usb/serial: time stamp 
2007-03-22 16:14:37 is 2409 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/usb/storage: time stamp 
2007-03-22 16:14:37 is 2409 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/usb: time stamp 2007-03-22 
16:14:37 is 2409 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers/video: time stamp 2007-03-22 
16:14:37 is 2409 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/drivers: time stamp 2007-03-22 
16:14:37 is 2409 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/fs/adfs: time stamp 2007-03-22 
16:14:37 is 2409 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/fs/affs: time stamp 2007-03-22 
16:14:37 is 2409 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/fs/afs: time stamp 2007-03-22 
16:14:37 is 2409 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/fs/autofs: time stamp 2007-03-22 
16:14:37 is 2409 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/fs/autofs4: time stamp 2007-03-22 
16:14:37 is 2409 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/fs/befs: time stamp 2007-03-22 
16:14:37 is 2409 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/fs/bfs: time stamp 2007-03-22 
16:14:37 is 2409 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/fs/cifs: time stamp 2007-03-22 
16:14:37 is 2409 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/fs/coda: time stamp 2007-03-22 
16:14:37 is 2409 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/fs/configfs: time stamp 2007-03-22 
16:14:37 is 2409 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/fs/cramfs: time stamp 2007-03-22 
16:14:37 is 2409 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/fs/dmapi: time stamp 2007-03-22 
16:14:37 is 2409 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/fs/efs: time stamp 2007-03-22 
16:14:37 is 2409 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/fs/exportfs: time stamp 2007-03-22 
16:14:37 is 2409 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/fs/ext3: time stamp 2007-03-22 
16:14:37 is 2409 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/fs/fat: time stamp 2007-03-22 
16:14:37 is 2409 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/fs/freevxfs: time stamp 2007-03-22 
16:14:37 is 2409 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/fs/hfs: time stamp 2007-03-22 
16:14:37 is 2409 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/fs/hfsplus: time stamp 2007-03-22 
16:14:37 is 2409 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/fs/hpfs: time stamp 2007-03-22 
16:14:37 is 2409 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/fs/jbd: time stamp 2007-03-22 
16:14:37 is 2409 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/fs/jffs: time stamp 2007-03-22 
16:14:37 is 2409 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/fs/jffs2: time stamp 2007-03-22 
16:14:37 is 2409 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/fs/jfs: time stamp 2007-03-22 
16:14:37 is 2409 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/fs/lustre: time stamp 2007-03-22 
16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/fs/msdos: time stamp 2007-03-22 
16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/fs/ncpfs: time stamp 2007-03-22 
16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/fs/nfsd: time stamp 2007-03-22 
16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/fs/nls: time stamp 2007-03-22 
16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/fs/ntfs: time stamp 2007-03-22 
16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/fs/ocfs2/cluster: time stamp 
2007-03-22 16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/fs/ocfs2/dlm: time stamp 2007-03-22 
16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/fs/ocfs2: time stamp 2007-03-22 
16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/fs/qnx4: time stamp 2007-03-22 
16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/fs/rcfs: time stamp 2007-03-22 
16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/fs/reiserfs: time stamp 2007-03-22 
16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/fs/relayfs: time stamp 2007-03-22 
16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/fs/romfs: time stamp 2007-03-22 
16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/fs/smbfs: time stamp 2007-03-22 
16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/fs/sysv: time stamp 2007-03-22 
16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/fs/udf: time stamp 2007-03-22 
16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/fs/ufs: time stamp 2007-03-22 
16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/fs/vfat: time stamp 2007-03-22 
16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/fs/xfs/quota: time stamp 2007-03-22 
16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/fs/xfs: time stamp 2007-03-22 
16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/fs: time stamp 2007-03-22 16:14:38 is 
2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/kdb: time stamp 2007-03-22 16:14:38 
is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/kernel/ckrm/rbce: time stamp 
2007-03-22 16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/kernel/ckrm: time stamp 2007-03-22 
16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/kernel: time stamp 2007-03-22 
16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/lib/zlib_deflate: time stamp 
2007-03-22 16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/lib: time stamp 2007-03-22 16:14:38 
is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/net/8021q: time stamp 2007-03-22 
16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/net/appletalk: time stamp 2007-03-22 
16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/net/ax25: time stamp 2007-03-22 
16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/net/bluetooth/bnep: time stamp 
2007-03-22 16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/net/bluetooth/cmtp: time stamp 
2007-03-22 16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/net/bluetooth/rfcomm: time stamp 
2007-03-22 16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/net/bluetooth: time stamp 2007-03-22 
16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/net/bridge/netfilter: time stamp 
2007-03-22 16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/net/bridge: time stamp 2007-03-22 
16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/net/core: time stamp 2007-03-22 
16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/net/decnet: time stamp 2007-03-22 
16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/net/econet: time stamp 2007-03-22 
16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/net/ipv4/ipvs: time stamp 2007-03-22 
16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/net/ipv4/netfilter: time stamp 
2007-03-22 16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/net/ipv4: time stamp 2007-03-22 
16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/net/ipv6/mobile_ip6: time stamp 
2007-03-22 16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/net/ipv6/netfilter: time stamp 
2007-03-22 16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/net/ipv6: time stamp 2007-03-22 
16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/net/ipx: time stamp 2007-03-22 
16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/net/irda/ircomm: time stamp 
2007-03-22 16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/net/irda/irlan: time stamp 2007-03-22 
16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/net/irda/irnet: time stamp 2007-03-22 
16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/net/irda: time stamp 2007-03-22 
16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/net/key: time stamp 2007-03-22 
16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/net/lapb: time stamp 2007-03-22 
16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/net/llc: time stamp 2007-03-22 
16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/net/lustre: time stamp 2007-03-22 
16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/net/netlink: time stamp 2007-03-22 
16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/net/netrom: time stamp 2007-03-22 
16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/net/packet: time stamp 2007-03-22 
16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/net/rose: time stamp 2007-03-22 
16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/net/rxrpc: time stamp 2007-03-22 
16:14:38 is 2410 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/net/sched: time stamp 2007-03-22 
16:14:39 is 2411 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/net/sctp: time stamp 2007-03-22 
16:14:39 is 2411 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/net/wanrouter: time stamp 2007-03-22 
16:14:39 is 2411 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/net/x25: time stamp 2007-03-22 
16:14:39 is 2411 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/net/xfrm: time stamp 2007-03-22 
16:14:39 is 2411 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/net: time stamp 2007-03-22 16:14:39 
is 2411 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/security/subdomain: time stamp 
2007-03-22 16:14:39 is 2411 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/security: time stamp 2007-03-22 
16:14:39 is 2411 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel/sound: time stamp 2007-03-22 16:14:39 
is 2411 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/kernel: time stamp 2007-03-22 16:14:39 is 
2411 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/modules.ieee1394map: time stamp 2007-03-22 
16:21:53 is 2845 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/modules.alias: time stamp 2007-03-22 
16:21:53 is 2845 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/modules.ccwmap: time stamp 2007-03-22 
16:21:53 is 2845 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/modules.dep: time stamp 2007-03-22 16:21:53 
is 2845 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/modules.isapnpmap: time stamp 2007-03-22 
16:21:53 is 2845 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/modules.inputmap: time stamp 2007-03-22 
16:21:53 is 2845 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/modules.pcimap: time stamp 2007-03-22 
16:21:53 is 2845 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/modules.symbols: time stamp 2007-03-22 
16:21:53 is 2845 s in the future
tar: ./lib/modules/2.6.5-7.244-smp/modules.usbmap: time stamp 2007-03-22 
16:21:53 is 2845 s in the future

 >> umount /tmp/.systemimager.1

 >> gzip -f -9 -S .img /etc/systemimager/boot/initrd

 >> ls -l /etc/systemimager/boot/initrd.img
-rw-r--r--  1 root root 20655384 Mar 22 15:34 /etc/systemimager/boot/initrd.img

 >> rm -fr /tmp/.systemimager.1

>> Evaluating initrd size to be added in the kernel boot options
>> (e.g. /etc/systemimager/pxelinux.cfg/syslinux.cfg):
 >>     suggested value -> ramdisk_size=92600

>>> Using kernel from:          /boot/vmlinuz
 >> ls -l /etc/systemimager/boot/kernel
-rw-r--r--  1 root root 1743905 Mar 22 15:35 /etc/systemimager/boot/kernel

Starting or re-starting rsync as a daemon.....
done!

This client is ready to have its image retrieved.  You must now run
the "si_getimage" command on your imageserver.

Your client has been successfully prepared.  Boot kernel (copied from
this Linux distribution) and an initrd.img (generated by the
initrd_template package) can be found in /etc/systemimager/boot.  If
PXE-booting, you can copy the files to /tftpboot or the specified
location.
agetest2:/u04 # si_prepareclient --server srvpxe --my-modules --yes
Signaling xinetd to restart...
Using "parted" to gather information about disk:
    /dev/sda

>>> Copying modules to new initrd from: /lib/modules/2.6.5-7.244-smp...
skipping directory /lib/modules/2.6.5-7.244-smp/extra
skipping directory /lib/modules/2.6.5-7.244-smp/kernel
skipping non-regular file "lib/modules/2.6.5-7.244-smp/build"
skipping non-regular file "lib/modules/2.6.5-7.244-smp/source"
>>> Appending insmod commands to ./my_modules_dir/INSMOD_COMMANDS...
WARNING: '/tmp/.systemimager.0/' does not exist!
>>> Choosing filesystem for new initrd:  ext2
>>> Creating new initrd from staging dir:  /tmp/.systemimager.0
>>> New initrd mount point:     /tmp/.systemimager.1
 >> dd if=/dev/zero of=/etc/systemimager/boot/initrd bs=1024 count=21228
21228+0 records in
21228+0 records out

 >> mke2fs -b 1024 -m 0 -N 307 -F /etc/systemimager/boot/initrd
mke2fs 1.38 (30-Jun-2005)
Filesystem label=
OS type: Linux
Block size=1024 (log=0)
Fragment size=1024 (log=0)
312 inodes, 21228 blocks
0 blocks (0.00%) reserved for the super user
First data block=1
3 block groups
8192 blocks per group, 8192 fragments per group
104 inodes per group
Superblock backups stored on blocks:
        8193

Writing inode tables: done
Writing superblocks and filesystem accounting information: done

This filesystem will be automatically checked every 27 mounts or
180 days, whichever comes first.  Use tune2fs -c or -i to override.

 >> tune2fs -i 0 /etc/systemimager/boot/initrd
tune2fs 1.38 (30-Jun-2005)
Setting interval between checks to 0 seconds

 >> mount /etc/systemimager/boot/initrd /tmp/.systemimager.1 -o loop -t ext2

 >> tar -C /tmp/.systemimager.0 -cf - . | tar -C /tmp/.systemimager.1 -xf -

 >> umount /tmp/.systemimager.1

 >> gzip -f -9 -S .img /etc/systemimager/boot/initrd

 >> ls -l /etc/systemimager/boot/initrd.img
-rw-r--r--  1 root root 7368195 Mar 22 15:43 /etc/systemimager/boot/initrd.img

 >> rm -fr /tmp/.systemimager.1

>> Evaluating initrd size to be added in the kernel boot options
>> (e.g. /etc/systemimager/pxelinux.cfg/syslinux.cfg):
 >>     suggested value -> ramdisk_size=31468

>>> Using kernel from:          /boot/vmlinuz
 >> ls -l /etc/systemimager/boot/kernel
-rw-r--r--  1 root root 1743905 Mar 22 15:43 /etc/systemimager/boot/kernel

Starting or re-starting rsync as a daemon.....
done!

This client is ready to have its image retrieved.  You must now run
the "si_getimage" command on your imageserver.

Your client has been successfully prepared.  Boot kernel (copied from
this Linux distribution) and an initrd.img (generated by the
initrd_template package) can be found in /etc/systemimager/boot.  If
PXE-booting, you can copy the files to /tftpboot or the specified
location.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
sisuite-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to