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
14 Feb 2012, 15:44
Forum: B2 & B3 Support
Topic: SOLVED Trying to set up a backup script - bin/sh, bad int..
Replies: 8
Views: 8993

Re: Trying to set up a backup script - bin/sh, bad interpret

Are you sure the script you show us is the exact same script you have in your script?

My first guess too would be the Notepad issue, but since you say you made it in vi I suppose it is more likely a misspelled shebang line (guessing you wrote #!bin/sh instead of #!/bin/sh).

/Johan
by 6feet5
09 Feb 2012, 15:08
Forum: B2 & B3 Support
Topic: SqueezeSlave installation *Make error*
Replies: 4
Views: 6416

Re: SqueezeSlave installation *Make error*

It says "config.log" for more details, so did you look there? Also, why is there an entry saying build system is i686? Aren't you building on a B3? The "C compiler cannot create executables" makes me think the build script is using the wrong compiler. Does this stage generate a b...
by 6feet5
08 Feb 2012, 14:15
Forum: B2 & B3 Support
Topic: SqueezeSlave installation *Make error*
Replies: 4
Views: 6416

Re: SqueezeSlave installation *Make error*

ppc in the package name suggests it is for PowerPC, but the B3 is an ARM device. You need to locate a package for the ARM processor.

/Johan
by 6feet5
04 Feb 2012, 08:46
Forum: BubbaMon
Topic: New version of BubbaMon, the firefox extension
Replies: 48
Views: 98772

Re: New version of BubbaMon, the firefox extension

That would be really nice, and I've been thinking about it, but there are a couple of problems to solve before that can happen. The code must comply with a style guide, which it doesn't in some parts, but the biggest problem, I suspect, is the limited user base. I think an official plugin need more ...
by 6feet5
01 Feb 2012, 14:16
Forum: B2 & B3 Feature Requests
Topic: Bubbamon
Replies: 11
Views: 16377

Re: Bubbamon

I've started to work on the new version but discovered some problems with the interface between bubbamon and the server. Use the old fix until it's been solved.

/Johan
by 6feet5
30 Jan 2012, 12:16
Forum: B2 & B3 Feature Requests
Topic: Drop ftd as BT client in favor of Transmission-daemon
Replies: 33
Views: 81237

Re: Drop ftd as BT client in favor of Transmission-daemon

RandomUsername has valid point though. I don't think Transmission can handle FTP or HTTP downloads (at least it didn't last time I checked).

/Johan
by 6feet5
13 Jan 2012, 13:16
Forum: BubbaMon
Topic: BubbaMon v0.16 available
Replies: 3
Views: 13688

Re: BubbaMon v0.16 available

Hi, The project page link goes to the old v0.15 Oops, I must've forgot saving the change. The link has been updated now. I also noticed the bug where download list sometimes is empty on startup is still there (I suspect removing the debug output made the error come back, probably some timing issue)....
by 6feet5
12 Jan 2012, 15:29
Forum: BubbaMon
Topic: BubbaMon v0.16 available
Replies: 3
Views: 13688

BubbaMon v0.16 available

I've made a new version available. This is only a minor release, no new features. I've bumped max version so it is supported in Firefox 9. The issue with the authorization in B2 and B3 is still there. This will hopefully change in next firmware. I've found the cause to the empty download list on som...
by 6feet5
30 Dec 2011, 09:16
Forum: B2 & B3 Support
Topic: End of year cleanup and performance check
Replies: 4
Views: 6932

Re: End of year cleanup and performance check

Hi, I'm not sure I understand, but I would guess a deleted file is really gone and the space is restored. However there are probably traces left on the hard drive from the file if your concern is security (someone trying to retrieve information from the deleted file). As for updates, they are stored...
by 6feet5
30 Dec 2011, 08:53
Forum: B2 & B3 Support
Topic: Can' start filetransferdaemon
Replies: 5
Views: 7337

Re: Can' start filetransferdaemon

This is from my B3 [general] downloaddir=downloads loglevel=5 statedir=/etc/ftd proxyip= proxyport=0 proxylogin= proxypassword= phpsession=/var/lib/php5/sess_ [torrent] maxdownload=-1 maxupload=-1 listenportstart=10000 listenportend=14000 torrentdir=torrents resumepath=torrents/.resumedata dhtsuppor...
by 6feet5
30 Dec 2011, 07:45
Forum: B2 & B3 Support
Topic: Can' start filetransferdaemon
Replies: 5
Views: 7337

Re: Can' start filetransferdaemon

Hi,

Probably '/etc/ftd/ftdconfig.ini'.

/Johan
by 6feet5
17 Dec 2011, 09:11
Forum: B2 & B3 Support
Topic: FileTransferDeamon (FTD) working with USB 3G Modem
Replies: 1
Views: 3979

Re: FileTransferDeamon (FTD) working with USB 3G Modem

Hi, Is it just FTD that isn't working? Can you for instance download a page using wget? Try log on to your bubba and issue wget www.google.com You should get an index.html (or similar) file. Have you tried downloading something else than a torrent with FTD (any valid address will do for testing)? Is...
by 6feet5
13 Dec 2011, 14:56
Forum: B2 & B3 Feature Requests
Topic: Drop ftd as BT client in favor of Transmission-daemon
Replies: 33
Views: 81237

Re: Drop ftd as BT client in favor of Transmission-daemon

Sounds like a good idea. I've been using transmission as a fall back in the rare cases a tracker didn't allow ftd. The only reason for not going all in on transmission is BubbaMon, my firefox add-on. There are probably similar add-ons for transmission, I just haven't bothered looking since ftd usual...
by 6feet5
06 Dec 2011, 11:55
Forum: B2 & B3 Feature Requests
Topic: Bubbamon
Replies: 11
Views: 16377

Re: Bubbamon

Hi Johannes,

This is the work around for the authorization problem I mentioned in our conversation. The code sample you showed me should correct this issue.

/Johan
by 6feet5
29 Nov 2011, 15:11
Forum: B2 & B3 Support
Topic: B3 | USB-laptop cooler & autostart script / HDD temp
Replies: 18
Views: 25373

Re: B3 | USB-laptop cooler & autostart script / HDD temp

Search the wiki, I think there is a post showing how to do this (or perhaps it was a forum post, can't remember).

/Johan