At Sat, 16 Aug 2003 12:03:43 +0200, Peter Lundkvist wrote: > See news://news.vmware.com:119/[EMAIL PROTECTED] > and news://news.vmware.com:119/[EMAIL PROTECTED] > for a (hopefully temporary) workaround. > > If you are running vmnet-nat, this also needs to be fixed, see > attached patch. > > Peter > > --- /etc/init.d/vmware.org > +++ /etc/init.d/vmware > @@ -840,7 +840,7 @@ > vmware_start_nat() { > local vHubNr="$1" # IN > > - cd "$vmdb_answer_BINDIR" && "$vmdb_answer_BINDIR"/"$natd" \ > + cd "$vmdb_answer_BINDIR" && LD_PRELOAD="/lib/fix-fopen.so /usr/lib/libdl.so" > "$vmdb_answer_BINDIR"/"$natd" \ > -d /var/run/"$natd"-"$vHubNr".pid \ > -m /var/run/"$natd"-"$vHubNr".mac \ > -c "$vmware_etc_dir"/vmnet"$vHubNr"/nat/nat.conf
So... Could I close this bug? Regards, -- gotom -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

