Hello,
I plugged the disk into my computer (Mac) and created the partitions in disk utility.
/H
Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
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 16 matches
- 03 May 2011, 02:07
- Forum: B2 & B3 Support
- Topic: Reinstall bubba
- Replies: 8
- Views: 11856
- 28 Feb 2011, 18:29
- Forum: B2 & B3 Support
- Topic: Reinstall bubba
- Replies: 8
- Views: 11856
Re: Reinstall bubba
Update:
I manually created 3 partitions. Then the install went ok.
If I look at the bubba.cfg, I assume that it is supposed to both partition and format the drive by default.
Maybe it is not working on a disk "out of the box"?
Anyway, now I have a system up and running again, which is nice :)
/H
I manually created 3 partitions. Then the install went ok.
If I look at the bubba.cfg, I assume that it is supposed to both partition and format the drive by default.
Maybe it is not working on a disk "out of the box"?
Anyway, now I have a system up and running again, which is nice :)
/H
- 28 Feb 2011, 17:38
- Forum: B2 & B3 Support
- Topic: Reinstall bubba
- Replies: 8
- Views: 11856
Re: Reinstall bubba
Nope. Just dowloaded the zip and extracted it to the usb-stick...
/H
/H
- 28 Feb 2011, 14:09
- Forum: B2 & B3 Support
- Topic: Reinstall bubba
- Replies: 8
- Views: 11856
Re: Reinstall bubba
Hello again,
it seems that the usb-stick is used for booting at least.
There is a log file in the stick saying:
Check if we have an old lvm disk
Volume group "bubba" not found
Skipping volume group bubba
Check if we an old raid disk
Reading external config
Fixing umask
Check for preinst script ...
it seems that the usb-stick is used for booting at least.
There is a log file in the stick saying:
Check if we have an old lvm disk
Volume group "bubba" not found
Skipping volume group bubba
Check if we an old raid disk
Reading external config
Fixing umask
Check for preinst script ...
- 28 Feb 2011, 10:00
- Forum: B2 & B3 Support
- Topic: Reinstall bubba
- Replies: 8
- Views: 11856
Reinstall bubba
Hello,
I have installed a new disk in my B3. I am trying to install the image by following the manual.
I unzipped the install files to a usb-stick. But when booting B3 with the usb-stick inserted, the LED is only green for a short while, then it is turning to flashing purple. Does this mean that my ...
I have installed a new disk in my B3. I am trying to install the image by following the manual.
I unzipped the install files to a usb-stick. But when booting B3 with the usb-stick inserted, the LED is only green for a short while, then it is turning to flashing purple. Does this mean that my ...
- 27 Dec 2009, 05:05
- Forum: B2 & B3 Support
- Topic: From Bubba to Bubba two
- Replies: 0
- Views: 3896
From Bubba to Bubba two
Hi,
Any suggestions for best practice when moving from Bubba to Bubba Two? How to best move data from the old server to the new?
BR
H
Any suggestions for best practice when moving from Bubba to Bubba Two? How to best move data from the old server to the new?
BR
H
- 06 Jul 2009, 14:58
- Forum: Howtos
- Topic: Automatic turn on lights when the sun goes down (Tellstick)
- Replies: 18
- Views: 37948
Re: Automatic turn on lights when the sun goes down (Tellstick)
Hmm. All of a sudden it is working 

- 06 Jul 2009, 14:42
- Forum: Howtos
- Topic: Automatic turn on lights when the sun goes down (Tellstick)
- Replies: 18
- Views: 37948
Re: Automatic turn on lights when the sun goes down (Tellstick)
No other things I could try?
I am really stuck here...
Perhaps someone can provide the rfcmd binary compiled for bubba?
BR
H

I am really stuck here...
Perhaps someone can provide the rfcmd binary compiled for bubba?

BR
H
- 02 Jul 2009, 09:27
- Forum: Howtos
- Topic: Automatic turn on lights when the sun goes down (Tellstick)
- Replies: 18
- Views: 37948
Re: Automatic turn on lights when the sun goes down (Tellstick)
Hi,
Thanks for your reply!
rfcmd is not building. The make is stopped due to errors as stated above. So I should try to update libftdi?
How do I do that? I have tried to apt-get install libftdi-dev but there does not seem to be any newer.
/H
Thanks for your reply!
rfcmd is not building. The make is stopped due to errors as stated above. So I should try to update libftdi?
How do I do that? I have tried to apt-get install libftdi-dev but there does not seem to be any newer.
/H
- 02 Jul 2009, 08:43
- Forum: Howtos
- Topic: Automatic turn on lights when the sun goes down (Tellstick)
- Replies: 18
- Views: 37948
Re: Automatic turn on lights when the sun goes down (Tellstick)
Hi,
Thanks for your reply. I tried to change that in the Makefile, but still got an error:
gcc -O2 -Wall -I/usr/local/include -o find_telldus find_telldus.c -L/usr/local/lib -lftdi -lusb
find_telldus.c: In function `main':
find_telldus.c:20: warning: implicit declaration of function `ftdi_usb ...
Thanks for your reply. I tried to change that in the Makefile, but still got an error:
gcc -O2 -Wall -I/usr/local/include -o find_telldus find_telldus.c -L/usr/local/lib -lftdi -lusb
find_telldus.c: In function `main':
find_telldus.c:20: warning: implicit declaration of function `ftdi_usb ...
- 01 Jul 2009, 15:22
- Forum: Howtos
- Topic: Automatic turn on lights when the sun goes down (Tellstick)
- Replies: 18
- Views: 37948
Re: Automatic turn on lights when the sun goes down (Tellstick)
Hello,
I am trying to build the rfcmd. When running make, I get the error:
gcc -O2 -Wall -I/usr/local/include -o find_telldus find_telldus.c -L/usr/local/lib -R/usr/local/lib -lftdi -lusb
gcc: unrecognized option `-R/usr/local/lib'
find_telldus.c: In function `main':
find_telldus.c:20: warning ...
I am trying to build the rfcmd. When running make, I get the error:
gcc -O2 -Wall -I/usr/local/include -o find_telldus find_telldus.c -L/usr/local/lib -R/usr/local/lib -lftdi -lusb
gcc: unrecognized option `-R/usr/local/lib'
find_telldus.c: In function `main':
find_telldus.c:20: warning ...
- 05 Jan 2009, 06:58
- Forum: Bubba Server Support
- Topic: Lost connection to sarge
- Replies: 7
- Views: 15200
Correct sources.list?
But now the Debian Sarge repositories seem to have gone completely, can anyone point me towards the repositories I can use to install new packages etc ?
They are available from http://archive.debian.org
/Carl
Hi,
With the changes, what is a correct, working sources.list? I cannot get it to ...
They are available from http://archive.debian.org
/Carl
Hi,
With the changes, what is a correct, working sources.list? I cannot get it to ...
- 01 Jan 2008, 18:34
- Forum: Bubba Server Support
- Topic: Firefly not working
- Replies: 13
- Views: 23129
- 29 Dec 2007, 10:45
- Forum: Bubba Server Support
- Topic: Firefly not working
- Replies: 13
- Views: 23129
Firefly not working
Hi,
I just noticed that I don't see my firefly from iTunes anymore. I cannot browse to http://bubba.local:3689/ either.
When trying to start the mt-daapd daemon, I get:
bubba:/usr# /etc/init.d/mt-daapd start
Starting daapd server: mt-daapdmt-daapd: client.c:776: avahi_client_errno: Assertion ...
I just noticed that I don't see my firefly from iTunes anymore. I cannot browse to http://bubba.local:3689/ either.
When trying to start the mt-daapd daemon, I get:
bubba:/usr# /etc/init.d/mt-daapd start
Starting daapd server: mt-daapdmt-daapd: client.c:776: avahi_client_errno: Assertion ...
- 21 May 2007, 10:31
- Forum: My Bubba Server
- Topic: Adjust time automatically
- Replies: 5
- Views: 13387