Here you have the output of the commands you asked for, the third one
produced no output:
golden-client:~ # file /boot/vmlinuz-2.6.22.5-31-default
/boot/vmlinuz-2.6.22.5-31-default: Linux/x86 Kernel, Setup Version 0x206,
bzImage, Version 2.6.22.5, Version 2.6.22.5-31, RO-rootFS, swap_dev 0x1,
Normal VGA
golden-client:~ # file -z /boot/vmlinuz-2.6.22.5-31-default
/boot/vmlinuz-2.6.22.5-31-default: Linux/x86 Kernel, Setup Version 0x206,
bzImage, Version 2.6.22.5, Version 2.6.22.5-31, RO-rootFS, swap_dev 0x1,
Normal VGA
golden-client:~ # cat /boot/vmlinuz-2.6.22.5-31-default | perl -pe 'while
(<STDIN>) { print "$1\n" if (m/(2\.[46]\.\d[^\/]*?) \([EMAIL PROTECTED])
[#]\d+.*\w{3}
\w{3} \d{1,2} \d{2}:\d{2}:\d{2} \w{3,4} \d{4}/o) }'
golden-client:~ #
golden-client:~ # zcat /boot/vmlinuz-2.6.22.5-31-default | perl -pe 'while
(<STDIN>) { print "$1\n" if (m/(2\.[46]\.\d[^\/]*?) \([EMAIL PROTECTED])
[#]\d+.*\w{3}
\w{3} \d{1,2} \d{2}:\d{2}:\d{2} \w{3,4} \d{4}/o) }'
gzip: /boot/vmlinuz-2.6.22.5-31-default: not in gzip format
I also append the output for 'file *' of the /boot directory:
golden-client:/boot # file *
backup_mbr: x86 boot sector; partition 2: ID=0x83,
starthead 0, startsector 4209030, 41945715 sectors; partition 3: ID=0x83,
starthead 254, startsector 46154745, 110141640 sectors
boot: symbolic link to `.'
boot.0800: x86 boot sector; partition 2: ID=0x83,
active, starthead 0, startsector 4209030, 41945715 sectors; partition 3:
ID=0x83, starthead 254, startsector 46154745, 110141640 sectors
boot.0802: x86 boot sector; GRand Unified
Bootloader, stage1 version 0x3, 1st sector stage2 0xa97986, GRUB version
0.97, code offset 0x48
config-2.6.22.5-31-default: ASCII text
grub: directory
initrd: symbolic link to `initrd-
2.6.22.5-31-default'
initrd-2.6.22.5-31-default: gzip compressed data, from Unix, last
modified: Wed Feb 6 13:50:59 2008, max compression
map: data
memtest.bin: Linux x86 kernel
message: cpio archive
symsets-2.6.22.5-31-debug.tar.gz: gzip compressed data, from Unix, last
modified: Mon Sep 24 21:24:18 2007, max compression
symsets-2.6.22.5-31-default.tar.gz: gzip compressed data, from Unix, last
modified: Mon Sep 24 21:11:35 2007, max compression
symsets-2.6.22.5-31-xen.tar.gz: gzip compressed data, from Unix, last
modified: Mon Sep 24 21:01:03 2007, max compression
symtypes-2.6.22.5-31-default.gz: gzip compressed data, was "
symtypes-2.6.22.5-31-default", from Unix, last modified: Mon Sep 24 21:11:47
2007, max compression
symvers-2.6.22.5-31-default.gz: gzip compressed data, from Unix, last
modified: Mon Sep 24 21:03:20 2007, max compression
System.map-2.6.22.5-31-default: ASCII text
vmlinux-2.6.22.5-31-default.gz: gzip compressed data, was "
vmlinux-2.6.22.5-31-default", from Unix, last modified: Mon Sep 24 21:09:09
2007, max compression
vmlinuz: symbolic link to `vmlinuz-
2.6.22.5-31-default'
vmlinuz-2.6.22.5-31-default: Linux/x86 Kernel, Setup Version 0x206,
bzImage, Version 2.6.22.5, Version 2.6.22.5-31, RO-rootFS, swap_dev 0x1,
Normal VGA
Thanks for your help.
jesus .-
On 2/21/08, Andrea Righi <[EMAIL PROTECTED]> wrote:
>
> Jesús Sánchez González wrote:
> >
> > Hello.
> >
> > I am trying to clone a recently upgraded box with openSUSE 10.3. This is
> > the golden node of a cluster of computers that had an old version of
> > systemimager running. I upgraded also the systemimager packages:
> >
> > systemconfigurator-2.2.11-1
> > systemimager-common-4.0.2-1
> > systemimager-x86_64initrd_template-4.0.2-1
> > systemimager-client-4.0.2-1
> >
> > And also installed:
> > perl-AppConfig-1.66-16
> > perl-File-HomeDir-0.65-26
> >
> > On the server side, I also installed:
> > systemimager-common-4.0.2-1
> > systemimager-server-4.0.2-1
> > systemimager-x86_64boot-standard-4.0.2-1
> > systemconfigurator-2.2.11-1
> >
> > When I am doing a si_prepareclient with --kernel and --modules options
> > (full output attached below) I got two warning messages at the end of
> > the process:
> >
> > WARNING: unable to detect kernel release of
> > "/boot/vmlinuz-2.6.22.5-31-default"!
> > WARNING: coulnd't create file /etc/systemconfig/systemconfig.conf
> > (needed by systemconfigurator)
>
>
> Could you post the output of the following commands?
>
> # file /boot/vmlinuz-2.6.22.5-31-default
>
> # file -z /boot/vmlinuz-2.6.22.5-31-default
>
> # cat /boot/vmlinuz-2.6.22.5-31-default | perl -pe 'while (<STDIN>) {
> print "$1\n" if (m/(2\.[46]\.\d[^\/]*?) \([EMAIL PROTECTED]) [#]\d+.*\w{3}
> \w{3}
> \d{1,2} \d{2}:\d{2}:\d{2} \w{3,4} \d{4}/o) }'
>
> # zcat /boot/vmlinuz-2.6.22.5-31-default | perl -pe 'while (<STDIN>) {
> print "$1\n" if (m/(2\.[46]\.\d[^\/]*?) \([EMAIL PROTECTED]) [#]\d+.*\w{3}
> \w{3}
> \d{1,2} \d{2}:\d{2}:\d{2} \w{3,4} \d{4}/o) }'
>
> It's the way UYOK uses to detect the kernel release and it seems to fail
> in your case.
>
> -Andrea
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> sisuite-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/sisuite-users
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
sisuite-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sisuite-users