Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Boot error in 9.10 - init: job_process.c:529:

  1. #1
    Join Date
    Nov 2009
    Beans
    3

    Boot error in 9.10 - init: job_process.c:529:

    Upgraded to 9.10 Karmic Koala without major incident. Now the system will not boot except from the liveCD. Errors shown below:

    init: job_process.c:529: unhandled error from job_process_spawn: Permission denied.
    failed to spawn mountall_shell main process


    The upgraded Ubuntu install is on its own partition on a SATA drive. In an attempt to fix the problem, I installed 9.10 on an older ide drive, but the boot error is the same.

    A couple of folks had a similar error on the spamish adn hungarian forums, but I can't see a solution, even with google translate:


    The last few process I worked on prior to this error were:

    1. Fixed the difficulty withpulseaudio and ICE1712 soundcard: https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/178442

    2. Installed Spideroak backup https://spideroak.com/


    I will post the /var/log/syslog below if that helps.

    Thanks in advance.
    Last edited by Mark Hulme; November 23rd, 2009 at 04:13 PM.

  2. #2
    Join Date
    Nov 2009
    Beans
    3

    Re: Boot error in 9.10 - init: job_process.c:529:

    As indicated above, here is the var/log/syslog.

    Thanks again.
    Attached Files Attached Files

  3. #3
    Join Date
    Jan 2009
    Location
    Buenos Aires, Argentina
    Beans
    669

    Re: Boot error in 9.10 - init: job_process.c:529:

    From syslog:

    Code:
    EXT3-fs warning: mounting fs with errors, running e2fsck is recommended
    I suggest you run a file system check.

  4. #4
    Join Date
    Nov 2009
    Beans
    3

    Re: Boot error in 9.10 - init: job_process.c:529:

    Thanks - I previously ran a filesystem check on the drive using Gparted from the live ubuntu CD, it fixed a few errors but seemed to make no difference to this boot issue.

    After the upgrade to Karmic, the system would run out of memory after about 10 minutes of inactivity, forcing me to restart. The drive was apparently mounting read only. Tried to fix this in the fstab, but this boot error overtook me in that process. Would this repeated restarting have led to corruption of the filesystem?

    I have run another e2fsck on both drives, but the errors are the same:

    init: Failed to spawn udevmonitor main process: unable to execute: Permission denied
    init: job_process.c:529: Unhandled error from job_process_spawn: Permission denied.
    init: Failed to spawn udevtrigger main process: unable to execute: Permission denied
    init: job_process.c:529: Unhandled error from job_process_spawn: Permission denied.
    init: Failed to spawn udev-finish main process: unable to execute: Permission denied
    init: job_process.c:529: Unhandled error from job_process_spawn: Permission denied.
    init: Failed to spawn networking main process: unable to execute: Permission denied
    *** (tries and fails to mount hard drives)init: job_process.c:529: Unhandled error from job_process_spawn: Permission denied.
    init: Failed to spawn mountall post-stop process: unable to execute: Permission denied
    init: job_process.c:529: Unhandled error from job_process_spawn: Permission denied.
    init: Failed to spawn mountall-shell main process: unable to execute: Permission denied
    init: job_process.c:529: Unhandled error from job_process_spawn: Permission denied.
    init: Failed to spawn mountall-shell post-stop process: unable to execute: Permission denied
    Grub loads fine, and I can chose any of 4 kernels, but all have similar init errors to those listed above.The realtime (rt) kernel gives these errors:

    udevadm trigger is not permitted while udev is unconfigured.
    udevadm settle is not permitted while udev is unconfigured.
    svgalib: Cannot open /dev/mem.
    Gave up waiting for root device. Common problems:
    - Boot args (cat /proc/cmdline)
    - Check rootdelay= (did the system wait long enough?)
    - Check root= (did the system wait for the right device?)
    - Missing modules (cat /proc/modulees; ls/dev)
    Alert!/dev/disk/by-uuid/1sf-----etc does not exit. Dropping to a shell!

    Thanks!

  5. #5
    Join Date
    Jan 2009
    Location
    Buenos Aires, Argentina
    Beans
    669

    Re: Boot error in 9.10 - init: job_process.c:529:

    I'd try to fix the file system using a live cd. If succesful, change back fstab to what it should be, and try to boot the system. If the system still hangs after a period, I'd try to find out why it happens, because that may be the cause of the file system errors.

  6. #6
    Join Date
    Nov 2009
    Beans
    1

    Re: Boot error in 9.10 - init: job_process.c:529:

    I've just had the exact same problem on Ubuntu 9.10 ! But have installed previously pysdm and then IMPOSSIBLE to boot anymore. I tried to check file system but nothing goes up.

  7. #7
    Join Date
    Sep 2008
    Location
    Australia
    Beans
    37
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Boot error in 9.10 - init: job_process.c:529:

    I've just had the same error too in a system upgraded to 9.10 a couple of weeks ago. I've tried booting in recovery mode and in all available earlier versions of the kernel with the same result. I've checked the fstab and it's unchanged since several months ago and also looks just as it should be. Just in case I commented out the fstab entries that automount all partitions except the ubuntu OS partition, but still no dice.

    Help please!

    PS out of five computers in our house dual booting Windows and XP, I have so far upgraded two of them to 9.10 and both have been disasters, while 9.04 continues to run rock-solid. I'm thinking of addressing this latest problem by doing a clean reinstall of 9.04. I hope this isn't an indication that 9.10 is Ubuntu's Vista

  8. #8
    Join Date
    Jan 2007
    Beans
    45

    Re: Boot error in 9.10 - init: job_process.c:529:

    I am getting this as well after a normal reboot of the machine, there is nothing wrong with the filesystem of any of the drives. and they work on a separate installation.

    All I did was make an init.d script and now the OS does not load:/

  9. #9
    Join Date
    Dec 2009
    Beans
    1

    Re: Boot error in 9.10 - init: job_process.c:529:

    I had the same problem after i installed windows 7, reinstated grub2 and tried to set permissions for other file systems using Storage Device Manager.

    That apart, the solution to this is to some how reach the fstab file (say by booting into Live CD and navigating to the linux file system on your hard disk)and change the boot options for the linux.

    My fstab looked like this

    # / was on /dev/sda6 during installation
    UUID=26bdffc8-3d74-40e5-b440-2e254b83f651 / ext4 user,users<other options i dont remember> 0 1

    Changed it to

    # / was on /dev/sda6 during installation
    UUID=26bdffc8-3d74-40e5-b440-2e254b83f651 / ext4 relatime,errors=remount-ro 0 1

    Another thing i'd like to mention is that i did reinstate grub and ran update-grub. If simply changing fsttab does not work, do try this step as well.

  10. #10
    Join Date
    Jan 2010
    Location
    Czech Republic, Middle Eu
    Beans
    30
    Distro
    Xubuntu 9.10 Karmic Koala

    Re: Boot error in 9.10 - init: job_process.c:529:

    I have the same problem. All I did was that I added few programs to startup list - Krusader and Audacious2.
    Avid progressive rock fan (check here):
    http://www.progarchives.com/Collabor...l=true#reviews

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •