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

by petter
07 Mar 2010, 06:44
Forum: B2 & B3 Support
Topic: Make Bubba Two go online without reboot
Replies: 1
Views: 5794

Make Bubba Two go online without reboot

Hello!

I have a router that is connected to a free domain like this "http://xyz.homeip.net".
The router then forwards traffic to my Bubba Two that is located in my network. This way I can reach my Bubba via a fine URL.

Setup:
My router is connected to the internet (the router serves as firewall ...
by petter
05 Dec 2008, 02:40
Forum: B2 & B3 Support
Topic: Give user full access to all bubba content
Replies: 0
Views: 3681

Give user full access to all bubba content

Hi!

When I log on to Bubba2 with my admin account I wanna be able to access ALL users folders with full access rights (read, write, delete).

Example of something I wanna be able to do:
- Start up a filehandler on my Vista computer, enter "\\bubba" in the path section.
- Then I browse to some ...
by petter
02 Nov 2008, 05:41
Forum: Howtos
Topic: HOWTO: Subversion
Replies: 16
Views: 37792

Make subversion accessible over the internet

Ok, I got the subverison running in my own network now.

Next step: make my repository accessible over the internet.
I wanna connect to it from my PC using TortoiseSVN from wherever.
Has anyone solved this?

I've tried to open a port using the Bubba|Two web interface, but when I try to access the ...
by petter
02 Nov 2008, 05:23
Forum: B2 & B3 Support
Topic: Listen to music from Bubba2 over the internet
Replies: 35
Views: 49823

<-- DAAP link failed -->

I get the same error message.
<-- DAAP link failed -->

Has anyone solved this?
by petter
28 Oct 2008, 16:42
Forum: B2 & B3 Support
Topic: Listen to music from Bubba2 over the internet
Replies: 35
Views: 49823

Great!

It seems like there are a few good solutions out there.

By the way I use a PC/Vista machine if that changes any of the recommendations.

I was able to start the mtdaapd playback applet, but the player contained no music files. Do I need to add them manually from my bubba music library? How? :)
by petter
28 Oct 2008, 06:25
Forum: B2 & B3 Support
Topic: Listen to music from Bubba2 over the internet
Replies: 35
Views: 49823

Listen to music from Bubba2 over the internet

Hello!

Is it possible to listen to music from Bubba2 over the internet?

I don´t want to download the entire albums using FTP and then listen to them. Some kind of streaming would be nice.

I wanna listen to my Bubba2 music while I´m at work...
by petter
22 Oct 2008, 09:14
Forum: Development
Topic: Subversion on bubba?
Replies: 10
Views: 24616

SVN running!

Yes, now I have svn running and I'm able to "update" and "commit" from my PC. Nice.

The permission problem earlier occured because I had created some directories as root (not as the svn user). Thank you for the [ls -l] command Darren.


Next step will be trying to make the repositories available ...
by petter
21 Oct 2008, 17:00
Forum: Development
Topic: Subversion on bubba?
Replies: 10
Views: 24616

Permission problems

Hello, I used the how-to guide to configure SNV on my Bubba Two.
(http://forum.excito.net/viewtopic.php?t=557)

Unfortunetely I get the following permission error when executing the code below:


bubba:/# mkdir -p test/{trunk,branches,tags}
bubba:/# touch test/trunk/test.txt
bubba:/# svn import ...
by petter
20 Oct 2008, 05:34
Forum: Howtos
Topic: HOWTO: Subversion
Replies: 16
Views: 37792

New to Linux

Hello!

I´m new to Linux and I just bought a Bubba Two server.

I want to install the SVN server part on my Bubba in order to check in my source code as I develop software.

From reading the guides above I can´t figure out if guide 1 by DarrenBeck demands me to manually re-start SVN after ...