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

 

 

 

Debian freeze and log messages

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
blob84
Posts: 13
Joined: 2010-06-06 18:11

Debian freeze and log messages

#1 Post by blob84 »

Hello there happen that the system freeze.
Info:

Code: Select all

Linux debian (8) 3.16.0-4-amd64 #1 SMP Debian 3.16.51-3 (2017-12-13) x86_64 GNU/Linux
nvidia geforce gtx 460 wiith nvidia driver
gdm3 and mate
I 've found these messages in /var/messages:

Code: Select all

Jan 20 17:02:39 debian /etc/gdm3/Xsession[9471]: [9720:9758:0120/170239.033191:ERROR:nss_util.cc(724)] After loading Root Certs, loaded==false: NSS error code: -8018
Jan 20 17:04:07 debian /etc/gdm3/Xsession[9471]: [9720:9759:0120/170407.841752:ERROR:object_proxy.cc(573)] Failed to call method: org.gnome.SessionManager.Inhibit: object_path= /org/gnome/SessionManager: org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files
Jan 20 17:04:07 debian /etc/gdm3/Xsession[9471]: [9720:9759:0120/170407.841767:ERROR:power_save_blocker_x11.cc(336)] No response to Inhibit() request!
Jan 20 17:04:07 debian /etc/gdm3/Xsession[9471]: [9720:9759:0120/170407.842336:ERROR:object_proxy.cc(573)] Failed to call method: org.gnome.SessionManager.Uninhibit: object_path= /org/gnome/SessionManager: org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files
Jan 20 17:04:07 debian /etc/gdm3/Xsession[9471]: [9720:9759:0120/170407.842344:ERROR:power_save_blocker_x11.cc(408)] No response to Uninhibit() request!
Jan 20 17:05:56 debian /etc/gdm3/Xsession[9471]: (caja:9551): GLib-GObject-WARNING **: /build/glib2.0-y6934K/glib2.0-2.42.1/./gobject/gsignal.c:2579: instance '0x1a39c10' has no handler with id '3183'
Jan 20 17:05:56 debian /etc/gdm3/Xsession[9471]: (caja:9551): GLib-GObject-WARNING **: /build/glib2.0-y6934K/glib2.0-2.42.1/./gobject/gsignal.c:2579: instance '0x1c55f80' has no handler with id '4661'
Jan 20 17:07:19 debian /etc/gdm3/Xsession[9471]: [9720:9758:0120/170719.313652:ERROR:service_manager.cc(157)] Connection InterfaceProviderSpec prevented service: content_renderer from binding interface: blink::mojom::ReportingServiceProxy exposed by: content_browser
Jan 20 17:07:19 debian /etc/gdm3/Xsession[9471]: [43:62:0120/170719.362145:ERROR:adm_helpers.cc(62)] Failed to query stereo recording.
Jan 20 17:07:19 debian /etc/gdm3/Xsession[9471]: [9720:9759:0120/170719.366859:ERROR:object_proxy.cc(573)] Failed to call method: org.gnome.SessionManager.Inhibit: object_path= /org/gnome/SessionManager: org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files
Jan 20 17:07:19 debian /etc/gdm3/Xsession[9471]: [9720:9759:0120/170719.366875:ERROR:power_save_blocker_x11.cc(336)] No response to Inhibit() request!
Jan 20 17:08:16 debian /etc/gdm3/Xsession[9471]: [9720:9759:0120/170816.753880:ERROR:object_proxy.cc(573)] Failed to call method: org.gnome.SessionManager.Uninhibit: object_path= /org/gnome/SessionManager: org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files
Jan 20 17:08:16 debian /etc/gdm3/Xsession[9471]: [9720:9759:0120/170816.753899:ERROR:power_save_blocker_x11.cc(408)] No response to Uninhibit() request!
Last edited by blob84 on 2018-01-20 15:30, edited 1 time in total.

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

Re: Debian freeze and log messages

#2 Post by Head_on_a_Stick »

blob84 wrote:the system freeze
What did you do to try and unfreeze it?

It looks like GDM is having problems, do you get this issue if you drop the display manager?

Also, which version of Debian are you using and what is your hardware?

Try systemd's journal, that may have more information:

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

Note that persistent journaling will have to be enabled, for instructions see

Code: Select all

man journald.conf
deadbang

blob84
Posts: 13
Joined: 2010-06-06 18:11

Re: Debian freeze and log messages

#3 Post by blob84 »

if I stop gdm3 via systemctl I get a black screen with a blinking underscore, to go back I have to press ctrl-alt-F1 to use console.
I update the first message of the post with info.
Journal is enabled.

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

Re: Debian freeze and log messages

#4 Post by Head_on_a_Stick »

blob84 wrote:if I stop gdm3 via systemctl I get a black screen with a blinking underscore, to go back I have to press ctrl-alt-F1 to show console.
Yes, that is the expected behaviour.

For testing purposes, let us see if a simple openbox desktop will start; first install openbox:

Code: Select all

# apt install openbox
Then set your box to boot to a console screen:

Code: Select all

# systemctl set-default multi-user.target
Now reboot and try to start the desktop from the TTY command line:

Code: Select all

startx /usr/bin/openbox-session
You can re-enable a graphical login afterwards with:

Code: Select all

# systemctl set-default graphical.target
And we really do need to know which Debian version you are using, the booted kernel type doesn't actually tell us this...

Code: Select all

apt-cache policy
deadbang

blob84
Posts: 13
Joined: 2010-06-06 18:11

Re: Debian freeze and log messages

#5 Post by blob84 »

it is Debian 8.
The freeze are random, for example now all is working fine.
I really don't know.
It happened when I watched youtube videos but I'm not sure it is youtube.
Currently I'm using mate which is light.

Post Reply