New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

Search found 273 matches

by 6feet5
20 May 2008, 15:11
Forum: My Bubba Server
Topic: Bubbamon hits Firefox
Replies: 69
Views: 126435

Hi,

Disable the version check for now. I'm not ready to release anything new yet. As for the extra click/mouseover, I'll see what I can do. Shouldn't be a problem to make it a bit better.

/Johan
by 6feet5
15 May 2008, 14:34
Forum: Bubba Server Support
Topic: Not able to start services through GUI
Replies: 12
Views: 15921

My guess is it is safe to restore the old sysv-rc package. It's hard to tell for sure though when I don't know what caused the package to be installed in the first place. You can run aptitude to see what packages depend on 'file-rc'. If you don't have aptitude installed, you could try the following:...
by 6feet5
14 May 2008, 14:18
Forum: Bubba Server Support
Topic: Not able to start services through GUI
Replies: 12
Views: 15921

I realized I wasn't running the latest version so I have upgraded but no such file (/etc/runlevel.conf). Run the following command as root: dpkg --get-selections|grep 'file-rc' If you get a line saying it is installed, then that is probably the reason to your problem because that package will not us...
by 6feet5
13 May 2008, 14:43
Forum: Bubba Server Support
Topic: Not able to start services through GUI
Replies: 12
Views: 15921

Hi, That message about /etc/runlevel.conf is a bit confusing to me. I have no such file and from what I can tell it belongs to a package called file-rc which in turn appears to be an alternative to the usual SysV init scheme which use the /etc/rc?.d. I'm guessing something is corrupt with your insta...
by 6feet5
12 May 2008, 14:30
Forum: Bubba Server Support
Topic: Not able to start services through GUI
Replies: 12
Views: 15921

Hi, Maybe the output of the following commands can give some clue as to what is the problem (assuming FTP also has this problem). First log on as root then run: /usr/lib/web-admin/backend.pl add_service proftpd /usr/lib/web-admin/backend.pl start_service proftpd Also, show us the content of /etc/rc2...
by 6feet5
20 Apr 2008, 07:45
Forum: My Bubba Server
Topic: Bubbamon hits Firefox
Replies: 69
Views: 126435

Hi all, I've released a new version of my firefox extension BubbaMon. You can get it at the usual address http://thevoid.webhop.info/bubba/firefox This version contain two new features: 1. Sandboxed connection This will prevent cookies from being mixed between sessions. This means you can now be log...
by 6feet5
09 Apr 2008, 15:21
Forum: My Bubba Server
Topic: Bubbamon hits Firefox
Replies: 69
Views: 126435

Hi, You can find the config file in /etc/default/hddtemp . Verify it is actually running as a daemon. The file should have a line like: RUN_DAEMON="true" Without this line (it may be "yes" instead of "true") the program will not run in the background and it will not wor...
by 6feet5
08 Apr 2008, 15:32
Forum: My Bubba Server
Topic: Bubbamon hits Firefox
Replies: 69
Views: 126435

Hi,

Sounds like a permission problem. Examine what permission you have on the file and the folder it is saved in (disabling execute permission on the folder it is stored in will give this kind of error).

/Johan
by 6feet5
05 Apr 2008, 11:43
Forum: My Bubba Server
Topic: Bubbamon hits Firefox
Replies: 69
Views: 126435

Hi, I noticed a similar situation the other day when trying to log on as administrator. It kept logging me out and then log me in as the "ordinary" user. It's not quiet what you describe but I think it is related. I think the problem is that the plugin never logs out from bubba(I figured i...
by 6feet5
25 Mar 2008, 18:23
Forum: Bubba Server Support
Topic: Very slow moving files around Bubba !
Replies: 2
Views: 5495

Hi, I'm no expert in this area, but I think this has to do with the source and destination being on different mount points (or what ever it is called). Run df -h and you will notice that /home/storage is the same as /var/samba/public (at least it is on my bubba), but mv will treat them differently. ...
by 6feet5
20 Mar 2008, 19:32
Forum: Bubba Server Support
Topic: Can Fetchmail be configured to leave a copy on mail server?
Replies: 14
Views: 17593

Hi Gary, Try adding the "uidl keep" after the 'here' command. Something like poll pop.gmail.com with proto POP3 user 'gmailuser' there with password 'secret' is 'bubbauser' here ssl uidl keep I'm no fetchmail expert so I can't tell if that additional CR will make a difference, but the abov...
by 6feet5
19 Mar 2008, 16:50
Forum: My Bubba Server
Topic: Bubbamon hits Firefox
Replies: 69
Views: 126435

Hi, There is a new version (0.4) of the FF extension available at http://thevoid.webhop.info/bubba/firefox . Biggest news is this version has support for the upcoming Firefox 3 (I've tested it against 3.0 beta 4 and it seems to be working). Note that installation can be a little tricky. It's not dif...
by 6feet5
15 Mar 2008, 09:05
Forum: My Bubba Server
Topic: Bubbamon hits Firefox
Replies: 69
Views: 126435

Hmmm, it just occurred to me... you did restart the daemon after adding that line to the database, didn't you? If not then you need to do so, because the daemon is using the old database that didn't have that line.

Log in as root and type:

Code: Select all

/etc/init.d/hddtemp restart
/Johan
by 6feet5
15 Mar 2008, 08:55
Forum: My Bubba Server
Topic: Bubbamon hits Firefox
Replies: 69
Views: 126435

Hello again,

I've examined the hddtemp source code and that UNK message you get is something from hddtemp, so something must be wrong with your setup.

Using the browser, is UNK* the only thing you see, no other text?

/Johan
by 6feet5
14 Mar 2008, 17:04
Forum: My Bubba Server
Topic: Bubbamon hits Firefox
Replies: 69
Views: 126435

Hi Ian, I think I may be in deep water, but tracking the cause of this difference eventually lead me to a system call named statfs that gave me a bit of an explanation. Once again there seems to be a difference between free and free. Some blocks aren't available to non-root users and I think that is...