climateprediction.net home page
Run Linux work units with Windows 10 WSL

Run Linux work units with Windows 10 WSL

Questions and Answers : Unix/Linux : Run Linux work units with Windows 10 WSL
Message board moderation

To post messages, you must log in.

Previous · 1 · 2 · 3 · 4 · 5 · Next

AuthorMessage
Profile Dave Jackson
Volunteer moderator

Send message
Joined: 15 May 09
Posts: 4314
Credit: 16,378,503
RAC: 3,632
Message 63800 - Posted: 5 Apr 2021, 13:22:44 UTC - in response to Message 63799.  

just guessing, but it may mean that the climate program tried to write in a location that either hadn't been created / was in an incorrect location, or that the directory didn't have write permissions.


Though if simply a lack of write permissions, once tracked down it should be a fairly simple fix which would allow many, "Starving" windows users to get some work as well as getting tasks returned in a more timely manner. If I had a Windows machine, I could do some serious work trying to track down the source of the problem but ....

For what it is worth the error message looks like it probably a python error message so even if the problem only occurs with CPDN it is a BOINC instruction that is causing things to fall over.
ID: 63800 · Report as offensive     Reply Quote
klepel

Send message
Joined: 9 Oct 04
Posts: 76
Credit: 67,812,914
RAC: 5,809
Message 63801 - Posted: 5 Apr 2021, 15:59:35 UTC - in response to Message 63800.  

just guessing, but it may mean that the climate program tried to write in a location that either hadn't been created / was in an incorrect location, or that the directory didn't have write permissions.


I think you are right! There has to be some hard link, that does not exist as an example in ODLK1. As you can see in this link: ODLK1, the comuter should be visibal at the moment.

Though if simply a lack of write permissions, once tracked down it should be a fairly simple fix which would allow many, "Starving" windows users to get some work as well as getting tasks returned in a more timely manner.


Yes, this should be the motivation! Unfortunately, I have very limited computer knowledge, but maybe someone from the BOINC community chips in.
ID: 63801 · Report as offensive     Reply Quote
Profile Dave Jackson
Volunteer moderator

Send message
Joined: 15 May 09
Posts: 4314
Credit: 16,378,503
RAC: 3,632
Message 63802 - Posted: 5 Apr 2021, 17:17:12 UTC

Two thoughts from searching the BOINC fora.
1: If a permissions issue adding the user to the boinc group is worth trying in a terminal.
sudo usermod -a -G boinc username


2. It may be a problem with the port that BOINC uses to communicate between the manager and the client being used by Windows to communicate with VB

The latter would require starting client and manager separately specifying the port to use which I should know how to do but can't remember off hand at the moment.
ID: 63802 · Report as offensive     Reply Quote
klepel

Send message
Joined: 9 Oct 04
Posts: 76
Credit: 67,812,914
RAC: 5,809
Message 63804 - Posted: 5 Apr 2021, 17:49:34 UTC - in response to Message 63802.  

Two thoughts from searching the BOINC fora.
1: If a permissions issue adding the user to the boinc group is worth trying in a terminal.
sudo usermod -a -G boinc username


Did this! Now we have to wait until the ODLK1 work is cleared out. climateprediction.net resists to download a new WU.

2. It may be a problem with the port that BOINC uses to communicate between the manager and the client being used by Windows to communicate with VB

The latter would require starting client and manager separately specifying the port to use which I should know how to do but can't remember off hand at the moment.

We already have to open a second ubuntu window to comunicate with boinc and all communication is with command line (boinccmd).
ID: 63804 · Report as offensive     Reply Quote
Profile Dave Jackson
Volunteer moderator

Send message
Joined: 15 May 09
Posts: 4314
Credit: 16,378,503
RAC: 3,632
Message 63805 - Posted: 5 Apr 2021, 18:29:32 UTC - in response to Message 63804.  

We already have to open a second ubuntu window to comunicate with boinc and all communication is with command line (boinccmd).

Possible the same thing could apply. boinccmd by default uses the same port to communicate with the client as manager does but I am guessing at things that are a fair bit out of my depth here.
ID: 63805 · Report as offensive     Reply Quote
Profile Alan K

Send message
Joined: 22 Feb 06
Posts: 484
Credit: 29,579,234
RAC: 4,572
Message 63806 - Posted: 5 Apr 2021, 22:52:46 UTC - in response to Message 63799.  

So far have had 4 completed tasks and 4 compute errors with my VB setup. This is running Ubuntu 20.4 and the virtual disk is set up in its own partition on the HDD so is effectively all in the root directory (I think) Unfortunately my LINUX exprience is limited so cannot really comment on other theories. One good thing is it uses the GUI rather than command line.
ID: 63806 · Report as offensive     Reply Quote
Profile Dave Jackson
Volunteer moderator

Send message
Joined: 15 May 09
Posts: 4314
Credit: 16,378,503
RAC: 3,632
Message 63807 - Posted: 6 Apr 2021, 5:15:09 UTC - in response to Message 63806.  
Last modified: 6 Apr 2021, 5:21:47 UTC

So far have had 4 completed tasks and 4 compute errors with my VB setup. This is running Ubuntu 20.4 and the virtual disk is set up in its own partition on the HDD so is effectively all in the root directory (I think) Unfortunately my LINUX experience is limited so cannot really comment on other theories. One good thing is it uses the GUI rather than command line.
And your failures are all after running long enough to send at least one zip so not the same problem as the process creation thread error.

Edit:But good to see that you are having some success with it. One difference I notice is that your computer page doesn't tell me you are running VB whereas those with the process creation error did. I am now wondering if those aren't windows computers running BOINC via VB but native Linux ones and running something else in Windows via VB is the problem with them in which case, the ports clashing theory for those computers becomes more likely?
ID: 63807 · Report as offensive     Reply Quote
Profile Alan K

Send message
Joined: 22 Feb 06
Posts: 484
Credit: 29,579,234
RAC: 4,572
Message 63808 - Posted: 6 Apr 2021, 22:41:59 UTC - in response to Message 63807.  

I am fairly certain that some of the failures were due to having to do a hard reset on the computer thereby crashing LINUX. I will add that this was after a Win10 update which then caused VB problems (whole process freezing). The same update has also caused a freeze when running LINUX in VMware (I have both installed on the same PC but only run one virtual machine at a time). Am currently plodding through some tasks on the VMware system (2 N216, 3 N144 and 5 HADCM3S).
ID: 63808 · Report as offensive     Reply Quote
klepel

Send message
Joined: 9 Oct 04
Posts: 76
Credit: 67,812,914
RAC: 5,809
Message 63816 - Posted: 8 Apr 2021, 15:33:26 UTC - in response to Message 63804.  

I got some new WUs during the night. Unfortunately, all errored.
I get the following massage in the WSL window: Please note there is this new error: Checksum or signature error . By the way I did install the 32 bit lib.
08-Apr-2021 03:25:31 [climateprediction.net] Output file hadam4h_h0o2_200605_5_901_012076125_0_r473995532_1.zip for task hadam4h_h0o2_200605_5_901_012076125_0 absent
08-Apr-2021 03:25:31 [climateprediction.net] Output file hadam4h_h0o2_200605_5_901_012076125_0_r473995532_2.zip for task hadam4h_h0o2_200605_5_901_012076125_0 absent
08-Apr-2021 03:25:31 [climateprediction.net] Output file hadam4h_h0o2_200605_5_901_012076125_0_r473995532_3.zip for task hadam4h_h0o2_200605_5_901_012076125_0 absent
08-Apr-2021 03:25:31 [climateprediction.net] Output file hadam4h_h0o2_200605_5_901_012076125_0_r473995532_4.zip for task hadam4h_h0o2_200605_5_901_012076125_0 absent
08-Apr-2021 03:25:31 [climateprediction.net] Output file hadam4h_h0o2_200605_5_901_012076125_0_r473995532_5.zip for task hadam4h_h0o2_200605_5_901_012076125_0 absent
08-Apr-2021 03:25:31 [climateprediction.net] Output file hadam4h_h0o2_200605_5_901_012076125_0_r473995532_restart.zip for task hadam4h_h0o2_200605_5_901_012076125_0 absent
08-Apr-2021 03:25:31 [climateprediction.net] Output file hadam4h_h0o2_200605_5_901_012076125_0_r473995532_out.zip for task hadam4h_h0o2_200605_5_901_012076125_0 absent
08-Apr-2021 03:25:33 [climateprediction.net] Output file hadam4h_h109_200705_5_901_012076564_0_r1551184533_1.zip for task hadam4h_h109_200705_5_901_012076564_0 absent
08-Apr-2021 03:25:33 [climateprediction.net] Output file hadam4h_h109_200705_5_901_012076564_0_r1551184533_2.zip for task hadam4h_h109_200705_5_901_012076564_0 absent
08-Apr-2021 03:25:33 [climateprediction.net] Output file hadam4h_h109_200705_5_901_012076564_0_r1551184533_3.zip for task hadam4h_h109_200705_5_901_012076564_0 absent
08-Apr-2021 03:25:33 [climateprediction.net] Output file hadam4h_h109_200705_5_901_012076564_0_r1551184533_4.zip for task hadam4h_h109_200705_5_901_012076564_0 absent
08-Apr-2021 03:25:33 [climateprediction.net] Output file hadam4h_h109_200705_5_901_012076564_0_r1551184533_5.zip for task hadam4h_h109_200705_5_901_012076564_0 absent
08-Apr-2021 03:25:33 [climateprediction.net] Output file hadam4h_h109_200705_5_901_012076564_0_r1551184533_restart.zip for task hadam4h_h109_200705_5_901_012076564_0 absent
08-Apr-2021 03:25:33 [climateprediction.net] Output file hadam4h_h109_200705_5_901_012076564_0_r1551184533_out.zip for task hadam4h_h109_200705_5_901_012076564_0 absent
08-Apr-2021 03:25:34 [climateprediction.net] Output file hadam4h_h1ft_201005_5_901_012077124_0_r1033584875_1.zip for task hadam4h_h1ft_201005_5_901_012077124_0 absent
08-Apr-2021 03:25:34 [climateprediction.net] Output file hadam4h_h1ft_201005_5_901_012077124_0_r1033584875_2.zip for task hadam4h_h1ft_201005_5_901_012077124_0 absent
08-Apr-2021 03:25:34 [climateprediction.net] Output file hadam4h_h1ft_201005_5_901_012077124_0_r1033584875_3.zip for task hadam4h_h1ft_201005_5_901_012077124_0 absent
08-Apr-2021 03:25:34 [climateprediction.net] Output file hadam4h_h1ft_201005_5_901_012077124_0_r1033584875_4.zip for task hadam4h_h1ft_201005_5_901_012077124_0 absent
08-Apr-2021 03:25:34 [climateprediction.net] Output file hadam4h_h1ft_201005_5_901_012077124_0_r1033584875_5.zip for task hadam4h_h1ft_201005_5_901_012077124_0 absent
08-Apr-2021 03:25:34 [climateprediction.net] Output file hadam4h_h1ft_201005_5_901_012077124_0_r1033584875_restart.zip for task hadam4h_h1ft_201005_5_901_012077124_0 absent
08-Apr-2021 03:25:34 [climateprediction.net] Output file hadam4h_h1ft_201005_5_901_012077124_0_r1033584875_out.zip for task hadam4h_h1ft_201005_5_901_012077124_0 absent
08-Apr-2021 03:25:36 [climateprediction.net] Output file hadam4h_h0s5_201005_5_901_012076272_0_r2042395209_1.zip for task hadam4h_h0s5_201005_5_901_012076272_0 absent
08-Apr-2021 03:25:36 [climateprediction.net] Output file hadam4h_h0s5_201005_5_901_012076272_0_r2042395209_2.zip for task hadam4h_h0s5_201005_5_901_012076272_0 absent
08-Apr-2021 03:25:36 [climateprediction.net] Output file hadam4h_h0s5_201005_5_901_012076272_0_r2042395209_3.zip for task hadam4h_h0s5_201005_5_901_012076272_0 absent
08-Apr-2021 03:25:36 [climateprediction.net] Output file hadam4h_h0s5_201005_5_901_012076272_0_r2042395209_4.zip for task hadam4h_h0s5_201005_5_901_012076272_0 absent
08-Apr-2021 03:25:37 [climateprediction.net] Output file hadam4h_h0s5_201005_5_901_012076272_0_r2042395209_5.zip for task hadam4h_h0s5_201005_5_901_012076272_0 absent
08-Apr-2021 03:25:37 [climateprediction.net] Output file hadam4h_h0s5_201005_5_901_012076272_0_r2042395209_restart.zip for task hadam4h_h0s5_201005_5_901_012076272_0 absent
08-Apr-2021 03:25:37 [climateprediction.net] Output file hadam4h_h0s5_201005_5_901_012076272_0_r2042395209_out.zip for task hadam4h_h0s5_201005_5_901_012076272_0 absent
08-Apr-2021 04:18:23 [latinsquares] Project requested delay of 7 seconds
08-Apr-2021 04:25:49 [climateprediction.net] Project requested delay of 3636 seconds
08-Apr-2021 04:34:22 [climateprediction.net] Output file hadam4h_h0l3_201405_5_901_012076018_0_r356657848_1.zip for task hadam4h_h0l3_201405_5_901_012076018_0 absent
08-Apr-2021 04:34:22 [climateprediction.net] Output file hadam4h_h0l3_201405_5_901_012076018_0_r356657848_2.zip for task hadam4h_h0l3_201405_5_901_012076018_0 absent
08-Apr-2021 04:34:22 [climateprediction.net] Output file hadam4h_h0l3_201405_5_901_012076018_0_r356657848_3.zip for task hadam4h_h0l3_201405_5_901_012076018_0 absent
08-Apr-2021 04:34:22 [climateprediction.net] Output file hadam4h_h0l3_201405_5_901_012076018_0_r356657848_4.zip for task hadam4h_h0l3_201405_5_901_012076018_0 absent
08-Apr-2021 04:34:22 [climateprediction.net] Output file hadam4h_h0l3_201405_5_901_012076018_0_r356657848_5.zip for task hadam4h_h0l3_201405_5_901_012076018_0 absent
08-Apr-2021 04:34:22 [climateprediction.net] Output file hadam4h_h0l3_201405_5_901_012076018_0_r356657848_restart.zip for task hadam4h_h0l3_201405_5_901_012076018_0 absent
08-Apr-2021 04:34:22 [climateprediction.net] Output file hadam4h_h0l3_201405_5_901_012076018_0_r356657848_out.zip for task hadam4h_h0l3_201405_5_901_012076018_0 absent
08-Apr-2021 04:34:23 [climateprediction.net] Output file hadam4h_h13m_200905_5_901_012076685_0_r1228464318_1.zip for task hadam4h_h13m_200905_5_901_012076685_0 absent
08-Apr-2021 04:34:23 [climateprediction.net] Output file hadam4h_h13m_200905_5_901_012076685_0_r1228464318_2.zip for task hadam4h_h13m_200905_5_901_012076685_0 absent
08-Apr-2021 04:34:23 [climateprediction.net] Output file hadam4h_h13m_200905_5_901_012076685_0_r1228464318_3.zip for task hadam4h_h13m_200905_5_901_012076685_0 absent
08-Apr-2021 04:34:23 [climateprediction.net] Output file hadam4h_h13m_200905_5_901_012076685_0_r1228464318_4.zip for task hadam4h_h13m_200905_5_901_012076685_0 absent
08-Apr-2021 04:34:23 [climateprediction.net] Output file hadam4h_h13m_200905_5_901_012076685_0_r1228464318_5.zip for task hadam4h_h13m_200905_5_901_012076685_0 absent
08-Apr-2021 04:34:23 [climateprediction.net] Output file hadam4h_h13m_200905_5_901_012076685_0_r1228464318_restart.zip for task hadam4h_h13m_200905_5_901_012076685_0 absent
08-Apr-2021 04:34:23 [climateprediction.net] Output file hadam4h_h13m_200905_5_901_012076685_0_r1228464318_out.zip for task hadam4h_h13m_200905_5_901_012076685_0 absent
08-Apr-2021 04:34:59 [climateprediction.net] File ic_N216_2003_08_000006_f.nc.gz has wrong size: expected 16278892, got 16279282
08-Apr-2021 04:34:59 [climateprediction.net] Checksum or signature error for ic_N216_2003_08_000006_f.nc.gz
08-Apr-2021 04:42:31 [climateprediction.net] File h0v0_901_atmos.gz has wrong size: expected 194791327, got 194791485
08-Apr-2021 04:42:31 [climateprediction.net] Checksum or signature error for h0v0_901_atmos.gz
08-Apr-2021 04:47:49 [climateprediction.net] Output file hadam4h_h1j2_201305_5_901_012077241_0_r1115052474_1.zip for task hadam4h_h1j2_201305_5_901_012077241_0 absent
08-Apr-2021 04:47:49 [climateprediction.net] Output file hadam4h_h1j2_201305_5_901_012077241_0_r1115052474_2.zip for task hadam4h_h1j2_201305_5_901_012077241_0 absent
08-Apr-2021 04:47:49 [climateprediction.net] Output file hadam4h_h1j2_201305_5_901_012077241_0_r1115052474_3.zip for task hadam4h_h1j2_201305_5_901_012077241_0 absent
08-Apr-2021 04:47:49 [climateprediction.net] Output file hadam4h_h1j2_201305_5_901_012077241_0_r1115052474_4.zip for task hadam4h_h1j2_201305_5_901_012077241_0 absent
08-Apr-2021 04:47:49 [climateprediction.net] Output file hadam4h_h1j2_201305_5_901_012077241_0_r1115052474_5.zip for task hadam4h_h1j2_201305_5_901_012077241_0 absent
08-Apr-2021 04:47:49 [climateprediction.net] Output file hadam4h_h1j2_201305_5_901_012077241_0_r1115052474_restart.zip for task hadam4h_h1j2_201305_5_901_012077241_0 absent
08-Apr-2021 04:47:49 [climateprediction.net] Output file hadam4h_h1j2_201305_5_901_012077241_0_r1115052474_out.zip for task hadam4h_h1j2_201305_5_901_012077241_0 absent
08-Apr-2021 05:19:43 [latinsquares] Project requested delay of 7 seconds
08-Apr-2021 05:35:30 [climateprediction.net] Project requested delay of 3636 seconds
08-Apr-2021 05:39:08 [climateprediction.net] Output file hadcm3s_n539_205012_240_837_011897251_2_r676333293_1.zip for task hadcm3s_n539_205012_240_837_011897251_2 absent
08-Apr-2021 05:39:08 [climateprediction.net] Output file hadcm3s_n539_205012_240_837_011897251_2_r676333293_2.zip for task hadcm3s_n539_205012_240_837_011897251_2 absent
08-Apr-2021 05:39:08 [climateprediction.net] Output file hadcm3s_n539_205012_240_837_011897251_2_r676333293_3.zip for task hadcm3s_n539_205012_240_837_011897251_2 absent
08-Apr-2021 05:39:08 [climateprediction.net] Output file hadcm3s_n539_205012_240_837_011897251_2_r676333293_4.zip for task hadcm3s_n539_205012_240_837_011897251_2 absent
08-Apr-2021 05:39:08 [climateprediction.net] Output file hadcm3s_n539_205012_240_837_011897251_2_r676333293_5.zip for task hadcm3s_n539_205012_240_837_011897251_2 absent
08-Apr-2021 05:39:08 [climateprediction.net] Output file hadcm3s_n539_205012_240_837_011897251_2_r676333293_6.zip for task hadcm3s_n539_205012_240_837_011897251_2 absent
08-Apr-2021 05:39:08 [climateprediction.net] Output file hadcm3s_n539_205012_240_837_011897251_2_r676333293_7.zip for task hadcm3s_n539_205012_240_837_011897251_2 absent
08-Apr-2021 05:39:08 [climateprediction.net] Output file hadcm3s_n539_205012_240_837_011897251_2_r676333293_8.zip for task hadcm3s_n539_205012_240_837_011897251_2 absent
08-Apr-2021 05:39:08 [climateprediction.net] Output file hadcm3s_n539_205012_240_837_011897251_2_r676333293_9.zip for task hadcm3s_n539_205012_240_837_011897251_2 absent
08-Apr-2021 05:39:08 [climateprediction.net] Output file hadcm3s_n539_205012_240_837_011897251_2_r676333293_10.zip for task hadcm3s_n539_205012_240_837_011897251_2 absent
08-Apr-2021 05:39:08 [climateprediction.net] Output file hadcm3s_n539_205012_240_837_011897251_2_r676333293_11.zip for task hadcm3s_n539_205012_240_837_011897251_2 absent
08-Apr-2021 05:39:08 [climateprediction.net] Output file hadcm3s_n539_205012_240_837_011897251_2_r676333293_12.zip for task hadcm3s_n539_205012_240_837_011897251_2 absent
08-Apr-2021 05:39:08 [climateprediction.net] Output file hadcm3s_n539_205012_240_837_011897251_2_r676333293_13.zip for task hadcm3s_n539_205012_240_837_011897251_2 absent
08-Apr-2021 05:39:08 [climateprediction.net] Output file hadcm3s_n539_205012_240_837_011897251_2_r676333293_14.zip for task hadcm3s_n539_205012_240_837_011897251_2 absent
08-Apr-2021 05:39:08 [climateprediction.net] Output file hadcm3s_n539_205012_240_837_011897251_2_r676333293_15.zip for task hadcm3s_n539_205012_240_837_011897251_2 absent
08-Apr-2021 05:39:08 [climateprediction.net] Output file hadcm3s_n539_205012_240_837_011897251_2_r676333293_16.zip for task hadcm3s_n539_205012_240_837_011897251_2 absent
08-Apr-2021 05:39:08 [climateprediction.net] Output file hadcm3s_n539_205012_240_837_011897251_2_r676333293_17.zip for task hadcm3s_n539_205012_240_837_011897251_2 absent
08-Apr-2021 05:39:08 [climateprediction.net] Output file hadcm3s_n539_205012_240_837_011897251_2_r676333293_18.zip for task hadcm3s_n539_205012_240_837_011897251_2 absent
08-Apr-2021 05:39:08 [climateprediction.net] Output file hadcm3s_n539_205012_240_837_011897251_2_r676333293_19.zip for task hadcm3s_n539_205012_240_837_011897251_2 absent
08-Apr-2021 05:39:08 [climateprediction.net] Output file hadcm3s_n539_205012_240_837_011897251_2_r676333293_20.zip for task hadcm3s_n539_205012_240_837_011897251_2 absent
08-Apr-2021 05:39:08 [climateprediction.net] Output file hadcm3s_n539_205012_240_837_011897251_2_r676333293_restart.zip for task hadcm3s_n539_205012_240_837_011897251_2 absent
08-Apr-2021 05:39:08 [climateprediction.net] Output file hadcm3s_n539_205012_240_837_011897251_2_r676333293_out.zip for task hadcm3s_n539_205012_240_837_011897251_2 absent
08-Apr-2021 05:39:09 [climateprediction.net] Output file hadcm3s_a1fq_191012_120_900_012072533_2_r1537207777_1.zip for task hadcm3s_a1fq_191012_120_900_012072533_2 absent
08-Apr-2021 05:39:09 [climateprediction.net] Output file hadcm3s_a1fq_191012_120_900_012072533_2_r1537207777_2.zip for task hadcm3s_a1fq_191012_120_900_012072533_2 absent
08-Apr-2021 05:39:09 [climateprediction.net] Output file hadcm3s_a1fq_191012_120_900_012072533_2_r1537207777_3.zip for task hadcm3s_a1fq_191012_120_900_012072533_2 absent
08-Apr-2021 05:39:09 [climateprediction.net] Output file hadcm3s_a1fq_191012_120_900_012072533_2_r1537207777_4.zip for task hadcm3s_a1fq_191012_120_900_012072533_2 absent
08-Apr-2021 05:39:09 [climateprediction.net] Output file hadcm3s_a1fq_191012_120_900_012072533_2_r1537207777_5.zip for task hadcm3s_a1fq_191012_120_900_012072533_2 absent
08-Apr-2021 05:39:09 [climateprediction.net] Output file hadcm3s_a1fq_191012_120_900_012072533_2_r1537207777_6.zip for task hadcm3s_a1fq_191012_120_900_012072533_2 absent
08-Apr-2021 05:39:09 [climateprediction.net] Output file hadcm3s_a1fq_191012_120_900_012072533_2_r1537207777_7.zip for task hadcm3s_a1fq_191012_120_900_012072533_2 absent
08-Apr-2021 05:39:09 [climateprediction.net] Output file hadcm3s_a1fq_191012_120_900_012072533_2_r1537207777_8.zip for task hadcm3s_a1fq_191012_120_900_012072533_2 absent
08-Apr-2021 05:39:09 [climateprediction.net] Output file hadcm3s_a1fq_191012_120_900_012072533_2_r1537207777_9.zip for task hadcm3s_a1fq_191012_120_900_012072533_2 absent
08-Apr-2021 05:39:09 [climateprediction.net] Output file hadcm3s_a1fq_191012_120_900_012072533_2_r1537207777_10.zip for task hadcm3s_a1fq_191012_120_900_012072533_2 absent
08-Apr-2021 05:39:09 [climateprediction.net] Output file hadcm3s_a1fq_191012_120_900_012072533_2_r1537207777_restart.zip for task hadcm3s_a1fq_191012_120_900_012072533_2 absent
08-Apr-2021 05:39:09 [climateprediction.net] Output file hadcm3s_a1fq_191012_120_900_012072533_2_r1537207777_out.zip for task hadcm3s_a1fq_191012_120_900_012072533_2 absent
08-Apr-2021 05:39:11 [climateprediction.net] Output file hadcm3s_a156_191012_120_900_012072153_2_r800327405_1.zip for task hadcm3s_a156_191012_120_900_012072153_2 absent
08-Apr-2021 05:39:11 [climateprediction.net] Output file hadcm3s_a156_191012_120_900_012072153_2_r800327405_2.zip for task hadcm3s_a156_191012_120_900_012072153_2 absent
08-Apr-2021 05:39:11 [climateprediction.net] Output file hadcm3s_a156_191012_120_900_012072153_2_r800327405_3.zip for task hadcm3s_a156_191012_120_900_012072153_2 absent
08-Apr-2021 05:39:11 [climateprediction.net] Output file hadcm3s_a156_191012_120_900_012072153_2_r800327405_4.zip for task hadcm3s_a156_191012_120_900_012072153_2 absent
08-Apr-2021 05:39:11 [climateprediction.net] Output file hadcm3s_a156_191012_120_900_012072153_2_r800327405_5.zip for task hadcm3s_a156_191012_120_900_012072153_2 absent
08-Apr-2021 05:39:11 [climateprediction.net] Output file hadcm3s_a156_191012_120_900_012072153_2_r800327405_6.zip for task hadcm3s_a156_191012_120_900_012072153_2 absent
08-Apr-2021 05:39:11 [climateprediction.net] Output file hadcm3s_a156_191012_120_900_012072153_2_r800327405_7.zip for task hadcm3s_a156_191012_120_900_012072153_2 absent
08-Apr-2021 05:39:11 [climateprediction.net] Output file hadcm3s_a156_191012_120_900_012072153_2_r800327405_8.zip for task hadcm3s_a156_191012_120_900_012072153_2 absent
08-Apr-2021 05:39:11 [climateprediction.net] Output file hadcm3s_a156_191012_120_900_012072153_2_r800327405_9.zip for task hadcm3s_a156_191012_120_900_012072153_2 absent
08-Apr-2021 05:39:11 [climateprediction.net] Output file hadcm3s_a156_191012_120_900_012072153_2_r800327405_10.zip for task hadcm3s_a156_191012_120_900_012072153_2 absent
08-Apr-2021 05:39:11 [climateprediction.net] Output file hadcm3s_a156_191012_120_900_012072153_2_r800327405_restart.zip for task hadcm3s_a156_191012_120_900_012072153_2 absent
08-Apr-2021 05:39:11 [climateprediction.net] Output file hadcm3s_a156_191012_120_900_012072153_2_r800327405_out.zip for task hadcm3s_a156_191012_120_900_012072153_2 absent
08-Apr-2021 05:39:12 [climateprediction.net] Output file hadcm3s_a384_191012_120_900_012074851_2_r285082996_1.zip for task hadcm3s_a384_191012_120_900_012074851_2 absent
08-Apr-2021 05:39:12 [climateprediction.net] Output file hadcm3s_a384_191012_120_900_012074851_2_r285082996_2.zip for task hadcm3s_a384_191012_120_900_012074851_2 absent
08-Apr-2021 05:39:12 [climateprediction.net] Output file hadcm3s_a384_191012_120_900_012074851_2_r285082996_3.zip for task hadcm3s_a384_191012_120_900_012074851_2 absent
08-Apr-2021 05:39:12 [climateprediction.net] Output file hadcm3s_a384_191012_120_900_012074851_2_r285082996_4.zip for task hadcm3s_a384_191012_120_900_012074851_2 absent
08-Apr-2021 05:39:12 [climateprediction.net] Output file hadcm3s_a384_191012_120_900_012074851_2_r285082996_5.zip for task hadcm3s_a384_191012_120_900_012074851_2 absent
08-Apr-2021 05:39:12 [climateprediction.net] Output file hadcm3s_a384_191012_120_900_012074851_2_r285082996_6.zip for task hadcm3s_a384_191012_120_900_012074851_2 absent
08-Apr-2021 05:39:12 [climateprediction.net] Output file hadcm3s_a384_191012_120_900_012074851_2_r285082996_7.zip for task hadcm3s_a384_191012_120_900_012074851_2 absent
08-Apr-2021 05:39:12 [climateprediction.net] Output file hadcm3s_a384_191012_120_900_012074851_2_r285082996_8.zip for task hadcm3s_a384_191012_120_900_012074851_2 absent
08-Apr-2021 05:39:12 [climateprediction.net] Output file hadcm3s_a384_191012_120_900_012074851_2_r285082996_9.zip for task hadcm3s_a384_191012_120_900_012074851_2 absent
08-Apr-2021 05:39:12 [climateprediction.net] Output file hadcm3s_a384_191012_120_900_012074851_2_r285082996_10.zip for task hadcm3s_a384_191012_120_900_012074851_2 absent
08-Apr-2021 05:39:12 [climateprediction.net] Output file hadcm3s_a384_191012_120_900_012074851_2_r285082996_restart.zip for task hadcm3s_a384_191012_120_900_012074851_2 absent
08-Apr-2021 05:39:12 [climateprediction.net] Output file hadcm3s_a384_191012_120_900_012074851_2_r285082996_out.zip for task hadcm3s_a384_191012_120_900_012074851_2 absent
08-Apr-2021 06:20:41 [latinsquares] Project requested delay of 7 seconds
08-Apr-2021 06:39:50 [climateprediction.net] Project requested delay of 3636 seconds
08-Apr-2021 06:42:18 [climateprediction.net] Output file hadcm3s_a0xw_191012_120_900_012071891_0_r559099154_1.zip for task hadcm3s_a0xw_191012_120_900_012071891_0 absent
08-Apr-2021 06:42:18 [climateprediction.net] Output file hadcm3s_a0xw_191012_120_900_012071891_0_r559099154_2.zip for task hadcm3s_a0xw_191012_120_900_012071891_0 absent
08-Apr-2021 06:42:18 [climateprediction.net] Output file hadcm3s_a0xw_191012_120_900_012071891_0_r559099154_3.zip for task hadcm3s_a0xw_191012_120_900_012071891_0 absent
08-Apr-2021 06:42:18 [climateprediction.net] Output file hadcm3s_a0xw_191012_120_900_012071891_0_r559099154_4.zip for task hadcm3s_a0xw_191012_120_900_012071891_0 absent
08-Apr-2021 06:42:18 [climateprediction.net] Output file hadcm3s_a0xw_191012_120_900_012071891_0_r559099154_5.zip for task hadcm3s_a0xw_191012_120_900_012071891_0 absent
08-Apr-2021 06:42:18 [climateprediction.net] Output file hadcm3s_a0xw_191012_120_900_012071891_0_r559099154_6.zip for task hadcm3s_a0xw_191012_120_900_012071891_0 absent
08-Apr-2021 06:42:18 [climateprediction.net] Output file hadcm3s_a0xw_191012_120_900_012071891_0_r559099154_7.zip for task hadcm3s_a0xw_191012_120_900_012071891_0 absent
08-Apr-2021 06:42:18 [climateprediction.net] Output file hadcm3s_a0xw_191012_120_900_012071891_0_r559099154_8.zip for task hadcm3s_a0xw_191012_120_900_012071891_0 absent
08-Apr-2021 06:42:18 [climateprediction.net] Output file hadcm3s_a0xw_191012_120_900_012071891_0_r559099154_9.zip for task hadcm3s_a0xw_191012_120_900_012071891_0 absent
08-Apr-2021 06:42:18 [climateprediction.net] Output file hadcm3s_a0xw_191012_120_900_012071891_0_r559099154_10.zip for task hadcm3s_a0xw_191012_120_900_012071891_0 absent
08-Apr-2021 06:42:18 [climateprediction.net] Output file hadcm3s_a0xw_191012_120_900_012071891_0_r559099154_restart.zip for task hadcm3s_a0xw_191012_120_900_012071891_0 absent
08-Apr-2021 06:42:18 [climateprediction.net] Output file hadcm3s_a0xw_191012_120_900_012071891_0_r559099154_out.zip for task hadcm3s_a0xw_191012_120_900_012071891_0 absent
08-Apr-2021 06:42:21 [climateprediction.net] File a1q2_900_atmos.gz has wrong size: expected 8096875, got 8097041
08-Apr-2021 06:42:21 [climateprediction.net] Checksum or signature error for a1q2_900_atmos.gz
08-Apr-2021 06:42:41 [climateprediction.net] File ostart_b888_a00z_1910-12-01.gz has wrong size: expected 11424799, got 11424876
08-Apr-2021 06:42:41 [climateprediction.net] Checksum or signature error for ostart_b888_a00z_1910-12-01.gz
08-Apr-2021 06:44:53 [climateprediction.net] Output file hadcm3s_a07n_191012_120_900_012070946_2_r945893748_1.zip for task hadcm3s_a07n_191012_120_900_012070946_2 absent
08-Apr-2021 06:44:53 [climateprediction.net] Output file hadcm3s_a07n_191012_120_900_012070946_2_r945893748_2.zip for task hadcm3s_a07n_191012_120_900_012070946_2 absent
08-Apr-2021 06:44:53 [climateprediction.net] Output file hadcm3s_a07n_191012_120_900_012070946_2_r945893748_3.zip for task hadcm3s_a07n_191012_120_900_012070946_2 absent
08-Apr-2021 06:44:53 [climateprediction.net] Output file hadcm3s_a07n_191012_120_900_012070946_2_r945893748_4.zip for task hadcm3s_a07n_191012_120_900_012070946_2 absent
08-Apr-2021 06:44:53 [climateprediction.net] Output file hadcm3s_a07n_191012_120_900_012070946_2_r945893748_5.zip for task hadcm3s_a07n_191012_120_900_012070946_2 absent
08-Apr-2021 06:44:53 [climateprediction.net] Output file hadcm3s_a07n_191012_120_900_012070946_2_r945893748_6.zip for task hadcm3s_a07n_191012_120_900_012070946_2 absent
08-Apr-2021 06:44:53 [climateprediction.net] Output file hadcm3s_a07n_191012_120_900_012070946_2_r945893748_7.zip for task hadcm3s_a07n_191012_120_900_012070946_2 absent
08-Apr-2021 06:44:53 [climateprediction.net] Output file hadcm3s_a07n_191012_120_900_012070946_2_r945893748_8.zip for task hadcm3s_a07n_191012_120_900_012070946_2 absent
08-Apr-2021 06:44:53 [climateprediction.net] Output file hadcm3s_a07n_191012_120_900_012070946_2_r945893748_9.zip for task hadcm3s_a07n_191012_120_900_012070946_2 absent
08-Apr-2021 06:44:53 [climateprediction.net] Output file hadcm3s_a07n_191012_120_900_012070946_2_r945893748_10.zip for task hadcm3s_a07n_191012_120_900_012070946_2 absent
08-Apr-2021 06:44:53 [climateprediction.net] Output file hadcm3s_a07n_191012_120_900_012070946_2_r945893748_restart.zip for task hadcm3s_a07n_191012_120_900_012070946_2 absent
08-Apr-2021 06:44:53 [climateprediction.net] Output file hadcm3s_a07n_191012_120_900_012070946_2_r945893748_out.zip for task hadcm3s_a07n_191012_120_900_012070946_2 absent
08-Apr-2021 06:45:26 [climateprediction.net] File ostart_b888_a00b_1910-12-01.gz has wrong size: expected 11421861, got 11422278
08-Apr-2021 06:45:26 [climateprediction.net] Checksum or signature error for ostart_b888_a00b_1910-12-01.gz
08-Apr-2021 06:45:41 [climateprediction.net] File a0iq_900_atmos.gz has wrong size: expected 8102100, got 8102482
08-Apr-2021 06:45:41 [climateprediction.net] Checksum or signature error for a0iq_900_atmos.gz
08-Apr-2021 07:24:55 [latinsquares] Project requested delay of 7 seconds
08-Apr-2021 07:26:39 [climateprediction.net] work fetch suspended by user
08-Apr-2021 07:40:48 [climateprediction.net] Project requested delay of 3636 seconds
08-Apr-2021 08:27:17 [latinsquares] Project requested delay of 7 seconds

Climateprediction.net the error is as follows:
 <core_client_version>7.16.6</core_client_version>
<![CDATA[
<message>
WU download error: couldn't get input files:
<file_xfer_error>
  <file_name>ostart_b888_a00b_1910-12-01.gz</file_name>
  <error_code>-200 (wrong size)</error_code>
</file_xfer_error>
</message>
]]>


Beside the usual error:
 <core_client_version>7.16.6</core_client_version>
<![CDATA[
<message>
process exited with code 8 (0x8, -248)</message>
<stderr_txt>
Process creation (../../projects/climateprediction.net/hadcm3s_8.36_i686-pc-linux-gnu) failed: Error -1, errno=8
execv: Exec format error

</stderr_txt>
]]>


Does this help? Any ideas?
ID: 63816 · Report as offensive     Reply Quote
Profile Dave Jackson
Volunteer moderator

Send message
Joined: 15 May 09
Posts: 4314
Credit: 16,378,503
RAC: 3,632
Message 63818 - Posted: 8 Apr 2021, 18:35:29 UTC

I got some new WUs during the night. Unfortunately, all errored.


Sarah at the project has noticed quite a lot of process creation errors on the HADSM4 batch 899. She is interested in the fact that a lot of the computers producing them seem to have virtualisation. Whether this produces any new ideas or not remains to be seen but it can't be a bad thing to see if those in Oxford have any ideas.
ID: 63818 · Report as offensive     Reply Quote
Les Bayliss
Volunteer moderator

Send message
Joined: 5 Sep 04
Posts: 7629
Credit: 24,240,330
RAC: 0
Message 63819 - Posted: 8 Apr 2021, 20:55:02 UTC - in response to Message 63816.  

Klepel

All those lines of text at the start of your post are meaningless.

They're just BOINC saying that it can't find the output zip files to send back to the project.
Which is obvious, because the models all crashed before they had a chance to create anything.

The part which is useful, is the one that contains:
WU download error: couldn't get input files:

And I've no idea what it means.

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

Also, it's not a trivial matter to assemble all of the many data files, check that they're the correct ones, then bundle them up for the download server.
So please, if you're going to continue with testing, could you only run one task at a time.
ID: 63819 · Report as offensive     Reply Quote
klepel

Send message
Joined: 9 Oct 04
Posts: 76
Credit: 67,812,914
RAC: 5,809
Message 63824 - Posted: 9 Apr 2021, 17:23:42 UTC - in response to Message 63819.  
Last modified: 9 Apr 2021, 18:17:34 UTC

Sarah at the project has noticed quite a lot of process creation errors on the HADSM4 batch 899. She is interested in the fact that a lot of the computers producing them seem to have virtualisation.

This is really great news! I hope they will find a solution.
All those lines of text at the start of your post are meaningless.
The part which is useful, is the one that contains:
WU download error: couldn't get input files:

I completely agree! That is why I put emphasis in red in my text to the parts which might be more interesting!
Also, it's not a trivial matter to assemble all of the many data files, check that they're the correct ones, then bundle them up for the download server.

I do not know how to bundle up the files.
So please, if you're going to continue with testing, could you only run one task at a time.

Never mind, there is a slim possibility to continuo, especially, if I get called out! Unfortunately, I am not sitting behind my computer 24 hours to see, if a particular WU is downloaded or not!
As many here, I just like to help with my very limited knowledge, so those 15,000 Linux WUs will get processed in a meaning full time – which might be the case if we get WSL or VM to work properly.
(I even considered to buy some computer parts to assemble another Linux computer to help – but…)
ID: 63824 · Report as offensive     Reply Quote
Les Bayliss
Volunteer moderator

Send message
Joined: 5 Sep 04
Posts: 7629
Credit: 24,240,330
RAC: 0
Message 63825 - Posted: 9 Apr 2021, 22:07:02 UTC - in response to Message 63824.  

The number of models run at a time, is an option in your Account page, about how many processors the computer has.

The problem with these models is NOT the models, it's the convoluted way some people are trying to run them.

So, what are you doing to try and fix the problem with your computer?

If you're just going to let the models keep crashing until something changes, then I may have to have your computer banned as being a Serial Killer.
ID: 63825 · Report as offensive     Reply Quote
klepel

Send message
Joined: 9 Oct 04
Posts: 76
Credit: 67,812,914
RAC: 5,809
Message 63826 - Posted: 10 Apr 2021, 1:28:07 UTC - in response to Message 63825.  

The number of models run at a time, is an option in your Account page, about how many processors the computer has.
Sure, I limited the WSL account to just one WU with app-config… but they came all at night.
The problem with these models is NOT the models, it's the convoluted way some people are trying to run them.
I agree, they do run on my Lubuntu boxes without any problems. But they seem not to run on WSL at the moment.
So, what are you doing to try and fix the problem with your computer?
I am not sure, I might try to reinstall WSL. However; I think the problem is more, how this particular WUs react to the unusual location of the climateprediction.net files, as they are all over the place.
If you're just going to let the models keep crashing until something changes, then I may have to have your computer banned as being a Serial Killer.
No worry! As I wrote before, I was just trying to bring more Linux firepower online, but if not needed, my Windows BOINC installation works perfect!
ID: 63826 · Report as offensive     Reply Quote
mmonnin

Send message
Joined: 28 May 17
Posts: 49
Credit: 14,706,403
RAC: 9,709
Message 63827 - Posted: 10 Apr 2021, 2:50:57 UTC - in response to Message 63805.  

We already have to open a second ubuntu window to comunicate with boinc and all communication is with command line (boinccmd).

Possible the same thing could apply. boinccmd by default uses the same port to communicate with the client as manager does but I am guessing at things that are a fair bit out of my depth here.


Have you tried starting boinc with --daemon so that it's not tied to that terminal window? I have this in my terminal startup cmd for my 2nd GPU client instance.
sudo /usr/bin/boinc --daemon --allow_multiple_clients --gui_rpc_port 31422 --dir /var/lib/boinc2


https://boinc.berkeley.edu/wiki/client_configuration

--daemon
Linux: detach from controlling terminal; Windows: run as service.
ID: 63827 · Report as offensive     Reply Quote
Les Bayliss
Volunteer moderator

Send message
Joined: 5 Sep 04
Posts: 7629
Credit: 24,240,330
RAC: 0
Message 63828 - Posted: 10 Apr 2021, 3:01:41 UTC

Klepel

I'm not sure if you've already posted this, but which version are you running:
1. Windows 10 WS, or
2. Windows 10 WSL 2.

It seems that the original version wasn't using Linux, just some bodged up files to pretend to be Linux.
The second version is supposed to be a real Linux version.

So you may have to use the second version to have any chance of it working.
ID: 63828 · Report as offensive     Reply Quote
klepel

Send message
Joined: 9 Oct 04
Posts: 76
Credit: 67,812,914
RAC: 5,809
Message 63833 - Posted: 10 Apr 2021, 20:51:04 UTC - in response to Message 63828.  

Klepel

I'm not sure if you've already posted this, but which version are you running:
1. Windows 10 WS, or
2. Windows 10 WSL 2.

It seems that the original version wasn't using Linux, just some bodged up files to pretend to be Linux.
The second version is supposed to be a real Linux version.

So you may have to use the second version to have any chance of it working.


I thought, I had installed WSL2, but I am not quite sure anymore... therefore I will try to install it by the step by step guide from BOINC Italy in a couple of weeks. To make sure, this is not the reason for my problems.
ID: 63833 · Report as offensive     Reply Quote
Profile Dave Jackson
Volunteer moderator

Send message
Joined: 15 May 09
Posts: 4314
Credit: 16,378,503
RAC: 3,632
Message 63835 - Posted: 10 Apr 2021, 21:02:42 UTC - in response to Message 63833.  

Good luck! A shame it isn't as easy as doing it the other way around and running Windows tasks under Linux. (I still haven't worked out why the manager crashes if I try and run the 64 bit version instead of the 32bit one doing so though.)
ID: 63835 · Report as offensive     Reply Quote
Profile geophi
Volunteer moderator

Send message
Joined: 7 Aug 04
Posts: 2167
Credit: 64,403,322
RAC: 5,085
Message 63903 - Posted: 21 Apr 2021, 21:25:53 UTC

It looks like Microsoft is making it easier to run Linux GUI apps from Windows. Only on "insider" builds now, but hopefully coming in a Windows update sometime this year.

https://www.bleepingcomputer.com/news/microsoft/windows-10-now-lets-you-seamlessly-run-linux-gui-apps/
ID: 63903 · Report as offensive     Reply Quote
Profile JIM

Send message
Joined: 31 Dec 07
Posts: 1152
Credit: 22,053,321
RAC: 4,417
Message 63906 - Posted: 22 Apr 2021, 2:32:27 UTC - in response to Message 63903.  

It looks like Microsoft is making it easier to run Linux GUI apps from Windows. Only on "insider" builds now, but hopefully coming in a Windows update sometime this year.

https://www.bleepingcomputer.com/news/microsoft/windows-10-now-lets-you-seamlessly-run-linux-gui-apps/


GOOD!!! I have been wanting to try Linux under Win10 WSL, but, the things that has stopped me is not being able to control it with a GUI. I’m not much for trying to use the command line.
ID: 63906 · Report as offensive     Reply Quote
Previous · 1 · 2 · 3 · 4 · 5 · Next

Questions and Answers : Unix/Linux : Run Linux work units with Windows 10 WSL

©2024 climateprediction.net