Search found 62 matches
- 01 Nov 2008, 16:34
- Forum: B2 & B3 Support
- Topic: apt-get install problems
- Replies: 6
- Views: 7090
you shouldn't issues the "mysql -u root" inside the mysql prompt. /Carl Hello Carl, still have the same error: server:/home/rewien# mysql Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 10 Server version: 5.0.32-Debian_7etch6-log Debian etch distribution Type 'h...
- 12 Aug 2008, 06:23
- Forum: Announcements
- Topic: New product released
- Replies: 54
- Views: 75835
- 29 Mar 2008, 14:27
- Forum: Bubba Server Support
- Topic: ETC immage and HD Wd 400
- Replies: 6
- Views: 6698
If you are using the "light-image" you'll have to manually format the data-partition on the drive. mkfs.ext3 -L "Bubba home" /dev/hda2 tune2fs -c0 -i0 /dev/hda2 And then mount it. mount /dev/hda2 /home You could also add this line to /etc/fstab to have it mounted automaticly at startup. /dev/hda2 /h...
- 20 Feb 2008, 17:33
- Forum: Bubba Server Support
- Topic: su
- Replies: 8
- Views: 9045
- 10 Feb 2008, 07:37
- Forum: Bubba Server Support
- Topic: apt-get install localeconf
- Replies: 1
- Views: 4067
Re: apt-get install localeconf
dpkg-reconfigure localesmarcel23 wrote:When i use the 'apt-get install localeconf' command, i get:
Reading Package Lists... Done
Building Dependency Tree... Done
E: Couldn't find package localeconf
How do i set the charset to UTF ?

- 18 Jan 2008, 05:30
- Forum: Bubba Server Support
- Topic: Problems with web access.
- Replies: 1
- Views: 3274
- 12 Jan 2008, 08:37
- Forum: Announcements
- Topic: Beta release of Etch install images
- Replies: 23
- Views: 39170
Thanks Excito! You've done a great job Tor & co! I've just installed the "light" version of Etch, and everything works lika a charm! I just had a smaller problem with Apache2 which couldn't figure out the Domain Name. I solved the problem by adding this line to apache2.conf: ServerName "overdrive.mi...
- 09 Jan 2008, 11:18
- Forum: My Bubba Server
- Topic: Bubba uptime contest!
- Replies: 50
- Views: 69191
- 22 Nov 2007, 16:10
- Forum: Bubba Server Support
- Topic: Performance of different backup options
- Replies: 10
- Views: 13811
I thought i share my batch script! This is what it looks like: #!/bin/sh RSYNC_PASSWORD="YOUR_PWD" MESSAGE="/tmp/rsync_log.txt" if [ -n "$1" ]; then /etc/init.d/led_blink > /dev/null 2>&1 echo "Your backup of $1 started:" > $MESSAGE DATE=`date +"%Y/%m/%d %H:%M"` echo $DATE >> $MESSAGE echo "With the...
- 21 Nov 2007, 12:17
- Forum: Bubba Server Support
- Topic: Picture or image server
- Replies: 18
- Views: 17939
- 19 Nov 2007, 18:26
- Forum: Bubba Server Support
- Topic: Bubba hardware schematics?
- Replies: 5
- Views: 6844
- 04 Nov 2007, 08:10
- Forum: Bubba Server Support
- Topic: Performance of different backup options
- Replies: 10
- Views: 13811
- 05 Oct 2007, 12:14
- Forum: Bubba Server Support
- Topic: Mc filemanager on bubba
- Replies: 3
- Views: 5298
- 02 Oct 2007, 17:08
- Forum: Bubba Server Support
- Topic: SSH ports
- Replies: 5
- Views: 7276
Damn, what is apache used for? Can I "unbind" 443 from it? Sorry, don't know anything about linux. Thanks for your help! I guess you want to use the ports 443/80 because they're allowed by your work's firewall, right? I think you can "unbind" port 443 (SSL) in Apache's config (located /etc/apache/s...
- 02 Oct 2007, 16:52
- Forum: My Bubba Server
- Topic: Tinyproxy
- Replies: 7
- Views: 12290
Thanks, I already have these lines: deb http://update.excito.net/ bubba main deb http://ftp.se.debian.org/debian/ sid main deb http://ftp.se.debian.org/debian/ etch main The last two I did yesterday. Doesn't that cover tinyproxy? (I tried the "apt-get install tinyproxy" yesterday also.) Bubba is ru...