Re: [sisuite-users] Imaging issues with RH ES 4

2007-02-22 Thread Andrea Righi
[EMAIL PROTECTED] wrote:
 
 Andrea,
 
 Find below the autoinstallscript.conf.
 
 What appears to have happended is that /selinux was imaged and then
 propagated to the
 new machine. By removing  /selinux files, creating  /.autorelabel and
 rebooting /selinux was
 properly mounted and 'fixfiles relabel' was run.

Hi all,

I think that we should add some common unwanted patters to the
exclusions automatically made by systemimager during image retrieval by
si_getimage.

In some recent distributions some pseudo-filesystem are not reported
with mount. On the other looking in /proc/mounts doesn't resolve,
because there are also the filesystems mounted *under* others (usually
rootfs, initramfs, etc).

Here is a list of patterns that we could always exclude:

# selinux stuff
/selinux/*
# eventfs in SuSE
/lib/klibc/events/*
# mounted media devices not reported by mount
/media/*
# NFS stuff
/var/lib/nfs/*
# LVM caches and backups (automatically re-created at the first boot)
/etc/lvm/.cache
/etc/lvm/backup/*
/etc/lvm/archive/*

What do you think? Do you know other patterns that should be
automatically excluded?

Regards,
-Andrea

PS for David: have you tried to remove /selinux/* from your image and
try to repeat the installation? this is equivalent to run si_getimage
with --exclude '/selinux/*'.

-
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.phpp=sourceforgeCID=DEVDEV
___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users


Re: [sisuite-users] Imaging issues with RH ES 4

2007-02-22 Thread David . Livingstone
Yes I have removed the /selinux/* from the image however I'm waiting for 
some new
machines to try again. 

 I agree that adding the patterns would be the fast solution.Of course the 
best solution
 would be to have mount/mtab show all mounts ... I could open a ticket 
with RH however
 I'm not sure I would get too far.





Andrea Righi [EMAIL PROTECTED] 
Sent by: [EMAIL PROTECTED]
2007/02/22 04:17
Please respond to
[EMAIL PROTECTED]; Please respond to
sisuite-users@lists.sourceforge.net


To
[EMAIL PROTECTED]
cc
sisuite-dev sisuite-devel@lists.sourceforge.net, 
sisuite-users@lists.sourceforge.net
Subject
Re: [sisuite-users] Imaging issues with RH ES 4






[EMAIL PROTECTED] wrote:

 Andrea,

 Find below the autoinstallscript.conf.

 What appears to have happended is that /selinux was imaged and then
 propagated to the
 new machine. By removing  /selinux files, creating  /.autorelabel and
 rebooting /selinux was
 properly mounted and 'fixfiles relabel' was run.

Hi all,

I think that we should add some common unwanted patters to the
exclusions automatically made by systemimager during image retrieval by
si_getimage.

In some recent distributions some pseudo-filesystem are not reported
with mount. On the other looking in /proc/mounts doesn't resolve,
because there are also the filesystems mounted *under* others (usually
rootfs, initramfs, etc).

Here is a list of patterns that we could always exclude:

# selinux stuff
/selinux/*
# eventfs in SuSE
/lib/klibc/events/*
# mounted media devices not reported by mount
/media/*
# NFS stuff
/var/lib/nfs/*
# LVM caches and backups (automatically re-created at the first boot)
/etc/lvm/.cache
/etc/lvm/backup/*
/etc/lvm/archive/*

What do you think? Do you know other patterns that should be
automatically excluded?

Regards,
-Andrea

PS for David: have you tried to remove /selinux/* from your image and
try to repeat the installation? this is equivalent to run si_getimage
with --exclude '/selinux/*'.

-
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.phpp=sourceforgeCID=DEVDEV
___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users
-
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.phpp=sourceforgeCID=DEVDEV___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users


Re: [sisuite-users] Imaging issues with RH ES 4

2007-02-20 Thread David . Livingstone
Andrea,

Find below the autoinstallscript.conf.

What appears to have happended is that /selinux was imaged and then 
propagated to the
new machine. By removing  /selinux files, creating  /.autorelabel and 
rebooting /selinux was
properly mounted and 'fixfiles relabel' was run. 

As you can see below /selinux(selinuxfs) is not shown. The mount command 
RHEL4 does
not show  selinux however /proc/mounts does. rc.sysinit determines if 
selinuxfs is mounted
as : selinuxfs=`awk '/ selinuxfs / { print $2 }' /proc/mounts` .  I 
checked si_prepareclient and
mount is used and not /proc/mounts. What is the best solution ?


- mount returns :
[EMAIL PROTECTED] etc]# which mount
/bin/mount
[EMAIL PROTECTED] etc]# /bin/mount
/dev/mapper/VolGroup00-LogVol00 on / type ext3 (rw)
none on /proc type proc (rw)
none on /sys type sysfs (rw)
none on /dev/pts type devpts (rw,gid=5,mode=620)
usbfs on /proc/bus/usb type usbfs (rw)
/dev/cciss/c0d0p1 on /boot type ext3 (rw)
none on /dev/shm type tmpfs (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
[EMAIL PROTECTED] etc]# 

- cat /proc/mounts returns :
[EMAIL PROTECTED] etc]# cat /proc/mounts
rootfs / rootfs rw 0 0
/proc /proc proc rw,nodiratime 0 0
none /dev tmpfs rw 0 0
/dev/root / ext3 rw 0 0
none /dev tmpfs rw 0 0
none /selinux selinuxfs rw 0 0
/proc /proc proc rw,nodiratime 0 0
/proc/bus/usb /proc/bus/usb usbfs rw 0 0
/sys /sys sysfs rw 0 0
none /dev/pts devpts rw 0 0
/dev/cciss/c0d0p1 /boot ext3 rw 0 0
none /dev/shm tmpfs rw 0 0
none /proc/sys/fs/binfmt_misc binfmt_misc rw 0 0
sunrpc /var/lib/nfs/rpc_pipefs rpc_pipefs rw 0 0




!--

autoinstallscript.conf
vi:set filetype=xml:

This file contains partition information about the disks on your golden
client.  It is stored here in a generic format that is used by your
SystemImager server to create an autoinstall script for cloning this
system.

You can change the information in this file to affect how your target
machines are installed.  See man autoinstallscript.conf for details.

--

config

disk dev=/dev/cciss/c0d0 label_type=msdos unit_of_measurement=MB
!--
This disk's output was brought to you by the partition tool sfdisk,
and by the numbers 4 and 5 and the letter Q.
--
part  num=1  size=101  p_type=primary  p_name=-  flags=boot /
part  num=2  size=*  p_type=primary  p_name=-  flags=lvm 
lvm_group=VolGroup00 /
/disk


lvm version=2
lvm_group name=VolGroup00 max_log_vols=0 max_phys_vols=0 
phys_extent_size=32768K
lv name=LogVol00 size=28672K /
lv name=LogVol01 size=6094848K /
/lvm_group
/lvm

fsinfo  line=10 comment=# This file is edited by fstab-sync - see 'man 
fstab-sync' for details /
fsinfo  line=20 real_dev=/dev/VolGroup00/LogVol00 mp=/  fs=ext3 
options=defaults dump=1 pass=1 /
fsinfo  line=30 real_dev=/dev/cciss/c0d0p1 mount_dev=LABEL=/boot 
mp=/boot  fs=ext3 options=defaults dump=1 pass=2 /
fsinfo  line=40 real_dev=none mp=/dev/pts  fs=devpts 
options=gid=5,mode=620 dump=0 pass=0 /
fsinfo  line=50 real_dev=none mp=/dev/shm  fs=tmpfs 
options=defaults dump=0 pass=0 /
fsinfo  line=60 real_dev=none mp=/proc  fs=proc 
options=defaults dump=0 pass=0 /
fsinfo  line=70 real_dev=none mp=/sys  fs=sysfs 
options=defaults dump=0 pass=0 /
fsinfo  line=80 real_dev=/dev/VolGroup00/LogVol01 mp=swap fs=swap 
options=defaults dump=0 pass=0 /
fsinfo  line=90 real_dev=/dev/hda mp=/media/cdrecorder  fs=auto 
options=pamconsole,fscontext=system_u:object_r:removable_t,exec,noauto,managed
 
dump=0 pass=0  format=no /
fsinfo  line=100 real_dev=/dev/fd0 mp=/media/floppy  fs=auto 
options=pamconsole,fscontext=system_u:object_r:removable_t,exec,noauto,managed
 
dump=0 pass=0  format=no /

boel devstyle=udev/

/config


David K Livingstone
CN Signals and Communications
10229 127 Avenue floor 2
Edmonton, AB, T5E 0B9
Ph  : 780 472-3959 Fax : 780 472-3050
Email: [EMAIL PROTECTED] 



Andrea Righi [EMAIL PROTECTED] 
Sent by: [EMAIL PROTECTED]
2007/02/19 14:48
Please respond to
[EMAIL PROTECTED]; Please respond to
sisuite-users@lists.sourceforge.net


To
sisuite-users@lists.sourceforge.net
cc

Subject
Re: [sisuite-users] Imaging issues with RH ES 4






[EMAIL PROTECTED] wrote:

 Using UYOK and 3.7.6  I successfully imaged and loaded  a RHES 4
 machine(DL380G4) without any major
 issues. I did however run into pronlems when subsequently attemping to
 install an rpm(see below for
 error). I tracked the error to a getxattr call for security.selinux.
 Disabling selinux avoids the problem
 but doesn't correct it. I'm now guessing but does the fact that I imaged
 and loaded the system
 from a systemimager server running on  RHES 3 without user_xattr on the
 filesystem have
 something to do with it ? Anyone else run into this ? Can I fix my
 imaged system somehow ?

Are your filesystems mounted with user_xattr (or xattr) after the
imaging? what's the output of a simple mount? could you post also your
autoinstallscript.conf?

Regards,
-Andrea

Re: [sisuite-users] Imaging issues with RH ES 4

2007-02-19 Thread Andrea Righi
[EMAIL PROTECTED] wrote:
 
 Using UYOK and 3.7.6  I successfully imaged and loaded  a RHES 4
 machine(DL380G4) without any major
 issues. I did however run into pronlems when subsequently attemping to
 install an rpm(see below for
 error). I tracked the error to a getxattr call for security.selinux.
 Disabling selinux avoids the problem
 but doesn't correct it. I'm now guessing but does the fact that I imaged
 and loaded the system
 from a systemimager server running on  RHES 3 without user_xattr on the
 filesystem have
 something to do with it ? Anyone else run into this ? Can I fix my
 imaged system somehow ?

Are your filesystems mounted with user_xattr (or xattr) after the
imaging? what's the output of a simple mount? could you post also your
autoinstallscript.conf?

Regards,
-Andrea

-
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.phpp=sourceforgeCID=DEVDEV
___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users


[sisuite-users] Imaging issues with RH ES 4

2007-02-16 Thread David . Livingstone
Using UYOK and 3.7.6  I successfully imaged and loaded  a RHES 4 
machine(DL380G4) without any major
issues. I did however run into pronlems when subsequently attemping to 
install an rpm(see below for
error). I tracked the error to a getxattr call for security.selinux. 
Disabling selinux avoids the problem
but doesn't correct it. I'm now guessing but does the fact that I imaged 
and loaded the system
from a systemimager server running on  RHES 3 without user_xattr on the 
filesystem have
something to do with it ? Anyone else run into this ? Can I fix my 
imaged system somehow ?



[EMAIL PROTECTED] nx]# rpm -ivh nxclient-2.1.0-11.i386.rpm
Preparing...### 
[100%]
error: %pre(nxclient-2.1.0-11.i386) scriptlet failed, exit status 255
error:   install: %pre scriptlet failed (2), skipping nxclient-2.1.0-11
[EMAIL PROTECTED] nx]#



David K Livingstone
CN Signals and Communications
10229 127 Avenue floor 2
Edmonton, AB, T5E 0B9
Ph  : 780 472-3959 Fax : 780 472-3050
Email: [EMAIL PROTECTED] 
-
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.phpp=sourceforgeCID=DEVDEV___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users