Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 100747 - wine error running as normal user: exists lstat socket : No such file or directory
Summary: wine error running as normal user: exists lstat socket : No such file or dire...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Wine Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-29 12:03 UTC by ashtophet
Modified: 2005-07-30 00:18 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
strace wine log (wine.log,5.59 KB, text/plain)
2005-07-29 13:32 UTC, ashtophet
Details
strace wine log 2 (wine2.log,5.73 KB, text/plain)
2005-07-29 13:38 UTC, ashtophet
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ashtophet 2005-07-29 12:03:10 UTC
While as root wine runs ok, as normal user gives up the error "wine: exists lstat socket : No such 
file or directory"



Reproducible: Always
Steps to Reproduce:
1. run wine as normal user.

2. if i rm -r $HOME/.wine ; mkdir $HOME/.wine ; winecfg, the error claimed is: "wine: chdir to /
home/joham_luis/.wine/wineserver-galiza_ceive.gnu-linux.org : No such file or directory"

3.- if i  run wineserver, gives up the previous error: "wine: exists lstat socket : No such file or 
directory"



emerge info:

Portage 2.0.51.22-r2 (default-linux/x86/2005.0, gcc-3.4.4, glibc-2.3.5-r1, 2.6.12-love1 i686)
===================================================
==============
System uname: 2.6.12-love1 i686 AMD Athlon(tm)
Gentoo Base System version 1.6.13
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
dev-lang/python:     2.3.5, 2.4.1-r1
sys-apps/sandbox:    1.2.11
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-xp -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /
usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/
control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/texmf/web2c /etc/env.d"
CXXFLAGS="-O2 -march=athlon-xp -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://128.213.5.34/gentoo/ http://linux.rz.ruhr-uni-bochum.de/
download/gentoo-mirror/ ftp://gentoo.inode.at/source/ http://ftp6.uni-erlangen.de/pub/mirrors/
gentoo"
LANG="pt_PT@euro"
LINGUAS="pt"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow 3dnowext X a52 aa aalib alsa apache2 apm arts avi berkdb bitmap-fonts cdr 
compositor crypt css curl dba dbus directfb divx4linux dvd dvdr dvdread emboss encode esd fam 
fat fbcon ffmpeg firefox flac foomaticdb fortran gd gd-external gdbm gif glx gnome gpm 
gstreamer gtk gtk2 guile hfs imagemagick imlib ipv6 java jfs jpeg jpg junit kde kdeenablefinal 
kdexdeltas ldap libg++ libvisual libwww live logitech-mouse mad matroska mbox mikmod mime 
mmx mmx2 mng motif mp3 mpeg mplayer mysql mysqli nas ncurses nls nptl nptlonly ntfs nvidia 
offensive ogg oggvorbis opengl openssl oss pam pdflib perl php png python qt quicktime readline 
real reiserfs remote ruby sdl slang sox spell sqlite sse ssl stats svg svga tabs tcltk tcpd tetex tiff 
truetype truetype-fonts type1-fonts v4l v4l2 vcd vorbis win32codecs xfs xine xml xml2 xmms xv 
xvid zlib linguas_pt userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LC_ALL, LDFLAGS

==========================================

This happened with previous versions and with the one i'm actually using: wine-20050725. As i've 
said, as root, everything goes ok. Googled about it, searched in bugs.gentoo, wine...

PS. My english is really awful, sorry.
Comment 1 SpanKY gentoo-dev 2005-07-29 12:29:52 UTC
what opengl do you use ? nvidia or ati or xorg ?

can you run:
rm -r ~/.wine
strace -f -o logfile wine

and then post the logfile *as an attachment*
Comment 2 ashtophet 2005-07-29 13:32:05 UTC
Created attachment 64673 [details]
strace wine log 

[joham_luis@galiza_ceive]
[458 ficheiros]
[total 66Mb] -< strace -o wine.log wine
wine: chdir to /home/joham_luis/.wine/wineserver-galiza_ceive.gnu-linux.org :
No such file or directory
Comment 3 ashtophet 2005-07-29 13:33:49 UTC
using nvidia proprietary driver.
Comment 4 ashtophet 2005-07-29 13:38:04 UTC
Created attachment 64674 [details]
strace wine log 2

strace with .wine created and after run wineserver.

[joham_luis@galiza_ceive]
[459 ficheiros]
[total 66Mb] -< strace -o wine2.log wine
wine: exists lstat socket : No such file or directory
Comment 5 SpanKY gentoo-dev 2005-07-29 15:09:54 UTC
you have wine installed in /usr/local

that means you're not using the Gentoo ebuilds --> not supported
Comment 6 ashtophet 2005-07-29 23:56:04 UTC
I'm so sorry for losing yr. time... Well, it was an old manual installation (that i did when things 
started to go wrong)... Uninstalled it and, of course, everything as ok.

Thanks a lot, and again (and again and again), sorry for my numbness.

cheers
Comment 7 SpanKY gentoo-dev 2005-07-30 00:18:05 UTC
np, happens to us all at some point in time