You are not logged in.

#1 2016-11-05 10:46:24

macaco
Member
From: Graz, Austria
Registered: 2009-03-22
Posts: 101

encrypted SWAP - error message while shut down

I have Arch running for about 3 years now and use an encrypted SWAP. Whenever I shutdown I get an error message which goes something like: "STOPPED WITH ERROR DEV/DM-2". When I use "swapon --show" everything seem fine though.

/etc/crypttab

# crypttab: mappings for encrypted partitions
#
# Each mapped device will be created in /dev/mapper, so your /etc/fstab
# should use the /dev/mapper/<name> paths for encrypted devices.
#
# The Arch specific syntax has been deprecated, see crypttab(5) for the
# new supported syntax.
#
# NOTE: Do not list your root (/) partition here, it must be set up
#       beforehand by the initramfs (/etc/mkinitcpio.conf).

# <name>       <device>                                     <password>              <options>
# home         UUID=XXXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXX    /etc/mypassword1
# home	       /dev/VolGroup00/lvolhome			    /etc/lukskeys/home
# data1        /dev/sda3                                    /etc/mypassword2
# data2        /dev/sda5                                    /etc/cryptfs.key
#swap           /dev/sda3                                    /dev/urandom            swap,cipher=aes-cbc-essiv:sha256,size=256
swap           /dev/disk/by-id/wwn-0xXXXXXXXXXXXXXXXX-part3                                    /dev/urandom            swap,cipher=aes-cbc-essiv:sha256,size=256
# vol          /dev/sdb7                                    none
#cryptswap1 UUID=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXX /dev/urandom swap,cipher=aes-cbc-essiv:sha256

/etc/fstab

# UUID=XXXXXXXXX-XXXX-XXXXX-XXXX-XXXX
/dev/sda1           	/boot     	ext2      	rw,relatime	0 2

# UUID=XXXXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXX
/dev/mapper/VolGroup00-lvolroot	/         	ext4      	rw,relatime,data=ordered	0 1

# UUID=XXXXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX
#/dev/mapper/home    	/home     	ext4      	rw,relatime,data=ordered	0 2

# UUID=XXXXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX
#/dev/sda3           	none      	swap      	defaults  	0 0
/dev/mapper/swap           	none      	swap      	defaults  	0 0

Last edited by macaco (2016-11-05 10:50:02)

Offline

#2 2016-11-05 17:32:58

alex.theoto
Member
From: Athens Greece
Registered: 2014-11-30
Posts: 307

Re: encrypted SWAP - error message while shut down

What's the output of:

lsblk
ls -l /dev/mapper/
swapon --show
ls -lr /dev/disk/*

Last edited by alex.theoto (2016-11-05 17:39:30)

Offline

#3 2016-11-05 22:08:12

macaco
Member
From: Graz, Austria
Registered: 2009-03-22
Posts: 101

Re: encrypted SWAP - error message while shut down

Okay... let's go:

lsblk

NAME                    MAJ:MIN RM   SIZE RO TYPE  MOUNTPOINT
sr0                      11:0    1  1024M  0 rom   
sda                       8:0    0 298,1G  0 disk  
├─sda2                    8:2    0 295,9G  0 part  
│ ├─VolGroup00-lvolhome 254:1    0 280,9G  0 lvm   
│ │ └─_dev_dm_1         254:3    0 280,9G  0 crypt /home
│ └─VolGroup00-lvolroot 254:0    0    15G  0 lvm   /
├─sda3                    8:3    0     2G  0 part  
│ └─swap                254:2    0     2G  0 crypt [SWAP]
└─sda1                    8:1    0   200M  0 part  /boot

ls -l /dev/mapper

total 0
crw------- 1 root root 10, 236 nov  5 22:24 control
lrwxrwxrwx 1 root root       7 nov  5 22:25 _dev_dm_1 -> ../dm-3
lrwxrwxrwx 1 root root       7 nov  5 22:24 swap -> ../dm-2
lrwxrwxrwx 1 root root       7 nov  5 22:25 VolGroup00-lvolhome -> ../dm-1
lrwxrwxrwx 1 root root       7 nov  5 22:24 VolGroup00-lvolroot -> ../dm-0

swapon --show

NAME      TYPE      SIZE USED PRIO
/dev/dm-2 partition   2G   0B   -1

ls -lr /dev/disk/*

/dev/disk/by-uuid:
total 0
lrwxrwxrwx 1 root root 10 nov  5 22:25 f9XXXXX7 -> ../../dm-3
lrwxrwxrwx 1 root root 10 nov  5 22:25 aXXXXXX6 -> ../../dm-1
lrwxrwxrwx 1 root root 10 nov  5 22:24 8XXXXXXb -> ../../sda1
lrwxrwxrwx 1 root root 10 nov  5 22:24 7XXXXXX0 -> ../../dm-0
lrwxrwxrwx 1 root root 10 nov  5 22:24 7XXXXXX3 -> ../../dm-2

/dev/disk/by-path:
total 0
lrwxrwxrwx 1 root root  9 nov  5 22:24 pci-0000:00:1f.2-ata-2 -> ../../sr0
lrwxrwxrwx 1 root root 10 nov  5 22:24 pci-0000:00:1f.2-ata-1-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 nov  5 22:24 pci-0000:00:1f.2-ata-1-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 nov  5 22:24 pci-0000:00:1f.2-ata-1-part1 -> ../../sda1
lrwxrwxrwx 1 root root  9 nov  5 22:24 pci-0000:00:1f.2-ata-1 -> ../../sda

/dev/disk/by-partuuid:
total 0
lrwxrwxrwx 1 root root 10 nov  5 22:24 0004b4af-03 -> ../../sda3
lrwxrwxrwx 1 root root 10 nov  5 22:24 0004b4af-02 -> ../../sda2
lrwxrwxrwx 1 root root 10 nov  5 22:24 0004b4af-01 -> ../../sda1

/dev/disk/by-id:
total 0
lrwxrwxrwx 1 root root 10 nov  5 22:24 wwn-0x5XXXXXb-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 nov  5 22:24 wwn-0x5XXXXXb-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 nov  5 22:24 wwn-0x5XXXXXb-part1 -> ../../sda1
lrwxrwxrwx 1 root root  9 nov  5 22:24 wwn-0x5XXXXXXb -> ../../sda
lrwxrwxrwx 1 root root 10 nov  5 22:24 lvm-pv-uuid-uPXXXXXXXXXXXXrfrf -> ../../sda2
lrwxrwxrwx 1 root root 10 nov  5 22:24 dm-uuid-LVM-qXXXXXXXXXXXXf -> ../../dm-0
lrwxrwxrwx 1 root root 10 nov  5 22:25 dm-uuid-LVM-qXXXXXXXXXXXXe -> ../../dm-1
lrwxrwxrwx 1 root root 10 nov  5 22:24 dm-uuid-CRYPT-PLAIN-swap -> ../../dm-2
lrwxrwxrwx 1 root root 10 nov  5 22:25 dm-uuid-CRYPT-LUKS1-aXXXXXXXXXXXXXX6-_dev_dm_1 -> ../../dm-3
lrwxrwxrwx 1 root root 10 nov  5 22:24 dm-name-VolGroup00-lvolroot -> ../../dm-0
lrwxrwxrwx 1 root root 10 nov  5 22:25 dm-name-VolGroup00-lvolhome -> ../../dm-1
lrwxrwxrwx 1 root root 10 nov  5 22:24 dm-name-swap -> ../../dm-2
lrwxrwxrwx 1 root root 10 nov  5 22:25 dm-name-_dev_dm_1 -> ../../dm-3
lrwxrwxrwx 1 root root 10 nov  5 22:24 ata-TOSHIBA_XXXXXXX-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 nov  5 22:24 ata-TOSHIBA_XXXXXXX-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 nov  5 22:24 ata-TOSHIBA_XXXXXXX-part1 -> ../../sda1
lrwxrwxrwx 1 root root  9 nov  5 22:24 ata-TOSHIBA_XXXXXXXX -> ../../sda
lrwxrwxrwx 1 root root  9 nov  5 22:24 ata-hp_CDDVDW_SU-XXXXXXXXXXXJ -> ../../sr0

Offline

#4 2016-11-06 07:29:17

alex.theoto
Member
From: Athens Greece
Registered: 2014-11-30
Posts: 307

Re: encrypted SWAP - error message while shut down

So, your swap is at sda3. Try to change your crypttab with different by-id like:

ata-TOSHIBA_XXXXXXX-part3

Offline

#5 2016-11-06 09:50:28

macaco
Member
From: Graz, Austria
Registered: 2009-03-22
Posts: 101

Re: encrypted SWAP - error message while shut down

I did that, it is now

swap           /dev/disk/by-id/ata-TOSHIBA_XXXXXXX_XXXXXXXX-part3                                    /dev/urandom            swap,cipher=aes-cbc-e\
ssiv:sha256,size=256

But I still get the error when shutting down.

[FAILED] (stopped with errror) /dev/dm-2

Offline

#6 2016-11-06 14:40:24

alex.theoto
Member
From: Athens Greece
Registered: 2014-11-30
Posts: 307

Re: encrypted SWAP - error message while shut down

Check if systemctl and journalctl can show something...

Offline

#7 2016-11-06 15:23:47

macaco
Member
From: Graz, Austria
Registered: 2009-03-22
Posts: 101

Re: encrypted SWAP - error message while shut down

what am I looking for?

[user@computer ~]$ systemctl | grep swap
systemd-cryptsetup@swap.service                                                             loaded active exited    Cryptography Setup for swap
dev-mapper-swap.swap                                                                        loaded active active    /dev/mapper/swap
swap.target                                                                                 loaded active active    Swap
[user@computer ~]$ sudo journalctl | grep swap
nov 06 05:16:59 computer kernel: zswap: loaded using pool lzo/zbud
nov 06 05:17:05 computer systemd[1]: Starting Cryptography Setup for swap...
nov 06 05:17:08 computer mkswap[394]: Configurando espaço de swap versão 1, tamanho = 2 GiB (2164609024 bytes)
nov 06 05:17:08 computer mkswap[394]: nenhum rótulo, UUID=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
nov 06 05:17:08 computer systemd[1]: Started Cryptography Setup for swap.
nov 06 05:17:08 computer systemd[1]: Found device /dev/mapper/swap.
nov 06 05:17:08 computer systemd[1]: Activating swap /dev/mapper/swap...
nov 06 05:17:09 computer systemd[1]: Activated swap /dev/mapper/swap.
nov 06 05:17:09 computer kernel: Adding 2113876k swap on /dev/mapper/swap.  Priority:-1 extents:1 across:2113876k FS
nov 06 05:19:55 computer systemd[1]: Stopping Cryptography Setup for swap...
nov 06 05:19:55 computer systemd[1]: Deactivating swap /dev/disk/by-id/dm-uuid-CRYPT-PLAIN-swap...
nov 06 05:19:55 computer systemd[1]: Deactivated swap /dev/disk/by-uuid/XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX.
nov 06 05:19:55 computer systemd[1]: Deactivated swap /dev/disk/by-id/dm-uuid-CRYPT-PLAIN-swap.
nov 06 05:19:55 computer systemd[1]: Deactivated swap /dev/disk/by-id/dm-name-swap.
nov 06 05:19:55 computer systemd[1]: Deactivated swap /dev/dm-2.
nov 06 05:19:55 computer systemd[1]: Deactivated swap /dev/mapper/swap.
nov 06 05:19:55 computer systemd[1]: Stopped /dev/mapper/swap.
nov 06 05:19:55 computer systemd[1]: Stopped /dev/disk/by-id/dm-uuid-CRYPT-PLAIN-swap.
nov 06 05:19:55 computer systemd[1]: Stopped /dev/disk/by-id/dm-name-swap.
nov 06 05:19:55 computer systemd[1]: Stopped Cryptography Setup for swap.
nov 06 08:52:45 computer kernel: zswap: loaded using pool lzo/zbud
nov 06 08:52:46 computer kernel: Adding 2113876k swap on /dev/mapper/swap.  Priority:-1 extents:1 across:2113876k FS
nov 06 08:52:46 computer mkswap[396]: Configurando espaço de swap versão 1, tamanho = 2 GiB (2164609024 bytes)
nov 06 08:52:46 computer mkswap[396]: nenhum rótulo, UUID=YYYYYYYYYYYYYYYYYYYYYYYYYYYYY
nov 06 09:14:16 computer systemd[1]: Stopping Cryptography Setup for swap...
nov 06 09:14:16 computer systemd[1]: Deactivating swap /dev/disk/by-uuid/YYYYYYYYYYYYYYYYYYYYYYYYYYYYY...
nov 06 09:14:16 computer systemd[1]: Deactivated swap /dev/disk/by-uuid/YYYYYYYYYYYYYYYYYYYYYYYYYYYYY.
nov 06 09:14:16 computer systemd[1]: Deactivated swap /dev/disk/by-id/dm-uuid-CRYPT-PLAIN-swap.
nov 06 09:14:16 computer systemd[1]: Deactivated swap /dev/disk/by-id/dm-name-swap.
nov 06 09:14:16 computer systemd[1]: Deactivated swap /dev/dm-2.
nov 06 09:14:16 computer systemd[1]: Deactivated swap /dev/mapper/swap.
nov 06 09:14:16 computer systemd[1]: Stopped /dev/mapper/swap.
nov 06 09:14:16 computer systemd[1]: Stopped /dev/disk/by-id/dm-uuid-CRYPT-PLAIN-swap.
nov 06 09:14:16 computer systemd[1]: Stopped /dev/disk/by-id/dm-name-swap.
nov 06 09:14:16 computer systemd[1]: Stopped Cryptography Setup for swap.
nov 06 10:03:23 computer kernel: zswap: loaded using pool lzo/zbud
nov 06 10:03:23 computer systemd[1]: Starting Cryptography Setup for swap...
nov 06 10:03:23 computer systemd[1]: Started Cryptography Setup for swap.
nov 06 10:03:23 computer systemd[1]: Found device /dev/mapper/swap.
nov 06 10:03:23 computer systemd[1]: Activating swap /dev/mapper/swap...
nov 06 10:03:23 computer kernel: Adding 2113876k swap on /dev/mapper/swap.  Priority:-1 extents:1 across:2113876k FS
nov 06 10:03:23 computer systemd[1]: Activated swap /dev/mapper/swap.
nov 06 10:03:23 computer mkswap[398]: Configurando espaço de swap versão 1, tamanho = 2 GiB (2164609024 bytes)
nov 06 10:03:23 computer mkswap[398]: nenhum rótulo, UUID=ZZZZZZZZZZZZZZZZZZZZZZZ
nov 06 10:36:38 computer systemd[1]: Stopping Cryptography Setup for swap...
nov 06 10:36:39 computer systemd[1]: Deactivating swap /dev/mapper/swap...
nov 06 10:36:39 computer systemd[1]: Deactivated swap /dev/disk/by-uuid/ZZZZZZZZZZZZZZZZZZZZZZZ.
nov 06 10:36:39 computer systemd[1]: Deactivated swap /dev/disk/by-id/dm-uuid-CRYPT-PLAIN-swap.
nov 06 10:36:39 computer systemd[1]: Deactivated swap /dev/disk/by-id/dm-name-swap.
nov 06 10:36:39 computer systemd[1]: Deactivated swap /dev/dm-2.
nov 06 10:36:39 computer systemd[1]: Deactivated swap /dev/mapper/swap.
nov 06 10:36:39 computer systemd[1]: Stopped /dev/mapper/swap.
nov 06 10:36:39 computer systemd[1]: Stopped /dev/disk/by-id/dm-uuid-CRYPT-PLAIN-swap.
nov 06 10:36:39 computer systemd[1]: Stopped /dev/disk/by-id/dm-name-swap.
nov 06 10:36:39 computer systemd[1]: Stopped Cryptography Setup for swap.
nov 06 10:37:08 computer kernel: zswap: loaded using pool lzo/zbud
nov 06 10:37:15 computer systemd[1]: Starting Cryptography Setup for swap...
nov 06 10:37:22 computer mkswap[399]: Configurando espaço de swap versão 1, tamanho = 2 GiB (2164609024 bytes)
nov 06 10:37:22 computer mkswap[399]: nenhum rótulo, UUID=WWWWWWWWWWWWWWWWWWWWWWWWWWWWW
nov 06 10:37:22 computer systemd[1]: Started Cryptography Setup for swap.
nov 06 10:37:23 computer systemd[1]: Found device /dev/mapper/swap.
nov 06 10:37:23 computer systemd[1]: Activating swap /dev/mapper/swap...
nov 06 10:37:23 computer systemd[1]: Activated swap /dev/mapper/swap.
nov 06 10:37:23 computer kernel: Adding 2113876k swap on /dev/mapper/swap.  Priority:-1 extents:1 across:2113876k FS
nov 06 10:42:17 computer systemd[1]: Stopping Cryptography Setup for swap...
nov 06 10:42:17 computer systemd[1]: Deactivating swap /dev/disk/by-id/dm-name-swap...
nov 06 10:42:17 computer systemd[1]: Deactivated swap /dev/disk/by-uuid/WWWWWWWWWWWWWWWWWWWWWWWWWWWWW.
nov 06 10:42:17 computer systemd[1]: Deactivated swap /dev/disk/by-id/dm-uuid-CRYPT-PLAIN-swap.
nov 06 10:42:17 computer systemd[1]: Deactivated swap /dev/disk/by-id/dm-name-swap.
nov 06 10:42:17 computer systemd[1]: Deactivated swap /dev/dm-2.
nov 06 10:42:17 computer systemd[1]: Deactivated swap /dev/mapper/swap.
nov 06 10:42:19 computer systemd[1]: Stopped /dev/mapper/swap.
nov 06 10:42:19 computer systemd[1]: Stopped /dev/disk/by-id/dm-uuid-CRYPT-PLAIN-swap.
nov 06 10:42:19 computer systemd[1]: Stopped /dev/disk/by-id/dm-name-swap.
nov 06 10:42:19 computer systemd[1]: Stopped Cryptography Setup for swap.
nov 06 10:42:55 computer kernel: zswap: loaded using pool lzo/zbud
nov 06 10:42:56 computer systemd[1]: Starting Cryptography Setup for swap...
nov 06 10:42:57 computer kernel: Adding 2113876k swap on /dev/mapper/swap.  Priority:-1 extents:1 across:2113876k FS
nov 06 10:42:59 computer mkswap[392]: Configurando espaço de swap versão 1, tamanho = 2 GiB (2164609024 bytes)
nov 06 10:42:59 computer mkswap[392]: nenhum rótulo, UUID=VVVVVVVVVVVVVVVVVVVVVVVVVV
nov 06 10:44:39 computer systemd[1]: Stopping Cryptography Setup for swap...
nov 06 10:44:39 computer systemd[1]: Deactivating swap /dev/dm-2...
nov 06 10:44:39 computer systemd[1]: Deactivated swap /dev/disk/by-uuid/VVVVVVVVVVVVVVVVVVVVVVVVVV.
nov 06 10:44:39 computer systemd[1]: Deactivated swap /dev/disk/by-id/dm-uuid-CRYPT-PLAIN-swap.
nov 06 10:44:39 computer systemd[1]: Deactivated swap /dev/disk/by-id/dm-name-swap.
nov 06 10:44:39 computer systemd[1]: Deactivated swap /dev/dm-2.
nov 06 10:44:39 computer systemd[1]: Deactivated swap /dev/mapper/swap.
nov 06 10:44:40 computer systemd[1]: Stopped /dev/mapper/swap.
nov 06 10:44:40 computer systemd[1]: Stopped /dev/disk/by-id/dm-uuid-CRYPT-PLAIN-swap.
nov 06 10:44:40 computer systemd[1]: Stopped /dev/disk/by-id/dm-name-swap.
nov 06 10:44:40 computer systemd[1]: Stopped Cryptography Setup for swap.
nov 06 10:45:19 computer kernel: zswap: loaded using pool lzo/zbud
nov 06 10:45:21 computer kernel: Adding 2113876k swap on /dev/mapper/swap.  Priority:-1 extents:1 across:2113876k FS
nov 06 10:45:21 computer systemd[1]: Started Cryptography Setup for swap.
nov 06 10:45:21 computer systemd[1]: Found device /dev/mapper/swap.
nov 06 10:45:21 computer systemd[1]: Activating swap /dev/mapper/swap...
nov 06 10:45:21 computer systemd[1]: Activated swap /dev/mapper/swap.
nov 06 10:45:23 computer mkswap[404]: Configurando espaço de swap versão 1, tamanho = 2 GiB (2164609024 bytes)
nov 06 10:45:23 computer mkswap[404]: nenhum rótulo, UUID=2ada647c-4441-4f23-a7af-5d7c334b0e6a
nov 06 14:43:41 computer systemd[1]: Stopping Cryptography Setup for swap...
nov 06 14:43:41 computer systemd[1]: Deactivating swap /dev/disk/by-uuid/2ada647c-4441-4f23-a7af-5d7c334b0e6a...
nov 06 14:43:41 computer systemd[1]: Deactivated swap /dev/disk/by-uuid/2ada647c-4441-4f23-a7af-5d7c334b0e6a.
nov 06 14:43:41 computer systemd[1]: Deactivated swap /dev/disk/by-id/dm-uuid-CRYPT-PLAIN-swap.
nov 06 14:43:41 computer systemd[1]: Deactivated swap /dev/disk/by-id/dm-name-swap.
nov 06 14:43:41 computer systemd[1]: Deactivated swap /dev/dm-2.
nov 06 14:43:41 computer systemd[1]: Deactivated swap /dev/mapper/swap.
nov 06 14:43:42 computer systemd[1]: Stopped /dev/mapper/swap.
nov 06 14:43:42 computer systemd[1]: Stopped /dev/disk/by-id/dm-uuid-CRYPT-PLAIN-swap.
nov 06 14:43:42 computer systemd[1]: Stopped /dev/disk/by-id/dm-name-swap.
nov 06 14:43:42 computer systemd[1]: Stopped Cryptography Setup for swap.
nov 06 15:57:53 computer kernel: zswap: loaded using pool lzo/zbud
nov 06 15:57:54 computer systemd[1]: Starting Cryptography Setup for swap...
nov 06 15:57:55 computer systemd[1]: Started Cryptography Setup for swap.
nov 06 15:57:55 computer systemd[1]: Found device /dev/mapper/swap.
nov 06 15:57:55 computer systemd[1]: Activating swap /dev/mapper/swap...
nov 06 15:57:55 computer kernel: Adding 2113876k swap on /dev/mapper/swap.  Priority:-1 extents:1 across:2113876k FS
nov 06 15:57:55 computer systemd[1]: Activated swap /dev/mapper/swap.
nov 06 15:57:57 computer mkswap[392]: Configurando espaço de swap versão 1, tamanho = 2 GiB (2164609024 bytes)
nov 06 15:57:57 computer mkswap[392]: nenhum rótulo, UUID=1c8a2c77-95e1-4c15-b3e6-728a6d164916

Edit: Also when I look at my HD with gparted I see my sda3 (the swap partition) as "desconhecido", this means unknown, and it is shown in black together with a warning sign.

Last edited by macaco (2016-11-06 17:13:39)

Offline

#8 2016-11-19 08:37:56

macaco
Member
From: Graz, Austria
Registered: 2009-03-22
Posts: 101

Re: encrypted SWAP - error message while shut down

so still nobody who might know how to solve it?

Offline

#9 2016-11-19 12:25:02

alex.theoto
Member
From: Athens Greece
Registered: 2014-11-30
Posts: 307

Re: encrypted SWAP - error message while shut down

Don't change device name with XXX or ZZZ. I loose the track here and don't use

sudo journalctl | grep swap

because you have to search for some timeout error.
What is the output of

fdisk -l
ls -l /dev/mapper
ls -lr /dev/disk/*

and again send us what is on

fstab
cryptsetup

Offline

#10 2016-11-20 11:46:05

macaco
Member
From: Graz, Austria
Registered: 2009-03-22
Posts: 101

Re: encrypted SWAP - error message while shut down

Okay... less paranoia then...

There it goes:

the last 50 lines of journalctl | grep swap

[user1@computer ~]$ sudo journalctl | grep swap
nov 19 09:28:16 computer kernel: zswap: loaded using pool lzo/zbud
nov 19 09:28:17 computer systemd[1]: Starting Cryptography Setup for swap...
nov 19 09:28:17 computer kernel: Adding 2113876k swap on /dev/mapper/swap.  Priority:-1 extents:1 across:2113876k FS
nov 19 09:28:17 computer mkswap[388]: Configurando espaço de swap versão 1, tamanho = 2 GiB (2164609024 bytes)
nov 19 09:28:17 computer mkswap[388]: nenhum rótulo, UUID=6ddaa6f8-618a-4de7-ba01-277c352e34ff
nov 19 09:30:54 computer /usr/lib/gdm/gdm-x-session[727]: (II) AIGLX: enabled GLX_INTEL_swap_event
nov 19 09:30:54 computer /usr/lib/gdm/gdm-x-session[727]: (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
nov 19 13:44:46 computer systemd[1]: Stopping Cryptography Setup for swap...
nov 19 13:44:46 computer systemd[1]: Deactivating swap /dev/disk/by-uuid/6ddaa6f8-618a-4de7-ba01-277c352e34ff...
nov 19 13:44:47 computer systemd[1]: Deactivated swap /dev/disk/by-uuid/6ddaa6f8-618a-4de7-ba01-277c352e34ff.
nov 19 13:44:47 computer systemd[1]: Deactivated swap /dev/disk/by-id/dm-uuid-CRYPT-PLAIN-swap.
nov 19 13:44:47 computer systemd[1]: Deactivated swap /dev/disk/by-id/dm-name-swap.
nov 19 13:44:47 computer systemd[1]: Deactivated swap /dev/dm-2.
nov 19 13:44:47 computer systemd[1]: Deactivated swap /dev/mapper/swap.
nov 19 13:44:47 computer systemd[1]: Stopped /dev/mapper/swap.
nov 19 13:44:47 computer systemd[1]: Stopped /dev/disk/by-id/dm-uuid-CRYPT-PLAIN-swap.
nov 19 13:44:47 computer systemd[1]: Stopped /dev/disk/by-id/dm-name-swap.
nov 19 13:44:47 computer systemd[1]: Stopped Cryptography Setup for swap.
nov 19 15:11:02 computer kernel: zswap: loaded using pool lzo/zbud
nov 19 15:11:04 computer mkswap[408]: Configurando espaço de swap versão 1, tamanho = 2 GiB (2164609024 bytes)
nov 19 15:11:04 computer mkswap[408]: nenhum rótulo, UUID=0ed49594-ddc5-4c27-9fc5-835598dbd4b6
nov 19 15:11:04 computer systemd[1]: Started Cryptography Setup for swap.
nov 19 15:11:04 computer systemd[1]: Found device /dev/mapper/swap.
nov 19 15:11:04 computer systemd[1]: Activating swap /dev/mapper/swap...
nov 19 15:11:05 computer systemd[1]: Activated swap /dev/mapper/swap.
nov 19 15:11:05 computer kernel: Adding 2113876k swap on /dev/mapper/swap.  Priority:-1 extents:1 across:2113876k FS
nov 19 15:12:07 computer /usr/lib/gdm/gdm-x-session[733]: (II) AIGLX: enabled GLX_INTEL_swap_event
nov 19 15:12:07 computer /usr/lib/gdm/gdm-x-session[733]: (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
nov 20 11:51:40 computer systemd[1]: Stopping Cryptography Setup for swap...
nov 20 11:51:40 computer systemd[1]: Deactivating swap /dev/dm-2...
nov 20 11:51:40 computer systemd[1]: Deactivated swap /dev/disk/by-uuid/0ed49594-ddc5-4c27-9fc5-835598dbd4b6.
nov 20 11:51:40 computer systemd[1]: Deactivated swap /dev/disk/by-id/dm-uuid-CRYPT-PLAIN-swap.
nov 20 11:51:40 computer systemd[1]: Deactivated swap /dev/disk/by-id/dm-name-swap.
nov 20 11:51:40 computer systemd[1]: Deactivated swap /dev/dm-2.
nov 20 11:51:40 computer systemd[1]: Deactivated swap /dev/mapper/swap.
nov 20 11:51:41 computer systemd[1]: Stopped /dev/mapper/swap.
nov 20 11:51:41 computer systemd[1]: Stopped /dev/disk/by-id/dm-uuid-CRYPT-PLAIN-swap.
nov 20 11:51:41 computer systemd[1]: Stopped /dev/disk/by-id/dm-name-swap.
nov 20 11:51:41 computer systemd[1]: Stopped Cryptography Setup for swap.
nov 20 12:24:52 computer kernel: zswap: loaded using pool lzo/zbud
nov 20 12:24:52 computer systemd[1]: Starting Cryptography Setup for swap...
nov 20 12:24:56 computer mkswap[405]: Configurando espaço de swap versão 1, tamanho = 2 GiB (2164609024 bytes)
nov 20 12:24:56 computer mkswap[405]: nenhum rótulo, UUID=3e2e131c-3b9f-4aec-bfaf-6b4265cb7644
nov 20 12:24:56 computer systemd[1]: Started Cryptography Setup for swap.
nov 20 12:24:56 computer systemd[1]: Found device /dev/mapper/swap.
nov 20 12:24:56 computer systemd[1]: Activating swap /dev/mapper/swap...
nov 20 12:24:57 computer systemd[1]: Activated swap /dev/mapper/swap.
nov 20 12:24:57 computer kernel: Adding 2113876k swap on /dev/mapper/swap.  Priority:-1 extents:1 across:2113876k FS
nov 20 12:25:31 computer /usr/lib/gdm/gdm-x-session[731]: (II) AIGLX: enabled GLX_INTEL_swap_event
nov 20 12:25:31 computer /usr/lib/gdm/gdm-x-session[731]: (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control

fdisk -l

[user1@computer ~]$ sudo fdisk -l
[sudo] password for user1: 
Disk /dev/sda: 298,1 GiB, 320072933376 bytes, 625142448 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x0004b4af

Device     Boot     Start       End   Sectors   Size Id Type
/dev/sda1  *         2048    411647    409600   200M 83 Linux
/dev/sda2          411648 620914687 620503040 295,9G 8e Linux LVM
/dev/sda3       620914688 625142447   4227760     2G 83 Linux




Disk /dev/sdb: 465,8 GiB, 500107862016 bytes, 976773168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x5f612b55

Device     Boot     Start       End   Sectors   Size Id Type
/dev/sdb1            2048 348162047 348160000   166G  7 HPFS/NTFS/exFAT
/dev/sdb2       348162048 976773167 628611120 299,8G 83 Linux


Disk /dev/mapper/VolGroup00-lvolroot: 15 GiB, 16106127360 bytes, 31457280 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/mapper/VolGroup00-lvolhome: 280,9 GiB, 301587234816 bytes, 589037568 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/mapper/swap: 2 GiB, 2164613120 bytes, 4227760 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/mapper/_dev_dm_1: 280,9 GiB, 301585137664 bytes, 589033472 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/mapper/luks-9a1c7d5f-0668-4719-b397-79db1e4cf452: 299,8 GiB, 321846796288 bytes, 628607024 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes

ls -l /dev/mapper

[galego@popol-vuh ~]$ ls -l /dev/mapper/
total 0
crw------- 1 root root 10, 236 nov 20 12:24 control
lrwxrwxrwx 1 root root       7 nov 20 12:25 _dev_dm_1 -> ../dm-3
lrwxrwxrwx 1 root root       7 nov 20 12:25 luks-9a1c7d5f-0668-4719-b397-79db1e4cf452 -> ../dm-4
lrwxrwxrwx 1 root root       7 nov 20 12:24 swap -> ../dm-2
lrwxrwxrwx 1 root root       7 nov 20 12:25 VolGroup00-lvolhome -> ../dm-1
lrwxrwxrwx 1 root root       7 nov 20 12:25 VolGroup00-lvolroot -> ../dm-0

ls -lr /dev/

[user1@computer ~]$ ls -lr /dev/disk/*
/dev/disk/by-uuid:
total 0
lrwxrwxrwx 1 root root 10 nov 20 12:25 f98d1e7d-19e0-4304-99c8-85eb19086127 -> ../../dm-3
lrwxrwxrwx 1 root root 10 nov 20 12:25 a39c0f78-a214-4a22-81de-2826fc893c86 -> ../../dm-1
lrwxrwxrwx 1 root root 10 nov 20 12:25 9a1c7d5f-0668-4719-b397-79db1e4cf452 -> ../../sdb2
lrwxrwxrwx 1 root root 10 nov 20 12:24 85326dcd-caa8-4865-ab3a-8bbfedae77bb -> ../../sda1
lrwxrwxrwx 1 root root 10 nov 20 12:25 72a8cae9-2508-409b-829e-7b0975078920 -> ../../dm-0
lrwxrwxrwx 1 root root 10 nov 20 12:24 3e2e131c-3b9f-4aec-bfaf-6b4265cb7644 -> ../../dm-2
lrwxrwxrwx 1 root root 10 nov 20 12:25 36978463-daea-47ca-bd8e-8b3484b288f6 -> ../../dm-4
lrwxrwxrwx 1 root root 10 nov 20 12:24 0339FB41543FB96D -> ../../sdb1

/dev/disk/by-path:
total 0
lrwxrwxrwx 1 root root  9 nov 20 12:24 pci-0000:00:1f.2-ata-2 -> ../../sr0
lrwxrwxrwx 1 root root 10 nov 20 12:24 pci-0000:00:1f.2-ata-1-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 nov 20 12:24 pci-0000:00:1f.2-ata-1-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 nov 20 12:24 pci-0000:00:1f.2-ata-1-part1 -> ../../sda1
lrwxrwxrwx 1 root root  9 nov 20 12:24 pci-0000:00:1f.2-ata-1 -> ../../sda
lrwxrwxrwx 1 root root 10 nov 20 12:25 pci-0000:00:1a.0-usb-0:1.2:1.0-scsi-0:0:0:0-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 nov 20 12:24 pci-0000:00:1a.0-usb-0:1.2:1.0-scsi-0:0:0:0-part1 -> ../../sdb1
lrwxrwxrwx 1 root root  9 nov 20 12:24 pci-0000:00:1a.0-usb-0:1.2:1.0-scsi-0:0:0:0 -> ../../sdb

/dev/disk/by-partuuid:
total 0
lrwxrwxrwx 1 root root 10 nov 20 12:25 5f612b55-02 -> ../../sdb2
lrwxrwxrwx 1 root root 10 nov 20 12:24 5f612b55-01 -> ../../sdb1
lrwxrwxrwx 1 root root 10 nov 20 12:24 0004b4af-03 -> ../../sda3
lrwxrwxrwx 1 root root 10 nov 20 12:24 0004b4af-02 -> ../../sda2
lrwxrwxrwx 1 root root 10 nov 20 12:24 0004b4af-01 -> ../../sda1

/dev/disk/by-label:
total 0
lrwxrwxrwx 1 root root 10 nov 20 12:24 share -> ../../sdb1
lrwxrwxrwx 1 root root 10 nov 20 12:25 crypt -> ../../dm-4

/dev/disk/by-id:
total 0
lrwxrwxrwx 1 root root 10 nov 20 12:24 wwn-0x50000392a98831bb-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 nov 20 12:24 wwn-0x50000392a98831bb-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 nov 20 12:24 wwn-0x50000392a98831bb-part1 -> ../../sda1
lrwxrwxrwx 1 root root  9 nov 20 12:24 wwn-0x50000392a98831bb -> ../../sda
lrwxrwxrwx 1 root root 10 nov 20 12:24 lvm-pv-uuid-uPg552-b0mx-KMRR-1YMe-ZoiQ-PVd3-Jgrfrf -> ../../sda2
lrwxrwxrwx 1 root root 10 nov 20 12:25 dm-uuid-LVM-qGVpYxtUvif3g45qFTzEcbGEH2buUsuZamG1LuRyfF0uk2Jb3sT8JW0NKsO6FP8f -> ../../dm-0
lrwxrwxrwx 1 root root 10 nov 20 12:25 dm-uuid-LVM-qGVpYxtUvif3g45qFTzEcbGEH2buUsuZ6DaSdjJSJyITnaRllwHb1G3EYU9z5gle -> ../../dm-1
lrwxrwxrwx 1 root root 10 nov 20 12:24 dm-uuid-CRYPT-PLAIN-swap -> ../../dm-2
lrwxrwxrwx 1 root root 10 nov 20 12:25 dm-uuid-CRYPT-LUKS1-a39c0f78a2144a2281de2826fc893c86-_dev_dm_1 -> ../../dm-3
lrwxrwxrwx 1 root root 10 nov 20 12:25 dm-uuid-CRYPT-LUKS1-9a1c7d5f06684719b39779db1e4cf452-luks-9a1c7d5f-0668-4719-b397-79db1e4cf452 -> ../../dm-4
lrwxrwxrwx 1 root root 10 nov 20 12:25 dm-name-VolGroup00-lvolroot -> ../../dm-0
lrwxrwxrwx 1 root root 10 nov 20 12:25 dm-name-VolGroup00-lvolhome -> ../../dm-1
lrwxrwxrwx 1 root root 10 nov 20 12:24 dm-name-swap -> ../../dm-2
lrwxrwxrwx 1 root root 10 nov 20 12:25 dm-name-luks-9a1c7d5f-0668-4719-b397-79db1e4cf452 -> ../../dm-4
lrwxrwxrwx 1 root root 10 nov 20 12:25 dm-name-_dev_dm_1 -> ../../dm-3
lrwxrwxrwx 1 root root 10 nov 20 12:25 ata-TOSHIBA_MQ01UBD050_Z3N2T6LRT-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 nov 20 12:24 ata-TOSHIBA_MQ01UBD050_Z3N2T6LRT-part1 -> ../../sdb1
lrwxrwxrwx 1 root root  9 nov 20 12:24 ata-TOSHIBA_MQ01UBD050_Z3N2T6LRT -> ../../sdb
lrwxrwxrwx 1 root root 10 nov 20 12:24 ata-TOSHIBA_MK3265GSX_70BFBKDXB-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 nov 20 12:24 ata-TOSHIBA_MK3265GSX_70BFBKDXB-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 nov 20 12:24 ata-TOSHIBA_MK3265GSX_70BFBKDXB-part1 -> ../../sda1
lrwxrwxrwx 1 root root  9 nov 20 12:24 ata-TOSHIBA_MK3265GSX_70BFBKDXB -> ../../sda
lrwxrwxrwx 1 root root  9 nov 20 12:24 ata-hp_CDDVDW_SU-208CB_R9366YLDB007AJ -> ../../sr0
[galego@popol-vuh ~]$ ls -lr /dev/disk/*
/dev/disk/by-uuid:
total 0
lrwxrwxrwx 1 root root 10 nov 20 12:25 f98d1e7d-19e0-4304-99c8-85eb19086127 -> ../../dm-3
lrwxrwxrwx 1 root root 10 nov 20 12:25 a39c0f78-a214-4a22-81de-2826fc893c86 -> ../../dm-1
lrwxrwxrwx 1 root root 10 nov 20 12:25 9a1c7d5f-0668-4719-b397-79db1e4cf452 -> ../../sdb2
lrwxrwxrwx 1 root root 10 nov 20 12:24 85326dcd-caa8-4865-ab3a-8bbfedae77bb -> ../../sda1
lrwxrwxrwx 1 root root 10 nov 20 12:25 72a8cae9-2508-409b-829e-7b0975078920 -> ../../dm-0
lrwxrwxrwx 1 root root 10 nov 20 12:24 3e2e131c-3b9f-4aec-bfaf-6b4265cb7644 -> ../../dm-2
lrwxrwxrwx 1 root root 10 nov 20 12:25 36978463-daea-47ca-bd8e-8b3484b288f6 -> ../../dm-4
lrwxrwxrwx 1 root root 10 nov 20 12:24 0339FB41543FB96D -> ../../sdb1

/dev/disk/by-path:
total 0
lrwxrwxrwx 1 root root  9 nov 20 12:24 pci-0000:00:1f.2-ata-2 -> ../../sr0
lrwxrwxrwx 1 root root 10 nov 20 12:24 pci-0000:00:1f.2-ata-1-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 nov 20 12:24 pci-0000:00:1f.2-ata-1-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 nov 20 12:24 pci-0000:00:1f.2-ata-1-part1 -> ../../sda1
lrwxrwxrwx 1 root root  9 nov 20 12:24 pci-0000:00:1f.2-ata-1 -> ../../sda
lrwxrwxrwx 1 root root 10 nov 20 12:25 pci-0000:00:1a.0-usb-0:1.2:1.0-scsi-0:0:0:0-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 nov 20 12:24 pci-0000:00:1a.0-usb-0:1.2:1.0-scsi-0:0:0:0-part1 -> ../../sdb1
lrwxrwxrwx 1 root root  9 nov 20 12:24 pci-0000:00:1a.0-usb-0:1.2:1.0-scsi-0:0:0:0 -> ../../sdb

/dev/disk/by-partuuid:
total 0
lrwxrwxrwx 1 root root 10 nov 20 12:25 5f612b55-02 -> ../../sdb2
lrwxrwxrwx 1 root root 10 nov 20 12:24 5f612b55-01 -> ../../sdb1
lrwxrwxrwx 1 root root 10 nov 20 12:24 0004b4af-03 -> ../../sda3
lrwxrwxrwx 1 root root 10 nov 20 12:24 0004b4af-02 -> ../../sda2
lrwxrwxrwx 1 root root 10 nov 20 12:24 0004b4af-01 -> ../../sda1

/dev/disk/by-label:
total 0
lrwxrwxrwx 1 root root 10 nov 20 12:24 share -> ../../sdb1
lrwxrwxrwx 1 root root 10 nov 20 12:25 crypt -> ../../dm-4

/dev/disk/by-id:
total 0
lrwxrwxrwx 1 root root 10 nov 20 12:24 wwn-0x50000392a98831bb-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 nov 20 12:24 wwn-0x50000392a98831bb-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 nov 20 12:24 wwn-0x50000392a98831bb-part1 -> ../../sda1
lrwxrwxrwx 1 root root  9 nov 20 12:24 wwn-0x50000392a98831bb -> ../../sda
lrwxrwxrwx 1 root root 10 nov 20 12:24 lvm-pv-uuid-uPg552-b0mx-KMRR-1YMe-ZoiQ-PVd3-Jgrfrf -> ../../sda2
lrwxrwxrwx 1 root root 10 nov 20 12:25 dm-uuid-LVM-qGVpYxtUvif3g45qFTzEcbGEH2buUsuZamG1LuRyfF0uk2Jb3sT8JW0NKsO6FP8f -> ../../dm-0
lrwxrwxrwx 1 root root 10 nov 20 12:25 dm-uuid-LVM-qGVpYxtUvif3g45qFTzEcbGEH2buUsuZ6DaSdjJSJyITnaRllwHb1G3EYU9z5gle -> ../../dm-1
lrwxrwxrwx 1 root root 10 nov 20 12:24 dm-uuid-CRYPT-PLAIN-swap -> ../../dm-2
lrwxrwxrwx 1 root root 10 nov 20 12:25 dm-uuid-CRYPT-LUKS1-a39c0f78a2144a2281de2826fc893c86-_dev_dm_1 -> ../../dm-3
lrwxrwxrwx 1 root root 10 nov 20 12:25 dm-uuid-CRYPT-LUKS1-9a1c7d5f06684719b39779db1e4cf452-luks-9a1c7d5f-0668-4719-b397-79db1e4cf452 -> ../../dm-4
lrwxrwxrwx 1 root root 10 nov 20 12:25 dm-name-VolGroup00-lvolroot -> ../../dm-0
lrwxrwxrwx 1 root root 10 nov 20 12:25 dm-name-VolGroup00-lvolhome -> ../../dm-1
lrwxrwxrwx 1 root root 10 nov 20 12:24 dm-name-swap -> ../../dm-2
lrwxrwxrwx 1 root root 10 nov 20 12:25 dm-name-luks-9a1c7d5f-0668-4719-b397-79db1e4cf452 -> ../../dm-4
lrwxrwxrwx 1 root root 10 nov 20 12:25 dm-name-_dev_dm_1 -> ../../dm-3
lrwxrwxrwx 1 root root 10 nov 20 12:25 ata-TOSHIBA_MQ01UBD050_Z3N2T6LRT-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 nov 20 12:24 ata-TOSHIBA_MQ01UBD050_Z3N2T6LRT-part1 -> ../../sdb1
lrwxrwxrwx 1 root root  9 nov 20 12:24 ata-TOSHIBA_MQ01UBD050_Z3N2T6LRT -> ../../sdb
lrwxrwxrwx 1 root root 10 nov 20 12:24 ata-TOSHIBA_MK3265GSX_70BFBKDXB-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 nov 20 12:24 ata-TOSHIBA_MK3265GSX_70BFBKDXB-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 nov 20 12:24 ata-TOSHIBA_MK3265GSX_70BFBKDXB-part1 -> ../../sda1
lrwxrwxrwx 1 root root  9 nov 20 12:24 ata-TOSHIBA_MK3265GSX_70BFBKDXB -> ../../sda
lrwxrwxrwx 1 root root  9 nov 20 12:24 ata-hp_CDDVDW_SU-208CB_R9366YLDB007AJ -> ../../sr0

the fstab

# UUID=85326dcd-caa8-4865-ab3a-8bbfedae77bb
/dev/sda1           	/boot     	ext2      	rw,relatime	0 2

# UUID=72a8cae9-2508-409b-829e-7b0975078920
/dev/mapper/VolGroup00-lvolroot	/         	ext4      	rw,relatime,data=ordered	0 1

# UUID=f98d1e7d-19e0-4304-99c8-85eb19086127
#/dev/mapper/home    	/home     	ext4      	rw,relatime,data=ordered0 2

# UUID=8c382f8e-41bc-47f4-8fe5-6a4f797329d9
#/dev/sda3           	none      	swap      	defaults  	0 0
/dev/mapper/swap           	none      	swap      	defaults  	0 0

the crypttab

# crypttab: mappings for encrypted partitions
#
# Each mapped device will be created in /dev/mapper, so your /etc/fstab
# should use the /dev/mapper/<name> paths for encrypted devices.
#
# The Arch specific syntax has been deprecated, see crypttab(5) for the
# new supported syntax.
#
# NOTE: Do not list your root (/) partition here, it must be set up
#       beforehand by the initramfs (/etc/mkinitcpio.conf).

# <name>       <device>                                     <password>              <options>
# home         UUID=b8ad5c18-f445-495d-9095-c9ec4f9d2f37    /etc/mypassword1
# home	       /dev/VolGroup00/lvolhome			    /etc/lukskeys/home
# data1        /dev/sda3                                    /etc/mypassword2
# data2        /dev/sda5                                    /etc/cryptfs.key
#swap           /dev/sda3                                    /dev/urandom            swap,cipher=aes-cbc-essiv:sha256,size=256
swap           /dev/disk/by-id/ata-TOSHIBA_MK3265GSX_70BFBKDXB-part3                                    /dev/urandom            swap,cipher=aes-cbc-essiv:sha256,size=256
# vol          /dev/sdb7                                    none
#cryptswap1 UUID=67768065-481b-4b9a-b7bb-5484fc2c7a90 /dev/urandom swap,cipher=aes-cbc-essiv:sha256

Offline

#11 2016-11-20 12:33:18

alex.theoto
Member
From: Athens Greece
Registered: 2014-11-30
Posts: 307

Re: encrypted SWAP - error message while shut down

fdisk -l
/dev/sda3       620914688 625142447   4227760     2G 83 Linux

Mine is like

... 2G 82 Linux swap / Solaris

I think you have to change partition's filesystem into swap, make cryptsetup on swap, unlock swap, mkswap filesystem and then use this partition.

Last edited by alex.theoto (2016-11-20 12:37:24)

Offline

#12 2016-11-20 15:17:39

macaco
Member
From: Graz, Austria
Registered: 2009-03-22
Posts: 101

Re: encrypted SWAP - error message while shut down

alex.theoto wrote:

fdisk -l
/dev/sda3       620914688 625142447   4227760     2G 83 Linux

Mine is like

... 2G 82 Linux swap / Solaris

I think you have to change partition's filesystem into swap, make cryptsetup on swap, unlock swap, mkswap filesystem and then use this partition.

Okay did step number 1.

fdisk -l

Device     Boot     Start       End   Sectors   Size Id Type
/dev/sda1  *         2048    411647    409600   200M 83 Linux
/dev/sda2          411648 620914687 620503040 295,9G 8e Linux LVM
/dev/sda3       620914688 625142447   4227760     2G 82 Linux swap / Solaris

What I did not understand was the other 3 steps "make cryptsetup on swap, unlock swap, mkswap filesystem and then use this partition."

Could you specify this a little more?

Offline

#13 2016-11-20 15:32:28

alex.theoto
Member
From: Athens Greece
Registered: 2014-11-30
Posts: 307

Re: encrypted SWAP - error message while shut down

cryptsetup luksFormat /dev/sda3 #to create encryption
cryptsetup luksOpen /dev/sda3 swap #to open the partition
mkswap /dev/mapper/swap #to create a swap partition on the encrypted partition

Before the following steps, maybe you might need to reboot your system just in case /dev/disk/* is not updated (maybe I'm wrong).
Configure cryptab using /dev/disk/by-id/ disk partition and correct fstab.

EDIT: On second thought, take a look on Swap_encryption which skip some steps.

Last edited by alex.theoto (2016-11-20 15:51:57)

Offline

#14 2016-11-20 20:05:29

macaco
Member
From: Graz, Austria
Registered: 2009-03-22
Posts: 101

Re: encrypted SWAP - error message while shut down

Okay, I did all of this, looked at Swap_encryption and did also what's written there.

gparted still can't identify the sda3 partition and during shutdown I still get an error message regarding dm-2

Other ideas?

Offline

#15 2016-11-20 20:14:50

alex.theoto
Member
From: Athens Greece
Registered: 2014-11-30
Posts: 307

Re: encrypted SWAP - error message while shut down

Gparted mark partition as unknown but there is no problem with that. I have the same flag.

As for your dm-2 error, I have no clue and you show us '|grep swap' where I told you to do not use this filter for this problem.
You have to read the journal to see where the problem is.

Offline

#16 2016-11-21 20:43:24

macaco
Member
From: Graz, Austria
Registered: 2009-03-22
Posts: 101

Re: encrypted SWAP - error message while shut down

Sorry I did not figure before, that I shouldn't apply "grep swap"

As the journalctl output ist quite big (several 1000 new lines just today) and I am not allowed to post so much in this forum... what am I a looking for?
I tried it with "timeout" and here is what I got:

nov 11 18:40:31 computer12 NetworkManager[434]: <info>  [1478886031.0576] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
nov 11 19:43:59 computer12 NetworkManager[424]: <info>  [1478889839.4416] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
nov 12 05:02:32 computer12 NetworkManager[424]: <info>  [1478923352.1452] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
nov 12 05:04:33 computer12 NetworkManager[424]: <info>  [1478923473.1443] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
nov 12 05:06:33 computer12 NetworkManager[424]: <info>  [1478923593.1443] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
nov 12 05:06:39 computer12 NetworkManager[424]: <info>  [1478923599.4172] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
nov 12 08:28:27 computer12 NetworkManager[431]: <info>  [1478935707.0844] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
nov 13 00:04:55 computer12 NetworkManager[426]: <info>  [1478991895.5749] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
nov 13 09:12:26 computer12 NetworkManager[426]: <info>  [1479024746.4839] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
nov 13 10:37:14 computer12 NetworkManager[428]: <info>  [1479029834.1586] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
nov 13 15:16:53 computer12 org.gnome.Shell.desktop[783]: SessionSaverInternal.runDelayed/this._timeoutID<@resource://app/modules/sessionstore/SessionSaver.jsm:147:40
nov 13 16:10:25 computer12 NetworkManager[431]: <info>  [1479049825.9399] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
nov 13 20:03:25 computer12 NetworkManager[416]: <info>  [1479063805.3507] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
nov 13 22:24:46 computer12 NetworkManager[416]: <info>  [1479072286.2792] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
nov 14 18:30:20 computer12 NetworkManager[427]: <info>  [1479144620.0493] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
nov 15 06:54:17 computer12 NetworkManager[437]: <info>  [1479189257.6314] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
nov 15 18:40:06 computer12 NetworkManager[428]: <info>  [1479231606.4857] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
nov 15 19:21:47 computer12 NetworkManager[428]: <info>  [1479234107.4334] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
nov 15 20:36:30 computer12 NetworkManager[428]: <info>  [1479238590.1335] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
nov 16 18:08:52 computer12 NetworkManager[432]: <info>  [1479316132.7617] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
nov 16 21:41:58 computer12 NetworkManager[432]: <info>  [1479328918.9094] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
nov 16 21:44:59 computer12 systemd[1]: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dswap.device: Job dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dswap.device/stop failed with result 'timeout'.
nov 16 21:44:59 computer12 systemd[1]: dev-dm\x2d2.device: Job dev-dm\x2d2.device/stop failed with result 'timeout'.
nov 16 21:44:59 computer12 systemd[1]: dev-disk-by\x2duuid-e20b77f2\x2d2070\x2d4d46\x2daf2a\x2d6e1e13632200.device: Job dev-disk-by\x2duuid-e20b77f2\x2d2070\x2d4d46\x2daf2a\x2d6e1e13632200.device/stop failed with result 'timeout'.
nov 16 21:44:59 computer12 systemd[1]: sys-devices-virtual-block-dm\x2d2.device: Job sys-devices-virtual-block-dm\x2d2.device/stop failed with result 'timeout'.
nov 16 21:44:59 computer12 systemd[1]: user@1000.service: Failed with result 'timeout'.
nov 16 21:44:59 computer12 systemd[1]: dev-disk-by\x2did-dm\x2dname\x2dswap.device: Job dev-disk-by\x2did-dm\x2dname\x2dswap.device/stop failed with result 'timeout'.
nov 17 06:47:33 computer12 NetworkManager[425]: <info>  [1479361653.4080] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
nov 17 18:14:37 computer12 NetworkManager[428]: <info>  [1479402877.5300] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
nov 17 23:06:00 computer12 NetworkManager[423]: <info>  [1479420360.8955] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
nov 18 06:47:57 computer12 NetworkManager[427]: <info>  [1479448077.8282] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
nov 18 15:52:05 computer12 NetworkManager[445]: <info>  [1479480725.7950] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
nov 19 00:46:24 computer12 NetworkManager[429]: <info>  [1479512784.2721] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
nov 19 07:43:32 computer12 NetworkManager[426]: <info>  [1479537812.5729] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
nov 19 09:28:35 computer12 NetworkManager[426]: <info>  [1479544115.4598] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
nov 19 15:11:21 computer12 NetworkManager[435]: <info>  [1479564681.6125] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
nov 19 17:54:03 computer12 NetworkManager[435]: <info>  [1479574443.9845] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
nov 19 18:20:55 computer12 NetworkManager[435]: <info>  [1479576055.7102] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
nov 19 18:23:48 computer12 NetworkManager[435]: <info>  [1479576228.9130] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
nov 19 19:44:08 computer12 NetworkManager[435]: <info>  [1479581048.3040] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
nov 20 15:13:38 computer12 NetworkManager[437]: <info>  [1479651218.4816] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
nov 20 16:03:49 computer12 NetworkManager[454]: <info>  [1479654229.2757] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
                                                   #3  0x00007f0bf77744ac g_async_queue_timeout_pop (libglib-2.0.so.0)
nov 20 19:47:07 computer12 NetworkManager[400]: <info>  [1479667627.0250] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
nov 20 19:55:57 computer12 NetworkManager[414]: <info>  [1479668157.2255] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
nov 20 20:04:01 computer12 NetworkManager[444]: <info>  [1479668641.4138] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
nov 20 20:10:01 computer12 systemd[1]: dev-disk-by\x2duuid-5ce6ba34\x2d9b91\x2d41e6\x2d8d39\x2dcf3374d2c986.device: Job dev-disk-by\x2duuid-5ce6ba34\x2d9b91\x2d41e6\x2d8d39\x2dcf3374d2c986.device/start failed with result 'timeout'.
nov 20 20:10:17 computer12 NetworkManager[419]: <info>  [1479669017.6299] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
nov 20 20:11:33 computer12 systemd[1]: dev-disk-by\x2duuid-5ce6ba34\x2d9b91\x2d41e6\x2d8d39\x2dcf3374d2c986.device: Job dev-disk-by\x2duuid-5ce6ba34\x2d9b91\x2d41e6\x2d8d39\x2dcf3374d2c986.device/start failed with result 'timeout'.
nov 20 20:14:14 computer12 NetworkManager[454]: <info>  [1479669254.3665] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
nov 20 20:18:22 computer12 NetworkManager[437]: <info>  [1479669502.5365] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
nov 20 20:35:18 computer12 NetworkManager[436]: <info>  [1479670518.4330] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
nov 20 20:55:32 computer12 NetworkManager[419]: <info>  [1479671732.0032] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
nov 20 21:01:36 computer12 NetworkManager[427]: <info>  [1479672096.0141] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
nov 21 06:51:14 computer12 NetworkManager[419]: <info>  [1479707474.5382] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
nov 21 07:03:27 computer12 NetworkManager[419]: <info>  [1479708207.7102] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
nov 21 18:18:17 computer12 NetworkManager[429]: <info>  [1479748697.8015] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
nov 21 20:06:28 computer12 NetworkManager[437]: <info>  [1479755188.1008] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
nov 21 20:15:44 computer12 NetworkManager[419]: <info>  [1479755744.3702] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)

Just to remember, yesterday (20.11.2016) I changed the filesystem on /dev/sda3

Another interesting thing would be

nov 12 07:18:27 computer12 systemd[1]: Deactivated swap /dev/dm-2.
nov 12 07:18:27 computer12 systemd[1]: Stopped (with error) /dev/dm-2.
nov 12 07:18:27 computer12 systemd[1]: Stopped /sys/devices/virtual/block/dm-2.
nov 12 08:34:10 computer12 systemd[1]: Deactivating swap /dev/dm-2...
nov 12 08:34:10 computer12 systemd[1]: Deactivated swap /dev/dm-2.
nov 12 08:34:10 computer12 systemd[1]: Stopped (with error) /dev/dm-2.
nov 12 08:34:10 computer12 systemd[1]: Stopped /sys/devices/virtual/block/dm-2.
nov 13 10:35:19 computer12 systemd[1]: Deactivated swap /dev/dm-2.
nov 13 10:35:19 computer12 systemd[1]: Stopped (with error) /dev/dm-2.
nov 13 10:35:19 computer12 systemd[1]: Stopped /sys/devices/virtual/block/dm-2.
nov 13 16:09:35 computer12 systemd[1]: Deactivating swap /dev/dm-2...
nov 13 16:09:35 computer12 systemd[1]: Deactivated swap /dev/dm-2.
nov 13 16:09:35 computer12 systemd[1]: Stopped (with error) /dev/dm-2.
nov 13 16:09:35 computer12 systemd[1]: Stopped /sys/devices/virtual/block/dm-2.
nov 13 19:28:07 computer12 systemd[1]: Deactivated swap /dev/dm-2.
nov 13 19:28:07 computer12 systemd[1]: Stopped (with error) /dev/dm-2.
nov 13 19:28:07 computer12 systemd[1]: Stopped /sys/devices/virtual/block/dm-2.
nov 13 22:29:27 computer12 systemd[1]: Deactivated swap /dev/dm-2.
nov 13 22:29:27 computer12 systemd[1]: Stopped (with error) /dev/dm-2.
nov 13 22:29:27 computer12 systemd[1]: Stopped /sys/devices/virtual/block/dm-2.
nov 14 22:42:51 computer12 systemd[1]: Deactivated swap /dev/dm-2.
nov 14 22:42:51 computer12 systemd[1]: Stopped (with error) /dev/dm-2.
nov 14 22:42:51 computer12 systemd[1]: Stopped /sys/devices/virtual/block/dm-2.
nov 15 06:59:44 computer12 systemd[1]: Deactivated swap /dev/dm-2.
nov 15 06:59:44 computer12 systemd[1]: Stopped (with error) /dev/dm-2.
nov 15 06:59:44 computer12 systemd[1]: Stopped /sys/devices/virtual/block/dm-2.
nov 15 22:17:55 computer12 systemd[1]: Deactivated swap /dev/dm-2.
nov 15 22:17:55 computer12 systemd[1]: Stopped (with error) /dev/dm-2.
nov 15 22:17:55 computer12 systemd[1]: Stopped /sys/devices/virtual/block/dm-2.
nov 16 21:44:59 computer12 systemd[1]: Timed out stopping /dev/dm-2.
nov 16 21:44:59 computer12 systemd[1]: Timed out stopping /sys/devices/virtual/block/dm-2.
nov 16 21:45:00 computer12 systemd[1]: Deactivated swap /dev/dm-2.
nov 17 07:05:53 computer12 systemd[1]: Deactivated swap /dev/dm-2.
nov 17 07:05:53 computer12 systemd[1]: Stopped (with error) /dev/dm-2.
nov 17 07:05:53 computer12 systemd[1]: Stopped /sys/devices/virtual/block/dm-2.
nov 17 22:45:24 computer12 systemd[1]: Deactivated swap /dev/dm-2.
nov 17 22:45:24 computer12 systemd[1]: Stopped (with error) /dev/dm-2.
nov 17 22:45:25 computer12 systemd[1]: Stopped /sys/devices/virtual/block/dm-2.
nov 17 23:25:04 computer12 systemd[1]: Deactivated swap /dev/dm-2.
nov 17 23:25:04 computer12 systemd[1]: Stopped (with error) /dev/dm-2.
nov 17 23:25:04 computer12 systemd[1]: Stopped /sys/devices/virtual/block/dm-2.
nov 18 06:59:15 computer12 systemd[1]: Deactivated swap /dev/dm-2.
nov 18 06:59:15 computer12 systemd[1]: Stopped (with error) /dev/dm-2.
nov 18 06:59:15 computer12 systemd[1]: Stopped /sys/devices/virtual/block/dm-2.
nov 18 19:06:29 computer12 systemd[1]: Deactivated swap /dev/dm-2.
nov 18 19:06:29 computer12 systemd[1]: Stopped (with error) /dev/dm-2.
nov 18 19:06:30 computer12 systemd[1]: Stopped /sys/devices/virtual/block/dm-2.
nov 19 01:25:06 computer12 systemd[1]: Deactivated swap /dev/dm-2.
nov 19 01:25:06 computer12 systemd[1]: Stopped (with error) /dev/dm-2.
nov 19 01:25:06 computer12 systemd-udevd[2489]: inotify_add_watch(9, /dev/dm-2, 10) failed: No such file or directory
nov 19 01:25:06 computer12 systemd[1]: Stopped /sys/devices/virtual/block/dm-2.
nov 19 08:46:09 computer12 systemd[1]: Deactivated swap /dev/dm-2.
nov 19 08:46:09 computer12 systemd[1]: Stopped (with error) /dev/dm-2.
nov 19 08:46:10 computer12 systemd[1]: Stopped /sys/devices/virtual/block/dm-2.
nov 19 13:44:47 computer12 systemd[1]: Deactivated swap /dev/dm-2.
nov 19 13:44:47 computer12 systemd[1]: Stopped (with error) /dev/dm-2.
nov 19 13:44:47 computer12 systemd[1]: Stopped /sys/devices/virtual/block/dm-2.
nov 20 15:12:44 computer12 systemd[1]: Deactivated swap /dev/dm-2.
nov 20 15:12:44 computer12 systemd[1]: Stopped (with error) /dev/dm-2.
nov 20 15:12:44 computer12 systemd[1]: Stopped /sys/devices/virtual/block/dm-2.
nov 20 16:02:58 computer12 systemd[1]: Deactivated swap /dev/dm-2.
nov 20 16:02:58 computer12 systemd[1]: Stopped (with error) /dev/dm-2.
nov 20 16:02:58 computer12 systemd[1]: Stopped /sys/devices/virtual/block/dm-2.
nov 20 19:46:14 computer12 systemd[1]: Deactivated swap /dev/dm-2.
nov 20 19:46:14 computer12 systemd[1]: Stopped (with error) /dev/dm-2.
nov 20 19:46:15 computer12 systemd[1]: Stopped /sys/devices/virtual/block/dm-2.
nov 20 19:49:12 computer12 kernel: EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null)
nov 20 19:56:13 computer12 kernel: EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null)
nov 20 20:08:06 computer12 systemd[1]: Deactivated swap /dev/dm-2.
nov 20 20:08:06 computer12 systemd[1]: Stopped (with error) /dev/dm-2.
nov 20 20:08:06 computer12 systemd[1]: Stopped /sys/devices/virtual/block/dm-2.
nov 20 20:10:24 computer12 kernel: EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null)
nov 20 20:17:22 computer12 systemd[1]: Deactivated swap /dev/dm-2.
nov 20 20:17:22 computer12 systemd[1]: Stopped (with error) /dev/dm-2.
nov 20 20:17:22 computer12 systemd[1]: Stopped /sys/devices/virtual/block/dm-2.
nov 20 20:34:21 computer12 systemd[1]: Deactivating swap /dev/dm-2...
nov 20 20:34:21 computer12 systemd[1]: Deactivated swap /dev/dm-2.
nov 20 20:34:21 computer12 systemd[1]: Stopped (with error) /dev/dm-2.
nov 20 20:34:21 computer12 systemd[1]: Stopped /sys/devices/virtual/block/dm-2.
nov 20 20:42:14 computer12 sudo[1813]:   user1 : TTY=pts/0 ; PWD=/home/user1 ; USER=root ; COMMAND=/usr/bin/swapoff /dev/dm-2
nov 20 20:42:17 computer12 systemd[1]: Stopped /dev/dm-2.
nov 20 20:42:17 computer12 systemd[1]: Stopped /sys/devices/virtual/block/dm-2.
nov 20 21:00:39 computer12 systemd[1]: Deactivating swap /dev/dm-2...
nov 20 21:00:39 computer12 systemd[1]: Deactivated swap /dev/dm-2.
nov 20 21:00:39 computer12 systemd[1]: Stopped (with error) /dev/dm-2.
nov 20 21:00:39 computer12 systemd[1]: Stopped /sys/devices/virtual/block/dm-2.
nov 20 22:05:32 computer12 systemd[1]: Deactivated swap /dev/dm-2.
nov 20 22:05:32 computer12 systemd[1]: Stopped (with error) /dev/dm-2.
nov 20 22:05:33 computer12 systemd[1]: Stopped /sys/devices/virtual/block/dm-2.
nov 21 08:27:46 computer12 systemd[1]: Deactivated swap /dev/dm-2.
nov 21 08:27:46 computer12 systemd[1]: Stopped (with error) /dev/dm-2.
nov 21 08:27:46 computer12 systemd[1]: Stopped /sys/devices/virtual/block/dm-2.
nov 21 20:03:26 computer12 systemd[1]: Deactivated swap /dev/dm-2.
nov 21 20:03:26 computer12 systemd[1]: Stopped (with error) /dev/dm-2.
nov 21 20:03:26 computer12 systemd[1]: Stopped /sys/devices/virtual/block/dm-2.
nov 21 20:09:37 computer12 systemd[1]: Deactivated swap /dev/dm-2.
nov 21 20:09:37 computer12 systemd[1]: Stopped (with error) /dev/dm-2.
nov 21 20:09:37 computer12 systemd[1]: Stopped /sys/devices/virtual/block/dm-2.

Here a protocol of an entire shutdown (and some events before) of today

nov 21 20:07:00 computer dbus-daemon[728]: Successfully activated service 'org.gnome.Terminal'
nov 21 20:07:01 computer dbus-daemon[728]: Successfully activated service 'org.gnome.zeitgeist.SimpleIndexer'
nov 21 20:07:00 computer systemd[702]: Started GNOME Terminal Server.
nov 21 20:07:11 computer dbus-daemon[728]: Activating service name='org.gnome.Nautilus'
nov 21 20:07:12 computer dbus-daemon[728]: Successfully activated service 'org.gnome.Nautilus'
nov 21 20:07:31 computer org.gnome.Shell.desktop[789]: Window manager warning: Invalid WM_TRANSIENT_FOR window 0xd5 specified for 0x1000003 (pinentry).
nov 21 20:07:31 computer org.gnome.Shell.desktop[789]: Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x1000003 (pinentry)
nov 21 20:07:36 computer org.gnome.Shell.desktop[789]: Window manager warning: Invalid WM_TRANSIENT_FOR window 0xd5 specified for 0x1000003 (pinentry).
nov 21 20:07:36 computer org.gnome.Shell.desktop[789]: Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x1000003 (pinentry)
nov 21 20:07:54 computer tracker-extract[920]: Couldn't create PopplerDocument from uri:'file:///home/user1/Documentos/Uni/Graz/Zellbiologie/ZB10.13_CellTissue.pdf', PDF document is damaged
nov 21 20:07:54 computer tracker-extract[920]: Couldn't create PopplerDocument from uri:'file:///home/user1/Documentos/Uni/Graz/Zellbiologie/ZB10.12b_cytoskel.pdf', PDF document is damaged
nov 21 20:07:54 computer tracker-extract[920]: Couldn't create PopplerDocument from uri:'file:///home/user1/Documentos/Uni/Graz/Zellbiologie/ZB10.12a_cytoskel.pdf', PDF document is damaged
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/Mestre%20Ambr%C3%B3sio/Fu%C3%A1%20na%20Casa%20de%20Cabral/04%20-%20s%C3%AAmen.mp3": Unable to insert multiple values for subject `urn:uuid:398e3036-5263-d627-6e72-fecce3058244' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/Mestre%20Ambr%C3%B3sio/Fu%C3%A1%20na%20Casa%20de%20Cabral/01%20-%20trup%C3%A9%20(queimar%20carv%C3%A3o).mp3": Unable to insert multiple values for subject `urn:uuid:8d651d2c-460a-38d3-8f22-f493e98fad31' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/Mestre%20Ambr%C3%B3sio/Fu%C3%A1%20na%20Casa%20de%20Cabral/06%20-%20par%C3%AAia.mp3": Unable to insert multiple values for subject `urn:uuid:98d1e199-4447-6025-974a-2d2ecbd63130' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/Mestre%20Ambr%C3%B3sio/Fu%C3%A1%20na%20Casa%20de%20Cabral/10%20-%20p%C3%A9-de-cal%C3%A7ada.mp3": Unable to insert multiple values for subject `urn:uuid:82848d9a-4c4b-5d4e-a40f-64fbaffc7ae9' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/Mestre%20Ambr%C3%B3sio/Fu%C3%A1%20na%20Casa%20de%20Cabral/02%20-%20os%20cab%C3%B4co.mp3": Unable to insert multiple values for subject `urn:uuid:ff57b3ca-e860-2f84-2dcc-d222c10861b0' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/Mestre%20Ambr%C3%B3sio/Fu%C3%A1%20na%20Casa%20de%20Cabral/14%20-%20maria%20clara.mp3": Unable to insert multiple values for subject `urn:uuid:fb6e415a-fcde-08b6-6af9-59ee957f7dfa' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/Mestre%20Ambr%C3%B3sio/Fu%C3%A1%20na%20Casa%20de%20Cabral/03%20-%20fu%C3%A1%20na%20casa%20de%20cabral.mp3": Unable to insert multiple values for subject `urn:uuid:cad01ce9-0aa9-5498-9325-f1f0ff0b197f' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/Mestre%20Ambr%C3%B3sio/Fu%C3%A1%20na%20Casa%20de%20Cabral/12%20-%20se%20z%C3%A9%20limeira%20sambasse%20maracatu.mp3": Unable to insert multiple values for subject `urn:uuid:dd6bc387-cfaa-3c96-5188-4e2180136168' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/Mestre%20Ambr%C3%B3sio/Fu%C3%A1%20na%20Casa%20de%20Cabral/08%20-%20pescador.mp3": Unable to insert multiple values for subject `urn:uuid:bbd3d962-9b74-a804-1bcb-e6e35e82ce4e' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/Mestre%20Ambr%C3%B3sio/Fu%C3%A1%20na%20Casa%20de%20Cabral/13%20-%20pedra%20de%20fogo.mp3": Unable to insert multiple values for subject `urn:uuid:d1ce765b-7240-f732-1ca7-11850bc8d754' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/Mestre%20Ambr%C3%B3sio/Fu%C3%A1%20na%20Casa%20de%20Cabral/07%20-%20esperan%C3%A7a%20(na%20mata%20eu%20tenho).mp3": Unable to insert multiple values for subject `urn:uuid:801a7cf5-da4f-3f0f-7ff0-adfa78c576cd' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/Mestre%20Ambr%C3%B3sio/Fu%C3%A1%20na%20Casa%20de%20Cabral/09%20-%20cham%C3%A1%20maria.mp3": Unable to insert multiple values for subject `urn:uuid:26610cbd-8da5-58dd-b0ef-2ec89822d1d6' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/Mestre%20Ambr%C3%B3sio/Fu%C3%A1%20na%20Casa%20de%20Cabral/05%20-%20v%C3%B3%20cabocla.mp3": Unable to insert multiple values for subject `urn:uuid:4790b326-96e9-46c6-2070-da7131139bbd' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/Mestre%20Ambr%C3%B3sio/Fu%C3%A1%20na%20Casa%20de%20Cabral/11%20-%20usina%20(tango%20no%20mango).mp3": Unable to insert multiple values for subject `urn:uuid:f70dc530-980d-b96b-9ffb-7cd59512ab7e' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/Cartola/Documento%20In%C3%A9dito/08%20-%20Quem%20me%20v%C3%AA%20sorrindo.mp3": Unable to insert multiple values for subject `urn:uuid:269e5245-93ad-f91f-dac8-6bec74165aed' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/Cartola/Documento%20In%C3%A9dito/05%20-%20O%20inverno%20do%20meu%20tempo.mp3": Unable to insert multiple values for subject `urn:uuid:8dcec154-edf2-8284-8e1a-c160410d8cef' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/Cartola/Documento%20In%C3%A9dito/04%20-%20Sen%C3%B5es.mp3": Unable to insert multiple values for subject `urn:uuid:7cfaaa9d-3ad8-a342-747e-bfe335fd2684' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/Cartola/Documento%20In%C3%A9dito/01%20-%20Que%20sejam%20benvindos.mp3": Unable to insert multiple values for subject `urn:uuid:06355664-b11e-7fdf-184f-8af51f99ecff' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/Cartola/Documento%20In%C3%A9dito/03%20-%20Acontece.mp3": Unable to insert multiple values for subject `urn:uuid:ff9907bf-f7fd-1e8b-411d-459ec78b6554' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/Cartola/Documento%20In%C3%A9dito/07%20-%20D%C3%AA-me%20gra%C3%A7as,%20senhora.mp3": Unable to insert multiple values for subject `urn:uuid:27c3428b-b4f5-09b8-8883-d72894301c15' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/Cartola/Documento%20In%C3%A9dito/06%20-%20Que%20sejas%20bem%20feliz.mp3": Unable to insert multiple values for subject `urn:uuid:448b9083-72d2-7138-e13c-bbb781e6bafa' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/Cartola/70%20anos/07%20-%20Fim%20de%20Estrada.mp3": Unable to insert multiple values for subject `urn:uuid:1af82484-9de0-f0d4-ac20-ffbe32b6ba7f' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/Cartola/70%20anos/10%20-%20Evite%20Meu%20Amor.mp3": Unable to insert multiple values for subject `urn:uuid:4359e79d-fed8-89aa-e103-88b880fa7fca' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/Parov%20Stelar/Seven%20And%20Storm/13%20spygame.mp3": Unable to insert multiple values for subject `urn:uuid:da0dcd3f-8c97-c6fc-1404-38a61993c9ab' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/Parov%20Stelar/Seven%20And%20Storm/12%20storm.mp3": Unable to insert multiple values for subject `urn:uuid:9540412f-f112-1205-8d03-9b3e702d87cc' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/Parov%20Stelar/Seven%20And%20Storm/11%20warm%20inside%20(feat%20leena%20conquest).mp3": Unable to insert multiple values for subject `urn:uuid:0e78dae8-6523-39a7-d8b0-caa1e0bca0b3' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/Parov%20Stelar/Seven%20And%20Storm/10%20between%20the%20machine.mp3": Unable to insert multiple values for subject `urn:uuid:63364593-c979-53be-779d-ef24c0a64a93' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/Parov%20Stelar/Seven%20And%20Storm/08%20powder.mp3": Unable to insert multiple values for subject `urn:uuid:6e86b967-4a2d-8931-3ea9-a607df78eeff' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/Parov%20Stelar/Seven%20And%20Storm/07%20the%20one%20(feat%20miss%20anita%20riegler).mp3": Unable to insert multiple values for subject `urn:uuid:fc41dda9-9564-3be3-2f63-4cd4b298db29' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/Parov%20Stelar/Seven%20And%20Storm/06%20autumn%20song.mp3": Unable to insert multiple values for subject `urn:uuid:526650b8-2c07-8fdf-e158-c288212168f4' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/Parov%20Stelar/Seven%20And%20Storm/05%20faith%20(feat%20odette%20di%20maio).mp3": Unable to insert multiple values for subject `urn:uuid:d516841e-b566-6fdd-51da-2822d86de4ad' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/James%20Brown/Soul%20Brother%20No.%201/14%20-%20King%20Heroin.mp3": Unable to insert multiple values for subject `urn:uuid:cbcc6519-cbdb-2c40-3d77-a57bff0f33f2' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/James%20Brown/Soul%20Brother%20No.%201/13%20-%20I%20Got%20Ants%20in%20my%20Pants,%20Pt.%201.mp3": Unable to insert multiple values for subject `urn:uuid:0778aa7b-789d-32c2-ae77-a9bcd4bac854' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/James%20Brown/Soul%20Brother%20No.%201/12%20-%20It's%20a%20New%20Day%20(Live).mp3": Unable to insert multiple values for subject `urn:uuid:a42a057a-6e44-9e50-fd73-43e6e434447c' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/James%20Brown/Soul%20Brother%20No.%201/11%20-%20Make%20it%20Funky,%20Pt.%201.mp3": Unable to insert multiple values for subject `urn:uuid:8d9364cf-685e-c85c-85b8-09304544d320' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/James%20Brown/Soul%20Brother%20No.%201/10%20-%20I'm%20a%20Greedy%20Man,%20Pt.%201.mp3": Unable to insert multiple values for subject `urn:uuid:df8f970d-c270-4942-f14a-d3e6d1318c4d' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/James%20Brown/Soul%20Brother%20No.%201/09%20-%20Hot%20Pants,%20Pt.%201.mp3": Unable to insert multiple values for subject `urn:uuid:9362a3d5-11f9-92bb-62b5-302723fc35ed' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/James%20Brown/Soul%20Brother%20No.%201/08%20-%20Brother%20Rapp%20%20Ain't%20it%20Funky%20Now%20(Live).mp3": Unable to insert multiple values for subject `urn:uuid:0ed00fd6-a274-61d1-ec83-084984489c49' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/James%20Brown/Soul%20Brother%20No.%201/07%20-%20Soul%20Power,%20Pts.%201%20&%202.mp3": Unable to insert multiple values for subject `urn:uuid:b79b86d4-8ec9-48ca-72e9-92b955752961' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/James%20Brown/Soul%20Brother%20No.%201/06%20-%20Get%20Up,%20Get%20Into%20it%20and%20Get%20Involved.mp3": Unable to insert multiple values for subject `urn:uuid:2c6af1d3-2a20-0f40-a9f8-43b6e9ca4cff' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/James%20Brown/Soul%20Brother%20No.%201/05%20-%20Talkin'%20Loud%20&%20Sayin'%20Nothing.mp3": Unable to insert multiple values for subject `urn:uuid:1275aaf0-d5e2-571d-508d-7056de5e027e' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/James%20Brown/Soul%20Brother%20No.%201/04%20-%20Super%20Bad,%20Pts.%201%20&%202.mp3": Unable to insert multiple values for subject `urn:uuid:084ccef9-3255-c1ab-5d69-a997ffdf66bb' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/James%20Brown/Soul%20Brother%20No.%201/03%20-%20Get%20Up%20(I%20Feel%20Like%20Being%20A)%20Sex%20Machine.mp3": Unable to insert multiple values for subject `urn:uuid:9f82d929-2d29-8b41-03f3-4a8fb6c76e0e' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/James%20Brown/Soul%20Brother%20No.%201/02%20-%20Funky%20Drummer.mp3": Unable to insert multiple values for subject `urn:uuid:fa859d70-0e97-2322-77b5-d6136ec4fe66' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/James%20Brown/Soul%20Brother%20No.%201/01%20-%20Mother%20Popcorn.mp3": Unable to insert multiple values for subject `urn:uuid:dca24192-8983-8931-c472-a4ab04dc2014' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/James%20Brown/Mr.%20Dynamite/24%20-%20Papa's%20Got%20a%20Brand%20New%20Bag,%20Parts%201,%202%20&%203.mp3": Unable to insert multiple values for subject `urn:uuid:22570075-26fa-7218-6be3-cd62ad3bab9d' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/James%20Brown/Mr.%20Dynamite/23%20-%20I%20Got%20you.mp3": Unable to insert multiple values for subject `urn:uuid:9bfb0cd1-ae58-f564-cde8-b4a56a7e9a0b' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/James%20Brown/Mr.%20Dynamite/22%20-%20It's%20a%20Man's%20World.mp3": Unable to insert multiple values for subject `urn:uuid:7a206c69-3fd2-de04-bce9-df0d53542f1f' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/James%20Brown/Mr.%20Dynamite/21%20-%20Maybe%20the%20Last%20Time.mp3": Unable to insert multiple values for subject `urn:uuid:77d8d859-3608-c77c-2d9c-e55171365e3a' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/James%20Brown/Mr.%20Dynamite/20%20-%20Grits.mp3": Unable to insert multiple values for subject `urn:uuid:4305c0b3-2d2f-a71b-9d46-266e9be92ead' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/James%20Brown/Mr.%20Dynamite/19%20-%20Out%20of%20Sight.mp3": Unable to insert multiple values for subject `urn:uuid:a935bb28-3677-6508-1e78-114a6c5fbd77' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/James%20Brown/Mr.%20Dynamite/18%20-%20Out%20of%20the%20Blue.mp3": Unable to insert multiple values for subject `urn:uuid:c4368920-032d-b9f3-886d-40f3d5f5b7b7' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/James%20Brown/Mr.%20Dynamite/17%20-%20Devil's%20Den.mp3": Unable to insert multiple values for subject `urn:uuid:1499c4fe-d40b-2738-726f-df0be7a3b214' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/James%20Brown/Mr.%20Dynamite/16%20-%20Prisoner%20of%20Love.mp3": Unable to insert multiple values for subject `urn:uuid:a9abd17c-34df-4ac6-32df-c891ddb3e3b0' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/James%20Brown/Mr.%20Dynamite/15%20-%20I%20Don't%20Mind%20(Live).mp3": Unable to insert multiple values for subject `urn:uuid:a2a86c5e-13ee-1078-798c-3b0a1ca0ac49' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/James%20Brown/Mr.%20Dynamite/14%20-%20I've%20Got%20Money.mp3": Unable to insert multiple values for subject `urn:uuid:2c784c77-c1ee-339f-a49d-40b86c04f796' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/James%20Brown/Mr.%20Dynamite/13%20-%20Night%20Train.mp3": Unable to insert multiple values for subject `urn:uuid:0ec3b1a8-aeda-ebc4-1c9c-e9e97153f0cf' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/James%20Brown/Mr.%20Dynamite/12%20-%20Lost%20Someone.mp3": Unable to insert multiple values for subject `urn:uuid:df2d7210-2d60-8f1f-543d-7163ffa6184e' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/James%20Brown/Mr.%20Dynamite/11%20-%20Baby,%20You're%20Right.mp3": Unable to insert multiple values for subject `urn:uuid:f9852521-345d-4dca-fa32-d5528e5b5f56' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/James%20Brown/Mr.%20Dynamite/10%20-%20Think.mp3": Unable to insert multiple values for subject `urn:uuid:c6cd0924-8ac1-0ec7-47e3-dae1b76ce589' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/James%20Brown/Mr.%20Dynamite/09%20-%20(Do%20the)%20Mashed%20Potatoes,%20Part%201.mp3": Unable to insert multiple values for subject `urn:uuid:a8e1b60e-8c38-7507-6bab-620557a6ce6a' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/James%20Brown/Mr.%20Dynamite/08%20-%20I%20Know%20It's%20True.mp3": Unable to insert multiple values for subject `urn:uuid:f34b783a-3565-519c-79cb-a6f3c83c1408' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/James%20Brown/Mr.%20Dynamite/07%20-%20I'll%20Go%20Crazy.mp3": Unable to insert multiple values for subject `urn:uuid:822fd32e-e9af-75f7-24c5-32311e33df68' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/James%20Brown/Mr.%20Dynamite/06%20-%20Good%20Good%20Lovin'.mp3": Unable to insert multiple values for subject `urn:uuid:51953f69-c512-5aec-c0c6-46eaa7fbf6e5' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/James%20Brown/Mr.%20Dynamite/05%20-%20Bewildered.mp3": Unable to insert multiple values for subject `urn:uuid:18d01db0-0e12-ad3f-316b-6bb61dcf883d' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/James%20Brown/Mr.%20Dynamite/04%20-%20Tell%20Me%20What%20I%20Did%20Wrong.mp3": Unable to insert multiple values for subject `urn:uuid:36096f18-87bc-661c-0793-843243d4d3eb' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/James%20Brown/Mr.%20Dynamite/03%20-%20Try%20Me.mp3": Unable to insert multiple values for subject `urn:uuid:58fd882a-b2f2-3314-8791-38a6cdef0fa4' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/James%20Brown/Mr.%20Dynamite/02%20-%20Why%20Do%20you%20Do%20Me.mp3": Unable to insert multiple values for subject `urn:uuid:4431d5fd-da99-7bf8-7a16-67b10109414b' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:07 computer tracker-extract[920]: Could not insert metadata for item "file:///home/user1/M%C3%BAsica/James%20Brown/Mr.%20Dynamite/01%20-%20Please%20Please%20Please.mp3": Unable to insert multiple values for subject `urn:uuid:c42122c0-7df7-9248-5610-d2f63af786a8' and single valued property `nie:contentCreated' (old_value: '<untransformable>', new value: '<untransformable>')
nov 21 20:08:07 computer tracker-extract[920]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additional information
nov 21 20:08:21 computer org.gnome.Shell.desktop[789]: Window manager warning: Invalid WM_TRANSIENT_FOR window 0xd5 specified for 0x1000003 (pinentry).
nov 21 20:08:21 computer org.gnome.Shell.desktop[789]: Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x1000003 (pinentry)
nov 21 20:08:25 computer org.gnome.Shell.desktop[789]: Window manager warning: Invalid WM_TRANSIENT_FOR window 0xd5 specified for 0x1000003 (pinentry).
nov 21 20:08:25 computer org.gnome.Shell.desktop[789]: Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x1000003 (pinentry)
nov 21 20:09:34 computer sudo[1343]:   user1 : TTY=pts/0 ; PWD=/run/media/user1/TailsData/openssh-client ; USER=root ; COMMAND=/usr/bin/reboot
nov 21 20:09:34 computer sudo[1343]: pam_unix(sudo:session): session opened for user root by (uid=0)
nov 21 20:09:34 computer systemd[1]: Stopping Manage, Install and Generate Color Profiles...
nov 21 20:09:34 computer systemd[1]: Stopped target Bluetooth.
nov 21 20:09:34 computer systemd[1]: Stopping RealtimeKit Scheduling Policy Service...
nov 21 20:09:34 computer systemd[1]: Stopping Disk Manager...
nov 21 20:09:34 computer systemd[1]: Stopping User Manager for UID 1000...
nov 21 20:09:34 computer systemd[702]: Stopping D-Bus User Message Bus...
nov 21 20:09:34 computer tracker-store[918]: Received signal:15->'Terminado'
nov 21 20:09:34 computer tracker-store[918]: OK
nov 21 20:09:34 computer gnome-session-binary[730]: WARNING: Lost name on bus: org.gnome.SessionManager
nov 21 20:09:34 computer gnome-session[730]: gnome-session-binary[730]: WARNING: Lost name on bus: org.gnome.SessionManager
nov 21 20:09:34 computer tracker-miner-fs.desktop[919]: Received signal:15->'Terminado'
nov 21 20:09:34 computer tracker-miner-apps.desktop[915]: Received signal:15->'Terminado'
nov 21 20:09:34 computer tracker-miner-apps.desktop[915]: OK
nov 21 20:09:34 computer systemd[702]: Stopping GNOME Terminal Server...
nov 21 20:09:34 computer /usr/lib/gdm/gdm-x-session[722]: (II) evdev: HP WMI hotkeys: Close
nov 21 20:09:34 computer /usr/lib/gdm/gdm-x-session[722]: (II) UnloadModule: "evdev"
nov 21 20:09:34 computer /usr/lib/gdm/gdm-x-session[722]: (II) systemd-logind: releasing fd for 13:81
nov 21 20:09:34 computer systemd[702]: Stopping Evolution calendar service...
nov 21 20:09:34 computer systemd[702]: Stopping Tracker metadata database store and lookup manager...
nov 21 20:09:34 computer systemd[702]: Stopping sandboxed app permission store...
nov 21 20:09:34 computer systemd[702]: Stopping Virtual filesystem service - Media Transfer Protocol monitor...
nov 21 20:09:34 computer systemd[702]: Stopping Virtual filesystem service...
nov 21 20:09:34 computer systemd[702]: Stopping Virtual filesystem service - disk device monitor...
nov 21 20:09:34 computer systemd[702]: Stopped target Default.
nov 21 20:09:34 computer systemd[702]: Stopping Accessibility services bus...
nov 21 20:09:34 computer systemd[702]: Stopping Sound Service...
nov 21 20:09:34 computer systemd[702]: Stopping Virtual filesystem metadata service...
nov 21 20:09:34 computer systemd[702]: Stopping Virtual filesystem service - digital camera monitor...
nov 21 20:09:34 computer systemd[702]: Stopping Evolution source registry...
nov 21 20:09:34 computer tracker-extract[920]: Owner of volume monitor org.gtk.vfs.MTPVolumeMonitor disconnected from the bus; removing drives/volumes/mounts
nov 21 20:09:34 computer tracker-miner-f[919]: Owner of volume monitor org.gtk.vfs.MTPVolumeMonitor disconnected from the bus; removing drives/volumes/mounts
nov 21 20:09:34 computer tracker-extract[920]: Owner of volume monitor org.gtk.vfs.GPhoto2VolumeMonitor disconnected from the bus; removing drives/volumes/mounts
nov 21 20:09:34 computer dbus[433]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
nov 21 20:09:34 computer tracker-miner-f[919]: Owner of volume monitor org.gtk.vfs.GPhoto2VolumeMonitor disconnected from the bus; removing drives/volumes/mounts
nov 21 20:09:34 computer gnome-shell[789]: Owner of volume monitor org.gtk.vfs.MTPVolumeMonitor disconnected from the bus; removing drives/volumes/mounts
nov 21 20:09:34 computer gnome-session[488]: gnome-session-binary[488]: WARNING: Lost name on bus: org.gnome.SessionManager
nov 21 20:09:34 computer haveged[432]: haveged: Stopping due to signal 15
nov 21 20:09:34 computer haveged[432]: haveged starting up
nov 21 20:09:34 computer gnome-session-binary[488]: WARNING: Lost name on bus: org.gnome.SessionManager
nov 21 20:09:34 computer org.gnome.Shell.desktop[497]: (EE)
nov 21 20:09:34 computer org.gnome.Shell.desktop[497]: Fatal server error:
nov 21 20:09:34 computer org.gnome.Shell.desktop[497]: (EE) failed to dispatch Wayland events: Broken pipe
nov 21 20:09:34 computer org.gnome.Shell.desktop[497]: (EE)
nov 21 20:09:34 computer gnome-shell[789]: gnome-shell: Fatal IO error 11 (Recurso temporariamente indisponível) on X server :0.
nov 21 20:09:34 computer Tor[450]: Interrupt: exiting cleanly.
nov 21 20:09:34 computer tracker-extract[920]: Owner of volume monitor org.gtk.vfs.UDisks2VolumeMonitor disconnected from the bus; removing drives/volumes/mounts
nov 21 20:09:34 computer avahi-daemon[429]: Got SIGTERM, quitting.
nov 21 20:09:34 computer unknown[874]: Name taken or bus went away - shutting down
nov 21 20:09:34 computer avahi-daemon[429]: Leaving mDNS multicast group on interface wlo1.IPv6 with address fe80::a47e:61b2:f807:ee00.
nov 21 20:09:34 computer tracker-miner-f[919]: Owner of volume monitor org.gtk.vfs.UDisks2VolumeMonitor disconnected from the bus; removing drives/volumes/mounts
nov 21 20:09:34 computer avahi-daemon[429]: Leaving mDNS multicast group on interface wlo1.IPv4 with address 10.0.0.9.
nov 21 20:09:34 computer unknown[874]: gnome-settings-daemon: Fatal IO error 11 (Recurso temporariamente indisponível) on X server :0.
nov 21 20:09:34 computer avahi-daemon[429]: avahi-daemon 0.6.32 exiting.
nov 21 20:09:34 computer unknown[921]: evolution-alarm-notify: Fatal IO error 11 (Recurso temporariamente indisponível) on X server :0.
nov 21 20:09:34 computer unknown[899]: zeitgeist-datahub.vala:226: Unable to get name "org.gnome.zeitgeist.datahub" on the bus!
nov 21 20:09:34 computer tracker-miner-f[919]: Could not set mount point in database 'urn:nepomuk:datasource:62e35910-8cc4-4094-93d2-a3fd5ba4c2bd', A conexão está fechada
nov 21 20:09:34 computer tracker-miner-f[919]: Error while sending AddMatch() message: A conexão está fechada
nov 21 20:09:34 computer tracker-miner-f[919]: Error while sending AddMatch() message: A conexão está fechada
nov 21 20:09:34 computer tracker-miner-f[919]: Error while sending AddMatch() message: A conexão está fechada
nov 21 20:09:34 computer systemd[1]: Starting Generate shutdown-ramfs...
nov 21 20:09:34 computer systemd[1]: Removed slice system-getty.slice.
nov 21 20:09:34 computer systemd[702]: Stopped Accessibility services bus.
nov 21 20:09:34 computer systemd[702]: Stopped Sound Service.
nov 21 20:09:34 computer zeitgeist-daemo[926]: g_object_unref: assertion 'object->ref_count > 0' failed
nov 21 20:09:34 computer systemd[702]: Stopped sandboxed app permission store.
nov 21 20:09:34 computer systemd[1]: Stopping User Manager for UID 120...
nov 21 20:09:34 computer systemd[702]: Stopped Evolution source registry.
nov 21 20:09:34 computer systemd[702]: Stopped Virtual filesystem service - disk device monitor.
nov 21 20:09:34 computer systemd[1]: Stopping Daemon for power management...
nov 21 20:09:34 computer systemd[1]: Closed Load/Save RF Kill Switch Status /dev/rfkill Watch.
nov 21 20:09:34 computer systemd[702]: Stopped Virtual filesystem service - digital camera monitor.
nov 21 20:09:34 computer systemd[702]: Stopped Virtual filesystem metadata service.
nov 21 20:09:34 computer systemd[702]: Stopped Virtual filesystem service - Media Transfer Protocol monitor.
nov 21 20:09:34 computer systemd[702]: Stopped Tracker metadata database store and lookup manager.
nov 21 20:09:34 computer systemd[1]: Stopping Session c2 of user user1.
nov 21 20:09:34 computer systemd[1]: Stopping Authorization Manager...
nov 21 20:09:34 computer systemd[1]: Stopped target Timers.
nov 21 20:09:34 computer systemd[1]: Stopped Daily Cleanup of Temporary Directories.
nov 21 20:09:34 computer systemd[474]: Stopping Accessibility services bus...
nov 21 20:09:34 computer systemd[474]: Stopping D-Bus User Message Bus...
nov 21 20:09:34 computer systemd[474]: Stopped target Default.
nov 21 20:09:34 computer systemd[474]: Stopping sandboxed app permission store...
nov 21 20:09:34 computer systemd[474]: Stopping Sound Service...
nov 21 20:09:34 computer unknown[635]: Name taken or bus went away - shutting down
nov 21 20:09:34 computer systemd[474]: Stopped Accessibility services bus.
nov 21 20:09:34 computer systemd[702]: Stopped GNOME Terminal Server.
nov 21 20:09:34 computer systemd[474]: Stopped D-Bus User Message Bus.
nov 21 20:09:34 computer unknown[635]: Invalid id 4 passed to g_bus_unown_name()
nov 21 20:09:34 computer systemd[474]: Stopped Sound Service.
nov 21 20:09:34 computer systemd[702]: Cannot find unit for notify message of PID 795.
nov 21 20:09:34 computer systemd[1]: Stopping Save/Restore Sound Card State...
nov 21 20:09:34 computer systemd[1]: Stopped Stop Read-Ahead Data Collection 10s After Completed Startup.
nov 21 20:09:34 computer systemd[1]: Stopped target Graphical Interface.
nov 21 20:09:34 computer systemd[1]: Stopping GNOME Display Manager...
nov 21 20:09:34 computer systemd[1]: Stopped target Multi-User System.
nov 21 20:09:34 computer systemd[1]: Stopping Anonymizing Overlay Network...
nov 21 20:09:34 computer systemd[1]: Stopping Virtual console mouse server...
nov 21 20:09:34 computer systemd[1]: Stopped target Login Prompts.
nov 21 20:09:34 computer systemd[1]: Stopping Initialize hardware monitoring sensors...
nov 21 20:09:34 computer systemd[1]: Stopped Daily man-db cache update.
nov 21 20:09:34 computer systemd[702]: Stopped Evolution calendar service.
nov 21 20:09:34 computer systemd[1]: Stopped Daily locate database update.
nov 21 20:09:34 computer systemd[1]: Stopping Avahi mDNS/DNS-SD Stack...
nov 21 20:09:34 computer systemd[1]: Stopped Daily rotation of log files.
nov 21 20:09:34 computer systemd[1]: Stopping Accounts Service...
nov 21 20:09:34 computer systemd[1]: Stopped Daily verification of password and group files.
nov 21 20:09:34 computer systemd[1]: Stopped target System Time Synchronized.
nov 21 20:09:34 computer systemd[1]: Stopping Entropy Harvesting Daemon...
nov 21 20:09:34 computer systemd[1]: Stopped target Sound Card.
nov 21 20:09:34 computer systemd[1]: Stopping LVM2 PV scan on device 8:2...
nov 21 20:09:34 computer systemd[1]: Stopping Location Lookup Service...
nov 21 20:09:34 computer systemd[1]: Stopping Session c1 of user gdm.
nov 21 20:09:34 computer systemd[474]: Stopped sandboxed app permission store.
nov 21 20:09:34 computer systemd[474]: Stopped target Basic System.
nov 21 20:09:34 computer systemd[474]: Stopped target Sockets.
nov 21 20:09:34 computer systemd[474]: Closed Sound System.
nov 21 20:09:34 computer systemd[474]: Stopped target Paths.
nov 21 20:09:34 computer systemd[474]: Stopped target Timers.
nov 21 20:09:34 computer systemd[474]: Closed D-Bus User Message Bus Socket.
nov 21 20:09:34 computer systemd[474]: Reached target Shutdown.
nov 21 20:09:34 computer systemd[474]: Starting Exit the Session...
nov 21 20:09:34 computer systemd[1]: Unmounted /run/user/1000/gvfs.
nov 21 20:09:34 computer systemd[1]: Stopped Avahi mDNS/DNS-SD Stack.
nov 21 20:09:34 computer systemd[1]: Stopped Virtual console mouse server.
nov 21 20:09:34 computer systemd[1]: Stopped Entropy Harvesting Daemon.
nov 21 20:09:34 computer systemd[1]: Stopped Accounts Service.
nov 21 20:09:34 computer systemd[1]: Stopped Authorization Manager.
nov 21 20:09:34 computer systemd[1]: Stopped RealtimeKit Scheduling Policy Service.
nov 21 20:09:34 computer systemd[1]: Stopped Manage, Install and Generate Color Profiles.
nov 21 20:09:34 computer systemd[1]: Stopped Disk Manager.
nov 21 20:09:34 computer systemd[1]: Stopped Location Lookup Service.
nov 21 20:09:34 computer systemd[702]: Stopped Virtual filesystem service.
nov 21 20:09:34 computer /usr/lib/gdm/gdm-x-session[722]: (II) evdev: HP Wireless hotkeys: Close
nov 21 20:09:34 computer /usr/lib/gdm/gdm-x-session[722]: (II) UnloadModule: "evdev"
nov 21 20:09:34 computer /usr/lib/gdm/gdm-x-session[722]: (II) systemd-logind: releasing fd for 13:70
nov 21 20:09:34 computer org.gnome.zeitgeist.Engine[728]: [19:09:34.690285 WARNING] zeitgeist-daemon.vala:449: The connection is closed
nov 21 20:09:34 computer systemd[702]: Stopped D-Bus User Message Bus.
nov 21 20:09:34 computer systemd[702]: Stopped target Basic System.
nov 21 20:09:34 computer systemd[702]: Stopped target Timers.
nov 21 20:09:34 computer systemd[702]: Stopped target Paths.
nov 21 20:09:34 computer systemd[702]: Stopped target Sockets.
nov 21 20:09:34 computer systemd[702]: Closed Sound System.
nov 21 20:09:34 computer systemd[702]: Closed D-Bus User Message Bus Socket.
nov 21 20:09:34 computer systemd[1]: Stopped Daemon for power management.
nov 21 20:09:34 computer systemd[702]: Reached target Shutdown.
nov 21 20:09:34 computer systemd[702]: Starting Exit the Session...
nov 21 20:09:34 computer dbus[433]: [system] Activation via systemd failed for unit 'polkit.service': Refusing activation, D-Bus is shutting down.
nov 21 20:09:34 computer NetworkManager[437]: <warn>  [1479755374.6971] error requesting auth for org.freedesktop.NetworkManager.wifi.share.protected: Authorization check failed: Refusing activation, D-Bus is shutting down.
nov 21 20:09:34 computer NetworkManager[437]: <warn>  [1479755374.6971] error requesting auth for org.freedesktop.NetworkManager.wifi.share.open: Authorization check failed: Refusing activation, D-Bus is shutting down.
nov 21 20:09:34 computer NetworkManager[437]: <warn>  [1479755374.6972] error requesting auth for org.freedesktop.NetworkManager.enable-disable-network: Authorization check failed: Refusing activation, D-Bus is shutting down.
nov 21 20:09:34 computer NetworkManager[437]: <warn>  [1479755374.6972] error requesting auth for org.freedesktop.NetworkManager.sleep-wake: Authorization check failed: Refusing activation, D-Bus is shutting down.
nov 21 20:09:34 computer NetworkManager[437]: <warn>  [1479755374.6972] error requesting auth for org.freedesktop.NetworkManager.enable-disable-wifi: Authorization check failed: Refusing activation, D-Bus is shutting down.
nov 21 20:09:34 computer NetworkManager[437]: <warn>  [1479755374.6973] error requesting auth for org.freedesktop.NetworkManager.enable-disable-wwan: Authorization check failed: Refusing activation, D-Bus is shutting down.
nov 21 20:09:34 computer NetworkManager[437]: <warn>  [1479755374.6975] error requesting auth for org.freedesktop.NetworkManager.enable-disable-wimax: Authorization check failed: Refusing activation, D-Bus is shutting down.
nov 21 20:09:34 computer NetworkManager[437]: <warn>  [1479755374.6977] error requesting auth for org.freedesktop.NetworkManager.network-control: Authorization check failed: Refusing activation, D-Bus is shutting down.
nov 21 20:09:34 computer NetworkManager[437]: <warn>  [1479755374.6979] error requesting auth for org.freedesktop.NetworkManager.wifi.share.protected: Authorization check failed: Refusing activation, D-Bus is shutting down.
nov 21 20:09:34 computer NetworkManager[437]: <warn>  [1479755374.6980] error requesting auth for org.freedesktop.NetworkManager.wifi.share.open: Authorization check failed: Refusing activation, D-Bus is shutting down.
nov 21 20:09:34 computer gdm[454]: Freeing conversation 'gdm-password' with active job
nov 21 20:09:34 computer gdm[454]: Tried to look up non-existent conversation gdm-launch-environment
nov 21 20:09:34 computer gdm[454]: Freeing conversation 'gdm-launch-environment' with active job
nov 21 20:09:34 computer NetworkManager[437]: <warn>  [1479755374.6995] error requesting auth for org.freedesktop.NetworkManager.settings.modify.system: Authorization check failed: Refusing activation, D-Bus is shutting down.
nov 21 20:09:34 computer NetworkManager[437]: <warn>  [1479755374.6995] error requesting auth for org.freedesktop.NetworkManager.settings.modify.own: Authorization check failed: Refusing activation, D-Bus is shutting down.
nov 21 20:09:34 computer NetworkManager[437]: <warn>  [1479755374.6999] error requesting auth for org.freedesktop.NetworkManager.settings.modify.hostname: Authorization check failed: Refusing activation, D-Bus is shutting down.
nov 21 20:09:34 computer NetworkManager[437]: <warn>  [1479755374.6999] error requesting auth for org.freedesktop.NetworkManager.settings.modify.global-dns: Authorization check failed: Refusing activation, D-Bus is shutting down.
nov 21 20:09:34 computer NetworkManager[437]: <warn>  [1479755374.7000] error requesting auth for org.freedesktop.NetworkManager.reload: Authorization check failed: Refusing activation, D-Bus is shutting down.
nov 21 20:09:34 computer NetworkManager[437]: <warn>  [1479755374.7000] error requesting auth for org.freedesktop.NetworkManager.checkpoint-rollback: Authorization check failed: Refusing activation, D-Bus is shutting down.
nov 21 20:09:34 computer NetworkManager[437]: <warn>  [1479755374.7001] error requesting auth for org.freedesktop.NetworkManager.enable-disable-statistics: Authorization check failed: Refusing activation, D-Bus is shutting down.
nov 21 20:09:34 computer dbus[433]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service'
nov 21 20:09:34 computer dbus[433]: [system] Activation via systemd failed for unit 'accounts-daemon.service': Refusing activation, D-Bus is shutting down.
nov 21 20:09:34 computer gdm[454]: Failed to contact accountsservice: Erro ao chamar StartServiceByName para org.freedesktop.Accounts: GDBus.Error:org.freedesktop.systemd1.ShuttingDown: Refusing activation, D-Bus is shutting down.
nov 21 20:09:34 computer gdm[454]: GLib: g_hash_table_find: assertion 'version == hash_table->version' failed
nov 21 20:09:34 computer systemd[1]: Stopped GNOME Display Manager.
nov 21 20:09:34 computer systemd[1]: Stopped Initialize hardware monitoring sensors.
nov 21 20:09:34 computer systemd[1]: Stopped Anonymizing Overlay Network.
nov 21 20:09:34 computer /usr/lib/gdm/gdm-x-session[722]: (II) UnloadModule: "synaptics"
nov 21 20:09:34 computer /usr/lib/gdm/gdm-x-session[722]: (II) systemd-logind: releasing fd for 13:83
nov 21 20:09:34 computer systemd[702]: Received SIGRTMIN+24 from PID 1398 (kill).
nov 21 20:09:34 computer systemd[474]: Received SIGRTMIN+24 from PID 1390 (kill).
nov 21 20:09:34 computer systemd[476]: (pam_mount.c:538): *** PAM_MOUNT WAS INVOKED WITH INSUFFICIENT PRIVILEGES. (euid=120)
nov 21 20:09:34 computer systemd[476]: (pam_mount.c:539): *** THIS IS A BUG OF THE CALLER. CONSULT YOUR DISTRO.
nov 21 20:09:34 computer systemd[474]: (pam_mount.c:538): *** PAM_MOUNT WAS INVOKED WITH INSUFFICIENT PRIVILEGES. (euid=120)
nov 21 20:09:34 computer systemd[474]: (pam_mount.c:539): *** THIS IS A BUG OF THE CALLER. CONSULT YOUR DISTRO.
nov 21 20:09:34 computer systemd[474]: (pam_mount.c:540): *** Also see bugs.txt in the pam_mount source tarball/website documentation.
nov 21 20:09:34 computer systemd[1]: Stopped User Manager for UID 120.
nov 21 20:09:34 computer systemd[476]: (pam_mount.c:540): *** Also see bugs.txt in the pam_mount source tarball/website documentation.
nov 21 20:09:34 computer systemd[702]: (pam_mount.c:538): *** PAM_MOUNT WAS INVOKED WITH INSUFFICIENT PRIVILEGES. (euid=1000)
nov 21 20:09:34 computer systemd[702]: (pam_mount.c:539): *** THIS IS A BUG OF THE CALLER. CONSULT YOUR DISTRO.
nov 21 20:09:34 computer systemd[702]: (pam_mount.c:540): *** Also see bugs.txt in the pam_mount source tarball/website documentation.
nov 21 20:09:34 computer systemd[710]: (pam_mount.c:538): *** PAM_MOUNT WAS INVOKED WITH INSUFFICIENT PRIVILEGES. (euid=1000)
nov 21 20:09:34 computer systemd[1]: user@1000.service: Killing process 1032 (bash) with signal SIGKILL.
nov 21 20:09:34 computer /usr/lib/gdm/gdm-x-session[722]: (II) evdev: PS/2 Generic Mouse: Close
nov 21 20:09:34 computer /usr/lib/gdm/gdm-x-session[722]: (II) UnloadModule: "evdev"
nov 21 20:09:34 computer /usr/lib/gdm/gdm-x-session[722]: (II) systemd-logind: releasing fd for 13:82
nov 21 20:09:34 computer systemd[702]: (spawn.c:130): error setting uid to 0: Operation not permitted
nov 21 20:09:34 computer systemd[710]: (pam_mount.c:539): *** THIS IS A BUG OF THE CALLER. CONSULT YOUR DISTRO.
nov 21 20:09:34 computer systemd[1]: user@1000.service: Killing process 1201 (gpg-agent) with signal SIGKILL.
nov 21 20:09:34 computer systemd[710]: (pam_mount.c:540): *** Also see bugs.txt in the pam_mount source tarball/website documentation.
nov 21 20:09:34 computer systemd[1]: user@1000.service: Killing process 1343 (sudo) with signal SIGKILL.
nov 21 20:09:34 computer systemd[1410]: (spawn.c:130): error setting uid to 0: Operation not permitted
nov 21 20:09:34 computer systemd[1]: user@1000.service: Killing process 1346 (reboot) with signal SIGKILL.
nov 21 20:09:34 computer systemd[1]: Stopped User Manager for UID 1000.
nov 21 20:09:34 computer systemd[1]: Stopped LVM2 PV scan on device 8:2.
nov 21 20:09:34 computer systemd[1]: Stopping LVM2 metadata daemon...
nov 21 20:09:34 computer systemd[1]: Removed slice system-lvm2\x2dpvscan.slice.
nov 21 20:09:34 computer lvmetad[363]: Failed to accept connection errno 11.
nov 21 20:09:34 computer systemd[1]: Stopped LVM2 metadata daemon.
nov 21 20:09:35 computer /usr/lib/gdm/gdm-x-session[722]: (II) evdev: AT Translated Set 2 keyboard: Close
nov 21 20:09:35 computer /usr/lib/gdm/gdm-x-session[722]: (II) UnloadModule: "evdev"
nov 21 20:09:35 computer /usr/lib/gdm/gdm-x-session[722]: (II) systemd-logind: releasing fd for 13:64
nov 21 20:09:35 computer /usr/lib/gdm/gdm-x-session[722]: (II) evdev: HP HD Webcam [Fixed]: Close
nov 21 20:09:35 computer /usr/lib/gdm/gdm-x-session[722]: (II) UnloadModule: "evdev"
nov 21 20:09:35 computer /usr/lib/gdm/gdm-x-session[722]: (II) systemd-logind: releasing fd for 13:73
nov 21 20:09:35 computer /usr/lib/gdm/gdm-x-session[722]: (II) evdev: Logitech USB Receiver: Close
nov 21 20:09:35 computer /usr/lib/gdm/gdm-x-session[722]: (II) UnloadModule: "evdev"
nov 21 20:09:35 computer /usr/lib/gdm/gdm-x-session[722]: (II) systemd-logind: releasing fd for 13:66
nov 21 20:09:35 computer systemd[1]: Stopped Session c1 of user gdm.
nov 21 20:09:35 computer systemd[1]: Removed slice User Slice of gdm.
nov 21 20:09:35 computer systemd-logind[438]: Removed session c1.
nov 21 20:09:35 computer systemd[1]: Unmounted /run/user/120.
nov 21 20:09:35 computer systemd[1]: Stopped Save/Restore Sound Card State.
nov 21 20:09:35 computer mkinitcpio[1350]: ==> Starting build: none
nov 21 20:09:35 computer mkinitcpio[1350]:   -> Running build hook: [sd-shutdown]
nov 21 20:09:35 computer /usr/lib/gdm/gdm-x-session[722]: (II) evdev: Logitech USB Receiver: Close
nov 21 20:09:35 computer /usr/lib/gdm/gdm-x-session[722]: (II) UnloadModule: "evdev"
nov 21 20:09:35 computer /usr/lib/gdm/gdm-x-session[722]: (II) systemd-logind: releasing fd for 13:65
nov 21 20:09:35 computer /usr/lib/gdm/gdm-x-session[722]: (II) evdev: Sleep Button: Close
nov 21 20:09:35 computer /usr/lib/gdm/gdm-x-session[722]: (II) UnloadModule: "evdev"
nov 21 20:09:35 computer /usr/lib/gdm/gdm-x-session[722]: (II) systemd-logind: releasing fd for 13:67
nov 21 20:09:35 computer mkinitcpio[1350]: ==> Build complete.
nov 21 20:09:35 computer systemd[1]: Started Generate shutdown-ramfs.
nov 21 20:09:35 computer /usr/lib/gdm/gdm-x-session[722]: (II) evdev: Video Bus: Close
nov 21 20:09:35 computer /usr/lib/gdm/gdm-x-session[722]: (II) UnloadModule: "evdev"
nov 21 20:09:35 computer /usr/lib/gdm/gdm-x-session[722]: (II) systemd-logind: releasing fd for 13:72
nov 21 20:09:35 computer /usr/lib/gdm/gdm-x-session[722]: (II) evdev: Power Button: Close
nov 21 20:09:35 computer /usr/lib/gdm/gdm-x-session[722]: (II) UnloadModule: "evdev"
nov 21 20:09:35 computer /usr/lib/gdm/gdm-x-session[722]: (II) systemd-logind: releasing fd for 13:69
nov 21 20:09:35 computer /usr/lib/gdm/gdm-x-session[722]: (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
nov 21 20:09:35 computer /usr/lib/gdm/gdm-x-session[722]: (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
nov 21 20:09:35 computer /usr/lib/gdm/gdm-x-session[722]: (WW) xf86CloseConsole: VT_ACTIVATE failed: Input/output error
nov 21 20:09:36 computer /usr/lib/gdm/gdm-x-session[722]: (II) Server terminated successfully (0). Closing log file.
nov 21 20:09:36 computer systemd[1]: Stopped Session c2 of user user1.
nov 21 20:09:36 computer systemd[1]: Removed slice User Slice of user1.
nov 21 20:09:36 computer systemd[1]: Stopping Permit User Sessions...
nov 21 20:09:36 computer systemd[1]: Stopping Login Service...
nov 21 20:09:36 computer systemd[1]: Stopped Permit User Sessions.
nov 21 20:09:36 computer systemd[1]: Stopped target Network.
nov 21 20:09:36 computer systemd[1]: Stopping Network Manager...
nov 21 20:09:36 computer NetworkManager[437]: <info>  [1479755376.5142] caught SIGTERM, shutting down normally.
nov 21 20:09:36 computer systemd[1]: Stopping WPA supplicant...
nov 21 20:09:36 computer systemd[1]: Stopped target Remote File Systems.
nov 21 20:09:36 computer kernel: wlo1: deauthenticating from a4:2b:b0:f7:f5:f6 by local choice (Reason: 3=DEAUTH_LEAVING)
nov 21 20:09:36 computer wpa_supplicant[492]: wlo1: CTRL-EVENT-DISCONNECTED bssid=a4:2b:b0:f7:f5:f6 reason=3 locally_generated=1
nov 21 20:09:36 computer NetworkManager[437]: <info>  [1479755376.5419] device (wlo1): state change: activated -> deactivating (reason 'unmanaged') [100 110 3]
nov 21 20:09:36 computer NetworkManager[437]: <info>  [1479755376.5421] manager: NetworkManager state is now DISCONNECTING
nov 21 20:09:36 computer dbus[433]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service'
nov 21 20:09:36 computer dbus[433]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Refusing activation, D-Bus is shutting down.
nov 21 20:09:36 computer NetworkManager[437]: <info>  [1479755376.6158] device (wlo1): state change: deactivating -> unmanaged (reason 'removed') [110 10 36]
nov 21 20:09:36 computer wpa_supplicant[492]: nl80211: deinit ifname=wlo1 disabled_11b_rates=0
nov 21 20:09:36 computer wpa_supplicant[492]: wlo1: CTRL-EVENT-TERMINATING
nov 21 20:09:36 computer systemd[1]: Stopped WPA supplicant.
nov 21 20:09:36 computer NetworkManager[437]: <info>  [1479755376.6807] dhcp4 (wlo1): canceled DHCP transaction, DHCP client pid 578
nov 21 20:09:36 computer NetworkManager[437]: <info>  [1479755376.6808] dhcp4 (wlo1): state changed bound -> done
nov 21 20:09:36 computer NetworkManager[437]: <info>  [1479755376.6827] dns-mgr: Removing DNS information from /usr/bin/resolvconf
nov 21 20:09:36 computer NetworkManager[437]: <info>  [1479755376.7335] manager: NetworkManager state is now DISCONNECTED
nov 21 20:09:36 computer dbus[433]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service'
nov 21 20:09:36 computer dbus[433]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Refusing activation, D-Bus is shutting down.
nov 21 20:09:36 computer NetworkManager[437]: <info>  [1479755376.7719] exiting (success)
nov 21 20:09:36 computer systemd[1]: Stopped Network Manager.
nov 21 20:09:36 computer systemd[1]: Stopping D-Bus System Message Bus...
nov 21 20:09:36 computer systemd[1]: Stopped D-Bus System Message Bus.
nov 21 20:09:37 computer systemd[1]: Stopped Login Service.
nov 21 20:09:37 computer systemd[1]: Stopped target User and Group Name Lookups.
nov 21 20:09:37 computer systemd[1]: Stopped target Basic System.
nov 21 20:09:37 computer systemd[1]: Stopped target Slices.
nov 21 20:09:37 computer systemd[1]: Stopped target Paths.
nov 21 20:09:37 computer systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
nov 21 20:09:37 computer systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
nov 21 20:09:37 computer systemd[1]: Stopped target Sockets.
nov 21 20:09:37 computer systemd[1]: Closed Avahi mDNS/DNS-SD Stack Activation Socket.
nov 21 20:09:37 computer systemd[1]: Closed D-Bus System Message Bus Socket.
nov 21 20:09:37 computer systemd[1]: Stopped target System Initialization.
nov 21 20:09:37 computer systemd[1]: Stopped Replay Read-Ahead Data.
nov 21 20:09:37 computer systemd[1]: Stopped Collect Read-Ahead Data.
nov 21 20:09:37 computer systemd[1]: Stopping Network Time Synchronization...
nov 21 20:09:37 computer systemd[1]: Stopping Update UTMP about System Boot/Shutdown...
nov 21 20:09:37 computer systemd[1]: Stopped target Encrypted Volumes.
nov 21 20:09:37 computer systemd[1]: Stopping Cryptography Setup for swap...
nov 21 20:09:37 computer systemd[1]: Stopped Set Up Additional Binary Formats.
nov 21 20:09:37 computer systemd[1]: Stopped Apply Kernel Variables.
nov 21 20:09:37 computer systemd[1]: Stopped Setup Virtual Console.
nov 21 20:09:37 computer systemd[1]: Stopping Load/Save Screen Backlight Brightness of backlight:intel_backlight...
nov 21 20:09:37 computer systemd[1]: Removed slice User and Session Slice.
nov 21 20:09:37 computer systemd[1]: Stopped Network Time Synchronization.
nov 21 20:09:37 computer systemd[1]: Stopped Load/Save Screen Backlight Brightness of backlight:intel_backlight.
nov 21 20:09:37 computer systemd[1]: Stopped Update UTMP about System Boot/Shutdown.
nov 21 20:09:37 computer systemd[1]: Removed slice system-systemd\x2dbacklight.slice.
nov 21 20:09:37 computer systemd[1]: Stopped Create Volatile Files and Directories.
nov 21 20:09:37 computer systemd[1]: Stopped target Local File Systems.
nov 21 20:09:37 computer systemd[1]: Unmounting /boot...
nov 21 20:09:37 computer systemd[1]: Unmounting /run/user/1000...
nov 21 20:09:37 computer systemd[1]: Unmounting /home...
nov 21 20:09:37 computer systemd[1]: Unmounting /run/media/user1/TailsData...
nov 21 20:09:37 computer systemd[1]: Unmounting Temporary Directory...
nov 21 20:09:37 computer systemd[1]: Unmounted /run/user/1000.
nov 21 20:09:37 computer systemd[1]: Unmounted Temporary Directory.
nov 21 20:09:37 computer systemd[1]: Stopped target Swap.
nov 21 20:09:37 computer systemd[1]: Deactivating swap /dev/disk/by-uuid/1843dea6-7b55-4de1-ae39-99ac0c89120b...
nov 21 20:09:37 computer systemd[1]: Unmounted /boot.
nov 21 20:09:37 computer systemd[1]: Stopped File System Check on /dev/sda1.
nov 21 20:09:37 computer systemd[1]: Removed slice system-systemd\x2dfsck.slice.
nov 21 20:09:37 computer systemd[1]: Deactivated swap /dev/disk/by-uuid/1843dea6-7b55-4de1-ae39-99ac0c89120b.
nov 21 20:09:37 computer systemd[1]: Deactivated swap /dev/disk/by-id/dm-uuid-CRYPT-PLAIN-swap.
nov 21 20:09:37 computer systemd[1]: Deactivated swap /dev/disk/by-id/dm-name-swap.
nov 21 20:09:37 computer systemd[1]: Deactivated swap /dev/dm-2.
nov 21 20:09:37 computer systemd[1]: Stopped (with error) /dev/dm-2.
nov 21 20:09:37 computer systemd[1]: Deactivated swap /dev/mapper/swap.
nov 21 20:09:37 computer systemd[1]: Unmounted /run/media/user1/TailsData.
nov 21 20:09:37 computer systemd[1]: Stopped /dev/mapper/swap.
nov 21 20:09:37 computer systemd[1]: Stopped /dev/disk/by-uuid/1843dea6-7b55-4de1-ae39-99ac0c89120b.
nov 21 20:09:37 computer systemd[1]: Stopped /dev/disk/by-id/dm-uuid-CRYPT-PLAIN-swap.
nov 21 20:09:37 computer systemd[1]: Stopped /dev/disk/by-id/dm-name-swap.
nov 21 20:09:37 computer systemd[1]: Stopped /sys/devices/virtual/block/dm-2.
nov 21 20:09:37 computer systemd[1]: Stopped Cryptography Setup for swap.
nov 21 20:09:37 computer systemd[1]: Removed slice system-systemd\x2dcryptsetup.slice.
nov 21 20:09:37 computer systemd[1]: Stopping Load/Save Random Seed...
nov 21 20:09:37 computer systemd[1]: Stopped Load/Save Random Seed.
nov 21 20:09:37 computer systemd[1]: Unmounted /home.
nov 21 20:09:37 computer systemd[1]: Reached target Unmount All Filesystems.
nov 21 20:09:37 computer systemd[1]: Stopped target Local File Systems (Pre).
nov 21 20:09:37 computer systemd[1]: Stopped Create Static Device Nodes in /dev.
nov 21 20:09:37 computer systemd[1]: Stopped Remount Root and Kernel File Systems.
nov 21 20:09:37 computer systemd[1]: Reached target Shutdown.
nov 21 20:09:37 computer systemd[1]: Reached target Final Step.
nov 21 20:09:37 computer systemd[1]: Starting Reboot...
nov 21 20:09:37 computer systemd[1]: Shutting down.
nov 21 20:09:37 computer systemd[1]: Hardware watchdog 'iTCO_wdt', version 0
nov 21 20:09:37 computer systemd[1]: Set hardware watchdog to 10min.
nov 21 20:09:37 computer kernel: watchdog: watchdog0: watchdog did not stop!
nov 21 20:09:37 computer kernel: systemd-shutdow: 49 output lines suppressed due to ratelimiting
nov 21 20:09:38 computer systemd-shutdown[1]: Sending SIGTERM to remaining processes...
nov 21 20:09:38 computer systemd-journald[232]: Journal stopped

I did look through this a bit, but I am simply not an expert. Do you see something fishy?

Last edited by macaco (2016-11-21 20:44:14)

Offline

#17 2016-11-22 16:24:31

alex.theoto
Member
From: Athens Greece
Registered: 2014-11-30
Posts: 307

Re: encrypted SWAP - error message while shut down

Please correct me if I'm wrong...
You showed us two different hostnames. Are there two computers here?
'computer' hostname looks like it disconnected swap. I'll not mention gnome's errors...
'computer12' is a mess! I have no idea what is going on there...

Offline

#18 2016-11-23 20:04:52

macaco
Member
From: Graz, Austria
Registered: 2009-03-22
Posts: 101

Re: encrypted SWAP - error message while shut down

No it's just one computer. However I did a mess when piping the output through sed... once with computer... then with computer12. Don't take that too serious.

Thought that those GNOME errors are nothing special and everybody has those. Okay, so there is more problems going on... mhm...

Last edited by macaco (2016-11-23 22:08:08)

Offline

Board footer

Powered by FluxBB