This release has the same things found in 0.2, plus Bora SDK for i386 and armel targets, and Open VMware Tools.
Download in two parts:
You will need 7zip to unpack the files.
Segunda-feira, 15 Outubro 2007
This release has the same things found in 0.2, plus Bora SDK for i386 and armel targets, and Open VMware Tools.
Download in two parts:
You will need 7zip to unpack the files.
Quinta-feira, 25 Outubro 2007 at 2:37 am
dpkg-reconfigure -phigh xserver-xorg
/usr/sbin/dpkg-reconfigure must be run as root
Happen to know the root password? tried ‘maemo’ didn’t work…
Thanks
Jason
Quinta-feira, 25 Outubro 2007 at 8:15 am
Hi Jason,
for security reasons in a Ubuntu derived system the root account is disabled. Use sudo instead:
sudo dpkg-reconfigure -phigh xserver-xorg
the password asked is the one of the normal user, which is “maemo”.
Regards
Quinta-feira, 25 Outubro 2007 at 8:34 am
Thanks for the reply, I figured out to use sudo (duh hehe) but sudo didn’t seem to work for everything I was messing with(I forget what it was now), so there’s no way to get root on it?
sorry for the dumb questions, but I am still a linux noob
Quinta-feira, 25 Outubro 2007 at 8:39 am
No problem, I’m noobie in far more things than Linux and people don’t care (i hope).
To get a root terminal in Ubuntu use this:
sudo -s
and the user password as usual.
Quinta-feira, 25 Outubro 2007 at 9:17 am
Thanks SO much that helps a lot!