RE: [Sisuite-users] Newly imaged computer has file system damage

2006-04-28 Thread Bernard Li
Possibly because of the LABELs - can you try to remove those and see if
it works?

Cheers,

Bernard

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf 
 Of Timothy J. Wielgos
 Sent: Friday, April 28, 2006 8:33
 To: sisuite-users@lists.sourceforge.net
 Subject: [Sisuite-users] Newly imaged computer has file system damage
 
 Hey all--
 
 I have been searching for two days now to find an
 answer to my problem, with little luck.  Hopefully,
 someone on this list will know what's going on.
 
 I am running the latest sisuite, the server is running
 on Fedora Core 5.  The golden client is a Red Hat AS3
 Update 6 box. After I bring the image down on a box,
 the /etc/fstab looks like:
 
 LABEL=/ /   ext3defaults1   1
 LABEL=/boot /boot   ext3defaults1 
  2
 none/dev/ptsdevpts  gid=5,mode=620  0 
  0
 LABEL=/home /home   ext3defaults1 
  2
 none/proc   procdefaults0   0
 none/dev/shmtmpfs   defaults0 
  0
 LABEL=/var  /varext3defaults1 
  2
 /dev/hda5   swapswapdefaults0 
  0
 /dev/cdrom  /mnt/cdrom  udf,iso9660
 noauto,owner,kudzu,ro   0  0
 /dev/fd0/mnt/floppy auto   
 noauto,owner,kudzu  0   0
 
 And see the disk layout:
 
 [EMAIL PROTECTED] tmp]# fdisk -l /dev/hda
 Disk /dev/hda: 20.0 GB, 200 bytes
 255 heads, 63 sectors/track, 2431 cylinders
 Units = cylinders of 16065 * 512 = 8225280 bytes
 
Device BootStart   EndBlocks   Id 
 System
 /dev/hda1   * 116122070   83 
 Linux
 Partition 1 does not end on cylinder boundary.
 /dev/hda216   514   3999023+  83 
 Linux
 Partition 2 does not end on cylinder boundary.
 /dev/hda3   514  1011   3998047   83 
 Linux
 Partition 3 does not end on cylinder boundary.
 /dev/hda4  1011  2432  11412371f 
 Win95 Ext'd (LBA)
 /dev/hda5  1011  1136   1003905+  83 
 Linux
 /dev/hda6  1136  2432  10408464+  83 
 Linux
 
 
 
 The problem is, after I bring the image down on a new
 box, the file system will not mount as read-write. 
 The first failure I see at boot time is a message:
 
 Remounting root filesystem in read-write mode:  mount:
 no such partition found
 
 then the failures just cascade from there.
 
 Does anyone have any idea what might be going on?
 
 Thanks,
 Tim
 
 
 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around 
 http://mail.yahoo.com 
 
 
 ---
 Using Tomcat but need to do more? Need to support web 
 services, security?
 Get stuff done quickly with pre-integrated technology to make 
 your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on 
 Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057;
dat=121642
 ___
 Sisuite-users mailing list
 Sisuite-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/sisuite-users
 


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid0709bid3057dat1642
___
Sisuite-users mailing list
Sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users


Re: [Sisuite-users] Newly imaged computer has file system damage

2006-04-28 Thread David . Livingstone

Remove the LABEL's from the fstab(ie hard code the devices for boot, home etc) 
and you should be okay. 


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] 






Timothy J. Wielgos [EMAIL PROTECTED]
Sent by: [EMAIL PROTECTED]
2006/04/28 09:34
Please respond to sisuite-users


To:sisuite-users@lists.sourceforge.net
cc:
Subject:[Sisuite-users] Newly imaged computer has file system damage


Hey all--

I have been searching for two days now to find an
answer to my problem, with little luck. Hopefully,
someone on this list will know what's going on.

I am running the latest sisuite, the server is running
on Fedora Core 5. The golden client is a Red Hat AS3
Update 6 box. After I bring the image down on a box,
the /etc/fstab looks like:

LABEL=/ /ext3  defaults11
LABEL=/boot   /boot  ext3  defaults1
2
none  /dev/ptsdevpts gid=5,mode=620 0
0
LABEL=/home   /home  ext3  defaults1
2
none  /proc  proc  defaults00
none  /dev/shmtmpfs  defaults0
0
LABEL=/var   /var  ext3  defaults1
2
/dev/hda5swap  swap  defaults0
0
/dev/cdrom   /mnt/cdrom   udf,iso9660
noauto,owner,kudzu,ro  0   0
/dev/fd0/mnt/floppy   auto
noauto,owner,kudzu   00

And see the disk layout:

[EMAIL PROTECTED] tmp]# fdisk -l /dev/hda
Disk /dev/hda: 20.0 GB, 200 bytes
255 heads, 63 sectors/track, 2431 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot  StartEnd  Blocks  Id
System
/dev/hda1  * 116  122070  83
Linux
Partition 1 does not end on cylinder boundary.
/dev/hda2  16514  3999023+ 83
Linux
Partition 2 does not end on cylinder boundary.
/dev/hda3  514   1011  3998047  83
Linux
Partition 3 does not end on cylinder boundary.
/dev/hda4 1011   2432 11412371  f
Win95 Ext'd (LBA)
/dev/hda5 1011   1136  1003905+ 83
Linux
/dev/hda6 1136   2432 10408464+ 83
Linux



The problem is, after I bring the image down on a new
box, the file system will not mount as read-write.
The first failure I see at boot time is a message:

Remounting root filesystem in read-write mode: mount:
no such partition found

then the failures just cascade from there.

Does anyone have any idea what might be going on?

Thanks,
Tim


__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Sisuite-users mailing list
Sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users