60% of my results are not granted credit

Robert Somerville
Robert Somerville
Joined: 11 Nov 04
Posts: 27
Credit: 21819
RAC: 0

which version of BOINC are

Message 8991 in response to message 8980

which version of BOINC are you using 4.19 or 4.25experimental?

> The validator seems to be accepting all my results, now.
>
>
> You can look at the last WU I have returned:
>
> http://einsteinathome.org/workunit/584451[/url]
>
> I have gotten granted credit, despite the fact my Linux machine was the last
> that reported results. And the first three were Windows machines.
>
>
> I have completed 16 WU's up to now. 3 of them are still pending for credit,
> but the other 13 are valid, with granted credit. No invalid results by the
> moment:
>
> http://einsteinathome.org/host/70869/tasks[/url]
>
>
>
>
>
>
>
>

Robert Somerville

Robert Somerville
Robert Somerville
Joined: 11 Nov 04
Posts: 27
Credit: 21819
RAC: 0

okay , i know what got it

Message 8992 in response to message 8989

okay , i know what got it working (U won't like this ...), I had to copy the missing? { or all BOINC?? } dlls to :

cp *.dll ~bob/.wine/drive_c/windows/system

it apparently had nothing to do with winecgf, and i was not using the gui, but it was exactly this step that got it working on my home machine this evening

P.S. Is it just me or does Wine have a hard time telling when the user is active . My wine boinc would not start up from hibernation until i changed my prefs to "can work at all times"

> > >
> >
> > BEGINNER WINE(ER) user question:
> >
> > 1)where do i put the DLLs that i am missing (opengl32.dll,glu32.dll)
> > 2)what would the exact "config" file syntax for these be: ?
>
> Hi Robert,
>
> Was on the travel home,
>
> As Peter noticed you don't need them as long as you stay to command line,
> On frankscorner.org you can find links to a site that has downloads available
> for various DLL's if you prefer any.
>
> I don't know were your problems are related to, but I've noticed similar ones
> on this forum,maybe just do a find.
>
>
>
> I see that you are running indeed, good luck
>
>

Robert Somerville

john.mac
john.mac
Joined: 9 Feb 05
Posts: 85
Credit: 167393
RAC: 0

> okay , i know what got it

Message 8993 in response to message 8992

> okay , i know what got it working (U won't like this ...), I had to copy the
> missing? { or all BOINC?? } dlls to :
>
> cp *.dll ~bob/.wine/drive_c/windows/system
>
> it apparently had nothing to do with winecgf, and i was not using the gui, but
> it was exactly this step that got it working on my home machine this evening
>
>
Robert,
I'am not a wine expert either but I did, lucky me, had no trouble at all. I had nothing to copy whatsoever. with the advice on frankscorner.org, as i told, i installed boinc as follows:

from frankscorner.org (thank you frank !!)
Installshield Installers

"Many programs use an Installshield installer to install.
In order to get these installers running you need to install DCOM98 first.
DCOM98 can be downloaded here.
Type WINEDLLOVERRIDES="ole32=n" wine dcom98.exe to install DCOM98."

After that i installed the boinc client with:

"To run the application installer it's necessary that ole32.dll, oleaut32.dll and rpcrt4.dll are loaded as native when the setup program is run.
To do that type WINEDLLOVERRIDES="ole32,oleaut32,rpcrt4=n" wine boinc_4.19_windows_intelx86.exe"

I could just start boinc then after first exporting those winedebug stuff.

John,

Robert Somerville
Robert Somerville
Joined: 11 Nov 04
Posts: 27
Credit: 21819
RAC: 0

ONE FLY in OINTMENT: if i

Message 8994 in response to message 8993

ONE FLY in OINTMENT:

if i log out, the wine connection to the X server is KILLED, and the Wine run goes away (dies). Unfortunatly, this logout has to be done as my kids have their Linux logins. Any ideas of work-arounds anyone.

P.S. in benchmarks my 2000+ AMD (1666mhz) is blowing away my dual 3GHZ Intels at work (both using wine). ANY BETS they compiled the windows version with AMD optimizations !!!!!!!

> > okay , i know what got it working (U won't like this ...), I had to copy
> the
> > missing? { or all BOINC?? } dlls to :
> >
> > cp *.dll ~bob/.wine/drive_c/windows/system
> >
> > it apparently had nothing to do with winecgf, and i was not using the
> gui, but
> > it was exactly this step that got it working on my home machine this
> evening
> >
> >
> Robert,
> I'am not a wine expert either but I did, lucky me, had no trouble at all. I
> had nothing to copy whatsoever. with the advice on frankscorner.org, as i
> told, i installed boinc as follows:
>
> from frankscorner.org (thank you frank !!)
> Installshield Installers
>
> "Many programs use an Installshield installer to install.
> In order to get these installers running you need to install DCOM98 first.
> DCOM98 can be downloaded here.
> Type WINEDLLOVERRIDES="ole32=n" wine dcom98.exe to install DCOM98."
>
> After that i installed the boinc client with:
>
> "To run the application installer it's necessary that ole32.dll, oleaut32.dll
> and rpcrt4.dll are loaded as native when the setup program is run.
> To do that type WINEDLLOVERRIDES="ole32,oleaut32,rpcrt4=n" wine
> boinc_4.19_windows_intelx86.exe"
>
> I could just start boinc then after first exporting those winedebug stuff.
>
>
>
>

Robert Somerville

Wurgl (speak^Wcrunching for Special: Off-Topic)
Wurgl (speak^Wc...
Joined: 11 Feb 05
Posts: 321
Credit: 140550008
RAC: 0

> ONE FLY in OINTMENT: > >

Message 8995 in response to message 8994

> ONE FLY in OINTMENT:
>
> if i log out, the wine connection to the X server is KILLED, and the Wine run
> goes away (dies). Unfortunatly, this logout has to be done as my kids have
> their Linux logins. Any ideas of work-arounds anyone.

Set up an Xvnc server.

/usr/X11R6/bin/Xvnc -query localhost -geometry 1280x1024 -depth 16 -alwaysshared -dontdisconnect -interface $INTERFACE :1 -desktop "No beer, but wine"

Of course $INTERFACE needs to set accordingly. Important is here: -dontdisconnect and maybe -alwaysshared. Then you can log off without loosing any cobblestone ;^)

john.mac
john.mac
Joined: 9 Feb 05
Posts: 85
Credit: 167393
RAC: 0

> ONE FLY in OINTMENT: > >

Message 8996 in response to message 8994

> ONE FLY in OINTMENT:
>
> if i log out, the wine connection to the X server is KILLED, and the Wine run
> goes away (dies). Unfortunatly, this logout has to be done as my kids have
> their Linux logins. Any ideas of work-arounds anyone.
>

You should have more virtual screens avail in linux ??
Type CTR and ALT and F1 or any other F-key (F6 is max) to get another text screen; if you run in command line mode it should be sufficient and you don't have to log out.

Pressing CTR ALT F7 brings back the graphical screen (The X-server uses that) for your Kids and for your other work.
You could even run, as I do, wine in a background by ending the exec. with the & sign, so your Xterm or normal terminal becomes free after a while for other purposes.

John,

Robert Somerville
Robert Somerville
Joined: 11 Nov 04
Posts: 27
Credit: 21819
RAC: 0

RE XVNC: perhaps somebody

Message 8997 in response to message 8995

RE XVNC: perhaps somebody could tell me what stupid thing i am doing wrong ....

[bob@miranda /home/bob/wine_eah]: Xvnc -query localhost -geometry 1280x1024 -depth 16 -alwaysshared -dontdisconnect -interface 127.0.0.1 :2 -desktop "No beer, but wine"
23/03/05 17:36:37 Xvnc version 3.3.3r2+tight1.2.2
23/03/05 17:36:37 Copyright (C) AT&T Laboratories Cambridge.
23/03/05 17:36:37 All Rights Reserved.
23/03/05 17:36:37 See http://www.uk.research.att.com/vnc for information on VNC
23/03/05 17:36:37 Desktop name 'No beer, but wine' (miranda.bobsdomain:2)
23/03/05 17:36:37 Protocol version supported 3.3
23/03/05 17:36:37 Listening for VNC connections on TCP port 5902

AUDIT: Wed Mar 23 17:38:23 2005: 11895 Xvnc: client 1 rejected from IP 127.0.0.1 port 50340
XDM: too many retransmissions
AUDIT: Wed Mar 23 17:38:50 2005: 11895 Xvnc: client 1 rejected from IP 127.0.0.1 port 50347

******************************

bob@miranda /home/bob]: setenv DISPLAY miranda.bobsdomain:2

[bob@miranda /home/bob/wine_eah]: nice wine
Wine 20050310
Usage: wine PROGRAM [ARGUMENTS...] Run the specified program
wine --help Display this help and exit
wine --version Output version information and exit
[bob@miranda /home/bob/wine_eah]: nice wine boinc_cli.exe
Xlib: connection to "miranda.bobsdomain:2.0" refused by server
Xlib: Client is not authorized to connect to Server
wine: Could not load graphics driver 'x11drv'.
Make sure that your X server is running and that $DISPLAY is set correctly.

[bob@miranda /home/bob/wine_eah]: setenv DISPLAY miranda.bobsdomain:2.0
[bob@miranda /home/bob/wine_eah]: nice wine boinc_cli.exe
Xlib: connection to "miranda.bobsdomain:2.0" refused by server
Xlib: Client is not authorized to connect to Server
wine: Could not load graphics driver 'x11drv'.
Make sure that your X server is running and that $DISPLAY is set correctly.

Robert Somerville

john.mac
john.mac
Joined: 9 Feb 05
Posts: 85
Credit: 167393
RAC: 0

> RE XVNC: perhaps somebody

Message 8998 in response to message 8997

> RE XVNC: perhaps somebody could tell me what stupid thing i am doing wrong
> ....
Give it a try with 'xhost +' then start the server and wine, if it works OK then, you should figure out on what authority the prgramm is running;
You get similar problems when logged in as root in an xterm and starting a graphical application from there. Because root is not authorised to display on the local user screenserver.
>
>
> [bob@miranda /home/bob/wine_eah]: setenv DISPLAY miranda.bobsdomain:2.0
> [bob@miranda /home/bob/wine_eah]: nice wine boinc_cli.exe
> Xlib: connection to "miranda.bobsdomain:2.0" refused by server
> Xlib: Client is not authorized to connect to Server
> wine: Could not load graphics driver 'x11drv'.
> Make sure that your X server is running and that $DISPLAY is set correctly.
>
>

John,

Wurgl (speak^Wcrunching for Special: Off-Topic)
Wurgl (speak^Wc...
Joined: 11 Feb 05
Posts: 321
Credit: 140550008
RAC: 0

> RE XVNC: perhaps somebody

Message 8999 in response to message 8997

> RE XVNC: perhaps somebody could tell me what stupid thing i am doing wrong
> ....

> AUDIT: Wed Mar 23 17:38:23 2005: 11895 Xvnc: client 1 rejected from IP
> 127.0.0.1 port 50340

You need to edit the xdm-config file.
In my file, I did comment out the following two lines:
!DisplayManager*authorize: true
!DisplayManager._1.authorize: true
Not sure if you need to restart xdm?

And I did start Xvnc in some /etc/rc[3|5].d script.

If wine -- sorry I never used it -- can run without graphics, then you could start the job with help of nohup in the background.
$ nohup &

Robert Somerville
Robert Somerville
Joined: 11 Nov 04
Posts: 27
Credit: 21819
RAC: 0

Thanks guys, got Xvnc to work

Message 9000 in response to message 8999

Thanks guys, got Xvnc to work last night; i RTFMed. i'm finally starting to rack up some points now that I am using WINE (no INVALID results in a day or more ...). i now have a few more points to play with tonight ( XDM /etc/rcXX.d ) ...

Too bad i can't run bare-METAL linux, I wish these E@H guys could learn to program, or decide/realize the Windoze wasn't the only OS in this Universe

Robert Somerville

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.