Fw: my ubuntu pc crashed twice in about 6 hours....
I am providing here my investigation (i tried) after the latest crash. the server is running in VM on windows xp host.
I am suspecting rsyslog and NTP, but not sure how to fix...
pl advice.
it is 10.10 desktop edition.
reboot** system boot* 2.6.35-32-generi Sat Sep 22 04:30 - 04:33* (00:03)
root@mypc:/var/log# uname -a
Linux mypc 2.6.35-32-generic #67-Ubuntu SMP Mon Mar 5 19:35:26 UTC 2012 i686 GNU/Linux
root@mypc:/var/log#
/usr/lib/pm-utils/power.d/intel-audio-powersave false: success.
Running hook /usr/lib/pm-utils/power.d/journal-commit false:
Setting journal commit time for / to 0...Done.
root@mypc:/var/log/gdm# tail
:0-greeter.log
Window manager warning: meta_window_activate called by a pager with a 0 timestamp; the pager needs to be fixed.
(gnome-power-manager:1859): Gtk-WARNING **: A floating object was finalized. This means that someone
called g_object_unref() on an object that had only a floating
reference; the initial floating reference is not owned by anyone
and must be removed with g_object_ref_sink().
Window manager warning: CurrentTime used to choose focus window; focus window may not be correct.
Window manager warning: Got a request to focus the no_focus_window with a timestamp of 0.* This shouldn't happen!
root@mypc:/var/log/gdm#
myuser@mypc:/var/log$ grep -v "^#" /etc/ntp.conf* | grep -v ^$
driftfile /var/lib/ntp/ntp.drift
statistics loopstats peerstats clockstats
filegen loopstats file
loopstats type day enable
filegen peerstats file peerstats type day enable
filegen clockstats file clockstats type day enable
restrict -4 default kod notrap nomodify nopeer noquery
restrict -6 default kod notrap nomodify nopeer noquery
restrict 127.0.0.1
restrict ::1
server ntp.ubuntu.com
myuser@mypc:/var/log$
I also get:
policykit authntication agent not responding.
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
09-22-2012, 12:23 PM
Avi Greenbury
Fw: my ubuntu pc crashed twice in about 6 hours....
Rajeev Prasad wrote:
> I am providing here my investigation (i tried) after the latest crash. the server is running in VM on windows xp host.
What happened in the 'crash'? It looks like it's just X going away,
apparently because of a segfault; what were the symptoms?
--
Avi
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
09-22-2012, 01:49 PM
Rajeev Prasad
Fw: my ubuntu pc crashed twice in about 6 hours....
yes, sometimes X does crash on this linux VM, but the only thing that affects is i have to re-logon to the GUI. the system keeps running and i can ssh into it fine. maybe it is due to low RAM (VM is allowed 1GB of RAM on a 4GB RAM system running a lot of XP apps)
but in this case, system is unresponsive to ping, ssh etc. and the vmplayer window in which it runs is not visible any more. So i say it is a crash. I do not see any core files though.
last night i removed a lot of old .gz log files from apache folder, it had old logs from 2010. i restarted the host PC also. i checked this morning, it is still running. i am also not seeing any rsyslog errors in the syslog log. maybe too many old log files were affecting rsyslog. it is too early to say i am good. i still do not know why rsyslog died and how I can prevent it. i also
do not know why NTP is failing.
thank you.
Rajeev
$ grep -v "^$" ntp.conf|grep -v "^#"
driftfile /var/lib/ntp/ntp.drift
statistics loopstats peerstats clockstats
filegen loopstats file loopstats type day enable
filegen peerstats file peerstats type day enable
filegen clockstats file clockstats type day enable
restrict -4 default kod notrap nomodify nopeer noquery
restrict -6 default kod notrap nomodify nopeer noquery
restrict 127.0.0.1
restrict ::1
server ntp.ubuntu.com
$ cd /etc/default/
$ cat ntp
NTPD_OPTS='-g'
$ cat
ntpdate
# The settings in this file are used by the program ntpdate-debian, but not
# by the upstream program ntpdate.
# Set to "yes" to take the server list from /etc/ntp.conf, from package ntp,
# so you only have to keep it in one place.
NTPDATE_USE_NTP_CONF=yes
# List of NTP servers to use* (Separate multiple servers with spaces.)
# Not used if NTPDATE_USE_NTP_CONF is yes.
NTPSERVERS="ntp.ubuntu.com"
# Additional options to pass to ntpdate
NTPOPTIONS=""
From: Avi Greenbury <lists@avi.co>
To: Rajeev Prasad <rp.neuli@yahoo.com>; "Ubuntu user technical support, not for
general discussions" <ubuntu-users@lists.ubuntu.com>
Sent: Saturday, September 22, 2012 7:23 AM
Subject: Re: Fw: my ubuntu pc crashed twice in about 6 hours....
Rajeev Prasad wrote:
> I am providing here my investigation (i tried) after the latest crash. the server is running in VM on windows xp host.
What happened in the 'crash'? It looks like it's just X going away,
apparently because of a segfault; what were the symptoms?
--
Avi
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
09-22-2012, 02:07 PM
Rajeev Prasad
Fw: my ubuntu pc crashed twice in about 6 hours....
the ntp issue is resolved by selecting servers inside firewall.
rsyslog issue is still unresolved
From: Rajeev Prasad <rp.neuli@yahoo.com>
To: Avi Greenbury <lists@avi.co>; "Ubuntu user technical support, not for general discussions" <ubuntu-users@lists.ubuntu.com>
Sent: Saturday, September 22, 2012 8:49 AM
Subject: Re: Fw: my ubuntu pc crashed twice in
about 6 hours....
yes, sometimes X does crash on this linux VM, but the only thing that affects is i have to re-logon to the GUI. the system keeps running and i can ssh into it fine. maybe it is due to low RAM (VM is allowed 1GB of RAM on a 4GB RAM system running a lot of XP apps)
but in this case, system is unresponsive to ping, ssh etc. and the vmplayer window in which it runs is not visible any more. So i say it is a crash. I do not see any core files though.
last night i removed a lot of old .gz log files from apache folder, it had old logs from 2010. i restarted the host PC also. i checked this morning, it is still running. i am also not seeing any rsyslog errors in the syslog log. maybe too many old log files were affecting rsyslog. it is too early to say i am good.
i still do not know why rsyslog died and how I can prevent it. i also
do not know why NTP is failing.
thank you.
Rajeev
$ grep -v "^$" ntp.conf|grep -v "^#"
driftfile /var/lib/ntp/ntp.drift
statistics loopstats peerstats clockstats
filegen loopstats file loopstats type day enable
filegen peerstats file peerstats type day enable
filegen clockstats file clockstats type day enable
restrict -4 default kod notrap nomodify nopeer noquery
restrict -6 default kod notrap nomodify nopeer noquery
restrict 127.0.0.1
restrict ::1
server ntp.ubuntu.com
$ cd /etc/default/
$ cat
ntp
NTPD_OPTS='-g'
$ cat
ntpdate
# The settings in this file are used by the program ntpdate-debian, but not
# by the upstream program ntpdate.
# Set to "yes" to take the server list from /etc/ntp.conf, from package ntp,
# so you only have to keep it in one place.
NTPDATE_USE_NTP_CONF=yes
# List of NTP servers to use* (Separate multiple servers with spaces.)
# Not used if NTPDATE_USE_NTP_CONF is yes.
NTPSERVERS="ntp.ubuntu.com"
# Additional options to pass to ntpdate
NTPOPTIONS=""
From: Avi Greenbury <lists@avi.co>
To: Rajeev Prasad <rp.neuli@yahoo.com>; "Ubuntu user technical support, not for
general discussions" <ubuntu-users@lists.ubuntu.com>
Sent: Saturday, September 22, 2012 7:23 AM
Subject: Re: Fw: my ubuntu pc crashed twice in about 6 hours....
Rajeev Prasad wrote:
> I am providing here my investigation (i tried) after the latest crash. the server is running in VM on windows xp host.
What happened in the 'crash'? It looks like it's just X going away,
apparently because of a segfault; what were the symptoms?
--
Avi
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
09-22-2012, 02:07 PM
Rajeev Prasad
Fw: my ubuntu pc crashed twice in about 6 hours....
the ntp issue is resolved by selecting servers inside firewall.
rsyslog issue is still unresolved
From: Rajeev Prasad <rp.neuli@yahoo.com>
To: Avi Greenbury <lists@avi.co>; "Ubuntu user technical support, not for general discussions" <ubuntu-users@lists.ubuntu.com>
Sent: Saturday, September 22, 2012 8:49 AM
Subject: Re: Fw: my ubuntu pc crashed twice in
about 6 hours....
yes, sometimes X does crash on this linux VM, but the only thing that affects is i have to re-logon to the GUI. the system keeps running and i can ssh into it fine. maybe it is due to low RAM (VM is allowed 1GB of RAM on a 4GB RAM system running a lot of XP apps)
but in this case, system is unresponsive to ping, ssh etc. and the vmplayer window in which it runs is not visible any more. So i say it is a crash. I do not see any core files though.
last night i removed a lot of old .gz log files from apache folder, it had old logs from 2010. i restarted the host PC also. i checked this morning, it is still running. i am also not seeing any rsyslog errors in the syslog log. maybe too many old log files were affecting rsyslog. it is too early to say i am good.
i still do not know why rsyslog died and how I can prevent it. i also
do not know why NTP is failing.
thank you.
Rajeev
$ grep -v "^$" ntp.conf|grep -v "^#"
driftfile /var/lib/ntp/ntp.drift
statistics loopstats peerstats clockstats
filegen loopstats file loopstats type day enable
filegen peerstats file peerstats type day enable
filegen clockstats file clockstats type day enable
restrict -4 default kod notrap nomodify nopeer noquery
restrict -6 default kod notrap nomodify nopeer noquery
restrict 127.0.0.1
restrict ::1
server ntp.ubuntu.com
$ cd /etc/default/
$ cat
ntp
NTPD_OPTS='-g'
$ cat
ntpdate
# The settings in this file are used by the program ntpdate-debian, but not
# by the upstream program ntpdate.
# Set to "yes" to take the server list from /etc/ntp.conf, from package ntp,
# so you only have to keep it in one place.
NTPDATE_USE_NTP_CONF=yes
# List of NTP servers to use* (Separate multiple servers with spaces.)
# Not used if NTPDATE_USE_NTP_CONF is yes.
NTPSERVERS="ntp.ubuntu.com"
# Additional options to pass to ntpdate
NTPOPTIONS=""
From: Avi Greenbury <lists@avi.co>
To: Rajeev Prasad <rp.neuli@yahoo.com>; "Ubuntu user technical support, not for
general discussions" <ubuntu-users@lists.ubuntu.com>
Sent: Saturday, September 22, 2012 7:23 AM
Subject: Re: Fw: my ubuntu pc crashed twice in about 6 hours....
Rajeev Prasad wrote:
> I am providing here my investigation (i tried) after the latest crash. the server is running in VM on windows xp host.
What happened in the 'crash'? It looks like it's just X going away,
apparently because of a segfault; what were the symptoms?
--
Avi
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users