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
11 Sep 2011, 00:54
Forum: B2 & B3 Support
Topic: Help required from awk/sed boffins
Replies: 7
Views: 8576

Re: Help required from awk/sed boffins

Hmm, rename was a new one to me as well. I forgot to mention I usually echo the result to console, instead of execute them on the go. That way I get a chance of verifying I'm executing the command I had in mind (I know to well what damage a brain fart can do). So ,try for file in `find . -iname '*.i...
by 6feet5
10 Sep 2011, 19:45
Forum: B2 & B3 Support
Topic: Help required from awk/sed boffins
Replies: 7
Views: 8576

Re: Help required from awk/sed buffins

Hi,

If you're trying to replace the '.img' extension, then try

Code: Select all

for file in `find . -iname '*.img'`; do mv $file ${file/.img/.iso}; done
/Johan

EDIT: Too tired to think. First try was way incorrect, second try misspelled. I'm going to bed now :-)
by 6feet5
29 Aug 2011, 13:46
Forum: B2 & B3 Support
Topic: Better performance for DLNA than NFS on B3
Replies: 20
Views: 24274

Re: Better performance for DLNA than NFS on B3

Hi, I don't know much about codecs and container formats, but here are a couple of questions that pop up. 1. Have you tried other files that use a different combination of container format vs codec? 2. Have you tried the same file(s) on your friends setup. 3. Are you running latest firmware on your ...
by 6feet5
25 Aug 2011, 18:49
Forum: B2 & B3 Support
Topic: Problems with server access
Replies: 9
Views: 20353

Re: Problems with server access

A quick fix (instead of a local DNS) is to change your hosts file on your computer so the address point to the b3 address. I've had a similar problem where I can reach the server from the outside, but trying from the inside will fail. I never figured out why the router refused to forward the request...
by 6feet5
19 Aug 2011, 17:54
Forum: B2 & B3 Support
Topic: B3 not renewing IP address
Replies: 12
Views: 13182

Re: B3 not renewing IP address

I'm no expert in these matters, but I believe the client can request its last known address, just like Cheeseboy say, but the server may ignore this if needed. When you (AzP) say "request new IP address", do you mean a new unique IP address, different from the previous one, or do you mean ...
by 6feet5
18 Aug 2011, 16:11
Forum: BubbaMon
Topic: BubbaMon v0.13 available
Replies: 7
Views: 18050

BubbaMon v0.13 available

Hi everyone, A new version of BubbaMon is available. Changes from previous version: Support for new Firefox 6.* Updated links to homepage so they point at the new location Removed BubbaMon settings from Tools menu, in accordance with FF Add-On Guidelines. You can access the settings by right clickin...
by 6feet5
17 Aug 2011, 15:30
Forum: BubbaMon
Topic: BubbaMon v0.12 is now available
Replies: 15
Views: 40491

Re: BubbaMon v0.12 is now available

This is completely insane. Couldn't have said it better my self. Apparently they now use a "rapid release cycle". This will make it harder for me to keep up with them, but with this short period between releases they will hopefully not have time to do big changes that can break my add-on....
by 6feet5
16 Aug 2011, 15:12
Forum: BubbaMon
Topic: BubbaMon v0.12 is now available
Replies: 15
Views: 40491

Re: BubbaMon v0.12 is now available

Hi, That's my ISP " providing their services ". It's been down for a while during the day, but I think it is up and running again. I noticed it since I no longer could stream music from my server. I'm in the process of moving to a web hotel (mostly done), with my own domain name, so that I...
by 6feet5
13 Aug 2011, 18:46
Forum: B2 & B3 Support
Topic: w32codecs
Replies: 6
Views: 8988

Re: w32codecs

Hi,

I could be all wrong here, but I doubt this will work on a PowerPC platform (or an ARM platform for that matter). I think this package contain dynamic libraries (DLL files and similar from a Windows installation) for the i386 platform (possibly supported by amd64).

/Johan
by 6feet5
13 Aug 2011, 05:58
Forum: B2 & B3 Support
Topic: Web interface downloader query
Replies: 15
Views: 17687

Re: Web interface downloader query

Hi, Sounds like something is wrong with ftd (filetransferdaemon). Can you see anything in the logfiles, indicating problems with ftd? Have you verified ftd is running (and also not restarting over and over for some reason)? Have you tried shutting down ftd, and then remove all files in all users tor...
by 6feet5
12 Aug 2011, 18:37
Forum: B2 & B3 Support
Topic: Web interface downloader query
Replies: 15
Views: 17687

Re: Web interface downloader query

Hi,

I tried your link on my B3 and it is now downloading. Are you sure you're doing it right?
Walk us through the steps you're taking.

/Johan
by 6feet5
12 Aug 2011, 11:50
Forum: Feedback
Topic: Problem with topics not marked as read
Replies: 5
Views: 14990

Re: Problem with topics not marked as read

I've noticed the same thing. Could it have something to do with newbie posts having to be confirmed by moderator? The icon is read, indicating unread posts, but we can't see them until they have been confirmed by moderator. If this is the case, I wonder if clicking "Mark topics read", will...
by 6feet5
08 Aug 2011, 09:37
Forum: Software releases
Topic: Release notes for Excito B3 software version 2.3
Replies: 41
Views: 74807

Re: Release notes for Excito B3 software version 2.3

It's greyed out on 2.2.4 (not that I need it).

/Johan
by 6feet5
09 Jul 2011, 05:30
Forum: BubbaMon
Topic: BubbaMon v0.12 is now available
Replies: 15
Views: 40491

Re: BubbaMon v0.12 is now available

Ok, good thing you got it working.

/Johan
by 6feet5
09 Jul 2011, 03:28
Forum: B2 & B3 Support
Topic: XFS support
Replies: 6
Views: 8300

Re: XFS support

Thanks a lot for that thread. I'm compiling stuff now. Not sure what files I should copy where, but I think it'll solve in time. I didn't mention you need to use the same kernel source version as the one your B3 has, but I guess you've already figured that out by yourself. And I forgot to mention t...