Search found 28 matches

by jiml
Sat Jan 05, 2013 8:10 am
Forum: Ubuntu
Topic: Monit constantly trying to restart Crashplan
Replies: 6
Views: 4793

Re: Monit constantly trying to restart Crashplan

Crashplan installed back in August

Jim!
by jiml
Wed Jan 02, 2013 10:25 am
Forum: Ubuntu
Topic: Monit constantly trying to restart Crashplan
Replies: 6
Views: 4793

Re: Monit constantly trying to restart Crashplan

As I said this is a frig. It doesn't do any testing to see if crashplan is actually running or not (but then the original didn't either). But it seems to work. As root just copy the following over the existing /etc/init.d/crashplan file (copy the original first just in case). #!/bin/sh # Linux Stand...
by jiml
Wed Jan 02, 2013 8:40 am
Forum: Ubuntu
Topic: Monit constantly trying to restart Crashplan
Replies: 6
Views: 4793

Re: Monit constantly trying to restart Crashplan

I'm going to try and frig a new init file with the PID file creation/deletion. If I manage that I'll try and see if I can fathom out how to use the wiki.

Jim!
by jiml
Wed Jan 02, 2013 7:44 am
Forum: Ubuntu
Topic: Monit constantly trying to restart Crashplan
Replies: 6
Views: 4793

Monit constantly trying to restart Crashplan

Have just noticed that monit is constantly running gobbling up CPU time. On investigation it seems it is trying to constantlty restart Crashplan and failing. It seems to be failing as you can see below because monit is looking for the file "/var/run/crashplan.pid" which doesn't exist; WARN...
by jiml
Fri Dec 14, 2012 10:20 am
Forum: Networking
Topic: Local DNS server not working properly
Replies: 22
Views: 15975

Re: Local DNS server not working properly

Having same problem. Just found these mails when I logged onto root, it might help as it seems to be relevant. From root@hda Fri Dec 14 12:43:24 2012 Return-Path: <root@hda> X-Original-To: root Delivered-To: root@hda From: root@hda (Cron Daemon) To: root@hda Subject: Cron <root@hda> /var/hda/web-app...
by jiml
Sat Sep 29, 2012 3:22 am
Forum: Ubuntu
Topic: Permissions for /var/hda/files
Replies: 32
Views: 25301

Re: Permissions for /var/hda/files

I will add it to the wikki. I've also amended it so it is faster by testing the file perms and only changing those files that need changing. As for the why 666 as there are no files that require the execute perms in the files/hda directory I just don't bother to set it. 666 -rw-rw-rw- 1 jiml jiml 0 ...
by jiml
Fri Sep 28, 2012 11:22 am
Forum: Ubuntu
Topic: Permissions for /var/hda/files
Replies: 32
Views: 25301

Re: Permissions for /var/hda/files

This is how I fix all my hda/files permissions. #!/bin/bash echo Setting all directories in /var/hda/files hierarchy to be readable find /var/hda/files/*/ -type d -exec chmod 777 {} \; echo Setting all files in /var/hda/files hierarchy to read/write find /var/hda/files/*/ -type f -exec chmod 666 {} ...
by jiml
Wed Sep 12, 2012 7:54 pm
Forum: Applications
Topic: Can't add syslog to LogAnalyzer - Permissions problem
Replies: 4
Views: 6290

Re: Can't add syslog to LogAnalyzer - Permiisions problem

So what you are saying is that despite the fact that the default to add a source is a syslog type file "/var/log/syslog" this application is just not set up up to work as such a basic log file.

I will definitely be having words with the people at Adiscon. :?

Jim!
by jiml
Wed Sep 12, 2012 10:28 am
Forum: Applications
Topic: Can't add syslog to LogAnalyzer - Permissions problem
Replies: 4
Views: 6290

Can't add syslog to LogAnalyzer - Permissions problem

When trying to add the syslog at /var/log/syslog I get the following error; The source 'syslog' checking returned with an error: Syslog file is not readable, read access may be denied Has to be a simple permissions error but as I've only recently added this app it also could be an install issue. How...
by jiml
Mon Mar 21, 2011 8:49 pm
Forum: General
Topic: Torrentflux b4rt stopped working
Replies: 7
Views: 5188

Torrentflux b4rt stopped working

b4rt had been working without a problem for months, now it's just disappeared. Tried re-installing it, still the same. Can't access it from the dashboard, can't even see it running when I do a "ps -aux". As I'm still using Fedora 12 and V5 and as far as I'm aware no updates have taken plac...