Message boards : Theory Application : New Version v300.90
Message board moderation

To post messages, you must log in.

1 · 2 · Next

AuthorMessage
Profile Laurence
Project administrator
Project developer

Send message
Joined: 20 Jun 14
Posts: 401
Credit: 238,712
RAC: 0
Message 51724 - Posted: 19 Mar 2025, 13:12:54 UTC

This version should fix the local proxy issue.
ID: 51724 · Report as offensive     Reply Quote
Erich56

Send message
Joined: 18 Dec 15
Posts: 1875
Credit: 138,480,260
RAC: 76,123
Message 51729 - Posted: 19 Mar 2025, 14:38:50 UTC - in response to Message 51724.  

This version should fix the local proxy issue.
thanks, Laurence, for the information.
I now tested on 3 hosts - in the initial console it now does say "Ncat: connected to 192.168.0.39:3128" (my local squid), however, all the data the task receives right after start does NOT come from the squid, but rather from the internet. So it seems that something is still going wrong :-(
ID: 51729 · Report as offensive     Reply Quote
Erich56

Send message
Joined: 18 Dec 15
Posts: 1875
Credit: 138,480,260
RAC: 76,123
Message 51731 - Posted: 20 Mar 2025, 6:00:11 UTC - in response to Message 51729.  

in the initial console it now does say "Ncat: connected to 192.168.0.39:3128"
forgot to add: "Ncat: 0 bytes sent, 0 bytes received"
ID: 51731 · Report as offensive     Reply Quote
Profile Laurence
Project administrator
Project developer

Send message
Joined: 20 Jun 14
Posts: 401
Credit: 238,712
RAC: 0
Message 51733 - Posted: 21 Mar 2025, 10:41:15 UTC - in response to Message 51731.  

Hi Erich.

Looking at a a recent task, I see the following:

2025-03-21 06:02:41 (22992): Guest Log: [INFO] Detected local proxy http://192.168.0.39:3128 in init_data.xml
2025-03-21 06:02:41 (22992): Guest Log: [INFO] Testing connection to 192.168.0.39 on port 3128
2025-03-21 06:02:41 (22992): Guest Log: [INFO] Ncat: Version 7.92 ( https://nmap.org/ncat )
2025-03-21 06:02:41 (22992): Guest Log: Ncat: Connected to 192.168.0.39:3128.
2025-03-21 06:02:41 (22992): Guest Log: Ncat: 0 bytes sent, 0 bytes received in 0.06 seconds.
2025-03-21 06:02:41 (22992): Guest Log: [INFO] 0


Ncat: 0 bytes sent, 0 bytes received in 0.06 seconds.


Ncat sends zero bytes as it is called with the -z option. It just checks that the port is open.

 Guest Log: [INFO] 0


Is the return code for the command which is successful. The following code is then run to configure CVMFS.

   echo -e "function FindProxyForURL(url, host) {\n    return \"PROXY http://${PROXY_HOST}:${PROXY_PORT}; DIRECT\";\n}" >${local_wpad_file}
   cvmfs_config reload


If you are not seeing traffic to your squid, the reason is probably here. Something may be different between CC7 and Alma9
ID: 51733 · Report as offensive     Reply Quote
computezrmle
Volunteer moderator
Volunteer developer
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 15 Jun 08
Posts: 2636
Credit: 276,041,208
RAC: 139,471
Message 51734 - Posted: 21 Mar 2025, 11:04:37 UTC - in response to Message 51733.  

To get the right proxy setting from a wpad file the image requires pacparser (plus it's libs).
It needs to be tested which pacparser version runs on the new image.
ID: 51734 · Report as offensive     Reply Quote
Profile Laurence
Project administrator
Project developer

Send message
Joined: 20 Jun 14
Posts: 401
Credit: 238,712
RAC: 0
Message 51735 - Posted: 21 Mar 2025, 12:45:32 UTC - in response to Message 51734.  

Am having difficulty finding this already packaged for EL9. Also the pacparser CLI doesn't seem to be provided anymore from upstream.

https://github.com/manugarg/pacparser
ID: 51735 · Report as offensive     Reply Quote
Profile Laurence
Project administrator
Project developer

Send message
Joined: 20 Jun 14
Posts: 401
Credit: 238,712
RAC: 0
Message 51750 - Posted: 24 Mar 2025, 15:37:14 UTC - in response to Message 51735.  

A new version is available with the pactester command.
ID: 51750 · Report as offensive     Reply Quote
Erich56

Send message
Joined: 18 Dec 15
Posts: 1875
Credit: 138,480,260
RAC: 76,123
Message 51751 - Posted: 24 Mar 2025, 17:33:07 UTC - in response to Message 51750.  

A new version is available with the pactester command.
Thank you, Laurence, for the information.
I tested, but found out that the access to the local proxy (squid) still does not work. After the initialization phase of the task, roughly 700MB data are downloaded directly from the internet :-(
ID: 51751 · Report as offensive     Reply Quote
Profile Laurence
Project administrator
Project developer

Send message
Joined: 20 Jun 14
Posts: 401
Credit: 238,712
RAC: 0
Message 51754 - Posted: 25 Mar 2025, 12:18:00 UTC - in response to Message 51751.  

I will add some debugging statements to to the next release.
ID: 51754 · Report as offensive     Reply Quote
computezrmle
Volunteer moderator
Volunteer developer
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 15 Jun 08
Posts: 2636
Credit: 276,041,208
RAC: 139,471
Message 51755 - Posted: 25 Mar 2025, 12:26:29 UTC - in response to Message 51754.  

Why not revert to the image before Alma and test this on dev?
ID: 51755 · Report as offensive     Reply Quote
Profile Laurence
Project administrator
Project developer

Send message
Joined: 20 Jun 14
Posts: 401
Credit: 238,712
RAC: 0
Message 51756 - Posted: 25 Mar 2025, 13:51:41 UTC - in response to Message 51754.  

I have added some additional debugging statements to v300.92 for Windows.
ID: 51756 · Report as offensive     Reply Quote
Erich56

Send message
Joined: 18 Dec 15
Posts: 1875
Credit: 138,480,260
RAC: 76,123
Message 51757 - Posted: 25 Mar 2025, 15:10:23 UTC - in response to Message 51756.  

I have added some additional debugging statements to v300.92 for Windows.
I have tested on several hosts - it still does not work. However, what I noticed: the downloaded tasks are still version 300.91 - NOT 300.92
ID: 51757 · Report as offensive     Reply Quote
CloverField

Send message
Joined: 17 Oct 06
Posts: 92
Credit: 59,846,578
RAC: 13,116
Message 51760 - Posted: 25 Mar 2025, 21:55:39 UTC

ID: 51760 · Report as offensive     Reply Quote
Erich56

Send message
Joined: 18 Dec 15
Posts: 1875
Credit: 138,480,260
RAC: 76,123
Message 51761 - Posted: 26 Mar 2025, 6:16:22 UTC

I now downloaded v300.92 - the squid proxy still does not work :-(
ID: 51761 · Report as offensive     Reply Quote
Profile Laurence
Project administrator
Project developer

Send message
Joined: 20 Jun 14
Posts: 401
Credit: 238,712
RAC: 0
Message 51762 - Posted: 26 Mar 2025, 10:25:35 UTC - in response to Message 51761.  

I am investigating.
ID: 51762 · Report as offensive     Reply Quote
Profile Laurence
Project administrator
Project developer

Send message
Joined: 20 Jun 14
Posts: 401
Credit: 238,712
RAC: 0
Message 51763 - Posted: 26 Mar 2025, 13:12:27 UTC - in response to Message 51762.  

v300.93 for Windows contains a few more fixes.
ID: 51763 · Report as offensive     Reply Quote
Erich56

Send message
Joined: 18 Dec 15
Posts: 1875
Credit: 138,480,260
RAC: 76,123
Message 51764 - Posted: 26 Mar 2025, 14:59:48 UTC - in response to Message 51763.  

v300.93 for Windows contains a few more fixes.
unfortunately, still not working for squid. Sorry to tell you this. Many thanks anyway for all your efforts so far, Laurence
ID: 51764 · Report as offensive     Reply Quote
Profile Laurence
Project administrator
Project developer

Send message
Joined: 20 Jun 14
Posts: 401
Credit: 238,712
RAC: 0
Message 51765 - Posted: 26 Mar 2025, 15:34:14 UTC - in response to Message 51764.  

I have reverted back to v300.60 from January. Please can you confirm that this works.
ID: 51765 · Report as offensive     Reply Quote
Erich56

Send message
Joined: 18 Dec 15
Posts: 1875
Credit: 138,480,260
RAC: 76,123
Message 51766 - Posted: 26 Mar 2025, 16:37:26 UTC - in response to Message 51765.  
Last modified: 26 Mar 2025, 16:40:50 UTC

I have reverted back to v300.60 from January. Please can you confirm that this works.
I was going to make the test - however, although the server status page shows ~2.300 unsent Theory tasks, all three hosts on which I tried to download a Theory task told me "no tasks available for Theory simulation" - no idea what's going wrong ...
ID: 51766 · Report as offensive     Reply Quote
Profile Laurence
Project administrator
Project developer

Send message
Joined: 20 Jun 14
Posts: 401
Credit: 238,712
RAC: 0
Message 51768 - Posted: 26 Mar 2025, 17:47:09 UTC - in response to Message 51766.  

I have restarted the server. This is required when we release new versions.
ID: 51768 · Report as offensive     Reply Quote
1 · 2 · Next

Message boards : Theory Application : New Version v300.90


©2025 CERN