Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: After install 10.04 high load en slow login

  1. #11
    Join Date
    May 2010
    Location
    Mexico
    Beans
    12
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: After install 10.04 high load en slow login

    same for me! no floppy line =(.. any ideas!


    thanks!


    # /etc/fstab: static file system information.
    #
    # Use 'blkid -o value -s UUID' to print the universally unique identifier
    # for a device; this may be used with UUID= as a more robust way to name
    # devices that works even if disks are added and removed. See fstab(5).
    #
    # <file system> <mount point> <type> <options> <dump> <pass>
    proc /proc proc nodev,noexec,nosuid 0 0
    # / was on /dev/sda5 during installation
    UUID=275f784c-e1bc-44f1-ba8f-c8355735d9e4 / ext4 errors=remount-ro 0 0
    # swap was on /dev/sda6 during installation
    UUID=95414c6b-6ea1-4137-9cca-daba8527307d none swap sw 0 0

  2. #12
    Join Date
    Sep 2010
    Beans
    2

    Re: After install 10.04 high load en slow login

    Hi,

    I had pretty the same thing with 10.04 server edition, till I found that the raid5 array was beeing resync'ed

    The Avg load was ~1.5 with very low cpu usage, that made me think of I/O problem.

    Of course this is a fresh install, that's why the array was synchronizing after the install.

    sudo mdadm --detail /dev/md1
    /dev/md1:
    Version : 00.90
    Creation Time : Thu Sep 16 22:52:14 2010
    Raid Level : raid5
    Array Size : 585937728 (558.79 GiB 600.00 GB)
    Used Dev Size : 195312576 (186.26 GiB 200.00 GB)
    Raid Devices : 4
    Total Devices : 4
    Preferred Minor : 1
    Persistence : Superblock is persistent

    Update Time : Fri Sep 17 21:33:41 2010
    State : active, resyncing
    Active Devices : 4
    Working Devices : 4
    Failed Devices : 0
    Spare Devices : 0

    Layout : left-symmetric
    Chunk Size : 64K

    Rebuild Status : 85% complete

    UUID : b540434f:8d8b3d2e:087e2241:cdc009e6
    Events : 0.49

    Number Major Minor RaidDevice State
    0 8 2 0 active sync /dev/sda2
    1 8 18 1 active sync /dev/sdb2
    2 8 34 2 active sync /dev/sdc2
    3 8 50 3 active sync /dev/sdd2

    any of you are using software raid ?

    regards,
    Manu

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

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