system does not start
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| linux (Ubuntu) |
Undecided
|
Unassigned |
Bug Description
The System does not start. When starting in recovery mode the error
"failed to start Create Static Device Nodes in /dev.
See 'systemctl status systemd-
is shown.
When typing
systemctl status systemd-
into the console, the answer is:
Unit systemd-
The System does only start in recovery mode and I would expect an normal start.
Thanks for help in advance.
ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: linux-image-
ProcVersionSign
Uname: Linux 4.15.0-42-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.5
Architecture: amd64
AudioDevicesInUse:
USER PID ACCESS COMMAND
/dev/snd/
/dev/snd/
CurrentDesktop: ubuntu:GNOME
Date: Mon Dec 10 10:42:07 2018
HibernationDevice: RESUME=
InstallationDate: Installed on 2012-05-11 (2404 days ago)
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425)
IwConfig:
eth0 no wireless extensions.
lo no wireless extensions.
ProcFB:
ProcKernelCmdLine: BOOT_IMAGE=
RelatedPackageV
linux-
linux-
linux-firmware 1.173.2
RfKill:
SourcePackage: linux
UpgradeStatus: Upgraded to bionic on 2018-12-10 (0 days ago)
dmi.bios.date: 12/27/2011
dmi.bios.vendor: Intel Corp.
dmi.bios.version: BLH6710H.
dmi.board.
dmi.board.name: DH67BL
dmi.board.vendor: Intel Corporation
dmi.board.version: AAG10189-209
dmi.chassis.type: 3
dmi.modalias: dmi:bvnIntelCor
dmi.sys.vendor: bluechip Computer AG
Oliver (oli3) wrote : | #1 |
Changed in linux (Ubuntu): | |
status: | New → Confirmed |
g.bruno (g-bruno) wrote : | #3 |
I got the same issue. "systemctl status systemd-
In /var/log/syslog these lines precede the error:
Jan 11 14:37:48 Intel-i5-Tower systemd[1]: Started Apply Kernel Variables.
Jan 11 14:37:48 Intel-i5-Tower systemd-
Jan 11 14:37:48 Intel-i5-Tower systemd-
Jan 11 14:37:48 Intel-i5-Tower systemd-
Jan 11 14:37:48 Intel-i5-Tower systemd-
Jan 11 14:37:48 Intel-i5-Tower systemd-
Jan 11 14:37:48 Intel-i5-Tower systemd-
Jan 11 14:37:48 Intel-i5-Tower systemd-
Jan 11 14:37:48 Intel-i5-Tower systemd-
Jan 11 14:37:48 Intel-i5-Tower systemd-
Jan 11 14:37:48 Intel-i5-Tower systemd-
Jan 11 14:37:48 Intel-i5-Tower systemd-
Jan 11 14:37:48 Intel-i5-Tower systemd-
Jan 11 14:37:48 Intel-i5-Tower systemd-
Jan 11 14:37:48 Intel-i5-Tower systemd-
Jan 11 14:37:48 Intel-i5-Tower systemd[1]: systemd-
Jan 11 14:37:48 Intel-i5-Tower systemd[1]: systemd-
Jan 11 14:37:48 Intel-i5-Tower systemd-fsck[584]: Ubuntu/home: sauber, 316299/66273280 Dateien, 223989723/265086556 Blöcke
Jan 11 14:37:48 Intel-i5-Tower systemd[1]: Failed to start Create Static Device Nodes in /dev.
Jan 11 14:37:48 Intel-i5-Tower systemd[1]: Reached target Local File Systems (Pre).
Perhaps the error is due to the unsave symlinks?
g.bruno (g-bruno) wrote : | #4 |
Found a possible solution on
https:/
-------
Well. Problem is the root folder has user as an owner.
Code:
root@myserver:~# stat -c "%U %G" /
user user
Solution is:
Code:
root@myserver:~# chown root:root /
root@myserver:~# stat -c "%U %G" /
root root
root@myserver:~# systemctl start systemd-
root@myserver:~#
-------
For me the result of 'stat -c "%U %G" /' is
nobody nogroup
I changed it to root:root and hope that it will work.
Greetings gbruno
Fabricio (fabriciompc) wrote : | #5 |
Thats it! Thank you!!!
sunbeam (dac-sunbeam) wrote : | #6 |
Thanks g.bruno ..it has solved my headache
This change was made by a bot.