F5F Stay Refreshed Software Operating Systems Ubuntu: Swap isn't utilizing even with fstab configuration

Ubuntu: Swap isn't utilizing even with fstab configuration

Ubuntu: Swap isn't utilizing even with fstab configuration

Pages (2): 1 2 Next
E
EnderAlexander
Junior Member
7
10-01-2016, 11:16 AM
#1
I'm working on Ubuntu 16.04 and facing issues with my swap drive. After installing, I added the partition and checked it with `sudo blkid | grep swap`. The swapping command shows up correctly with the right UUID. However, when I try to enable it with `swapon -s`, nothing happens. The boot process still shows a 90-second delay labeled "A start job started by dev-disk-by (...)". I found a discussion about a similar problem and one reply mentioned a swap disk entry that isn't being used—this seems familiar. My swap usage panel keeps showing 0.0 usage. Help needed!
E
EnderAlexander
10-01-2016, 11:16 AM #1

I'm working on Ubuntu 16.04 and facing issues with my swap drive. After installing, I added the partition and checked it with `sudo blkid | grep swap`. The swapping command shows up correctly with the right UUID. However, when I try to enable it with `swapon -s`, nothing happens. The boot process still shows a 90-second delay labeled "A start job started by dev-disk-by (...)". I found a discussion about a similar problem and one reply mentioned a swap disk entry that isn't being used—this seems familiar. My swap usage panel keeps showing 0.0 usage. Help needed!

T
Threecrazies
Junior Member
1
10-01-2016, 06:38 PM
#2
The swap partition was generated by executing a script or command that partitions the disk and sets up the swap file. The output of `fdisk -l /dev/sdX` will show the details of the drive, including any swap partitions if they exist.
T
Threecrazies
10-01-2016, 06:38 PM #2

The swap partition was generated by executing a script or command that partitions the disk and sets up the swap file. The output of `fdisk -l /dev/sdX` will show the details of the drive, including any swap partitions if they exist.

B
Boruto1
Junior Member
3
10-01-2016, 10:24 PM
#3
I used this instruction: The output is: Disk /dev/sda7: 16,2 GiB, 17371758592 bytes, 33929216 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes
B
Boruto1
10-01-2016, 10:24 PM #3

I used this instruction: The output is: Disk /dev/sda7: 16,2 GiB, 17371758592 bytes, 33929216 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes

S
SIGNORET
Member
160
10-02-2016, 02:09 PM
#4
No output provided. Here is the partition table:

```
Partition Table
Partition Name | Size | Type | Label
S
SIGNORET
10-02-2016, 02:09 PM #4

No output provided. Here is the partition table:

```
Partition Table
Partition Name | Size | Type | Label

W
WPaige
Senior Member
377
10-12-2016, 12:53 AM
#5
This output shows a partition list with various filesystems and their characteristics. The entries indicate disk details, file sizes, and system information such as boot partitions and swap usage. It appears to be a snapshot of a storage setup with multiple operating systems and configurations.
W
WPaige
10-12-2016, 12:53 AM #5

This output shows a partition list with various filesystems and their characteristics. The entries indicate disk details, file sizes, and system information such as boot partitions and swap usage. It appears to be a snapshot of a storage setup with multiple operating systems and configurations.

S
SergeantKatz
Junior Member
3
10-12-2016, 02:23 AM
#6
RIght, some progress. I followed every step in this post: https://ubuntuforums.org/showthread.php?...802&page=2 Now my free looks like this: total used free shared buff/cache available Mem: 16338620 1191100 13312864 508672 1834656 14276740 Swap: 16964604 0 16964604 However, sudo swapon -s looks like this: Filename Type Size Used Priority /dev/sda7 partition 16964604 0 -1 It looks like the swap-drive is properly detected. gparted even has a "swapof" option when I right click on the partition. Hibernation also showed up as an option in the panel where I have shut down and suspend etc. I went to test out hibernation, using sudo pm-hibernate That restarts the computer, and when it boots back into Ubuntu, I get a prompt that says there was a system program error. When I press continue and look at the details, most of them are related to hibernation - is where a way to copy those details so you can look at them? Another note: Everywhere I look, the swap-space isnt really used at all - even while using as much ram as possible, it still says that it is using 0 bites when running free
S
SergeantKatz
10-12-2016, 02:23 AM #6

RIght, some progress. I followed every step in this post: https://ubuntuforums.org/showthread.php?...802&page=2 Now my free looks like this: total used free shared buff/cache available Mem: 16338620 1191100 13312864 508672 1834656 14276740 Swap: 16964604 0 16964604 However, sudo swapon -s looks like this: Filename Type Size Used Priority /dev/sda7 partition 16964604 0 -1 It looks like the swap-drive is properly detected. gparted even has a "swapof" option when I right click on the partition. Hibernation also showed up as an option in the panel where I have shut down and suspend etc. I went to test out hibernation, using sudo pm-hibernate That restarts the computer, and when it boots back into Ubuntu, I get a prompt that says there was a system program error. When I press continue and look at the details, most of them are related to hibernation - is where a way to copy those details so you can look at them? Another note: Everywhere I look, the swap-space isnt really used at all - even while using as much ram as possible, it still says that it is using 0 bites when running free

K
KAI_CANADIAN
Member
62
10-12-2016, 11:15 PM
#7
True RAM consumption should not be confused with cached data. Modern operating systems tend to fill the RAM with programs that have been opened before and may overwrite them when needed, before switching to swap space. Once you resume from suspend, you’ll likely see increased swap usage. I also have 16GB of RAM on my desktop and don’t need swap except during suspend, which isn’t working due to an annoying NVIDIA issue. Are you running NVIDIA drivers? There are several log files in /var/log that might help—here’s a brief overview: http://www.thegeekstuff.com/2011/08/linux-var-log-files I’d begin with syslog and messages, as you seem to be using a Mac. I couldn’t get suspend working on my 2015 MacBook Air; that’s quite frustrating. I can live without suspend on my desktop, but it becomes a dealbreaker for Linux on my laptop.
K
KAI_CANADIAN
10-12-2016, 11:15 PM #7

True RAM consumption should not be confused with cached data. Modern operating systems tend to fill the RAM with programs that have been opened before and may overwrite them when needed, before switching to swap space. Once you resume from suspend, you’ll likely see increased swap usage. I also have 16GB of RAM on my desktop and don’t need swap except during suspend, which isn’t working due to an annoying NVIDIA issue. Are you running NVIDIA drivers? There are several log files in /var/log that might help—here’s a brief overview: http://www.thegeekstuff.com/2011/08/linux-var-log-files I’d begin with syslog and messages, as you seem to be using a Mac. I couldn’t get suspend working on my 2015 MacBook Air; that’s quite frustrating. I can live without suspend on my desktop, but it becomes a dealbreaker for Linux on my laptop.

K
KraaZyMen
Junior Member
20
10-13-2016, 03:45 AM
#8
I'm not relying on the Nvidia driver. My MacBook Pro is 13" and I encounter an error message when launching after using sudo pm-hibernate. I found a .crash file in /var/crash related to system resume. The prompt indicates an issue resuming from the swap drive, though it seems to be targeting the correct partition. I managed to inspect the contents of the .crash file with a cat command, but the output is too large for the terminal to display fully. How can I examine these files more closely? I’ll also check the /var/log directory!
K
KraaZyMen
10-13-2016, 03:45 AM #8

I'm not relying on the Nvidia driver. My MacBook Pro is 13" and I encounter an error message when launching after using sudo pm-hibernate. I found a .crash file in /var/crash related to system resume. The prompt indicates an issue resuming from the swap drive, though it seems to be targeting the correct partition. I managed to inspect the contents of the .crash file with a cat command, but the output is too large for the terminal to display fully. How can I examine these files more closely? I’ll also check the /var/log directory!

T
TheKingHaz
Member
59
10-15-2016, 04:07 AM
#9
I retrieved the data from the .crash file. I don’t understand its meaning yet, and uploading it isn’t possible since it’s very large.
T
TheKingHaz
10-15-2016, 04:07 AM #9

I retrieved the data from the .crash file. I don’t understand its meaning yet, and uploading it isn’t possible since it’s very large.

M
ManicFG
Member
72
10-16-2016, 03:56 AM
#10
From what I can gather, the beginning of the file shows the proc-environment etc. for the error. Here are some of the lines: Spoiler ProblemType: KernelOops Annotation: This occurred during a previous hibernation, and prevented the system from resuming properly. Architecture: amd64 Date: Thu Jan 12 22:26:18 2017 DistroRelease: Ubuntu 16.04 ExecutablePath: /usr/share/apport/apportcheckresume ExecutableTimestamp: 1481663152 Failure: hibernate/resume InterpreterPath: /usr/bin/python3.5 Package: linux-image-4.4.0-31-generic 4.4.0-31.50 ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume ProcCwd: / ProcEnviron: LC_TIME=nb_NO.UTF-8 LC_MONETARY=nb_NO.UTF-8 PATH=(custom, no user) LC_ADDRESS=nb_NO.UTF-8 LANG=en_US.UTF-8 LC_TELEPHONE=nb_NO.UTF-8 LC_NAME=nb_NO.UTF-8 LC_MEASUREMENT=nb_NO.UTF-8 LC_IDENTIFICATION=nb_NO.UTF-8 LC_NUMERIC=nb_NO.UTF-8 LC_PAPER=nb_NO.UTF-8 ProcMaps: 00400000-007a8000 r-xp 00000000 08:04 2099762 /usr/bin/python3.5 009a8000-009aa000 r--p 003a8000 08:04 2099762 /usr/bin/python3.5 009aa000-00a41000 rw-p 003aa000 08:04 2099762 /usr/bin/python3.5 00a41000-00a72000 rw-p 00000000 00:00 0 02490000-027e6000 rw-p 00000000 00:00 0 [heap] 7f0b9909f000-7f0b991e0000 rw-p 00000000 00:00 0 7f0b991e0000-7f0b991f7000 r-xp 00000000 08:04 2106516 /usr/lib/x86_64-linux-gnu/liblz4.so.1.7.1 7f0b991f7000-7f0b993f6000 ---p 00017000 08:04 2106516 /usr/lib/x86_64-linux-gnu/liblz4.so.1.7.1 7f0b993f6000-7f0b993f7000 r--p 00016000 08:04 2106516 /usr/lib/x86_64-linux-gnu/liblz4.so.1.7.1 7f0b993f7000-7f0b993f8000 rw-p 00017000 08:04 2106516 /usr/lib/x86_64-linux-gnu/liblz4.so.1.7.1 7f0b993f8000-7f0b9940f000 r-xp 00000000 08:04 791411 /lib/x86_64-linux-gnu/libresolv-2.23.so 7f0b9940f000-7f0b9960f000 ---p 00017000 08:04 791411 /lib/x86_64-linux-gnu/libresolv-2.23.so 7f0b9960f000-7f0b99610000 r--p 00017000 08:04 791411 /lib/x86_64-linux-gnu/libresolv-2.23.so 7f0b99610000-7f0b99611000 rw-p 00018000 08:04 791411 /lib/x86_64-linux-gnu/libresolv-2.23.so 7f0b99611000-7f0b99613000 rw-p 00000000 00:00 0 7f0b99613000-7f0b99629000 r-xp 00000000 08:04 791091 /lib/x86_64-linux-gnu/libgcc_s.so.1 7f0b99629000-7f0b99828000 ---p 00016000 08:04 791091 /lib/x86_64-linux-gnu/libgcc_s.so.1 7f0b99828000-7f0b99829000 rw-p 00015000 08:04 791091 /lib/x86_64-linux-gnu/libgcc_s.so.1 7f0b99829000-7f0b9999b000 r-xp 00000000 08:04 2099329 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21 7f0b9999b000-7f0b99b9b000 ---p 00172000 08:04 2099329 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21 7f0b99b9b000-7f0b99ba5000 r--p 00172000 08:04 2099329 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21 7f0b99ba5000-7f0b99ba7000 rw-p 0017c000 08:04 2099329 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21 7f0b99ba7000-7f0b99bab000 rw-p 00000000 00:00 0 7f0b99bab000-7f0b99d19000 r-xp 00000000 08:04 2102593 /usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0.0 7f0b99d19000-7f0b99f18000 ---p 0016e000 08:04 2102593 /usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0.0 7f0b99f18000-7f0b99f1e000 r--p 0016d000 08:04 2102593 /usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0.0 7f0b99f1e000-7f0b99f1f000 rw-p 00173000 08:04 2102593 /usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0.0 7f0b99f1f000-7f0b99f63000 r-xp 00000000 08:04 2104929 /usr/lib/python3/dist-packages/apt_pkg.cpython-35m-x86_64-linux-gnu.so 7f0b99f63000-7f0b9a163000 ---p 00044000 08:04 2104929 /usr/lib/python3/dist-packages/apt_pkg.cpython-35m-x86_64-linux-gnu.so 7f0b9a163000-7f0b9a164000 r--p 00044000 08:04 2104929 /usr/lib/python3/dist-packages/apt_pkg.cpython-35m-x86_64-linux-gnu.so 7f0b9a164000-7f0b9a16c000 rw-p 00045000 08:04 2104929 /usr/lib/python3/dist-packages/apt_pkg.cpython-35m-x86_64-linux-gnu.so 7f0b9a16c000-7f0b9a17d000 r-xp 00000000 08:04 2367030 /usr/lib/python3.5/lib-dynload/_json.cpython-35m-x86_64-linux-gnu.so 7f0b9a17d000-7f0b9a37c000 ---p 00011000 08:04 2367030 /usr/lib/python3.5/lib-dynload/_json.cpython-35m-x86_64-linux-gnu.so 7f0b9a37c000-7f0b9a37d000 r--p 00010000 08:04 2367030 /usr/lib/python3.5/lib-dynload/_json.cpython-35m-x86_64-linux-gnu.so 7f0b9a37d000-7f0b9a37e000 rw-p 00011000 08:04 2367030 /usr/lib/python3.5/lib-dynload/_json.cpython-35m-x86_64-linux-gnu.so 7f0b9a37e000-7f0b9a3be000 rw-p 00000000 00:00 0 7f0b9a3be000-7f0b9a41c000 r-xp 00000000 08:04 790957 /lib/x86_64-linux-gnu/libssl.so.1.0.0 7f0b9a41c000-7f0b9a61c000 ---p 0005e000 08:04 790957 /lib/x86_64-linux-gnu/libssl.so.1.0.0 7f0b9a61c000-7f0b9a620000 r--p 0005e000 08:04 790957 /lib/x86_64-linux-gnu/libssl.so.1.0.0 7f0b9a620000-7f0b9a627000 rw-p 00062000 08:04 790957 /lib/x86_64-linux-gnu/libssl.so.1.0.0 7f0b9a627000-7f0b9a63e000 r-xp 00000000 08:04 2363002 /usr/lib/python3.5/lib-dynload/_ssl.cpython-35m-x86_64-linux-gnu.so 7f0b9a63e000-7f0b9a83e000 ---p 00017000 08:04 2363002 /usr/lib/python3.5/lib-dynload/_ssl.cpython-35m-x86_64-linux-gnu.so 7f0b9a83e000-7f0b9a83f000 r--p 00017000 08:04 2363002 /usr/lib/python3.5/lib-dynload/_ssl.cpython-35m-x86_64-linux-gnu.so 7f0b9a83f000-7f0b9a844000 rw-p 00018000 08:04 2363002 /usr/lib/python3.5/lib-dynload/_ssl.cpython-35m-x86_64-linux-gnu.so 7f0b9a844000-7f0b9aa44000 rw-p 00000000 00:00 0 7f0b9aa44000-7f0b9ac5e000 r-xp 00000000 08:04 790956 /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 7f0b9ac5e000-7f0b9ae5d000 ---p 0021a000 08:04 790956 /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 7f0b9ae5d000-7f0b9ae79000 r--p 00219000 08:04 790956 /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 7f0b9ae79000-7f0b9ae85000 rw-p 00235000 08:04 790956 /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 7f0b9ae85000-7f0b9ae88000 rw-p 00000000 00:00 0 7f0b9ae88000-7f0b9ae8d000 r-xp 00000000 08:04 2362993 /usr/lib/python3.5/lib-dynload/_hashlib.cpython-35m-x86_64-linux-gnu.so 7f0b9ae8d000-7f0b9b08d000 ---p 00005000 08:04 2362993 /usr/lib/python3.5/lib-dynload/_hashlib.cpython-35m-x86_64-linux-gnu.so 7f0b9b08d000-7f0b9b08e000 r--p 00005000 08:04 2362993 /usr/lib/python3.5/lib-dynload/_hashlib.cpython-35m-x86_64-linux-gnu.so 7f0b9b08e000-7f0b9b08f000 rw-p 00006000 08:04 2362993 /usr/lib/python3.5/lib-dynload/_hashlib.cpython-35m-x86_64-linux-gnu.so 7f0b9b08f000-7f0b9b0b0000 r-xp 00000000 08:04 791120 /lib/x86_64-linux-gnu/liblzma.so.5.0.0 7f0b9b0b0000-7f0b9b2af000 ---p 00021000 08:04 791120 /lib/x86_64-linux-gnu/liblzma.so.5.0.0 7f0b9b2af000-7f0b9b2b0000 r--p 00020000 08:04 791120 /lib/x86_64-linux-gnu/liblzma.so.5.0.0 7f0b9b2b0000-7f0b9b2b1000 rw-p 00021000 08:04 791120 /lib/x86_64-linux-gnu/liblzma.so.5.0.0 7f0b9b2b1000-7f0b9b2b8000 r-xp 00000000 08:04 2367017 /usr/lib/python3.5/lib-dynload/_lzma.cpython-35m-x86_64-linux-gnu.so 7f0b9b2b8000-7f0b9b4b7000 ---p 00007000 08:04 2367017 /usr/lib/python3.5/lib-dynload/_lzma.cpython-35m-x86_64-linux-gnu.so 7f0b9b4b7000-7f0b9b4b8000 r--p 00006000 08:04 2367017 /usr/lib/python3.5/lib-dynload/_lzma.cpython-35m-x86_64-linux-gnu.so 7f0b9b4b8000-7f0b9b4ba000 rw-p 00007000 08:04 2367017 /usr/lib/python3.5/lib-dynload/_lzma.cpython-35m-x86_64-linux-gnu.so 7f0b9b4ba000-7f0b9b4c9000 r-xp 00000000 08:04 791052 /lib/x86_64-linux-gnu/libbz2.so.1.0.4 7f0b9b4c9000-7f0b9b6c8000 ---p 0000f000 08:04 791052 /lib/x86_64-linux-gnu/libbz2.so.1.0.4 7f0b9b6c8000-7f0b9b6c9000 r--p 0000e000 08:04 791052 /lib/x86_64-linux-gnu/libbz2.so.1.0.4 7f0b9b6c9000-7f0b9b6ca000 rw-p 0000f000 08:04 791052 /lib/x86_64-linux-gnu/libbz2.so.1.0.4 7f0b9b6ca000-7f0b9b6ce000 r-xp 00000000 08:04 2367011 /usr/lib/python3.5/lib-dynload/_bz2.cpython-35m-x86_64-linux-gnu.so 7f0b9b6ce000-7f0b9b8cd000 ---p 00004000 08:04 2367011 /usr/lib/python3.5/lib-dynload/_bz2.cpython-35m-x86_64-linux-gnu.so 7f0b9b8cd000-7f0b9b8ce000 r--p 00003000 08:04 2367011 /usr/lib/python3.5/lib-dynload/_bz2.cpython-35m-x86_64-linux-gnu.so 7f0b9b8ce000-7f0b9b8cf000 rw-p 00004000 08:04 2367011 /usr/lib/python3.5/lib-dynload/_bz2.cpython-35m-x86_64-linux-gnu.so 7f0b9b8cf000-7f0b9b94f000 rw-p 00000000 00:00 0 7f0b9b970000-7f0b9bab0000 rw-p 00000000 00:00 0 7f0b9bab0000-7f0b9babb000 r-xp 00000000 08:04 791410 /lib/x86_64-linux-gnu/libnss_files-2.23.so 7f0b9babb000-7f0b9bcba000 ---p 0000b000 08:04 791410 /lib/x86_64-linux-gnu/libnss_files-2.23.so 7f0b9bcba000-7f0b9bcbb000 r--p 0000a000 08:04 791410 /lib/x86_64-linux-gnu/libnss_files-2.23.so 7f0b9bcbb000-7f0b9bcbc000 rw-p 0000b000 08:04 791410 /lib/x86_64-linux-gnu/libnss_files-2.23.so 7f0b9bcbc000-7f0b9bcc2000 rw-p 00000000 00:00 0 7f0b9bcc2000-7f0b9bccd000 r-xp 00000000 08:04 791074 /lib/x86_64-linux-gnu/libnss_nis-2.23.so 7f0b9bccd000-7f0b9becc000 ---p 0000b000 08:04 791074 /lib/x86_64-linux-gnu/libnss_nis-2.23.so 7f0b9becc000-7f0b9becd000 r--p 0000a000 08:04 791074 /lib/x86_64-linux-gnu/libnss_nis-2.23.so 7f0b9becd000-7f0b9bece000 rw-p 0000b000 08:04 791074 /lib/x86_64-linux-gnu/libnss_nis-2.23.so 7f0b9bece000-7f0b9bee4000 r-xp 00000000 08:04 791406 /lib/x86_64-linux-gnu/libnsl-2.23.so 7f0b9bee4000-7f0b9c0e3000 ---p 00016000 08:04 791406 /lib/x86_64-linux-gnu/libnsl-2.23.so 7f0b9c0e3000-7f0b9c0e4000 r--p 00015000 08:04 791406 /lib/x86_64-linux-gnu/libnsl-2.23.so 7f0b9c0e4000-7f0b9c0e5000 rw-p 00016000 08:04 791406 /lib/x86_64-linux-gnu/libnsl-2.23.so 7f0b9c0e5000-7f0b9c0e7000 rw-p 00000000 00:00 0 7f0b9c0e7000-7f0b9c0ef000 r-xp 00000000 08:04 791407 /lib/x86_64-linux-gnu/libnss_compat-2.23.so 7f0b9c0ef000-7f0b9c2ee000 ---p 00008000 08:04 791407 /lib/x86_64-linux-gnu/libnss_compat-2.23.so 7f0b9c2ee000-7f0b9c2ef000 r--p 00007000 08:04 791407 /lib/x86_64-linux-gnu/libnss_compat-2.23.so 7f0b9c2ef000-7f0b9c2f0000 rw-p 00008000 08:04 791407 /lib/x86_64-linux-gnu/libnss_compat-2.23.so 7f0b9c2f0000-7f0b9c747000 r--p 00000000 08:04 2098014 /usr/lib/locale/locale-archive 7f0b9c747000-7f0b9c84f000 r-xp 00000000 08:04 791202 /lib/x86_64-linux-gnu/libm-2.23.so 7f0b9c84f000-7f0b9ca4e000 ---p 00108000 08:04 791202 /lib/x86_64-linux-gnu/libm-2.23.so 7f0b9ca4e000-7f0b9ca4f000 r--p 00107000 08:04 791202 /lib/x86_64-linux-gnu/libm-2.23.so 7f0b9ca4f000-7f0b9ca50000 rw-p 00108000 08:04 791202 /lib/x86_64-linux-gnu/libm-2.23.so 7f0b9ca50000-7f0b9ca69000 r-xp 00000000 08:04 791244 /lib/x86_64-linux-gnu/libz.so.1.2.8 7f0b9ca69000-7f0b9cc68000 ---p 00019000 08:04 791244 /lib/x86_64-linux-gnu/libz.so.1.2.8 7f0b9cc68000-7f0b9cc69000 r--p 00018000 08:04 791244 /lib/x86_64-linux-gnu/libz.so.1.2.8 7f0b9cc69000-7f0b9cc6a000 rw-p 00019000 08:04 791244 /lib/x86_64-linux-gnu/libz.so.1.2.8 7f0b9cc6a000-7f0b9cc90000 r-xp 00000000 08:04 791084 /lib/x86_64-linux-gnu/libexpat.so.1.6.0 7f0b9cc90000-7f0b9ce90000 ---p 00026000 08:04 791084 /lib/x86_64-linux-gnu/libexpat.so.1.6.0 7f0b9ce90000-7f0b9ce92000 r--p 00026000 08:04 791084 /lib/x86_64-linux-gnu/libexpat.so.1.6.0 7f0b9ce92000-7f0b9ce93000 rw-p 00028000 08:04 791084 /lib/x86_64-linux-gnu/libexpat.so.1.6.0 7f0b9ce93000-7f0b9ce95000 r-xp 00000000 08:04 791070 /lib/x86_64-linux-gnu/libutil-2.23.so 7f0b9ce95000-7f0b9d094000 ---p 00002000 08:04 791070 /lib/x86_64-linux-gnu/libutil-2.23.so 7f0b9d094000-7f0b9d095000 r--p 00001000 08:04 791070 /lib/x86_64-linux-gnu/libutil-2.23.so 7f0b9d095000-7f0b9d096000 rw-p 00002000 08:04 791070 /lib/x86_64-linux-gnu/libutil-2.23.so 7f0b9d096000-7f0b9d099000 r-xp 00000000 08:04 791099 /lib/x86_64-linux-gnu/libdl-2.23.so 7f0b9d099000-7f0b9d298000 ---p 00003000 08:04 791099 /lib/x86_64-linux-gnu/libdl-2.23.so 7f0b9d298000-7f0b9d299000 r--p 00002000 08:04 791099 /lib/x86_64-linux-gnu/libdl-2.23.so 7f0b9d299000-7f0b9d29a000 rw-p 00003000 08:04 791099 /lib/x86_64-linux-gnu/libdl-2.23.so 7f0b9d29a000-7f0b9d459000 r-xp 00000000 08:04 791117 /lib/x86_64-linux-gnu/libc-2.23.so 7f0b9d459000-7f0b9d659000 ---p 001bf000 08:04 791117 /lib/x86_64-linux-gnu/libc-2.23.so 7f0b9d659000-7f0b9d65d000 r--p 001bf000 08:04 791117 /lib/x86_64-linux-gnu/libc-2.23.so 7f0b9d65d000-7f0b9d65f000 rw-p 001c3000 08:04 791117 /lib/x86_64-linux-gnu/libc-2.23.so 7f0b9d65f000-7f0b9d663000 rw-p 00000000 00:00 0 7f0b9d663000-7f0b9d67b000 r-xp 00000000 08:04 791405 /lib/x86_64-linux-gnu/libpthread-2.23.so 7f0b9d67b000-7f0b9d87a000 ---p 00018000 08:04 791405 /lib/x86_64-linux-gnu/libpthread-2.23.so 7f0b9d87a000-7f0b9d87b000 r--p 00017000 08:04 791405 /lib/x86_64-linux-gnu/libpthread-2.23.so 7f0b9d87b000-7f0b9d87c000 rw-p 00018000 08:04 791405 /lib/x86_64-linux-gnu/libpthread-2.23.so 7f0b9d87c000-7f0b9d880000 rw-p 00000000 00:00 0 7f0b9d880000-7f0b9d8a6000 r-xp 00000000 08:04 786446 /lib/x86_64-linux-gnu/ld-2.23.so 7f0b9d8d4000-7f0b9d914000 rw-p 00000000 00:00 0 7f0b9d945000-7f0b9da8a000 rw-p 00000000 00:00 0 7f0b9da9c000-7f0b9daa3000 r--s 00000000 08:04 2497879 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache 7f0b9daa3000-7f0b9daa5000 rw-p 00000000 00:00 0 7f0b9daa5000-7f0b9daa6000 r--p 00025000 08:04 786446 /lib/x86_64-linux-gnu/ld-2.23.so 7f0b9daa6000-7f0b9daa7000 rw-p 00026000 08:04 786446 /lib/x86_64-linux-gnu/ld-2.23.so 7f0b9daa7000-7f0b9daa8000 rw-p 00000000 00:00 0 7fff52484000-7fff524a5000 rw-p 00000000 00:00 0 [stack] 7fff52572000-7fff52574000 r--p 00000000 00:00 0 [vvar] 7fff52574000-7fff52576000 r-xp 00000000 00:00 0 [vdso] ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall] ProcStatus: Name: apportcheckresu State: R (running) Tgid: 1107 Ngid: 0 Pid: 1107 PPid: 943 TracerPid: 0 Uid: 0 0 0 0 Gid: 0 0 0 0 FDSize: 64 Groups: NStgid: 1107 NSpid: 1107 NSpgid: 943 NSsid: 943 VmPeak: 83348 kB VmSize: 83348 kB VmLck: 0 kB VmPin: 0 kB VmHWM: 22192 kB VmRSS: 22192 kB VmData: 10676 kB VmStk: 136 kB VmExe: 3744 kB VmLib: 10004 kB VmPTE: 176 kB VmPMD: 12 kB VmSwap: 0 kB HugetlbPages: 0 kB Threads: 1 SigQ: 0/62809 SigPnd: 0000000000000000 ShdPnd: 0000000000000000 SigBlk: 0000000000000000 SigIgn: 0000000001001000 SigCgt: 0000000180000002 CapInh: 0000000000000000 CapPrm: 0000003fffffffff CapEff: 0000003fffffffff CapBnd: 0000003fffffffff CapAmb: 0000000000000000 Seccomp: 0 Cpus_allowed: ff Cpus_allowed_list: 0-7 Mems_allowed: 00000000,00000001 Mems_allowed_list: 0 voluntary_ctxt_switches: 117 nonvoluntary_ctxt_switches: 87 SleepLog: Initial commandline parameters: on. 11. jan. 16:59:41 +0100 2017: Running hooks for hibernate. Running hook /usr/lib/pm-utils/sleep.d/000kernel-change hibernate hibernate: /usr/lib/pm-utils/sleep.d/000kernel-change hibernate hibernate: success. Running hook /usr/lib/pm-utils/sleep.d/000record-status hibernate hibernate: /usr/lib/pm-utils/sleep.d/000record-status hibernate hibernate: success. Running hook /usr/lib/pm-utils/sleep.d/00logging hibernate hibernate: Linux vegarab 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:07:12 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux Module Size Used by drbg 32768 1 ansi_cprng 16384 0 rfcomm 69632 0 bnep 20480 2 binfmt_misc 20480 1 joydev 20480 0 applesmc 20480 0 input_polldev 16384 1 applesmc intel_rapl 20480 0 x86_pkg_temp_thermal 16384 0 intel_powerclamp 16384 0 coretemp 16384 0 kvm_intel 172032 0 snd_hda_codec_hdmi 53248 1 kvm 536576 1 kvm_intel snd_hda_codec_cirrus 20480 1 irqbypass 16384 1 kvm snd_hda_codec_generic 77824 1 snd_hda_codec_cirrus crct10dif_pclmul 16384 0 crc32_pclmul 16384 0 aesni_intel 167936 7593 btusb 45056 0 snd_hda_intel 36864 5 aes_x86_64 20480 1 aesni_intel snd_hda_codec 135168 4 snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel,snd_hda_codec_cirrus lrw 16384 1 aesni_intel wl 6365184 0 gf128mul 16384 1 lrw glue_helper 16384 1 aesni_intel btrtl 16384 1 btusb ablk_helper 16384 1 aesni_intel snd_hda_core 73728 5 snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel,snd_hda_codec_cirrus cryptd 20480 3798 aesni_intel,ablk_helper snd_hwdep 16384 1 snd_hda_codec snd_seq_midi 16384 0 btbcm 16384 1 btusb btintel 16384 1 btusb snd_seq_midi_event 16384 1 snd_seq_midi snd_pcm 106496 4 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_core bluetooth 520192 29 bnep,btbcm,btrtl,btusb,rfcomm,btintel snd_rawmidi 32768 1 snd_seq_midi snd_seq 69632 2 snd_seq_midi_event,snd_seq_midi snd_seq_device 16384 3 snd_seq,snd_rawmidi,snd_seq_midi input_leds 16384 0 snd_timer 32768 2 snd_pcm,snd_seq thunderbolt 53248 0 bcm5974 16384 0 snd 81920 21 snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel,snd_seq_device,snd_hda_codec_cirrus cfg80211 565248 1 wl mei_me 36864 0 lpc_ich 24576 0 mei 98304 1 mei_me bdc_pci 16384 0 shpchp 36864 0 soundcore 16384 1 snd acpi_als 16384 0 sbs 16384 0 kfifo_buf 16384 1 acpi_als sbshc 16384 1 sbs industrialio 57344 2 acpi_als,kfifo_buf mac_hid 16384 0 apple_bl 16384 0 parport_pc 32768 0 ppdev 20480 0 lp 20480 0 parport 49152 3 lp,ppdev,parport_pc autofs4 40960 2 hid_generic 16384 0 hid_apple 16384 0 usbhid 49152 0 hid 118784 3 hid_generic,usbhid,hid_apple i915 1208320 6 uas 24576 0 i2c_algo_bit 16384 1 i915 drm_kms_helper 147456 1 i915 syscopyarea 16384 1 drm_kms_helper usb_storage 69632 1 uas sysfillrect 16384 1 drm_kms_helper sysimgblt 16384 1 drm_kms_helper fb_sys_fops 16384 1 drm_kms_helper ahci 36864 2 drm 360448 7 i915,drm_kms_helper libahci 32768 1 ahci fjes 28672 0 video 40960 1 i915 total used free shared buff/cache available Mem: 16338620 1492188 12213972 1000416 2632460 13474572 Swap: 0 0 0 /usr/lib/pm-utils/sleep.d/00logging hibernate hibernate: success. Running hook /usr/lib/pm-utils/sleep.d/00powersave hibernate hibernate: /usr/lib/pm-utils/sleep.d/00powersave hibernate hibernate: success. Running hook /etc/pm/sleep.d/10_grub-common hibernate hibernate: /etc/pm/sleep.d/10_grub-common hibernate hibernate: success. Running hook /etc/pm/sleep.d/10_unattended-upgrades-hibernate hibernate hibernate: /etc/pm/sleep.d/10_unattended-upgrades-hibernate hibernate hibernate: success. Edit: You can see on the bottom of the snip how the swap-partition is completely empty.. but also got 0 free space??
M
ManicFG
10-16-2016, 03:56 AM #10

From what I can gather, the beginning of the file shows the proc-environment etc. for the error. Here are some of the lines: Spoiler ProblemType: KernelOops Annotation: This occurred during a previous hibernation, and prevented the system from resuming properly. Architecture: amd64 Date: Thu Jan 12 22:26:18 2017 DistroRelease: Ubuntu 16.04 ExecutablePath: /usr/share/apport/apportcheckresume ExecutableTimestamp: 1481663152 Failure: hibernate/resume InterpreterPath: /usr/bin/python3.5 Package: linux-image-4.4.0-31-generic 4.4.0-31.50 ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume ProcCwd: / ProcEnviron: LC_TIME=nb_NO.UTF-8 LC_MONETARY=nb_NO.UTF-8 PATH=(custom, no user) LC_ADDRESS=nb_NO.UTF-8 LANG=en_US.UTF-8 LC_TELEPHONE=nb_NO.UTF-8 LC_NAME=nb_NO.UTF-8 LC_MEASUREMENT=nb_NO.UTF-8 LC_IDENTIFICATION=nb_NO.UTF-8 LC_NUMERIC=nb_NO.UTF-8 LC_PAPER=nb_NO.UTF-8 ProcMaps: 00400000-007a8000 r-xp 00000000 08:04 2099762 /usr/bin/python3.5 009a8000-009aa000 r--p 003a8000 08:04 2099762 /usr/bin/python3.5 009aa000-00a41000 rw-p 003aa000 08:04 2099762 /usr/bin/python3.5 00a41000-00a72000 rw-p 00000000 00:00 0 02490000-027e6000 rw-p 00000000 00:00 0 [heap] 7f0b9909f000-7f0b991e0000 rw-p 00000000 00:00 0 7f0b991e0000-7f0b991f7000 r-xp 00000000 08:04 2106516 /usr/lib/x86_64-linux-gnu/liblz4.so.1.7.1 7f0b991f7000-7f0b993f6000 ---p 00017000 08:04 2106516 /usr/lib/x86_64-linux-gnu/liblz4.so.1.7.1 7f0b993f6000-7f0b993f7000 r--p 00016000 08:04 2106516 /usr/lib/x86_64-linux-gnu/liblz4.so.1.7.1 7f0b993f7000-7f0b993f8000 rw-p 00017000 08:04 2106516 /usr/lib/x86_64-linux-gnu/liblz4.so.1.7.1 7f0b993f8000-7f0b9940f000 r-xp 00000000 08:04 791411 /lib/x86_64-linux-gnu/libresolv-2.23.so 7f0b9940f000-7f0b9960f000 ---p 00017000 08:04 791411 /lib/x86_64-linux-gnu/libresolv-2.23.so 7f0b9960f000-7f0b99610000 r--p 00017000 08:04 791411 /lib/x86_64-linux-gnu/libresolv-2.23.so 7f0b99610000-7f0b99611000 rw-p 00018000 08:04 791411 /lib/x86_64-linux-gnu/libresolv-2.23.so 7f0b99611000-7f0b99613000 rw-p 00000000 00:00 0 7f0b99613000-7f0b99629000 r-xp 00000000 08:04 791091 /lib/x86_64-linux-gnu/libgcc_s.so.1 7f0b99629000-7f0b99828000 ---p 00016000 08:04 791091 /lib/x86_64-linux-gnu/libgcc_s.so.1 7f0b99828000-7f0b99829000 rw-p 00015000 08:04 791091 /lib/x86_64-linux-gnu/libgcc_s.so.1 7f0b99829000-7f0b9999b000 r-xp 00000000 08:04 2099329 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21 7f0b9999b000-7f0b99b9b000 ---p 00172000 08:04 2099329 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21 7f0b99b9b000-7f0b99ba5000 r--p 00172000 08:04 2099329 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21 7f0b99ba5000-7f0b99ba7000 rw-p 0017c000 08:04 2099329 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21 7f0b99ba7000-7f0b99bab000 rw-p 00000000 00:00 0 7f0b99bab000-7f0b99d19000 r-xp 00000000 08:04 2102593 /usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0.0 7f0b99d19000-7f0b99f18000 ---p 0016e000 08:04 2102593 /usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0.0 7f0b99f18000-7f0b99f1e000 r--p 0016d000 08:04 2102593 /usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0.0 7f0b99f1e000-7f0b99f1f000 rw-p 00173000 08:04 2102593 /usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0.0 7f0b99f1f000-7f0b99f63000 r-xp 00000000 08:04 2104929 /usr/lib/python3/dist-packages/apt_pkg.cpython-35m-x86_64-linux-gnu.so 7f0b99f63000-7f0b9a163000 ---p 00044000 08:04 2104929 /usr/lib/python3/dist-packages/apt_pkg.cpython-35m-x86_64-linux-gnu.so 7f0b9a163000-7f0b9a164000 r--p 00044000 08:04 2104929 /usr/lib/python3/dist-packages/apt_pkg.cpython-35m-x86_64-linux-gnu.so 7f0b9a164000-7f0b9a16c000 rw-p 00045000 08:04 2104929 /usr/lib/python3/dist-packages/apt_pkg.cpython-35m-x86_64-linux-gnu.so 7f0b9a16c000-7f0b9a17d000 r-xp 00000000 08:04 2367030 /usr/lib/python3.5/lib-dynload/_json.cpython-35m-x86_64-linux-gnu.so 7f0b9a17d000-7f0b9a37c000 ---p 00011000 08:04 2367030 /usr/lib/python3.5/lib-dynload/_json.cpython-35m-x86_64-linux-gnu.so 7f0b9a37c000-7f0b9a37d000 r--p 00010000 08:04 2367030 /usr/lib/python3.5/lib-dynload/_json.cpython-35m-x86_64-linux-gnu.so 7f0b9a37d000-7f0b9a37e000 rw-p 00011000 08:04 2367030 /usr/lib/python3.5/lib-dynload/_json.cpython-35m-x86_64-linux-gnu.so 7f0b9a37e000-7f0b9a3be000 rw-p 00000000 00:00 0 7f0b9a3be000-7f0b9a41c000 r-xp 00000000 08:04 790957 /lib/x86_64-linux-gnu/libssl.so.1.0.0 7f0b9a41c000-7f0b9a61c000 ---p 0005e000 08:04 790957 /lib/x86_64-linux-gnu/libssl.so.1.0.0 7f0b9a61c000-7f0b9a620000 r--p 0005e000 08:04 790957 /lib/x86_64-linux-gnu/libssl.so.1.0.0 7f0b9a620000-7f0b9a627000 rw-p 00062000 08:04 790957 /lib/x86_64-linux-gnu/libssl.so.1.0.0 7f0b9a627000-7f0b9a63e000 r-xp 00000000 08:04 2363002 /usr/lib/python3.5/lib-dynload/_ssl.cpython-35m-x86_64-linux-gnu.so 7f0b9a63e000-7f0b9a83e000 ---p 00017000 08:04 2363002 /usr/lib/python3.5/lib-dynload/_ssl.cpython-35m-x86_64-linux-gnu.so 7f0b9a83e000-7f0b9a83f000 r--p 00017000 08:04 2363002 /usr/lib/python3.5/lib-dynload/_ssl.cpython-35m-x86_64-linux-gnu.so 7f0b9a83f000-7f0b9a844000 rw-p 00018000 08:04 2363002 /usr/lib/python3.5/lib-dynload/_ssl.cpython-35m-x86_64-linux-gnu.so 7f0b9a844000-7f0b9aa44000 rw-p 00000000 00:00 0 7f0b9aa44000-7f0b9ac5e000 r-xp 00000000 08:04 790956 /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 7f0b9ac5e000-7f0b9ae5d000 ---p 0021a000 08:04 790956 /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 7f0b9ae5d000-7f0b9ae79000 r--p 00219000 08:04 790956 /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 7f0b9ae79000-7f0b9ae85000 rw-p 00235000 08:04 790956 /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 7f0b9ae85000-7f0b9ae88000 rw-p 00000000 00:00 0 7f0b9ae88000-7f0b9ae8d000 r-xp 00000000 08:04 2362993 /usr/lib/python3.5/lib-dynload/_hashlib.cpython-35m-x86_64-linux-gnu.so 7f0b9ae8d000-7f0b9b08d000 ---p 00005000 08:04 2362993 /usr/lib/python3.5/lib-dynload/_hashlib.cpython-35m-x86_64-linux-gnu.so 7f0b9b08d000-7f0b9b08e000 r--p 00005000 08:04 2362993 /usr/lib/python3.5/lib-dynload/_hashlib.cpython-35m-x86_64-linux-gnu.so 7f0b9b08e000-7f0b9b08f000 rw-p 00006000 08:04 2362993 /usr/lib/python3.5/lib-dynload/_hashlib.cpython-35m-x86_64-linux-gnu.so 7f0b9b08f000-7f0b9b0b0000 r-xp 00000000 08:04 791120 /lib/x86_64-linux-gnu/liblzma.so.5.0.0 7f0b9b0b0000-7f0b9b2af000 ---p 00021000 08:04 791120 /lib/x86_64-linux-gnu/liblzma.so.5.0.0 7f0b9b2af000-7f0b9b2b0000 r--p 00020000 08:04 791120 /lib/x86_64-linux-gnu/liblzma.so.5.0.0 7f0b9b2b0000-7f0b9b2b1000 rw-p 00021000 08:04 791120 /lib/x86_64-linux-gnu/liblzma.so.5.0.0 7f0b9b2b1000-7f0b9b2b8000 r-xp 00000000 08:04 2367017 /usr/lib/python3.5/lib-dynload/_lzma.cpython-35m-x86_64-linux-gnu.so 7f0b9b2b8000-7f0b9b4b7000 ---p 00007000 08:04 2367017 /usr/lib/python3.5/lib-dynload/_lzma.cpython-35m-x86_64-linux-gnu.so 7f0b9b4b7000-7f0b9b4b8000 r--p 00006000 08:04 2367017 /usr/lib/python3.5/lib-dynload/_lzma.cpython-35m-x86_64-linux-gnu.so 7f0b9b4b8000-7f0b9b4ba000 rw-p 00007000 08:04 2367017 /usr/lib/python3.5/lib-dynload/_lzma.cpython-35m-x86_64-linux-gnu.so 7f0b9b4ba000-7f0b9b4c9000 r-xp 00000000 08:04 791052 /lib/x86_64-linux-gnu/libbz2.so.1.0.4 7f0b9b4c9000-7f0b9b6c8000 ---p 0000f000 08:04 791052 /lib/x86_64-linux-gnu/libbz2.so.1.0.4 7f0b9b6c8000-7f0b9b6c9000 r--p 0000e000 08:04 791052 /lib/x86_64-linux-gnu/libbz2.so.1.0.4 7f0b9b6c9000-7f0b9b6ca000 rw-p 0000f000 08:04 791052 /lib/x86_64-linux-gnu/libbz2.so.1.0.4 7f0b9b6ca000-7f0b9b6ce000 r-xp 00000000 08:04 2367011 /usr/lib/python3.5/lib-dynload/_bz2.cpython-35m-x86_64-linux-gnu.so 7f0b9b6ce000-7f0b9b8cd000 ---p 00004000 08:04 2367011 /usr/lib/python3.5/lib-dynload/_bz2.cpython-35m-x86_64-linux-gnu.so 7f0b9b8cd000-7f0b9b8ce000 r--p 00003000 08:04 2367011 /usr/lib/python3.5/lib-dynload/_bz2.cpython-35m-x86_64-linux-gnu.so 7f0b9b8ce000-7f0b9b8cf000 rw-p 00004000 08:04 2367011 /usr/lib/python3.5/lib-dynload/_bz2.cpython-35m-x86_64-linux-gnu.so 7f0b9b8cf000-7f0b9b94f000 rw-p 00000000 00:00 0 7f0b9b970000-7f0b9bab0000 rw-p 00000000 00:00 0 7f0b9bab0000-7f0b9babb000 r-xp 00000000 08:04 791410 /lib/x86_64-linux-gnu/libnss_files-2.23.so 7f0b9babb000-7f0b9bcba000 ---p 0000b000 08:04 791410 /lib/x86_64-linux-gnu/libnss_files-2.23.so 7f0b9bcba000-7f0b9bcbb000 r--p 0000a000 08:04 791410 /lib/x86_64-linux-gnu/libnss_files-2.23.so 7f0b9bcbb000-7f0b9bcbc000 rw-p 0000b000 08:04 791410 /lib/x86_64-linux-gnu/libnss_files-2.23.so 7f0b9bcbc000-7f0b9bcc2000 rw-p 00000000 00:00 0 7f0b9bcc2000-7f0b9bccd000 r-xp 00000000 08:04 791074 /lib/x86_64-linux-gnu/libnss_nis-2.23.so 7f0b9bccd000-7f0b9becc000 ---p 0000b000 08:04 791074 /lib/x86_64-linux-gnu/libnss_nis-2.23.so 7f0b9becc000-7f0b9becd000 r--p 0000a000 08:04 791074 /lib/x86_64-linux-gnu/libnss_nis-2.23.so 7f0b9becd000-7f0b9bece000 rw-p 0000b000 08:04 791074 /lib/x86_64-linux-gnu/libnss_nis-2.23.so 7f0b9bece000-7f0b9bee4000 r-xp 00000000 08:04 791406 /lib/x86_64-linux-gnu/libnsl-2.23.so 7f0b9bee4000-7f0b9c0e3000 ---p 00016000 08:04 791406 /lib/x86_64-linux-gnu/libnsl-2.23.so 7f0b9c0e3000-7f0b9c0e4000 r--p 00015000 08:04 791406 /lib/x86_64-linux-gnu/libnsl-2.23.so 7f0b9c0e4000-7f0b9c0e5000 rw-p 00016000 08:04 791406 /lib/x86_64-linux-gnu/libnsl-2.23.so 7f0b9c0e5000-7f0b9c0e7000 rw-p 00000000 00:00 0 7f0b9c0e7000-7f0b9c0ef000 r-xp 00000000 08:04 791407 /lib/x86_64-linux-gnu/libnss_compat-2.23.so 7f0b9c0ef000-7f0b9c2ee000 ---p 00008000 08:04 791407 /lib/x86_64-linux-gnu/libnss_compat-2.23.so 7f0b9c2ee000-7f0b9c2ef000 r--p 00007000 08:04 791407 /lib/x86_64-linux-gnu/libnss_compat-2.23.so 7f0b9c2ef000-7f0b9c2f0000 rw-p 00008000 08:04 791407 /lib/x86_64-linux-gnu/libnss_compat-2.23.so 7f0b9c2f0000-7f0b9c747000 r--p 00000000 08:04 2098014 /usr/lib/locale/locale-archive 7f0b9c747000-7f0b9c84f000 r-xp 00000000 08:04 791202 /lib/x86_64-linux-gnu/libm-2.23.so 7f0b9c84f000-7f0b9ca4e000 ---p 00108000 08:04 791202 /lib/x86_64-linux-gnu/libm-2.23.so 7f0b9ca4e000-7f0b9ca4f000 r--p 00107000 08:04 791202 /lib/x86_64-linux-gnu/libm-2.23.so 7f0b9ca4f000-7f0b9ca50000 rw-p 00108000 08:04 791202 /lib/x86_64-linux-gnu/libm-2.23.so 7f0b9ca50000-7f0b9ca69000 r-xp 00000000 08:04 791244 /lib/x86_64-linux-gnu/libz.so.1.2.8 7f0b9ca69000-7f0b9cc68000 ---p 00019000 08:04 791244 /lib/x86_64-linux-gnu/libz.so.1.2.8 7f0b9cc68000-7f0b9cc69000 r--p 00018000 08:04 791244 /lib/x86_64-linux-gnu/libz.so.1.2.8 7f0b9cc69000-7f0b9cc6a000 rw-p 00019000 08:04 791244 /lib/x86_64-linux-gnu/libz.so.1.2.8 7f0b9cc6a000-7f0b9cc90000 r-xp 00000000 08:04 791084 /lib/x86_64-linux-gnu/libexpat.so.1.6.0 7f0b9cc90000-7f0b9ce90000 ---p 00026000 08:04 791084 /lib/x86_64-linux-gnu/libexpat.so.1.6.0 7f0b9ce90000-7f0b9ce92000 r--p 00026000 08:04 791084 /lib/x86_64-linux-gnu/libexpat.so.1.6.0 7f0b9ce92000-7f0b9ce93000 rw-p 00028000 08:04 791084 /lib/x86_64-linux-gnu/libexpat.so.1.6.0 7f0b9ce93000-7f0b9ce95000 r-xp 00000000 08:04 791070 /lib/x86_64-linux-gnu/libutil-2.23.so 7f0b9ce95000-7f0b9d094000 ---p 00002000 08:04 791070 /lib/x86_64-linux-gnu/libutil-2.23.so 7f0b9d094000-7f0b9d095000 r--p 00001000 08:04 791070 /lib/x86_64-linux-gnu/libutil-2.23.so 7f0b9d095000-7f0b9d096000 rw-p 00002000 08:04 791070 /lib/x86_64-linux-gnu/libutil-2.23.so 7f0b9d096000-7f0b9d099000 r-xp 00000000 08:04 791099 /lib/x86_64-linux-gnu/libdl-2.23.so 7f0b9d099000-7f0b9d298000 ---p 00003000 08:04 791099 /lib/x86_64-linux-gnu/libdl-2.23.so 7f0b9d298000-7f0b9d299000 r--p 00002000 08:04 791099 /lib/x86_64-linux-gnu/libdl-2.23.so 7f0b9d299000-7f0b9d29a000 rw-p 00003000 08:04 791099 /lib/x86_64-linux-gnu/libdl-2.23.so 7f0b9d29a000-7f0b9d459000 r-xp 00000000 08:04 791117 /lib/x86_64-linux-gnu/libc-2.23.so 7f0b9d459000-7f0b9d659000 ---p 001bf000 08:04 791117 /lib/x86_64-linux-gnu/libc-2.23.so 7f0b9d659000-7f0b9d65d000 r--p 001bf000 08:04 791117 /lib/x86_64-linux-gnu/libc-2.23.so 7f0b9d65d000-7f0b9d65f000 rw-p 001c3000 08:04 791117 /lib/x86_64-linux-gnu/libc-2.23.so 7f0b9d65f000-7f0b9d663000 rw-p 00000000 00:00 0 7f0b9d663000-7f0b9d67b000 r-xp 00000000 08:04 791405 /lib/x86_64-linux-gnu/libpthread-2.23.so 7f0b9d67b000-7f0b9d87a000 ---p 00018000 08:04 791405 /lib/x86_64-linux-gnu/libpthread-2.23.so 7f0b9d87a000-7f0b9d87b000 r--p 00017000 08:04 791405 /lib/x86_64-linux-gnu/libpthread-2.23.so 7f0b9d87b000-7f0b9d87c000 rw-p 00018000 08:04 791405 /lib/x86_64-linux-gnu/libpthread-2.23.so 7f0b9d87c000-7f0b9d880000 rw-p 00000000 00:00 0 7f0b9d880000-7f0b9d8a6000 r-xp 00000000 08:04 786446 /lib/x86_64-linux-gnu/ld-2.23.so 7f0b9d8d4000-7f0b9d914000 rw-p 00000000 00:00 0 7f0b9d945000-7f0b9da8a000 rw-p 00000000 00:00 0 7f0b9da9c000-7f0b9daa3000 r--s 00000000 08:04 2497879 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache 7f0b9daa3000-7f0b9daa5000 rw-p 00000000 00:00 0 7f0b9daa5000-7f0b9daa6000 r--p 00025000 08:04 786446 /lib/x86_64-linux-gnu/ld-2.23.so 7f0b9daa6000-7f0b9daa7000 rw-p 00026000 08:04 786446 /lib/x86_64-linux-gnu/ld-2.23.so 7f0b9daa7000-7f0b9daa8000 rw-p 00000000 00:00 0 7fff52484000-7fff524a5000 rw-p 00000000 00:00 0 [stack] 7fff52572000-7fff52574000 r--p 00000000 00:00 0 [vvar] 7fff52574000-7fff52576000 r-xp 00000000 00:00 0 [vdso] ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall] ProcStatus: Name: apportcheckresu State: R (running) Tgid: 1107 Ngid: 0 Pid: 1107 PPid: 943 TracerPid: 0 Uid: 0 0 0 0 Gid: 0 0 0 0 FDSize: 64 Groups: NStgid: 1107 NSpid: 1107 NSpgid: 943 NSsid: 943 VmPeak: 83348 kB VmSize: 83348 kB VmLck: 0 kB VmPin: 0 kB VmHWM: 22192 kB VmRSS: 22192 kB VmData: 10676 kB VmStk: 136 kB VmExe: 3744 kB VmLib: 10004 kB VmPTE: 176 kB VmPMD: 12 kB VmSwap: 0 kB HugetlbPages: 0 kB Threads: 1 SigQ: 0/62809 SigPnd: 0000000000000000 ShdPnd: 0000000000000000 SigBlk: 0000000000000000 SigIgn: 0000000001001000 SigCgt: 0000000180000002 CapInh: 0000000000000000 CapPrm: 0000003fffffffff CapEff: 0000003fffffffff CapBnd: 0000003fffffffff CapAmb: 0000000000000000 Seccomp: 0 Cpus_allowed: ff Cpus_allowed_list: 0-7 Mems_allowed: 00000000,00000001 Mems_allowed_list: 0 voluntary_ctxt_switches: 117 nonvoluntary_ctxt_switches: 87 SleepLog: Initial commandline parameters: on. 11. jan. 16:59:41 +0100 2017: Running hooks for hibernate. Running hook /usr/lib/pm-utils/sleep.d/000kernel-change hibernate hibernate: /usr/lib/pm-utils/sleep.d/000kernel-change hibernate hibernate: success. Running hook /usr/lib/pm-utils/sleep.d/000record-status hibernate hibernate: /usr/lib/pm-utils/sleep.d/000record-status hibernate hibernate: success. Running hook /usr/lib/pm-utils/sleep.d/00logging hibernate hibernate: Linux vegarab 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:07:12 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux Module Size Used by drbg 32768 1 ansi_cprng 16384 0 rfcomm 69632 0 bnep 20480 2 binfmt_misc 20480 1 joydev 20480 0 applesmc 20480 0 input_polldev 16384 1 applesmc intel_rapl 20480 0 x86_pkg_temp_thermal 16384 0 intel_powerclamp 16384 0 coretemp 16384 0 kvm_intel 172032 0 snd_hda_codec_hdmi 53248 1 kvm 536576 1 kvm_intel snd_hda_codec_cirrus 20480 1 irqbypass 16384 1 kvm snd_hda_codec_generic 77824 1 snd_hda_codec_cirrus crct10dif_pclmul 16384 0 crc32_pclmul 16384 0 aesni_intel 167936 7593 btusb 45056 0 snd_hda_intel 36864 5 aes_x86_64 20480 1 aesni_intel snd_hda_codec 135168 4 snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel,snd_hda_codec_cirrus lrw 16384 1 aesni_intel wl 6365184 0 gf128mul 16384 1 lrw glue_helper 16384 1 aesni_intel btrtl 16384 1 btusb ablk_helper 16384 1 aesni_intel snd_hda_core 73728 5 snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel,snd_hda_codec_cirrus cryptd 20480 3798 aesni_intel,ablk_helper snd_hwdep 16384 1 snd_hda_codec snd_seq_midi 16384 0 btbcm 16384 1 btusb btintel 16384 1 btusb snd_seq_midi_event 16384 1 snd_seq_midi snd_pcm 106496 4 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_core bluetooth 520192 29 bnep,btbcm,btrtl,btusb,rfcomm,btintel snd_rawmidi 32768 1 snd_seq_midi snd_seq 69632 2 snd_seq_midi_event,snd_seq_midi snd_seq_device 16384 3 snd_seq,snd_rawmidi,snd_seq_midi input_leds 16384 0 snd_timer 32768 2 snd_pcm,snd_seq thunderbolt 53248 0 bcm5974 16384 0 snd 81920 21 snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel,snd_seq_device,snd_hda_codec_cirrus cfg80211 565248 1 wl mei_me 36864 0 lpc_ich 24576 0 mei 98304 1 mei_me bdc_pci 16384 0 shpchp 36864 0 soundcore 16384 1 snd acpi_als 16384 0 sbs 16384 0 kfifo_buf 16384 1 acpi_als sbshc 16384 1 sbs industrialio 57344 2 acpi_als,kfifo_buf mac_hid 16384 0 apple_bl 16384 0 parport_pc 32768 0 ppdev 20480 0 lp 20480 0 parport 49152 3 lp,ppdev,parport_pc autofs4 40960 2 hid_generic 16384 0 hid_apple 16384 0 usbhid 49152 0 hid 118784 3 hid_generic,usbhid,hid_apple i915 1208320 6 uas 24576 0 i2c_algo_bit 16384 1 i915 drm_kms_helper 147456 1 i915 syscopyarea 16384 1 drm_kms_helper usb_storage 69632 1 uas sysfillrect 16384 1 drm_kms_helper sysimgblt 16384 1 drm_kms_helper fb_sys_fops 16384 1 drm_kms_helper ahci 36864 2 drm 360448 7 i915,drm_kms_helper libahci 32768 1 ahci fjes 28672 0 video 40960 1 i915 total used free shared buff/cache available Mem: 16338620 1492188 12213972 1000416 2632460 13474572 Swap: 0 0 0 /usr/lib/pm-utils/sleep.d/00logging hibernate hibernate: success. Running hook /usr/lib/pm-utils/sleep.d/00powersave hibernate hibernate: /usr/lib/pm-utils/sleep.d/00powersave hibernate hibernate: success. Running hook /etc/pm/sleep.d/10_grub-common hibernate hibernate: /etc/pm/sleep.d/10_grub-common hibernate hibernate: success. Running hook /etc/pm/sleep.d/10_unattended-upgrades-hibernate hibernate hibernate: /etc/pm/sleep.d/10_unattended-upgrades-hibernate hibernate hibernate: success. Edit: You can see on the bottom of the snip how the swap-partition is completely empty.. but also got 0 free space??

Pages (2): 1 2 Next