How can I put Planning into Read Only Mode ?

We need to backup our Essbase cubes to tape every night. How can I update Oracle HSP* tables so that I put Planning into Read Only Mode ? I want to prevent Asia and Europe users from updating Planning while Essbase is in READ-ONLY mode (BEGINARCHIVE).

Hi,
You should put the planning application in Maintenance mode if you are doing any backups, this can be done from planning web.
Select Administration > Application Settings.
For Show, select Advanced Settings.
Click Go.
Select System Settings.
For Application Maintenance Mode, select an option for Enable Use of the Application For:
All users —All users can log on to the application or continue working with the application if they are currently logged on.
Administrators —Only other administrators can log on. Other users are forced off and prevented from logging on until the option is reset to All Users.
Owner —Only the application owner can log on. All other users are prevented from logging on. If they are currently logged on, they are forced off the system until the option is reset to All Users or Administrators. Only the application owner can restrict other administrators from using the application.
Hope this helps
John
http://john-goodwin.blogspot.com/

Similar Messages

  • How can a repository be in "read only mode"?

    Hi,
    i got a strange error in my logfiles.
    For example if I open a document in the repository /documents I see in the logfile (DebugLevel)
    in read only mode updates for statistic are disabled
    path:com.sapportals.wcm.repository.service.accessstatistic.AccessStatisticManager.received()
    and after that theres an entry
    getProperty readonly called
    And it really doesn´t update the acc properties.
    I see no option at the CM Repository "documents" that might set it to read only and in details under Content Administration --> KM Content the "read only" flag for documents is not checked.
    I have the same issue with all my other Repositories and none is set to read only.
    Is there another place where it might be set to read only???
    This problem appeared first time after upgrade to 7.0 SP15
    many thanks for your help!
    Regards
    Alex

    Hi,
    for everyone who has the same problem in 7.0 SPS15.
    It is a bug and will be fixed in SPS16. SAP also said it is no workaround possible....great
    See SAP note 1135987
    Regards
    Alex

  • How can I have both functions "Read Only" & "Write" mode on the same form?

    Dear all,
    How can I have both functions "Read Only" & "Write" mode on the same form? Is it possibile for this?
    Please advice,
    Amy

    This is what I use in some dialogs:
    PROCEDURE SET_QUERY_ONLY IS
      -- Procedure Set_query_only
      -- Rend les blocks non modifiables   --
      -- Disable menus Insert/Delete/Clear --
      -- Entree               :
      -- Sortie               :
      -- Ent/Sortie     :
      -- Creation               : FD    10/2003
      -- Modification     : 
         LC$Block     Varchar2(30) ;
    BEGIN
      Set_Menu_Item_Property('Edit.Insert', ENABLED, PROPERTY_FALSE ) ;
      Set_Menu_Item_Property('Edit.Remove', ENABLED, PROPERTY_FALSE ) ;
      Set_Menu_Item_Property('Edit.Clear', ENABLED, PROPERTY_FALSE ) ;
      Set_Menu_Item_Property('Action.Save', ENABLED, PROPERTY_FALSE ) ;
      LC$Block := get_form_property( NAME_IN('System.Current_Form'), FIRST_BLOCK ) ;
      -- Tous les blocs en Query only --
      While LC$Block is not null Loop
           Enable_Block( LC$Block, FALSE ) ;
           LC$Block := get_block_property( LC$Block, NEXTBLOCK ) ;
      End loop ;
    END;
    PROCEDURE ENABLE_BLOCK
              PC$Block in Varchar2,
              PB$Enable in Boolean Default TRUE
         ) IS
      -- Procedure Enable_block
      -- Rend le bloc Enable / Disable --
      -- Entree          : PC$Block (nom du bloc Forms)
      --               : PB$Enable (TRUE ou FALSE)
      -- Sortie          :
      -- Ent/Sortie             :
      -- Creation          : FD    10/2003
      -- Modification     : 
    BEGIN
         If PB$Enable Then
              Set_Block_Property( PC$Block, INSERT_ALLOWED, PROPERTY_TRUE ) ;
              Set_Block_Property( PC$Block, UPDATE_ALLOWED, PROPERTY_TRUE ) ;
              Set_Block_Property( PC$Block, DELETE_ALLOWED, PROPERTY_TRUE ) ;
              Set_Menu_Item_Property('Edit.Insert', ENABLED, PROPERTY_TRUE ) ;
              Set_Menu_Item_Property('Edit.Remove', ENABLED, PROPERTY_TRUE ) ;
              Set_Menu_Item_Property('Edit.Clear', ENABLED, PROPERTY_TRUE ) ;
              Set_Menu_Item_Property('Action.Save', ENABLED, PROPERTY_TRUE ) ;
         Else
              Set_Block_Property( PC$Block, INSERT_ALLOWED, PROPERTY_FALSE ) ;
              Set_Block_Property( PC$Block, UPDATE_ALLOWED, PROPERTY_FALSE ) ;
              Set_Block_Property( PC$Block, DELETE_ALLOWED, PROPERTY_FALSE ) ;
              Set_Menu_Item_Property('Edit.Insert', ENABLED, PROPERTY_FALSE ) ;
              Set_Menu_Item_Property('Edit.Remove', ENABLED, PROPERTY_FALSE ) ;
              Set_Menu_Item_Property('Edit.Clear', ENABLED, PROPERTY_FALSE ) ;
              Set_Menu_Item_Property('Action.Save', ENABLED, PROPERTY_FALSE ) ;
         End if ;
    END;Francois

  • How can we make SAP system READ ONLY !!!!!

    Hi, we have an SAP R/3 4.6 C Application. We need to take the system for read only state means we don’t want the users to allow any update for the system but they should be able to view the data what they have created. Mean while we don’t want the database to be taken in read only mode as we the administrators or the users might want to update their password information.
    It would be a big help if some one can through some tips on how we achieve this.
    Thanks much in advance.
    Guru

    Hi
             Please make the database in READ ONLY MODE. This will help. If it is an oracle database then.
    Open a Database in Read-Only Mode
    You can open any database in read-only mode to prevent its data from being modified by user transactions. Read-only mode restricts database access to read-only transactions, which cannot write to the datafiles or to the redo log files.
    Disk writes to other files, such as control files, operating system audit trails, trace files, and alert files, can continue in read-only mode. Temporary tablespaces for sort operations are not affected by the database being open in read-only mode. However, you cannot take permanent tablespaces offline while a database is open in read-only mode. Also, job queues are not available in read-only mode.
    Read-only mode does not restrict database recovery or operations that change the database's state without generating redo data. For example, in read-only mode:
    Datafiles can be taken offline and online
    Offline datafiles and tablespaces can be recovered
    The control file remains available for updates about the state of the database
    One useful application of read-only mode is that standby databases can function as temporary reporting databases
    Opening a Database in Read-Only Mode
    Opening a database in read-only mode enables you to query an open database while eliminating any potential for online data content changes. While opening a database in read-only mode guarantees that datafile and redo log files are not written to, it does not restrict database recovery or operations that change the state of the database without generating redo. For example, you can take datafiles offline or bring them online since these operations do not effect data content.
    If a query against a database in read-only mode uses temporary tablespace, for example to do disk sorts, then the issuer of the query must have a locally managed tablespace assigned as the default temporary tablespace. Otherwise, the query will fail. This is explained in "Creating a Locally Managed Temporary Tablespace".
    Ideally, you open a database in read-only mode when you alternate a standby database between read-only and recovery mode. Be aware that these are mutually exclusive modes.
    The following statement opens a database in read-only mode:
    ALTER DATABASE OPEN READ ONLY;
    You can also open a database in read-write mode as follows:
    ALTER DATABASE OPEN READ WRITE;
    However, read-write is the default mode.
    Regards

  • Roll back segments into READ-ONLY Mode

    To bring an v8 database into READ-ONLY Mode do we need to put the Roll back tablespace RBS also into READ-ONLY Mode?

    You can put database in READ ONLY mode in Oracle 8i
    READ ONLY / READ WRITE Example
    The first statement below opens the database in read-only mode.
    The second statement returns the database to read-write mode and clears the online redo logs:
    ALTER DATABASE OPEN READ ONLY;
    ALTER DATABASE OPEN READ WRITE RESETLOGS;---
    http://download-west.oracle.com/docs/cd/A87860_01/doc/server.817/a85397/stateme3.htm#2048938

  • I have a 2008 macbook and i lost the start up disk and forgot the password. how can i put it back to factory mode and change the password

    i have a 2008 macbook and i lost the start up disk and forgot the password. how can i put it back to factory mode and change the password

    Check out this article http://gigaom.com/apple/reset-os-x-password-without-an-os-x-cd/

  • How can I put video into my ipod

    Please tell me how can I put the videos in my ipod by using itunes? I try to put the DVD but it didnt appeare in my itunes. I cant add the video to my library

    Would you happen to know what format the Music Video is that you are trying to import? iTunes can only support a few kinds: MPEG, MPEG-4, and MOV.
    Make sure you are converting the file to an iTunes compatible format.
    If it is a WMV or AVI, it will probably not work. In this case, find a third-party program to convert these files for you. Search Google for free options.

  • How can  we put  Documents into SDN

    Hi friends,
      I have one document  about Reporting... i prepared   that with screen shots.. now i want to put into SDN .. it will be helpfull to many people..
       can any one suggest me.. how can we put  into SDN...( i mean i dont have any idea abt WIKI  and Blogs.... so,    can any one plz guide me..)
    Thanks
    AK
    null

    Hello Ajay,
    here is an <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d3522851-0e01-0010-e795-fbb9fc59c905">article about SDN documents</a>. It decribes how to <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/68f93647-0a01-0010-8891-92cea7f0313f">complete this form</a>, which has to be send to SDN. Good luck with that...
    Reward points if helpful,
    regards, Martin

  • Ways to put application in Read Only mode during monthly maintenance

    Hello,
    We have a situation where during monthly maintenance phase for 2-3 days i need to put the application in Read only mode. We already have dimension level security applied to each user but even to those users who have the write access to some members on the data forms etc, the application should just be read only during that time so that no users can enter any data.
    From what I know putting the application in maintenance mode all the users will be locked out which is not what we want. The users should still be able to see the dataforms, reports etc. So, please let me know your ideas on this.
    Any ideas are appreciated.
    ~ Adella

    The same question was asked the other day - How can i make a application as read only ?
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How to make a DFF in read only mode

    Hi All
    There is a requirement to male an descriptive flexfield (in Puchasing PO Headers) i read only mode for all the users.
    So that user must not select any values, Is any way to do this. Any workaround is possible ?
    Regards

    Hi;
    Please follow below and see its helpful:
    [Solved] How to make a DFF segment 'Read-Only' using Form Personalization?
    Also check:
    http://download-west.oracle.com/docs/cd/A60725_05/html/comnls/us/fnd/ogenff03.htm
    Regard
    Helios

  • HT2729 How can I put songs into the album they came from but were split because of multiple artists on a tune?

    I need help in finding out home to combine songs from the same CD into one Album. When putting CD into the iMac, it auto loads into iTunes. If the artist is singing duet and the songs show more than one artist, it gets separated in iTunes. I want to combine all tracks together like they are on the CD.

    One way around this is to edit the album info for each song on that album and make the album artist 'various artists', or you can remove that duet artist and make all the artists the same.
    Seems to be a glitch or change with how iTunes sees albums now. THey alphabetize them by artist and, as you've noticed, if the artists are different, it sees them as different albums.
    I had many albums like this and spent a whole weekend editing the info to 'various' to clean it up.

  • How can I make Keynote files read-only (eg: to share with students)?

    I would like to share some keynote files with students, and I would like to set them up as read-only, so that the students can tap the screen, read my presentation, but not alter it.  I've tried to set the files up as read-only on my iMac desktop, but when I load the file onto my iPad, it's still editable.
    Any ideas re: how to make Keynote files read-only?
    I've tried to export the files as PDF and load them into iBook, but some of Keynote's basic "build" functions won't work this way.  Specifically, I have files set up with questions and answers (ie - a question appears, and you have to tap the screen to see the answer, but this "build" function seems to disappear when I get it to show up in iBook).
    Any ideas how to make Keynote files read-only?  I am happy to use another program, but I want the students to tap the screen in order to see the answer to a question.
    Thanks!

    as long as $PATH is set, you shouldn't need to reconnect them (i think).  if you send the list of apps through | awk -F '/' '{print $NF}' | that'll strip the path
    /edit: added the "(i think)" part
    Last edited by brisbin33 (2009-06-02 21:33:06)

  • How can I put files into the trash without login every time?

    Every time I want to put items in the trash, after dragging things to the basket, I have to sign in.  Why? Can I set the defaul to allow me to do so without login?

    The procedure below will reset the permissions of a user's home folder in OS X 10.7.4 or later, including 10.8 or later. If you're running an earlier version of 10.7, update to the latest version first. This procedure should not be used under OS X versions older than 10.7.4.
    Back up all data before you begin.
    Step 1
    Click the Finder icon in the Dock. A Finder window will open.
    Step 2
    Press the following key combinations, in the order given:
    Command-3
    Shift-command-H
    Command-I (the letter "I" as in "Info.")
    The Info window of your home folder will open.
    Step 3
    Click the lock icon in the lower right corner and authenticate with the name and login password of an administrator on the system. If you have only one user account, you are the administrator.
    Step 4
    In the Sharing & Permissions section of the window, verify that you have "Read & Write" privileges. If not, use the "+" and "-" buttons in the lower left corner to make the necessary changes.
    Step 5
    By default, the groups "staff" and "everyone" have "Read Only" privileges. With those settings, the files at the top level of your home folder will be readable by other local users. You can change the privileges to "No Access" if you wish, but then your Public and Drop Box folders will be inaccessible to others. Most likely, you don't need to change these settings.
    Step 6
    If there are entries in the Sharing & Permissions list for users or groups other than "me," "staff," and "everyone," delete them.
    Step 7
    Click the gear icon at the bottom of the Info window and select Apply to enclosed items... from the drop-down menu. Confirm. The operation may take several minutes to complete. When it does, close the Info window.

  • Resuming from pm-suspend puts my EXT4 filesystem into Read Only mode

    As the title says, I'm having some issues with pm-suspend. A little info on my computer:
    I'm running x86 Arch Linux on a Toshiba NB500 netbook.
    The netbook has no hard drive in it. Arch is installed to an off the shelf USB drive.
    As I write this, my install is up to date (just pacman -Syu'd)
    Running kernel 2.6.39-ARCH
    Here's what happens when I run `pm-suspend`
    # pm-suspend
    --- laptop goes to sleep now. when i bring it back up: ---
    [155...] EXT4-fs error (device sda1) in ext4_reserve_inode_write:5569: Journal has aborted
    [156...] journal commit I/O error
    [157...] EXT4-fs error (device sda1) in ext4_dirty_inode:5696: Journal has aborted
    [160...] EXT4-fs error (device sda1): ext4_journal_start_sb:2779:
    [160...] EXT4-fs (sda1): Remounting filesystem read-only
    [163...] EXT4-fs error (device sda1): ext4_journal_start_sb:279: Detected aborted jorunal
    2011 Jul 13 09:28:45 myhost [156...] journal commit I/O error
    --- now, shit's broken ---
    # reboot
    -bash: /sbin/reboot: Input/output error
    My pm-suspend.log doesn't show any errors. At least, none that I can see:
    Initial commandline parameters:
    Tue Jul 12 08:35:12 WST 2011: Running hooks for suspend.
    Running hook /usr/lib/pm-utils/sleep.d/00logging suspend suspend:
    Linux myhost 2.6.39-ARCH #1 SMP PREEMPT Sat Jul 9 15:31:04 CEST 2011 i686 Intel(R) Atom(TM) CPU N550 @ 1.50GHz GenuineIntel GNU/Linux
    Module Size Used by
    joydev 7535 0
    i915 557838 1
    arc4 1094 2
    snd_hda_codec_realtek 225687 1
    ecb 1645 2
    ath9k 70997 0
    snd_hda_intel 19261 0
    mac80211 189598 1 ath9k
    snd_hda_codec 66665 2 snd_hda_codec_realtek,snd_hda_intel
    ath9k_common 1648 1 ath9k
    snd_hwdep 4919 1 snd_hda_codec
    drm_kms_helper 24245 1 i915
    ath9k_hw 276916 2 ath9k,ath9k_common
    snd_pcm 60311 2 snd_hda_intel,snd_hda_codec
    serio_raw 3430 0
    drm 147653 2 i915,drm_kms_helper
    uvcvideo 55084 0
    videodev 70734 1 uvcvideo
    snd_timer 15542 1 snd_pcm
    ath 11679 2 ath9k,ath9k_hw
    snd 43399 6 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
    i2c_algo_bit 4431 1 i915
    sg 21022 0
    intel_agp 8664 1 i915
    iTCO_wdt 10333 0
    media 8513 1 videodev
    psmouse 55927 0
    cfg80211 126930 3 ath9k,mac80211,ath
    r8169 34891 0
    battery 8905 0
    i2c_i801 7039 0
    processor 21884 0
    sparse_keymap 2636 0
    evdev 7310 0
    soundcore 5018 1 snd
    pcspkr 1415 0
    iTCO_vendor_support 1553 1 iTCO_wdt
    mii 3383 1 r8169
    intel_gtt 11417 3 i915,intel_agp
    button 3654 1 i915
    rfkill 12510 1 cfg80211
    i2c_core 16665 6 i915,drm_kms_helper,drm,videodev,i2c_algo_bit,i2c_i801
    ac 2545 0
    snd_page_alloc 5909 2 snd_hda_intel,snd_pcm
    video 9852 1 i915
    agpgart 22160 3 drm,intel_agp,intel_gtt
    ext4 334562 1
    mbcache 4321 1 ext4
    jbd2 59098 1 ext4
    crc16 1077 1 ext4
    sd_mod 25483 3
    ums_realtek 3718 0
    usb_storage 35215 3 ums_realtek
    ahci 18093 0
    libahci 16581 1 ahci
    uhci_hcd 19312 0
    libata 154285 2 ahci,libahci
    ehci_hcd 34847 0
    scsi_mod 110702 4 sg,sd_mod,usb_storage,libata
    usbcore 119324 6 uvcvideo,ums_realtek,usb_storage,uhci_hcd,ehci_hcd
    total used free shared buffers cached
    Mem: 1018744 133164 885580 0 83200 18568
    -/+ buffers/cache: 31396 987348
    Swap: 488444 0 488444
    /usr/lib/pm-utils/sleep.d/00logging suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/00powersave suspend suspend:
    /usr/lib/pm-utils/sleep.d/00powersave suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/01grub suspend suspend:
    /usr/lib/pm-utils/sleep.d/01grub suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/11netcfg suspend suspend:
    /usr/lib/pm-utils/sleep.d/11netcfg suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/49bluetooth suspend suspend:
    /usr/lib/pm-utils/sleep.d/49bluetooth suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/75modules suspend suspend:
    /usr/lib/pm-utils/sleep.d/75modules suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/90clock suspend suspend:
    /usr/lib/pm-utils/sleep.d/90clock suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend:
    /usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/95led suspend suspend:
    /usr/lib/pm-utils/sleep.d/95led suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend:
    Kernel modesetting video driver detected, not using quirks.
    /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/99video suspend suspend:
    kernel.acpi_video_flags = 0
    /usr/lib/pm-utils/sleep.d/99video suspend suspend: success.
    Tue Jul 12 08:35:14 WST 2011: performing suspend
    Tue Jul 12 08:35:18 WST 2011: Awake.
    Tue Jul 12 08:35:18 WST 2011: Running hooks for resume
    Running hook /usr/lib/pm-utils/sleep.d/99video resume suspend:
    /usr/lib/pm-utils/sleep.d/99video resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume suspend:
    /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/95led resume suspend:
    /usr/lib/pm-utils/sleep.d/95led resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend:
    /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/90clock resume suspend:
    /usr/lib/pm-utils/sleep.d/90clock resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/75modules resume suspend:
    Reloaded unloaded modules.
    /usr/lib/pm-utils/sleep.d/75modules resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/49bluetooth resume suspend:
    /usr/lib/pm-utils/sleep.d/49bluetooth resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/11netcfg resume suspend:
    /usr/lib/pm-utils/sleep.d/11netcfg resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/01grub resume suspend:
    /usr/lib/pm-utils/sleep.d/01grub resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/00powersave resume suspend:
    Initial commandline parameters:
    Tue Jul 12 09:58:01 WST 2011: Running hooks for suspend.
    Running hook /usr/lib/pm-utils/sleep.d/00logging suspend suspend:
    Linux myhost 2.6.39-ARCH #1 SMP PREEMPT Sat Jul 9 15:31:04 CEST 2011 i686 Intel(R) Atom(TM) CPU N550 @ 1.50GHz GenuineIntel GNU/Linux
    Module Size Used by
    joydev 7535 0
    snd_hda_codec_realtek 225687 1
    arc4 1094 2
    ecb 1645 2
    ath9k 70997 0
    snd_hda_intel 19261 0
    snd_hda_codec 66665 2 snd_hda_codec_realtek,snd_hda_intel
    i915 557838 1
    snd_hwdep 4919 1 snd_hda_codec
    mac80211 189598 1 ath9k
    drm_kms_helper 24245 1 i915
    snd_pcm 60311 2 snd_hda_intel,snd_hda_codec
    ath9k_common 1648 1 ath9k
    uvcvideo 55084 0
    drm 147653 2 i915,drm_kms_helper
    ath9k_hw 276916 2 ath9k,ath9k_common
    videodev 70734 1 uvcvideo
    snd_timer 15542 1 snd_pcm
    serio_raw 3430 0
    ath 11679 2 ath9k,ath9k_hw
    intel_agp 8664 1 i915
    i2c_i801 7039 0
    i2c_algo_bit 4431 1 i915
    iTCO_wdt 10333 0
    media 8513 1 videodev
    snd 43399 6 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
    cfg80211 126930 3 ath9k,mac80211,ath
    sg 21022 0
    psmouse 55927 0
    evdev 7310 0
    pcspkr 1415 0
    sparse_keymap 2636 0
    r8169 34891 0
    intel_gtt 11417 3 i915,intel_agp
    battery 8905 0
    ac 2545 0
    processor 21884 0
    iTCO_vendor_support 1553 1 iTCO_wdt
    rfkill 12510 1 cfg80211
    i2c_core 16665 6 i915,drm_kms_helper,drm,videodev,i2c_i801,i2c_algo_bit
    soundcore 5018 1 snd
    mii 3383 1 r8169
    snd_page_alloc 5909 2 snd_hda_intel,snd_pcm
    button 3654 1 i915
    agpgart 22160 3 drm,intel_agp,intel_gtt
    video 9852 1 i915
    ext4 334562 1
    mbcache 4321 1 ext4
    jbd2 59098 1 ext4
    crc16 1077 1 ext4
    sd_mod 25483 3
    ums_realtek 3718 0
    usb_storage 35215 3 ums_realtek
    ahci 18093 0
    uhci_hcd 19312 0
    libahci 16581 1 ahci
    libata 154285 2 ahci,libahci
    ehci_hcd 34847 0
    scsi_mod 110702 4 sg,sd_mod,usb_storage,libata
    usbcore 119324 6 uvcvideo,ums_realtek,usb_storage,uhci_hcd,ehci_hcd
    total used free shared buffers cached
    Mem: 1018744 54988 963756 0 6572 18428
    -/+ buffers/cache: 29988 988756
    Swap: 488444 0 488444
    /usr/lib/pm-utils/sleep.d/00logging suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/00powersave suspend suspend:
    /usr/lib/pm-utils/sleep.d/00powersave suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/01grub suspend suspend:
    /usr/lib/pm-utils/sleep.d/01grub suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/11netcfg suspend suspend:
    /usr/lib/pm-utils/sleep.d/11netcfg suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/49bluetooth suspend suspend:
    /usr/lib/pm-utils/sleep.d/49bluetooth suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/75modules suspend suspend:
    /usr/lib/pm-utils/sleep.d/75modules suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/90clock suspend suspend:
    /usr/lib/pm-utils/sleep.d/90clock suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend:
    /usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/95led suspend suspend:
    /usr/lib/pm-utils/sleep.d/95led suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend:
    Kernel modesetting video driver detected, not using quirks.
    /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/99video suspend suspend:
    kernel.acpi_video_flags = 0
    /usr/lib/pm-utils/sleep.d/99video suspend suspend: success.
    Tue Jul 12 09:58:02 WST 2011: performing suspend
    Tue Jul 12 09:58:05 WST 2011: Awake.
    Tue Jul 12 09:58:05 WST 2011: Running hooks for resume
    Running hook /usr/lib/pm-utils/sleep.d/99video resume suspend:
    /usr/lib/pm-utils/sleep.d/99video resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume suspend:
    /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/95led resume suspend:
    /usr/lib/pm-utils/sleep.d/95led resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend:
    /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/90clock resume suspend:
    /usr/lib/pm-utils/sleep.d/90clock resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/75modules resume suspend:
    Reloaded unloaded modules.
    /usr/lib/pm-utils/sleep.d/75modules resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/49bluetooth resume suspend:
    /usr/lib/pm-utils/sleep.d/49bluetooth resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/11netcfg resume suspend:
    /usr/lib/pm-utils/sleep.d/11netcfg resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/01grub resume suspend:
    /usr/lib/pm-utils/sleep.d/01grub resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/00powersave resume suspend:
    /usr/lib/pm-utils/sleep.d/00powersave resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/00logging resume suspend:
    /usr/lib/pm-utils/sleep.d/00logging resume suspend: success.
    Tue Jul 12 09:58:13 WST 2011: Finished.
    Initial commandline parameters:
    Tue Jul 12 12:26:01 WST 2011: Running hooks for suspend.
    Running hook /usr/lib/pm-utils/sleep.d/00logging suspend suspend:
    Linux myhost 2.6.39-ARCH #1 SMP PREEMPT Sat Jul 9 15:31:04 CEST 2011 i686 Intel(R) Atom(TM) CPU N550 @ 1.50GHz GenuineIntel GNU/Linux
    Module Size Used by
    joydev 7535 0
    snd_hda_codec_realtek 225687 1
    arc4 1094 2
    ecb 1645 2
    snd_hda_intel 19261 0
    i915 557838 1
    ath9k 70997 0
    snd_hda_codec 66665 2 snd_hda_codec_realtek,snd_hda_intel
    snd_hwdep 4919 1 snd_hda_codec
    snd_pcm 60311 2 snd_hda_intel,snd_hda_codec
    mac80211 189598 1 ath9k
    drm_kms_helper 24245 1 i915
    ath9k_common 1648 1 ath9k
    snd_timer 15542 1 snd_pcm
    drm 147653 2 i915,drm_kms_helper
    uvcvideo 55084 0
    ath9k_hw 276916 2 ath9k,ath9k_common
    i2c_algo_bit 4431 1 i915
    videodev 70734 1 uvcvideo
    intel_agp 8664 1 i915
    media 8513 1 videodev
    intel_gtt 11417 3 i915,intel_agp
    snd 43399 6 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
    ath 11679 2 ath9k,ath9k_hw
    serio_raw 3430 0
    iTCO_wdt 10333 0
    sparse_keymap 2636 0
    i2c_i801 7039 0
    cfg80211 126930 3 ath9k,mac80211,ath
    psmouse 55927 0
    sg 21022 0
    pcspkr 1415 0
    soundcore 5018 1 snd
    i2c_core 16665 6 i915,drm_kms_helper,drm,i2c_algo_bit,videodev,i2c_i801
    agpgart 22160 3 drm,intel_agp,intel_gtt
    r8169 34891 0
    evdev 7310 0
    rfkill 12510 1 cfg80211
    iTCO_vendor_support 1553 1 iTCO_wdt
    battery 8905 0
    mii 3383 1 r8169
    ac 2545 0
    video 9852 1 i915
    snd_page_alloc 5909 2 snd_hda_intel,snd_pcm
    processor 21884 0
    button 3654 1 i915
    ext4 334562 1
    mbcache 4321 1 ext4
    jbd2 59098 1 ext4
    crc16 1077 1 ext4
    sd_mod 25483 3
    usb_storage 35215 2
    ahci 18093 0
    uhci_hcd 19312 0
    libahci 16581 1 ahci
    libata 154285 2 ahci,libahci
    ehci_hcd 34847 0
    scsi_mod 110702 4 sg,sd_mod,usb_storage,libata
    usbcore 119324 5 uvcvideo,usb_storage,uhci_hcd,ehci_hcd
    total used free shared buffers cached
    Mem: 1018744 66712 952032 0 9656 21316
    -/+ buffers/cache: 35740 983004
    Swap: 488444 0 488444
    /usr/lib/pm-utils/sleep.d/00logging suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/00powersave suspend suspend:
    /usr/lib/pm-utils/sleep.d/00powersave suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/01grub suspend suspend:
    /usr/lib/pm-utils/sleep.d/01grub suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/11netcfg suspend suspend:
    /usr/lib/pm-utils/sleep.d/11netcfg suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/49bluetooth suspend suspend:
    /usr/lib/pm-utils/sleep.d/49bluetooth suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/75modules suspend suspend:
    /usr/lib/pm-utils/sleep.d/75modules suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/90clock suspend suspend:
    /usr/lib/pm-utils/sleep.d/90clock suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend:
    /usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/95led suspend suspend:
    /usr/lib/pm-utils/sleep.d/95led suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend:
    Kernel modesetting video driver detected, not using quirks.
    /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/99video suspend suspend:
    kernel.acpi_video_flags = 0
    /usr/lib/pm-utils/sleep.d/99video suspend suspend: success.
    Tue Jul 12 12:26:04 WST 2011: performing suspend
    Tue Jul 12 12:26:10 WST 2011: Awake.
    Tue Jul 12 12:26:10 WST 2011: Running hooks for resume
    Running hook /usr/lib/pm-utils/sleep.d/99video resume suspend:
    /usr/lib/pm-utils/sleep.d/99video resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume suspend:
    /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/95led resume suspend:
    /usr/lib/pm-utils/sleep.d/95led resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend:
    /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/90clock resume suspend:
    /usr/lib/pm-utils/sleep.d/90clock resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/75modules resume suspend:
    Reloaded unloaded modules.
    /usr/lib/pm-utils/sleep.d/75modules resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/49bluetooth resume suspend:
    /usr/lib/pm-utils/sleep.d/49bluetooth resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/11netcfg resume suspend:
    /usr/lib/pm-utils/sleep.d/11netcfg resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/01grub resume suspend:
    /usr/lib/pm-utils/sleep.d/01grub resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/00powersave resume suspend:
    /usr/lib/pm-utils/sleep.d/00powersave resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/00logging resume suspend:
    /usr/lib/pm-utils/sleep.d/00logging resume suspend: success.
    Tue Jul 12 12:26:29 WST 2011: Finished.
    Initial commandline parameters:
    Tue Jul 12 12:28:01 WST 2011: Running hooks for suspend.
    Running hook /usr/lib/pm-utils/sleep.d/00logging suspend suspend:
    Linux myhost 2.6.39-ARCH #1 SMP PREEMPT Sat Jul 9 15:31:04 CEST 2011 i686 Intel(R) Atom(TM) CPU N550 @ 1.50GHz GenuineIntel GNU/Linux
    Module Size Used by
    uas 6480 0
    ums_realtek 3718 0
    joydev 7535 0
    snd_hda_codec_realtek 225687 1
    arc4 1094 2
    ecb 1645 2
    snd_hda_intel 19261 0
    i915 557838 1
    ath9k 70997 0
    snd_hda_codec 66665 2 snd_hda_codec_realtek,snd_hda_intel
    snd_hwdep 4919 1 snd_hda_codec
    snd_pcm 60311 2 snd_hda_intel,snd_hda_codec
    mac80211 189598 1 ath9k
    drm_kms_helper 24245 1 i915
    ath9k_common 1648 1 ath9k
    snd_timer 15542 1 snd_pcm
    drm 147653 2 i915,drm_kms_helper
    uvcvideo 55084 0
    ath9k_hw 276916 2 ath9k,ath9k_common
    i2c_algo_bit 4431 1 i915
    videodev 70734 1 uvcvideo
    intel_agp 8664 1 i915
    media 8513 1 videodev
    intel_gtt 11417 3 i915,intel_agp
    snd 43399 6 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
    ath 11679 2 ath9k,ath9k_hw
    serio_raw 3430 0
    iTCO_wdt 10333 0
    sparse_keymap 2636 0
    i2c_i801 7039 0
    cfg80211 126930 3 ath9k,mac80211,ath
    psmouse 55927 0
    sg 21022 0
    pcspkr 1415 0
    soundcore 5018 1 snd
    i2c_core 16665 6 i915,drm_kms_helper,drm,i2c_algo_bit,videodev,i2c_i801
    agpgart 22160 3 drm,intel_agp,intel_gtt
    r8169 34891 0
    evdev 7310 0
    rfkill 12510 1 cfg80211
    iTCO_vendor_support 1553 1 iTCO_wdt
    battery 8905 0
    mii 3383 1 r8169
    ac 2545 0
    video 9852 1 i915
    snd_page_alloc 5909 2 snd_hda_intel,snd_pcm
    processor 21884 0
    button 3654 1 i915
    ext4 334562 1
    mbcache 4321 1 ext4
    jbd2 59098 1 ext4
    crc16 1077 1 ext4
    sd_mod 25483 3
    usb_storage 35215 3 ums_realtek
    ahci 18093 0
    uhci_hcd 19312 0
    libahci 16581 1 ahci
    libata 154285 2 ahci,libahci
    ehci_hcd 34847 0
    scsi_mod 110702 5 uas,sg,sd_mod,usb_storage,libata
    usbcore 119324 7 uas,ums_realtek,uvcvideo,usb_storage,uhci_hcd,ehci_hcd
    total used free shared buffers cached
    Mem: 1018744 65960 952784 0 9740 21640
    -/+ buffers/cache: 34580 984164
    Swap: 488444 0 488444
    /usr/lib/pm-utils/sleep.d/00logging suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/00powersave suspend suspend:
    /usr/lib/pm-utils/sleep.d/00powersave suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/01grub suspend suspend:
    /usr/lib/pm-utils/sleep.d/01grub suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/11netcfg suspend suspend:
    /usr/lib/pm-utils/sleep.d/11netcfg suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/49bluetooth suspend suspend:
    /usr/lib/pm-utils/sleep.d/49bluetooth suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/75modules suspend suspend:
    /usr/lib/pm-utils/sleep.d/75modules suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/90clock suspend suspend:
    /usr/lib/pm-utils/sleep.d/90clock suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend:
    /usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/95led suspend suspend:
    /usr/lib/pm-utils/sleep.d/95led suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend:
    Kernel modesetting video driver detected, not using quirks.
    /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/99video suspend suspend:
    kernel.acpi_video_flags = 0
    /usr/lib/pm-utils/sleep.d/99video suspend suspend: success.
    Tue Jul 12 12:28:03 WST 2011: performing suspend
    Initial commandline parameters:
    Tue Jul 12 15:04:01 WST 2011: Running hooks for suspend.
    Running hook /usr/lib/pm-utils/sleep.d/00logging suspend suspend:
    Linux myhost 2.6.39-ARCH #1 SMP PREEMPT Sat Jul 9 15:31:04 CEST 2011 i686 Intel(R) Atom(TM) CPU N550 @ 1.50GHz GenuineIntel GNU/Linux
    Module Size Used by
    snd_hda_codec_realtek 225687 1
    arc4 1094 2
    ecb 1645 2
    snd_hda_intel 19261 0
    ath9k 70997 0
    joydev 7535 0
    snd_hda_codec 66665 2 snd_hda_codec_realtek,snd_hda_intel
    i915 557838 1
    mac80211 189598 1 ath9k
    snd_hwdep 4919 1 snd_hda_codec
    snd_pcm 60311 2 snd_hda_intel,snd_hda_codec
    ath9k_common 1648 1 ath9k
    ath9k_hw 276916 2 ath9k,ath9k_common
    drm_kms_helper 24245 1 i915
    snd_timer 15542 1 snd_pcm
    drm 147653 2 i915,drm_kms_helper
    snd 43399 6 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
    ath 11679 2 ath9k,ath9k_hw
    i2c_algo_bit 4431 1 i915
    uvcvideo 55084 0
    videodev 70734 1 uvcvideo
    r8169 34891 0
    intel_agp 8664 1 i915
    serio_raw 3430 0
    iTCO_wdt 10333 0
    soundcore 5018 1 snd
    i2c_i801 7039 0
    media 8513 1 videodev
    cfg80211 126930 3 ath9k,mac80211,ath
    intel_gtt 11417 3 i915,intel_agp
    snd_page_alloc 5909 2 snd_hda_intel,snd_pcm
    psmouse 55927 0
    sparse_keymap 2636 0
    sg 21022 0
    iTCO_vendor_support 1553 1 iTCO_wdt
    evdev 7310 0
    agpgart 22160 3 drm,intel_agp,intel_gtt
    i2c_core 16665 6 i915,drm_kms_helper,drm,i2c_algo_bit,videodev,i2c_i801
    pcspkr 1415 0
    ac 2545 0
    mii 3383 1 r8169
    rfkill 12510 1 cfg80211
    battery 8905 0
    video 9852 1 i915
    button 3654 1 i915
    processor 21884 0
    ext4 334562 1
    mbcache 4321 1 ext4
    jbd2 59098 1 ext4
    crc16 1077 1 ext4
    sd_mod 25483 3
    ums_realtek 3718 0
    usb_storage 35215 3 ums_realtek
    ahci 18093 0
    libahci 16581 1 ahci
    uhci_hcd 19312 0
    libata 154285 2 ahci,libahci
    ehci_hcd 34847 0
    scsi_mod 110702 4 sg,sd_mod,usb_storage,libata
    usbcore 119324 6 uvcvideo,ums_realtek,usb_storage,uhci_hcd,ehci_hcd
    total used free shared buffers cached
    Mem: 1018744 59700 959044 0 11316 18416
    -/+ buffers/cache: 29968 988776
    Swap: 488444 0 488444
    /usr/lib/pm-utils/sleep.d/00logging suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/00powersave suspend suspend:
    /usr/lib/pm-utils/sleep.d/00powersave suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/01grub suspend suspend:
    /usr/lib/pm-utils/sleep.d/01grub suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/11netcfg suspend suspend:
    /usr/lib/pm-utils/sleep.d/11netcfg suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/49bluetooth suspend suspend:
    /usr/lib/pm-utils/sleep.d/49bluetooth suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/75modules suspend suspend:
    /usr/lib/pm-utils/sleep.d/75modules suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/90clock suspend suspend:
    /usr/lib/pm-utils/sleep.d/90clock suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend:
    /usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/95led suspend suspend:
    /usr/lib/pm-utils/sleep.d/95led suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend:
    Kernel modesetting video driver detected, not using quirks.
    /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/99video suspend suspend:
    kernel.acpi_video_flags = 0
    /usr/lib/pm-utils/sleep.d/99video suspend suspend: success.
    Tue Jul 12 15:04:02 WST 2011: performing suspend
    Tue Jul 12 15:04:07 WST 2011: Awake.
    Tue Jul 12 15:04:07 WST 2011: Running hooks for resume
    Running hook /usr/lib/pm-utils/sleep.d/99video resume suspend:
    /usr/lib/pm-utils/sleep.d/99video resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume suspend:
    /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/95led resume suspend:
    /usr/lib/pm-utils/sleep.d/95led resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend:
    /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/90clock resume suspend:
    /usr/lib/pm-utils/sleep.d/90clock resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/75modules resume suspend:
    Reloaded unloaded modules.
    /usr/lib/pm-utils/sleep.d/75modules resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/49bluetooth resume suspend:
    /usr/lib/pm-utils/sleep.d/49bluetooth resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/11netcfg resume suspend:
    /usr/lib/pm-utils/sleep.d/11netcfg resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/01grub resume suspend:
    /usr/lib/pm-utils/sleep.d/01grub resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/00powersave resume suspend:
    /usr/lib/pm-utils/sleep.d/00powersave resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/00logging resume suspend:
    /usr/lib/pm-utils/sleep.d/00logging resume suspend: success.
    Tue Jul 12 15:04:22 WST 2011: Finished.
    Initial commandline parameters:
    Tue Jul 12 15:44:01 WST 2011: Running hooks for suspend.
    Running hook /usr/lib/pm-utils/sleep.d/00logging suspend suspend:
    Linux myhost 2.6.39-ARCH #1 SMP PREEMPT Sat Jul 9 15:31:04 CEST 2011 i686 Intel(R) Atom(TM) CPU N550 @ 1.50GHz GenuineIntel GNU/Linux
    Module Size Used by
    uas 6480 0
    snd_hda_codec_realtek 225687 1
    arc4 1094 2
    ecb 1645 2
    snd_hda_intel 19261 0
    ath9k 70997 0
    joydev 7535 0
    snd_hda_codec 66665 2 snd_hda_codec_realtek,snd_hda_intel
    i915 557838 1
    mac80211 189598 1 ath9k
    snd_hwdep 4919 1 snd_hda_codec
    snd_pcm 60311 2 snd_hda_intel,snd_hda_codec
    ath9k_common 1648 1 ath9k
    ath9k_hw 276916 2 ath9k,ath9k_common
    drm_kms_helper 24245 1 i915
    snd_timer 15542 1 snd_pcm
    drm 147653 2 i915,drm_kms_helper
    snd 43399 6 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
    ath 11679 2 ath9k,ath9k_hw
    i2c_algo_bit 4431 1 i915
    uvcvideo 55084 0
    videodev 70734 1 uvcvideo
    r8169 34891 0
    intel_agp 8664 1 i915
    serio_raw 3430 0
    iTCO_wdt 10333 0
    soundcore 5018 1 snd
    i2c_i801 7039 0
    media 8513 1 videodev
    cfg80211 126930 3 ath9k,mac80211,ath
    intel_gtt 11417 3 i915,intel_agp
    snd_page_alloc 5909 2 snd_hda_intel,snd_pcm
    psmouse 55927 0
    sparse_keymap 2636 0
    sg 21022 0
    iTCO_vendor_support 1553 1 iTCO_wdt
    evdev 7310 0
    agpgart 22160 3 drm,intel_agp,intel_gtt
    i2c_core 16665 6 i915,drm_kms_helper,drm,i2c_algo_bit,videodev,i2c_i801
    pcspkr 1415 0
    ac 2545 0
    mii 3383 1 r8169
    rfkill 12510 1 cfg80211
    battery 8905 0
    video 9852 1 i915
    button 3654 1 i915
    processor 21884 0
    ext4 334562 1
    mbcache 4321 1 ext4
    jbd2 59098 1 ext4
    crc16 1077 1 ext4
    sd_mod 25483 3
    ums_realtek 3718 0
    usb_storage 35215 3 ums_realtek
    ahci 18093 0
    libahci 16581 1 ahci
    uhci_hcd 19312 0
    libata 154285 2 ahci,libahci
    ehci_hcd 34847 0
    scsi_mod 110702 5 uas,sg,sd_mod,usb_storage,libata
    usbcore 119324 7 uas,uvcvideo,ums_realtek,usb_storage,uhci_hcd,ehci_hcd
    total used free shared buffers cached
    Mem: 1018744 59604 959140 0 11428 18932
    -/+ buffers/cache: 29244 989500
    Swap: 488444 0 488444
    /usr/lib/pm-utils/sleep.d/00logging suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/00powersave suspend suspend:
    /usr/lib/pm-utils/sleep.d/00powersave suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/01grub suspend suspend:
    /usr/lib/pm-utils/sleep.d/01grub suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/11netcfg suspend suspend:
    /usr/lib/pm-utils/sleep.d/11netcfg suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/49bluetooth suspend suspend:
    /usr/lib/pm-utils/sleep.d/49bluetooth suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/75modules suspend suspend:
    /usr/lib/pm-utils/sleep.d/75modules suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/90clock suspend suspend:
    /usr/lib/pm-utils/sleep.d/90clock suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend:
    /usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/95led suspend suspend:
    /usr/lib/pm-utils/sleep.d/95led suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend:
    Kernel modesetting video driver detected, not using quirks.
    /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/99video suspend suspend:
    kernel.acpi_video_flags = 0
    /usr/lib/pm-utils/sleep.d/99video suspend suspend: success.
    Tue Jul 12 15:44:03 WST 2011: performing suspend
    Initial commandline parameters:
    Wed Jul 13 09:10:03 WST 2011: Running hooks for suspend.
    Running hook /usr/lib/pm-utils/sleep.d/00logging suspend suspend:
    Linux myhost 2.6.39-ARCH #1 SMP PREEMPT Sat Jul 9 15:31:04 CEST 2011 i686 Intel(R) Atom(TM) CPU N550 @ 1.50GHz GenuineIntel GNU/Linux
    Module Size Used by
    joydev 7535 0
    snd_hda_codec_realtek 225687 1
    arc4 1094 2
    snd_hda_intel 19261 0
    ecb 1645 2
    snd_hda_codec 66665 2 snd_hda_codec_realtek,snd_hda_intel
    ath9k 70997 0
    i915 557838 1
    snd_hwdep 4919 1 snd_hda_codec
    snd_pcm 60311 2 snd_hda_intel,snd_hda_codec
    mac80211 189598 1 ath9k
    drm_kms_helper 24245 1 i915
    ath9k_common 1648 1 ath9k
    snd_timer 15542 1 snd_pcm
    drm 147653 2 i915,drm_kms_helper
    ath9k_hw 276916 2 ath9k,ath9k_common
    uvcvideo 55084 0
    ath 11679 2 ath9k,ath9k_hw
    snd 43399 6 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
    videodev 70734 1 uvcvideo
    cfg80211 126930 3 ath9k,mac80211,ath
    intel_agp 8664 1 i915
    iTCO_wdt 10333 0
    media 8513 1 videodev
    sparse_keymap 2636 0
    i2c_algo_bit 4431 1 i915
    i2c_i801 7039 0
    serio_raw 3430 0
    soundcore 5018 1 snd
    r8169 34891 0
    psmouse 55927 0
    sg 21022 0
    intel_gtt 11417 3 i915,intel_agp
    evdev 7310 0
    i2c_core 16665 6 i915,drm_kms_helper,drm,videodev,i2c_i801,i2c_algo_bit
    iTCO_vendor_support 1553 1 iTCO_wdt
    rfkill 12510 1 cfg80211
    pcspkr 1415 0
    ac 2545 0
    processor 21884 0
    battery 8905 0
    mii 3383 1 r8169
    snd_page_alloc 5909 2 snd_hda_intel,snd_pcm
    video 9852 1 i915
    button 3654 1 i915
    agpgart 22160 3 drm,intel_agp,intel_gtt
    ext4 334562 1
    mbcache 4321 1 ext4
    jbd2 59098 1 ext4
    crc16 1077 1 ext4
    sd_mod 25483 3
    usb_storage 35215 2
    ahci 18093 0
    uhci_hcd 19312 0
    libahci 16581 1 ahci
    libata 154285 2 ahci,libahci
    ehci_hcd 34847 0
    scsi_mod 110702 4 sg,sd_mod,usb_storage,libata
    usbcore 119324 5 uvcvideo,usb_storage,uhci_hcd,ehci_hcd
    total used free shared buffers cached
    Mem: 1018744 54644 964100 0 5652 18560
    -/+ buffers/cache: 30432 988312
    Swap: 488444 0 488444
    /usr/lib/pm-utils/sleep.d/00logging suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/00powersave suspend suspend:
    /usr/lib/pm-utils/sleep.d/00powersave suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/01grub suspend suspend:
    /usr/lib/pm-utils/sleep.d/01grub suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/11netcfg suspend suspend:
    /usr/lib/pm-utils/sleep.d/11netcfg suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/49bluetooth suspend suspend:
    /usr/lib/pm-utils/sleep.d/49bluetooth suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/75modules suspend suspend:
    /usr/lib/pm-utils/sleep.d/75modules suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/90clock suspend suspend:
    /usr/lib/pm-utils/sleep.d/90clock suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend:
    /usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/95led suspend suspend:
    /usr/lib/pm-utils/sleep.d/95led suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend:
    Kernel modesetting video driver detected, not using quirks.
    /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/99video suspend suspend:
    kernel.acpi_video_flags = 0
    /usr/lib/pm-utils/sleep.d/99video suspend suspend: success.
    Wed Jul 13 09:10:12 WST 2011: performing suspend
    Wed Jul 13 09:10:19 WST 2011: Awake.
    Wed Jul 13 09:10:19 WST 2011: Running hooks for resume
    Running hook /usr/lib/pm-utils/sleep.d/99video resume suspend:
    /usr/lib/pm-utils/sleep.d/99video resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume suspend:
    /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/95led resume suspend:
    /usr/lib/pm-utils/sleep.d/95led resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend:
    /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/90clock resume suspend:
    /usr/lib/pm-utils/sleep.d/90clock resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/75modules resume suspend:
    Reloaded unloaded modules.
    /usr/lib/pm-utils/sleep.d/75modules resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/49bluetooth resume suspend:
    /usr/lib/pm-utils/sleep.d/49bluetooth resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/11netcfg resume suspend:
    /usr/lib/pm-utils/sleep.d/11netcfg resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/01grub resume suspend:
    /usr/lib/pm-utils/sleep.d/01grub resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/00powersave resume suspend:
    /usr/lib/pm-utils/sleep.d/00powersave resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/00logging resume suspend:
    /usr/lib/pm-utils/sleep.d/00logging resume suspend: success.
    Wed Jul 13 09:10:30 WST 2011: Finished.
    Initial commandline parameters:
    Wed Jul 13 09:17:46 WST 2011: Running hooks for suspend.
    Running hook /usr/lib/pm-utils/sleep.d/00logging suspend suspend:
    Linux myhost 2.6.39-ARCH #1 SMP PREEMPT Sat Jul 9 15:31:04 CEST 2011 i686 Intel(R) Atom(TM) CPU N550 @ 1.50GHz GenuineIntel GNU/Linux
    Module Size Used by
    uas 6480 0
    ums_realtek 3718 0
    joydev 7535 0
    snd_hda_codec_realtek 225687 1
    arc4 1094 2
    snd_hda_intel 19261 0
    ecb 1645 2
    snd_hda_codec 66665 2 snd_hda_codec_realtek,snd_hda_intel
    ath9k 70997 0
    i915 557838 1
    snd_hwdep 4919 1 snd_hda_codec
    snd_pcm 60311 2 snd_hda_intel,snd_hda_codec
    mac80211 189598 1 ath9k
    drm_kms_helper 24245 1 i915
    ath9k_common 1648 1 ath9k
    snd_timer 15542 1 snd_pcm
    drm 147653 2 i915,drm_kms_helper
    ath9k_hw 276916 2 ath9k,ath9k_common
    uvcvideo 55084 0
    ath 11679 2 ath9k,ath9k_hw
    snd 43399 6 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
    videodev 70734 1 uvcvideo
    cfg80211 126930 3 ath9k,mac80211,ath
    intel_agp 8664 1 i915
    iTCO_wdt 10333 0
    media 8513 1 videodev
    sparse_keymap 2636 0
    i2c_algo_bit 4431 1 i915
    i2c_i801 7039 0
    serio_raw 3430 0
    soundcore 5018 1 snd
    r8169 34891 0
    psmouse 55927 0
    sg 21022 0
    intel_gtt 11417 3 i915,intel_agp
    evdev 7310 0
    i2c_core 16665 6 i915,drm_kms_helper,drm,videodev,i2c_i801,i2c_algo_bit
    iTCO_vendor_support 1553 1 iTCO_wdt
    rfkill 12510 1 cfg80211
    pcspkr 1415 0
    ac 2545 0
    processor 21884 0
    battery 8905 0
    mii 3383 1 r8169
    snd_page_alloc 5909 2 snd_hda_intel,snd_pcm
    video 9852 1 i915
    button 3654 1 i915
    agpgart 22160 3 drm,intel_agp,intel_gtt
    ext4 334562 1
    mbcache 4321 1 ext4
    jbd2 59098 1 ext4
    crc16 1077 1 ext4
    sd_mod 25483 3
    usb_storage 35215 3 ums_realtek
    ahci 18093 0
    uhci_hcd 19312 0
    libahci 16581 1 ahci
    libata 154285 2 ahci,libahci
    ehci_hcd 34847 0
    scsi_mod 110702 5 uas,sg,sd_mod,usb_storage,libata
    usbcore 119324 7 uas,ums_realtek,uvcvideo,usb_storage,uhci_hcd,ehci_hcd
    total used free shared buffers cached
    Mem: 1018744 54060 964684 0 5880 19004
    -/+ buffers/cache: 29176 989568
    Swap: 488444 0 488444
    /usr/lib/pm-utils/sleep.d/00logging suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/00powersave suspend suspend:
    /usr/lib/pm-utils/sleep.d/00powersave suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/01grub suspend suspend:
    /usr/lib/pm-utils/sleep.d/01grub suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/11netcfg suspend suspend:
    /usr/lib/pm-utils/sleep.d/11netcfg suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/49bluetooth suspend suspend:
    /usr/lib/pm-utils/sleep.d/49bluetooth suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/75modules suspend suspend:
    /usr/lib/pm-utils/sleep.d/75modules suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/90clock suspend suspend:
    /usr/lib/pm-utils/sleep.d/90clock suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend:
    /usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/95led suspend suspend:
    /usr/lib/pm-utils/sleep.d/95led suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend:
    Kernel modesetting video driver detected, not using quirks.
    /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/99video suspend suspend:
    kernel.acpi_video_flags = 0
    /usr/lib/pm-utils/sleep.d/99video suspend suspend: success.
    Wed Jul 13 09:17:48 WST 2011: performing suspend
    Initial commandline parameters:
    Wed Jul 13 09:23:02 WST 2011: Running hooks for hibernate.
    Running hook /usr/lib/pm-utils/sleep.d/00logging hibernate hibernate:
    Linux myhost 2.6.39-ARCH #1 SMP PREEMPT Sat Jul 9 15:31:04 CEST 2011 i686 Intel(R) Atom(TM) CPU N550 @ 1.50GHz GenuineIntel GNU/Linux
    Module Size Used by
    snd_hda_codec_realtek 225687 1
    joydev 7535 0
    snd_hda_intel 19261 0
    arc4 1094 2
    snd_hda_codec 66665 2 snd_hda_codec_realtek,snd_hda_intel
    i915 557838 1
    snd_hwdep 4919 1 snd_hda_codec
    ecb 1645 2
    ath9k 70997 0
    snd_pcm 60311 2 snd_hda_intel,snd_hda_codec
    drm_kms_helper 24245 1 i915
    mac80211 189598 1 ath9k
    snd_timer 15542 1 snd_pcm
    uvcvideo 55084 0
    drm 147653 2 i915,drm_kms_helper
    ath9k_common 1648 1 ath9k
    snd 43399 6 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
    ath9k_hw 276916 2 ath9k,ath9k_common
    videodev 70734 1 uvcvideo
    serio_raw 3430 0
    iTCO_wdt 10333 0
    soundcore 5018 1 snd
    intel_agp 8664 1 i915
    ath 11679 2 ath9k,ath9k_hw
    i2c_algo_bit 4431 1 i915
    sparse_keymap 2636 0
    media 8513 1 videodev
    i2c_i801 7039 0
    sg 21022 0
    psmouse 55927 0
    evdev 7310 0
    r8169 34891 0
    intel_gtt 11417 3 i915,intel_agp
    snd_page_alloc 5909 2 snd_hda_intel,snd_pcm
    cfg80211 126930 3 ath9k,mac80211,ath
    pcspkr 1415 0
    iTCO_vendor_support 1553 1 iTCO_wdt
    battery 8905 0
    i2c_core 16665 6 i915,drm_kms_helper,drm,videodev,i2c_algo_bit,i2c_i801
    ac 2545 0
    video 9852 1 i915
    processor 21884 0
    rfkill 12510 1 cfg80211
    mii 3383 1 r8169
    button 3654 1 i915
    agpgart 22160 3 drm,intel_agp,intel_gtt
    ext4 334562 1
    mbcache 4321 1 ext4
    jbd2 59098 1 ext4
    crc16 1077 1 ext4
    sd_mod 25483 3
    ums_realtek 3718 0
    usb_storage 35215 3 ums_realtek
    ahci 18093 0
    libahci 16581 1 ahci
    uhci_hcd 19312 0
    libata 154285 2 ahci,libahci
    ehci_hcd 34847 0
    scsi_mod 110702 4 sg,sd_mod,usb_storage,libata
    usbcore 119324 6 uvcvideo,ums_realtek,usb_storage,uhci_hcd,ehci_hcd
    total used free shared buffers cached
    Mem: 1018744 54660 964084 0 6268 18100
    -/+ buffers/cache: 30292 988452
    Swap: 488444 0 488444
    /usr/lib/pm-utils/sleep.d/00logging hibernate hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/00powersave hibernate hibernate:
    /usr/lib/pm-utils/sleep.d/00powersave hibernate hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/01grub hibernate hibernate:
    /usr/lib/pm-utils/sleep.d/01grub hibernate hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/11netcfg hibernate hibernate:
    /usr/lib/pm-utils/sleep.d/11netcfg hibernate hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/49bluetooth hibernate hibernate:
    /usr/lib/pm-utils/sleep.d/49bluetooth hibernate hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/75modules hibernate hibernate:
    /usr/lib/pm-utils/sleep.d/75modules hibernate hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/90clock hibernate hibernate:
    /usr/lib/pm-utils/sleep.d/90clock hibernate hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/94cpufreq hibernate hibernate:
    /usr/lib/pm-utils/sleep.d/94cpufreq hibernate hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/95led hibernate hibernate:
    /usr/lib/pm-utils/sleep.d/95led hibernate hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler hibernate hibernate:
    Kernel modesetting video driver detected, not using quirks.
    /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler hibernate hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/99video hibernate hibernate:
    /usr/lib/pm-utils/sleep.d/99video hibernate hibernate: success.
    Wed Jul 13 09:23:03 WST 2011: performing hibernate
    Initial commandline parameters:
    Wed Jul 13 09:26:48 WST 2011: Running hooks for suspend.
    Running hook /usr/lib/pm-utils/sleep.d/00logging suspend suspend:
    Linux myhost 2.6.39-ARCH #1 SMP PREEMPT Sat Jul 9 15:31:04 CEST 2011 i686 Intel(R) Atom(TM) CPU N550 @ 1.50GHz GenuineIntel GNU/Linux
    Module Size Used by
    joydev 7535 0
    snd_hda_codec_realtek 225687 1
    arc4 1094 2
    snd_hda_intel 19261 0
    i915 557838 1
    ecb 1645 2
    snd_hda_codec 66665 2 snd_hda_codec_realtek,snd_hda_intel
    ath9k 70997 0
    snd_hwdep 4919 1 snd_hda_codec
    mac80211 189598 1 ath9k
    snd_pcm 60311 2 snd_hda_intel,snd_hda_codec
    drm_kms_helper 24245 1 i915
    ath9k_common 1648 1 ath9k
    ath9k_hw 276916 2 ath9k,ath9k_common
    uvcvideo 55084 0
    snd_timer 15542 1 snd_pcm
    drm 147653 2 i915,drm_kms_helper
    ath 11679 2 ath9k,ath9k_hw
    snd 43399 6 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
    r8169 34891 0
    cfg80211 126930 3 ath9k,mac80211,ath
    iTCO_wdt 10333 0
    serio_raw 3430 0
    videodev 70734 1 uvcvideo
    soundcore 5018 1 snd
    i2c_i801 7039 0
    intel_agp 8664 1 i915
    media 8513 1 videodev
    i2c_algo_bit 4431 1 i915
    sparse_keymap 2636 0
    sg 21022 0
    psmouse 55927 0
    intel_gtt 11417 3 i915,intel_agp
    evdev 7310 0
    i2c_core 16665 6 i915,drm_kms_helper,drm,videodev,i2c_i801,i2c_algo_bit
    rfkill 12510 1 cfg80211
    snd_page_alloc 5909 2 snd_hda_intel,snd_pcm
    mii 3383 1 r8169
    ac 2545 0
    iTCO_vendor_support 1553 1 iTCO_wdt
    pcspkr 1415 0
    button 3654 1 i915
    battery 8905 0
    agpgart 22160 3 drm,intel_agp,intel_gtt
    processor 21884 0
    video 9852 1 i915
    ext4 334562 1
    mbcache 4321 1 ext4
    jbd2 59098 1 ext4
    crc16 1077 1 ext4
    sd_mod 25483 3
    ums_realtek 3718 0
    usb_storage 35215 3 ums_realtek
    ahci 18093 0
    libahci 16581 1 ahci
    uhci_hcd 19312 0
    libata 154285 2 ahci,libahci
    ehci_hcd 34847 0
    scsi_mod 110702 4 sg,sd_mod,usb_storage,libata
    usbcore 119324 6 uvcvideo,ums_realtek,usb_storage,uhci_hcd,ehci_hcd
    total used free shared buffers cached
    Mem: 1018744 54504 964240 0 6256 18132
    -/+ buffers/cache: 30116 988628
    Swap: 488444 0 488444
    /usr/lib/pm-utils/sleep.d/00logging suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/00powersave suspend suspend:
    /usr/lib/pm-utils/sleep.d/00powersave suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/01grub suspend suspend:
    /usr/lib/pm-utils/sleep.d/01grub suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/11netcfg suspend suspend:
    /usr/lib/pm-utils/sleep.d/11netcfg suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/49bluetooth suspend suspend:
    /usr/lib/pm-utils/sleep.d/49bluetooth suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/75modules suspend suspend:
    /usr/lib/pm-utils/sleep.d/75modules suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/90clock suspend suspend:
    /usr/lib/pm-utils/sleep.d/90clock suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend:
    /usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/95led suspend suspend:
    /usr/lib/pm-utils/sleep.d/95led suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend:
    Kernel modesetting video driver detected, not using quirks.
    /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/99video suspend suspend:
    kernel.acpi_video_flags = 0
    /usr/lib/pm-utils/sleep.d/99video suspend suspend: success.
    Wed Jul 13 09:26:52 WST 2011: performing suspend
    Wed Jul 13 09:27:01 WST 2011: Awake.
    Wed Jul 13 09:27:01 WST 2011: Running hooks for resume
    Running hook /usr/lib/pm-utils/sleep.d/99video resume suspend:
    /usr/lib/pm-utils/sleep.d/99video resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume suspend:
    /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/95led resume suspend:
    /usr/lib/pm-utils/sleep.d/95led resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend:
    /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/90clock resume suspend:
    /usr/lib/pm-utils/sleep.d/90clock resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/75modules resume suspend:
    Reloaded unloaded modules.
    /usr/lib/pm-utils/sleep.d/75modules resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/49bluetooth resume suspend:
    /usr/lib/pm-utils/sleep.d/49bluetooth resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/11netcfg resume suspend:
    /usr/lib/pm-utils/sleep.d/11netcfg resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/01grub resume suspend:
    /usr/lib/pm-utils/sleep.d/01grub resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/00powersave resume suspend:
    /usr/lib/pm-utils/sleep.d/00powersave resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/00logging resume suspend:
    /usr/lib/pm-utils/sleep.d/00logging resume suspend: success.
    Wed Jul 13 09:27:14 WST 2011: Finished.
    Initial commandline parameters:
    Wed Jul 13 09:28:16 WST 2011: Running hooks for suspend.
    Running hook /usr/lib/pm-utils/sleep.d/00logging suspend suspend:
    Linux myhost 2.6.39-ARCH #1 SMP PREEMPT Sat Jul 9 15:31:04 CEST 2011 i686 Intel(R) Atom(TM) CPU N550 @ 1.50GHz GenuineIntel GNU/Linux
    Module Size Used by
    uas 6480 0
    joydev 7535 0
    snd_hda_codec_realtek 225687 1
    arc4 1094 2
    snd_hda_intel 19261 0
    i915 557838 1
    ecb 1645 2
    snd_hda_codec 66665 2 snd_hda_codec_realtek,snd_hda_intel
    ath9k 70997 0
    snd_hwdep 4919 1 snd_hda_codec
    mac80211 189598 1 ath9k
    snd_pcm 60311 2 snd_hda_intel,snd_hda_codec
    drm_kms_helper 24245 1 i915
    ath9k_common 1648 1 ath9k
    ath9k_hw 276916 2 ath9k,ath9k_common
    uvcvideo 55084 0
    snd_timer 15542 1 snd_pcm
    drm 147653 2 i915,drm_kms_helper
    ath 11679 2 ath9k,ath9k_hw
    snd 43399 6 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
    r8169 34891 0
    cfg80211 126930 3 ath9k,mac80211,ath
    iTCO_wdt 10333 0
    serio_raw 3430 0
    videodev 70734 1 uvcvideo
    soundcore 5018 1 snd
    i2c_i801 7039 0
    intel_agp 8664 1 i915
    media 8513 1 videodev
    i2c_algo_bit 4431 1 i915
    sparse_keymap 2636 0
    sg 21022 0
    psmouse 55927 0
    intel_gtt 11417 3 i915,intel_agp
    evdev 7310 0
    i2c_core 16665 6 i915,drm_kms_helper,drm,videodev,i2c_i801,i2c_algo_bit
    rfkill 12510 1 cfg80211
    snd_page_alloc 5909 2 snd_hda_intel,snd_pcm
    mii 3383 1 r8169
    ac 2545 0
    iTCO_vendor_support 1553 1 iTCO_wdt
    pcspkr 1415 0
    button 3654 1 i915
    battery 8905 0
    agpgart 22160 3 drm,intel_agp,intel_gtt
    processor 21884 0
    video 9852 1 i915
    ext4 334562 1
    mbcache 4321 1 ext4
    jbd2 59098 1 ext4
    crc16 1077 1 ext4
    sd_mod 25483 3
    ums_realtek 3718 0
    usb_storage 35215 3 ums_realtek
    ahci 18093 0
    libahci 16581 1 ahci
    uhci_hcd 19312 0
    libata 154285 2 ahci,libahci
    ehci_hcd 34847 0
    scsi_mod 110702 5 uas,sg,sd_mod,usb_storage,libata
    usbcore 119324 7 uas,uvcvideo,ums_realtek,usb_storage,uhci_hcd,ehci_hcd
    total used free shared buffers cached
    Mem: 1018744 54668 964076 0 6292 18816
    -/+ buffers/cache: 29560 989184
    Swap: 488444 0 488444
    /usr/lib/pm-utils/sleep.d/00logging suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/00powersave suspend suspend:
    /usr/lib/pm-utils/sleep.d/00powersave suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/01grub suspend suspend:
    /usr/lib/pm-utils/sleep.d/01grub suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/11netcfg suspend suspend:
    /usr/lib/pm-utils/sleep.d/11netcfg suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/49bluetooth suspend suspend:
    /usr/lib/pm-utils/sleep.d/49bluetooth suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/75modules suspend suspend:
    /usr/lib/pm-utils/sleep.d/75modules suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/90clock suspend suspend:
    /usr/lib/pm-utils/sleep.d/90clock suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend:
    /usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/95led suspend suspend:
    /usr/lib/pm-utils/sleep.d/95led suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend:
    Kernel modesetting video driver detected, not using quirks.
    /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/99video suspend suspend:
    kernel.acpi_video_flags = 0
    /usr/lib/pm-utils/sleep.d/99video suspend suspend: success.
    Wed Jul 13 09:28:18 WST 2011: performing suspend
    My theory is: The laptop is waking up before the USB drive gets a chance to spin up.
    If I'm correct, my idea is to find a way to have pm-utils set a priority on my USB interface in the resume stage so the USB can wake up before Arch continues trying to bring everything else up - Something I have no idea how to do.
    Any thoughts?
    EDIT: Spelling. Sorry for the huge log... Figured the quote tags would have a max-height set on them.
    Last edited by tehkane (2011-07-13 05:12:01)

    Hello fellow Archers.
    Just to check if this issue was resolved as I'm having the same issue in a very similar scenario (I'm using Arch from an SD Card).
    My netbook is an Asus 1201n sporting simple Openbox WM (with latest 3.0-ARCH kernel and updates) and I installed acpid, acpi-eeepc-generic package from AUR and laptop-mod-tools and configured as per the 1201NL wiki page and also read the acpid and pm-utils wiki pages.
    My logs are pretty similar to OP's.
    Let me know if this was already solved and/or if you need additional info to help us troubleshoot this issue.
    Thanks.
    Octavian
    Edit: Adding some more details.
    Last edited by octavian (2011-10-04 14:13:34)

  • How can users who have Acrobat Reader only save scanned pdf files so that the text on them is searchable using ctrl-F?  I just use the recognize text with ocr feature in the full version of Acrobat and this seem to do the trick. Reader doesn't work!

    Our users have scanned pdf files they want to be able to search using ctrl-f.  I got them to be searchable by doing a recognize text using ocr with Acrobat Professional vesion 8.  They want to know if they can make the files searchable with Acrobat Reader only or if they need the full Acrobat Professional software to make the files searchable.
    Thanks for the help!!
    Ken K. - 2191

    To clarify a bit they need to have Adobe Acrobat, not Adobe Reader. Reader has not been associated with the Acrobat name for 3 or more versions. The process you are asking about is a creation process - the purpose of Acrobat - and NOT a reading feature.

Maybe you are looking for

  • No Unicode Translation Error

    Hi All, I am getting the following error while running a report in Answers tool. State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 46115] No Unicode translation is available for some of

  • Cannot add item in A/P Invoice

    Hi, all, I want create a A/P invoice without copy from PO or GRPO. However, after I input BP Code, I am not able to add item in Matrix row. Seems that it is blocked Any ideas? Thanks

  • F110 - Pmt Method in Vendor Master not carried over

    Hi SAP Experts, Am relatively new to SAP-FI and would like to ask for your invaluable tips on my problem. Am using F110 where my payment method is "C" and all of my vendor open items don't have any payment method for each invoice. When I run F110, th

  • Error when closing production order

    Hi, when I'm trying to close a production order I'm getting the following errors: Error #1 Balance of ORD 101000 is not zero Message no. KO115 Diagnosis The balance on object ORD 101000 is not zero. That is, there are still costs on the object. Syste

  • SRM 4.0 notes on position-level, possible?

    Hi together, does anyone know, if it is possible, to add a textfield on position level to a shoppingcart for release and rejection? Can this be done through customizing or will it be a bigger modification? Thanks in advance for the answers! Cheers -J