Results 1 to 6 of 6

Thread: [xubuntu] system program problem detected on startup ...

  1. #1
    Join Date
    Aug 2005
    Beans
    465

    [xubuntu] system program problem detected on startup ...

    Searched this forum and read some online tutorials but can't seem to get rid of this issue on xubuntu (latest) on startup.

    I get a modal box on startup with 'system program problem detected'.

    Online tutorial said it was a crash issue and that i should delete /var/crash/*. Thing is though, /var/crash is an empty directory on my system.

    Had a look at syslog, can't find anything useful in there...

    System froze a while back and i had to power off. Probably an issue with that crash i'd imagine.
    Last edited by dbee; January 5th, 2021 at 07:49 AM.
    I wish my computer would do what I want it to do - not what I tell it to do.

  2. #2
    Join Date
    May 2010
    Beans
    3,247

    Re: [xubuntu] system program problem detected on startup ...

    Does the system work, despite the message ?

  3. #3
    Join Date
    Jun 2020
    Beans
    334

    Re: [xubuntu] system program problem detected on startup ...

    what does
    Code:
    ls -l /var/crash/
    show ?

  4. #4
    Join Date
    Aug 2005
    Beans
    465

    Re: [xubuntu] system program problem detected on startup ...

    system works fine ...

    Code:
    dara@dara-HP-Stream-Laptop-11-y0XX:~$ ls -l /var/crash
    total 0
    I wish my computer would do what I want it to do - not what I tell it to do.

  5. #5
    Join Date
    Jun 2020
    Beans
    334

    Re: [xubuntu] system program problem detected on startup ...

    weird , "system program problem detected" is just a notification of a crash in the system...but your crash log shows nothing.
    i'm afraid i can't contribute to this thread anymore ,sorry .
    will keep en eye on this one to see the solution lol
    Last edited by T6&sfpER35%; January 5th, 2021 at 10:39 PM.

  6. #6
    Join Date
    Aug 2005
    Beans
    465

    [solved] system program problem detected on startup ...

    so this morning when i logged on. The message didn't show up.

    it's possible that i deleted the crash log unintentionally yesterday and that fixed it.

    Or it might be a case of xubuntu giveth, xubuntu taketh away. Who knows.

    I'm going to mark this thread as solved since deleting the crash log is probably the solution.

    Code:
    dara@dara-HP-Stream-Laptop-11-y0XX:~$ sudo rm -rf /var/crash/*
    Also does anyone else take precautions when working with rm -rf ? I usually take an rm in stages to prevent a slip of the finger deleting something important on my system...

    so basically i type

    Code:
    -rf /mydir/myfile
    then i finish it off with an rm

    Code:
    rm -rf /mydir/myfile
    this goes double when I'm working with the match all * operator.

    is this just a me thing or does anyone else do this as well?
    I wish my computer would do what I want it to do - not what I tell it to do.

Tags for this Thread

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
  •