Page 1 of 2 12 LastLast
Results 1 to 16 of 25

Thread: Linux expertise required please!

  1. #1
    The late but legendary peterb - Onward and Upward peterb's Avatar
    Join Date
    Aug 2005
    Location
    Looking down & checking on swearing
    Posts
    19,378
    Thanks
    2,892
    Thanked
    3,403 times in 2,693 posts

    Linux expertise required please!

    An intresting and tricky problem, but one I really need to resolve.

    System is FC 12 with two 1,5Tb drives, sda and sdb.

    The drives are partitioned identically sda1 is about 200Mb - sda 2 is the rest sda 1 is reserved for /boot

    The system was originally built with the drives partitioned during the build process and sda2 and sdb2 form a RAID 1 array using mdadm and is designated logical device md0. An LVM is then overlayed on md0 giving with one volume group called system. Filesystems / /home /var are defined separate volumes so they appear as /dev/mapper/system-root /dev/mapper/system-root -home and /dev/mapper/system-var and the filesystem in use is Ext3.

    And it all works - or it did until I had a failure of sdb very early on and the conclusion is that it was damaged in transit - it was very badly packed.

    Long story short - I replaced sdb with a new drive - duplicated the partition table and mbr using dd if=/dev/sda of=/dev/sdb bs 512 count 1 - so copying the first 512 bytes from a to b. The drive was trhen added back to the array and it rebuilt itself.

    As it stands, sdb is not bootable - so I ran grub on sdb and copied the files in /boot to a tempory mount point /boot2 for sdb. All worked.

    So - to test the system, I failed sda with mdadm --fail /dev/sda2 and swapped the disks over. The system boots, but during the initial start up sequences while the system is running on the ramdisk, I get a problem with the file system check.

    This isn't an exact output (I don't have the system to hand) but someting like fsck - /system/mapper-var clean

    but then in the line underneath it says fail and refuses to boot - dropping into a command terminal.

    Logging into that as root (the only option) and running fsck manually gives a missing superblock error but the fs itself is shown as clean. running fsck -f and forcing a check shows up no errors and the file system itself can be mounted manually. However trying to change the runlevel to 3 using init 3 fails because the system can't write a lock file to /var

    Swapping the drives back again and the system boots normally.

    So - anding a third drive sdc and repeating the same setup allows me to have an array with sdb2 and sdc2 with sda failed ond not part of it. But trying to boot off either sdb or sdc results in the same error, while booting off sda even though sda2 is not part of the array allows a normal boot.

    Anyone any ideas why, and how to fix? Re-installing is not an option - or only one of very last resort.
    Last edited by peterb; 18-05-2010 at 06:48 AM.
    (\__/)
    (='.'=)
    (")_(")

    Been helped or just 'Like' a post? Use the Thanks button!
    My broadband speed - 750 Meganibbles/minute

  2. #2
    Gentoo Ricer
    Join Date
    Jan 2005
    Location
    Galway
    Posts
    11,048
    Thanks
    1,016
    Thanked
    944 times in 704 posts
    • aidanjt's system
      • Motherboard:
      • Asus Strix Z370-G
      • CPU:
      • Intel i7-8700K
      • Memory:
      • 2x8GB Corsiar LPX 3000C15
      • Storage:
      • 500GB Samsung 960 EVO
      • Graphics card(s):
      • EVGA GTX 970 SC ACX 2.0
      • PSU:
      • EVGA G3 750W
      • Case:
      • Fractal Design Define C Mini
      • Operating System:
      • Windows 10 Pro
      • Monitor(s):
      • Asus MG279Q
      • Internet:
      • 240mbps Virgin Cable

    Re: Linux expertise required please!

    Did you do grub-install /dev/sdb after you allowed md to rebuild your /boot array?
    Quote Originally Posted by Agent View Post
    ...every time Creative bring out a new card range their advertising makes it sound like they have discovered a way to insert a thousand Chuck Norris super dwarfs in your ears...

  3. #3
    The late but legendary peterb - Onward and Upward peterb's Avatar
    Join Date
    Aug 2005
    Location
    Looking down & checking on swearing
    Posts
    19,378
    Thanks
    2,892
    Thanked
    3,403 times in 2,693 posts

    Re: Linux expertise required please!

    Can't remember if it was before or after (the boot partition isn't part of the array)

    Code:
    grub>
    
    root (hd1,1)
    
    install (hd1)
    But it is booting - at least up to when udev starts and looks for the filesystems. So it is reading, loading and running initrd and vimlinuz off the boot partition.
    (\__/)
    (='.'=)
    (")_(")

    Been helped or just 'Like' a post? Use the Thanks button!
    My broadband speed - 750 Meganibbles/minute

  4. #4
    Gentoo Ricer
    Join Date
    Jan 2005
    Location
    Galway
    Posts
    11,048
    Thanks
    1,016
    Thanked
    944 times in 704 posts
    • aidanjt's system
      • Motherboard:
      • Asus Strix Z370-G
      • CPU:
      • Intel i7-8700K
      • Memory:
      • 2x8GB Corsiar LPX 3000C15
      • Storage:
      • 500GB Samsung 960 EVO
      • Graphics card(s):
      • EVGA GTX 970 SC ACX 2.0
      • PSU:
      • EVGA G3 750W
      • Case:
      • Fractal Design Define C Mini
      • Operating System:
      • Windows 10 Pro
      • Monitor(s):
      • Asus MG279Q
      • Internet:
      • 240mbps Virgin Cable

    Re: Linux expertise required please!

    paste output from fdisk -l /dev/sd{a,b} && mdadm -D /dev/md{0,1} && pvs && vgs && lvs from your live env. please?
    Quote Originally Posted by Agent View Post
    ...every time Creative bring out a new card range their advertising makes it sound like they have discovered a way to insert a thousand Chuck Norris super dwarfs in your ears...

  5. Received thanks from:

    peterb (18-05-2010)

  6. #5
    The late but legendary peterb - Onward and Upward peterb's Avatar
    Join Date
    Aug 2005
    Location
    Looking down & checking on swearing
    Posts
    19,378
    Thanks
    2,892
    Thanked
    3,403 times in 2,693 posts

    Re: Linux expertise required please!

    OK

    Code:
    Disk /dev/sda: 1500.3 GB, 1500301910016 bytes
    255 heads, 63 sectors/track, 182401 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x00070b3a
    
       Device Boot      Start         End      Blocks   Id  System
    /dev/sda1   *           1          26      204800   83  Linux
    Partition 1 does not end on cylinder boundary.
    /dev/sda2              26      182401  1464931201   fd  Linux raid autodetect
    
    Disk /dev/sdb: 1500.3 GB, 1500301910016 bytes
    255 heads, 63 sectors/track, 182401 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x00070b3a
    
       Device Boot      Start         End      Blocks   Id  System
    /dev/sdb1   *           1          26      204800   83  Linux
    Partition 1 does not end on cylinder boundary.
    /dev/sdb2              26      182401  1464931201   fd  Linux raid autodetect
    /dev/md0:
            Version : 0.90
      Creation Time : Tue Jan  1 03:09:23 2002
         Raid Level : raid1
         Array Size : 1464931136 (1397.07 GiB 1500.09 GB)
      Used Dev Size : 1464931136 (1397.07 GiB 1500.09 GB)
       Raid Devices : 2
      Total Devices : 2
    Preferred Minor : 0
        Persistence : Superblock is persistent
    
        Update Time : Tue May 18 06:40:05 2010
              State : clean
     Active Devices : 2
    Working Devices : 2
     Failed Devices : 0
      Spare Devices : 0
    
               UUID : 8141778e:ee097228:bfe78010:bc810f04
             Events : 0.299700
    
        Number   Major   Minor   RaidDevice State
           0       8        2        0      active sync   /dev/sda2
           1       8       18        1      active sync   /dev/sdb2
    mdadm: cannot open /dev/md1: No such file or directory
      PV         VG     Fmt  Attr PSize PFree
      /dev/md0   system lvm2 a-   1.36T 163.86G
      VG     #PV #LV #SN Attr   VSize VFree
      system   1   8   0 wz--n- 1.36T 163.86G
      LV      VG     Attr   LSize   Origin Snap%  Move Log Copy%  Convert
      home    system -wi-ao  11.72G
      photos1 system -wi-ao 300.00G
      photos2 system -wi-ao 300.00G
      photos3 system -wi-ao 300.00G
      photos4 system -wi-ao 300.00G
      root    system -wi-ao  14.65G
      swap    system -wi-ao   1.95G
      var     system -wi-ao   4.88G
    There is only one raid partition - md0 (sda2 and sdb2) Creation time of 202 is because I hadnt reset the system clock when I loaded the OS about 6 weeks ago.

    Can't see anything glaringly obviously wrong with the output though.
    Last edited by peterb; 18-05-2010 at 06:59 AM.
    (\__/)
    (='.'=)
    (")_(")

    Been helped or just 'Like' a post? Use the Thanks button!
    My broadband speed - 750 Meganibbles/minute

  7. #6
    mush-mushroom b0redom's Avatar
    Join Date
    Oct 2005
    Location
    Middlesex
    Posts
    3,494
    Thanks
    195
    Thanked
    383 times in 292 posts
    • b0redom's system
      • Motherboard:
      • Some iMac thingy
      • CPU:
      • 3.4Ghz Quad Core i7
      • Memory:
      • 24GB
      • Storage:
      • 3TB Fusion Drive
      • Graphics card(s):
      • nViidia GTX 680MX
      • PSU:
      • Some iMac thingy
      • Case:
      • Late 2012 pointlessly thin iMac enclosure
      • Operating System:
      • OSX 10.8 / Win 7 Pro
      • Monitor(s):
      • Dell 2713H
      • Internet:
      • Be+

    Re: Linux expertise required please!

    Hi PeterB,
    Not what you want to hear, but this is why I swapped to OpenSolaris and ZFS. I had all sorts of problems with Linux Software RAID. ZFS is IMO much better implemented.

  8. Received thanks from:

    peterb (18-05-2010)

  9. #7
    Senior Member oolon's Avatar
    Join Date
    Mar 2007
    Location
    London
    Posts
    2,294
    Thanks
    150
    Thanked
    302 times in 248 posts
    • oolon's system
      • Motherboard:
      • Asus P6T6
      • CPU:
      • Xeon w3680
      • Memory:
      • 3*4GB Kingston ECC
      • Storage:
      • 160GB Intel G2 SSD
      • Graphics card(s):
      • XFX HD6970 2GB
      • PSU:
      • Corsair HX850
      • Case:
      • Antec P183
      • Operating System:
      • Windows 7 Ultimate and Centos 5
      • Monitor(s):
      • Dell 2408WFP
      • Internet:
      • Be* Unlimied 6 down/1.2 up

    Re: Linux expertise required please!

    So sda1 and sdb1 are non mirrored boot partitions? does /sdb1 have all the files that /dev/sda1 has on it. Did you build the FS on /dev/sdb1 yourself? did you put the /boot label on the fs so the mounter can see it, what does your fstab look like? Personally I never put root on LVM, as you have to get the LVM system active before you can mount it.
    (\__/) All I wanted in the end was world domination and a whole lot of money to spend. - NMA
    (='.*=)
    (")_(*)

  10. Received thanks from:

    peterb (18-05-2010)

  11. #8
    The late but legendary peterb - Onward and Upward peterb's Avatar
    Join Date
    Aug 2005
    Location
    Looking down & checking on swearing
    Posts
    19,378
    Thanks
    2,892
    Thanked
    3,403 times in 2,693 posts

    Re: Linux expertise required please!

    Quote Originally Posted by b0redom View Post
    Hi PeterB,
    Not what you want to hear, but this is why I swapped to OpenSolaris and ZFS. I had all sorts of problems with Linux Software RAID. ZFS is IMO much better implemented.
    Not really an option in this case sadly. mdadm seems to work OK apart from this glitch! (although there have been problems, looking at the second link below)

    Quote Originally Posted by oolon View Post
    So sda1 and sdb1 are non mirrored boot partitions? does /sdb1 have all the files that /dev/sda1 has on it. Did you build the FS on /dev/sdb1 yourself? did you put the /boot label on the fs so the mounter can see it, what does your fstab look like? Personally I never put root on LVM, as you have to get the LVM system active before you can mount it.
    sdb1 was mounted as boot 2 and I did

    cp -r *

    to copy them over. The partition table was copied using dd on the first sector.

    LVM starts from the initrd and stalls AFTER mounting the real file system during the FS integrity check. FSTAB looks fine (can't get to it at the moment - but I'll look into it this evening.

    Basically I followed this guide

    http://forums.fedoraforum.org/showth...ighlight=mdadm

    There seems to be quite a debate here:


    http://forums.fedoraforum.org/showth...ht=RAID+1+boot
    (\__/)
    (='.'=)
    (")_(")

    Been helped or just 'Like' a post? Use the Thanks button!
    My broadband speed - 750 Meganibbles/minute

  12. #9
    Senior Member oolon's Avatar
    Join Date
    Mar 2007
    Location
    London
    Posts
    2,294
    Thanks
    150
    Thanked
    302 times in 248 posts
    • oolon's system
      • Motherboard:
      • Asus P6T6
      • CPU:
      • Xeon w3680
      • Memory:
      • 3*4GB Kingston ECC
      • Storage:
      • 160GB Intel G2 SSD
      • Graphics card(s):
      • XFX HD6970 2GB
      • PSU:
      • Corsair HX850
      • Case:
      • Antec P183
      • Operating System:
      • Windows 7 Ultimate and Centos 5
      • Monitor(s):
      • Dell 2408WFP
      • Internet:
      • Be* Unlimied 6 down/1.2 up

    Re: Linux expertise required please!

    Output of tune2fs -l /dev/sdb1 would be useful
    I notice you didn't post that fstab I asked for.
    You may need to do this depending on what is in your fstab.

    e2label /dev/sdb1 /boot

    cp -r does not copy symlinks and there is one in /boot

    Any referenced to hd0 on /boot2/grub/grub.conf?
    (\__/) All I wanted in the end was world domination and a whole lot of money to spend. - NMA
    (='.*=)
    (")_(*)

  13. #10
    Senior Member oolon's Avatar
    Join Date
    Mar 2007
    Location
    London
    Posts
    2,294
    Thanks
    150
    Thanked
    302 times in 248 posts
    • oolon's system
      • Motherboard:
      • Asus P6T6
      • CPU:
      • Xeon w3680
      • Memory:
      • 3*4GB Kingston ECC
      • Storage:
      • 160GB Intel G2 SSD
      • Graphics card(s):
      • XFX HD6970 2GB
      • PSU:
      • Corsair HX850
      • Case:
      • Antec P183
      • Operating System:
      • Windows 7 Ultimate and Centos 5
      • Monitor(s):
      • Dell 2408WFP
      • Internet:
      • Be* Unlimied 6 down/1.2 up

    Re: Linux expertise required please!

    Hmmm thinking about it, when you boot up without disk0 present is the second disk then named /dev/sda ? In which case grub is referencing the wrong place, as it will be hd0 not hd1 when in failed mode. You check this by typing dmesg.
    (\__/) All I wanted in the end was world domination and a whole lot of money to spend. - NMA
    (='.*=)
    (")_(*)

  14. #11
    The late but legendary peterb - Onward and Upward peterb's Avatar
    Join Date
    Aug 2005
    Location
    Looking down & checking on swearing
    Posts
    19,378
    Thanks
    2,892
    Thanked
    3,403 times in 2,693 posts

    Re: Linux expertise required please!

    Quote Originally Posted by oolon View Post
    Output of tune2fs -l /dev/sdb1 would be useful
    I notice you didn't post that fstab I asked for.
    You may need to do this depending on what is in your fstab.

    e2label /dev/sdb1 /boot

    cp -r does not copy symlinks and there is one in /boot

    Any referenced to hd0 on /boot2/grub/grub.conf?
    can't get to the machine until this evening - no ssh capable machine until then - but IIRC - it all looked as I would expect.

    Yes, hd0 is referenced on boot2 (it was a copy of grub.conf from sda1). However your comment (I've highlighted) has got me wondering if the symlink is missing (although I wouldn't expect it to boot at all off that drive when it is connected as sda)

    Quote Originally Posted by oolon View Post
    Hmmm thinking about it, when you boot up without disk0 present is the second disk then named /dev/sda ? In which case grub is referencing the wrong place, as it will be hd0 not hd1 when in failed mode. You check this by typing dmesg.
    No, I physically remove the drive and re-connect it so it is sda - so cloning the contents of /boot to it would (and from memory) does reference the 'right' hd.
    Last edited by peterb; 18-05-2010 at 11:48 AM.
    (\__/)
    (='.'=)
    (")_(")

    Been helped or just 'Like' a post? Use the Thanks button!
    My broadband speed - 750 Meganibbles/minute

  15. #12
    Senior Member oolon's Avatar
    Join Date
    Mar 2007
    Location
    London
    Posts
    2,294
    Thanks
    150
    Thanked
    302 times in 248 posts
    • oolon's system
      • Motherboard:
      • Asus P6T6
      • CPU:
      • Xeon w3680
      • Memory:
      • 3*4GB Kingston ECC
      • Storage:
      • 160GB Intel G2 SSD
      • Graphics card(s):
      • XFX HD6970 2GB
      • PSU:
      • Corsair HX850
      • Case:
      • Antec P183
      • Operating System:
      • Windows 7 Ultimate and Centos 5
      • Monitor(s):
      • Dell 2408WFP
      • Internet:
      • Be* Unlimied 6 down/1.2 up

    Re: Linux expertise required please!

    I don't think its that important just wanted to highlight it as if you had changed grub.conf it could be the problem.

    {boot}/grub
    lrwxrwxrwx 1 root root 11 Feb 5 13:37 menu.lst -> ./grub.conf
    (\__/) All I wanted in the end was world domination and a whole lot of money to spend. - NMA
    (='.*=)
    (")_(*)

  16. #13
    Senior Member watercooled's Avatar
    Join Date
    Jan 2009
    Posts
    11,478
    Thanks
    1,541
    Thanked
    1,029 times in 872 posts

    Re: Linux expertise required please!

    Quote Originally Posted by peterb View Post
    can't get to the machine until this evening - no ssh capable machine until then - but IIRC - it all looked as I would expect.
    If it's just software you need, try PuTTY Portable: http://portableapps.com/apps/internet/putty_portable

  17. Received thanks from:

    peterb (18-05-2010)

  18. #14
    The late but legendary peterb - Onward and Upward peterb's Avatar
    Join Date
    Aug 2005
    Location
    Looking down & checking on swearing
    Posts
    19,378
    Thanks
    2,892
    Thanked
    3,403 times in 2,693 posts

    Re: Linux expertise required please!

    Quote Originally Posted by watercooled View Post
    If it's just software you need, try PuTTY Portable: http://portableapps.com/apps/internet/putty_portable
    Looks interesting!
    (\__/)
    (='.'=)
    (")_(")

    Been helped or just 'Like' a post? Use the Thanks button!
    My broadband speed - 750 Meganibbles/minute

  19. #15
    Senior Member oolon's Avatar
    Join Date
    Mar 2007
    Location
    London
    Posts
    2,294
    Thanks
    150
    Thanked
    302 times in 248 posts
    • oolon's system
      • Motherboard:
      • Asus P6T6
      • CPU:
      • Xeon w3680
      • Memory:
      • 3*4GB Kingston ECC
      • Storage:
      • 160GB Intel G2 SSD
      • Graphics card(s):
      • XFX HD6970 2GB
      • PSU:
      • Corsair HX850
      • Case:
      • Antec P183
      • Operating System:
      • Windows 7 Ultimate and Centos 5
      • Monitor(s):
      • Dell 2408WFP
      • Internet:
      • Be* Unlimied 6 down/1.2 up

    Re: Linux expertise required please!

    Putty and Winscp are great tools. Putty will do keys and ssh-agents, more importantly it will also do port forwarding as well as using HTTPS proxies.
    (\__/) All I wanted in the end was world domination and a whole lot of money to spend. - NMA
    (='.*=)
    (")_(*)

  20. #16
    ɯʎɔɐɹsɐʌʍ mycarsavw's Avatar
    Join Date
    Feb 2007
    Posts
    4,945
    Thanks
    1,097
    Thanked
    653 times in 482 posts
    • mycarsavw's system
      • Motherboard:
      • P8H77-M Pro
      • CPU:
      • i5 3350P
      • Memory:
      • 16Gb
      • Storage:
      • Lots
      • Graphics card(s):
      • R9 285
      • PSU:
      • HX 620w
      • Case:
      • FD Define Mini
      • Operating System:
      • W10
      • Monitor(s):
      • BenQ G2420HDBL + GL2450HT
      • Internet:
      • Sky

    Re: Linux expertise required please!

    WinSCP wont allow you to carry out any terminal commands that require a keypress (are you sure press Y/n to continue etc).

    It's a royal PITA when you realise just after you press return and then everything locks up.
    |Kata: "Read title as 'fisting'. Not sure why I clicked. Relieved, really."|
    |TAKTAK: "It was so small that mine wouldn't fit into it"|

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. 8GB Voyager doesn't work under Linux?
    By PeteC in forum Corsair.care@HEXUS
    Replies: 4
    Last Post: 25-07-2008, 12:52 PM
  2. Linux PC - check me spec
    By MarcLister in forum Help! Quick Relief From Tech Headaches
    Replies: 8
    Last Post: 14-07-2008, 10:53 AM
  3. Linux
    By Disturbedguy in forum Software
    Replies: 59
    Last Post: 22-05-2008, 11:46 PM
  4. Windows OneCare Live: Has the world gone mad?
    By aidanjt in forum Software
    Replies: 26
    Last Post: 10-02-2006, 07:38 PM
  5. Run Windows software on Linspire desktop Linux
    By Bob Crabtree in forum HEXUS News
    Replies: 0
    Last Post: 09-02-2006, 01:16 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •