During boot up get message "Activating SWAP [FAILED]&qu

I've just re-compiled my kernel (mainly for the fun of it) and after a few false starts almost everything appears to be working as before.  The one remaining oddity is that during boot up I get a FAIL message for "Activating SWAP".  I would have thought this would be fairly fatal but in fact the rest of the boot up completes OK adn the PC appears to run fine.  I had a look at 'dmesg' and the only reference to swap is
Adding 262576k swap on /dev/discs/disc0/part2.  Priority:-1 extents:1
which I guess means some kind of swap does get created, but perhaps its not the right one?  BTW, here's the /etc/fstab
# <file system> <dir> <type> <options> <dump> <pass>
none /proc proc defaults 0 0
none /dev/pts devpts defaults 0 0
none /dev/shm tmpfs defaults 0 0
tmpfs /tmp tmpfs defaults 0 0
sysfs /sys sysfs defaults 0 0
usbdevfs /proc/bus/usb usbdevfs defaults 0 0
/dev/cdroms/cdrom0 /mnt/cd iso9660 ro,user,noauto,unhide 0 0
/dev/cdroms/cdrom0 /mnt/dvd udf ro,user,noauto,unhide 0 0
/dev/floppy/0 /mnt/fl vfat user,noauto,unhide 0 0
/dev/discs/disc0/part3 / ext3 defaults 0 1
/dev/discs/disc0/part1 /boot ext2 defaults 0 1
/dev/discs/disc0/part2 swap swap defaults 0 0
/dev/discs/disc0/part3 / ext3 defaults 0 1
/dev/discs/disc0/part1 /boot ext2 defaults 0 1
/dev/discs/disc0/part2 swap swap defaults 0 0
Any ideas?

paranoos wrote:... you've got two entries in your fstab for your swap partition. the second one is failing.
yep, remove
/dev/discs/disc0/part3 / ext3 defaults 0 1
/dev/discs/disc0/part1 /boot ext2 defaults 0 1
/dev/discs/disc0/part2 swap swap defaults 0 0
I had this problem when i installed arch to, is it the installer that does it?

Similar Messages

  • Why can I no longer install iTunes updates on my computer? I keep getting messages saying it fails, and to do it manually, but then I get popups questioning whether I have the authority to make these changes. And it never updates.

    Why can I no longer install iTunes updates on my computer? I keep getting messages saying it fails, and to do it manually, but then I get popups questioning whether I have the authority to make these changes. And it never updates.

    Make sure you are running as the Administrator of the Account.
    Also...  See this User Tip by turingtest2
    Troubleshooting issues with iTunes for Windows updates

  • When printing web based .pdf or regular .pdf I get message "This document failed to print"

    When printing web based .pdf or regular .pdf I get message "This document failed to print".  I've ran the HP Diagonistic tool and no errors are found.  I've gotten the same message on many different .pdf's so I don't believe it is a margin issue.

    Are the static IP addresses inside the DHCP range?  If so, move them to ones outside the range.
    Also, have you set the IP address in the printers' embedded web pages (via IP address in a browser) to match the ones set in the router? 
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • Get message, "certificate authentication failed" when downloading

    Get message "certificate authentication failed" when downloading Adobe flash

    Download and run the offline installers
    Flash Player: http://helpx.adobe.com/content/help/en/flash-player/kb/installation-problems-flash-player- windows.html#main-pars_header
    Adobe Reader: http://get.adobe.com/reader/enterprise/

  • Am facing problem while buying app in appstore during payment . Getting message as" your payment is declined"- please help me solve this issue

    am facing problem while buying app in appstore during payment . Getting message as" your payment is declined"- please help me solve this issue

    If your payment method is not accepted, here is the formal Apple guidance on the situation.   iTunes Store: Changing account information

  • Can't synch iphone. Get message "synch server failed to synch the iphone.  ANyone have any suggestions on how to fix this issue?

    Can't synch iphone. Get message "synch server failed to synch the iphone.  Anyone have any suggestions on how to fix this issue?
    Windows 7
    ios 7.1
    iphone 5

    Hello, skifmli
    Thank you for visiting Apple Support Communities.  
    I understand that you are unable to sync your iPhone and receive an error.  I was start with restarting iTunes and your computer.  Once this is done, test the results by attempting a sync.  If the issue persists, go through the troubleshooting steps in the article below.  
    Troubleshooting Sync Services on Windows with Microsoft Outlook 2003, Outlook 2007, or Outlook 2010
    Cheers, 
    Jason H.  

  • Activating Swap "FAILED" while booting + Label swap problem

    Hello everybody
    I noticed when I was powering on my system that I had a red label "FAILED" next to 'Activating Swap'.
    i looked at :
    https://wiki.archlinux.org/index.php/Swap
    https://wiki.archlinux.org/index.php/Pe … ice_naming
    https://bbs.archlinux.org/viewtopic.php?id=103997
    https://bbs.archlinux.org/viewtopic.php?id=122962
    https://bbs.archlinux.org/viewtopic.php?id=132309
    # swapon -s
    Filename Type Size Used Priority
    # free -m
    total used free shared buffers cached
    Mem: 2761 2642 118 0 124 1312
    -/+ buffers/cache: 1206 1555
    Swap: 0 0 0
    # blkid
    /dev/sda1: LABEL="boot" UUID="5C187AF40E0AEC1C" TYPE="ntfs"
    /dev/sda5: LABEL="arch" UUID="74bb0a35-feac-468a-a58f-f842c7fd5340" TYPE="ext4"
    /dev/sda9: LABEL="disk" UUID="0ACFB85358B278B7" TYPE="ntfs"
    /dev/sda10: UUID="62c63c59-8dc0-4b84-8752-0801a0ae9657" TYPE="swap"
    # cat /etc/fstab
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    tmpfs /tmp tmpfs nodev,nosuid 0 0
    LABEL=arch / ext4 defaults 0 1
    #LABEL=swap swap swap defaults 0 0
    /dev/sda10 swap swap defaults 0 0
    LABEL=disk /media/disk ntfs defaults 0 0
    here i tried to label the /dev/sda10 : swap =>
    http://linux.about.com/od/ptn_howto/a/hwtptn07t00.htm
    # e2label /dev/sda10 swap
    e2label: Bad magic number in super-block while trying to open /dev/sda10
    Couldn't find valid filesystem superblock.
    # tune2fs -L swap /dev/sda10
    tune2fs 1.41.14 (22-Dec-2010)
    tune2fs: Bad magic number in super-block while trying to open /dev/sda10
    Couldn't find valid filesystem superblock.
    # mke2fs swap /dev/sda10
    mke2fs 1.41.14 (22-Dec-2010)
    mke2fs: invalid blocks count '/dev/sda10' on device 'swap'
    then i tried
    # swapon /dev/sda10
    # free -m
    total used free shared buffers cached
    Mem: 2761 2608 153 0 157 1290
    -/+ buffers/cache: 1161 1600
    Swap: 2998 0 2998
    i dont understand why i got always "FAILED" next to 'Activating Swap' while booting.... !!
    Last edited by hael (2012-01-01 11:18:07)

    See in /var/log/boot if it's really "activating swap", not a neighbouring entry, that's failing (someone on the forum made this mistake; your post seems to indicate you're booting without swap indeed).
    rc.sysinit (booting script) runs simply "swapon -a", so see if "swapoff -a; swapon -a" works. As the wiki says, you can use mkswap to set a label on swap - running mkswap might solve your problem anyhow, although "swapon /dev/sda10" wouldn't really work if the partition wasn't formatted as swap already.
    Do you hibernate?

  • Activating swap -- fail

    Hi. After upgrading to kernel 3 (or that's what I think must have caused it) today, I get a red FAIL when activating swap on boot.
    I haven't changed any config related to swap. In any case, here's the relevant line in fstab:
    UUID=24346361-6d94-4798-9614-c1ed01980aa4 swap swap defaults 0 0
    I checked if the UUID had magically changed but no, it's still the same.
    The output of swapon -s is:
    Filename Type Size Used Priority
    /dev/sda6 partition 2104476 0 -1
    Thank you.
    Last edited by bruno321 (2011-08-10 01:32:27)

    sorry but I want to jump in here while the thread is still active. I'm having the same problem however my swap is on an internal disk.
    here are my outputs
    UUID="02397e53-621d-4d5b-b111-45718b408245" /boot ext2 defaults 0 1
    UUID="29f4648a-ca89-4b44-a871-c9c786c05c3c" swap swap defaults 0 0
    UUID="bae85392-689d-4dc3-8a17-64f14537c08c" / ext4 defaults 0 2
    UUID="998cb9c2-45af-4442-b521-42d9a4c260c5" /home ext4 defaults 0 2
    fdisk -l
    Disk /dev/sda: 500.1 GB, 500107862016 bytes
    255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x000bb3d9
    Device Boot Start End Blocks Id System
    /dev/sda1 63 976768064 488384001 83 Linux
    Disk /dev/sdb: 500.1 GB, 500107862016 bytes
    255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x00088d43
    Device Boot Start End Blocks Id System
    /dev/sdb1 63 976768064 488384001 83 Linux
    Disk /dev/sdc: 320.1 GB, 320072933376 bytes
    255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x00000000
    Device Boot Start End Blocks Id System
    /dev/sdc1 * 1 208844 104422 83 Linux
    /dev/sdc2 208845 738989 265072+ 82 Linux swap / Solaris
    /dev/sdc3 738990 41704739 20482875 83 Linux
    /dev/sdc4 41704740 625137344 291716302+ 83 Linux
    dmesg | grep swap
    [ 8.071325] Adding 265068k swap on /dev/sdc2. Priority:-1 extents:1 across:265068k
    dmesg | grep fail
    [ 0.235455] pci0000:00: ACPI _OSC request failed (AE_SUPPORT), returned control mask: 0x0c
    swapoff -a
    badblocks -nvs /dev/sdc2
    Checking for bad blocks in non-destructive read-write mode
    From block 0 to 265071
    Checking for bad blocks (non-destructive read-write test)
    Testing with random pattern: done
    Pass completed, 0 bad blocks found.

  • Set up .me account on my pc get message requested operation failed

    I cannot set up me .me email account in Microsoft Office 2007 on my PC I keep getting message operation failed.  I go back to more settings and Outgoing server and checked the My outgoing server (SMTP) requires authentication but when I go back it is unchecked??? Can anyone help me?

    You can't create an iCloud account on a PC.  What is the exact error message you are seeing?

  • Keep getting message Adobe Reader failed to download core DLL

    I have Adobe Reader and I use Widows 7.  I had used the Adobe Reader with no problems, however, just recently, when I tried to open the program, I got the message "because of compatibility problems, Adobe Reader cannot open in protected mode", so I clicked the option to allow it to open without protected mode, and I keep getting the message "Adobe Reader failed to download its core DLL".  How can I fix this?  Thanks

    See http://helpx.adobe.com/acrobat/kb/reader-core-dll-error.html
    [topic moved to Adobe Reader forum]

  • [SOLVED] Init - Activating Swap (Failed)

    I just updated my system,
    and after a recent reboot i noticed the init trying to activate swap, and failing.
    Thing is, i don't use a swap partition, and hasn't since i installed Arch on this machine,
    But i don't remember it  (init, udev or the recent kernel?) trying anyways.
    This is not causing any problems from what i can see,
    but for sake of tidiness, what has changed,
    and shouldn't it - not even try - activating a swap partition when one is not set and/or existing at all?
    /etc/fstab:
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    tmpfs /tmp tmpfs nodev,nosuid 0 0
    UUID=02709134-c074-4e66-8aa6-ed2d43a1cdf4 / ext4 defaults,noatime 0 1
    UUID=d4b8ac62-9fb2-4798-9ff3-d3e179ff253e /home ext4 defaults,noatime 0 1
    /dev/sda2 /mnt/win7 ntfs-3g defaults 0 0
    /dev/sda4 /mnt/wind ntfs-3g defaults 0 0
    /dev/sdb2 /mnt/winf ntfs-3g defaults 0 0
    /dev/sdc1 /mnt/wine ntfs-3g defaults 0 0
    /dev/sdc2 /mnt/wint ntfs-3g defaults 0 0
    /dev/sdd1 /mnt/wing ntfs-3g defaults,noauto,nofail 0 0
    Last edited by PReP (2012-03-10 11:22:30)

    It might actually be.
    I just found that a few of my non-UUID mounted partitions had switched around,
    Probably because of my switch to AHCI instead of Legacy-IDE in the BIOS yesterday.
    When i fixed them, "Activating Swap" went "[DONE]" again, though i still have no swap partition
    - but that is what it might have said before aswell, thus it was just the "[FAILED]" that caught my eye.
    I found this quote in the thread skunktrader linked, that might explain this partially:
    "TomeGun: There was recently a bug report about this (against util-linux-2.21-1). It turned out that the problem was actually that mounting local filesystems mistakenly printed FAILED, even though it succeeded. "
    I should probably leave this as solved at this time,
    Thanks to the community for sharing ideas, as usual

  • Activating Swap fails [solved]

    I'm in the process of doing my very first archlinux install.. so far things are going ok. Ran into one snag that I'd like to solve before going any further though.  During the boot process it tries to activate the swap partition but then it says 'fails'. I'm not sure why since I set the swap during the install /hda2. 
    When I do cfdisk it shows that a swap partition is set up (82) and I can type mkswap dev/hda2 at the command line but is there some way I can remedy this so that swap gets set up automatically at boot?  Shouldn't this be default behavior?
    thx

    I didn't really mess with fstab.. poking inside I find it looks like:
    none /dev/pts devpts defaults 0 0
    none /dev/shm tmpfs defaults 0 0
    tmpfs /tmp tmpfs defaults 0 0
    usbfs /proc/bus/usb usbfs defaults 0 0
    /devcdroms/cdrom0 /mnt/cd iso9660 ro,user,noauto,unhide 0 0
    /dev/cdroms/cdrom0 /mnt/dvd udf ro,user,noauto,unhide 0 0
    /dev/floppy/0 /mnt/fl vfat user,noauto 0 0
    /dev/discs/disc0/part2 swap swap defaults 0 0
    /dev/discs/disc0/part3 / ext3 defaults 0 1
    /dev/discs/disc0/part1 /boot ext2 0 1
    /dev/discs/disc0/part2 swap swap defaults 0 0
    /dev/discs/disc0/part3 / ext3 defaults 0 1
    /dev/discs/disc0/part1 /boot ext2 0 1
    I wonder why all the /dev/discs show up twice?  Could that be it?

  • HT4623 When trying to install iOS 7.06 on my iPad I keep getting message that update failed. What do I do now?

    I'm trying to update my iPad2 to iOS 7.06. In  Settings it says there is an update. As far as I can tell the download completes although it seems to download slowly. But I always get a message saying installation has failed. Any ideas on what to do next? Thanks.

    I strongly suggest using the instructions provided in the "Update your device using iTunes" section of the HT4623 article you attached above.

  • Trying to get my yahoo mail on new iPod. Keep getting message that server failed. Works fine on my iPad.

    Trying to setup my yahoo mail on my new iPod touch.  I keep getting the message "failed to connect with server". It works fine on my iPad though.

    See if this previous discussion helps:
                                                                                                       Re: Yahoo server unavailable. I am not able to get into yahoo account. iPhone 4S                                            

  • In Adobe Download Assistant I keep getting message saying 'Installation failed to initialize'.

    I have a Dell computer running Windows 8.1 on which I had Photoshop Elements 11 installed without any difficulty. I uninstalled 11 as I have now bought Elements 13 and have downloaded the Download Assistant but it keeps telling me that 'Installation failed to initialize' so I can't install either the new 13 OR re-install my old 11. I have tried re downloading the Download Assistant and restarting my computer with firewall etc disabled but to no avail. I need to use Elements on a regular basis and I am really disappointed that I have just spent £80 on some software which I cannot install. I have very limited computer skills and I am fast running out of hair as it is nearly all pulled out. Please help!
    The Corn Crake.

    Hi Thecorncrake,
    Please go through the instructions below to initiate the download on the download page.
    Note: Very Important Instructions
    You must have a free Adobe account and be logged into it to use the links below, as Adobe sets a session cookie on your browser that allows you to access the direct download links.  Otherwise, you will receive an “access denied” or “resume your download” message preventing the connection.  So please follow these instructions carefully or the links will not work!
    Adobe recommends temporarily turning off any surfing restrictions you might have running, like site or cookie blocking, filtering, firewalls or antivirus software.
    Click «HERE» to visit this page first, before clicking any of the links below – this is critical!
    If asked, sign in with your Adobe ID or take a minute to create one for yourself.
    Now close any windows that popped up and cancel any downloads that started.
    OK!  Now you’re logged in at Adobe with the trials cookie set, so you can instantly download any of the software below. Just make sure you have enough disk space.
    Download the files either by clicking directly on the DDL links, or by right-clicking and choosing “Save Link As…” on the popup menu – and save all files to the same place.
    Then follow the product installation instructions here.
    Regards,
    Anand

Maybe you are looking for

  • JQuery mobile layout grid not working after 4.2 upgrade

    Hi all, I'm running a mobile application on a hosted Apex environment which uses lots of jQuery mobile. The environment has been updated to 4.2 recently, and since that happened pages that I had setup to use the content grid, to show content in 3 col

  • How to delete a photo album from iPhone using a new hard drive & a later version of iTunes

    I'm using the same computer but with a new hard drive and a later version of iTunes. I previously loaded a photo folder from my PC to my iPhone, but I inadvertently did it twice, giving each folder a different name -- "Photo Library," and "Widget Pho

  • Dull colored images in CS3

    Hi everyone, I'm working on my online portfolio and then realized once it got time for me to add the pictures that the images were dull, light, and just overall horrible looking. I've looked at a bunch of forum posts, most of which didn't actually re

  • MDI windows on the WEB

    Help Are MDI windows supported under the Forms server in Forms 6.0? I get conflicting answers to this when reading throught the documentation delivered on the EAP CD. Thanks Geoff Coleman null

  • Why do I get the message "burn failed"?

    I never "burned" a disc before and want to copy wedding photos that I have in iphoto that I downloaded from a CD from the photographer.  I have some CD-R discs I bought a few years ago.  I got this "burn failed" message, and I do not know, do I need