Every time I try to start wine with (for example)
wine sol.exe it gives me an error message:
"wineserver: fcntl /tmp/.wine-user/server-xxxx-xxxx/lock: Invalid argument"
In debug level 2 it says:
sock_init: shutdown() causes POLLHUP
Anyone know what this can be? Thanks.
Dmitry.
Am Mon, 2002-10-14 um 06.58 schrieb Dima:
In debug level 2 it says:
sock_init: shutdown() causes POLLHUP
Anyone know what this can be?
This is only informational. I am 99% certain it has nothing to do with the error wine is bailing out with.
Martin
Thanks, Martin. And what about first part? Can anyone explain me what does it mean:
fcntl: /tmp/.wine-USER/server-xxxx-xxxx/lock: Invalid argument
This error pops up even if I log in as root. I've checked this directory: there was the file "lock" and it had zero length.
----- Original Message ----- From: Martin Wilck Martin.Wilck@Fujitsu-Siemens.com To: Dima dimsuz@mail.ru Cc: wine-devel mailing list wine-devel@winehq.com Sent: Monday, October 14, 2002 4:16 PM Subject: Re: Error message
Am Mon, 2002-10-14 um 06.58 schrieb Dima:
In debug level 2 it says:
sock_init: shutdown() causes POLLHUP
Anyone know what this can be?
This is only informational. I am 99% certain it has nothing to do with the error wine is bailing out with.
Martin
-- Martin Wilck Phone: +49 5251 8 15113 Fujitsu Siemens Computers Fax: +49 5251 8 20409 Heinz-Nixdorf-Ring 1 mailto:Martin.Wilck@Fujitsu-Siemens.com D-33106 Paderborn http://www.fujitsu-siemens.com/primergy
"=?koi8-r?B?5MnNwSDz1drEwczF1w==?=" == =?koi8-r?B?5MnNwSDz1drEwczF1w==?= <koi8-r> writes:
=?koi8-r?B?5MnNwSDz1drEwczF1w==?=> Thanks, Martin. And what about first =?koi8-r?B?5MnNwSDz1drEwczF1w==?=> part? Can anyone explain me what does =?koi8-r?B?5MnNwSDz1drEwczF1w==?=> it mean:
=?koi8-r?B?5MnNwSDz1drEwczF1w==?=> fcntl: =?koi8-r?B?5MnNwSDz1drEwczF1w==?=> /tmp/.wine-USER/server-xxxx-xxxx/lock: =?koi8-r?B?5MnNwSDz1drEwczF1w==?=> Invalid argument
=?koi8-r?B?5MnNwSDz1drEwczF1w==?=> This error pops up even if I log in =?koi8-r?B?5MnNwSDz1drEwczF1w==?=> as root. I've checked this =?koi8-r?B?5MnNwSDz1drEwczF1w==?=> directory: there was the file "lock" =?koi8-r?B?5MnNwSDz1drEwczF1w==?=> and it had zero length.
Is home on an NFS mount? With root-squash, then the above error will happen.
Bye
Thanks. No, it is a usual e2fs filesystem and nothing more. Config file seems to be OK. winecheck script says that i may have a problem with my MIDI output, but I think that's another question. It also says that it hadn't found any wine's registry files, but as noted in wine manual it will create them after the first run. But for now Wine doesn't want to run :-). Permission to /tmp is correct: rwx.
Don't know what to do... :-(
If it helps (I guess not), I'm running RH70.
----- Original Message ----- From: Uwe Bonnes bon@elektron.ikp.physik.tu-darmstadt.de To: äÉÍÁ óÕÚÄÁÌÅ× dimsuz@mail.ru Cc: wine-devel mailing list wine-devel@winehq.com Sent: Monday, October 14, 2002 5:51 PM Subject: Re: Error message
"=?koi8-r?B?5MnNwSDz1drEwczF1w==?=" ==
=?koi8-r?B?5MnNwSDz1drEwczF1w==?= <koi8-r> writes:
=?koi8-r?B?5MnNwSDz1drEwczF1w==?=> Thanks, Martin. And what about
first
=?koi8-r?B?5MnNwSDz1drEwczF1w==?=> part? Can anyone explain me what
does
=?koi8-r?B?5MnNwSDz1drEwczF1w==?=> it mean: =?koi8-r?B?5MnNwSDz1drEwczF1w==?=> fcntl: =?koi8-r?B?5MnNwSDz1drEwczF1w==?=>
/tmp/.wine-USER/server-xxxx-xxxx/lock:
=?koi8-r?B?5MnNwSDz1drEwczF1w==?=> Invalid argument =?koi8-r?B?5MnNwSDz1drEwczF1w==?=> This error pops up even if I log in =?koi8-r?B?5MnNwSDz1drEwczF1w==?=> as root. I've checked this =?koi8-r?B?5MnNwSDz1drEwczF1w==?=> directory: there was the file
"lock"
=?koi8-r?B?5MnNwSDz1drEwczF1w==?=> and it had zero length.
Is home on an NFS mount? With root-squash, then the above error will
happen.
Bye
-- Uwe Bonnes bon@elektron.ikp.physik.tu-darmstadt.de
Institut fuer Kernphysik Schlossgartenstrasse 9 64289 Darmstadt --------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------
On Mon, 14 Oct 2002, [koi8-r] äÉÍÁ óÕÚÄÁÌÅ× wrote:
Thanks, Martin. And what about first part? Can anyone explain me what does it mean:
fcntl: /tmp/.wine-USER/server-xxxx-xxxx/lock: Invalid argument
This error pops up even if I log in as root. I've checked this directory: there was the file "lock" and it had zero length.
root does not get to do operations the filesystem dos not support. I already told you once, if you try to run wine on a ZipSlack or similar system with a [v]fat or umsdos root filesystem you will get this error.
try having root run this:
#!/bin/sh touch /usr/local/dose /sbin/mke2fs -F /usr/local/dose 16384 /bin/mount -o loop /usr/local/dose /tmp chmod a+rwxt /tmp
depending on your mailer, you might need to run it through fromdos first:
tr -d "\r" <mailfile >commandfile
and make it executable:
chmod a+x commandfile
I don't have a ZipSlack system to test on, but that should get around that problem, so maybe we can go on to the next.
Lawson ---oops---
________________________________________________________________ GET INTERNET ACCESS FROM JUNO! Juno offers FREE or PREMIUM Internet access for less! Join Juno today! For your FREE software, visit: http://dl.www.juno.com/get/web/.
On Mon, 14 Oct 2002 11:01:32 -0400 (EDT) lawson_whitney@juno.com wrote:
On Mon, 14 Oct 2002, [koi8-r] Дима Суздалев wrote:
Thanks, Martin. And what about first part? Can anyone explain me what does it mean:
fcntl: /tmp/.wine-USER/server-xxxx-xxxx/lock: Invalid argument
This error pops up even if I log in as root. I've checked this directory: there was the file "lock" and it had zero length.
root does not get to do operations the filesystem dos not support. I already told you once, if you try to run wine on a ZipSlack or similar system with a [v]fat or umsdos root filesystem you will get this error.
Sorry, I didn't answer you (I've composed message, but forgot to send it), but i've tried to do as you've said. See below...
try having root run this:
#!/bin/sh touch /usr/local/dose /sbin/mke2fs -F /usr/local/dose 16384
First time you've send this didn't run because i put -f rather than -F. (stupid...)
/bin/mount -o loop /usr/local/dose /tmp chmod a+rwxt /tmp
Now all went well, file system was created. But error pops out again!!!! (soon I will be crying:-)) By the way, my FS is native to linux e2fs, not umsdos or [v]fat. I have only vfat mounts on /mnt - they are my windows partitions. So we've came to the beginning :).
depending on your mailer, you might need to run it through fromdos first:
tr -d "\r" <mailfile >commandfile
and make it executable:
chmod a+x commandfile
I don't have a ZipSlack system to test on, but that should get around that problem, so maybe we can go on to the next.
Lawson ---oops---
GET INTERNET ACCESS FROM JUNO! Juno offers FREE or PREMIUM Internet access for less! Join Juno today! For your FREE software, visit: http://dl.www.juno.com/get/web/.
------------ xmms playing: %s
On Mon, 14 Oct 2002, Dima Suzdalev wrote:
On Mon, 14 Oct 2002 11:01:32 -0400 (EDT) lawson_whitney@juno.com wrote:
try having root run this:
#!/bin/sh touch /usr/local/dose /sbin/mke2fs -F /usr/local/dose 16384
First time you've send this didn't run because i put -f rather than -F. (stupid...)
My mistake. The first one was wrong. But then so was my guess.
Now all went well, file system was created. But error pops out again!!!! (soon I will be crying:-)) By the way, my FS is native to linux e2fs, not umsdos or [v]fat. I have only vfat mounts on /mnt - they are my windows partitions. So we've came to the beginning :).
Exactly. You may as well
umount /tmp
and send Alexandre an strace.
Lawson ---oops---
________________________________________________________________ GET INTERNET ACCESS FROM JUNO! Juno offers FREE or PREMIUM Internet access for less! Join Juno today! For your FREE software, visit: http://dl.www.juno.com/get/web/.
äÉÍÁ óÕÚÄÁÌÅ× dimsuz@mail.ru writes:
And what about first part? Can anyone explain me what does it mean:
fcntl: /tmp/.wine-USER/server-xxxx-xxxx/lock: Invalid argument
This error pops up even if I log in as root. I've checked this directory: there was the file "lock" and it had zero length.
What kernel and glibc versions are you using? Could you please do:
strace -f -o log.txt wine
and send me the resulting log.txt file?
On 14 Oct 2002 09:49:20 -0700 Alexandre Julliard julliard@winehq.com wrote:
Дима Суздалев dimsuz@mail.ru writes:
And what about first part? Can anyone explain me what does it mean:
fcntl: /tmp/.wine-USER/server-xxxx-xxxx/lock: Invalid argument
This error pops up even if I log in as root. I've checked this directory: there was the file "lock" and it had zero length.
What kernel and glibc versions are you using? Could you please do:
I have kernel 2.2.16-22 and glibc-2.1.92-14
strace -f -o log.txt wine
What is strace? It is first time i've heard about it :). And where can I get it if it useful?
Thanks in advance.
and send me the resulting log.txt file?
-- Alexandre Julliard julliard@winehq.com
------------ xmms playing: %s
On Mon, 14 Oct 2002, Dima Suzdalev wrote:
On 14 Oct 2002 09:49:20 -0700 Alexandre Julliard julliard@winehq.com wrote:
strace -f -o log.txt wine
What is strace? It is first time i've heard about it :). And where can I get it if it useful?
Thanks in advance.
rpm based distros carry it usually in the Development/Kernel group. Yes, it is useful.
Lawson ---oops---
________________________________________________________________ GET INTERNET ACCESS FROM JUNO! Juno offers FREE or PREMIUM Internet access for less! Join Juno today! For your FREE software, visit: http://dl.www.juno.com/get/web/.
On 14 Oct 2002 09:49:20 -0700 Alexandre Julliard julliard@winehq.com wrote:
I've found strace in my distribution.
See attached file. It seems to be line 237 of log.txt. But it explains nothing to me. I hope you'll be able to do smth about it.
Thanks.
Дима Суздалев dimsuz@mail.ru writes:
And what about first part? Can anyone explain me what does it mean:
fcntl: /tmp/.wine-USER/server-xxxx-xxxx/lock: Invalid argument
This error pops up even if I log in as root. I've checked this directory: there was the file "lock" and it had zero length.
What kernel and glibc versions are you using? Could you please do:
strace -f -o log.txt wine
and send me the resulting log.txt file?
-- Alexandre Julliard julliard@winehq.com
------------ xmms playing: %s
Dima Suzdalev dimsuz@mail.ru writes:
See attached file. It seems to be line 237 of log.txt. But it explains nothing to me. I hope you'll be able to do smth about it.
It looks like your glibc doesn't handle the 64-bit fcntl call correctly. Did you build Wine yourself, or are you using a binary package?
Hello Alexandre,
Tuesday, October 15, 2002, 12:35:53 AM, you wrote:
AJ> Dima Suzdalev dimsuz@mail.ru writes:
See attached file. It seems to be line 237 of log.txt. But it explains nothing to me. I hope you'll be able to do smth about it.
AJ> It looks like your glibc doesn't handle the 64-bit fcntl call AJ> correctly. Did you build Wine yourself, or are you using a binary AJ> package?
Yes, I built it myself. So what next? I need to upgrade my glibc?
On Tue, 15 Oct 2002, Dima Suzdalev wrote:
Hello Alexandre,
Tuesday, October 15, 2002, 12:35:53 AM, you wrote:
AJ> Dima Suzdalev dimsuz@mail.ru writes:
See attached file. It seems to be line 237 of log.txt. But it explains nothing to me. I hope you'll be able to do smth about it.
AJ> It looks like your glibc doesn't handle the 64-bit fcntl call AJ> correctly. Did you build Wine yourself, or are you using a binary AJ> package?
Yes, I built it myself. So what next? I need to upgrade my glibc?
Which version is it? Any special configuration options you used when compiling it?
Dima Suzdalev dimsuz@mail.ru writes:
Yes, I built it myself. So what next? I need to upgrade my glibc?
Yes that's probably the best solution. It would certainly be possible to add a work-around in Wine but it's not trivial.