I installed upstart 1.5 and strange.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
upstart (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
I was barely install upstart-1.5.
I was croos compile the upstart.
croos compile from pc to put the target board.
Strangely, which operates in the boot.
[/CODE]
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/
EXT4-fs (mmcblk1p3): mounted filesystem with ordered data mode. Opts: (null)
Begin: Running /scripts/
done.
Begin: Running /scripts/
init://
init: Unable to listen for private connections: Operating system does not support abstract socket namespace
init: mountall main process (866) terminated with status 1
init: rc-sysinit main process (856) terminated with status 1
General error mounting filesystems.
A maintenance shell will now be started.
CONTROL-D will terminate this shell and reboot the system.
Give root password for maintenance
(or type Control-D to continue): [MAX98090] max98090_
Login incorrect.
Give root password for maintenance
(or type Control-D to continue):
root@odroid-x:~# touch aaa
touch: cannot touch `aaa': Read-only file system
root@odroid-x:~# mount -o remoun, rw /
mount: special device rw does not exist
root@odroid-x:~# mount -o remount, rw /
EXT4-fs (mmcblk1p3): re-mounted. Opts: (null)
root@odroid-x:~# runlevel
runlevel:
root@odroid-x:~# telinit
telinit: missing runlevel
Try `telinit --help' for more information.
root@odroid-x:~# telinit 2
telinit: Operating system does not support abstract socket namespace
root@odroid-x:~# reboot
shutdown: Operating system does not support abstract socket namespace
[CODE/]
How can I fix this problem?