FIXED: Error: Not an unsigned 32-bit number

Moderators: Site Moderators, FAHC Science Team

foldy
Posts: 2061
Joined: Sat Dec 01, 2012 3:43 pm
Hardware configuration: Folding@Home Client 7.6.13 (1 GPU slots)
Windows 7 64bit
Intel Core i5 2500k@4Ghz
Nvidia gtx 1080ti driver 441

FIXED: Error: Not an unsigned 32-bit number

Post by foldy »

When I want to check returned work units status I see Error: Not an unsigned 32-bit number
https://apps.foldingathome.org/wu?p=117 ... =2637&g=36

Maybe this is because of beta project so you can move it beta forum section.
Joe_H
Site Admin
Posts: 7868
Joined: Tue Apr 21, 2009 4:41 pm
Hardware configuration: Mac Pro 2.8 quad 12 GB smp4
MacBook Pro 2.9 i7 8 GB smp2
Location: W. MA

Re: Returned WU Status shows Error: Not an unsigned 32-bit n

Post by Joe_H »

It should not have anything to do with whether the project is in beta status or not. The lookup is working for other WU's I have tested it with. I will pass this on to the person who maintains this page.
Image

iMac 2.8 i7 12 GB smp8, Mac Pro 2.8 quad 12 GB smp6
MacBook Pro 2.9 i7 8 GB smp3
foldy
Posts: 2061
Joined: Sat Dec 01, 2012 3:43 pm
Hardware configuration: Folding@Home Client 7.6.13 (1 GPU slots)
Windows 7 64bit
Intel Core i5 2500k@4Ghz
Nvidia gtx 1080ti driver 441

Re: Returned WU Status shows Error: Not an unsigned 32-bit n

Post by foldy »

Another issue on the list of returned work units: I wish to see if the work unit was OK or BAD in the list.
https://apps.foldingathome.org/cpu?q=
Currently I have to click each work unit to see its state OK or BAD.
Theodore
Posts: 118
Joined: Sun Feb 10, 2019 2:07 pm

Re: Returned WU Status shows Error: Not an unsigned 32-bit n

Post by Theodore »

I've noticed a few of those as well.
Some are bad units, some are not.
It can only be seen from the client log, matching the time stamp (in my case converting it to local time).
toTOW
Site Moderator
Posts: 6309
Joined: Sun Dec 02, 2007 10:38 am
Location: Bordeaux, France
Contact:

Re: Returned WU Status shows Error: Not an unsigned 32-bit n

Post by toTOW »

I think the tool to check individual WUs is completely broken, it returns the error for every WU I tried ... :(
Image

Folding@Home beta tester since 2002. Folding Forum moderator since July 2008.
foldy
Posts: 2061
Joined: Sat Dec 01, 2012 3:43 pm
Hardware configuration: Folding@Home Client 7.6.13 (1 GPU slots)
Windows 7 64bit
Intel Core i5 2500k@4Ghz
Nvidia gtx 1080ti driver 441

Re: Returned WU Status shows Error: Not an unsigned 32-bit n

Post by foldy »

It is working for project 14180 but fails also for 14214
Joe_H
Site Admin
Posts: 7868
Joined: Tue Apr 21, 2009 4:41 pm
Hardware configuration: Mac Pro 2.8 quad 12 GB smp4
MacBook Pro 2.9 i7 8 GB smp2
Location: W. MA

Re: Returned WU Status shows Error: Not an unsigned 32-bit n

Post by Joe_H »

This should be fixed now. An update to the software that handles these queries to the database was put in place Thursday, a bug was identified and fixed last night.
Image

iMac 2.8 i7 12 GB smp8, Mac Pro 2.8 quad 12 GB smp6
MacBook Pro 2.9 i7 8 GB smp3
foldy
Posts: 2061
Joined: Sat Dec 01, 2012 3:43 pm
Hardware configuration: Folding@Home Client 7.6.13 (1 GPU slots)
Windows 7 64bit
Intel Core i5 2500k@4Ghz
Nvidia gtx 1080ti driver 441

Re: Returned WU Status shows Error: Not an unsigned 32-bit n

Post by foldy »

Confirm it is working again. What about adding an additional column work unit code OK or BAD?
MeeLee
Posts: 1375
Joined: Tue Feb 19, 2019 10:16 pm

Re: Returned WU Status shows Error: Not an unsigned 32-bit n

Post by MeeLee »

Confirmed works.
Yes, Foldy's idea is great!
No more clicking on each WU date. It would save us time, and FAH server bandwidth.
toTOW
Site Moderator
Posts: 6309
Joined: Sun Dec 02, 2007 10:38 am
Location: Bordeaux, France
Contact:

Re: Returned WU Status shows Error: Not an unsigned 32-bit n

Post by toTOW »

I think the CPUID column is still broken, it shows the same value for all entries ...
Image

Folding@Home beta tester since 2002. Folding Forum moderator since July 2008.
bruce
Posts: 20910
Joined: Thu Nov 29, 2007 10:13 pm
Location: So. Cal.

Re: Returned WU Status shows Error: Not an unsigned 32-bit n

Post by bruce »

toTOW wrote:I think the CPUID column is still broken, it shows the same value for all entries ...
What PRCG values are you using to see that issue?
foldy
Posts: 2061
Joined: Sat Dec 01, 2012 3:43 pm
Hardware configuration: Folding@Home Client 7.6.13 (1 GPU slots)
Windows 7 64bit
Intel Core i5 2500k@4Ghz
Nvidia gtx 1080ti driver 441

Re: Returned WU Status shows Error: Not an unsigned 32-bit n

Post by foldy »

CPUID is working for me. You know it shows the same value for same PC? ;-)

By the way how do I calculate the CPUID on my PC manually? Or can it be found in the fah logfile?
bruce
Posts: 20910
Joined: Thu Nov 29, 2007 10:13 pm
Location: So. Cal.

Re: Returned WU Status shows Error: Not an unsigned 32-bit n

Post by bruce »

The CPUID is calculated from the USERID which was assigned to FAHClient when it first connected to the FAH servers and the slot number is added to that value. On the server it is stored in "reverse ascii" and when it is displayed in a web transaction, it is not displayed correctly. Each byte is in reversed order and a few bit have been truncated. The least significant bits include the slot number and the most significant bits (sign?) are zero.
toTOW
Site Moderator
Posts: 6309
Joined: Sun Dec 02, 2007 10:38 am
Location: Bordeaux, France
Contact:

Re: Returned WU Status shows Error: Not an unsigned 32-bit n

Post by toTOW »

bruce wrote:
toTOW wrote:I think the CPUID column is still broken, it shows the same value for all entries ...
What PRCG values are you using to see that issue?
All WUs I tested returned 2540BE3FF for CPUID ... and the same value is also returned for every entry when a WU is attempted multiple times ...

This is also the value I see when I use the link provided in first post of this topic ...
Image

Folding@Home beta tester since 2002. Folding Forum moderator since July 2008.
bruce
Posts: 20910
Joined: Thu Nov 29, 2007 10:13 pm
Location: So. Cal.

Re: Returned WU Status shows Error: Not an unsigned 32-bit n

Post by bruce »

toTOW wrote:
bruce wrote:This is also the value I see when I use the link provided in first post of this topic ...
How many machines do you have? If that's >1, did you do a fresh install on each machine or was your OS cloned.

How many slots do you have on each one.

It would really help if you followed the instructions and posted the configurations of each one found in the first couple of screen-fulls on the log.
Post Reply