You are not logged in.
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
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
thank you for help,i changed the title.
Offline
Med thanks you.
Offline
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 ![]()
It happens ![]()
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
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
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
It's fixed. syslog-ng is not started.
thak you.
Offline
Sure, just remember to mark as solved. Just edit the title.
Offline
For the sake of anyone else running across this: the problem is that you have two entries for /tmp in your fstab.
Offline