Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

"A stop job is running"

If none of the specific sub-forums seem right for your thread, ask here.
Message
Author
User avatar
pawRoot
Posts: 603
Joined: 2016-12-28 18:26
Has thanked: 1 time
Been thanked: 1 time

"A stop job is running"

#1 Post by pawRoot »

Hi

Every time i restart my computer i get "A stop job is running" information and it takes about 2 mins.
A stop job is running for Session c2 of user Debian-gdm (24s / 1min 30s)
I had same problem happen in Debian 8 (now im on Stretch).

User avatar
phenest
Posts: 1702
Joined: 2010-03-09 09:38
Location: The Matrix

Re: "A stop job is running"

#2 Post by phenest »

Yeah, annoying aint it?

Ok, this happens to me, so I Googled this. One work-around is to reduce the timeout. Edit /etc/systemd/system.conf:

Code: Select all

#DefaultTimeoutStartSec=90s
#DefaultTimeoutStopSec=90s
Uncomment the lines and reduce the timeout value to 10s.

I have no idea if this has any side-effects.

EDIT: Edited to show this as a work-around and not a solution.
Last edited by phenest on 2017-02-14 20:48, edited 1 time in total.
ASRock H77 Pro4-M i7 3770K - 32GB RAM - Pioneer BDR-209D

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 132 times

Re: "A stop job is running"

#3 Post by Head_on_a_Stick »

phenest wrote:Uncomment the lines and reduce the timeout value to 10s.

I have no idea if this has any side-effects.
It causes the user to blindly ignore potentially serious problems and also does not solve the actual problem in any way.

@OP: use the systemd journal to investigate this problem, guide here:

https://www.digitalocean.com/community/ ... stemd-logs

You will have to enable persistent logs to view the journal contents of a previous (ie, not current) boot, instructions for this can be found by reading:

Code: Select all

man journald.conf
tl;dr:

Code: Select all

# mkdir -p /var/log/journal
Post back if you need further guidance.
deadbang

User avatar
phenest
Posts: 1702
Joined: 2010-03-09 09:38
Location: The Matrix

Re: "A stop job is running"

#4 Post by phenest »

Head_on_a_Stick wrote:Post back if you need further guidance.
If I've got this right, this message is due to a process not responding properly to a SIGTERM signal. Would this message also appear if a process was absent?

The reason I ask is, since viewing the journal logs, I noticed during startup some errors about a binary that didn't exist (/lib/udev/mtp-probe). I installed libmtp-runtime, which has that binary, and now I get no messages at shutdown.
ASRock H77 Pro4-M i7 3770K - 32GB RAM - Pioneer BDR-209D

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 132 times

Re: "A stop job is running"

#5 Post by Head_on_a_Stick »

phenest wrote:this message is due to a process not responding properly to a SIGTERM signal. Would this message also appear if a process was absent?
I think we need to see the actual journal contents before drawing any conclusions.
The reason I ask is, since viewing the journal logs, I noticed during startup some errors about a binary that didn't exist (/lib/udev/mtp-probe). I installed libmtp-runtime, which has that binary, and now I get no messages at shutdown.
Weird :?

It's difficult to comment without seeing the verbatim journal contents, vague descriptions don't startpage well :D
deadbang

User avatar
phenest
Posts: 1702
Joined: 2010-03-09 09:38
Location: The Matrix

Re: "A stop job is running"

#6 Post by phenest »

Code: Select all

Feb 14 15:50:37 debian systemd-udevd[419]: failed to execute '/lib/udev/mtp-probe' 'mtp-probe /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4 1 4': No such file or directory
Feb 14 15:50:37 debian systemd-udevd[420]: failed to execute '/lib/udev/mtp-probe' 'mtp-probe /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3 1 3': No such file or directory
Feb 14 15:50:37 debian systemd-udevd[428]: failed to execute '/lib/udev/mtp-probe' 'mtp-probe /sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.6 4 4': No such file or directory
Like I said, installing libmtp-runtime fixed this error, and also stopped the "A stop job is running" at shutdown (at least I've not seen it so far).
ASRock H77 Pro4-M i7 3770K - 32GB RAM - Pioneer BDR-209D

silvaf6
Posts: 70
Joined: 2017-06-12 16:45

Re: "A stop job is running"

#7 Post by silvaf6 »

I have the same issue with latest installation of debian stretch.
I'm gonna monitor the jornal.

EDIT: hammm... the journal is full of this characters:

Code: Select all

9Ux	9����*RZ�/�*R>L��@�8@�8��8��8P9P9�9�9�9�9��8��8�9�9�9�9 �8 �9��8��8��8��8 �8 �8 9 9�9�9��8��8�9�9�9�9��8��8`�8`�8�8�899x9P9��8�9�9�8�8(9(9��8��8P�8P�8(9(9H�8H�8�	9�	9P9P9�9�9�9�9X9X9��8��8��8��8@9@9p�8p�8^C

User avatar
phenest
Posts: 1702
Joined: 2010-03-09 09:38
Location: The Matrix

Re: "A stop job is running"

#8 Post by phenest »

If you referring to the systemd journal, it can't be viewed in a text editor.
ASRock H77 Pro4-M i7 3770K - 32GB RAM - Pioneer BDR-209D

silvaf6
Posts: 70
Joined: 2017-06-12 16:45

Re: "A stop job is running"

#9 Post by silvaf6 »

phenest wrote:If you referring to the systemd journal, it can't be viewed in a text editor.
Didn't realize I had to run "journalctl -b -1" :p

silvaf6
Posts: 70
Joined: 2017-06-12 16:45

Re: "A stop job is running"

#10 Post by silvaf6 »

Here is what i get:

Code: Select all

Jun 18 13:40:02 Commando-Linux systemd[903]: Received SIGRTMIN+24 from PID 2021 (kill).
Jun 18 13:40:02 Commando-Linux /usr/lib/gdm3/gdm-x-session[946]: (**) Option "fd" "38"
Jun 18 13:40:02 Commando-Linux /usr/lib/gdm3/gdm-x-session[946]: (**) Option "fd" "41"
Jun 18 13:40:02 Commando-Linux /usr/lib/gdm3/gdm-x-session[946]: (**) Option "fd" "42"
Jun 18 13:40:02 Commando-Linux /usr/lib/gdm3/gdm-x-session[946]: (**) Option "fd" "43"
Jun 18 13:40:02 Commando-Linux /usr/lib/gdm3/gdm-x-session[946]: (**) Option "fd" "44"
Jun 18 13:40:02 Commando-Linux /usr/lib/gdm3/gdm-x-session[946]: (**) Option "fd" "45"
Jun 18 13:40:02 Commando-Linux /usr/lib/gdm3/gdm-x-session[946]: (**) Option "fd" "46"
Jun 18 13:40:02 Commando-Linux /usr/lib/gdm3/gdm-x-session[946]: (**) Option "fd" "44"
Jun 18 13:40:02 Commando-Linux /usr/lib/gdm3/gdm-x-session[946]: (II) UnloadModule: "libinput"
Jun 18 13:40:02 Commando-Linux /usr/lib/gdm3/gdm-x-session[946]: (II) systemd-logind: not releasing fd for 13:75, still in use
Jun 18 13:40:02 Commando-Linux /usr/lib/gdm3/gdm-x-session[946]: (II) UnloadModule: "libinput"
Jun 18 13:40:02 Commando-Linux /usr/lib/gdm3/gdm-x-session[946]: (II) systemd-logind: releasing fd for 13:64
Jun 18 13:40:02 Commando-Linux /usr/lib/gdm3/gdm-x-session[946]: (II) UnloadModule: "libinput"
Jun 18 13:40:02 Commando-Linux /usr/lib/gdm3/gdm-x-session[946]: (II) systemd-logind: releasing fd for 13:76
Jun 18 13:40:02 Commando-Linux /usr/lib/gdm3/gdm-x-session[946]: (II) UnloadModule: "libinput"
Jun 18 13:40:02 Commando-Linux /usr/lib/gdm3/gdm-x-session[946]: (II) systemd-logind: releasing fd for 13:75
Jun 18 13:40:02 Commando-Linux /usr/lib/gdm3/gdm-x-session[946]: (II) UnloadModule: "libinput"
Jun 18 13:40:02 Commando-Linux /usr/lib/gdm3/gdm-x-session[946]: (II) systemd-logind: releasing fd for 13:69
Jun 18 13:40:02 Commando-Linux /usr/lib/gdm3/gdm-x-session[946]: (II) UnloadModule: "libinput"
Jun 18 13:40:02 Commando-Linux /usr/lib/gdm3/gdm-x-session[946]: (II) systemd-logind: releasing fd for 13:68
Jun 18 13:40:02 Commando-Linux /usr/lib/gdm3/gdm-x-session[946]: (II) UnloadModule: "libinput"
Jun 18 13:40:02 Commando-Linux /usr/lib/gdm3/gdm-x-session[946]: (II) systemd-logind: releasing fd for 13:65
Jun 18 13:40:02 Commando-Linux /usr/lib/gdm3/gdm-x-session[946]: (II) UnloadModule: "libinput"
Jun 18 13:40:02 Commando-Linux /usr/lib/gdm3/gdm-x-session[946]: (II) systemd-logind: releasing fd for 13:66
Jun 18 13:40:03 Commando-Linux /usr/lib/gdm3/gdm-x-session[946]: (II) NVIDIA(GPU-0): Deleting GPU-0
Jun 18 13:40:03 Commando-Linux /usr/lib/gdm3/gdm-x-session[946]: (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
Jun 18 13:40:03 Commando-Linux /usr/lib/gdm3/gdm-x-session[946]: (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
Jun 18 13:40:03 Commando-Linux /usr/lib/gdm3/gdm-x-session[946]: (WW) xf86CloseConsole: VT_ACTIVATE failed: Input/output error
Jun 18 13:40:03 Commando-Linux /usr/lib/gdm3/gdm-x-session[946]: (II) Server terminated successfully (0). Closing log file.

silvaf6
Posts: 70
Joined: 2017-06-12 16:45

Re: "A stop job is running"

#11 Post by silvaf6 »

[nvm]
Last edited by silvaf6 on 2017-06-20 19:16, edited 1 time in total.

silvaf6
Posts: 70
Joined: 2017-06-12 16:45

Re: "A stop job is running"

#12 Post by silvaf6 »

This happens only like 1 out of 5 shutdowns, btw

silvaf6
Posts: 70
Joined: 2017-06-12 16:45

Re: "A stop job is running"

#13 Post by silvaf6 »

I might as well post the whole shutdown log

Code: Select all

Jun 20 20:42:20 Commando-Linux cinnamon-sessio[2848]: GtkDialog mapped without a transient parent. This is
Jun 20 20:42:22 Commando-Linux nemo[2992]: /build/glib2.0-B1uXKV/glib2.0-2.50.3/./gobject/gsignal.c:2641: 
Jun 20 20:42:23 Commando-Linux /usr/lib/gdm3/gdm-x-session[2839]: cinnamon-session[2848]: WARNING: t+1414.
Jun 20 20:42:23 Commando-Linux /usr/lib/gdm3/gdm-x-session[2839]: cinnamon-session[2848]: WARNING: t+1414.
Jun 20 20:42:23 Commando-Linux /usr/lib/gdm3/gdm-x-session[2839]: cinnamon-session[2848]: WARNING: t+1414.
Jun 20 20:42:23 Commando-Linux /usr/lib/gdm3/gdm-x-session[2839]: cinnamon-session[2848]: WARNING: t+1414.
Jun 20 20:42:23 Commando-Linux /usr/lib/gdm3/gdm-x-session[2839]: cinnamon-session[2848]: WARNING: t+1414.
Jun 20 20:42:23 Commando-Linux /usr/lib/gdm3/gdm-x-session[2839]: cinnamon-session[2848]: WARNING: t+1414.
Jun 20 20:42:23 Commando-Linux /usr/lib/gdm3/gdm-x-session[2839]: cinnamon-session[2848]: WARNING: t+1414.
Jun 20 20:42:23 Commando-Linux /usr/lib/gdm3/gdm-x-session[2839]: cinnamon-session[2848]: WARNING: t+1414.
Jun 20 20:42:23 Commando-Linux cinnamon-session[2848]: WARNING: t+1414.48238s: Requesting system shutdown.
Jun 20 20:42:23 Commando-Linux cinnamon-session[2848]: WARNING: t+1414.48249s: Attempting to shutdown usin
Jun 20 20:42:23 Commando-Linux cinnamon-session[2848]: WARNING: t+1414.48258s: Requesting system shutdown.
Jun 20 20:42:23 Commando-Linux cinnamon-session[2848]: WARNING: t+1414.48260s: Attempting to shutdown usin
Jun 20 20:42:23 Commando-Linux cinnamon-session[2848]: WARNING: t+1414.48272s: Requesting system shutdown.
Jun 20 20:42:23 Commando-Linux cinnamon-session[2848]: WARNING: t+1414.48274s: Attempting to shutdown usin
Jun 20 20:42:23 Commando-Linux cinnamon-session[2848]: WARNING: t+1414.48284s: Requesting system shutdown.
Jun 20 20:42:23 Commando-Linux cinnamon-session[2848]: WARNING: t+1414.48286s: Attempting to shutdown usin
Jun 20 20:42:23 Commando-Linux systemd-logind[409]: System is powering down.
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopped target Sound Card.
Jun 20 20:42:23 Commando-Linux /usr/lib/gdm3/gdm-x-session[2839]: PolicyKit daemon disconnected from the b
Jun 20 20:42:23 Commando-Linux /usr/lib/gdm3/gdm-x-session[2839]: We are no longer a registered authentica
Jun 20 20:42:23 Commando-Linux org.gnome.Shell.desktop[603]: PolicyKit daemon disconnected from the bus.
Jun 20 20:42:23 Commando-Linux org.gnome.Shell.desktop[603]: We are no longer a registered authentication 
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopping Authorization Manager...
Jun 20 20:42:23 Commando-Linux gnome-session-binary[583]: WARNING: Lost name on bus: org.gnome.SessionMana
Jun 20 20:42:23 Commando-Linux at-spi-bus-launcher[588]: XIO:  fatal IO error 11 (Resource temporarily una
Jun 20 20:42:23 Commando-Linux at-spi-bus-launcher[588]:       after 0 requests (0 known processed) with 0
Jun 20 20:42:23 Commando-Linux gnome-session[583]: gnome-session-binary[583]: WARNING: Lost name on bus: o
Jun 20 20:42:23 Commando-Linux /usr/lib/gdm3/gdm-x-session[2839]: 19:42:23:0831 Gs  lost session service
Jun 20 20:42:23 Commando-Linux tracker-store[1143]: Received signal:15->'Terminated'
Jun 20 20:42:23 Commando-Linux tracker-store[1143]: OK
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopping User Manager for UID 116...
Jun 20 20:42:23 Commando-Linux obexd[1225]: Terminating
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopping PackageKit Daemon...
Jun 20 20:42:23 Commando-Linux dbus[398]: [system] Activating via systemd: service name='org.freedesktop.P
Jun 20 20:42:23 Commando-Linux systemd[561]: Stopping Sound Service...
Jun 20 20:42:23 Commando-Linux bluetoothd[413]: Endpoint unregistered: sender=:1.63 path=/MediaEndpoint/A2
Jun 20 20:42:23 Commando-Linux systemd[561]: Stopping D-Bus User Message Bus...
Jun 20 20:42:23 Commando-Linux bluetoothd[413]: Endpoint unregistered: sender=:1.63 path=/MediaEndpoint/A2
Jun 20 20:42:23 Commando-Linux systemd[561]: Stopped target Default.
Jun 20 20:42:23 Commando-Linux udisksd[1057]: udisks daemon version 2.1.8 exiting
Jun 20 20:42:23 Commando-Linux systemd[561]: Stopping Accessibility services bus...
Jun 20 20:42:23 Commando-Linux unknown[687]: Name taken or bus went away - shutting down
Jun 20 20:42:23 Commando-Linux gnome-shell[603]: gnome-shell: Fatal IO error 11 (Resource temporarily unav
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopping User Manager for UID 1000...
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopped target Timers.
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopped Daily Cleanup of Temporary Directories.
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopping Disk Manager...
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopped target Bluetooth.
Jun 20 20:42:23 Commando-Linux bluetoothd[413]: Terminating
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopped Trigger anacron every hour.
Jun 20 20:42:23 Commando-Linux bluetoothd[413]: Endpoint unregistered: sender=:1.90 path=/MediaEndpoint/A2
Jun 20 20:42:23 Commando-Linux systemd[921]: Stopping Virtual filesystem metadata service...
Jun 20 20:42:23 Commando-Linux bluetoothd[413]: Endpoint unregistered: sender=:1.90 path=/MediaEndpoint/A2
Jun 20 20:42:23 Commando-Linux systemd[921]: Stopping Tracker metadata database store and lookup manager..
Jun 20 20:42:23 Commando-Linux liblogging-stdlog[408]:  [origin software="rsyslogd" swVersion="8.24.0" x-p
Jun 20 20:42:23 Commando-Linux systemd[921]: Stopping Telepathy Mission Control service...
Jun 20 20:42:23 Commando-Linux ModemManager[401]: <info>  Caught signal, shutting down...
Jun 20 20:42:23 Commando-Linux systemd[921]: Stopping Virtual filesystem service...
Jun 20 20:42:23 Commando-Linux systemd[921]: Stopping Virtual filesystem service - Media Transfer Protocol
Jun 20 20:42:23 Commando-Linux systemd[921]: Stopped target Default.
Jun 20 20:42:23 Commando-Linux systemd[921]: Stopping Bluetooth OBEX service...
Jun 20 20:42:23 Commando-Linux systemd[921]: Stopping D-Bus User Message Bus...
Jun 20 20:42:23 Commando-Linux systemd[921]: Stopping Virtual filesystem service - Apple File Conduit moni
Jun 20 20:42:23 Commando-Linux systemd[921]: Stopping Virtual filesystem service - disk device monitor...
Jun 20 20:42:23 Commando-Linux systemd[921]: Stopping Evolution source registry...
Jun 20 20:42:23 Commando-Linux systemd[921]: Stopping Virtual filesystem service - GNOME Online Accounts m
Jun 20 20:42:23 Commando-Linux systemd[921]: Stopping Evolution calendar service...
Jun 20 20:42:23 Commando-Linux systemd[921]: Stopping Virtual filesystem service - digital camera monitor.
Jun 20 20:42:23 Commando-Linux systemd[921]: Stopping Evolution address book service...
Jun 20 20:42:23 Commando-Linux unknown[687]: gnome-settings-daemon: Fatal IO error 11 (Resource temporaril
Jun 20 20:42:23 Commando-Linux systemd[561]: Stopped D-Bus User Message Bus.
Jun 20 20:42:23 Commando-Linux systemd[561]: at-spi-dbus-bus.service: Main process exited, code=exited, st
Jun 20 20:42:23 Commando-Linux systemd[561]: Stopped Accessibility services bus.
Jun 20 20:42:23 Commando-Linux systemd[561]: at-spi-dbus-bus.service: Unit entered failed state.
Jun 20 20:42:23 Commando-Linux systemd[561]: at-spi-dbus-bus.service: Failed with result 'exit-code'.
Jun 20 20:42:23 Commando-Linux python2[3067]: Got Disconnected from DBus.
Jun 20 20:42:23 Commando-Linux transmission-gt[3068]: Got signal 15; trying to shut down cleanly. Do it ag
Jun 20 20:42:23 Commando-Linux tracker-extract[2970]: Owner of volume monitor org.gtk.vfs.UDisks2VolumeMon
Jun 20 20:42:23 Commando-Linux tracker-miner-f[2956]: Owner of volume monitor org.gtk.vfs.UDisks2VolumeMon
Jun 20 20:42:23 Commando-Linux ModemManager[401]: <info>  ModemManager is shut down
Jun 20 20:42:23 Commando-Linux tracker-miner-f[2956]: Owner of volume monitor org.gtk.vfs.GPhoto2VolumeMon
Jun 20 20:42:23 Commando-Linux tracker-miner-f[2956]: Owner of volume monitor org.gtk.vfs.GoaVolumeMonitor
Jun 20 20:42:23 Commando-Linux tracker-miner-f[2956]: Owner of volume monitor org.gtk.vfs.AfcVolumeMonitor
Jun 20 20:42:23 Commando-Linux tracker-miner-f[2956]: Owner of volume monitor org.gtk.vfs.MTPVolumeMonitor
Jun 20 20:42:23 Commando-Linux cinnamon-settin[2930]: cinnamon-settings-daemon: Fatal IO error 11 (Resourc
Jun 20 20:42:23 Commando-Linux systemd[921]: Stopped Virtual filesystem service - disk device monitor.
Jun 20 20:42:23 Commando-Linux systemd[921]: Stopped Virtual filesystem service - digital camera monitor.
Jun 20 20:42:23 Commando-Linux systemd[921]: Stopped Virtual filesystem service - GNOME Online Accounts mo
Jun 20 20:42:23 Commando-Linux systemd[921]: Stopped Telepathy Mission Control service.
Jun 20 20:42:23 Commando-Linux systemd[921]: Stopped Virtual filesystem service - Apple File Conduit monit
Jun 20 20:42:23 Commando-Linux systemd[921]: Stopped Virtual filesystem service - Media Transfer Protocol 
Jun 20 20:42:23 Commando-Linux systemd[921]: Stopped Virtual filesystem metadata service.
Jun 20 20:42:23 Commando-Linux systemd[921]: Stopped Evolution source registry.
Jun 20 20:42:23 Commando-Linux systemd[921]: Stopped Evolution calendar service.
Jun 20 20:42:23 Commando-Linux systemd[921]: Stopped Evolution address book service.
Jun 20 20:42:23 Commando-Linux systemd[921]: Stopped Bluetooth OBEX service.
Jun 20 20:42:23 Commando-Linux systemd[921]: Stopped Tracker metadata database store and lookup manager.
Jun 20 20:42:23 Commando-Linux systemd[561]: Stopped Sound Service.
Jun 20 20:42:23 Commando-Linux systemd[561]: Stopped target Basic System.
Jun 20 20:42:23 Commando-Linux systemd[561]: Stopped target Timers.
Jun 20 20:42:23 Commando-Linux /usr/lib/gdm3/gdm-x-session[2839]: (**) Option "fd" "38"
Jun 20 20:42:23 Commando-Linux /usr/lib/gdm3/gdm-x-session[2839]: (**) Option "fd" "41"
Jun 20 20:42:23 Commando-Linux systemd[561]: Stopped target Sockets.
Jun 20 20:42:23 Commando-Linux /usr/lib/gdm3/gdm-x-session[2839]: (**) Option "fd" "42"
Jun 20 20:42:23 Commando-Linux /usr/lib/gdm3/gdm-x-session[2839]: (**) Option "fd" "43"
Jun 20 20:42:23 Commando-Linux /usr/lib/gdm3/gdm-x-session[2839]: (**) Option "fd" "44"
Jun 20 20:42:23 Commando-Linux /usr/lib/gdm3/gdm-x-session[2839]: (**) Option "fd" "45"
Jun 20 20:42:23 Commando-Linux /usr/lib/gdm3/gdm-x-session[2839]: (**) Option "fd" "46"
Jun 20 20:42:23 Commando-Linux /usr/lib/gdm3/gdm-x-session[2839]: (**) Option "fd" "44"
Jun 20 20:42:23 Commando-Linux systemd[561]: Closed D-Bus User Message Bus Socket.
Jun 20 20:42:23 Commando-Linux systemd[561]: Closed GnuPG cryptographic agent and passphrase cache (restri
Jun 20 20:42:23 Commando-Linux systemd[561]: Closed GnuPG cryptographic agent (access for web browsers).
Jun 20 20:42:23 Commando-Linux systemd[562]: pam_unix(systemd-user:session): session closed for user Debia
Jun 20 20:42:23 Commando-Linux /usr/lib/gdm3/gdm-x-session[2839]: (II) UnloadModule: "libinput"
Jun 20 20:42:23 Commando-Linux /usr/lib/gdm3/gdm-x-session[2839]: (II) systemd-logind: not releasing fd fo
Jun 20 20:42:23 Commando-Linux /usr/lib/gdm3/gdm-x-session[2839]: (II) UnloadModule: "libinput"
Jun 20 20:42:23 Commando-Linux /usr/lib/gdm3/gdm-x-session[2839]: (II) systemd-logind: releasing fd for 13
Jun 20 20:42:23 Commando-Linux systemd[561]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Jun 20 20:42:23 Commando-Linux bluetoothd[413]: Stopping SDP server
Jun 20 20:42:23 Commando-Linux systemd[561]: Closed GnuPG cryptographic agent and passphrase cache.
Jun 20 20:42:23 Commando-Linux bluetoothd[413]: Exit
Jun 20 20:42:23 Commando-Linux systemd[561]: Stopped target Paths.
Jun 20 20:42:23 Commando-Linux systemd[561]: Closed Sound System.
Jun 20 20:42:23 Commando-Linux systemd[561]: Reached target Shutdown.
Jun 20 20:42:23 Commando-Linux systemd[561]: Starting Exit the Session...
Jun 20 20:42:23 Commando-Linux cinnamon[2947]: cinnamon: Fatal IO error 11 (Resource temporarily unavailab
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopping Save/Restore Sound Card State...
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopped Daily apt upgrade and clean activities.
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopping Manage, Install and Generate Color Profiles...
Jun 20 20:42:23 Commando-Linux systemd[1]: Closed Load/Save RF Kill Switch Status /dev/rfkill Watch.
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopped Daily apt download activities.
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopped target System Time Synchronized.
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopping Bluetooth service...
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopping Session 7 of user silva.
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopping Daemon for power management...
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopping Session c2 of user Debian-gdm.
Jun 20 20:42:23 Commando-Linux systemd[1]: session-3.scope: Killing process 1030 (pulseaudio) with signal 
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopping Session 3 of user silva.
Jun 20 20:42:23 Commando-Linux systemd[1]: Removed slice system-getty.slice.
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopped target Graphical Interface.
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopping Accounts Service...
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopping RealtimeKit Scheduling Policy Service...
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopping GNOME Display Manager...
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopped target Multi-User System.
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopping TeamViewer remote control daemon...
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopping Regular background program processing daemon...
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopping System Logging Service...
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopping Unattended Upgrades Shutdown...
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopped target Login Prompts.
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopping Make remote CUPS printers available locally...
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopping LSB: This service starts and stops VMware services...
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopped Initialize hardware monitoring sensors.
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopping Modem Manager...
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopping keep memory of all UPnP devices that announced themsel
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopping Samba SMB Daemon...
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopping LSB: Speech Dispatcher...
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopping LSB: disk temperature monitoring daemon...
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopping LSB: This services starts and stops the USB Arbitrator
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopping Daemon for generating UUIDs...
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopped Accounts Service.
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopped Regular background program processing daemon.
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopped System Logging Service.
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopped Authorization Manager.
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopped Daemon for power management.
Jun 20 20:42:23 Commando-Linux NetworkManager[406]: <info>  [1497987743.8820] ModemManager disappeared fro
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopped PackageKit Daemon.
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopped keep memory of all UPnP devices that announced themselv
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopped Samba SMB Daemon.
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopped Disk Manager.
Jun 20 20:42:23 Commando-Linux systemd[921]: Stopped D-Bus User Message Bus.
Jun 20 20:42:23 Commando-Linux systemd[561]: Received SIGRTMIN+24 from PID 7164 (kill).
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopped Modem Manager.
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopped RealtimeKit Scheduling Policy Service.
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopped Manage, Install and Generate Color Profiles.
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopped User Manager for UID 116.
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopped Session 3 of user silva.
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopped Daemon for generating UUIDs.
Jun 20 20:42:23 Commando-Linux systemd[921]: Stopped Virtual filesystem service.
Jun 20 20:42:23 Commando-Linux systemd[921]: Stopped target Basic System.
Jun 20 20:42:23 Commando-Linux dbus[398]: [system] Activation via systemd failed for unit 'polkit.service'
Jun 20 20:42:23 Commando-Linux systemd[921]: Stopped target Sockets.
Jun 20 20:42:23 Commando-Linux systemd[921]: Closed GnuPG cryptographic agent and passphrase cache (restri
Jun 20 20:42:23 Commando-Linux systemd[921]: Closed D-Bus User Message Bus Socket.
Jun 20 20:42:23 Commando-Linux systemd[921]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Jun 20 20:42:23 Commando-Linux systemd[921]: Closed GnuPG cryptographic agent (access for web browsers).
Jun 20 20:42:23 Commando-Linux systemd[921]: Closed GnuPG cryptographic agent and passphrase cache.
Jun 20 20:42:23 Commando-Linux systemd[921]: Reached target Shutdown.
Jun 20 20:42:23 Commando-Linux systemd[921]: Starting Exit the Session...
Jun 20 20:42:23 Commando-Linux systemd[921]: Stopped target Paths.
Jun 20 20:42:23 Commando-Linux systemd[921]: Stopped target Timers.
Jun 20 20:42:23 Commando-Linux systemd[1]: Unmounted /run/user/1000/gvfs.
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopped Make remote CUPS printers available locally.
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopped Bluetooth service.
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopped Save/Restore Sound Card State.
Jun 20 20:42:23 Commando-Linux NetworkManager[406]: <warn>  [1497987743.9387] error requesting auth for or
Jun 20 20:42:23 Commando-Linux NetworkManager[406]: <warn>  [1497987743.9387] error requesting auth for or
Jun 20 20:42:23 Commando-Linux systemd[921]: Received SIGRTMIN+24 from PID 7221 (kill).
Jun 20 20:42:23 Commando-Linux systemd[922]: pam_unix(systemd-user:session): session closed for user silva
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopped User Manager for UID 1000.
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopped LSB: disk temperature monitoring daemon.
Jun 20 20:42:23 Commando-Linux speech-dispatcher[7168]: speech-dispatcher disabled; edit /etc/default/spee
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopped LSB: Speech Dispatcher.
Jun 20 20:42:23 Commando-Linux vmware[7167]: Stopping VMware services:
Jun 20 20:42:23 Commando-Linux avahi-daemon[396]: Got SIGTERM, quitting.
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopping Avahi mDNS/DNS-SD Stack...
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopping CUPS Scheduler...
Jun 20 20:42:23 Commando-Linux avahi-daemon[396]: Leaving mDNS multicast group on interface vmnet8.IPv6 wi
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopping Samba NMB Daemon...
Jun 20 20:42:23 Commando-Linux avahi-daemon[396]: Leaving mDNS multicast group on interface vmnet8.IPv4 wi
Jun 20 20:42:23 Commando-Linux avahi-daemon[396]: Leaving mDNS multicast group on interface vmnet1.IPv6 wi
Jun 20 20:42:23 Commando-Linux avahi-daemon[396]: Leaving mDNS multicast group on interface vmnet1.IPv4 wi
Jun 20 20:42:23 Commando-Linux avahi-daemon[396]: Leaving mDNS multicast group on interface enp3s0.IPv6 wi
Jun 20 20:42:23 Commando-Linux avahi-daemon[396]: Leaving mDNS multicast group on interface enp3s0.IPv4 wi
Jun 20 20:42:23 Commando-Linux avahi-daemon[396]: avahi-daemon 0.6.32 exiting.
Jun 20 20:42:23 Commando-Linux dbus[398]: [system] Activating via systemd: service name='org.freedesktop.A
Jun 20 20:42:23 Commando-Linux gdm3[481]: Freeing conversation 'gdm-password' with active job
Jun 20 20:42:23 Commando-Linux gdm3[481]: Tried to look up non-existent conversation gdm-launch-environmen
Jun 20 20:42:23 Commando-Linux gdm3[481]: Freeing conversation 'gdm-launch-environment' with active job
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopped Avahi mDNS/DNS-SD Stack.
Jun 20 20:42:23 Commando-Linux dbus[398]: [system] Activation via systemd failed for unit 'dbus-org.freede
Jun 20 20:42:23 Commando-Linux systemd-logind[409]: Removed session 3.
Jun 20 20:42:23 Commando-Linux dbus[398]: [system] Activating via systemd: service name='org.freedesktop.A
Jun 20 20:42:23 Commando-Linux dbus[398]: [system] Activation via systemd failed for unit 'dbus-org.freede
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopped TeamViewer remote control daemon.
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopped CUPS Scheduler.
Jun 20 20:42:23 Commando-Linux dbus[398]: [system] Activating via systemd: service name='org.freedesktop.A
Jun 20 20:42:23 Commando-Linux dbus[398]: [system] Activation via systemd failed for unit 'accounts-daemon
Jun 20 20:42:23 Commando-Linux gdm3[481]: Failed to contact accountsservice: Error calling StartServiceByN
Jun 20 20:42:23 Commando-Linux gdm3[481]: GLib: g_hash_table_find: assertion 'version == hash_table->versi
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopped GNOME Display Manager.
Jun 20 20:42:23 Commando-Linux systemd[1]: Stopped Samba NMB Daemon.
Jun 20 20:42:23 Commando-Linux /usr/lib/gdm3/gdm-x-session[2839]: (II) UnloadModule: "libinput"
Jun 20 20:42:23 Commando-Linux /usr/lib/gdm3/gdm-x-session[2839]: (II) systemd-logind: releasing fd for 13
Jun 20 20:42:24 Commando-Linux /usr/lib/gdm3/gdm-x-session[2839]: (II) UnloadModule: "libinput"
Jun 20 20:42:24 Commando-Linux /usr/lib/gdm3/gdm-x-session[2839]: (II) systemd-logind: releasing fd for 13
Jun 20 20:42:24 Commando-Linux vmware[7167]: [41B blob data]
Jun 20 20:42:24 Commando-Linux systemd[1]: Stopped Unattended Upgrades Shutdown.
Jun 20 20:42:24 Commando-Linux /usr/lib/gdm3/gdm-x-session[2839]: (II) UnloadModule: "libinput"
Jun 20 20:42:24 Commando-Linux /usr/lib/gdm3/gdm-x-session[2839]: (II) systemd-logind: releasing fd for 13
Jun 20 20:42:24 Commando-Linux vmware-USBArbitrator[7170]: [10B blob data]
Jun 20 20:42:24 Commando-Linux systemd[1]: Stopped LSB: This services starts and stops the USB Arbitrator.
Jun 20 20:42:24 Commando-Linux /usr/lib/gdm3/gdm-x-session[2839]: (II) UnloadModule: "libinput"
Jun 20 20:42:24 Commando-Linux /usr/lib/gdm3/gdm-x-session[2839]: (II) systemd-logind: releasing fd for 13
Jun 20 20:42:24 Commando-Linux /usr/lib/gdm3/gdm-x-session[2839]: (II) UnloadModule: "libinput"
Jun 20 20:42:24 Commando-Linux /usr/lib/gdm3/gdm-x-session[2839]: (II) systemd-logind: releasing fd for 13
Jun 20 20:42:24 Commando-Linux /usr/lib/gdm3/gdm-x-session[2839]: (II) UnloadModule: "libinput"
Jun 20 20:42:24 Commando-Linux /usr/lib/gdm3/gdm-x-session[2839]: (II) systemd-logind: releasing fd for 13
Jun 20 20:42:24 Commando-Linux kernel: NET: Unregistered protocol family 40
Jun 20 20:42:24 Commando-Linux /usr/lib/gdm3/gdm-x-session[2839]: (II) NVIDIA(GPU-0): Deleting GPU-0
Jun 20 20:42:24 Commando-Linux /usr/lib/gdm3/gdm-x-session[2839]: (WW) xf86CloseConsole: KDSETMODE failed:
Jun 20 20:42:24 Commando-Linux /usr/lib/gdm3/gdm-x-session[2839]: (WW) xf86CloseConsole: VT_GETMODE failed
Jun 20 20:42:24 Commando-Linux /usr/lib/gdm3/gdm-x-session[2839]: (WW) xf86CloseConsole: VT_ACTIVATE faile
Jun 20 20:42:24 Commando-Linux /usr/lib/gdm3/gdm-x-session[2839]: (II) Server terminated successfully (0).
Jun 20 20:42:24 Commando-Linux systemd[1]: Stopped Session 7 of user silva.
Jun 20 20:42:24 Commando-Linux systemd[1]: Removed slice User Slice of silva.
Jun 20 20:42:24 Commando-Linux systemd-logind[409]: Removed session 7.
Jun 20 20:42:24 Commando-Linux systemd[1]: Unmounted /run/user/1000.
Jun 20 20:42:24 Commando-Linux vmware[7167]: [53B blob data]
Jun 20 20:42:24 Commando-Linux vmware[7167]: [52B blob data]
Jun 20 20:42:24 Commando-Linux kernel: /dev/vmmon[7308]: Module vmmon: unloaded
Jun 20 20:42:24 Commando-Linux vmware[7167]: [36B blob data]
Jun 20 20:42:24 Commando-Linux systemd[1]: Unmounted /run/vmblock-fuse.
Jun 20 20:42:24 Commando-Linux vmware[7167]: [33B blob data]
Jun 20 20:42:24 Commando-Linux kernel: bridge-enp3s0: disabling the bridge
Jun 20 20:42:24 Commando-Linux vmnetBridge[863]: Stopped bridge enp3s0 to virtual network 0.
Jun 20 20:42:24 Commando-Linux vmnetBridge[863]: Bridge process exiting.
Jun 20 20:42:24 Commando-Linux kernel: bridge-enp3s0: down
Jun 20 20:42:24 Commando-Linux kernel: bridge-enp3s0: detached
Jun 20 20:42:24 Commando-Linux vmnet-dhcpd[878]: select: Interrupted system call
Jun 20 20:42:24 Commando-Linux vmnet-dhcpd[878]: exiting.
Jun 20 20:42:24 Commando-Linux NetworkManager[406]: <info>  [1497987744.4628] devices removed (path: /sys/
Jun 20 20:42:24 Commando-Linux vmnet-dhcpd[894]: select: Interrupted system call
Jun 20 20:42:24 Commando-Linux vmnet-dhcpd[894]: exiting.
Jun 20 20:42:24 Commando-Linux NetworkManager[406]: <info>  [1497987744.6184] devices removed (path: /sys/
Jun 20 20:42:24 Commando-Linux systemd[1]: Stopped LSB: This service starts and stops VMware services.
Jun 20 20:42:24 Commando-Linux systemd[1]: Stopped target Network is Online.
Jun 20 20:42:24 Commando-Linux systemd[1]: Stopped Network Manager Wait Online.
Jun 20 20:43:53 Commando-Linux systemd[1]: session-c2.scope: Stopping timed out. Killing.
Jun 20 20:43:53 Commando-Linux systemd[1]: session-c2.scope: Killing process 568 (Xorg) with signal SIGKIL
Jun 20 20:43:54 Commando-Linux kernel: nvidia-modeset: Freed GPU:0 (GPU-6754e943-781e-8bc9-b17e-c6ef970b89
Jun 20 20:43:54 Commando-Linux systemd[1]: Stopped Session c2 of user Debian-gdm.
Jun 20 20:43:54 Commando-Linux systemd[1]: session-c2.scope: Unit entered failed state.
Jun 20 20:43:54 Commando-Linux systemd[1]: Removed slice User Slice of Debian-gdm.
Jun 20 20:43:54 Commando-Linux systemd[1]: Stopping Login Service...
Jun 20 20:43:54 Commando-Linux systemd[1]: Stopping Permit User Sessions...
Jun 20 20:43:54 Commando-Linux systemd[1]: Stopped Permit User Sessions.
Jun 20 20:43:54 Commando-Linux systemd[1]: Stopped target Remote File Systems.
Jun 20 20:43:54 Commando-Linux systemd[1]: Stopped target Network.
Jun 20 20:43:54 Commando-Linux systemd[1]: Stopping Network Manager...
Jun 20 20:43:54 Commando-Linux NetworkManager[406]: <info>  [1497987834.2353] caught SIGTERM, shutting dow
Jun 20 20:43:54 Commando-Linux systemd[1]: Stopping Raise network interfaces...
Jun 20 20:43:54 Commando-Linux systemd[1]: Stopping WPA supplicant...
Jun 20 20:43:54 Commando-Linux NetworkManager[406]: <info>  [1497987834.2375] exiting (success)
Jun 20 20:43:54 Commando-Linux systemd[1]: Stopped WPA supplicant.
Jun 20 20:43:54 Commando-Linux systemd[1]: Stopped Network Manager.
Jun 20 20:43:54 Commando-Linux systemd[1]: Stopping D-Bus System Message Bus...
Jun 20 20:43:54 Commando-Linux systemd[1]: Stopped D-Bus System Message Bus.
Jun 20 20:43:54 Commando-Linux systemd[1]: Stopped Raise network interfaces.
Jun 20 20:43:54 Commando-Linux systemd[1]: Stopped Login Service.
Jun 20 20:43:54 Commando-Linux systemd[1]: Stopped target Basic System.
Jun 20 20:43:54 Commando-Linux systemd[1]: Stopped target Sockets.
Jun 20 20:43:54 Commando-Linux systemd[1]: Closed Avahi mDNS/DNS-SD Stack Activation Socket.
Jun 20 20:43:54 Commando-Linux systemd[1]: Closed CUPS Scheduler.
Jun 20 20:43:54 Commando-Linux systemd[1]: Closed UUID daemon activation socket.
Jun 20 20:43:54 Commando-Linux systemd[1]: Closed Syslog Socket.
Jun 20 20:43:54 Commando-Linux systemd[1]: Stopped target Slices.
Jun 20 20:43:54 Commando-Linux systemd[1]: Removed slice User and Session Slice.
Jun 20 20:43:54 Commando-Linux systemd[1]: Stopped target Paths.
Jun 20 20:43:54 Commando-Linux systemd[1]: Stopped CUPS Scheduler.
Jun 20 20:43:54 Commando-Linux systemd[1]: Stopped target User and Group Name Lookups.
Jun 20 20:43:54 Commando-Linux systemd[1]: Closed D-Bus System Message Bus Socket.
Jun 20 20:43:54 Commando-Linux systemd[1]: Stopped target System Initialization.
Jun 20 20:43:54 Commando-Linux systemd[1]: Stopped target Swap.
Jun 20 20:43:54 Commando-Linux systemd[1]: Deactivating swap /dev/sda5...
Jun 20 20:43:54 Commando-Linux systemd[1]: Stopping Update UTMP about System Boot/Shutdown...
Jun 20 20:43:54 Commando-Linux systemd[1]: Stopped target Encrypted Volumes.
Jun 20 20:43:54 Commando-Linux systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
Jun 20 20:43:54 Commando-Linux systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
Jun 20 20:43:54 Commando-Linux systemd[1]: Stopping Network Time Synchronization...
Jun 20 20:43:54 Commando-Linux systemd[1]: Stopped Apply Kernel Variables.
Jun 20 20:43:54 Commando-Linux systemd[1]: Stopped Load Kernel Modules.
Jun 20 20:43:54 Commando-Linux systemd[1]: Stopping Load/Save Random Seed...
Jun 20 20:43:54 Commando-Linux systemd[1]: Deactivated swap /dev/disk/by-path/pci-0000:00:1f.2-ata-1-part5
Jun 20 20:43:54 Commando-Linux systemd[1]: Deactivated swap /dev/disk/by-partuuid/5fae55a3-05.
Jun 20 20:43:54 Commando-Linux systemd[1]: Deactivated swap /dev/disk/by-id/wwn-0x50026b7856009226-part5.
Jun 20 20:43:54 Commando-Linux systemd[1]: Deactivated swap /dev/disk/by-id/ata-KINGSTON_SV300S37A120G_500
Jun 20 20:43:54 Commando-Linux systemd[1]: Deactivated swap /dev/sda5.
Jun 20 20:43:54 Commando-Linux systemd[1]: Deactivated swap /dev/disk/by-uuid/6f1019ea-516d-415d-a525-4147
Jun 20 20:43:54 Commando-Linux systemd[1]: Stopped Update UTMP about System Boot/Shutdown.
Jun 20 20:43:54 Commando-Linux systemd[1]: Stopped Load/Save Random Seed.
Jun 20 20:43:54 Commando-Linux systemd[1]: Stopped Network Time Synchronization.
Jun 20 20:43:54 Commando-Linux systemd[1]: Stopped Create Volatile Files and Directories.
Jun 20 20:43:54 Commando-Linux systemd[1]: Stopped target Local File Systems.
Jun 20 20:43:54 Commando-Linux systemd[1]: Unmounting /media/Windows...
Jun 20 20:43:54 Commando-Linux systemd[1]: Unmounting /home...
Jun 20 20:43:54 Commando-Linux systemd[1]: Unmounting /run/user/116...
Jun 20 20:43:54 Commando-Linux systemd[1]: Unmounting /media/Dados...
Jun 20 20:43:54 Commando-Linux ntfs-3g[327]: Unmounting /dev/sda2 (Windows)
Jun 20 20:43:54 Commando-Linux systemd[1]: Unmounted /media/Windows.
Jun 20 20:43:54 Commando-Linux systemd[1]: Unmounted /run/user/116.
Jun 20 20:43:54 Commando-Linux systemd[1]: Unmounted /home.
Jun 20 20:43:54 Commando-Linux systemd[1]: Stopped File System Check on /dev/disk/by-uuid/abef66a1-dc84-4c
Jun 20 20:43:54 Commando-Linux systemd[1]: Removed slice system-systemd\x2dfsck.slice.
Jun 20 20:43:54 Commando-Linux ntfs-3g[345]: Unmounting /dev/sdb1 (Dados)
Jun 20 20:43:54 Commando-Linux systemd[1]: Unmounted /media/Dados.
Jun 20 20:43:54 Commando-Linux systemd[1]: Reached target Unmount All Filesystems.
Jun 20 20:43:54 Commando-Linux systemd[1]: Stopped target Local File Systems (Pre).
Jun 20 20:43:54 Commando-Linux systemd[1]: Stopped Remount Root and Kernel File Systems.
Jun 20 20:43:54 Commando-Linux systemd[1]: Stopped Create Static Device Nodes in /dev.
Jun 20 20:43:54 Commando-Linux systemd[1]: Reached target Shutdown.
Jun 20 20:43:54 Commando-Linux systemd[1]: Reached target Final Step.
Jun 20 20:43:54 Commando-Linux systemd[1]: Starting Power-Off...
Jun 20 20:43:54 Commando-Linux systemd[1]: Shutting down.
Jun 20 20:43:54 Commando-Linux kernel: systemd-shutdow: 29 output lines suppressed due to ratelimiting
Jun 20 20:43:54 Commando-Linux systemd-shutdown[1]: Sending SIGTERM to remaining processes...
Jun 20 20:43:54 Commando-Linux systemd-journald[185]: Journal stopped
lines 4615-4636/4636 (END)
I'm thinking now that vmware might be the problem.
Notice the transition from "20:42:24" to "20:43:53"

User avatar
ira
Posts: 4
Joined: 2011-10-25 21:40
Has thanked: 1 time

Re: "A stop job is running"

#14 Post by ira »

Same problem here on a fresh installation of Debian 9 64bit GNOME :(
I have to wait 90sec in order to reboot


EDIT
Using the solution found here https://bugs.debian.org/cgi-bin/bugrepo ... bug=843090 I can instantly reboot or shutdown without having to wait for 90sec

Code: Select all

The observed behavior is prevented if Xorg instead of Wayland is used
for the login screen in gdm3. Therefore, edit section [daemon]
in /etc/gdm3/daemon.conf as follows:

/etc/gdm3/daemon.conf:
[daemon]
# Uncomment the line below to force the login screen to use Xorg
WaylandEnable=false
I am not sure what that actually does and If it has any side effects to the Debian system :?

EDIT 2

Unfortunately, forcing the login screen to use Xorg, as stated in my previous edit, did not did the trick :( :(

silvaf6
Posts: 70
Joined: 2017-06-12 16:45

Re: "A stop job is running"

#15 Post by silvaf6 »

Im using lightdm atm, I'll let you know if the problem persists. Tho i think my specific problem came from vmware.

Dai_trying
Posts: 1100
Joined: 2016-01-07 12:25
Has thanked: 5 times
Been thanked: 16 times

Re: "A stop job is running"

#16 Post by Dai_trying »

One known reason for a 90 second delay on bootup (especially if you have installed another OS) is the swap partition being reformatted and having a different UUID in your fstab file, you can check this easily by typing (or cut n paste)

Code: Select all

if [ $(cat /etc/fstab | grep swap | awk '{print $1}') == $(cat /etc/fstab | grep swap | awk '{print $1}') ]; then echo "All is good";else echo "Swap UUID is different to fstab";fi
into a terminal and it will tell you "All is good" (if UUID's match) or "Swap UUID is different to fstab" if it is different. This is only a simple bash command and I just tested it on a machine here and it seemed to work.

After all this, it may not be anything to do with your fstab or swap, but I thought I would mention it as I have known it to be an issue before...

HTH

User avatar
Nili
Posts: 441
Joined: 2014-04-30 14:04
Location: $HOME/♫♪
Has thanked: 5 times
Been thanked: 3 times

Re: "A stop job is running"

#17 Post by Nili »

I remember my conky not let me to shutdown properly year ago.
Sometimes "A stop job is running" appeared unexpected. But every time i killed conky before shut down. That message never appeared.

Myself, I had from conky that thing. Maybe systemd did not like something from conky Or whatever...

I think this issue/feature or whatever it is, needs to be clarified/fixed by systemd. Since it has come out from it.
Or, Or systemd don't find peace with something on the system, kernel or something else behind my knowledge.

I fixed mine by changing init.
openSUSE Tumbleweed KDE/Wayland

♫♪ Elisa playing...
Damascus Cocktail ♪ Black Reverie ♪ Dye the sky.

silvaf6
Posts: 70
Joined: 2017-06-12 16:45

Re: "A stop job is running"

#18 Post by silvaf6 »

Nili wrote:I remember my conky not let me to shutdown properly year ago.
Sometimes "A stop job is running" appeared unexpected. But every time i killed conky before shut down. That message never appeared.

Myself, I had from conky that thing. Maybe systemd did not like something from conky Or whatever...

I think this issue/feature or whatever it is, needs to be clarified/fixed by systemd. Since it has come out from it.
Or, Or systemd don't find peace with something on the system, kernel or something else behind my knowledge.

I fixed mine by changing init.
What do you mean changing init? Did you disable conky service from booting?

User avatar
Nili
Posts: 441
Joined: 2014-04-30 14:04
Location: $HOME/♫♪
Has thanked: 5 times
Been thanked: 3 times

Re: "A stop job is running"

#19 Post by Nili »

silvaf6 wrote:What do you mean changing init? Did you disable conky service from booting?
I mean by chaning "systemd" to sysvinit.
There is a chance to Install without systemd at least on Debian Jessie, No idea regarding Stretch!

Code: Select all

Jessie installs systemd by default on new installs. Should one desire to install without systemd, i.e use sysvinit-core instead (old sysV5 init), it is possible to use preseed to replace systemd with sysvinit at the end of the install (This probably won't work if selecting one of the desktop environments that require systemd specific features however). If using a preseed file already, just make sure to set the preseed value
No i didn't disabled conky on startup, simply a conky kill killall -9 conky on console before reboot/shutdown.

Regards!
openSUSE Tumbleweed KDE/Wayland

♫♪ Elisa playing...
Damascus Cocktail ♪ Black Reverie ♪ Dye the sky.

silvaf6
Posts: 70
Joined: 2017-06-12 16:45

Re: "A stop job is running"

#20 Post by silvaf6 »

Nili wrote:
silvaf6 wrote:What do you mean changing init? Did you disable conky service from booting?
I mean by chaning "systemd" to sysvinit.
There is a chance to Install without systemd at least on Debian Jessie, No idea regarding Stretch!

Code: Select all

Jessie installs systemd by default on new installs. Should one desire to install without systemd, i.e use sysvinit-core instead (old sysV5 init), it is possible to use preseed to replace systemd with sysvinit at the end of the install (This probably won't work if selecting one of the desktop environments that require systemd specific features however). If using a preseed file already, just make sure to set the preseed value
No i didn't disabled conky on startup, simply a conky kill killall -9 conky on console before reboot/shutdown.

Regards!
Which DE are you using? I think gnome requires systemd, not sure about cinnamon

Post Reply