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

Kenyon Ralph kenyon at kenyonralph.com
Fri Dec 2 03:48:56 UTC 2011


On 2011-12-01T09:20:27-0000, "alligator424 at free.fr" <459730 at bugs.launchpad.net> wrote:
> Same problem in 10.04 64 bit.
> I tried something: I added "touch /dev/xconsole" in
> /etc/gdm/Init/Default at the beginning of the file.
> 
> It seems to solve the issue,
> 
>  though I am not sure it is a good thing to proceed as well.

The best thing to do is to comment out the lines referencing
/dev/xconsole in the rsyslog configuration file, if you don't use
xconsole. Like this:

#daemon.*;mail.*;\
#        news.err;\
#        *.=debug;*.=info;\
#        *.=notice;*.=warn      |/dev/xconsole

-- 
Kenyon Ralph

-- 
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