i am using Open Suse 11.4 as VMWare guest, I installed the Open Suse on the Guest using the Live CD and when I am trying to install vmware-tools am getting an error that its not able to find the linux-headers I have installed all other prereq's using zypper, when i try to do zypper in linux-kernel-headers am getting this error
Loading repository data...
Reading installed packages...
'linux-kernel-headers' not found in package names. Trying capabilities.
'linux-glibc-devel' providing 'linux-kernel-headers' is already installed.
Resolving package dependencies...
resolve this ? Is there any way i can specify the linux-glibc-devel' providing 'linux-kernel-headers' for the vmware tools so that the installation is completed successfully
Is it possible to install Snow Leopard 10.6.6 VMware AMD edition (which I downloaded) on VMware linux? It is under Windows 7 so I just need to know if everything of VMware linux (like Hardware Virtualization) is the same under linux as for Windows.
I installed OpenSuse 11.4 Gnome on my Toshiba laptop. A couple of things i noticed while trying the live CD first is that the file manager recognized my NTFS partitions and after I installed I expected it to do the same. Also, while installing I thought I selected a secure logon with username & password. After installation it boots right into the desktop GUI. I haven't had a lot of time playing with OpenSuse yet and I have browsed through some threads and I couldn't find a way to configure a secure logon and do I have to mount the Windows partitions in the Command Line or is there a tool I can use in the control center?
I just loaded openSUSE 11.2 64bit and can't get VMware server to install. I had it working just fine in 11.1. I installed: kernel-source, make, gcc, gcc-c++, downloaded VMware server RPM installed with Yast. opened a console went root and ran: /usr/bin/vmware-config.pl. Make aborts with the following few lines:
Prior to this had a whole rift of Warning Such as:
Unable to build the vmmon module.
In the past I followed instructions I down loaded for "swerdna" and it worked well.
I am using my OpenSuse 11.2 in VMware Workstation. I didn't do anything to it and when I open it, there is no more GUI coming up. Only command line interface came up. how can I change this back to GUI?
first of all, please excuse my bad english. We rent a dedicatet server at Strato.de.I need to install VMWare Server. Actually this should be no Problem for me. I installed the server an patch.When I run the vmware-config.pl starts the problems:
Code: Your kernel was built with "gcc" version "4.3.2", while you are trying to use "/usr/bin/gcc" version "4.3". This configuration is not recommended and VMware Server may crash if you'll continue. Please try to use exactly same compiler as one used for building your kernel. Do you want to go with compiler "/usr/bin/gcc" version "4.3" anyway? [no] I submit "y".
How do i install vmware tools on 11.2? I uninstalled the open-vmtools non-sense removed the remaining modules from it (no clean work from suse here) installed gcc, make, kernel-source and kernel-headers installed the vmware-tools rpm i started vmware-configure-tools and it says that my kernel was built with gcc 4.4.1 while i try to use version 4.4 now.(if i do a 'gcc -v' it clearly says version 4.4.1) so what ?! I said "yes" here, it tries to build the memory moudle and fails......
I have a computer, that has the bad luck to be equipped with buggy hard-drives. Actually, they need a firmware update. This firmware update will probably destroy the data on them. I also want to add one or two other hard-drives to the RAID. What I am looking for, is a tool, that makes a clone of the system as it is now. And then, when I will have upgraded the disk firmware and added the other hard-drives, I just clone the system back from the clone.
I am running OpenSuSE 11.2 64bit which was upgraded from 11.1. When I moved to OS 11.2, I found out the hard way about VMWare not working. Then tried to remove it and fix it myself.
When I try to run the config script... Code: parents:~ # vmware-config.pl Unable to find the answer LIBDIR in the installer database (/etc/vmware/locations). You may want to re-install VMware Server. Execution aborted. parents:~ #
When I try to install vmware-server Code: parents:~ # rpm -i VMware-server-2.0.2-203138.x86_64.rpm package VMware-server-2.0.2-203138.x86_64 is already installed
When I try to upgrade vmware-server Code: parents:~ # rpm -U VMware-server-2.0.2-203138.x86_64.rpm package VMware-server-2.0.2-203138.x86_64 is already installed
When I try to force install vmware-server Code: parents:~ # rpm --force VMware-server-2.0.2-203138.x86_64.rpm rpm: only installation, upgrading, rmsource and rmspec may be forced
Other than rebuilding my box, how can I recover from this?
After a few tribulations, I managed to get VMWare server installed. The only problem is that it will not recognize any usb devices. I installed usb in the virtual machine using the VMWare interface and in preparation for that, I followed the instructions in the tutorial to the letter regarding fstab and the vmx file. Supposedly, at least according to Windows control panel, the usb controllers and interfaces are installed. The VMware web interface says the same thing. However, neither the Device tab on VMWare nor VMware Tools show any usb devices. The usb devices - a printer, removable drive, and magicjack - are all recognized by Linux. How can I get the virtual Windows machine to recognize the devices?
This is crucial since my major use for it is to run the magicjack which is not supported in Linux.
I just had one hell of an experience trying to get openSUSE 11.2 to run on VMware server 2.0 on a Windows XP host. I am posting some instructions on how I finally got things working.
1) Download the openSuse iso image (and add-on CD if needed)
2) Download and install the VMWare server
3) Before you try to start the server console, you will need to configure the web access to allow you to log on. go to press Start->Programs->VMware->VMWare web access->Configure Tomcat
4) on the logon tab check logon as: option
5) add your account there and set the password
6) Now in your web browser (I use firefox) access the console via: [url] [url]
7) Before you start to create a virtual machine, you will want to set up the server to have access to your iso's. The server will only allow VM's access to specific directories through "datastores". You can either move the iso images to what has been specified as the default datastore... or create another datastore that points to the where you have the iso's.
8) Now we can create our virtual machine. This is simple, just press the button and follow the prompts.
a) at some point it will ask about an CD-Rom, you will want to use your suse DVD iso image. Select the option and then navigate the datastore that contains the image. Once found click and continue.
b) Network interface has 3 choices:
Bridged - the virtual machine will appear on the network as any other computer. Allows the VM to host server applications. User needs to have control over the network to ensure DHCP requests are handled (or static IP is assigned).
NAT - VMWare server will manage a virtual router, the VM is then connected to this router. On this router, the hosts internet is used as the WAN. Users do not have to have control of the network, but will have to setup port forwarding in VMWare to host server applications
Host Only - This means that the virtual machine can only talk to the host. The only way to get networking is to have a proxy through the host machine. This is setup on the host independent of VMWare. Users do not need control of the network, but control over the host. I doubt you could host server applications though.
9) With the VM created we can start it up. We can open a window to it through the console tab of the VMWare server console. When I first started it, it was stuck looking for an OS once the console finally rendered the graphics. A reset, an F2 at the post and selecting the appropriate boot media for boot got the installation started.
10) Install Suse as you would any other suse installation. I added a separate partition for swap, but kept the rest on one big one. Others may still want to maintain the separation of home and root
11) ---- Important Error/Solution ----
Once the installation has completed many will notice that the mouse or keyboard does not work! This was the source of my biggest head-ache. Some may think it was a problem with VMWare tools... I tried that to fix that and found the tools were working properly.
Bug-buddy tells me vmware-user crash on every-time I boot up. I don't know what to do about this just pop-up without i changed anything on my machine. I saved a "crash report" on the desktop but couldn't understand what was the "problem" when I read it. Opensuse 11.3 gnome.
I am trying to install openSUSE 11.4 as a virtual machine running on VMWare Server V1.0. VMWare Server is running under WinXP 32bit.
I configured the VM with the following settings:
10GB disk 512 MB Ram
The installation starts from the DVD after inserting the disk. OpenSUSE setup appears, i do not touch the default resolution 800x600. Every thing is looking good. After setting the language, the installation process continues. Then a problem with the screen/resolution/graphical adapter appears. After a while I cannot read anything from the setup screen, everything is unreadable. I remember I had those problems already with 11.3 but I did not follow this issue an took openSUSE 11.1 instead. With 11.1 I could follow the installation instruction till the end and I got a running system.
Is there some better way of getting my display size set to 1280x960 when I launch openSUSE 11.4 under VMware Server? Here's what I've done so far: I am running Windows 7 on an AMD Phenom II system (motherboard: Gigabyte 880GMA-UD2H). I installed VMware Server (version 2.0.2) so that I can run openSUSE 11.4. The initial install went pretty smoothly. However, the display size was set to 800x500. I attempted to set it to 1280x960 by changing the /etc/X11/xorg.conf.d/50-monitor.conf file as follows:
Code: /etc/X11/xorg.conf.d/50-monitor.conf Section "Monitor" Identifier "Default Monitor" ## If your monitor doesn't support DDC you may override the ## defaults here # HorizSync 28-85 # VertRefresh 50-100 HorizSync 1-10000 VertRefresh 1-10000 ## Add your mode lines here, use e.g the cvt tool Option "PreferredMode" "1280x960_60.00" # 1280x960 59.94 Hz (CVT 1.23M3) hsync: 59.70 kHz; pclk: 101.25 MHz Modeline "1280x960_60.00" 101.25 1280 1360 1488 1696 960 963 967 996 -hsync +vsync
This resulted in a display size of 1734x1342 (or something close to that). I noted from the /var/log/Xorg.0.log file that the vmwlegacy driver is being used instead of the vmware svga driver. There is a note that the vmwlegacy driver does not support the "PreferredMode" setting in the monitor section of the xorg.conf files. For the time being, I have set my horizontal and vertical rates to 60kHz and 60Hz, respectively. This does limit the maximum display size to 1280x960, but for all the wrong reasons. How do I set up my system to get the correct display size?
I just used the repair tool (automatic) after doing a clean install of Suse and my Windows directory has disappeared altogether. Any chance of getting it back?
Here's the readout: Disk /dev/sdb: 500.1 GB, 500107862016 bytes 255 heads, 63 sectors/track, 60801 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0x6eb5ef98
Device Boot Start End Blocks Id System /dev/sdb1 1 31481 252864504 7 HPFS/NTFS /dev/sdb2 * 31482 60482 232950532+ f W95 Ext'd (LBA) /dev/sdb3 60483 60802 2560000 7 HPFS/NTFS /dev/sdb5 31482 31743 2104483+ 82 Linux swap / Solaris /dev/sdb6 31744 34354 20972826 83 Linux /dev/sdb7 34355 60482 209873128+ 83 Linux
I encrypted my home partition with the YaST Partitioner tool, but now I can't access it anymore. After I encrypted it I rebooted the machine and thought that it would prompt me a password field to access the partition, but now I can't access it at all. I tried "mount -t ext4 /dev/sda7 /home" which gives me that error after I entered the password: "mount: wrong fs type, bad option, bad superblock on /dev/sda7, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or so"
The info I get from "dmesg | tail" is: "EXT4-fs (sda7): VFS: Can't find ext4 filesystem" Before I encrypted it I converted the /home partition from ext3 to ext4 without any problems and it worked properly. After playing around with it I also discovered that /dev/sda7 got wiped out of /etc/fstab, but I entered it again.
I used the zypper dup tool to upgrade my HP Pavilion dv6000 laptop and my display is now broken into columns and partially obscured. I can barely see anything on it. When I ran zypper it stopped about half way and locked up.I then ran it again to completion. At boot, GRUB gives me my startup options as before and is clearly readable with good resolution. When I select openSuse to start it, the screen goes blank for a few seconds and then comes back with the screen problems.
The problem continues all the way into KDE. I have approximately four columns displayed but I can barely see anything. Most of the lower half of what should be displayed is obscured so I cannot load any applications. If I right click, I can make out the dialog box and select the run command. From there I reran the zypper command using the 'zypper up rpm' option and it says "nothing to do" and the "highest update version is already installed."
The display problem also exists if I use the failsafe boot option. I remember having to download nVidia driver last year to get a better resolution, but 11.2 (64 bit) worked great until the repositories stopped working and I no longer was able to load software. Now I can't use the computer to download and burn a DVD version of 11.4. Again, I do seem to be able to use the terminal, so I could presumably fix something with it if I had the right commands and I do seem to have access to the repositories.
I have installed VMWare server 2 on a windows XP host. Then I installed Suse 11.2 on the VMWare server. For the most part everything seems to be working Ok. However, the key board will type two letters with every keystroke. I have used the the accessibility options to force a hack fix (slow keys). Also, the host pointer looses synchronization with the guest. Simple fix, running it off the screen forces VM to synchronize.
I have managed to find work around solutions, but overall it is annoying and effects my productivity (IE Ctrl+C takes about 2 seconds to register!!!). I would like to find better solutions. So I am looking for advice on how I could address these issues, I need advice on two methods:
1) Assuming the problems are within Linux, I will need to tweak/change the drivers for my mouse and keyboard, how would I do that?
2) Assuming the problem is with VMWare Tools, I will need to tweak/update the tools. Now, I have noticed that Suse has their own custom setup for the tools. Thus the documentation for tweaking the tools doesn't apply (ie cannot find vmware-tools-config.pl). So how would I go about playing with that side of things?
3) Ruled out the problem being with VMWare itself. Whenever I run the system in command line mode, or in the graphical installer, the keyboard works fine. It is only within KDE that the problems arise. Thus it is either X-Windows/KDE or the VMWare tools layer that is causing the problem. So my next question, is there a way of turning components off and on to narrow in on what component is causing the problem?
im running suse 11.3_x64 clean install along side with Win7 Pro _x64 had a big fight installing Vbox 3.2.8 PUEL edition but i need to test some VMWare products like 'VMWare vShpere (ESXi 4..0.1 - which i couldn't install in a vm in Vbox) ' before putting it in production enviroment in some of my clients. version: VMware-Workstation-Full-7.0.0-203739.x86_64 The installation of vmware was quite simple with no errors. the problem kicks in after the first reboot when i try to run it. before installing vmware i installed the following:
[Code]..
When i try to run vmware workstation the 1st error kicks in: Before you can run vmware, several modules must be compiled and loaded into the running kernel:
I have problem installing Suse on vmware, after checking media i got "wrong digest" even if i try to skip this i got md5 checksums errors. The best I use DVD' SLED 11 and SLES 11 from course i was some time ago (in both the same error). I thought maybe something wrong with my dvd in laptop (GSA-4082N) but i tried on my old PC with same result.
I am trying to install the latest SUSE in a virtual machine created on 64 bit Windows 7 Ultimate. When the CD loads in the VM's console it says 'This is a 32 bit computer. You cannot use 64 bit software on it'. I am running the free VmWare Server 2.0. Windows 7 sys info clearly shows it as 64 bit OS, and it is running on i7-720 (definitely a quad core 64 bit proc).
I'm trying to install a patch but when I copy it into terminal I get message " /home/john/patch-modules_v62-opensuse.sh 'vmware-7.1.3-2.6.37-rc5.patch' not found. copy it to the current '/home/john' directory. Exiting" But I have it in my home directory!
I want to install debian on vmware workstation 7.1.4 but there's a problem! when I try to install vmware tools or open-vm, it can't complete compile modules of vmware. It is a big problem... It seem problem of kernel version after 2.6.37... But I can't find solution. logs.... Before you can compile modules, you need to have the following installed...
I have installed the latest version of Ubuntu Linux (11.04) into latest VMware workstation (7.1.4 build-385536). I have tried to install the VMware tools ISO that came with VMware workstation but It didn't work and the installation seemed real sloppy anyways.
I installed the open VMware tools from synaptic within the guest linux and restarted, everything seemed to have been installed just fine but VMware Workstation doesn't detect it. I'm not sure if the tools are outdated, silent errors happened, or if any manual post installation steps need to be taken.
getting any form of VMware tools to run in Linux and detected by VMware Workstation.
I completed the installation of VMWare Server 2.0.2 onto a CentOS 5.4 64-bit distribution. There is a VMware virtual machine file on the server in question, and I want to activate it through the application console.
I did not see anything readily apparent that would facilitate the importing of the virtual machine file. Does anyone have a procedure that can accomplish this task?