[Bug 459730] Re: rsyslog doesn't create /dev/xconsole

Peter Lemieux 459730 at bugs.launchpad.net
Tue Jun 5 19:33:24 UTC 2012


Having just encountered this on a copy of 12.04 Server running on a
virtual machine, I endorse Kenyon Ralph's approach in post 33 above.  I
don't intend to run X on this machine, so it's easiest to comment out
the part at the end of /etc/rsyslog.d/50-default.conf that pipes some
output to /dev/xsession.

I think the server version of this file should have the pipe to xsession
disabled by default.  Ubuntu Server doesn't ship with a version of X so
the current 50-default.conf file conflicts with the basic configuration
of the distribution.

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to rsyslog in Ubuntu.
https://bugs.launchpad.net/bugs/459730

Title:
  rsyslog doesn't create /dev/xconsole

Status in “rsyslog” package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: rsyslog

  Looks like this was missed in the move to upstart.

  This function was called in init.d/rsyslog start:

  create_xconsole() {
          if [ ! -e /dev/xconsole ]
          then
                  mknod -m 640 /dev/xconsole p
                  chown root:adm /dev/xconsole
                  [ -x /sbin/restorecon ] && /sbin/restorecon /dev/xconsole
          fi
  }

  I can't find any reference to it now. If this is old school then it should be re
  moved from the config.

  rsyslog:
    Installed: 4.2.0-2ubuntu5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rsyslog/+bug/459730/+subscriptions




More information about the foundations-bugs mailing list