You are not logged in.

#1 2012-11-02 02:15:05

frat
Member
Registered: 2011-10-08
Posts: 32

[SOLVED]systemd-fstab-generator and syslog error?

here is the bootup error message:

Nov  2 07:27:58 localhost [    9.207762] systemd-fstab-generator[151]: Failed to create unit file: File exists
Nov  2 07:27:58 localhost [   10.119699] systemd[1]: /usr/lib/systemd/system-generators/systemd-fstab-generator exited with exit status 1.
Nov  2 07:27:58 localhost [   10.544789] systemd[1]: Socket service syslog.service not loaded, refusing.
Nov  2 07:27:58 localhost [   10.544974] systemd[1]: Failed to listen on Syslog Socket.

and my fstab is here:

#
# /etc/fstab: static file system information
#
# <file system>    <dir>    <type>    <options>    <dump>    <pass>
tmpfs        /tmp    tmpfs    nodev,nosuid    0    0
/dev/sdb1 /boot ext2 defaults 0 1
/dev/sdb5 / jfs defaults 0 1
/dev/sdb6 /home ext4 defaults,user_xattr 0 1
/dev/sdb7 /var reiserfs defaults 0 1
/dev/sdb8 /tmp reiserfs defaults 0 1

Last edited by frat (2012-11-02 03:21:07)

Offline

#2 2012-11-02 02:18:06

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: [SOLVED]systemd-fstab-generator and syslog error?

I think that because it is already using tmp.mount to put /tmp on a tmpfs, it is probably conflicting.

Also, the "help me please" in you title is really annoying.  Why else would you be posting here?  That part is kind of assumed.  And when you assumed, you make an ass out of u and med.  Med doesn't like it one bit.

Offline

#3 2012-11-02 02:21:30

frat
Member
Registered: 2011-10-08
Posts: 32

Re: [SOLVED]systemd-fstab-generator and syslog error?

thank you for help,i changed the title.

Offline

#4 2012-11-02 02:22:13

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: [SOLVED]systemd-fstab-generator and syslog error?

Med thanks you.

Offline

#5 2012-11-02 02:32:57

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,693

Re: [SOLVED]systemd-fstab-generator and syslog error?

frat wrote:

thank you for help,i changed the title.

If you are wondering what happened to your first post, You hit the report link, not the reply link  hmm

It happens tongue


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way

Offline

#6 2012-11-02 02:36:38

frat
Member
Registered: 2011-10-08
Posts: 32

Re: [SOLVED]systemd-fstab-generator and syslog error?

systemd-fstab-generator is fixed,thank you.

syslog errors still:
Nov  2 10:29:44 localhost [   10.051816] systemd[1]: Socket service syslog.service not loaded, refusing.
Nov  2 10:29:44 localhost [   10.052000] systemd[1]: Failed to listen on Syslog Socket.

#systemctl status syslog
syslog.service
      Loaded: error (Reason: No such file or directory)
      Active: inactive (dead)

#systemctl status syslog.socket
syslog.socket - Syslog Socket
      Loaded: loaded (/usr/lib/systemd/system/syslog.socket; static)
      Active: inactive (dead)
        Docs: man:systemd.special(7)
              http://www.freedesktop.org/wiki/Software/systemd/syslog
      CGroup: name=systemd:/system/syslog.socket

any advice?

Last edited by frat (2012-11-02 02:56:37)

Offline

#7 2012-11-02 02:56:39

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: [SOLVED]systemd-fstab-generator and syslog error?

The syslog thing is not critical.  If you don't have a syslong installed, you need not worry about it, as that functionality is now taken over by the journal.  I just masked it.  See the wiki for more info.

Offline

#8 2012-11-02 03:14:11

frat
Member
Registered: 2011-10-08
Posts: 32

Re: [SOLVED]systemd-fstab-generator and syslog error?

It's fixed. syslog-ng is not started.

thak you.

Offline

#9 2012-11-02 03:15:03

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: [SOLVED]systemd-fstab-generator and syslog error?

Sure, just remember to mark as solved.  Just edit the title.

Offline

#10 2012-11-02 09:20:09

tomegun
Developer
From: France
Registered: 2010-05-28
Posts: 661

Re: [SOLVED]systemd-fstab-generator and syslog error?

For the sake of anyone else running across this: the problem is that you have two entries for /tmp in your fstab.

Offline

Board footer

Powered by FluxBB