Re: System program error detected

2015-03-12 Thread Bryan See
Hi, What I did to resolve that was to edit the /etc/default/apport so that the same alert will not appear again. Probably not the best way out but it does "block" the message. $ sudo vi /etc/default/apport and manually change enabled=1 to enabled=0. Bryan On Thu, 12 Mar 2015 11:43:54 -0700 Wal

Re: System program error detected

2015-03-12 Thread Walter Lapchynski
That effectively turns off crash reporting, which is not good at all. On Thu, Mar 12, 2015 at 12:36 PM, Bryan See wrote: > Hi, > > What I did to resolve that was to edit the /etc/default/apport so that > the same alert will not appear again. Probably not the best way out but it > does > "block"

Re: System program error detected

2015-03-12 Thread Walter Lapchynski
$ sudo rm /var/crash/* Password: I'm assuming your user already has admin access. If it's the only user, it should. The password is your normal login password. On Thu, Mar 12, 2015 at 11:36 AM, Marc Tremblay wrote: > Ok...so how would I do that through terminal? > > > ___

Re: System program error detected

2015-03-12 Thread Walter Lapchynski
Oh yeah, you need to `sudo` that. FYI, you need to elevate privileges to work with any files outside of your home.1 On Thu, Mar 12, 2015 at 11:31 AM, Marc Tremblay wrote: > Hi Walter, > > When I try to delete the crash report in var/crash I get a permission denied > message. > > I'm still gettin

RE: System program error detected

2015-03-12 Thread Marc Tremblay
Ok...so how would I do that through terminal? From: Walter Lapchynski Sent: Thursday, March 12, 2015 2:33 PM To: Marc Tremblay Cc: Ian Bruntlett; lubuntu-users@lists.ubuntu.com Subject: Re: System program error detected Oh yeah, you need to `sudo` that.

RE: System program error detected

2015-03-12 Thread Marc Tremblay
Hi Walter, When I try to delete the crash report in var/crash I get a permission denied message. I'm still getting error messages show up on every reboot with 14.10 Any ideas? From: Walter Lapchynski Sent: Thursday, February 26, 2015 5:24 PM To: Marc Tr