Discussion:
[pxes-devel] PXES + NX problems / details
o***@hekiat.net
2006-02-17 10:01:07 UTC
Permalink
Yesterday, I posted some issues I'm having with PXES + NX.

Here are some more details:

***************************************************************************
This is from the session log file of the nxserver product:


** (eggcups:13128): CRITICAL **: couldn't connect to session bus: Unable to determine the address of the message b
us
mount: can't find /dev/hdb9 in /etc/fstab or /etc/mtab
/usr/share/rhn/rhn_applet/rhn_applet.py:263: GtkDeprecationWarning: gtk.timeout_add is deprecated, use gobject.tim
eout_add instead
self.nag_timeout_tag = gtk.timeout_add(self.nag_interval * 1000, self.nag_handler)
/usr/share/rhn/rhn_applet/rhn_applet.py:385: GtkDeprecationWarning: gtk.timeout_add is deprecated, use gobject.tim
eout_add instead
self.animate_timeout_tag = gtk.timeout_add(int(math.floor(1000 * ANIMATION_TOTAL_TIME/len(frames))), self.animat
e_handler)
/usr/share/rhn/rhn_applet/rhn_applet.py:135: GtkDeprecationWarning: gtk.FALSE is deprecated, use False instead
self.menu_items[menu].set_sensitive(gtk.FALSE)
/usr/share/rhn/rhn_applet/rhn_applet.py:138: GtkDeprecationWarning: gtk.TRUE is deprecated, use True instead
self.menu_items[menu].set_sensitive(gtk.TRUE)
/usr/share/rhn/rhn_applet/rhn_applet.py:955: GtkDeprecationWarning: gtk.mainloop is deprecated, use gtk.main inste
ad
gtk.mainloop()
/usr/lib/python2.4/site-packages/gtk-2.0/gtk/__init__.py:70: GtkDeprecationWarning: gtk.TRUE is deprecated, use Tr
ue instead
return self.func(*args, **kwargs)
Info: End of session requested by agent termination.
Info: Waiting for a further signal to complete.
Info: Shutting down the link and exiting.


In this case, it seems that the client died. Either the client reboots or
is in an unknown state since I can't ssh to it. How can I capture syslog
info from the client, to be sent to a syslog server somewhere on the lan?

***************************************************************************

Hovanes

Loading...