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 37 matches

by shadowbox
19 Sep 2009, 10:33
Forum: B2 & B3 Support
Topic: Crash + Blinking light. What more to do?
Replies: 3
Views: 6604

Crash + Blinking light. What more to do?

I was sitting right next to my BubbaII when this happened. Among other things it was hashing a torrent file at the time. Then there was an extended disk read/write (I could hear). After that BubbaII wouldn't respond to ping. I disconnected the power, waited 30sec, then booted it. The drive spun like...
by shadowbox
05 Jun 2009, 16:54
Forum: B2 & B3 Support
Topic: Can't start Slimcenter
Replies: 8
Views: 14569

Re: Can't start Slimcenter

okay, I found this in /etc/dconfig-common/squeezecenter.conf

Code: Select all

# dbc_dbadmin: name of the administrative user
#       this is the administrative user that is used to create all of the above
dbc_dbadmin="root@localhost"
changing that to "root' solved the above problem.
by shadowbox
05 Jun 2009, 15:32
Forum: B2 & B3 Support
Topic: Can't start Slimcenter
Replies: 8
Views: 14569

Re: Can't start Slimcenter

I'm trying to reconfigure as above. Unfortunately I keep getting the odd message: mysql said: ERROR 1045 (28000): Access denied for user 'root@localhost'@'localhost' (using password: NO) There are two things I don't understand about this: 1) I thought dpkg used the debian-sys-maint for mysql tasks 2...
by shadowbox
27 May 2009, 19:46
Forum: B2 & B3 Support
Topic: encrypted FS
Replies: 13
Views: 22866

Re: encrypted FS

The OP regarding encryptedFS now works as of the 2.6.26.5-8 kernel.

Thanks for including the module, Bubba Folks.
by shadowbox
27 May 2009, 19:23
Forum: B2 & B3 Support
Topic: GPG error when doing an apt-get update
Replies: 1
Views: 4204

Re: GPG error when doing an apt-get update

Try this:

Code: Select all

# gpg --keyserver pgpkeys.mit.edu --recv-key 9AA38DCD55BE302B
# gpg -a --export 9AA38DCD55BE302B | sudo apt-key add 
# apt-get update
replace the key with the one offered in the error message.
by shadowbox
06 May 2009, 07:06
Forum: B2 & B3 Support
Topic: encrypted FS
Replies: 13
Views: 22866

Well, I couldn't wait. And it worked perfectly. Thanks for the help.

The only deviation I made from the instructions is to cp ./union to /usr/bin/unison-2.27.5 and then link /usr/bin/unison-latest-stable to it. But that was just a bit of housekeeping.
by shadowbox
05 May 2009, 20:59
Forum: B2 & B3 Support
Topic: encrypted FS
Replies: 13
Views: 22866

Thanks. Guess I have my project for the weekend.
by shadowbox
05 May 2009, 09:43
Forum: B2 & B3 Support
Topic: encrypted FS
Replies: 13
Views: 22866

jonj1: you don't happen to use Unison from another debian box running Lenny or Squish to your bubbaII running Etch? I've stepped down my Squish unison version so it's the same as the Etch version, but I believe there is an underlying library incompatibility that's making this fail. I just wanted to ...
by shadowbox
19 Feb 2009, 13:32
Forum: B2 & B3 Support
Topic: Has anyone tried sonos + Bubba?
Replies: 3
Views: 6539

Since Sonos runs off of a windows share and BubbaII comes with Samba already installed, I doubt you will have any problems. Setting up a samba share takes about an hour if you have no idea what you're doing, and 5 minutes if you do. Most of the steps from the following aren't necessary because it's ...
by shadowbox
15 Feb 2009, 14:37
Forum: B2 & B3 Support
Topic: encrypted FS
Replies: 13
Views: 22866

encrypted FS

I'd like to encrypt my data related partitions in the case that ninja storm my abode and decide the black box with the pretty blue light is worth stuffing into a pouch. Firstly, I'd like to thank the folks at Excito for having the foresight to lvm 90% of the drive. Here's what I've done so far: -- f...
by shadowbox
14 Feb 2009, 08:46
Forum: My Bubba
Topic: Uptime contest
Replies: 15
Views: 23589

08:45:37 up 128 days, 18:39, 5 users, load average: 0.54, 0.73, 0.50
by shadowbox
14 Feb 2009, 08:42
Forum: B2 & B3 Support
Topic: Upgrade to Debian Lenny?
Replies: 2
Views: 5683

Upgrade to Debian Lenny?

I don't use the Bubba2 web-admin interface for anything. Instead, I use my bubba2 as a normal debian box and do everything form the CLI. Is there any hardware/driver reason I couldn't upgrade my distro to Lenny as long as I'm willing to never use any excito specific software? That is, is there anyth...
by shadowbox
27 Oct 2008, 20:44
Forum: B2 & B3 Support
Topic: horde email
Replies: 2
Views: 5310

Looks like you have the option "keep" on, or that's the default -- instead of "nokeep". If you have "keep" set, then the messages will be downloaded, but will remain on the server. Fetchmail keeps track of what it has downloaded and will only acknowledge (such as in you...
by shadowbox
12 Oct 2008, 19:12
Forum: B2 & B3 Feature Requests
Topic: Consistant group for users
Replies: 0
Views: 4095

Consistant group for users

The default 'admin' user has group 'admin', which is normal for debian these days [though I scoff at the Redhat-ism]. If you create a user via the admin tool you are assigned [username] and group 'users' instead of group [username]. Is there a special reason for this? [since I'm about to change them...
by shadowbox
12 Oct 2008, 19:08
Forum: B2 & B3 Support
Topic: Turning the LED off
Replies: 1
Views: 3991

This worked for me:

mount /dev/tape -t electrical /dev/led

Though, I'd rather have a more elegant solution ;)