KVM memory Mangement

Hello Folks,
I am getting OutOf Memory Error in Nokia Series 40 devices. I have searched in lot of forums and did not get any feasible solution for solving this error.
In the process of searching for the solution i came to know that garbage collector is not working as excepted. The call to the System.gc() is like a request for the KVM.
So, I am in a need of bypassing the garbage collection and have a control on memory like C or C++ because i can clean the memory whatever i don�t required.
Is there any other way or ideas to deal with this OutOfMemory Issue. Please Suggest ASAP.
Thanks & Regards,
Murali.

Good to hear, sounds like your RAM just couldn't run at those speeds.
Regards,
Patrick
“Be kind whenever possible. It is always possible.” - Dalai Lama

Similar Messages

  • Frequent BSOD in Win 7. Memory Mangement, PFN_LIST etc

    Dear Expert,
    I have frequent win7 BSOD. the details are loaded in my skydrive named - vy,. 
    I have a three year old computer running on Zotac motherboard. Local computer expert says time to change the motherboard. But no solid explanatione with him except that the onboard GPU chip heats(as per his estimation).
    I am not so sure. Kindly analyse and let me know if I need a mobo change. I have got the hard drive formatted and did a clean reinsatall of Win 7 twice, but it is not helping. The crashes happen more when computer is stressed(no of browser windows, videos,
    pictures etc. ) but restarts on its own. No data has been corrupted so far. I don't play games.
    Please respond ASAP. I will be grateful.

    Hi,
    In order to assist you, we will need the .DMP files to analyze what exactly occurred at the time of the crash, etc.
    If you don't know where .DMP files are located, here's how to get to them:
    1. Navigate to the %systemroot%\Minidump folder.
    2. Copy any and all DMP files in the Minidump folder to your Desktop and then zip up these files.
    3. Upload the zip containing the .DMP files to Onedrive or a hosting site of your choice and paste in your reply. Preferred sites: Onedrive, Mediafire, Dropbox, etc. Nothing with wait-timers, download managers, etc.
    4 (optional): The type of .DMP files located in the Minidump folder are known as Small Memory Dumps. In %systemroot% there will be what is known as a Kernel-Dump (if your system is set to generate). It is labeled MEMORY.DMP. The difference
    between Small Memory Dumps and Kernel-Dumps in the simplest definition is a Kernel-Dump contains
    much more information at the time of the crash, therefore allowing further debugging of your issue. If your upload speed permits it, and you aren't going against any strict bandwidth and/or usage caps, etc, the Kernel-Dump is the best
    choice. Do note that Kernel-Dumps are much larger in size due to containing much more info, which is why I mentioned upload speed, etc.
    If you are going to use Onedrive but don't know how to upload to it, please visit the following:
    Upload photos and files to Onedrive.
    After doing that, to learn how to share the link to the file if you are unaware, please visit the following link -
    Share files and folders and change permissions and view 'Get a link'.
    Please note that any "cleaner" programs such as TuneUpUtilities, CCleaner, etc, by default will delete .DMP files upon use. With this said, if you've run such software, you will need to allow the system to crash once again to generate a crash dump.
    If your computer is not generating .DMP files, please do the following:
    1. Start > type %systemroot% which should show the Windows folder, click on it. Once inside that folder, ensure there is a Minidump folder created. If not, CTRL-SHIFT-N to make a New Folder and name it Minidump.
    2. Windows key + Pause key. This should bring up System. Click Advanced System Settings on the left > Advanced > Performance > Settings > Advanced > Ensure there's a check-mark for 'Automatically manage paging file size for all
    drives'.
    3. Windows key + Pause key. This should bring up System. Click Advanced System Settings on the left > Advanced > Startup and Recovery > Settings > System Failure > ensure there is a check mark next to 'Write an event to the system
    log'.
    Ensure Small Memory Dump is selected and ensure the path is %systemroot%\Minidump.
    4. Double check that the WERS is ENABLED:
    Start > Search > type services.msc > Under the name tab, find Windows Error Reporting Service > If the status of the service is not Started then right click it and select Start. Also ensure that under Startup Type it is set to Automatic rather than
    Manual. You can do this by right clicking it, selecting properties, and under General selecting startup type to 'Automatic', and then click Apply.
    If you cannot get into normal mode to do any of this, please do this via Safe Mode.
    Regards,
    Patrick
    “Be kind whenever possible. It is always possible.” - Dalai Lama

  • Memory Mangement BSOD

    Hi, this happened to me while play a game. This is a custom built PC running windows 8.1.
    My memory is kingston hyperxFury red 1866 mhz and motherboard is MSI Z97 Gaming 3.
    Here is the link to the .dmp file I got - https://onedrive.live.com/redir?resid=1D469934B21D4C9F%21200
    I ran windows memory diagnostic and received no problems, but after running memtest I received 6 errors after a few minutes. I tried downclocking the RAM to 1600 mhz and haven't received an error since. Any help is appreciated thanks.

    Good to hear, sounds like your RAM just couldn't run at those speeds.
    Regards,
    Patrick
    “Be kind whenever possible. It is always possible.” - Dalai Lama

  • Getting ORA-27102: out of memory while creating DB using DBCA

    Hi All,
    I am working on 11.2.0.3 oracle version and linux OS. I am trying to create a new database using dbca and getting error "ORA-27102: out of memory".
    Please find the DB version and OS level parameters info below and let me know what i need to do to overcome this issue.
    SQL> select * from v$version;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    PL/SQL Release 11.2.0.3.0 - Production
    CORE 11.2.0.3.0 Production
    TNS for Linux: Version 11.2.0.3.0 - Production
    NLSRTL Version 11.2.0.3.0 - Production
    $uname -a
    Linux greenlantern1a 2.6.18-92.1.17.0.1.el5 #1 SMP Tue Nov 4 17:10:53 EST 2008 x86_64 x86_64 x86_64 GNU/Linux
    $cat /etc/sysctl.conf
    kernel.shmall = 2097152
    kernel.shmmax = 4294967295
    kernel.shmmni = 4096
    kernel.sem = 250 32000 100 128
    net.core.rmem_default = 4194304
    net.core.wmem_default = 262144
    net.core.rmem_max = 4194304
    net.core.wmem_max = 1048576
    fs.file-max = 6815744
    fs.aio-max-nr = 1048576
    net.ipv4.ip_local_port_range = 9000 65500
    $free -g
    total used free shared buffers cached
    Mem: 94 44 49 0 0 31
    -/+ buffers/cache: 12 81
    Swap: 140 6 133
    $ulimit -l
    32
    $ipcs -lm
    ------ Shared Memory Limits --------
    max number of segments = 4096
    max seg size (kbytes) = 4194303
    max total shared memory (kbytes) = 8388608
    min seg size (bytes) = 1
    Please let me know for any other details.
    Thanks in advance.

    Ok, first, let's set aside the issue of hugepages for a moment. (Personally, IMHO, if you're doing manual memory mangement, and you're not using hugepages, you're doing it wrong.)
    Anyhow, looking at your SHM parameters:
    kernel.shmall = 2097152
    kernel.shmmax = 4294967295
    kernel.shmmni = 4096
    Let's take those in reverse order:
    1.) shmmni - This is the max number of shared memory segments you can have on your system, regardless of the size of each segment.
    2.) shmmax - Contrary to popular belief, this is NOT the max amount of shared memory you can allocate system wide! This is the max size, in bytes of a single shared memory segment. You currently have it set to 4GB-1. This is probably fine. Even if you wanted an SGA larger than 4GB, having shmmax set to this wouldn't hurt you. Oracle would simply allocate multiple shared memory segments, until it had allocated enough memory for the SGA. There's really no harm there, unless this parameter is set really low, causing a huge number of tiny shared memory segments to be allocated.
    3.) shmall - This is the real shared memory segment limit. This number is the total amount of shared memory you're permitted to allocate, system wide, expressed in pages. Pagesize here is the native OS pagesize, which is 4096 bytes, so, this is 2097152 * 4096 = 8589934592, or, 8GB. So, 8GB is the maximum amount of memory that can currnetly be allocated to shared memory, on your machine.
    So, having said all that, you haven't mentioned how many, if any, other Oracle databases are running on the server or their sizes. Secondly, we have no idea what memory sizing parameters you have set on the database that you're trying to create, that's getting the error.
    So, if you can provide more details, in terms of how many other databases are already on this server, and their SGA sizes, and the parameters you've chosen for the database that's failing to create, perhaps we can help more.
    Finally, if you're not using SGA_TARGET or MEMORY_TARGET, you really need to take the time to configure hugepages. Particularly if you've got a server that has as much memory as you do, and you're planning to have non-trivially sized SGA (10s of GB), then you really want to configure hugepages.
    Hope that helps,
    -Mark

  • Win 8.1 Lock Up After 5 min, "Memory Management" or "Cache Error"

    Systems blue screens every few minutes. MS offered a variety of error messages, now is uniformly "Memory Mangement". Chrome shows a Cache Error.
    Any ideas?

    Hello again TexasBooster,
    It is good to hear from you again!
    To contact our technical support, please call at 800-474-6836. If you live outside the US/Canada Region, please click the link below to get the support number for your region.
    http://www8.hp.com/us/en/contact-hp/ww-phone-assist.html
    I hope this helps!
    Regards
    MechPilot
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks” for helping!

  • Memory Leaks in JMS C Interface

    Hello,
              I am experiencing a memory leak while invoking the JmsConsumerReceive()
              as a synchronous call (blocking) in a loop. I am running against
              Weblogic 8.1 with wljmsclient.jar and wlclient.jar in the CLASSPATH. We
              are using a Topic. Every Producer and Consumer has their own Session.
              I have a test case reduced to the pseudocode below:
              for 1 to 100 do {
              JmsConsumerReceive(jmsConsumerPtr, 0, &jmsMessage, 0);
              JmsMessageDestroy(jmsMessage, 0);
              An entirely different process is doing the sends to the topic. We seem
              to be losing 240K every 100 messages. What am I doing wrong? Do we
              need to crawl around inside the message doing things like using
              JmsTextMessageGetText() to grab the JmsString struct so we can free its
              members? The example in the JAR file is very spotty when it comes to
              memory mangement. It appears that JmsMessageDestroy() does not suffice.
              But also doing a free on jmsMessage crashes the process.
              Unfortunately, we are calling out from a different VM, so our ability to
              debug the API code is limited.
              It seems that some sort of Java objects are being created and sticking
              around. I thought that there may be some exceptions, but using
              JmsGetLastException() in this situation doesn't turn anything up.
              What am I missing?
              --PKS                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    While I don't know where the memory leak is, you might try narrow down the problem by using the full "weblogic.jar" instead of "wljmsclient.jar+wlcient.jar" and a URL that starts with "t3". This enables a faster, lighter-weight protocol than the thin client jars use, and it would be interesting to see if it fixes the memory leak.
              Tom, BEA

  • Database upgrade 10.2.0.3 - 10.2.0.4 - OWB issue

    Hi
    We just upgraded our dev and qa from 10.2.0.3 to 10.2.0.4.
    After the upgrade - dev is working fine, QA isn't.
    First of all, its not a consistent problem. When logging into the design center, sometimes it works, sometimes it says that it cannot allocate lock.
    When running service doctor, it complains about sys plsql packages that cannot be found. PUBLIC.UTL_RAW & DBMS_LOCK.
    Investigating these packages, they are valid and the synonyms exist to public schema.
    When executing these packages from SQL, they work fine.
    Everything seems to be fine, the granted roles are correct.
    Everything seems to be sorrounded these sys packages, if/when accessing the design center, its not possible to even add a target user because SYS packages does not exist (DBMS_LOCK).
    Service doctor.sql returns following error:
    Not available
    Diagnostics:
    service startup failure reason ORA-29532: Java call terminated by uncaught Java
    exception: oracle.jdbc.driver.OracleSQLException: ORA-04065: not executed, alt
    ered or dropped
    ORA-04065: not executed, altered or dropped stored procedure "
    PUBLIC.UTL_RAW"
    ORA-06508: PL/SQL: could not find program unit being called: "P
    UBLIC.UTL_RAW"
    ORA-06512: at "OWB_OWNER6.WB_RT_SERVICE_CONTROL", line 314
    ORA-0
    6512: at line 1
    PL/SQL procedure successfully completed.
    Start_service.sql returns following error:
    Error at line 30
    ORA-04068: existing state of packages has been discarded
    ORA-04065: not executed, altered or dropped stored procedure "PUBLIC.DBMS_LOCK"
    ORA-06508: PL/SQL: could not find program unit being called: "PUBLIC.DBMS_LOCK"
    ORA-06512: at "OWB_OWNER6.SERVICE_AVAILABLE", line 8
    ORA-06512: at line 13
    ORA-06512: at line 45
    These is weird because the DEV & QA are exactly the same, one difference is that DEV has Automatic memory mangement.
    We'v tried to run the updcat.sql script (the patch script) again and its still the same problem.
    Any ideas anyone ?
    Cheers

    Yes this will work. I have done it while upgrading and migrating database from 10205 to 11203. You can run these commands from 11g home and don't really require 10g home on new server.
    SQL> alter database mount;
    Database altered.
    SQL>  recover database until cancel using BACKUP CONTROLFILE ;
    ----some log files will be applied here, at the end, give cancel----------------
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    CANCEL
    Media recovery cancelled.
    SQL>  alter database open resetlogs upgrade;
    Database altered.
    ---Now perform manual upgrade steps----
    Hope it helps!!!.
    Thanks,
    Abhi

  • UCS KVM Manger Security Prompt

    Since setting our UCS Manager to use HTTPS, we get security prompts when opening the KVM manager.
    After doing some traces, it looks like the KVM manager makes the following HTTP calls:
    http://fpdownload.adobe.com/pub/swz/crossdomain.xml
    http://fpdownload.adobe.com/crossdomain.xml
    As a result, the HTTPS verion of the KVM manager prompts saying there is unsecured content (the HTTP calls) on the page.
    It's not a huge deal to hit yes or no to get past it, but it seems like some lazy programming.
    Any ideas on if this will get fixed?  The fpdownload.adobe.com pages are available in HTTPS which would fix the issue.
    We are running 1.4.1j.

    OK...here's a link to the Cisco Bug Toolkit:
    http://tools.cisco.com/Support/BugToolKit/action.do?hdnAction=searchBugs
    I just opened CSCtn08512.  Might be a bit until it is viewable.  Of course, I could have missed an existing bug and it might be scrapped.
    Hope that helps!
    --Justin

  • Is KVM VGA Passthrough Possible on Macbook Pro Mid 2014?

    I've been using Arch on and off for a couple years on different hardware, and this time I'm trying to get it to work semi-flawlessly on my mid 2014 Macbook Pro. My Linux skills are meager, so I need some help understanding if VGA passthrough is possible on this machine, and if it is, how to set it up. I have hope that it might work after reading this blog and the Arch forums. An outline of my current setup follows. I will also document progress and research for anyone who might want to try this in the future.
    Here are the specifications for this machine:
    Processor: 2.5 GHz Intel Core i7
    Memory: 16 GB 1600 MHz DDR3
    Graphics: Intel Iris Pro 1536 MB, Nvidia GT 750M 2 GB
    I have successfully dual-booted Mac OS X Yosemite and Arch with EFI on a btrfs partition using this blog and the wiki as starting points. Somlo's research also helped. All the basic functionality works (networking, WiFi, etc.), and I am able to boot the physical Arch partition as a Virtualbox VM with the help of the wiki. However, I'm having trouble with getting the integrated Intel graphics to work. The following command:
    lspci | grep VGA
    prints the Nvidia card specifications, and nothing about the Intel graphics.
    Reading this blog, it looks like someone had to apply a "grub gmux" patch to grub to disable the Nvidia card at boot. I feel uncomfortable installing anything other than the official Arch packages, so I have to know if installing a patched grub is still necessary, and if installing it would still allow me to use VGA passthrough in KVM.
    My ambitious to-do list looks like this:
    1. Dual-boot Mac OS X and Arch with btrfs. -done
    2. Setup the physical Arch partition to boot in Virtualbox. -done
    3. Get Intel graphics to work on Arch ideally with OpenGL support. -done
    4. Get Enlightenment working as the desktop environment on Arch. -done
    5. Get Qemu+KVM to boot off the physical Mac OS X partition. -tbd
    6. Enable VGA passthrough for Mac OS X from Qemu+KVM. -tbd
    7. Install Windows as a VM in Qemu+KVM. -tbd
    8. Enable VGA passthrough for Windows from Qemu+KVM. -tbd
    9. Work and do research on Mac OS X from Arch, play hardcore 3D games on WIndows from Arch, play around with Arch, and live happily ever after. -tbd
    Can anyone help me with this? Thanks in advance for any hints/input.
    Edit:
    The Ubuntu forums has something about getting the two graphics cards to be recognised by using `refind` instead of `grub`. I was able to set up `refind` to boot using the `efi-stub`, but:
    $ lspci
    00:00.0 Host bridge: Intel Corporation Crystal Well DRAM Controller (rev 08)
    00:01.0 PCI bridge: Intel Corporation Crystal Well PCI Express x16 Controller (rev 08)
    00:01.1 PCI bridge: Intel Corporation Crystal Well PCI Express x8 Controller (rev 08)
    00:14.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI (rev 05)
    00:16.0 Communication controller: Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #1 (rev 04)
    00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 05)
    00:1c.0 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #1 (rev d5)
    00:1c.2 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #3 (rev d5)
    00:1c.3 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #4 (rev d5)
    00:1c.4 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #5 (rev d5)
    00:1f.0 ISA bridge: Intel Corporation HM87 Express LPC Controller (rev 05)
    00:1f.3 SMBus: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller (rev 05)
    01:00.0 VGA compatible controller: NVIDIA Corporation GK107M [GeForce GT 750M Mac Edition] (rev a1)
    01:00.1 Audio device: NVIDIA Corporation GK107 HDMI Audio Controller (rev a1)
    03:00.0 Network controller: Broadcom Corporation BCM4360 802.11ac Wireless Network Adapter (rev 03)
    04:00.0 Multimedia controller: Broadcom Corporation 720p FaceTime HD Camera
    05:00.0 SATA controller: Samsung Electronics Co Ltd Apple PCIe SSD (rev 01)
    06:00.0 PCI bridge: Intel Corporation Device 156d
    07:00.0 PCI bridge: Intel Corporation Device 156d
    07:03.0 PCI bridge: Intel Corporation Device 156d
    07:04.0 PCI bridge: Intel Corporation Device 156d
    07:05.0 PCI bridge: Intel Corporation Device 156d
    07:06.0 PCI bridge: Intel Corporation Device 156d
    08:00.0 System peripheral: Intel Corporation Device 156c
    still only shows the Nvidia card. The boot options suggested by this blog did not change anything. However, this very helpful discussion led me to this on-going project. I patched the kernel according the instructions in the said project's `readme`, and Arch is now able to see the two graphics cards and an extra Intel audio controller.
    $ lspci
    00:02.0 VGA compatible controller: Intel Corporation Crystal Well Integrated Graphics Controller (rev 08)[/bold]
    00:03.0 Audio device: Intel Corporation Crystal Well HD Audio Controller (rev 08)
    01:00.0 VGA compatible controller: NVIDIA Corporation GK107M [GeForce GT 750M Mac Edition] (rev a1)
    Also, I was able to fire up Enlightenment using the Intel graphics card and `0xbb`'s `gpu-switch` script. After using some post-installation tips from this, the computer started getting hot. I followed this thread to get it back to normal.
    Edit:
    So I finally got some time to experiment on this. I ended up installing Gnome 3 after trying out Enlightenment, KDE Plasma 5, and Cinnamon. I thought Gnome 3 and Cinnamon had the best Hi-DPI support of those four. Cinnamon's look was too much trouble for me to configure, so I ended up choosing Gnome 3.
    To achieve the graphics card passthrough, I tried setting up and starting a VM in `virt-manager`, but starting the VM would cause Arch to freeze. Finally, I tried following the instructions on the wiki, this thread, and the Arch forums. I haven't yet tried booting the Windows installer, but the following are the steps I took so far:
    1. Uninstall all `nvidia` drivers from my system.
    2. Blacklist the `nouveau` driver.
    3. Add `pci-stub` to the modules array in `mkinitcpio.conf`.
    4. Recreate the `initramfs`.
    5. Add `intel_iommu=on pci-stub.ids=10de:0fe9,10de:0e1b,8086:156c` to the `refind.conf` `options` line.
    - These three IDs are ones for the Nvidia graphics, Nvidia sound, and the "Intel Corporation Device" (probably the HDMI port, or something related to the
    ethernet card), which belong to the same "IOMMU group". What was curious was that a Gigabit ethernet controller would appear in the IOMMU group iff I had
    an ethernet cable connected to my thunderbolt port. I don't know if I have to add the ID for this, but so far there are no complaints about it in `dmesg`.
    6. Install `ovmf-svn` from the AUR.
    6. Follow the "Binding a device to vfio-pci" section documented at https://bbs.archlinux.org/viewtopic.php?id=162768.
    7. Follow the "Testing if its working out" section documented at https://bbs.archlinux.org/viewtopic.php?id=162768.
    So far, the test at step 7 is failing -- I get a `vfio-pci 0000:01:00.0: Invalid ROM contents` complaint in `dmesg`, and I see a prompt in the `qemu` window. I'm supposed to be getting a black `qemu` window, and a prompt on an external monitor which I haven't connected yet. I read the comments on this blog about graphics card ROM and EFI compatibility, and it looks like my graphics card ROM can't be read. I also read that the graphics card ROM would only be read once by qemu/KVM and saved as a file for later use, so all I need to do to get around that is pass a snapshot of the ROM of the Nvidia GT 750M card to qemu/KVM. Apparently, "You can download the 750m rom files directly from Lenovo's website on the support page" according to this thread, but all I see is this. I will continue hunting around for a ROM file for this graphics card.
    Last edited by rb3 (2015-06-05 02:01:20)

    It`s not beacuse of the case. I have the same problem with a macbook pro retina 15 late 2013 (I7 - 2.3 Ghz, 16 GB, 512 SSD, GT750M) with windows 8.1 on bootcamp. The temperature is higher than yosemite. It gets easily at 80 celsius in a demanding game, while on yosemite it barely reaches 55-60 under heavy load. It`s beacuse of windows, and these are the temperatures, I got the same average 55-60 in windows and 45 celsius in yosemite. I read on the forums and I tried evend with a cooler pad. But it doesn`t seem to be any improvement with lowering the temperature in windows.

  • SAP ECC6 memory and paging issues

    Dear Experts
    I have recently upgraded my 4.6C systems to an ECC 6 system (DB2 LUW 9.5 on AIX 5.3 TL9 64 Bit OS)
    I have been running the LPAR with 14 GB of memory and we are around 100-200+ users using the system, I was monitoring using nmon and found that Physical Memory was around 99.8% Used   (14311.8MB and 22.6MB was free) also the paging space was around 37.2% in result causing the system at times to run slow which can have a very negative effect on the users.
    After further investigation I found that after a system restart the Physical Memory would start around 50.9% and increased at a steady pace until it reached 99.8% that is when the system would start using the paging space which would steadily increase, I found that the only solution was a system restart at least once a week to reduce the memory consumption.
    At first glance it looked like a database manger memory leak with the process db2sysc, so I searched the net with the search words u201Cdb2 memory leaku201D and found the following APARs and notes.
    APAR JR30285 - Pervasive memory leak when compiling SQL statements that use SQL/XML functions
    APAR IZ35230 - There is a pervasive unix-specific private memory leak in the security component
    Note 1288341 - Memory leak in APPLHEAPSZ -> SQL0954C 
    Note 1352361 - Memory leak in shared memory area abrfci
    Note 1147821 - DB6: Known Errors and available Fixes in DB2 9.5 LUW
    After reading the notes and APARs I decided to updated DB2 to the latest fix pack (5SAP), but after the fix pack was implemented it did not solve the memory problem
    I started look at different problems with SAP ECC6, db2 and AIX with paging/memory problems and I found the following notes to do with AIX memory and paging but none of them helped as all parameters and settings were set accordingly  
    789477 - Large extended memory on AIX (64-bit) as of Kernel 6.20
    191801 - AIX 64-bit with very large amount of Extended Memory
    973227 - AIX Virtual Memory Management: Tuning Recommendations
    884393 - AIX saposcol consumes large amount of memory.
    856848 u2013 AIX Extended Memory Disclaiming 
    1048686 u2013 Recommended AIX settings for SAP
    1121904 u2013 SAP on AIX: Recommendations for Paging
    1086130 u2013 DB6: DB2 Standard Parameter Settings
    After even more investigation I found the following evidence suggesting AIX Virtual Memory Manager might have a problem

    Shared memories inside of pool 40
    Key:       42  Size:    17792992 (  17.0 MB) DB TTAB buffer              
    Key:       43  Size:    53606392 (  51.1 MB) DB FTAB buffer              
    Key:       44  Size:     8550392 (   8.2 MB) DB IREC buffer              
    Key:       45  Size:     7014392 (   6.7 MB) DB short nametab buffer     
    Key:       46  Size:       20480 (   0.0 MB) DB sync table               
    Key:       47  Size:    10241024 (   9.8 MB) DB CUA buffer               
    Key:       48  Size:      300000 (   0.3 MB) Number range buffer         
    Key:       49  Size:     2769392 (   2.6 MB) Spool admin (SpoolWP+DiaWP) 
    Shared memories outside of pools
    Key:        3  Size:   114048000 ( 108.8 MB) Disp. communication areas   
    Key:        4  Size:      523048 (   0.5 MB) statistic area              
    Key:        6  Size:   692224000 ( 660.2 MB) ABAP program buffer         
    Key:        7  Size:       14838 (   0.0 MB) Update task administration  
    Key:        8  Size:   134217828 ( 128.0 MB) Paging buffer               
    Key:        9  Size:   134217828 ( 128.0 MB) Roll buffer                 
    Key:       18  Size:     1835108 (   1.7 MB) Paging adminitration        
    Key:       19  Size:   119850000 ( 114.3 MB) Table-buffer                
    Key:       41  Size:    25010000 (  23.9 MB) DB statistics buffer        
    Key:       63  Size:      409600 (   0.4 MB) ICMAN shared memory         
    Key:       64  Size:     4202496 (   4.0 MB) Online Text Repository Buf. 
    Key:       65  Size:     4202496 (   4.0 MB) Export/Import Shared Memory 
    Key:     1002  Size:      400000 (   0.4 MB) Performance monitoring V01.0
    Key: 58900114  Size:        4096 (   0.0 MB) SCSA area                   
    Nr of operating system shared memory segments: 16
    Shared memory resource requirements estimated
    ================================================================
    Total Nr of shared segments required.....:         16
    System-imposed number of shared memories.:       1000
    Shared memory segment size required min..:  692224000 ( 660.2 MB)
    System-imposed maximum segment size......: 35184372088832 (33554432.0 MB)
    Swap space requirements estimated
    ================================================
    Shared memory....................: 1654.8 MB
    ..in pool 10  328.6 MB,   58% used
    ..in pool 40  143.3 MB,   30% used
    ..not in pool: 1174.1 MB
    Processes........................:  413.4 MB
    Extended Memory .................: 6144.0 MB
    Total, minimum requirement.......: 8212.2 MB
    Process local heaps, worst case..: 3814.7 MB
    Total, worst case requirement....: 21882.9 MB
    Errors detected..................:    0
    Warnings detected................:    3

  • Having problems with Bridge shutting down after saving photo in PS Cs5,,,,,,,,,  Also when i attempt to update either PS or bridge get an error message in Adobe application manger "Error loading updater workflow"

    Having problems with Bridge shutting down after saving photo in PS Cs5,,,,,,,,,  Also when i attempt to update either PS or bridge get an error message in Adobe application manger "Error loading updater workflow"

    Sorry for the late reply. My email firewall has become a little over zealous & sent a lot of my emails straight to my junk email folder, so I have only just now discovered your reply in my junk mail folder.
    The only "don't open files exceeding xxx megabytes" instruction I can find in my Prefs, is in the Bridge Prefs for Thumbnails, & mine is set at 1000mb. The biggest files I handle are bigger than 200mb so I should be able to open a few, not just one.
    However, this doesn't explain why I can open a psd format file of 180mb, close it, but then can't open a RAW format file of only 26mb immediately after.
    I can open the RAW file only if I restart my computer - very annoying!
    However, thanks for the advice about the video card & memory.
    So, I'm still stuck as to what the issue is.

  • Memory in Android devices

    To use Android devices efficiently, users should be aware of the different types of device memory. This knowledge is important in order to understand, for example, where music, photos and videos are saved; how many apps can be downloaded from Google Play™; and how photos can be copied to a PC.
    The below information is also of interest to developers who want to optimize their programs to make the best possible use of the resources in the device.
    Generally, all Android devices share the same basic memory setup. What differs is how much memory is available to you via the different types of memory, and whether your device uses an external SD card or an internal memory chip.
    Types of memory
    The types of memory described and numbered below are consistent with the terminology used in Sony mobile device menus and in other content relating to 2013 Xperia™ devices:
    1. Dynamic Memory (also known as RAM) is used by applications that run when the device is turned on. The amount of Dynamic Memory influences how many applications and operating system services can run at the same time. The Android operating system automatically closes applications and services that are not being used.
    However, such automatic functionality has limits. For example, if a lower amount of free RAM is available to applications after a new release of the operating system (due to increased capabilities in the system), device speed will eventually be impacted. This is the main reason that a device cannot be indefinitely upgraded to newer releases of Android™.
    If you experience problems with RAM, for example, if the device runs slower than usual or if the Home application restarts frequently when you leave an application, you should minimize the use of apps that run all the time. Such apps could include, for example, applications that frequently download social networking service updates. You could also consider using a static wallpaper instead of a live wallpaper.
    To see which apps and services are currently active, go to Settings > Applications > Running services. You should have at least 50 MB, and ideally 100 MB or more, of free RAM to avoid slowdowns and application restarts.
    You should also be aware that if you update the device to a later Android release, the load on the built-in Dynamic Memory will increase due to the addition of more features, as mentioned above. As a result, the device may run slower after an update.
    2. System Memory (also known as “System partition” or “/system”) is used for the Android OS and for most applications that are pre-loaded from the factory. This type of memory is normally locked, and can only be changed through a firmware upgrade. There is usually some free space available in this section of memory. However, since it is locked, you cannot save apps, photos or any other content to this memory. System Memory is reserved for future firmware upgrades, which almost always need more memory than the original firmware. You cannot see or influence the use of this memory.
    3. Internal Storage is memory used as” working” memory. It can be compared to the C: drive on a PC or to the startup disk on a Mac.
    This type of memory is used to store all application downloaded from the Google Play™ Store (and other sources) as well as their settings and data (such as emails, messages and calendar events, for example). All applications have an allocated area which no other applications can access and where
    the application data can be stored.
    Some game applications also store content such as game music and game level information outside their own designated area. In most cases, an application can choose to save its data in a location of its own choosing (outside the protected application settings area). Generally, such content is not deleted when an application is uninstalled; it must be removed manually by connecting the device to a computer with a USB cable, or by using a file manager application.
    Internal Storage is also used for all user content added, for example, as a result of the user taking photos with the camera, downloading media files, and performing file transfers. Typical user content includes:
    • photos
    • movies
    • music
    • downloaded documents (as email attachments, for example)
    Internal Storage will tend to fill up as a result of normal usage. Examples of such usage are the saving of data by applications; the downloading and installation of new applications; the downloading of free or paid content; and the shooting of pictures and movies. Therefore, the larger this memory is from the start, the more applications you can download and use, and the more pictures and movies you can shoot.
    If the Internal Storage starts to get full, the device slows down, and in some cases it might no longer be possible to install more apps. You should always ensure that you have at least 100 MB of free Internal Storage. If not, you should consider removing some apps that you seldom use, or move content that you do not frequently access to safe storage.
    You can see approximately how much Internal Storage is free in Settings > Storage >Internal Storage. You can also view more detail about how much memory is used by applications in Settings > Applications.
    Please note that in Sony Mobile 2013 products, “Internal Storage” is now the combination of what was previously known as “Device Memory” or “Phone Memory” (for applications and their data – also previously known as “/data”) and “Internal Storage” (for user’s content – also previously known as “/ sdcard”). The reason for this change is to make the use of available memory more flexible, and also to enable the optional encryption of user’s content.
    Memory card slot
    In some products you may find both a large internal memory and a memory card reader slot. However, on the current Android platform, the card reader slot does not work in the same manner in a device with a large internal memory as it does in a device with ONLY a memory card slot.
    Generally, since most applications expect only a single location for storage, such applications will not generally allow you to SAVE anything to the memory card (i.e., they do not offer the option to choose a storage location). However, some applications (for instance, the Sony Mobile “Camera” application) may actually allow you to do so. Other applications, for example, backup applications such as the Sony Mobile “Memory” application, will by definition be configured to copy content from the Internal Storage to the external SD card.
    On the other hand, when it comes to reading from an external SD Card, you will be able to access content (for example, videos, photos and music) on a memory card inserted in this slot without any special consideration since the Android system searches all available memory for content. Therefore, such products may be regarded as supporting a fourth type of memory, called “External Card” or “SD Card”.
    4. SD Card (known as “/ext_card” from a programmer’s point of view, or by other names in other Android products) is the name for the removable SD memory card in all 2013 Sony Mobile products. As described above, this External Card memory is generally more limited in that any application can read from it, but many applications cannot save to this card. Only a few applications, including backup applications and file manger applications, have the capability to save to this card.
    Backing up data to different memory types
    Generally, you should not save photos, videos and other personal content solely on the internal memory of a device. If something should happen with the hardware, or if the device is lost or stolen, the data stored on the device’s internal memory is gone forever.
    In a device where an SD card reader is the main memory, it is relatively easy to take the card out and copy all content to a PC or Mac, or to an entertainment device with a memory card slot. In a product featuring Internal Storage as the main memory, it is not possible to physically remove the memory. Instead, any critical or high-value content must either be copied to an external SD card by a special backup application, transferred to remote storage over a network (mobile or Wi-Fi), or to a computer via a USB cable.
    To facilitate the transfer of data via a cable, the Xperia™ phone supports the Microsoft standard, Media Transfer Protocol (MTP), which makes it possible to easily transfer content back and forth between your device and a Windows PC. For Apple Mac computers, a special application called Sony Bridge for Mac is available with built-in support for MTP. This application can be downloaded from the
    Support page.
    Note that you do not need to back up or make a copy of applications that you have downloaded from the Google Play™ Store. They can normally be downloaded again after you have set up your Google account to work in a new device (or in a device where the memory has been completely erased).
    Note 1:
    As noted above, some Android devices, including Sony Mobile devices from 2012 and Sony Ericsson devices from 2011 and earlier, do not use a single “Internal Storage” for both applications (and their data) and user content. Instead, these devices use either an external SD card for user content, or a corresponding area of internal memory to reproduce the functionality of an SD card. In such devices, there is a fixed limit between the application area (“/data”) and the user content area (“/sdcard”), with the result that user content can build up and reach this limit. The consequence of such a limit being reached, for example, for the camera application, would be that no new pictures could be taken even if there was still a considerable amount of free space in the application area (or in the user content area). In such an instance, the download and installation of new applications would also not be possible, even if there was enough free memory in the content area.
    Note 2:
    Some devices with integrated storage have abandoned the distinction between the application area and the content area when it comes to a Factory Data Reset. As a result, there is no option in such devices to perform a Factory Data Reset and preserve content. In such devices, all content is mandatorily and completely deleted from the device when a reset is performed.
    In contrast, Sony Mobile’s memory integration solution makes it possible to preserve user content in this situation. Therefore, when performing a Factory Data Reset, the default action will still be to only remove applications and their data, and an option box must be checked if all content is to be removed as well (as might be desirable when selling the device second-hand, for instance).
    Note 3:
    For a developer, it is important to note that from a programming point of view the location names used to refer to the different memory areas described in Note 1 are still valid, i.e., the area used for applications (“/data”) is still present, as is the area used for content (“/sdcard”).
    In reality, “sdcard” is a so-called “symbolic link” to “/data/media”. However, from inside an Android application, “/sdcard” can still be used. For example, you can use “sdcard/DCIM/100Android” to find all camera images. The continued use of “/sdcard” to access the content area ensures compatibility across different products and Android releases in this regard.
     - Community Manager Sony Xperia Support Forum
    If you're new to our forums make sure that you have read our Discussion guidelines.
    If you want to get in touch with the local support team for your country please visit our contact page.

    Are you perhaps zipping the custom storefront incorrectly? Make sure when you zip up the files that you have them all loose at the top level of the zip file. They can't be inside a folder in the zip file.
    The custom store from DPS Configurator, if you upload it to App Builder directly without unzipping it, should work without error.
    Where are you seeing lacking documentation for Android? Bob spent a great deal of time documenting the new Android viewer, and all of our SDK documentation for custom storefront also has complete details about which APIs are supported on the platform.
    Neil

  • Heavy hdd activity under high memory load, system unresponsive

    Hi there,
    don't know where to post this.
    On a system without SWAP and on zfs root on top of luks encryption when available memory becomes low, the desktop - X-Window Xfce becomes unresponsive.
    Sometimes this takes many minutes and it comes back, or I still can close an application with the hardly moving mouse, to free up some memory.
    The hdd-led does blink heavily.
    Sometimes the X-Window system dies.
    Is there something I can do about this, is this expected behaviour?
    On windows XP I did run whitout swap for quite a long time - years, and when available memory got low, usually just a programm died.
    That way I did like much more, than the system getting slow because of using the swap heavily.
    So what do I have?
    Laptop Lenovo X200
    Core2Duo P8600  @ 2.40GHz
    4GB RAM
    SSD
    no Swap
    LUKS cryptroot
    ZFS on top of /dev/mapper/cryptroot
    # uname -ra
    Linux machine1 3.18.6-1-ARCH #1 SMP PREEMPT Sat Feb 7 08:44:05 CET 2015 x86_64 GNU/Linux
    # lscpu
    Architecture: x86_64
    CPU op-mode(s): 32-bit, 64-bit
    Byte Order: Little Endian
    CPU(s): 2
    On-line CPU(s) list: 0,1
    Thread(s) per core: 1
    Core(s) per socket: 2
    Socket(s): 1
    NUMA node(s): 1
    Vendor ID: GenuineIntel
    CPU family: 6
    Model: 23
    Model name: Intel(R) Core(TM)2 Duo CPU P8600 @ 2.40GHz
    Stepping: 10
    CPU MHz: 800.000
    CPU max MHz: 2401.0000
    CPU min MHz: 800.0000
    BogoMIPS: 4790.58
    Virtualization: VT-x
    L1d cache: 32K
    L1i cache: 32K
    L2 cache: 3072K
    NUMA node0 CPU(s): 0,1
    # lspci
    00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07)
    00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
    00:02.1 Display controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
    00:03.0 Communication controller: Intel Corporation Mobile 4 Series Chipset MEI Controller (rev 07)
    00:03.3 Serial controller: Intel Corporation Mobile 4 Series Chipset AMT SOL Redirection (rev 07)
    00:19.0 Ethernet controller: Intel Corporation 82567LM Gigabit Network Connection (rev 03)
    00:1a.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 03)
    00:1a.1 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 03)
    00:1a.2 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 03)
    00:1a.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 03)
    00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
    00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03)
    00:1c.1 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 (rev 03)
    00:1c.2 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 3 (rev 03)
    00:1c.3 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 4 (rev 03)
    00:1d.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03)
    00:1d.1 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 03)
    00:1d.2 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 03)
    00:1d.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 03)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93)
    00:1f.0 ISA bridge: Intel Corporation ICH9M-E LPC Interface Controller (rev 03)
    00:1f.2 IDE interface: Intel Corporation 82801IBM/IEM (ICH9M/ICH9M-E) 2 port SATA Controller [IDE mode] (rev 03)
    00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 03)
    03:00.0 Network controller: Intel Corporation Ultimate N WiFi Link 5300
    04:00.0 Memory controller: Intel Corporation Turbo Memory Controller (rev 11)
    # mount
    proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
    sys on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
    dev on /dev type devtmpfs (rw,nosuid,relatime,size=1967492k,nr_inodes=491873,mode=755)
    run on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755)
    rpool/ROOT/rootfs on / type zfs (rw,relatime,xattr,noacl)
    securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
    tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
    devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
    tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
    cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd)
    pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
    cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
    cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
    cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
    cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
    cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
    cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
    cgroup on /sys/fs/cgroup/net_cls type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls)
    systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=34,pgrp=1,timeout=300,minproto=5,maxproto=5,direct)
    mqueue on /dev/mqueue type mqueue (rw,relatime)
    debugfs on /sys/kernel/debug type debugfs (rw,relatime)
    hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
    tmpfs on /tmp type tmpfs (rw)
    binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
    configfs on /sys/kernel/config type configfs (rw,relatime)
    rpool/BACKUP on /BACKUP type zfs (rw,noatime,xattr,noacl)
    rpool/BACKUP/boot on /BACKUP/boot type zfs (rw,noatime,xattr,noacl)
    rpool/BACKUP/mail on /BACKUP/mail type zfs (rw,noatime,xattr,noacl)
    /dev/sda4 on /boot type ext4 (rw,relatime,data=ordered)
    rpool/HOME on /home type zfs (rw,noatime,xattr,noacl)
    rpool/ROOT/rootfs/OPT on /opt type zfs (rw,noatime,xattr,noacl)
    rpool/HOME/root on /root type zfs (rw,noatime,xattr,noacl)
    tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=394404k,mode=700,uid=1000,gid=1000)
    fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
    gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
    # free -h
    total used free shared buff/cache available
    Mem: 3.8G 1.8G 1.1G 108M 873M 1.5G
    Swap: 0B 0B 0B
    # zpool status
    pool: rpool
    state: ONLINE
    scan: scrub repaired 0 in 0h6m with 0 errors on Tue Mar 3 21:23:16 2015
    config:
    NAME STATE READ WRITE CKSUM
    rpool ONLINE 0 0 0
    cryptroot ONLINE 0 0 0
    errors: No known data errors
    # zpool list
    NAME SIZE ALLOC FREE EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
    rpool 61G 25.7G 35.3G - 32% 42% 1.00x ONLINE -
    # arcstat.py
    time read miss miss% dmis dm% pmis pm% mmis mm% arcsz c
    09:29:42 0 0 0 0 0 0 0 0 0 757M 758M
    # arcstat.py
    time read miss miss% dmis dm% pmis pm% mmis mm% arcsz c
    09:30:35 0 0 0 0 0 0 0 0 0 851M 853M
    # arcstat.py
    time read miss miss% dmis dm% pmis pm% mmis mm% arcsz c
    09:31:44 0 0 0 0 0 0 0 0 0 743M 744M
    # arcstat.py
    time read miss miss% dmis dm% pmis pm% mmis mm% arcsz c
    09:33:01 0 0 0 0 0 0 0 0 0 177M 172M
    # free -h
    total used free shared buff/cache available
    Mem: 3.8G 2.5G 137M 344M 1.1G 536M
    Swap: 0B 0B 0B
    that just to show that the zfs arc does resize up and down
    closing some applications
    # free -h
    total used free shared buff/cache available
    Mem: 3.8G 2.5G 137M 344M 1.1G 536M
    Swap: 0B 0B 0B
    # arcstat.py
    time read miss miss% dmis dm% pmis pm% mmis mm% arcsz c
    09:35:05 0 0 0 0 0 0 0 0 0 164M 164M
    # arcstat.py
    time read miss miss% dmis dm% pmis pm% mmis mm% arcsz c
    09:36:06 0 0 0 0 0 0 0 0 0 164M 166M
    # arcstat.py
    time read miss miss% dmis dm% pmis pm% mmis mm% arcsz c
    09:36:11 0 0 0 0 0 0 0 0 0 165M 166M
    # arcstat.py
    time read miss miss% dmis dm% pmis pm% mmis mm% arcsz c
    09:36:14 0 0 0 0 0 0 0 0 0 167M 167M
    # arcstat.py
    time read miss miss% dmis dm% pmis pm% mmis mm% arcsz c
    09:36:15 0 0 0 0 0 0 0 0 0 169M 169M
    # arcstat.py
    time read miss miss% dmis dm% pmis pm% mmis mm% arcsz c
    09:37:45 0 0 0 0 0 0 0 0 0 173M 178M
    # free -h
    total used free shared buff/cache available
    Mem: 3.8G 1.5G 1.4G 116M 878M 1.8G
    Swap: 0B 0B 0B
    and the system log
    Mar 08 07:10:50 machine1 systemd-timesyncd[1078]: Using NTP server 217.79.181.50:123 (0.de.pool.ntp.org).
    Mar 08 07:10:52 machine1 systemd[1314]: Time has been changed
    Mar 08 07:10:52 machine1 systemd[1]: Time has been changed
    Mar 08 07:10:52 machine1 systemd-timesyncd[1078]: interval/delta/delay/jitter/drift 32s/+1.379s/0.030s/0.520s/+25ppm
    Mar 08 07:11:24 machine1 systemd-timesyncd[1078]: interval/delta/delay/jitter/drift 64s/+0.006s/0.040s/0.520s/+25ppm
    Mar 08 07:12:28 machine1 systemd-timesyncd[1078]: interval/delta/delay/jitter/drift 128s/-0.008s/0.025s/0.520s/-5ppm
    Mar 08 07:14:36 machine1 systemd-timesyncd[1078]: interval/delta/delay/jitter/drift 256s/+0.009s/0.035s/0.520s/+11ppm
    Mar 08 07:18:53 machine1 systemd-timesyncd[1078]: interval/delta/delay/jitter/drift 512s/-0.001s/0.025s/0.520s/+10ppm
    Mar 08 07:23:57 machine1 acpid[1084]: client 1346[1000:1000] has disconnected
    Mar 08 07:23:58 machine1 systemd-logind[1109]: Suspend key pressed.
    Mar 08 07:23:58 machine1 systemd-logind[1109]: Suspending...
    Mar 08 07:23:58 machine1 NetworkManager[1082]: <info> sleep requested (sleeping: no enabled: yes)
    Mar 08 07:23:58 machine1 NetworkManager[1082]: <info> sleeping...
    Mar 08 07:23:58 machine1 NetworkManager[1082]: <info> (enp0s25): device state change: unavailable -> unmanaged (reason 'sleeping') [20 10 37]
    Mar 08 07:23:58 machine1 logger[14283]: SleepButton pressed
    Mar 08 07:23:58 machine1 NetworkManager[1082]: <info> (wls1): device state change: activated -> unmanaged (reason 'sleeping') [100 10 37]
    Mar 08 07:23:58 machine1 kernel: e1000e: enp0s25 NIC Link is Down
    Mar 08 07:23:58 machine1 kernel: IPv6: ADDRCONF(NETDEV_UP): enp0s25: link is not ready
    Mar 08 07:23:58 machine1 NetworkManager[1082]: <info> (wls1): deactivating device (reason 'sleeping') [37]
    Mar 08 07:23:58 machine1 NetworkManager[1082]: <info> (wls1): canceled DHCP transaction, DHCP client pid 13916
    Mar 08 07:23:58 machine1 NetworkManager[1082]: <info> (wls1): DHCPv4 state changed bound -> done
    Mar 08 07:23:58 machine1 NetworkManager[1082]: <info> Removing DNS information from /usr/bin/resolvconf
    Mar 08 07:23:58 machine1 kernel: wls1: deauthenticating from a0:f3:c1:a9:0c:63 by local choice (Reason: 3=DEAUTH_LEAVING)
    Mar 08 07:23:58 machine1 kernel: cfg80211: Calling CRDA to update world regulatory domain
    Mar 08 07:23:58 machine1 kernel: cfg80211: World regulatory domain updated:
    Mar 08 07:23:58 machine1 kernel: cfg80211: DFS Master region: unset
    Mar 08 07:23:58 machine1 kernel: cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
    Mar 08 07:23:58 machine1 kernel: cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
    Mar 08 07:23:58 machine1 kernel: cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
    Mar 08 07:23:58 machine1 kernel: cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
    Mar 08 07:23:58 machine1 kernel: cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
    Mar 08 07:23:58 machine1 kernel: cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
    Mar 08 07:23:58 machine1 kernel: cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
    Mar 08 07:23:58 machine1 kernel: cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
    Mar 08 07:23:58 machine1 kernel: cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
    Mar 08 07:23:58 machine1 kernel: cfg80211: Calling CRDA for country: DE
    Mar 08 07:23:58 machine1 kernel: cfg80211: Regulatory domain changed to country: DE
    Mar 08 07:23:58 machine1 kernel: cfg80211: DFS Master region: ETSI
    Mar 08 07:23:58 machine1 kernel: cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
    Mar 08 07:23:58 machine1 kernel: cfg80211: (2400000 KHz - 2483500 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
    Mar 08 07:23:58 machine1 kernel: cfg80211: (5150000 KHz - 5250000 KHz @ 80000 KHz, 200000 KHz AUTO), (N/A, 2000 mBm), (N/A)
    Mar 08 07:23:58 machine1 kernel: cfg80211: (5250000 KHz - 5350000 KHz @ 80000 KHz, 200000 KHz AUTO), (N/A, 2000 mBm), (0 s)
    Mar 08 07:23:58 machine1 kernel: cfg80211: (5470000 KHz - 5725000 KHz @ 160000 KHz), (N/A, 2698 mBm), (0 s)
    Mar 08 07:23:58 machine1 kernel: cfg80211: (57000000 KHz - 66000000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
    Mar 08 07:23:58 machine1 NetworkManager[1082]: <info> NetworkManager state is now ASLEEP
    Mar 08 07:23:58 machine1 kernel: IPv6: ADDRCONF(NETDEV_UP): wls1: link is not ready
    Mar 08 07:23:58 machine1 dbus[1092]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service'
    Mar 08 07:23:58 machine1 systemd[1]: Starting Network Manager Script Dispatcher Service...
    Mar 08 07:23:58 machine1 dbus[1092]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
    Mar 08 07:23:58 machine1 systemd[1]: Started Network Manager Script Dispatcher Service.
    Mar 08 07:23:58 machine1 systemd[1]: Starting Sleep.
    Mar 08 07:23:58 machine1 systemd[1]: Reached target Sleep.
    Mar 08 07:23:58 machine1 systemd[1]: Starting Suspend...
    Mar 08 07:23:58 machine1 systemd-sleep[14323]: Suspending system...
    Mar 08 07:23:58 machine1 /usr/bin/gpm[1110]: *** info [mice.c(1990)]:
    Mar 08 07:23:58 machine1 /usr/bin/gpm[1110]: imps2: Auto-detected intellimouse PS/2
    Mar 08 07:23:59 machine1 systemd-logind[1109]: Lid closed.
    Mar 08 07:23:59 machine1 logger[14334]: LID closed
    Mar 08 07:24:01 machine1 kernel: PM: Syncing filesystems ... done.
    Mar 08 07:24:01 machine1 kernel: PM: Preparing system for mem sleep
    Mar 08 07:28:21 machine1 kernel: Freezing user space processes ... (elapsed 0.002 seconds) done.
    Mar 08 07:28:21 machine1 kernel: Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
    Mar 08 07:28:21 machine1 kernel: PM: Entering mem sleep
    Mar 08 07:28:21 machine1 kernel: Suspending console(s) (use no_console_suspend to debug)
    Mar 08 07:28:21 machine1 kernel: sd 0:0:0:0: [sda] Synchronizing SCSI cache
    Mar 08 07:28:21 machine1 kernel: sd 0:0:0:0: [sda] Stopping disk
    Mar 08 07:28:21 machine1 kernel: e1000e: EEE TX LPI TIMER: 00000000
    Mar 08 07:28:21 machine1 kernel: PM: suspend of devices complete after 595.345 msecs
    Mar 08 07:28:21 machine1 kernel: PM: late suspend of devices complete after 13.265 msecs
    Mar 08 07:28:21 machine1 kernel: ehci-pci 0000:00:1d.7: System wakeup enabled by ACPI
    Mar 08 07:28:21 machine1 kernel: uhci_hcd 0000:00:1d.0: System wakeup enabled by ACPI
    Mar 08 07:28:21 machine1 kernel: uhci_hcd 0000:00:1a.2: System wakeup enabled by ACPI
    Mar 08 07:28:21 machine1 kernel: ehci-pci 0000:00:1a.7: System wakeup enabled by ACPI
    Mar 08 07:28:21 machine1 kernel: uhci_hcd 0000:00:1a.0: System wakeup enabled by ACPI
    Mar 08 07:28:21 machine1 kernel: PM: noirq suspend of devices complete after 13.370 msecs
    Mar 08 07:28:21 machine1 kernel: ACPI: Preparing to enter system sleep state S3
    Mar 08 07:28:21 machine1 kernel: PM: Saving platform NVS memory
    Mar 08 07:28:21 machine1 kernel: Disabling non-boot CPUs ...
    Mar 08 07:28:21 machine1 kernel: kvm: disabling virtualization on CPU1
    Mar 08 07:28:21 machine1 kernel: smpboot: CPU 1 is now offline
    Mar 08 07:28:21 machine1 kernel: ACPI: Low-level resume complete
    Mar 08 07:28:21 machine1 kernel: PM: Restoring platform NVS memory
    Mar 08 07:28:21 machine1 kernel: Enabling non-boot CPUs ...
    Mar 08 07:28:21 machine1 kernel: x86: Booting SMP configuration:
    Mar 08 07:28:21 machine1 kernel: smpboot: Booting Node 0 Processor 1 APIC 0x1
    Mar 08 07:28:21 machine1 kernel: Disabled fast string operations
    Mar 08 07:28:21 machine1 kernel: kvm: enabling virtualization on CPU1
    Mar 08 07:28:21 machine1 kernel: CPU1 is up
    Mar 08 07:28:21 machine1 kernel: ACPI: Waking up from system sleep state S3
    Mar 08 07:28:21 machine1 kernel: uhci_hcd 0000:00:1a.0: System wakeup disabled by ACPI
    Mar 08 07:28:21 machine1 kernel: uhci_hcd 0000:00:1a.2: System wakeup disabled by ACPI
    Mar 08 07:28:21 machine1 kernel: ehci-pci 0000:00:1a.7: System wakeup disabled by ACPI
    Mar 08 07:28:21 machine1 kernel: uhci_hcd 0000:00:1d.0: System wakeup disabled by ACPI
    Mar 08 07:28:21 machine1 kernel: ehci-pci 0000:00:1d.7: System wakeup disabled by ACPI
    Mar 08 07:28:21 machine1 kernel: PM: noirq resume of devices complete after 13.666 msecs
    Mar 08 07:28:21 machine1 kernel: PM: early resume of devices complete after 0.279 msecs
    Mar 08 07:28:21 machine1 kernel: mei_me 0000:00:03.0: irq 28 for MSI/MSI-X
    Mar 08 07:28:21 machine1 kernel: usb usb4: root hub lost power or was reset
    Mar 08 07:28:21 machine1 kernel: usb usb5: root hub lost power or was reset
    Mar 08 07:28:21 machine1 kernel: usb usb3: root hub lost power or was reset
    Mar 08 07:28:21 machine1 kernel: snd_hda_intel 0000:00:1b.0: irq 29 for MSI/MSI-X
    Mar 08 07:28:21 machine1 kernel: usb usb6: root hub lost power or was reset
    Mar 08 07:28:21 machine1 kernel: usb usb7: root hub lost power or was reset
    Mar 08 07:28:21 machine1 kernel: usb usb8: root hub lost power or was reset
    Mar 08 07:28:21 machine1 kernel: pciehp 0000:00:1c.0:pcie04: Timeout on hotplug command 0x1038 (issued 2840063 msec ago)
    Mar 08 07:28:21 machine1 kernel: pciehp 0000:00:1c.1:pcie04: Timeout on hotplug command 0x1038 (issued 2840063 msec ago)
    Mar 08 07:28:21 machine1 kernel: pciehp 0000:00:1c.2:pcie04: Timeout on hotplug command 0x1038 (issued 2840063 msec ago)
    Mar 08 07:28:21 machine1 kernel: pciehp 0000:00:1c.3:pcie04: Timeout on hotplug command 0x1038 (issued 2840063 msec ago)
    Mar 08 07:28:21 machine1 kernel: sd 0:0:0:0: [sda] Starting disk
    Mar 08 07:28:21 machine1 kernel: e1000e 0000:00:19.0: irq 32 for MSI/MSI-X
    Mar 08 07:28:21 machine1 kernel: pciehp 0000:00:1c.2:pcie04: Device 0000:04:00.0 already exists at 0000:04:00, cannot hot-add
    Mar 08 07:28:21 machine1 kernel: pciehp 0000:00:1c.2:pcie04: Cannot add device at 0000:04:00
    Mar 08 07:28:21 machine1 kernel: pciehp 0000:00:1c.1:pcie04: Device 0000:03:00.0 already exists at 0000:03:00, cannot hot-add
    Mar 08 07:28:21 machine1 kernel: pciehp 0000:00:1c.1:pcie04: Cannot add device at 0000:03:00
    Mar 08 07:28:21 machine1 kernel: rtc_cmos 00:02: System wakeup disabled by ACPI
    Mar 08 07:28:21 machine1 kernel: usb 1-6: reset high-speed USB device number 3 using ehci-pci
    Mar 08 07:28:21 machine1 kernel: usb 4-2: reset full-speed USB device number 2 using uhci_hcd
    Mar 08 07:28:21 machine1 kernel: ata2: SATA link down (SStatus 0 SControl 300)
    Mar 08 07:28:21 machine1 kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    Mar 08 07:28:21 machine1 kernel: ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
    Mar 08 07:28:21 machine1 kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    Mar 08 07:28:21 machine1 kernel: ata1.00: ACPI cmd ef/03:45:00:00:00:a0 (SET FEATURES) filtered out
    Mar 08 07:28:21 machine1 kernel: ata1.00: ACPI cmd ef/03:0c:00:00:00:a0 (SET FEATURES) filtered out
    Mar 08 07:28:21 machine1 kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    Mar 08 07:28:21 machine1 kernel: ata1.00: configured for UDMA/133
    Mar 08 07:28:21 machine1 kernel: tpm_tis 00:05: TPM is disabled/deactivated (0x6)
    Mar 08 07:28:21 machine1 kernel: PM: resume of devices complete after 1037.690 msecs
    Mar 08 07:28:21 machine1 kernel: PM: Finishing wakeup.
    Mar 08 07:28:21 machine1 kernel: Restarting tasks ...
    Mar 08 07:28:21 machine1 kernel: ACPI: \_SB_.PCI0.SATA.SCND.MSTR: docking
    Mar 08 07:28:21 machine1 kernel: ACPI: \_SB_.PCI0.SATA.SCND.MSTR: Unable to dock!
    Mar 08 07:28:21 machine1 kernel: done.
    Mar 08 07:28:21 machine1 systemd[1]: Time has been changed
    Mar 08 07:28:21 machine1 systemd-timesyncd[1078]: System time changed. Resyncing.
    Mar 08 07:28:21 machine1 systemd-timesyncd[1078]: Using NTP server 46.4.54.78:123 (0.de.pool.ntp.org).
    Mar 08 07:28:21 machine1 systemd-timesyncd[1078]: Using NTP server 129.143.2.23:123 (0.de.pool.ntp.org).
    Mar 08 07:28:21 machine1 systemd-timesyncd[1078]: Using NTP server 129.250.35.250:123 (0.de.pool.ntp.org).
    Mar 08 07:28:21 machine1 systemd-logind[1109]: Lid opened.
    Mar 08 07:28:21 machine1 systemd[1314]: Time has been changed
    Mar 08 07:28:21 machine1 systemd-sleep[14323]: System resumed.
    Mar 08 07:28:21 machine1 kernel: video LNXVIDEO:00: Restoring backlight state
    Mar 08 07:28:21 machine1 logger[14425]: LID opened
    Mar 08 07:28:21 machine1 logger[14429]: ACPI group/action undefined: processor / LNXCPU:00
    Mar 08 07:28:21 machine1 logger[14431]: ACPI group/action undefined: processor / LNXCPU:01
    Mar 08 07:28:21 machine1 systemd[1]: Starting Bluetooth.
    Mar 08 07:28:21 machine1 systemd[1]: Reached target Bluetooth.
    Mar 08 07:28:21 machine1 systemd[1]: Started Suspend.
    Mar 08 07:28:21 machine1 systemd[1]: Unit sleep.target is not needed anymore. Stopping.
    Mar 08 07:28:21 machine1 systemd[1]: Stopping Sleep.
    Mar 08 07:28:21 machine1 systemd[1]: Stopped target Sleep.
    Mar 08 07:28:21 machine1 systemd[1]: Starting Suspend.
    Mar 08 07:28:21 machine1 systemd[1]: Reached target Suspend.
    Mar 08 07:28:21 machine1 systemd[1]: Unit suspend.target is bound to inactive service. Stopping, too.
    Mar 08 07:28:21 machine1 systemd[1]: Stopping Suspend.
    Mar 08 07:28:21 machine1 systemd[1]: Stopped target Suspend.
    Mar 08 07:28:21 machine1 NetworkManager[1082]: <info> wake requested (sleeping: yes enabled: yes)
    Mar 08 07:28:21 machine1 NetworkManager[1082]: <info> waking up...
    Mar 08 07:28:21 machine1 NetworkManager[1082]: <info> (enp0s25): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
    Mar 08 07:28:21 machine1 systemd-logind[1109]: Operation finished.
    Mar 08 07:28:21 machine1 kernel: e1000e 0000:00:19.0: irq 32 for MSI/MSI-X
    Mar 08 07:28:21 machine1 kernel: e1000e 0000:00:19.0: irq 32 for MSI/MSI-X
    Mar 08 07:28:21 machine1 kernel: iwlwifi 0000:03:00.0: L1 Disabled - LTR Disabled
    Mar 08 07:28:21 machine1 NetworkManager[1082]: <info> (enp0s25): preparing device
    Mar 08 07:28:21 machine1 NetworkManager[1082]: <info> (wls1): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
    Mar 08 07:28:21 machine1 kernel: iwlwifi 0000:03:00.0: Radio type=0x0-0x2-0x0
    Mar 08 07:28:21 machine1 NetworkManager[1082]: <info> (wls1): preparing device
    Mar 08 07:28:21 machine1 NetworkManager[1082]: <info> NetworkManager state is now DISCONNECTED
    Mar 08 07:28:21 machine1 NetworkManager[1082]: <info> (wls1) supports 5 scan SSIDs
    Mar 08 07:28:21 machine1 NetworkManager[1082]: <info> (wls1): supplicant interface state: starting -> ready
    Mar 08 07:28:21 machine1 NetworkManager[1082]: <info> (wls1): device state change: unavailable -> disconnected (reason 'supplicant-available') [20 30 42]
    Mar 08 07:28:21 machine1 NetworkManager[1082]: <info> (wls1): supplicant interface state: ready -> disconnected
    Mar 08 07:28:21 machine1 NetworkManager[1082]: <info> (wls1) supports 5 scan SSIDs
    Mar 08 07:28:24 machine1 NetworkManager[1082]: <info> Auto-activating connection 'WLAN-1'.
    Mar 08 07:28:24 machine1 NetworkManager[1082]: <info> (wls1): supplicant interface state: disconnected -> inactive
    Mar 08 07:28:24 machine1 NetworkManager[1082]: <info> (wls1): Activation: starting connection 'WLAN-1'
    Mar 08 07:28:24 machine1 NetworkManager[1082]: <info> (wls1): Activation: Stage 1 of 5 (Device Prepare) scheduled...
    Mar 08 07:28:24 machine1 NetworkManager[1082]: <info> (wls1): Activation: Stage 1 of 5 (Device Prepare) started...
    Mar 08 07:28:24 machine1 NetworkManager[1082]: <info> (wls1): device state change: disconnected -> prepare (reason 'none') [30 40 0]
    Mar 08 07:28:24 machine1 NetworkManager[1082]: <info> NetworkManager state is now CONNECTING
    Mar 08 07:28:24 machine1 NetworkManager[1082]: <info> (wls1): Activation: Stage 2 of 5 (Device Configure) scheduled...
    Mar 08 07:28:24 machine1 NetworkManager[1082]: <info> (wls1): Activation: Stage 1 of 5 (Device Prepare) complete.
    Mar 08 07:28:24 machine1 NetworkManager[1082]: <info> (wls1): Activation: Stage 2 of 5 (Device Configure) starting...
    Mar 08 07:28:24 machine1 NetworkManager[1082]: <info> (wls1): device state change: prepare -> config (reason 'none') [40 50 0]
    Mar 08 07:28:24 machine1 NetworkManager[1082]: <info> (wls1): Activation: (wifi) access point 'WLAN-1' has security, but secrets are required.
    Mar 08 07:28:24 machine1 NetworkManager[1082]: <info> (wls1): device state change: config -> need-auth (reason 'none') [50 60 0]
    Mar 08 07:28:24 machine1 NetworkManager[1082]: <info> (wls1): Activation: Stage 2 of 5 (Device Configure) complete.
    Mar 08 07:28:24 machine1 NetworkManager[1082]: <info> (wls1): Activation: Stage 1 of 5 (Device Prepare) scheduled...
    Mar 08 07:28:24 machine1 NetworkManager[1082]: <info> (wls1): Activation: Stage 1 of 5 (Device Prepare) started...
    Mar 08 07:28:24 machine1 NetworkManager[1082]: <info> (wls1): device state change: need-auth -> prepare (reason 'none') [60 40 0]
    Mar 08 07:28:24 machine1 NetworkManager[1082]: <info> (wls1): Activation: Stage 2 of 5 (Device Configure) scheduled...
    Mar 08 07:28:24 machine1 NetworkManager[1082]: <info> (wls1): Activation: Stage 1 of 5 (Device Prepare) complete.
    Mar 08 07:28:24 machine1 NetworkManager[1082]: <info> (wls1): Activation: Stage 2 of 5 (Device Configure) starting...
    Mar 08 07:28:24 machine1 NetworkManager[1082]: <info> (wls1): device state change: prepare -> config (reason 'none') [40 50 0]
    Mar 08 07:28:24 machine1 NetworkManager[1082]: <info> (wls1): Activation: (wifi) connection 'WLAN-1' has security, and secrets exist. No new secrets needed.
    Mar 08 07:28:24 machine1 NetworkManager[1082]: <info> Config: added 'ssid' value 'WLAN-1'
    Mar 08 07:28:24 machine1 NetworkManager[1082]: <info> Config: added 'scan_ssid' value '1'
    Mar 08 07:28:24 machine1 NetworkManager[1082]: <info> Config: added 'key_mgmt' value 'WPA-PSK'
    Mar 08 07:28:24 machine1 NetworkManager[1082]: <info> Config: added 'psk' value '<omitted>'
    Mar 08 07:28:24 machine1 NetworkManager[1082]: <info> (wls1): Activation: Stage 2 of 5 (Device Configure) complete.
    Mar 08 07:28:24 machine1 NetworkManager[1082]: <info> Config: set interface ap_scan to 1
    Mar 08 07:28:24 machine1 kernel: wls1: authenticate with a0:f3:c1:a9:0c:63
    Mar 08 07:28:24 machine1 kernel: wls1: send auth to a0:f3:c1:a9:0c:63 (try 1/3)
    Mar 08 07:28:24 machine1 NetworkManager[1082]: <info> (wls1): supplicant interface state: inactive -> authenticating
    Mar 08 07:28:24 machine1 kernel: wls1: send auth to a0:f3:c1:a9:0c:63 (try 2/3)
    Mar 08 07:28:24 machine1 kernel: wls1: authenticated
    Mar 08 07:28:24 machine1 kernel: wls1: associate with a0:f3:c1:a9:0c:63 (try 1/3)
    Mar 08 07:28:24 machine1 NetworkManager[1082]: <info> (wls1): supplicant interface state: authenticating -> associating
    Mar 08 07:28:24 machine1 kernel: wls1: RX AssocResp from a0:f3:c1:a9:0c:63 (capab=0x431 status=0 aid=1)
    Mar 08 07:28:24 machine1 kernel: wls1: associated
    Mar 08 07:28:24 machine1 NetworkManager[1082]: <info> (wls1): supplicant interface state: associating -> associated
    Mar 08 07:28:24 machine1 NetworkManager[1082]: <info> (wls1): supplicant interface state: associated -> 4-way handshake
    Mar 08 07:28:24 machine1 NetworkManager[1082]: <info> (wls1): supplicant interface state: 4-way handshake -> completed
    Mar 08 07:28:24 machine1 NetworkManager[1082]: <info> (wls1): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network 'WLAN-1'.
    Mar 08 07:28:24 machine1 NetworkManager[1082]: <info> (wls1): Activation: Stage 3 of 5 (IP Configure Start) scheduled.
    Mar 08 07:28:24 machine1 NetworkManager[1082]: <info> (wls1): Activation: Stage 3 of 5 (IP Configure Start) started...
    Mar 08 07:28:24 machine1 NetworkManager[1082]: <info> (wls1): device state change: config -> ip-config (reason 'none') [50 70 0]
    Mar 08 07:28:24 machine1 NetworkManager[1082]: <info> Activation (wls1) Beginning DHCPv4 transaction (timeout in 45 seconds)
    Mar 08 07:28:24 machine1 NetworkManager[1082]: <info> dhclient started with pid 14438
    Mar 08 07:28:24 machine1 NetworkManager[1082]: <info> (wls1): Activation: Stage 3 of 5 (IP Configure Start) complete.
    Mar 08 07:28:24 machine1 dhclient[14438]: DHCPREQUEST on wls1 to 255.255.255.255 port 67
    Mar 08 07:28:26 machine1 acpid[1084]: client connected from 1346[1000:1000]
    Mar 08 07:28:26 machine1 acpid[1084]: 1 client rule loaded
    Mar 08 07:28:28 machine1 dhclient[14438]: DHCPREQUEST on wls1 to 255.255.255.255 port 67
    Mar 08 07:28:28 machine1 dhclient[14438]: DHCPACK from 192.168.1.254
    Mar 08 07:28:28 machine1 NetworkManager[1082]: <info> address 192.168.1.16
    Mar 08 07:28:28 machine1 NetworkManager[1082]: <info> plen 24 (255.255.255.0)
    Mar 08 07:28:28 machine1 NetworkManager[1082]: <info> gateway 192.168.1.254
    Mar 08 07:28:28 machine1 NetworkManager[1082]: <info> server identifier 192.168.1.254
    Mar 08 07:28:28 machine1 NetworkManager[1082]: <info> lease time -1
    Mar 08 07:28:28 machine1 NetworkManager[1082]: <info> nameserver '217.68.161.141'
    Mar 08 07:28:28 machine1 NetworkManager[1082]: <info> nameserver '217.68.161.171'
    Mar 08 07:28:28 machine1 NetworkManager[1082]: <info> (wls1): DHCPv4 state changed unknown -> bound
    Mar 08 07:28:28 machine1 NetworkManager[1082]: <info> (wls1): Activation: Stage 5 of 5 (IPv4 Configure Commit) scheduled...
    Mar 08 07:28:28 machine1 NetworkManager[1082]: <info> (wls1): Activation: Stage 5 of 5 (IPv4 Commit) started...
    Mar 08 07:28:28 machine1 NetworkManager[1082]: <info> (wls1): device state change: ip-config -> ip-check (reason 'none') [70 80 0]
    Mar 08 07:28:28 machine1 NetworkManager[1082]: <info> (wls1): Activation: Stage 5 of 5 (IPv4 Commit) complete.
    Mar 08 07:28:29 machine1 NetworkManager[1082]: <info> (wls1): device state change: ip-check -> secondaries (reason 'none') [80 90 0]
    Mar 08 07:28:29 machine1 NetworkManager[1082]: <info> (wls1): device state change: secondaries -> activated (reason 'none') [90 100 0]
    Mar 08 07:28:29 machine1 NetworkManager[1082]: <info> NetworkManager state is now CONNECTED_LOCAL
    Mar 08 07:28:29 machine1 NetworkManager[1082]: <info> NetworkManager state is now CONNECTED_GLOBAL
    Mar 08 07:28:29 machine1 NetworkManager[1082]: <info> Policy set 'WLAN-1' (wls1) as default for IPv4 routing and DNS.
    Mar 08 07:28:29 machine1 NetworkManager[1082]: <info> Writing DNS information to /usr/bin/resolvconf
    Mar 08 07:28:29 machine1 dhclient[14438]: bound to 192.168.1.16 -- renewal in 2147483647 seconds.
    Mar 08 07:28:29 machine1 NetworkManager[1082]: <info> (wls1): Activation: successful, device activated.
    Mar 08 07:28:29 machine1 dbus[1092]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service'
    Mar 08 07:28:29 machine1 systemd[1]: Starting Network Manager Script Dispatcher Service...
    Mar 08 07:28:29 machine1 dbus[1092]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
    Mar 08 07:28:29 machine1 systemd[1]: Started Network Manager Script Dispatcher Service.
    Mar 08 07:28:56 machine1 NetworkManager[1082]: <info> (wls1): Activation: Stage 4 of 5 (IPv6 Configure Timeout) scheduled...
    Mar 08 07:28:56 machine1 NetworkManager[1082]: <info> (wls1): Activation: Stage 4 of 5 (IPv6 Configure Timeout) started...
    Mar 08 07:28:56 machine1 NetworkManager[1082]: <info> (wls1): Activation: Stage 4 of 5 (IPv6 Configure Timeout) complete.
    Mar 08 08:22:27 machine1 systemd-journal[15220]: Permanent journal is using 41.2M (max allowed 4.0G, trying to leave 4.0G free of 34.3G available → current limit 4.0G).
    Mar 08 08:22:27 machine1 kernel: Core dump to |/usr/lib/systemd/systemd-coredump 6862 0 0 6 1425796589 systemd-journal pipe failed
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service: main process exited, code=killed, status=6/ABRT
    Mar 08 08:22:27 machine1 systemd[1]: Unit systemd-journald.service entered failed state.
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service failed.
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service has no holdoff time, scheduling restart.
    Mar 08 08:22:27 machine1 systemd[1]: Stopping Flush Journal to Persistent Storage...
    Mar 08 08:22:27 machine1 systemd[1]: Stopping Journal Service...
    Mar 08 08:22:27 machine1 systemd[1]: Listening on Journal Audit Socket.
    Mar 08 08:22:27 machine1 systemd[1]: Starting Journal Service...
    Mar 08 08:22:27 machine1 systemd[1]: Time has been changed
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service watchdog timeout (limit 1min)!
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service stop-sigabrt timed out. Terminating.
    Mar 08 08:22:27 machine1 kernel: INFO: task panel-20-dateti:1449 blocked for more than 120 seconds.
    Mar 08 08:22:27 machine1 kernel: Tainted: P O 3.18.6-1-ARCH #1
    Mar 08 08:22:27 machine1 kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    Mar 08 08:22:27 machine1 kernel: panel-20-dateti D 0000000000000000 0 1449 1390 0x00000000
    Mar 08 08:22:27 machine1 kernel: ffff880092927cb8 0000000000000082 ffff880093e75080 0000000000013640
    Mar 08 08:22:27 machine1 kernel: ffff880092927fd8 0000000000013640 ffff88007ce0d080 ffff880093e75080
    Mar 08 08:22:27 machine1 kernel: ffff880092927c18 ffffffff81192628 ffff880092857f00 00ff880092932c38
    Mar 08 08:22:27 machine1 kernel: Call Trace:
    Mar 08 08:22:27 machine1 kernel: [<ffffffff81192628>] ? page_add_file_rmap+0x48/0x90
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811ef7dc>] ? mntput_no_expire+0x2c/0x160
    Mar 08 08:22:27 machine1 kernel: [<ffffffff81551599>] schedule+0x29/0x70
    Mar 08 08:22:27 machine1 kernel: [<ffffffff81551a16>] schedule_preempt_disabled+0x16/0x20
    Mar 08 08:22:27 machine1 kernel: [<ffffffff81553155>] __mutex_lock_slowpath+0xd5/0x140
    Mar 08 08:22:27 machine1 kernel: [<ffffffff815531db>] mutex_lock+0x1b/0x30
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811dd8a8>] lock_rename+0xd8/0x100
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811e0bf3>] SyS_renameat2+0x283/0x5f0
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811b3719>] ? kmem_cache_free+0x199/0x1d0
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811e0f9e>] SyS_rename+0x1e/0x20
    Mar 08 08:22:27 machine1 kernel: [<ffffffff815556e9>] system_call_fastpath+0x12/0x17
    Mar 08 08:22:27 machine1 kernel: INFO: task xfce4-xkb-plugi:1452 blocked for more than 120 seconds.
    Mar 08 08:22:27 machine1 kernel: Tainted: P O 3.18.6-1-ARCH #1
    Mar 08 08:22:27 machine1 kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    Mar 08 08:22:27 machine1 kernel: xfce4-xkb-plugi D 0000000000000000 0 1452 1390 0x00000000
    Mar 08 08:22:27 machine1 kernel: ffff880092967bd8 0000000000000086 ffff880095441e30 0000000000013640
    Mar 08 08:22:27 machine1 kernel: ffff880092967fd8 0000000000013640 ffff880125e59e30 ffff880095441e30
    Mar 08 08:22:27 machine1 kernel: ffff880092967b38 ffffffff811e6d0a ffff880092967b38 0000000000000000
    Mar 08 08:22:27 machine1 kernel: Call Trace:
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811e6d0a>] ? dput+0x2a/0x1c0
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811e8c9c>] ? __d_lookup+0xac/0x180
    Mar 08 08:22:27 machine1 kernel: [<ffffffff81551599>] schedule+0x29/0x70
    Mar 08 08:22:27 machine1 kernel: [<ffffffff81551a16>] schedule_preempt_disabled+0x16/0x20
    Mar 08 08:22:27 machine1 kernel: [<ffffffff81553155>] __mutex_lock_slowpath+0xd5/0x140
    Mar 08 08:22:27 machine1 kernel: [<ffffffff815531db>] mutex_lock+0x1b/0x30
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811dbbd4>] lookup_slow+0x34/0xc0
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811dcd02>] path_lookupat+0x6f2/0x850
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811e8c9c>] ? __d_lookup+0xac/0x180
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811df460>] ? getname_flags+0x30/0x130
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811dd356>] filename_lookup.isra.27+0x26/0x80
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811dfe93>] user_path_at_empty+0x63/0xd0
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811ef7dc>] ? mntput_no_expire+0x2c/0x160
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811dff11>] user_path_at+0x11/0x20
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811d441a>] vfs_fstatat+0x6a/0xd0
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811d449b>] vfs_stat+0x1b/0x20
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811d4a99>] SyS_newstat+0x29/0x60
    Mar 08 08:22:27 machine1 kernel: [<ffffffff815556e9>] system_call_fastpath+0x12/0x17
    Mar 08 08:22:27 machine1 kernel: INFO: task panel-16-cpufre:1472 blocked for more than 120 seconds.
    Mar 08 08:22:27 machine1 kernel: Tainted: P O 3.18.6-1-ARCH #1
    Mar 08 08:22:27 machine1 kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    Mar 08 08:22:27 machine1 kernel: panel-16-cpufre D 0000000000000000 0 1472 1390 0x00000000
    Mar 08 08:22:27 machine1 kernel: ffff8800913f7c18 0000000000000082 ffff880129d71e30 0000000000013640
    Mar 08 08:22:27 machine1 kernel: ffff8800913f7fd8 0000000000013640 ffff880093e76eb0 ffff880129d71e30
    Mar 08 08:22:27 machine1 kernel: ffff880129d71e30 ffff8800913358e0 0000000000000001 0000000000000292
    Mar 08 08:22:27 machine1 kernel: Call Trace:
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811e6d0a>] ? dput+0x2a/0x1c0
    Mar 08 08:22:27 machine1 kernel: [<ffffffff81551599>] schedule+0x29/0x70
    Mar 08 08:22:27 machine1 kernel: [<ffffffff81551a16>] schedule_preempt_disabled+0x16/0x20
    Mar 08 08:22:27 machine1 kernel: [<ffffffff81553155>] __mutex_lock_slowpath+0xd5/0x140
    Mar 08 08:22:27 machine1 kernel: [<ffffffff815531db>] mutex_lock+0x1b/0x30
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811ddc0b>] do_last.isra.35+0x24b/0xea0
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811de922>] path_openat+0xc2/0x6e0
    Mar 08 08:22:27 machine1 kernel: [<ffffffff81188b7e>] ? handle_mm_fault+0x8ce/0x1110
    Mar 08 08:22:27 machine1 kernel: [<ffffffff81183124>] ? tlb_flush_mmu_free+0x34/0x60
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811dffc9>] do_filp_open+0x49/0xd0
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811ed657>] ? __alloc_fd+0xa7/0x130
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811ce41e>] do_sys_open+0x14e/0x250
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811ce53e>] SyS_open+0x1e/0x20
    Mar 08 08:22:27 machine1 kernel: [<ffffffff815556e9>] system_call_fastpath+0x12/0x17
    Mar 08 08:22:27 machine1 kernel: INFO: task panel-17-cpugra:1478 blocked for more than 120 seconds.
    Mar 08 08:22:27 machine1 kernel: Tainted: P O 3.18.6-1-ARCH #1
    Mar 08 08:22:27 machine1 kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    Mar 08 08:22:27 machine1 kernel: panel-17-cpugra D 0000000000000000 0 1478 1390 0x00000000
    Mar 08 08:22:27 machine1 kernel: ffff880090117c18 0000000000000086 ffff880129d70a10 0000000000013640
    Mar 08 08:22:27 machine1 kernel: ffff880090117fd8 0000000000013640 ffff8800b6cb5080 ffff880129d70a10
    Mar 08 08:22:27 machine1 kernel: ffff880129d70a10 ffff880091335c60 0000000000000001 0000000000000292
    Mar 08 08:22:27 machine1 kernel: Call Trace:
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811e6d0a>] ? dput+0x2a/0x1c0
    Mar 08 08:22:27 machine1 kernel: [<ffffffff81551599>] schedule+0x29/0x70
    Mar 08 08:22:27 machine1 kernel: [<ffffffff81551a16>] schedule_preempt_disabled+0x16/0x20
    Mar 08 08:22:27 machine1 kernel: [<ffffffff81553155>] __mutex_lock_slowpath+0xd5/0x140
    Mar 08 08:22:27 machine1 kernel: [<ffffffff815531db>] mutex_lock+0x1b/0x30
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811ddc0b>] do_last.isra.35+0x24b/0xea0
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811de922>] path_openat+0xc2/0x6e0
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811df460>] ? getname_flags+0x30/0x130
    Mar 08 08:22:27 machine1 kernel: [<ffffffff81183124>] ? tlb_flush_mmu_free+0x34/0x60
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811dffc9>] do_filp_open+0x49/0xd0
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811ed657>] ? __alloc_fd+0xa7/0x130
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811ce41e>] do_sys_open+0x14e/0x250
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811ce53e>] SyS_open+0x1e/0x20
    Mar 08 08:22:27 machine1 kernel: [<ffffffff815556e9>] system_call_fastpath+0x12/0x17
    Mar 08 08:22:27 machine1 kernel: INFO: task xfce4-sensors-p:1485 blocked for more than 120 seconds.
    Mar 08 08:22:27 machine1 kernel: Tainted: P O 3.18.6-1-ARCH #1
    Mar 08 08:22:27 machine1 kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    Mar 08 08:22:27 machine1 kernel: xfce4-sensors-p D 0000000000000000 0 1485 1390 0x00000000
    Mar 08 08:22:27 machine1 kernel: ffff880129df7db8 0000000000000082 ffff880129d73250 0000000000013640
    Mar 08 08:22:27 machine1 kernel: ffff880129df7fd8 0000000000013640 ffff8800b6cb5080 ffff880129d73250
    Mar 08 08:22:27 machine1 kernel: ffff880129d73250 ffffffff81186252 0000000000000161 ffff8800aac0c7a0
    Mar 08 08:22:27 machine1 kernel: Call Trace:
    Mar 08 08:22:27 machine1 kernel: [<ffffffff81186252>] ? do_read_fault.isra.58+0x2a2/0x340
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811ef7dc>] ? mntput_no_expire+0x2c/0x160
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811ef934>] ? mntput+0x24/0x40
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811dc70d>] ? path_lookupat+0xfd/0x850
    Mar 08 08:22:27 machine1 kernel: [<ffffffff81551599>] schedule+0x29/0x70
    Mar 08 08:22:27 machine1 kernel: [<ffffffff81551a16>] schedule_preempt_disabled+0x16/0x20
    Mar 08 08:22:27 machine1 kernel: [<ffffffff81553155>] __mutex_lock_slowpath+0xd5/0x140
    Mar 08 08:22:27 machine1 kernel: [<ffffffff815531db>] mutex_lock+0x1b/0x30
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811df9e6>] do_unlinkat+0x166/0x350
    Mar 08 08:22:27 machine1 kernel: [<ffffffff8118c349>] ? vma_rb_erase+0x129/0x260
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811e0536>] SyS_unlink+0x16/0x20
    Mar 08 08:22:27 machine1 kernel: [<ffffffff815556e9>] system_call_fastpath+0x12/0x17
    Mar 08 08:22:27 machine1 kernel: INFO: task panel-23-batter:1486 blocked for more than 120 seconds.
    Mar 08 08:22:27 machine1 kernel: Tainted: P O 3.18.6-1-ARCH #1
    Mar 08 08:22:27 machine1 kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    Mar 08 08:22:27 machine1 kernel: panel-23-batter D 0000000000000000 0 1486 1390 0x00000000
    Mar 08 08:22:27 machine1 kernel: ffff88008f9d7c18 0000000000000086 ffff880090095080 0000000000013640
    Mar 08 08:22:27 machine1 kernel: ffff88008f9d7fd8 0000000000013640 ffff8800b6cb5080 ffff880090095080
    Mar 08 08:22:27 machine1 kernel: ffff880090095080 ffff880091337160 0000000000000001 0000000000000292
    Mar 08 08:22:27 machine1 kernel: Call Trace:
    Mar 08 08:22:27 machine1 kernel: [<ffffffff810b29e8>] ? __wake_up+0x48/0x60
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811e6d0a>] ? dput+0x2a/0x1c0
    Mar 08 08:22:27 machine1 kernel: [<ffffffff81551599>] schedule+0x29/0x70
    Mar 08 08:22:27 machine1 kernel: [<ffffffff81551a16>] schedule_preempt_disabled+0x16/0x20
    Mar 08 08:22:27 machine1 kernel: [<ffffffff81553155>] __mutex_lock_slowpath+0xd5/0x140
    Mar 08 08:22:27 machine1 kernel: [<ffffffff815531db>] mutex_lock+0x1b/0x30
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811ddc0b>] do_last.isra.35+0x24b/0xea0
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811662ce>] ? release_pages+0x20e/0x2b0
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811de922>] path_openat+0xc2/0x6e0
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811df460>] ? getname_flags+0x30/0x130
    Mar 08 08:22:27 machine1 kernel: [<ffffffff81183124>] ? tlb_flush_mmu_free+0x34/0x60
    Mar 08 08:22:27 machine1 kernel: [<ffffffff81183d0d>] ? tlb_finish_mmu+0x4d/0x50
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811dffc9>] do_filp_open+0x49/0xd0
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811ed657>] ? __alloc_fd+0xa7/0x130
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811ce41e>] do_sys_open+0x14e/0x250
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811ce53e>] SyS_open+0x1e/0x20
    Mar 08 08:22:27 machine1 kernel: [<ffffffff815556e9>] system_call_fastpath+0x12/0x17
    Mar 08 08:22:27 machine1 kernel: INFO: task panel-26-netloa:1488 blocked for more than 120 seconds.
    Mar 08 08:22:27 machine1 kernel: Tainted: P O 3.18.6-1-ARCH #1
    Mar 08 08:22:27 machine1 kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    Mar 08 08:22:27 machine1 kernel: panel-26-netloa D 0000000000000000 0 1488 1390 0x00000000
    Mar 08 08:22:27 machine1 kernel: ffff88008facbc18 0000000000000082 ffff880090091420 0000000000013640
    Mar 08 08:22:27 machine1 kernel: ffff88008facbfd8 0000000000013640 ffff8800b6cb5080 ffff880090091420
    Mar 08 08:22:27 machine1 kernel: ffff880090091420 ffff880091337be0 0000000000000001 0000000000000292
    Mar 08 08:22:27 machine1 kernel: Call Trace:
    Mar 08 08:22:27 machine1 kernel: [<ffffffff810b29e8>] ? __wake_up+0x48/0x60
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811e6d0a>] ? dput+0x2a/0x1c0
    Mar 08 08:22:27 machine1 kernel: [<ffffffff81551599>] schedule+0x29/0x70
    Mar 08 08:22:27 machine1 kernel: [<ffffffff81551a16>] schedule_preempt_disabled+0x16/0x20
    Mar 08 08:22:27 machine1 kernel: [<ffffffff81553155>] __mutex_lock_slowpath+0xd5/0x140
    Mar 08 08:22:27 machine1 kernel: [<ffffffff815531db>] mutex_lock+0x1b/0x30
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811ddc0b>] do_last.isra.35+0x24b/0xea0
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811de922>] path_openat+0xc2/0x6e0
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811df460>] ? getname_flags+0x30/0x130
    Mar 08 08:22:27 machine1 kernel: [<ffffffff81183124>] ? tlb_flush_mmu_free+0x34/0x60
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811dffc9>] do_filp_open+0x49/0xd0
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811ed657>] ? __alloc_fd+0xa7/0x130
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811ce41e>] do_sys_open+0x14e/0x250
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811ce53e>] SyS_open+0x1e/0x20
    Mar 08 08:22:27 machine1 kernel: [<ffffffff815556e9>] system_call_fastpath+0x12/0x17
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service stop-sigterm timed out. Killing.
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service: main process exited, code=killed, status=9/KILL
    Mar 08 08:22:27 machine1 systemd[1]: Failed to start Journal Service.
    Mar 08 08:22:27 machine1 systemd[1]: Dependency failed for Flush Journal to Persistent Storage.
    Mar 08 08:22:27 machine1 systemd[1]: Job systemd-journal-flush.service/start failed with result 'dependency'.
    Mar 08 08:22:27 machine1 systemd[1]: Unit systemd-journald.service entered failed state.
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service failed.
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service has no holdoff time, scheduling restart.
    Mar 08 08:22:27 machine1 systemd[1]: Stopping Journal Service...
    Mar 08 08:22:27 machine1 systemd[1]: Listening on Journal Audit Socket.
    Mar 08 08:22:27 machine1 systemd[1]: Starting Journal Service...
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service: main process exited, code=exited, status=127/n/a
    Mar 08 08:22:27 machine1 systemd[1]: Failed to start Journal Service.
    Mar 08 08:22:27 machine1 systemd[1]: Dependency failed for Flush Journal to Persistent Storage.
    Mar 08 08:22:27 machine1 systemd[1]: Job systemd-journal-flush.service/start failed with result 'dependency'.
    Mar 08 08:22:27 machine1 systemd[1]: Unit systemd-journald.service entered failed state.
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service failed.
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service has no holdoff time, scheduling restart.
    Mar 08 08:22:27 machine1 systemd[1]: Stopping Journal Service...
    Mar 08 08:22:27 machine1 systemd[1]: Listening on Journal Audit Socket.
    Mar 08 08:22:27 machine1 systemd[1]: Starting Journal Service...
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service: main process exited, code=exited, status=127/n/a
    Mar 08 08:22:27 machine1 systemd[1]: Failed to start Journal Service.
    Mar 08 08:22:27 machine1 systemd[1]: Dependency failed for Flush Journal to Persistent Storage.
    Mar 08 08:22:27 machine1 systemd[1]: Job systemd-journal-flush.service/start failed with result 'dependency'.
    Mar 08 08:22:27 machine1 systemd[1]: Unit systemd-journald.service entered failed state.
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service failed.
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service has no holdoff time, scheduling restart.
    Mar 08 08:22:27 machine1 systemd[1]: Stopping Journal Service...
    Mar 08 08:22:27 machine1 systemd[1]: Listening on Journal Audit Socket.
    Mar 08 08:22:27 machine1 systemd[1]: Starting Journal Service...
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service: main process exited, code=exited, status=127/n/a
    Mar 08 08:22:27 machine1 systemd[1]: Failed to start Journal Service.
    Mar 08 08:22:27 machine1 systemd[1]: Dependency failed for Flush Journal to Persistent Storage.
    Mar 08 08:22:27 machine1 systemd[1]: Job systemd-journal-flush.service/start failed with result 'dependency'.
    Mar 08 08:22:27 machine1 systemd[1]: Unit systemd-journald.service entered failed state.
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service failed.
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service has no holdoff time, scheduling restart.
    Mar 08 08:22:27 machine1 systemd[1]: Stopping Journal Service...
    Mar 08 08:22:27 machine1 systemd[1]: Listening on Journal Audit Socket.
    Mar 08 08:22:27 machine1 systemd[1]: Starting Journal Service...
    Mar 08 08:22:27 machine1 systemd[1]: Failed to reset devices.list on /system.slice/systemd-journald.service: Invalid argument
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service: main process exited, code=exited, status=127/n/a
    Mar 08 08:22:27 machine1 systemd[1]: Failed to start Journal Service.
    Mar 08 08:22:27 machine1 systemd[1]: Dependency failed for Flush Journal to Persistent Storage.
    Mar 08 08:22:27 machine1 systemd[1]: Job systemd-journal-flush.service/start failed with result 'dependency'.
    Mar 08 08:22:27 machine1 systemd[1]: Unit systemd-journald.service entered failed state.
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service failed.
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service has no holdoff time, scheduling restart.
    Mar 08 08:22:27 machine1 systemd[1]: Stopping Journal Service...
    Mar 08 08:22:27 machine1 systemd[1]: Listening on Journal Audit Socket.
    Mar 08 08:22:27 machine1 systemd[1]: Starting Journal Service...
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service: main process exited, code=exited, status=203/EXEC
    Mar 08 08:22:27 machine1 systemd[1]: Failed to start Journal Service.
    Mar 08 08:22:27 machine1 systemd[1]: Dependency failed for Flush Journal to Persistent Storage.
    Mar 08 08:22:27 machine1 systemd[1]: Job systemd-journal-flush.service/start failed with result 'dependency'.
    Mar 08 08:22:27 machine1 systemd[1]: Unit systemd-journald.service entered failed state.
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service failed.
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service has no holdoff time, scheduling restart.
    Mar 08 08:22:27 machine1 systemd[1]: Stopping Journal Service...
    Mar 08 08:22:27 machine1 systemd[1]: Listening on Journal Audit Socket.
    Mar 08 08:22:27 machine1 systemd[1]: Starting Journal Service...
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service: main process exited, code=exited, status=127/n/a
    Mar 08 08:22:27 machine1 systemd[1]: Failed to start Journal Service.
    Mar 08 08:22:27 machine1 systemd[1]: Dependency failed for Flush Journal to Persistent Storage.
    Mar 08 08:22:27 machine1 systemd[1]: Job systemd-journal-flush.service/start failed with result 'dependency'.
    Mar 08 08:22:27 machine1 systemd[1]: Unit systemd-journald.service entered failed state.
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service failed.
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service has no holdoff time, scheduling restart.
    Mar 08 08:22:27 machine1 systemd[1]: Stopping Journal Service...
    Mar 08 08:22:27 machine1 systemd[1]: Listening on Journal Audit Socket.
    Mar 08 08:22:27 machine1 systemd[1]: Starting Journal Service...
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service: main process exited, code=exited, status=203/EXEC
    Mar 08 08:22:27 machine1 systemd[1]: Failed to start Journal Service.
    Mar 08 08:22:27 machine1 systemd[1]: Dependency failed for Flush Journal to Persistent Storage.
    Mar 08 08:22:27 machine1 systemd[1]: Job systemd-journal-flush.service/start failed with result 'dependency'.
    Mar 08 08:22:27 machine1 systemd[1]: Unit systemd-journald.service entered failed state.
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service failed.
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service has no holdoff time, scheduling restart.
    Mar 08 08:22:27 machine1 systemd[1]: Stopping Journal Service...
    Mar 08 08:22:27 machine1 systemd[1]: Listening on Journal Audit Socket.
    Mar 08 08:22:27 machine1 systemd[1]: Starting Journal Service...
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service: main process exited, code=exited, status=127/n/a
    Mar 08 08:22:27 machine1 systemd[1]: Failed to start Journal Service.
    Mar 08 08:22:27 machine1 systemd[1]: Dependency failed for Flush Journal to Persistent Storage.
    Mar 08 08:22:27 machine1 systemd[1]: Job systemd-journal-flush.service/start failed with result 'dependency'.
    Mar 08 08:22:27 machine1 systemd[1]: Unit systemd-journald.service entered failed state.
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service failed.
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service has no holdoff time, scheduling restart.
    Mar 08 08:22:27 machine1 systemd[1]: Stopping Journal Service...
    Mar 08 08:22:27 machine1 systemd[1]: Listening on Journal Audit Socket.
    Mar 08 08:22:27 machine1 systemd[1]: Starting Journal Service...
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service: main process exited, code=exited, status=127/n/a
    Mar 08 08:22:27 machine1 systemd[1]: Failed to start Journal Service.
    Mar 08 08:22:27 machine1 systemd[1]: Dependency failed for Flush Journal to Persistent Storage.
    Mar 08 08:22:27 machine1 systemd[1]: Job systemd-journal-flush.service/start failed with result 'dependency'.
    Mar 08 08:22:27 machine1 systemd[1]: Unit systemd-journald.service entered failed state.
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service failed.
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service has no holdoff time, scheduling restart.
    Mar 08 08:22:27 machine1 systemd[1]: Stopping Journal Service...
    Mar 08 08:22:27 machine1 systemd[1]: Listening on Journal Audit Socket.
    Mar 08 08:22:27 machine1 systemd[1]: Starting Journal Service...
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service: main process exited, code=exited, status=127/n/a
    Mar 08 08:22:27 machine1 systemd[1]: Failed to start Journal Service.
    Mar 08 08:22:27 machine1 systemd[1]: Dependency failed for Flush Journal to Persistent Storage.
    Mar 08 08:22:27 machine1 systemd[1]: Job systemd-journal-flush.service/start failed with result 'dependency'.
    Mar 08 08:22:27 machine1 systemd[1]: Unit systemd-journald.service entered failed state.
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service failed.
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service has no holdoff time, scheduling restart.
    Mar 08 08:22:27 machine1 systemd[1]: Stopping Journal Service...
    Mar 08 08:22:27 machine1 systemd[1]: Listening on Journal Audit Socket.
    Mar 08 08:22:27 machine1 systemd[1]: Starting Journal Service...
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service: main process exited, code=exited, status=127/n/a
    Mar 08 08:22:27 machine1 systemd[1]: Failed to start Journal Service.
    Mar 08 08:22:27 machine1 systemd[1]: Dependency failed for Flush Journal to Persistent Storage.
    Mar 08 08:22:27 machine1 systemd[1]: Job systemd-journal-flush.service/start failed with result 'dependency'.
    Mar 08 08:22:27 machine1 systemd[1]: Unit systemd-journald.service entered failed state.
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service failed.
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service has no holdoff time, scheduling restart.
    Mar 08 08:22:27 machine1 systemd[1]: Stopping Journal Service...
    Mar 08 08:22:27 machine1 systemd[1]: Listening on Journal Audit Socket.
    Mar 08 08:22:27 machine1 systemd[1]: Starting Journal Service...
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service: main process exited, code=exited, status=127/n/a
    Mar 08 08:22:27 machine1 systemd[1]: Failed to start Journal Service.
    Mar 08 08:22:27 machine1 systemd[1]: Dependency failed for Flush Journal to Persistent Storage.
    Mar 08 08:22:27 machine1 systemd[1]: Job systemd-journal-flush.service/start failed with result 'dependency'.
    Mar 08 08:22:27 machine1 systemd[1]: Unit systemd-journald.service entered failed state.
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service failed.
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service has no holdoff time, scheduling restart.
    Mar 08 08:22:27 machine1 systemd[1]: Stopping Journal Service...
    Mar 08 08:22:27 machine1 systemd[1]: Listening on Journal Audit Socket.
    Mar 08 08:22:27 machine1 systemd[1]: Starting Journal Service...
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service: main process exited, code=exited, status=127/n/a
    Mar 08 08:22:27 machine1 systemd[1]: Failed to start Journal Service.
    Mar 08 08:22:27 machine1 systemd[1]: Dependency failed for Flush Journal to Persistent Storage.
    Mar 08 08:22:27 machine1 systemd[1]: Job systemd-journal-flush.service/start failed with result 'dependency'.
    Mar 08 08:22:27 machine1 systemd[1]: Unit systemd-journald.service entered failed state.
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service failed.
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service has no holdoff time, scheduling restart.
    Mar 08 08:22:27 machine1 systemd[1]: Stopping Journal Service...
    Mar 08 08:22:27 machine1 systemd[1]: Listening on Journal Audit Socket.
    Mar 08 08:22:27 machine1 systemd[1]: Starting Journal Service...
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service: main process exited, code=exited, status=203/EXEC
    Mar 08 08:22:27 machine1 systemd[1]: Failed to start Journal Service.
    Mar 08 08:22:27 machine1 systemd[1]: Dependency failed for Flush Journal to Persistent Storage.
    Mar 08 08:22:27 machine1 systemd[1]: Job systemd-journal-flush.service/start failed with result 'dependency'.
    Mar 08 08:22:27 machine1 systemd[1]: Unit systemd-journald.service entered failed state.
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service failed.
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service has no holdoff time, scheduling restart.
    Mar 08 08:22:27 machine1 systemd[1]: Stopping Journal Service...
    Mar 08 08:22:27 machine1 systemd[1]: Listening on Journal Audit Socket.
    Mar 08 08:22:27 machine1 systemd[1]: Starting Journal Service...
    Mar 08 08:22:27 machine1 systemd-journald[14616]: File /var/log/journal/77dbe77418134ba68037e356ea1a09d5/system.journal corrupted or uncleanly shut down, renaming and replacing.
    Mar 08 08:22:27 machine1 kernel: INFO: task xfce4-sensors-p:1485 blocked for more than 120 seconds.
    Mar 08 08:22:27 machine1 kernel: Tainted: P O 3.18.6-1-ARCH #1
    Mar 08 08:22:27 machine1 kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    Mar 08 08:22:27 machine1 kernel: xfce4-sensors-p D 0000000000000000 0 1485 1390 0x00000000
    Mar 08 08:22:27 machine1 kernel: ffff880129df7cb8 0000000000000082 ffff880129d73250 0000000000013640
    Mar 08 08:22:27 machine1 kernel: ffff880129df7fd8 0000000000013640 ffff8800b6cb5080 ffff880129d73250
    Mar 08 08:22:27 machine1 kernel: 0000000000000000 0000000000000000 0000000290099440 ffffffff811df460
    Mar 08 08:22:27 machine1 kernel: Call Trace:
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811df460>] ? getname_flags+0x30/0x130
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811da682>] ? path_init+0x222/0x450
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811ef7dc>] ? mntput_no_expire+0x2c/0x160
    Mar 08 08:22:27 machine1 kernel: [<ffffffff81551599>] schedule+0x29/0x70
    Mar 08 08:22:27 machine1 kernel: [<ffffffff81551a16>] schedule_preempt_disabled+0x16/0x20
    Mar 08 08:22:27 machine1 kernel: [<ffffffff81553155>] __mutex_lock_slowpath+0xd5/0x140
    Mar 08 08:22:27 machine1 kernel: [<ffffffff815531db>] mutex_lock+0x1b/0x30
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811dd8a8>] lock_rename+0xd8/0x100
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811e0bf3>] SyS_renameat2+0x283/0x5f0
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811b3719>] ? kmem_cache_free+0x199/0x1d0
    Mar 08 08:22:27 machine1 kernel: [<ffffffff811e0f9e>] SyS_rename+0x1e/0x20
    Mar 08 08:22:27 machine1 kernel: [<ffffffff815556e9>] system_call_fastpath+0x12/0x17
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service watchdog timeout (limit 1min)!
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service: main process exited, code=dumped, status=6/ABRT
    Mar 08 08:22:27 machine1 systemd[1]: Failed to start Journal Service.
    Mar 08 08:22:27 machine1 systemd[1]: Dependency failed for Flush Journal to Persistent Storage.
    Mar 08 08:22:27 machine1 systemd[1]: Job systemd-journal-flush.service/start failed with result 'dependency'.
    Mar 08 08:22:27 machine1 systemd[1]: Unit systemd-journald.service entered failed state.
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service failed.
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service has no holdoff time, scheduling restart.
    Mar 08 08:22:27 machine1 systemd[1]: Stopping Journal Service...
    Mar 08 08:22:27 machine1 systemd[1]: Listening on Journal Audit Socket.
    Mar 08 08:22:27 machine1 systemd[1]: Starting Journal Service...
    Mar 08 08:22:27 machine1 systemd[1]: systemd-journald.service: main process exited, code=exited, status=127/n/a
    Mar 08 08:22:27 machine1 systemd[1]: Failed to start Journal Service.
    Mar 08 08:22:27 machine1 syst

    Thanks a lot for the many responses.
    So the first and most easy for me would be to just add swap. Or some more ram.
    But still I'm new to arch linux. And better I learn now already, than later, when there might be really bad situations.
    The linux-ck package I tried. But there I'm somehow lost how do I integrate the zfs?
    I have the following packages regarding zfs:
    zfs-git 0.6.3_r170_gd958324f_3.18.6_1-1
    zfs-utils-git 0.6.3_r170_gd958324f_3.18.6_1-1
    these should be from the following source:
    [demz-repo-core]
    SigLevel = Required DatabaseOptional TrustedOnly
    Server = http://demizerone.com/$repo/$arch
    And these updates are running well. That got updated already several times.
    I did install just the linux-ck package.
    with this repository:
    [repo-ck]
    Server = http://repo-ck.com/$arch
    But there, I don't get the zfs support into the initramfs?
    OK, the log looks like this:
    >>> Updating module dependencies. Please wait ...
    >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    ==> Building image from preset: /etc/mkinitcpio.d/linux-ck.preset: 'default'
    -> -k /boot/vmlinuz-linux-ck -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-ck.img
    ==> Starting build: 3.19.1-1-ck
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [autodetect]
    -> Running build hook: [modconf]
    -> Running build hook: [block]
    -> Running build hook: [keyboard]
    -> Running build hook: [encrypt]
    -> Running build hook: [zfs]
    ==> ERROR: module not found: `zavl'
    ==> ERROR: module not found: `znvpair'
    ==> ERROR: module not found: `zunicode'
    ==> ERROR: module not found: `zcommon'
    ==> ERROR: module not found: `zfs'
    ==> ERROR: module not found: `zpios'
    ==> ERROR: module not found: `spl'
    ==> ERROR: module not found: `splat'
    -> Running build hook: [filesystems]
    -> Running build hook: [fsck]
    -> Running build hook: [shutdown]
    ==> ERROR: module not found: `zfs'
    ==> Generating module dependencies
    ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-ck.img
    ==> WARNING: errors were encountered during the build. The image may not be complete.
    ==> Building image from preset: /etc/mkinitcpio.d/linux-ck.preset: 'fallback'
    -> -k /boot/vmlinuz-linux-ck -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-ck-fallback.img -S autodetect
    ==> Starting build: 3.19.1-1-ck
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [modconf]
    -> Running build hook: [block]
    ==> WARNING: Possibly missing firmware for module: wd719x
    ==> WARNING: Possibly missing firmware for module: aic94xx
    -> Running build hook: [keyboard]
    -> Running build hook: [encrypt]
    -> Running build hook: [zfs]
    ==> ERROR: module not found: `zavl'
    ==> ERROR: module not found: `znvpair'
    ==> ERROR: module not found: `zunicode'
    ==> ERROR: module not found: `zcommon'
    ==> ERROR: module not found: `zfs'
    ==> ERROR: module not found: `zpios'
    ==> ERROR: module not found: `spl'
    ==> ERROR: module not found: `splat'
    -> Running build hook: [filesystems]
    -> Running build hook: [fsck]
    -> Running build hook: [shutdown]
    ==> ERROR: module not found: `zfs'
    ==> Generating module dependencies
    ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-ck-fallback.img
    ==> WARNING: errors were encountered during the build. The image may not be complete.
    ( 95/162) upgrading linux-ck-core2-headers [----------------------] 0%
    ( 95/162) upgrading linux-ck-core2-headers [----------------------] 0%
    ( 95/162) upgrading linux-ck-core2-headers [----------------------] 0%
    ( 95/162) upgrading linux-ck-core2-headers [###-------------------] 14%
    ( 95/162) upgrading linux-ck-core2-headers [###-------------------] 15%
    ( 95/162) upgrading linux-ck-core2-headers [###-------------------] 16%
    ( 95/162) upgrading linux-ck-core2-headers [######----------------] 29%
    ( 95/162) upgrading linux-ck-core2-headers [#########-------------] 42%
    ( 95/162) upgrading linux-ck-core2-headers [###########-----------] 53%
    ( 95/162) upgrading linux-ck-core2-headers [##############--------] 66%
    ( 95/162) upgrading linux-ck-core2-headers [################------] 75%
    ( 95/162) upgrading linux-ck-core2-headers [###################---] 88%
    ( 95/162) upgrading linux-ck-core2-headers [####################--] 95%
    ( 95/162) upgrading linux-ck-core2-headers [######################] 100%
    Well, back to the described behaviour:
    It finally it did kill the x-Window-System, when it ran out of memory, I did run the update from there. It was compiling palemoon.
    If I read it right from the log, that was 18:17, well some hours later, that does not really matter. The system was still alive but the whole X-Window System with the running compilation session therein was gone.
    So there is no question that it was really low on memory.
    After that, I did the update just from the console, no X-Window running at all.
    Here is part of the log of free RAM. I have another log of the arcstat, the ram zfs was using. I'm not sure, if I get them time-syncronized.
    It's all only in my spare time, there are other things to do as well.
    total used free shared buff/cache available
    Mem 3.800 1.200 887M 1.200 1.700 911
    Swap 0B 0B 0B
    total used free shared buff/cache available
    Mem 3.800 1.400 726M 1.200 1.700 751
    Swap 0B 0B 0B
    total used free shared buff/cache available
    Mem 3.800 1.500 585M 1.200 1.700 610
    Swap 0B 0B 0B
    total used free shared buff/cache available
    Mem 3.800 1.600 471M 1.200 1.700 496
    Swap 0B 0B 0B
    total used free shared buff/cache available
    Mem 3.800 1.700 405M 1.200 1.700 430
    Swap 0B 0B 0B
    total used free shared buff/cache available
    Mem 3.800 1.700 333M 1.200 1.700 357
    Swap 0B 0B 0B
    total used free shared buff/cache available
    Mem 3.800 1.500 627M 1.200 1.700 652
    Swap 0B 0B 0B
    total used free shared buff/cache available
    Mem 3.800 1.500 537M 1.200 1.700 562
    Swap 0B 0B 0B
    total used free shared buff/cache available
    Mem 3.800 1.600 487M 1.200 1.700 512
    Swap 0B 0B 0B
    total used free shared buff/cache available
    Mem 3.800 1.000 1.100 1.200 1.700 1100
    Swap 0B 0B 0B
    total used free shared buff/cache available
    Mem 3.800 1.100 1.000 1.200 1.700 1000
    Swap 0B 0B 0B
    OK, that for now.
    Thanks a lot.
    edit:
    Maybe I should add, this was just a different situation of running low on memory.
    There was a webbrowser open, well with quite many tabs. using a lot of memory.
    And that update with pacaur, that did invoke a compilation of the palemoon webbrowser - based on firefox.
    But for this, I would have been happy, with this open webbrowser getting killed, the system being resposive. Or other tasks getting killed, the system reacting on user input.
    I think for being on use as desktop system, it should still respond to keypresses or mousemovements.
    Don't really know if there are other considerations for server use. But not beeing able to free some ram by killing some processes, don't really know if that is better on server or desktop.
    Last edited by whitesnow (2015-03-16 18:47:55)

  • How to monitor java memory usage in enterprise manager

    I am running sqlplus to execute a sql package, which generates XML.
    When processing 2000+ rows, it will give a out of memory error.
    Where in enterprise manger can I see this memory usage?
    Thanks.

    Hello,
    it depends a little on what you want to do. If you use the pure CCMS monitoring with the table ALTRAMONI you get average response time per instance and you only get new measurements once the status changes from green to yellow or red.
    In order to get continuous measurements you should look into Business Process Monitoring and the different documentations under https://service.sap.com/bpm --> Media Libary --> Technical Information. E.g. the PDF Setup Guide for Application Monitoring describes this "newer" dialog performance monitor. Probably you have to click on the calendar sheet in the Media Libary to also see older documents as well. As the Business Process Monitoring integrates with BW (there is also a BI Setup Guide in the Media LIbrary) you can get trendlines there. This BW integration also integrates back with SL Reporting.
    Some guidance for SL Reporting is probably given under https://service.sap.com/rkt-solman but I am not 100% sure.
    Best Regards
    Volker

  • Solution manger down due to disp+work down and j2ee is not starting.

    Message:
    Dear All i am having big problem our solution manager is down kindly help me to solve this problem. system configuration: solution manger 7.01 ehp1 this was upgraded from nw04s a year back .
    yesterday iwas trying to upgrade from sp19 to sp24 then when i try to connect jspm then the problem started.
    1. when i ran JSPM it was asking for SDM password and i have provided the password and i am 100 % sure it is the correct password. but still the sytem is not accepting the password.
    2. at the same time i tried config tool but it is giving an error message (error while connecting DB)
    3.now i want to uninstall solman and restore the DB but even sapinst is giving error below is the error from sapinst_dev. TRACE Running with toplevel file C:\Program Files/sapinst_instdir/SOLMAN/LM/UNINSTALL/AS/toplevel.xml TRACE Running with dialog file C:\Program Files/sapinst_instdir/SOLMAN/LM/UNINSTALL/AS/dialog.xml TRACE Running with keydb file C:\Program Files/sapinst_instdir/SOLMAN/LM/UNINSTALL/AS/keydb.xml TRACE Opened iaejs701.dll TRACE Opened iacdlib701.dll TRACE Opened iaccdlib.dll TRACE Opened iapasswdman701.dll TRACE This is SAPinst, version 701, make variant 700_REL, build 844351 compiled on Aug 9 2006, 07:13:26 TRACE \[synxcaccmg.cpp:640\] CSyADsPath::fromString(INT\gsmadm) Account INT/gsmadm has ADS path 'WinNT://INT/gsmadm' TRACE \[synxcaccnt.cpp:967\] iastring CSyAccountImpl::getSID(IUnknown* pUnk) const gsmadm has SID S-1-5-21-1482476501-1715567821-1801674531-7805 TRACE \[synxcuser.cpp:1088\] CSyUserImpl::isExistingOnOS() existence check for user gsmadm returned true. TRACE \[syxxccache.cpp:208\] CSyAccountCache::getUserImpl(name="INT\gsmadm", sid="", create=false, ISyProgressObserver* ) inserted account (gsmadm, S-1-5-21-1482476501-1715567821-1801674531-7805, USER) into the accountcache. TRACE \[syxxsyshlp.cpp:175\] syslib::logSystemState() Process environment =================== Environment Variables ===================== = C:=C:\Program Files\sapinst_instdir\SOLMAN\LM\UNINSTALL\AS = E:=E:\solmansoftware\INSTMASTER\IM_WINDOWS_I386 ALLUSERSPROFILE = C:\Documents and Settings\All Users APPDATA = C:\Documents and Settings\gsmadm\Application Data CLIENTNAME = 1DXBHOITALTA795 ClusterLog = C:\WINDOWS\Cluster\cluster.log CommonProgramFiles = C:\Program Files\Common Files COMPUTERNAME = SAPSOL01 ComSpec = C:\WINDOWS\system32\cmd.exe DBMS_TYPE = mss FP_NO_HOST_CHECK = NO HOMEDRIVE = C: HOMEPATH = \Documents and Settings\gsmadm JAVA_HOME = C:\j2sdk1.4.2_11 lib = C:\Program Files\SQLXML 4.0\bin\ LOGONSERVER =
    1DXBSFDCADR02 MSSQL_DBNAME = GSM MSSQL_SCHEMA = gsm MSSQL_SERVER = SAPSOL01 NUMBER_OF_PROCESSORS = 4 OS = Windows_NT Path = C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\GSM\SYS\exe\uc\NTI386;E:\usr\sap\GSM\SYS\exe\uc\NTI386 PATHEXT = .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH PROCESSOR_ARCHITECTURE = x86 PROCESSOR_IDENTIFIER = x86 Family 6 Model 15 Stepping 6, GenuineIntel PROCESSOR_LEVEL = 6 PROCESSOR_REVISION = 0f06 ProgramFiles = C:\Program Files SAPEXE = D:\usr\sap\GSM\SYS\exe\uc\NTI386 SAPINST_EXEDIR_CD = E:/solmansoftware/INSTMASTER/IM_WINDOWS_I386 SAPLOCALHOST = sapsol01 SAPSYSTEMNAME = GSM SESSIONNAME = RDP-Tcp#1 SystemDrive = C: SystemRoot = C:\WINDOWS TEMP = C:\WINDOWS\TEMP\1 TMP = C:\WINDOWS\TEMP\1 USERDNSDOMAIN = INT.GULF-NEWS.COM USERDOMAIN = INT USERNAME = gsmadm USERPROFILE = C:\Documents and Settings\gsmadm windir = C:\WINDOWS User: INT\gsmadm, Id: S-1-5-21-1482476501-1715567821-1801674531-7805 Working directory: C:\Program Files\sapinst_instdir\SOLMAN\LM\UNINSTALL\AS Current access token ==================== Could not get thread token. Last error: 1008. I assume that no thread token exists. Got process token. Privileges: Privilege SeBackupPrivilege, display name: Back up files and directories, not enabled. Privilege SeRestorePrivilege, display name: Restore files and directories, not enabled. Privilege SeShutdownPrivilege, display name: Shut down the system, not enabled. Privilege SeDebugPrivilege, display name: Debug programs, not enabled. Privilege SeAssignPrimaryTokenPrivilege, display name: Replace a process level token, not enabled. Privilege SeLockMemoryPrivilege, display name: Lock pages in memory, not enabled. Privilege SeSystemEnvironmentPrivilege, display name: Modify firmware environment values, not enabled. Privilege SeIncreaseQuotaPrivilege, display name: Adjust memory quotas for a process, not enabled. Privilege SeChangeNotifyPrivilege, display name: Bypass traverse checking, enabled. Privilege SeRemoteShutdownPrivilege, display name: Force shutdown from a remote system, not enabled. Privilege SeTcbPrivilege, display name: Act as part of the operating system, not enabled. Privilege SeUndockPrivilege, display name: Remove computer from docking station, not enabled. Privilege SeSecurityPrivilege, display name: Manage auditing and security log, not enabled. Privilege SeTakeOwnershipPrivilege, display name: Take ownership of files or other objects, not enabled. Privilege SeLoadDriverPrivilege, display name: Load and unload device drivers, not enabled. Privilege SeManageVolumePrivilege, display name: Perform volume maintenance tasks, not enabled. Privilege SeSystemProfilePrivilege, display name: Profile system performance, not enabled. Privilege SeImpersonatePrivilege, display name: Impersonate a client after authentication, enabled. Privilege SeSystemtimePrivilege, display name: Change the system time, not enabled. Privilege SeCreateGlobalPrivilege, display name: Create global objects, enabled. Privilege SeProfileSingleProcessPrivilege, display name: Profile single process, not enabled. Privilege SeIncreaseBasePriorityPrivilege, display name: Increase scheduling priority, not enabled. Privilege SeCreatePagefilePrivilege, display name: Create a pagefile, not enabled. Groups: Group count: 15 \LOCAL S-1-2-0 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED BUILTIN\Administrators S-1-5-32-544 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED SE_GROUP_OWNER \Everyone S-1-1-0 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED BUILTIN\Users S-1-5-32-545 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED INT\Domain Users S-1-5-21-1482476501-1715567821-1801674531-513 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED INT\SAP_GSM_GlobalAdmin S-1-5-21-1482476501-1715567821-1801674531-7807 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED NT AUTHORITY\INTERACTIVE S-1-5-4 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED INT\CERTSVC_DCOM_ACCESS S-1-5-21-1482476501-1715567821-1801674531-7112 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED SE_GROUP_RESOURCE SAPSOL01\SAP_LocalAdmin S-1-5-21-3396065928-4188363256-2833855170-1012 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED SAPSOL01\SAP_GSM_LocalAdmin S-1-5-21-3396065928-4188363256-2833855170-1013 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED NT AUTHORITY\Authenticated Users S-1-5-11 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED BUILTIN\Remote Desktop Users S-1-5-32-555 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED NT AUTHORITY\REMOTE INTERACTIVE LOGON S-1-5-14 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED \ S-1-5-5-0-340695 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT S

    No Ty. Pid      Status  Cause Start Err Sem CPU    Time  Program          Cl  User         Action                    Table
    0 DIA     5452 Ended         no      1   0        0                                                                         
    1 DIA     4224 Ended         no      1   0        0                                                                         
    2 DIA     4316 Ended         no      1   0        0                                                                         
    3 DIA     2124 Ended         no      1   0        0                                                                         
    4 DIA     5108 Ended         no      1   0        0                                                                         
    5 DIA      468 Ended         no      1   0        0                                                                         
    6 DIA      756 Ended         no      1   0        0                                                                         
    7 DIA     2204 Ended         no      1   0        0                                                                         
    8 DIA     5084 Ended         no      1   0        0                                                                         
    9 DIA     4760 Ended         no      1   0        0                                                                         
    10 UPD     4728 Ended         no      1   0        0                                                                         
    11 UPD     5284 Ended         no      1   0        0                                                                         
    12 ENQ     4992 Ended         no      1   0        0                                                                         
    13 BTC     5264 Ended         no      1   0        0                                                                         
    14 BTC      672 Ended         no      1   0        0                                                                         
    15 SPO     5672 Ended         no      1   0        0                                                                         
    16 UP2     5316 Ended         no      1   0        0                                                                         
    Dispatcher Queue Statistics               Mon Jan 24 06:36:23 2011
    ===========================
    --------++++--
    +
    Typ
    now
    high
    max
    writes
    reads
    --------++++--
    +
    NOWP
    0
    2
    2000
    5
    5
    --------++++--
    +
    DIA
    5
    5
    2000
    5
    0
    --------++++--
    +
    UPD
    0
    0
    2000
    0
    0
    --------++++--
    +
    ENQ
    0
    0
    2000
    0
    0
    --------++++--
    +
    BTC
    0
    0
    2000
    0
    0
    --------++++--
    +
    SPO
    0
    0
    2000
    0
    0
    --------++++--
    +
    UP2
    0
    0
    2000
    0
    0
    --------++++--
    +
    max_rq_id          12
    wake_evt_udp_now     0
    wake events           total     8,  udp     5 ( 62%),  shm     3 ( 37%)
    since last update     total     8,  udp     5 ( 62%),  shm     3 ( 37%)
    Dump of tm_adm structure:               Mon Jan 24 06:36:23 2011
    =========================
    Term    uid  man user    term   lastop  mod wp  ta   a/i (modes)
    Workprocess Comm. Area Blocks               Mon Jan 24 06:36:23 2011
    =============================
    Slots: 300, Used: 1, Max: 1
    --------++--
    +
    id
    owner
    pid
    eyecatcher
    --------++--
    +
    0
    DISPATCHER
    -1
    WPCAAD000
    NiWait: sleep (5000ms) ...
    NiISelect: timeout 5000ms
    NiISelect: maximum fd=1501
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Jan 24 10:36:28 2011
    NiISelect: TIMEOUT occured (5000ms)
    DpHalt: shutdown server >sapsol01_GSM_01                         < (normal)
    DpJ2eeDisableRestart
    MsIDelService: delete service J2EE for myself
    NiBufSend starting
    NiIWrite: hdl 3 sent data (wrt=161,pac=1,MESG_IO)
    MsINiWrite: sent 161 bytes
    send msg (len 110+51) to name           MSG_SERVER, type 0, key -
    MsSndName: MS_DEL_PROPERTY ok
    Send 51 bytes to MSG_SERVER
    MS_DEL_PROPERTY : asynchronous call
    send MsDelService(J2EE) to msgserver
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=4664)
    killing process (4664) (SOFT_KILL)
    ERROR => DpProcKill: kill failed [dpntdisp.c   371]
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    SiSelNClear: set events of sock 1464 to: ---
    SiSelNRemove: removed sock 1464 (pos=2)
    SiSelNRemove: removed sock 1464
    NiSelIRemove: removed hdl 2
    DpDelSocketInfo: del info for socket 2 (type=7)
    NiICloseHandle: shutdown and close hdl 2 / sock 1464 - sock -1
    DpModState: buffer in state MBUF_PREPARED
    NiBufSend starting
    NiIWrite: hdl 3 sent data (wrt=110,pac=1,MESG_IO)
    MsINiWrite: sent 110 bytes
    MsIModState: change state to SHUTDOWN
    DpModState: change server state from STARTING to SHUTDOWN
    Switch off Shared memory profiling
    ShmProtect( 57, 3 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RW
    ShmProtect( 57, 1 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RD
    DpWakeUpWps: wake up all wp's
    Stop work processes
    Stop gateway
    killing process (1144) (SOFT_KILL)
    Stop icman
    killing process (3852) (SOFT_KILL)
    Terminate gui connections
    wait for end of work processes
    wait for end of gateway
    [DpProcDied] Process lives  (PID:1144  HANDLE:1472)
    waiting for termination of gateway ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1501
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Jan 24 10:36:29 2011
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process died  (PID:1144  HANDLE:1472)
    wait for end of icman
    [DpProcDied] Process lives  (PID:3852  HANDLE:1476)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1501
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Jan 24 10:36:30 2011
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:3852  HANDLE:1476)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1501
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Jan 24 10:36:31 2011
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:3852  HANDLE:1476)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1501
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Jan 24 10:36:32 2011
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:3852  HANDLE:1476)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1501
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Jan 24 10:36:33 2011
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:3852  HANDLE:1476)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1501
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Jan 24 10:36:34 2011
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:3852  HANDLE:1476)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1501
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Jan 24 10:36:35 2011
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:3852  HANDLE:1476)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1501
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Jan 24 10:36:36 2011
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:3852  HANDLE:1476)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1501
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Jan 24 10:36:37 2011
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:3852  HANDLE:1476)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1501
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Jan 24 10:36:38 2011
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:3852  HANDLE:1476)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1501
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Jan 24 10:36:39 2011
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:3852  HANDLE:1476)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1501
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Jan 24 10:36:40 2011
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process died  (PID:3852  HANDLE:1476)
    [DpProcDied] Process died  (PID:4664  HANDLE:1456)
    DpStartStopMsg: send stop message (myname is >sapsol01_GSM_01                         <)
    DpStartStopMsg: Write AD_STARTSTOP message with type=  0, name=sapsol01_GSM_01     , sapsysnr= 1, hostname=sapsol01                                                       
    AdGetSelfIdentRecord: >                                                                           <
    AdCvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 4 (AD_STARTSTOP), ser 0, ex 0, errno 0
    DpConvertRequest: net size = 189 bytes
    NiBufSend starting
    NiIWrite: hdl 3 sent data (wrt=562,pac=1,MESG_IO)
    MsINiWrite: sent 562 bytes
    send msg (len 110+452) to name                    -, type 4, key -
    DpStartStopMsg: stop msg sent
    NiIRead: hdl 3 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 3 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 3 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 3 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 3 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 3 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 3 received data (rcd=114,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=114
    NiBufIIn: packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 114 bytes
    MSG received, len 110+4, flag 3, from MSG_SERVER          , typ 0, key -
    DpHalt: received 4 bytes from message server
    NiIRead: hdl 3 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 3 recv would block (errno=EAGAIN)
    NiIRead: read for hdl 3 timed out (0ms)
    DpHalt: no more messages from the message server
    DpHalt: send keepalive to synchronize with the message server

Maybe you are looking for

  • Scoll panel zooming

    I want to add zoom feature to the scroll panel. As the zoom button is pressed, I have to increase scrolling area. I tried the following sample code. If you run the sample, you can see the image size is increasing, but the scrolling area is same. I wa

  • Multiple Hierarchies from Single Dimension Table in OBIEE-11g?

    Is it possible to have Multiple Hierarchies from Single Dimension Table in OBIEE-11g? Like 1)Year-Qtr-Month-Weeks 2)Year-Month-Days

  • OBIEE 11g Weblogic login

    Hi I guess I have a weird issue, I could able to login EM and weblogic with what ever password I was giving but its throwing n error(Invalid username and password) for analytics.Please let me know what might be the issue.. Thanks

  • Aperture 3 + Mobile Me = problems

    If I choose to update my MobileMe galleries from the settings menu, Aperture needs very long for these updates and will upload some photos from some Albums although nothing has changed since the last update. During the update Aperture is unresponsive

  • Prevent infotype 0416 from being created under certain conditions

    Hi, Based on an advanced leave formula I can determine at runtime whether or not the infotype 416 record should be created or not. The formula is working. What is not working is that I need to find a way to prevent the 416 record from being created w