Message boards : Theory Application : Windows Version
Message board moderation

To post messages, you must log in.

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

AuthorMessage
Profile Laurence
Project administrator
Project developer
Project tester
Avatar

Send message
Joined: 12 Sep 14
Posts: 1064
Credit: 325,950
RAC: 249
Message 5988 - Posted: 20 Feb 2019, 14:18:59 UTC - in response to Message 5987.  
Last modified: 20 Feb 2019, 14:19:08 UTC

You have to fix the soft_link.


Not sure how to do that. Will need to investigate. For reference in the version.xml we have:

  <file>
    <physical_name>Theory_2019_02_20.xml</physical_name>
    <logical_name>vbox_job.xml</logical_name>
  </file>
  <file>
      <physical_name>cranky-0.0.21</physical_name>
      <logical_name>cranky</logical_name>
  </file>


In vbox_job.xml we have:
        <copy_to_shared>cranky</copy_to_shared>


but cranky contains:
<soft_link>../../projects/lhcathomedev.cern.ch_lhcathome-dev/cranky-0.0.21</soft_link>


I could put this script into cvmfs or the VM image but it should be possible this way.
ID: 5988 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Laurence
Project administrator
Project developer
Project tester
Avatar

Send message
Joined: 12 Sep 14
Posts: 1064
Credit: 325,950
RAC: 249
Message 5989 - Posted: 20 Feb 2019, 14:25:13 UTC - in response to Message 5988.  
Last modified: 20 Feb 2019, 14:25:40 UTC

You have to fix the soft_link.


Not sure how to do that. Will need to investigate.


RTFM

    [ <copy_file/> ]


New version on it's way.
ID: 5989 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Crystal Pellet
Volunteer tester

Send message
Joined: 13 Feb 15
Posts: 1178
Credit: 810,985
RAC: 2,009
Message 5991 - Posted: 20 Feb 2019, 15:35:27 UTC - in response to Message 5989.  
Last modified: 20 Feb 2019, 15:49:17 UTC

New version on it's way.

lhcathome-dev 20 Feb 16:33:59 No tasks are available for Theory Simulation

Edit: I have a running task now.
Probably the soft link is not working, because it's in the shared map and used by the VM,
so copy_file was helpful.
I also can follow the event processing.
ID: 5991 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Laurence
Project administrator
Project developer
Project tester
Avatar

Send message
Joined: 12 Sep 14
Posts: 1064
Credit: 325,950
RAC: 249
Message 5992 - Posted: 20 Feb 2019, 17:59:21 UTC - in response to Message 5991.  

I see it failed. Could not find the output. Another shared folder issue. I will investigate later this evening.
ID: 5992 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Crystal Pellet
Volunteer tester

Send message
Joined: 13 Feb 15
Posts: 1178
Credit: 810,985
RAC: 2,009
Message 5993 - Posted: 20 Feb 2019, 18:04:20 UTC

First task ready: https://lhcathomedev.cern.ch/lhcathome-dev/result.php?resultid=2753195

Outcome: Computation error

lhcathome-dev 20 Feb 18:49:12 Computation for task Theory_2279-782636-20_0 finished
lhcathome-dev 20 Feb 18:49:12 Output file Theory_2279-782636-20_0_r696699143_result for task Theory_2279-782636-20_0 absent

What went well:
The application ===> [runRivet] Wed Feb 20 15:44:00 UTC 2019 [boinc pp jets 7000 600 - pythia6 6.427 z2-lep 100000 20] succeeded.
Directly after the successful finish, the VM was closed by the software by placing the shutdown file in the shared directory.
The result tgz file (20kB) was present in the shared folder. I did not see, it was uploaded (nothing in BOINC Manager Event log)

After 5 minutes the task gave a computation error, the folders and VM was cleaned.
ID: 5993 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
captainjack

Send message
Joined: 18 Aug 15
Posts: 14
Credit: 117,668
RAC: 1,115
Message 5994 - Posted: 20 Feb 2019, 18:22:39 UTC

Just got this error code:

upload failure: <file_xfer_error>
  <file_name>Theory_2279-791249-20_0_r485709403_result</file_name>
  <error_code>-240 (stat() failed)</error_code>
</file_xfer_error>
ID: 5994 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Crystal Pellet
Volunteer tester

Send message
Joined: 13 Feb 15
Posts: 1178
Credit: 810,985
RAC: 2,009
Message 5995 - Posted: 20 Feb 2019, 18:25:41 UTC - in response to Message 5992.  

I see it failed. Could not find the output. Another shared folder issue. I will investigate later this evening.

It seems that the output.tgz is not moved from the shared folder to the e.g. name Theory_2279-781724-20_0_r1563603091_result file in the project directory to be uploaded.
ID: 5995 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Crystal Pellet
Volunteer tester

Send message
Joined: 13 Feb 15
Posts: 1178
Credit: 810,985
RAC: 2,009
Message 5996 - Posted: 20 Feb 2019, 19:46:37 UTC - in response to Message 5995.  

I see it failed. Could not find the output. Another shared folder issue. I will investigate later this evening.

It seems that the output.tgz is not moved from the shared folder to the e.g. name Theory_2279-781724-20_0_r1563603091_result file in the project directory to be uploaded.


The shared folder should be included in the open_name

<open_name>shared/output.tgz</open_name>
ID: 5996 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Laurence
Project administrator
Project developer
Project tester
Avatar

Send message
Joined: 12 Sep 14
Posts: 1064
Credit: 325,950
RAC: 249
Message 5997 - Posted: 20 Feb 2019, 19:56:48 UTC - in response to Message 5996.  
Last modified: 20 Feb 2019, 19:57:24 UTC

The shared folder should be included in the open_name

<open_name>shared/output.tgz</open_name>


Yep but this will break the native app. Will think of a solution.
ID: 5997 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Crystal Pellet
Volunteer tester

Send message
Joined: 13 Feb 15
Posts: 1178
Credit: 810,985
RAC: 2,009
Message 5998 - Posted: 20 Feb 2019, 20:04:26 UTC - in response to Message 5997.  

The shared folder should be included in the open_name

<open_name>shared/output.tgz</open_name>

Yep but this will break the native app. Will think of a solution.

I don´t understand why that should break the native app.

The app places the output result file in the shared folder and BOINC will handle the rest, I suppose.
ID: 5998 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Laurence
Project administrator
Project developer
Project tester
Avatar

Send message
Joined: 12 Sep 14
Posts: 1064
Credit: 325,950
RAC: 249
Message 5999 - Posted: 20 Feb 2019, 20:20:28 UTC - in response to Message 5998.  

I don´t understand why that should break the native app.

The app places the output result file in the shared folder and BOINC will handle the rest, I suppose.


The native app does not use the shared directory but both share the same job template. I have added a link with the native app so the output is found in both locations. Once the queue is drained I will submit new tasks with the updated output path.
ID: 5999 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Crystal Pellet
Volunteer tester

Send message
Joined: 13 Feb 15
Posts: 1178
Credit: 810,985
RAC: 2,009
Message 6000 - Posted: 20 Feb 2019, 21:12:43 UTC

Laurence, to confuse you. I returned a valid task
ID: 6000 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Laurence
Project administrator
Project developer
Project tester
Avatar

Send message
Joined: 12 Sep 14
Posts: 1064
Credit: 325,950
RAC: 249
Message 6001 - Posted: 20 Feb 2019, 21:13:43 UTC - in response to Message 5999.  

Once the queue is drained I will submit new tasks with the updated output path.


The queue is clear and new jobs have been submitted. I saw that the new version of the native app was working fine with the old job description so let’s see if both app flavors are working with the new job description.
ID: 6001 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Laurence
Project administrator
Project developer
Project tester
Avatar

Send message
Joined: 12 Sep 14
Posts: 1064
Credit: 325,950
RAC: 249
Message 6002 - Posted: 20 Feb 2019, 21:17:35 UTC - in response to Message 6000.  

Laurence, to confuse you. I returned a valid task


That is very confusing indeed!
ID: 6002 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Laurence
Project administrator
Project developer
Project tester
Avatar

Send message
Joined: 12 Sep 14
Posts: 1064
Credit: 325,950
RAC: 249
Message 6003 - Posted: 20 Feb 2019, 21:42:31 UTC - in response to Message 6001.  

The queue is clear and new jobs have been submitted. I saw that the new version of the native app was working fine with the old job description so let’s see if both app flavors are working with the new job description.

The new job descriptions did not work with the updated native app version so I have just made another attempt.
ID: 6003 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Laurence
Project administrator
Project developer
Project tester
Avatar

Send message
Joined: 12 Sep 14
Posts: 1064
Credit: 325,950
RAC: 249
Message 6004 - Posted: 21 Feb 2019, 2:52:51 UTC - in response to Message 6003.  

The new job descriptions did not work with the updated native app version so I have just made another attempt.

Looks like it worked.
ID: 6004 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Magic Quantum Mechanic
Avatar

Send message
Joined: 8 Apr 15
Posts: 738
Credit: 11,558,798
RAC: 1,847
Message 6005 - Posted: 21 Feb 2019, 5:05:40 UTC
Last modified: 21 Feb 2019, 5:06:18 UTC

This vdi refuses to d/l faster than 4.5K so 421.80MB will take a long time.

Yet if I do a speed test or get anything else it will d/l at over 1.0Mbps
ID: 6005 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
maeax

Send message
Joined: 22 Apr 16
Posts: 660
Credit: 1,720,123
RAC: 3,061
Message 6023 - Posted: 21 Feb 2019, 10:51:51 UTC

2019-02-21 10:17:34 (8256): Guest Log: VBoxService 5.2.6 r120293 (verbosity: 0) linux.amd64 (Jan 15 2018 14:51:00) release log
5.2.28 is now avalaible or 5.2.8 from Boinc-website.
Is it possible to upgrade?
ID: 6023 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Crystal Pellet
Volunteer tester

Send message
Joined: 13 Feb 15
Posts: 1178
Credit: 810,985
RAC: 2,009
Message 6025 - Posted: 21 Feb 2019, 11:04:19 UTC - in response to Message 6023.  

2019-02-21 10:17:34 (8256): Guest Log: VBoxService 5.2.6 r120293 (verbosity: 0) linux.amd64 (Jan 15 2018 14:51:00) release log
5.2.28 is now avalaible or 5.2.8 from Boinc-website.
Is it possible to upgrade?

On VirtualBox.org page 5.2.28 is said, but on the download site it's called 5.2.26
I have 5.2.26 running for a few weeks without issues.
I also tried 6.0.2 and 6.0.4. I got really more often heartbeat issues and so a waiting VM for 86400 seconds.
ID: 6025 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Crystal Pellet
Volunteer tester

Send message
Joined: 13 Feb 15
Posts: 1178
Credit: 810,985
RAC: 2,009
Message 6030 - Posted: 21 Feb 2019, 13:25:20 UTC

Error result: https://lhcathomedev.cern.ch/lhcathome-dev/result.php?resultid=2753359

2019-02-21 14:11:26 (4684): Guest Log: 13:11:26 2019-02-21: cranky: [INFO] Running Container 'runc'.

2019-02-21 14:12:06 (4684): Guest Log: 13:12:06 2019-02-21: cranky: [ERROR] Container 'runc' failed.
ID: 6030 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Previous · 1 · 2 · 3 · 4 · 5 . . . 6 · Next

Message boards : Theory Application : Windows Version


©2024 CERN