Showing posts with label systemd. Show all posts
Showing posts with label systemd. Show all posts

Wednesday, April 17, 2013

Forward journald to var/log in systemd journal.conf file

You can edit /etc/systemd/journald.conf to forward all messages to syslog.
Just remove the # before
#ForwardToSyslog=yes

Suggestion from Oliver

Monday, March 4, 2013

Autologin while having systemd in Arch

I have researched diverse options to realize autologin after systemd came to Arch.
The simplest way is to have slim installed and edit /etc/slim.conf . Change
#auto_login         no
to: auto_login          yes
and
#default_user        live
to
default_user        username

Monday, February 25, 2013

Slow booting and error 'Started Trigger flushing.."

"Started Trigger flushing of journal to persistent storage"    is the error message.
The cause mysterious tll I found this suggestion
I checked my swap UUID in fstab with #blkid and indeed it was wrong.
So solution:
Find out what partition your swap is
$ blkid
 
And alter the uuid to for instance:
/dev/sda7 

Blog Archive