Re: Running VMware 3.2 under RH9 - installation problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Pekka K. Kurki wrote:

Hi!

For VMware 3.2 the vmware-net build with new kernel fails with syntax errors (it was OK with RH7.1)

A patch has been shown on several mailing list archives. I tried to run the patch but got the following error msg:

patching file /usr/lib/vmware/modules/source/vmnet.tar
Hunk #1 FAILED at 1485.
1 out of 1 hunk FAILED -- saving rejects to file /usr/lib/vmware/modules/source/vmnet.tar.rej


and the contents of rej file:


************** *** 1485,1491 ****

len += sprintf(buf+len, "pids ");

-    for_each_task(p) {
      if (VNetProcessOwnsPort(p, port)) {
         len += sprintf(buf+len, "%d", p->pid);
         if (seen) {
--- 1485,1491 ----

len += sprintf(buf+len, "pids ");

+    for_each_process(p) {
      if (VNetProcessOwnsPort(p, port)) {
         len += sprintf(buf+len, "%d", p->pid);
         if (seen) {



What is going wrong? I am not used to Linux patch error - I had my patching experiences on VAX/VMS and 390/MVS years ago, but no with Unix... Anybody else patched VMware for RH9??

I would be very grateful for any help! Thanks!

best regards from Austria,

Pekka Kurki

Hi again!

I made the patch manually (by editing the module source with vi) and after that the vmware-config.pl produced modules that were OK with RH9. So no VMware 4.0 necessary.

br
Pekka


-- (Mr.) Pekka K. Kurki Intellectics GesmbH http://www.intellectics.at, http://www.intellectics.com A-2551 Enzesfeld, Austria



--
Shrike-list mailing list
Shrike-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/shrike-list

[Index of Archives]     [Fedora Users]     [Centos Users]     [Kernel Development]     [Red Hat Install]     [Red Hat Watch]     [Red Hat Development]     [Red Hat Phoebe Beta]     [Yosemite Forum]     [Fedora Discussion]     [Gimp]     [Stuff]     [Yosemite News]

  Powered by Linux