Hi Tompa and others,
The current installer will reformat everything so dont run it twice if you have valuable data on the user partition.
A short update could perhaps be in order. The official release have been somewhat delayed as you might have noticed. This is due to two things.
The first thing is that we spent a lot of time trying to get an upgrade from the old bubba firmware.
The other thing is unfortunately that we have been choked by verification work on the new hardware. We needed to make as sure as possible that it worked as expected before shipping it to initial test production. This is however soon done. And then we will return to the Etch beta and a new firmware update.
We can only apologize for the delay.
/Tor
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 !
Beta release of Etch install images
Co-founder OpenProducts and Ex Excito Developer
partitioning
Hi,
You cound give some info on formatting the empty partition.
I would do the following things:
And here is a little help, for getting started with a freshly installed etch:
1. set you IP to be in the range of 192.168.0.1 - 192.168.0.254, if not there yet
2. ssh into bubba (root/excito)
3. nano /etc/network/interfaces
change 'iface eth0 inet static'
to 'iface eth0 inet dhcp'
4. optionally change hostname (in /etc/hostname)
5. reboot bubba
6. restore your original IP
run: apt-get update
Adding a non-root user:
-useradd jsmith
-passwd jsmith
-mkdir /home/jsmith
-chown jsmith:users /home/jsmith
*optional: add to /etc/sudoers
Optional packages for everyday use
apt-get install ...
less sudo
apache2
php5
mysql
proftpd
You cound give some info on formatting the empty partition.
I would do the following things:
Code: Select all
sudo parted /dev/hda mkfs 2 ext3
check if everything is ok:
sudo parted /dev/hda print
uncomment the line in /etc/fstab:
/dev/hda2 /home ext3 noatime,defaults 0 2
sudo mount -a
check again:
df -h
1. set you IP to be in the range of 192.168.0.1 - 192.168.0.254, if not there yet
2. ssh into bubba (root/excito)
3. nano /etc/network/interfaces
change 'iface eth0 inet static'
to 'iface eth0 inet dhcp'
4. optionally change hostname (in /etc/hostname)
5. reboot bubba
6. restore your original IP
run: apt-get update
Adding a non-root user:
-useradd jsmith
-passwd jsmith
-mkdir /home/jsmith
-chown jsmith:users /home/jsmith
*optional: add to /etc/sudoers
Optional packages for everyday use
apt-get install ...
less sudo
apache2
php5
mysql
proftpd
Will there be an official update to etch for original bubba owners? I know you guys are probably busy with the new bubba|two and all, but it would be nice if we could upgrade any time soon with all the features of the sarge release. What can you tell us? The excito.com site says 'Etch planned, now Sarge' in its comparison between the original bubba and bubba|two.
I'm currently running "the pure etch install image", but I do miss the ease and functionality of the complete package and I'm considering installing the "bubba-etch image" but it would be nice if it weren't a beta anymore and I would'nt have to worry about stuff not working...
I'm currently running "the pure etch install image", but I do miss the ease and functionality of the complete package and I'm considering installing the "bubba-etch image" but it would be nice if it weren't a beta anymore and I would'nt have to worry about stuff not working...
Re: Beta release of Etch install images
This seems to have been fixed, right? I've seen figures in the webinterface that seem to be almost correct:tor wrote: Known issues at this point.
Disk size and usage is reported wrong in the web-ui.
webinterface:
Total disk size 290 067 MB
Free disk space 258 334 MB
command line
Code: Select all
estor@bubba:~$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/hda1 9.2G 513M 8.3G 6% /
tmpfs 62M 0 62M 0% /lib/init/rw
udev 10M 32K 10M 1% /dev
tmpfs 62M 4.0K 62M 1% /dev/shm
/dev/hda2 284G 17G 253G 7% /home
Perhaps I should say a word here as well.estorino wrote:Will there be an official update to etch for original bubba owners? I know you guys are probably busy with the new bubba|two and all, but it would be nice if we could upgrade any time soon with all the features of the sarge release. What can you tell us? The excito.com site says 'Etch planned, now Sarge' in its comparison between the original bubba and bubba|two.
I'm currently running "the pure etch install image", but I do miss the ease and functionality of the complete package and I'm considering installing the "bubba-etch image" but it would be nice if it weren't a beta anymore and I would'nt have to worry about stuff not working...
We are sorry that we never released an stable etch image to the Bubba before.
I'm in the process to assembling the etch image to bubba(one) at the moment, and hopefully we can release it next week.
/Carl
Any news on the upgrade? To my knowledge there will be no more security support of oldstable aka sarge:
http://www.debian.org/releases/sarge/
http://www.debian.org/releases/sarge/
We had a rather large bug in ftd, that wasn't solved until for a week ago, and as we are in the process of releaseihng BubbaTwo, we havn't had time to generate an inage for bubba(1). Though i believe we can make one soon after we started shipping B2.estorino wrote:What's the word out on the streets? Will it be arriving any time soon?carl wrote: I'm in the process to assembling the etch image to bubba(one) at the moment, and hopefully we can release it next week.
/Carl