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

by Kiff
24 Aug 2010, 03:17
Forum: B2 & B3 Support
Topic: Missing debian etch repository
Replies: 1
Views: 4433

Re: Missing debian etch repository

Debian removed etch from the ftp mirrors, it should still be available at the archives.

http://forum.excito.net/viewtopic.php?f=1&t=2406#p11430
by Kiff
22 Jul 2010, 03:16
Forum: B2 & B3 Support
Topic: Problem with apt-get
Replies: 6
Views: 8378

Re: Problem with apt-get

run

Code: Select all

apt-get update
to download new package lists after you have changed your sources list.

nfs-kernel-server should be available then.
by Kiff
20 Jul 2010, 03:12
Forum: B2 & B3 Support
Topic: [SOLVED] Recovery with RAID howto with users
Replies: 3
Views: 4992

Re: Recovery with RAID howto with users

The permissions are not set to a username, but an id, so creating a new account with the same username would still be seen as a different user. The easiest approach would probably be to just transfer ownership. As root: chown username:groupname -R folder -R means recursive, it will also change owner...
by Kiff
08 Jul 2010, 02:38
Forum: B2 & B3 Support
Topic: can't install squid
Replies: 4
Views: 5895

Re: can't install squid

Try

Code: Select all

apt-cache search squid
by Kiff
01 Jul 2010, 09:58
Forum: B2 & B3 Support
Topic: Can't Access Bubba
Replies: 12
Views: 17344

Re: Can't Access Bubba

I think you're right here. By default the Bubba2 recieves a static IP 192.168.10.1 if no DHCP is found, so maybe if you set a static IP on your client computer thats 192.168.10.2 or similar you'll be able to reach it? Try this, and if you can't find it on 192.168.10.1, try ping broadcasting 192.168...
by Kiff
01 Jul 2010, 04:04
Forum: B2 & B3 Support
Topic: Can't Access Bubba
Replies: 12
Views: 17344

Re: Can't Access Bubba

Did you set an ip manually? If so, try pinging it instead. Your router might have a list over connected devices in the network, try looking for it there. Lastly, try broadcast ping and see which computers respond. I think the syntax is something like "ping -b <ip>" where ip is the broadcas...
by Kiff
28 Jun 2010, 09:16
Forum: B2 & B3 Support
Topic: sources.list
Replies: 4
Views: 6919

Re: sources.list

The line break makes it look a bit off, but I don't think I've made any changes to it on this installation.
by Kiff
28 Jun 2010, 03:39
Forum: B2 & B3 Support
Topic: sources.list
Replies: 4
Views: 6919

Re: sources.list

Content of my /etc/apt/sources.list # BUBBA|TWO apt sources.list # # Changes in this file might break your system # # vim: ft=debsources # The stable BUBBA|TWO repository, is in the suite "stable". deb http://update.excito.org/ marielle main # The stable BUBBA|TWO repository, is in the sui...
by Kiff
24 Jun 2010, 08:03
Forum: B2 & B3 Support
Topic: Problem to reinstall bubba|Two
Replies: 2
Views: 4285

Re: Problem to reinstall bubba|Two

When I startup my Bubba in recovery mode, holding the PWR-button pressed while inserting the power-cable the led changes to ~4Hz flashing for a brief moment then it reverts back to a more slow pace. If I then release the PWR-button my Bubba powers down shortly after. This sounds like the problem I ...
by Kiff
18 Jun 2010, 02:48
Forum: B2 & B3 Support
Topic: Redirecting link on Bubba homepage
Replies: 9
Views: 11131

Re: Redirecting link on Bubba homepage

Binkem wrote:The problem is that I don't understand how the linking form /music to :3689/FirePlay is handled.
It's in the file /etc/apache2/sites-available/bubba
You have to restart apache after making changes to that file for the changes to be read.

Code: Select all

apache2ctl configtest
apache2ctl restart
by Kiff
17 Jun 2010, 04:51
Forum: B2 & B3 Support
Topic: Redirecting link on Bubba homepage
Replies: 9
Views: 11131

Re: Redirecting link on Bubba homepage

I found the pim link in
/usr/share/web-admin/admin/models/menu.php

Try changing it there.
by Kiff
07 Jun 2010, 06:31
Forum: B2 & B3 Support
Topic: rsync problems with diacritics in file names (e.g. "å", "ä")
Replies: 6
Views: 33617

Re: rsync problems with diacritics in file names (e.g. "å",

some bugs related to --iconv, symlinks and character sets have been fixed since rsync v.3.0.3, if you have some symlinks in there.
by Kiff
07 Jun 2010, 04:25
Forum: B2 & B3 Support
Topic: rsync problems with diacritics in file names (e.g. "å", "ä")
Replies: 6
Views: 33617

Re: rsync problems with diacritics in file names (e.g. "å", "ä")

In UTF-8 ä is stored as "c3 84". If this is read as ISO-8859-1, it will be considered to be two different characters, the first one (c3) being ã.

Most likely either rsync or your shell reads the UTF-8 filenames as ISO-8859-1.
by Kiff
29 Apr 2010, 02:43
Forum: My Bubba
Topic: Hi there community + newbie question re. network setup
Replies: 2
Views: 5985

Re: Hi there community + newbie question re. network setup

You might consider changing the ssh port. While it's not really making you "secure" (ssh access is still there), it will prevent attackers who just try the default ssh port. You can make the change in /etc/ssh/sshd_config and restart ssh. (probably "/etc/init.d/ssh restart"). SSH...
by Kiff
16 Apr 2010, 08:02
Forum: B2 & B3 Support
Topic: Error after first update
Replies: 9
Views: 11737

Re: Error after first update

Mac's are not really my thing, but can you access the web gui?

also try to re-run the upgrade process now that everything works

Code: Select all

apt-get update
apt-get upgrade
apt-get dist-upgrade