Don't know where it should go? Stick it here!

Message boards : Number crunching : Don't know where it should go? Stick it here!
Message board moderation

To post messages, you must log in.

Previous · 1 . . . 55 · 56 · 57 · 58 · 59 · 60 · 61 . . . 147 · Next

AuthorMessage
Profile Siran d'Vel'nahr
Volunteer tester
Avatar

Send message
Joined: 23 May 99
Posts: 7379
Credit: 44,181,323
RAC: 238
United States
Message 1987805 - Posted: 29 Mar 2019, 18:01:13 UTC - in response to Message 1987801.  
Last modified: 29 Mar 2019, 18:03:26 UTC

Greetings,

Well, the Linux box has now acquired some credit and I'm still being told the computer does not exist. :(

Have a great day! :)

Siran

Well the replica (where account details are accessed) is currently around 7 hours behind the master, so depending when you created it the machine may not appear for a while.

Hi Bernie,

Thank you, thank you, thank you!!! Now that explanation makes sense. I had it attached just before 11 AM central time. So those pages should work after 6 PM my time according to what you tell me, give or take. :) I gather that the data driven web pages get their data from the replicant and not the master? ;)

Have a great day! :)

Siran
CAPT Siran d'Vel'nahr - L L & P _\\//
Winders 11 OS? "What a piece of junk!" - L. Skywalker
"Logic is the cement of our civilization with which we ascend from chaos using reason as our guide." - T'Plana-hath
ID: 1987805 · Report as offensive     Reply Quote
Richard Haselgrove Project Donor
Volunteer tester

Send message
Joined: 4 Jul 99
Posts: 14654
Credit: 200,643,578
RAC: 874
United Kingdom
Message 1987807 - Posted: 29 Mar 2019, 18:16:02 UTC - in response to Message 1987804.  

I echo Ian's experience. I had a 4 card system with a 1080Ti in the top #0 slot driving the monitor. Then two 1080's in the middle slots and finally added a 1060 to the last bottom slot. Guess what? The system was identified as having four 1060's. The 1060 6GB had the same CC as the rest but only 6GB of memory compared to the 8GB and 11GB of memory of the 1080 Ti.

So the Nvidia rules in gpu_nvidia.cpp seemed to break down Richard.
I gave you the code link - walk it through and find the bug! (Remember the original meaning of the word 'computer').

Remember that the NVidia detection code works in 32-bit. How much of those 6 GB, 8 GB, 11 GB was BOINC able to use in its calculations?

Computers are dumb. Very dumb. They do what people tell them to do. There are only two choices:

1) The programmer told the computer to DO something different from what the programmer WANTED it to do. That's called a bug.
2) The computer is doing exactly what the programmer wanted it to do, but the user thought it was going to do something different. That's called RTFM.
ID: 1987807 · Report as offensive     Reply Quote
Profile Keith Myers Special Project $250 donor
Volunteer tester
Avatar

Send message
Joined: 29 Apr 01
Posts: 13164
Credit: 1,160,866,277
RAC: 1,873
United States
Message 1987808 - Posted: 29 Mar 2019, 18:32:51 UTC - in response to Message 1987807.  

I don't particularly feel the need to "walk the code" as you direct. That the system gets identified "weirdly" in my opinion does not impact the functioning of the system in any way. So purely cosmetic in my opinion.
So based on your criteria:

// factors (decreasing priority):
// - compute capability >> same
// - software version >> same
// - available memory >> same since the code is 32 bit and all cards are only identified with 4GB of memory, i.e. max reportable in 32 bits >> therefore available memory >> same
// - speed >> not same. 1060 slowest of the cards in clock speed since air cooled versus hybrid cooling on the 1080's and 1080 Ti leading to the 1060 having a 300 Mhz deficit to the 1080's

Therefore . . . . . Who knows? Who cares?
Seti@Home classic workunits:20,676 CPU time:74,226 hours

A proud member of the OFA (Old Farts Association)
ID: 1987808 · Report as offensive     Reply Quote
Profile bloodrain
Volunteer tester
Avatar

Send message
Joined: 8 Dec 08
Posts: 231
Credit: 28,112,547
RAC: 1
Antarctica
Message 1987811 - Posted: 29 Mar 2019, 18:45:59 UTC - in response to Message 1987807.  

reply to og post i did. ok i was not sure on it. so thats why i ask. am also working on getting 4 more 580s. that was the other reason for asking. on the strange listing info
ID: 1987811 · Report as offensive     Reply Quote
Richard Haselgrove Project Donor
Volunteer tester

Send message
Joined: 4 Jul 99
Posts: 14654
Credit: 200,643,578
RAC: 874
United Kingdom
Message 1987813 - Posted: 29 Mar 2019, 18:50:49 UTC - in response to Message 1987808.  

I don't particularly feel the need to "walk the code" as you direct. That the system gets identified "weirdly" in my opinion does not impact the functioning of the system in any way. So purely cosmetic in my opinion.

Therefore . . . . . Who knows? Who cares?
Fair enough. No need to worry about it. But likewise, no need to make comments about it, either.

But can we please agree that digital computers run according to the logic in their programs? It isn't 'weird', or random: it's code. And it is (theoretically) knowable.

Whether or not we're interested in actually knowing depends on us, and on the circumstances. There's probably a greater 'need to know' if the code is controlling the position of the rear stabiliser of a Boeing 737-800 Max than if it's controlling the primary GPU name of a host on a BOINC server. But the principle is the same.

Talking of bugs we were trying to get fixed, did you see the new work fetch code in #3076 this morning? I think that's one we're both interested in. I've had the new code running for over 6 hours now, with no obvious defects, but I can't test work fetch while there's no work on the server.
ID: 1987813 · Report as offensive     Reply Quote
Profile Keith Myers Special Project $250 donor
Volunteer tester
Avatar

Send message
Joined: 29 Apr 01
Posts: 13164
Credit: 1,160,866,277
RAC: 1,873
United States
Message 1987819 - Posted: 29 Mar 2019, 19:08:41 UTC - in response to Message 1987813.  

Talking of bugs we were trying to get fixed, did you see the new work fetch code in #3076 this morning? I think that's one we're both interested in. I've had the new code running for over 6 hours now, with no obvious defects, but I can't test work fetch while there's no work on the server.


No, I hadn't seen that one yet. Thanks for the tip. Off for a read now. Agree, hard to test with no work available currently.

My post was a reply to the OP questioning why the RX 460 identified the system when he added the RX 580. I guess I could have just stated to not worry about it as long as both cards are being identified in startup and are being used. Wasn't necessary to add my commentary I guess.
Seti@Home classic workunits:20,676 CPU time:74,226 hours

A proud member of the OFA (Old Farts Association)
ID: 1987819 · Report as offensive     Reply Quote
Ian&Steve C.
Avatar

Send message
Joined: 28 Sep 99
Posts: 4267
Credit: 1,282,604,591
RAC: 6,640
United States
Message 1987821 - Posted: 29 Mar 2019, 19:12:05 UTC - in response to Message 1987813.  
Last modified: 29 Mar 2019, 19:13:05 UTC

Fair enough. No need to worry about it. But likewise, no need to make comments about it, either.

But can we please agree that digital computers run according to the logic in their programs? It isn't 'weird', or random: it's code. And it is (theoretically) knowable.


i was simply stating (or maybe implying) that based on my first hand experience, the code is not following the simple logic that is described in that comment. it is certainly doing something else to get the results I have seen.

of course it's just following its own programming, no one denies that. just that the programming must be different/more complicated than what was described.
Seti@Home classic workunits: 29,492 CPU time: 134,419 hours

ID: 1987821 · Report as offensive     Reply Quote
Profile bloodrain
Volunteer tester
Avatar

Send message
Joined: 8 Dec 08
Posts: 231
Credit: 28,112,547
RAC: 1
Antarctica
Message 1987838 - Posted: 29 Mar 2019, 20:52:10 UTC - in response to Message 1987819.  

to keith.
their both being used and all.
i just thought i stumble on a bug or something and wanted to report it.
ID: 1987838 · Report as offensive     Reply Quote
Grant (SSSF)
Volunteer tester

Send message
Joined: 19 Aug 99
Posts: 13755
Credit: 208,696,464
RAC: 304
Australia
Message 1987878 - Posted: 29 Mar 2019, 23:22:14 UTC
Last modified: 29 Mar 2019, 23:23:36 UTC

It would appear not all scammers are basement dwelling lowlifes.
Office Depot pays FTC $25 million for allegedly using fake malware scans and charging for repairs

Office Depot and its software supplier, Support.com, have agreed to pay a total of $35 million for allegedly using fake malware scans that convinced customers to pay for repair services.
... a tool called PC Health Check Program to show customers that malware infections had been discovered on a computer when no such problems were present.

The FTC alleges that the software’s results were entirely dependent on whether a customer answered yes to any of the four questions they were asked at the beginning of the program. These included questions about whether the computer ran slow, received virus warnings, crashed often, or displayed pop-up ads. Clicking on ‘yes’ to any of these would result in the scan finding malware. PC Health Check Program also recommended customers purchase repair services, which could exceed $300, to address the problem.

Grant
Darwin NT
ID: 1987878 · Report as offensive     Reply Quote
Profile Siran d'Vel'nahr
Volunteer tester
Avatar

Send message
Joined: 23 May 99
Posts: 7379
Credit: 44,181,323
RAC: 238
United States
Message 1987955 - Posted: 30 Mar 2019, 10:07:11 UTC - in response to Message 1987878.  
Last modified: 30 Mar 2019, 10:14:58 UTC

It would appear not all scammers are basement dwelling lowlifes.
Office Depot pays FTC $25 million for allegedly using fake malware scans and charging for repairs

Office Depot and its software supplier, Support.com, have agreed to pay a total of $35 million for allegedly using fake malware scans that convinced customers to pay for repair services.
... a tool called PC Health Check Program to show customers that malware infections had been discovered on a computer when no such problems were present.

The FTC alleges that the software’s results were entirely dependent on whether a customer answered yes to any of the four questions they were asked at the beginning of the program. These included questions about whether the computer ran slow, received virus warnings, crashed often, or displayed pop-up ads. Clicking on ‘yes’ to any of these would result in the scan finding malware. PC Health Check Program also recommended customers purchase repair services, which could exceed $300, to address the problem.

Hi Grant,

This isn't the first time they've been nabbed. They were caught sometime within the past 2 years or so. Office Depot and Office Max went back to business as usual after that. They'll probably do it again this time. I will NOT go to them to by a pencil let alone have them figure out a problem with my PCs. Besides, that's my job. ;) Those guys are shysters.

Have a great day! :)

Siran

[edit]
I just read the article and it looks like this settlement was for what was exposed in 2016. I still wouldn't doubt that they're still doing it or will continue to do it. I also have a vague remembrance about support.com too in that they are shysters. I seem to remember something about a scam concerning them...
[/edit]
CAPT Siran d'Vel'nahr - L L & P _\\//
Winders 11 OS? "What a piece of junk!" - L. Skywalker
"Logic is the cement of our civilization with which we ascend from chaos using reason as our guide." - T'Plana-hath
ID: 1987955 · Report as offensive     Reply Quote
Profile Siran d'Vel'nahr
Volunteer tester
Avatar

Send message
Joined: 23 May 99
Posts: 7379
Credit: 44,181,323
RAC: 238
United States
Message 1987956 - Posted: 30 Mar 2019, 10:37:41 UTC

Greetings,

Why does BOINC "think" I only have 4GB of RAM on my new GTX 1660 Ti video card. It has 6GB of GDDR6. NVIDIA Control panel, GPU-Z and the box it came in says 6GB.

Have a great day! :)

Siran
CAPT Siran d'Vel'nahr - L L & P _\\//
Winders 11 OS? "What a piece of junk!" - L. Skywalker
"Logic is the cement of our civilization with which we ascend from chaos using reason as our guide." - T'Plana-hath
ID: 1987956 · Report as offensive     Reply Quote
rob smith Crowdfunding Project Donor*Special Project $75 donorSpecial Project $250 donor
Volunteer moderator
Volunteer tester

Send message
Joined: 7 Mar 03
Posts: 22236
Credit: 416,307,556
RAC: 380
United Kingdom
Message 1987957 - Posted: 30 Mar 2019, 10:44:39 UTC

This was answered yesterday by Richard:
https://setiathome.berkeley.edu/forum_thread.php?id=82901&postid=1987804
Bob Smith
Member of Seti PIPPS (Pluto is a Planet Protest Society)
Somewhere in the (un)known Universe?
ID: 1987957 · Report as offensive     Reply Quote
Richard Haselgrove Project Donor
Volunteer tester

Send message
Joined: 4 Jul 99
Posts: 14654
Credit: 200,643,578
RAC: 874
United Kingdom
Message 1987961 - Posted: 30 Mar 2019, 12:03:37 UTC - in response to Message 1987957.  

This was answered yesterday by Richard:
https://setiathome.berkeley.edu/forum_thread.php?id=82901&postid=1987804
And many times before over the years - but that one was in this very thread.

1987804 was actually Keith's question - my answer was in 1987807.
ID: 1987961 · Report as offensive     Reply Quote
Profile Siran d'Vel'nahr
Volunteer tester
Avatar

Send message
Joined: 23 May 99
Posts: 7379
Credit: 44,181,323
RAC: 238
United States
Message 1987964 - Posted: 30 Mar 2019, 12:35:18 UTC - in response to Message 1987961.  

This was answered yesterday by Richard:
https://setiathome.berkeley.edu/forum_thread.php?id=82901&postid=1987804
And many times before over the years - but that one was in this very thread.

1987804 was actually Keith's question - my answer was in 1987807.

Hi Richard,

Is this your answer?
Remember that the NVidia detection code works in 32-bit. How much of those 6 GB, 8 GB, 11 GB was BOINC able to use in its calculations?

Could there be a flaw in that answer?

I run a 64 bit OS on a 64 bit PC. The BOINC version I installed is 64 bit, not 32 bit. Why would anything 64 bit do anything 32 bit? What would be the purpose of having 32 bit and 64 bit versions of BOINC if the 64 bit version is gonna do 32 bit calculations anyway? Obviously I'm not a programmer. ;)

Have a great day! :)

Siran
CAPT Siran d'Vel'nahr - L L & P _\\//
Winders 11 OS? "What a piece of junk!" - L. Skywalker
"Logic is the cement of our civilization with which we ascend from chaos using reason as our guide." - T'Plana-hath
ID: 1987964 · Report as offensive     Reply Quote
Profile Siran d'Vel'nahr
Volunteer tester
Avatar

Send message
Joined: 23 May 99
Posts: 7379
Credit: 44,181,323
RAC: 238
United States
Message 1987986 - Posted: 30 Mar 2019, 14:50:50 UTC

Greetings,

Another reason to dislike VNC:
VNC is a "bandwidth hog" because it's oriented at duplicating the pixels of the remote display. Conversely, RDP is based on drawing primitives (boxes, lines, etc) rather than sending pixel updates. Think of it like this: In VNC, the pixels on the display that change get sent over the wire (simplified somewhat). If lots of pixels get modified-- say in drawing a large box in the middle of the screen, a potentially large number of pixels are modified and need to be sent over the wire. In RDP, the instruction "draw a box in the middle of the screen" gets sent over the wire (which is much more concise than a list of pixels to change) and the client "draws the box". (I'm radically simplifying this and not considering VNC compression at all, but this gives you a general idea of how it works.)

I have a network meter widget on my Windows 10 PC. At a glance I can see how much bandwidth I use. Several months ago we went over our ISPs allotment and they didn't charge us for the extra block they gave us. Since there are 2 of us on the Internet I have my meter set to 200GB since we are allotted 400 per month. Granted we have not gone over our quota this month, we are far from doing that. But...

Yesterday I noticed that my meter displays a red 0% remaining bandwidth. Currently my "Used" is 267.6 GB. I looked at the bandwidth usage in Windows 10 settings and VNC is at the TOP of the list. It has surpassed Firefox BIG time. Windows does not show me going over my 200GB. I knew there was a reason I liked RDC (RDP). With RDC there's also no lag such as the major lag in VNC, not even on my Pis is there lag with RDC.

What was the reason for not using RDC? I'll see about avoiding whatever it is. :)

Have a great day! :)

Siran
CAPT Siran d'Vel'nahr - L L & P _\\//
Winders 11 OS? "What a piece of junk!" - L. Skywalker
"Logic is the cement of our civilization with which we ascend from chaos using reason as our guide." - T'Plana-hath
ID: 1987986 · Report as offensive     Reply Quote
Profile Gary Charpentier Crowdfunding Project Donor*Special Project $75 donorSpecial Project $250 donor
Volunteer tester
Avatar

Send message
Joined: 25 Dec 00
Posts: 30700
Credit: 53,134,872
RAC: 32
United States
Message 1987988 - Posted: 30 Mar 2019, 14:58:03 UTC - in response to Message 1987986.  

What was the reason for not using RDC? I'll see about avoiding whatever it is. :)

If you are connecting via RDC to a windows box the GPU can't crunch.
ID: 1987988 · Report as offensive     Reply Quote
Ian&Steve C.
Avatar

Send message
Joined: 28 Sep 99
Posts: 4267
Credit: 1,282,604,591
RAC: 6,640
United States
Message 1987991 - Posted: 30 Mar 2019, 15:10:19 UTC - in response to Message 1987988.  

What was the reason for not using RDC? I'll see about avoiding whatever it is. :)

If you are connecting via RDC to a windows box the GPU can't crunch.


this.
Seti@Home classic workunits: 29,492 CPU time: 134,419 hours

ID: 1987991 · Report as offensive     Reply Quote
Profile Siran d'Vel'nahr
Volunteer tester
Avatar

Send message
Joined: 23 May 99
Posts: 7379
Credit: 44,181,323
RAC: 238
United States
Message 1987992 - Posted: 30 Mar 2019, 15:11:03 UTC - in response to Message 1987988.  

What was the reason for not using RDC? I'll see about avoiding whatever it is. :)

If you are connecting via RDC to a windows box the GPU can't crunch.

Hi Gary,

Ah, thanks. No remote host is a Windows box, just Linux. So, I'm good to go! Woohoo! :)

Thanks again and have a great day! :)

Siran
CAPT Siran d'Vel'nahr - L L & P _\\//
Winders 11 OS? "What a piece of junk!" - L. Skywalker
"Logic is the cement of our civilization with which we ascend from chaos using reason as our guide." - T'Plana-hath
ID: 1987992 · Report as offensive     Reply Quote
Profile Siran d'Vel'nahr
Volunteer tester
Avatar

Send message
Joined: 23 May 99
Posts: 7379
Credit: 44,181,323
RAC: 238
United States
Message 1987993 - Posted: 30 Mar 2019, 15:12:38 UTC - in response to Message 1987991.  

What was the reason for not using RDC? I'll see about avoiding whatever it is. :)

If you are connecting via RDC to a windows box the GPU can't crunch.


this.

Hi Ian,

"this" what? lol ;)

have a great day! :)

Siran
CAPT Siran d'Vel'nahr - L L & P _\\//
Winders 11 OS? "What a piece of junk!" - L. Skywalker
"Logic is the cement of our civilization with which we ascend from chaos using reason as our guide." - T'Plana-hath
ID: 1987993 · Report as offensive     Reply Quote
Ian&Steve C.
Avatar

Send message
Joined: 28 Sep 99
Posts: 4267
Credit: 1,282,604,591
RAC: 6,640
United States
Message 1988007 - Posted: 30 Mar 2019, 16:18:16 UTC - in response to Message 1987993.  

What was the reason for not using RDC? I'll see about avoiding whatever it is. :)

If you are connecting via RDC to a windows box the GPU can't crunch.


this.

Hi Ian,

"this" what? lol ;)

have a great day! :)

Siran


“This” in reply to something, is modern vernacular for “I concur”
Seti@Home classic workunits: 29,492 CPU time: 134,419 hours

ID: 1988007 · Report as offensive     Reply Quote
Previous · 1 . . . 55 · 56 · 57 · 58 · 59 · 60 · 61 . . . 147 · Next

Message boards : Number crunching : Don't know where it should go? Stick it here!


 
©2024 University of California
 
SETI@home and Astropulse are funded by grants from the National Science Foundation, NASA, and donations from SETI@home volunteers. AstroPulse is funded in part by the NSF through grant AST-0307956.