Bug 396116 - openSuSE 11.0 Beta3 & RC1 can't find the Hard Disk
Summary: openSuSE 11.0 Beta3 & RC1 can't find the Hard Disk
Status: RESOLVED DUPLICATE of bug 392084
Alias: None
Product: openSUSE 11.0
Classification: openSUSE
Component: Installation (show other bugs)
Version: RC 1
Hardware: i386 openSUSE 11.0
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: E-mail List
QA Contact: Jiri Srain
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-31 05:21 UTC by Chuck Taylor
Modified: 2008-06-03 18:54 UTC (History)
2 users (show)

See Also:
Found By: Beta-Customer
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chuck Taylor 2008-05-31 05:21:22 UTC
Prior versions of SuSE up to and including openSuSE 11.0 Beta2 had absolutely no trouble finding the Virtual HD of VMware. I am running VMware Workstation 5.5.6 inside openSuSE 10.3. Inside that I am running Win2k and Vista and the latest version of openSuSE, if it will work. I noticed that a lot of code concerning vmware was removed between Beta2 and Beta3. Does that mean VMware is to be no longer supported in SuSE???
Comment 1 Arvin Schnell 2008-06-02 15:46:14 UTC
VMware is supported.  But some workarounds for problems with old VMware
version were removed from the kernel. The link below gives you a bit
more information.

http://lists.opensuse.org/opensuse-factory/2008-05/msg00376.html
Comment 2 Chuck Taylor 2008-06-03 11:15:49 UTC
    It didn't provide anymore info than I already have. Is there a list of which files had the patches so that I may re-install them??  The VMware Workstation version that I am using is 5.5.6 which I don't believe should be considered that old. Like I said in a previous e-mail, it worked fine in openSuSE 11.0 Beta2. Perhaps the "workarounds" could be made optional to VMware 5 users???
   Don't think that it was possibly made clear. The problem is not running VMware inside openSuSE 11.0 Beta 3 and above BUT the problem is running openSuSE 11.0 Beta 3 and above as a Guest inside VMware. Does that paint a different picture to you??
Comment 3 Lars Marowsky-Bree 2008-06-03 12:54:28 UTC
Greg, which versions are you referring to as "very old" in that mail? Is the version 5.5.6 used here affected?
Comment 4 Greg Kroah-Hartman 2008-06-03 14:12:27 UTC
See bug 392084 for details.  vmware has fixed this in their product already.

*** This bug has been marked as a duplicate of bug 392084 ***
Comment 5 Forgotten User qMyteedNxa 2008-06-03 14:52:35 UTC
>Is the version 5.5.6 used here affected?
i don`t hope so, but maybe vmware still didn`t fix it for their 5.x product series !?

5.x is still a maintained product, and i wondered if it still has the bug - there is just a new release from 5/29/2008:

VMware Workstation 5.5.7 for Windows
Version: 5.5.7 | 5/29/2008 | Build: 91707 | Release Notes

http://www.vmware.com/support/ws55/doc/releasenotes_ws55.html#557
http://www.vmware.com/pdf/ws55_manual.pdf

ok - besides that, table on page 26 in document http://www.vmware.com/pdf/GuestOS_guide.pdf shows, that suse 10.2 already needs at least workstation 6.x and opensuse 10.3 needs at least 6.0.1.

workaround:
using virtual ide harddisk or virtual scsi disk , but with virtual buslogic controller instead of lsilogic.


if it`s not being fixed in 5.x, i`m not sure if it would be good to step back and re-integrate the patch. (to avoid hassle)

 
Comment 6 Forgotten User qMyteedNxa 2008-06-03 14:56:08 UTC
>Prior versions of SuSE up to and including openSuSE 11.0 Beta2 had absolutely
>no trouble finding the Virtual HD of VMware. I am running VMware Workstation
>5.5.6 inside openSuSE 10.3. 

that is because up to 11.0 beta2 suse had a patch which worked around a bug in vmware`s virtual lsilogic scsi controller emulation.

that patch was rejected by linux kernel developers - so every linux distro without that additional patch will fail with recent linux kernels on vmware products which haven`t been fixed.
Comment 7 Forgotten User qMyteedNxa 2008-06-03 15:08:14 UTC
>workaround:
>using virtual ide harddisk or virtual scsi disk , but with virtual buslogic
>controller instead of lsilogic.

buslogic was a bad idea, as i just see that they have the following lines a hundred times in http://www.vmware.com/pdf/GuestOS_guide.pdf:

>NOTE With many Linux guest operating systems, various problems have been 
>observed when the BusLogic virtual SCSI adapter is used with VMware virtual 
>machines. VMware recommends that you use the LSI Logic virtual SCSI adapter 
>with this guest operating system.

so if lsilogic is broken in 5.x, buslogic is also broken, you may only choose ide or other virtualization product, like virtualbox ;)
Comment 8 Forgotten User qMyteedNxa 2008-06-03 18:54:51 UTC
>I noticed that a lot of code concerning vmware was removed between 
>Beta2 and Beta3.

i wouldn`t call that a lot.

http://marc.info/?l=linux-scsi&m=117432237404247
http://marc.info/?l=linux-kernel&m=117469821528952&w=2
http://marc.info/?l=linux-kernel&m=118352701624546&w=2

this issues are known for quite some time now.


>Perhaps the "workarounds" could be made optional to VMware 5 users???

just as an idea:
as you can add additional drivers from floppy or whatever at setup time - would it be possible to replace an in-kernel driver by some driver from additional setup disk, i.e. could a patched lsilogic driver be supplied separately (either by novell or by 3rd party/volunteer) ?