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

Thread: System errors

  1. #1
    Senior Member
    Join Date
    Jan 2009
    Posts
    150

    System errors

    These started to happen after upgrading to 1.9.

    *

    My system seems to keep crashing with some of the following errors.

    *

    Ext 4-fs error (device dm-1) in ext4_da_write_end: IO Failure

    *

    There are more but is there a log file I can copy them from?

  2. #2
    Senior Member
    Join Date
    Jan 2009
    Posts
    150

    System errors

    OK some more input -

    (in Cleanup) cannot write to /var/log/squeezboxserver/server.log read only filesystem at usr/share/squeezeboxserver/CPAN/log/log4perl/appender/file.pm line 240

  3. #3
    Administrator Ron Olsen's Avatar
    Join Date
    Dec 2009
    Location
    Boulder CO USA
    Posts
    5,021

    System errors

    cburbs said:


    OK some more input -

    (in Cleanup) cannot write to /var/log/squeezboxserver/server.log read only filesystem at usr/share/squeezeboxserver/CPAN/log/log4perl/appender/file.pm line 240


    SqueezeBox Server is complaining it doesn't have write permisson to the server.log file.

    /var/log/squeezeboxserver and the files in it should be owned by user squeezeboxserver, so try this:

    chown -R squeezeboxserver:squeezeboxserver /var/log/squeezeboxserver

    chmod -R u+w /var/log/squeezeboxserver

    The first command changes ownership of /var/log/squeezeboxserver to the squeezeboxserver user.

    The second command gives that user write permission on /var/log/squeezeboxserver. *See man chown and man chmod for more info on these commands.

  4. #4
    Senior Member
    Join Date
    Jan 2009
    Posts
    150

    System errors

    OK so now some more errors :

    *

    Ext 4-fs error (device dm-1) in ext4_find_entry: inode#131567: (Comm ntpd) reading directory lblock 0.

  5. #5
    Administrator Ron Olsen's Avatar
    Join Date
    Dec 2009
    Location
    Boulder CO USA
    Posts
    5,021

    System errors

    cburbs said:


    OK so now some more errors :

    Ext4-fs error (device dm-1) in ext4_find_entry: inode#131567: (Comm ntpd) reading directory lblock 0.


    Not sure what this means. Maybe filesystem corruption?*

    You could try booting into rescue mode with a Fedora 14 Live CD and performing a file system check (fsck) on the root filesystem:

    fsck /dev/VolGroup/lv_root

    or

    fsck /dev/dm-1

    and see if that helps.

  6. #6
    Senior Member
    Join Date
    Jan 2009
    Posts
    150

    System errors

    How do you boot into rescue mode on the live cd. I have options like

    *

    [*]Boot[*]Boot (Basic Video)[*]Verify and Boot[*]Memory Test[*]Boot from local drive.*


  7. #7
    Administrator Ron Olsen's Avatar
    Join Date
    Dec 2009
    Location
    Boulder CO USA
    Posts
    5,021

    System errors

    According to*http://docs.fedoraproject.org/en-US/Fedora/14/html/Installation_Guide/s2-x86-bootloader-rescue.html

    you can type linux rescue at the boot prompt.

    For more info, see*http://docs.fedoraproject.org/en-US/Fedora/14/html/Installation_Guide/ap-rescuemode.html

  8. #8
    Senior Member
    Join Date
    Jan 2009
    Posts
    150

    System errors

    after I typed in linux rescue I get -

    *could not find kernal image: linux

  9. #9
    Administrator Ron Olsen's Avatar
    Join Date
    Dec 2009
    Location
    Boulder CO USA
    Posts
    5,021

    System errors

    See*http://forums.fedoraforum.org/showthread.php?p=1469365

    The 3 posts by Marko have the info you need (read all of them).

    Evidently you have to use the install DVD, not the live CD. Sorry for that.

  10. #10
    Administrator andrew's Avatar
    Join Date
    Nov 2008
    Location
    New Hampshire
    Posts
    3,653

    System errors

    You can also boot from the VortexBox ISO and select rescue mode from the GUI.

Similar Threads

  1. Update errors on 1.10
    By coyrls in forum Help
    Replies: 0
    Last Post: 12-23-2011, 08:23 AM
  2. Replies: 2
    Last Post: 07-02-2011, 08:03 AM
  3. specifying errors to previous question
    By Christian Look in forum Help
    Replies: 3
    Last Post: 02-07-2011, 05:20 AM
  4. Replies: 2
    Last Post: 04-25-2010, 02:09 PM
  5. Ripping Errors in nearly all rips
    By Lem in forum Help
    Replies: 2
    Last Post: 11-23-2008, 05:34 AM

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
  •