(I see I forgot the case-insensitive flag on the grep, but when I add
that, the result is the same.)
On 2020-03-05 07:44, n952162 wrote:
On 2020-03-05 00:55, Adam Carter wrote:
On Wed, Mar 4, 2020 at 9:19 PM n952162 <n952...@web.de
<mailto:n952...@web.de>> wrote:
Yes, everything mounts when I explicitly say swapon -a. No
problems in
/var/log/messages.
Anything from 'dmesg | grep -i swap'
This, from this morning:
$ swapon -sv
Filename Type Size Used Priority
/swap file 6291452 0 5
$ dmesg | grep swap
[ 0.160418] Spectre V1 : Mitigation: usercopy/swapgs barriers and
__user pointer sanitization
[ 8.582654] Adding 6291452k swap on /swap. Priority:5 extents:23
across:8347644k
$ sudo grep 'Mar 5.*swap' /var/log/messages
Mar 5 07:30:53 txm1 kernel: [ 0.160418] Spectre V1 : Mitigation:
usercopy/swapgs barriers and __user pointer sanitization
Mar 5 07:30:53 txm1 kernel: [ 8.582654] Adding 6291452k swap on
/swap. Priority:5 extents:23 across:8347644k
$ sudo swapon -a
$ swapon -sv
Filename Type Size Used Priority
/swap file 6291452 0 5
/dev/sdb1 partition 1099772 0 10
/lcl/yyyyyyyyyyyyyyyyyyyy/1/swap file 3071996 0 1
$ dmesg | grep swap
[ 0.160418] Spectre V1 : Mitigation: usercopy/swapgs barriers and
__user pointer sanitization
[ 8.582654] Adding 6291452k swap on /swap. Priority:5 extents:23
across:8347644k
[ 381.200513] Adding 1099772k swap on /dev/sdb1. Priority:10
extents:1 across:1099772k
[ 382.169534] Adding 3071996k swap on /lcl/yyyyyyyyyyyyyyyy/1/swap.
Priority:1 extents:129 across:92965568k