Stelly said:I use Edgy works fine for me
Stelly
Snapshot said:You guys aren't actually reading the original post, are you? ms9cw clearly says he has a native installation of Ubuntu. For the hard of thinking, this means he isn't using Windows and VMware.![]()
Snapshot said:You guys aren't actually reading the original post, are you? ms9cw clearly says he has a native installation of Ubuntu. For the hard of thinking, this means he isn't using Windows and VMware.![]()
WoZZeR said:Well,in the case of a native install just back up the files and install the new version as a fresh install.
I found native Linux faster with FaH, but infuriating as I couldn't use my RAID disks and things like installing plugins to Firefox seem rather complicated.
cd ~/foldingathome/CPU2
./fah5 -configonly
gedit FaH
cd ..
./folding stop
./uninstallService
./installService
./folding start
Yes, but you'll have to then manually set up the service or just leave the terminal window open.rincinDub said:Will the above work?
sudo chmod +x finstall
./finstall
ms9cw said:I've got a native installation of Ubuntu 6.10 and have tried to upgrade to 7.04 using the upgrade option, but I get an 'Authentication Failed' error. Anyone any ideas?
ms9cw
sudo init 1 *this'll run for minute or two a whilst it shuts programs down*
*log in at the command prompt that appears using your normal account*
sudo nano /etc/apt/sources.lst
*replace every instance of "edgy" with "feisty"*
sudo aptitude update
sudo aptitude dist-upgrade
*follow the prompts then at the end either*
sudo init 5
*or*
sudo reboot
Snapshot said:The problem sounds like the one I originally had when trying to install VMware tools and seems to be due to the logged-on user not being an administrator. I haven't found any way of logging on as root in Ubunut and just use sudo when required. ms9cw, have you asked in the Linux forum here?
sudo su -
sudo passwd
Thank you, that's very helpful. Despite over 30 years in IT I'm still a complete numpty when it comes to Unix/Linux.Garp said:There should be no reason to need to log in as root in Ubuntu, at all. Your user account has full root privileges through sudo. If you need a root shell just log in as yourself and run the following command:
Voila, root shell with full privileges. Thats all you should ever needCode:sudo su -
If you really have persuaded yourself that you need the root login details (why?!) do the following:
Code:sudo passwd
At the first prompt put your own account password in as per usual sudo practice, then enter a new password for the root account, and you're laughing. There is virtually no need to do this at all though! Always make sure you have a backup account on the server with the same rights and membership as your main account, just in case your first account is corrupted / compromised, and that should see you good under any circumstances.