Hi, I am attempting to install wine 20030408 on a fresh install of RedHat 9. All goes well until the step where the default registry entries are meant to be installed. At this point I get the following error message: wine: chdir to /tmp/.wine-darrenh/server-302-69ba2: no such file or directory Registry install failed I am installing using the wineinstall utility in the tools directory and this is a wine-only installation. The directory in question definitely does not exist. The wine check utility also gives the install a clean bill of health (except for the registry of course). I am new to wine, am I missing something obvious here? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Advitech Pty Limited 1 Elizabeth Street, Tighes Hill NSW, Newcastle, Australia PO Box 207, Mayfield 2304 NSW, Australia Phone +61 2 49616544 Fax +61 2 49693530 http://www.advitech.com.au ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ NOTICE - This message contains information intended only for the use of the addressee named above. It may also be confidential and/or privileged. If you are not the intended recipient of this message you are hereby notified that you must not disseminate, copy or take any action in reliance on it. If you have received this message in error please notify Advitech Pty Limited immediately via mailto:mail@advitech.com.au. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20030411/dc9b4556/attachment.htm
On Fri, 11 Apr 2003 darren.hennessy@advitech.com.au wrote:> Hi, > I am attempting to install wine 20030408 on a fresh install of RedHat 9. > All goes well until the step where the default registry entries are meant > to be installed. At this point I get the following error message: > > wine: chdir to /tmp/.wine-darrenh/server-302-69ba2: no such file or > directory > Registry install failed > > I am installing using the wineinstall utility in the tools directory and > this is a wine-only installation. The directory in question definitely > does not exist. The wine check utility also gives the install a clean bill > of health (except for the registry of course). > > I am new to wine, am I missing something obvious here?I guess you are new to linux too. It looks as if you have no /tmp directory, or else permissions are wrong for it. maybe you skipped installing the filesystem- rpm? have root try umask 0 && mkdir /tmp chmod o+t /tmp and try regedit winedefault.reg again. Note regedit will only work with a winedefault.reg that is accessible by a configured wine drive, so you may have to copy it from the wine source to some other place where regedit can get at it. Lawson -- ---oops--- ________________________________________________________________ Sign Up for Juno Platinum Internet Access Today Only $9.95 per month! Visit www.juno.com
Wouldnt that be a NPTL issue instead ? Is wineinstall using --with-nptl now ?> wine: chdir to /tmp/.wine-darrenh/server-302-69ba2: no such file or > directory > Registry install failed > > I am installing using the wineinstall utility in the tools directory > and > this is a wine-only installation. The directory in question > definitely > does not exist. The wine check utility also gives the install a clean > bill > of health (except for the registry of course). > > I am new to wine, am I missing something obvious here?====Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259 No more War ! "What if tomorrow the War could be over ?" Morpheus, in "Reloaded". For the Law of Oil and Fire, Im an European that lives in France. For all my Brothers and friends, Im a human living on Earth. ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran?ais ! Yahoo! Mail : http://fr.mail.yahoo.com
In fact the /tmp directory is as I believe it should be: world-writable +
sticky
thanks anyhow.
Darren
whitnl73@juno.com
11/04/2003 01:13 PM
To: darren.hennessy@advitech.com.au
cc: wine-users@winehq.org
Subject: Re: Registry problems with RedHat 9
On Fri, 11 Apr 2003 darren.hennessy@advitech.com.au wrote:
> Hi,
> I am attempting to install wine 20030408 on a fresh install of RedHat 9.
> All goes well until the step where the default registry entries are
meant> to be installed. At this point I get the following error message:
>
> wine: chdir to /tmp/.wine-darrenh/server-302-69ba2: no such file or
> directory
> Registry install failed
>
> I am installing using the wineinstall utility in the tools directory and
> this is a wine-only installation. The directory in question definitely
> does not exist. The wine check utility also gives the install a clean
bill> of health (except for the registry of course).
>
> I am new to wine, am I missing something obvious here?
I guess you are new to linux too. It looks as if you have no /tmp
directory, or else permissions are wrong for it.
maybe you skipped installing the filesystem- rpm?
have root try
umask 0 && mkdir /tmp
chmod o+t /tmp
and try
regedit winedefault.reg
again. Note regedit will only work with a winedefault.reg that is
accessible by a configured wine drive, so you may have to copy it from
the wine source to some other place where regedit can get at it.
Lawson
--
---oops---
________________________________________________________________
Sign Up for Juno Platinum Internet Access Today
Only $9.95 per month!
Visit www.juno.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Advitech Pty Limited
1 Elizabeth Street, Tighes Hill NSW, Newcastle, Australia
PO Box 207, Mayfield 2304 NSW, Australia
Phone +61 2 49616544 Fax +61 2 49693530
http://www.advitech.com.au
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NOTICE - This message contains information intended only for the use of the
addressee named above. It may also be confidential and/or
privileged. If
you are not the intended recipient of this message you are hereby notified
that you must not disseminate, copy or take any action in reliance on it. If
you have received this message in error please notify Advitech Pty Limited
immediately via mailto:mail@advitech.com.au.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://www.winehq.org/pipermail/wine-users/attachments/20030411/a907093d/attachment.html
Jackpot! That seems to have been the problem. The wineinstall script does
not specify this configure flag by default. I don't know why my
installtion would require it and others not. May be worth some further
investigation.
thanks,
Darren
Sylvain Petreolle <spetreolle@yahoo.fr>
11/04/2003 01:45 PM
To: darren.hennessy@advitech.com.au, wine-users@winehq.org
cc: whitnl73@juno.com
Subject: Re: Registry problems with RedHat 9
Wouldnt that be a NPTL issue instead ? Is wineinstall using
--with-nptl now ?
> wine: chdir to /tmp/.wine-darrenh/server-302-69ba2: no such file or
> directory
> Registry install failed
>
> I am installing using the wineinstall utility in the tools directory
> and
> this is a wine-only installation. The directory in question
> definitely
> does not exist. The wine check utility also gives the install a clean
> bill
> of health (except for the registry of course).
>
> I am new to wine, am I missing something obvious here?
====Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ
#170597259
No more War !
"What if tomorrow the War could be over ?" Morpheus, in
"Reloaded".
For the Law of Oil and Fire, Im an European that lives in France.
For all my Brothers and friends, Im a human living on Earth.
___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran?ais !
Yahoo! Mail : http://fr.mail.yahoo.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Advitech Pty Limited
1 Elizabeth Street, Tighes Hill NSW, Newcastle, Australia
PO Box 207, Mayfield 2304 NSW, Australia
Phone +61 2 49616544 Fax +61 2 49693530
http://www.advitech.com.au
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NOTICE - This message contains information intended only for the use of the
addressee named above. It may also be confidential and/or
privileged. If
you are not the intended recipient of this message you are hereby notified
that you must not disseminate, copy or take any action in reliance on it. If
you have received this message in error please notify Advitech Pty Limited
immediately via mailto:mail@advitech.com.au.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://www.winehq.org/pipermail/wine-users/attachments/20030411/754076c6/attachment.htm