Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
telepo said:Yes, please do Fbronner. I am having the same problem. Help would be most appreciated!!
bergelmir said:I installed Suse Linux 10.1 on my Mac Mini using version 3 of Parallels. After verifying that the installation worked I tried installing Parallels tools. Although the installation seemed to work I found out that as soon as I tried to change any important function in Suse, which requires super user access, the super user password no longer worked. I repeated the operation (making a backup the second time before applying the tools) and got the same result. One cannot remove the tools afterwards since this too requires root acces!
For now I'll run Suse without the tools.
Any suggestions?
I finally got openSuse 10.2 and managed to get it working and even got the screen resolution I wanted but as to Parallels-tools it's a no go. I've tried both the Gnome and KDE setups but on choosing Install Parallels tools from the menu Suse insists on creating a blank cd and mounts nothing -- at least it doesn't crash!. (There is no cdrom in the media directory so there is nothing to run.) I tried Ubuntu and had no problem; it worked as advertized. But I would like to get the tools working in Suse. I've looked through the forum and saw that many have had this problem but I found no solution that works.fbronner said:Do you really have to use SuSE 10.1? I'm using 10.2 and have not suffered from something as weird as that.
If you have a compelling reason to keep 10.1, I'm suggestion you make a backup, reboot your SuSE 10.1 session with the original CD/DVD and proceed to put back in a root password.
You should be able to find how to replace a lost root password in linux using Google.
fbronner said:For open suse do this after making sure you selected install parallel tools.
Open a Konsole session and type the following
sudo init 3
sudo umount /media/cdrom
sudo mount /dev/cdrom /media/cdrom
cd /media/cdrom
sudo sh parallels-tools.run
sudo init 5
bergelmir said:Under Suse 10.2 (Gnome) After selecting install parallels tools and seeing "CD-ROM Disc" on the desktop, the first command "sudo init 3" (after asking for the root password) returns a "Command not found" message. The following two commands return "not found" messages and only floppy is in the media directory.
The previous version of Suse that I had (10.1) was a full blown Novell version with a real root account -- sudo not needed. In that version the disk mounted and you could issue the sh command but then it proceeded to wipe out the root access.
In 10.2 the inittab file in etc seems to indicate that runmode 3 cannot be used in tty because of something they did which may explain the first error message.
The bottom line is that I still cannot install Parallels tools.
fbronner said:Wow,
Are you using OpenSuSE? Because the instructions I typed are the same exact ones I used when I upgraded my openSuSE 10.2 to the 4560 parallel tools.
There is something really weird with your system if it doesn't find umount and mount.
You can try booting directly to text mode by appending a 3 at the end of you boot line in grub. You could also not do the init 3 and init 5 and simply run the commands from a gnome console but then, you will have to logout and restart the x windows server.
wschnaer said:I had the same problem with OpenSuse 10.2, and I tried the method listed by vamsireddy22:
mounting cdrom
1. mkdir /mnt/cdrom ( create empty directory)
2. mount /dev/cdrom /mnt/cdrom (mount cdrom)
running parallels tools
1. sudo sh parallels-tools.run (installs parallels tools)
It worked like a charm. I probably was lucky, because I hadn't read down to the latest posts, and this appears much simpler.