<?xml version="1.0" encoding="UTF-8" ?>
        <rss version="2.0">
        <channel>
        <title>LHC@home: Theory Application</title>
        <description>LHC@home: Theory Application</description>
        <link>https://lhcathome.cern.ch/lhcathome/</link>
        <copyright>CERN</copyright>
        <lastBuildDate>Sat, 06 Jun 2026 14:42:05 GMT</lastBuildDate>
        <language>en-us</language>
        <image>
            <url>https://lhcathome.cern.ch/lhcathome/rss_image.gif</url>
            <title>LHC@home</title>
            <link>https://lhcathome.cern.ch/lhcathome/</link>
        </image>
    <item>
        <title><![CDATA[Docker Failing Tasks, with pattern Theory_nnnn-nnnnnnn-nnnn_nnnnnnnnnn]]></title>
        <link>https://lhcathome.cern.ch/lhcathome/forum_thread.php?id=6501</link>
        <guid isPermaLink="true">https://lhcathome.cern.ch/lhcathome/forum_thread.php?id=6501</guid>
        <description><![CDATA[
No.<br />
Even the artifact from last night didn't work for me.<br />
Will test over the weekend why.
]]></description>
        <pubDate>Sat, 06 Jun 2026 14:42:05 GMT</pubDate>
        </item>
    <item>
        <title><![CDATA[79 TB  disk reads]]></title>
        <link>https://lhcathome.cern.ch/lhcathome/forum_thread.php?id=6503</link>
        <guid isPermaLink="true">https://lhcathome.cern.ch/lhcathome/forum_thread.php?id=6503</guid>
        <description><![CDATA[
In reply to Toby Broom's message of 4 Jun 2026:<br />
        <blockquote>I have an overide in appconfig for the VM that it has 1.5 GB to aviod this, I think its just a bad WU?</blockquote><br />
OK. That might be the case.
]]></description>
        <pubDate>Thu, 04 Jun 2026 19:39:55 GMT</pubDate>
        </item>
    <item>
        <title><![CDATA[Theory in containers]]></title>
        <link>https://lhcathome.cern.ch/lhcathome/forum_thread.php?id=6438</link>
        <guid isPermaLink="true">https://lhcathome.cern.ch/lhcathome/forum_thread.php?id=6438</guid>
        <description><![CDATA[
I'm sure that most people have seen this message:<br />
<br />
level=warning msg=&quot;The cgroupv2 manager is set to systemd but there is no systemd user session available&quot;<br />
level=warning msg=&quot;For using systemd, you may need to log in using a user session&quot;<br />
level=warning msg=&quot;Alternatively, you can enable lingering with: `loginctl enable-linger nnn` (possibly as root)&quot;<br />
level=warning msg=&quot;Falling back to --cgroup-manager=cgroupfs&quot;<br />
<br />
For me enabling linger never worked on my computers so I set in /etc/containers/containers.conf<br />
<br />
<pre style="white-space:pre-wrap;">&#91;engine]
cgroup_manager = &quot;cgroupfs&quot;</pre><br />
<br />
All was well and I had no issues to run tasks.<br />
<br />
However, I had another issue and asked the BOINC team for help, they said my podman has issues, so it seems that its not recomeneded to use cgroupfs.<br />
<br />
After many hours of trying settings I was able to get systemd to work.<br />
<br />
I installed BOINC directly from BOINC as per instructions here <a href="https://boinc.berkeley.edu/linux_install.php" rel="nofollow">https://boinc.berkeley.edu/linux_install.php</a> via apt as I have a Debian based Linux.<br />
<br />
However, as it common for LHC@Home the default settings are not compatiable, so you need to overide the defualts.<br />
<br />
to get the nnn value you can run <pre style="white-space:pre-wrap;"> id -u boinc,</pre><br />
<br />
my numbers, were different on each computer, some were 120, others 125 and other 997.<br />
<br />
<pre style="white-space:pre-wrap;">systemctl edit boinc-client</pre> to edit the overide of the default BOINC setting:<br />
<br />
<pre style="white-space:pre-wrap;">&#91;Unit]
Requires=user@nnn.service #Wait for the users instance of systemd to start since BOINC is set to auto start at boot.
After=user@nnn.service #Wait for the users instance of systemd to start since BOINC is set to auto start at boot.

&#91;Service]
ProtectHome=false #Since podman need to read and write to /run/user/ folder this needs to be off so it can communicate with podman
Delegate=cpu io memory pids #I needed this to ensure that the statistics about the containers are populated correctly
MemoryAccounting=yes  #I needed this to ensure that the statistics about the containers are populated correctly
ProtectSystem=full  #needed for VirtualBox to run correctly
Environment=&quot;XDG_RUNTIME_DIR=/run/user/nnn&quot; #I'm not sure if this is needed but seemed to help BOINC find podman
Environment=&quot;DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/nnn/bus&quot; #I'm not sure if this is needed but seemed to help BOINC find podman</pre><br />
<br />
For me the boinc user that was created automatically had many services that were not needed (e.g. audio, firmware updater) so I could disable these, its more a cosmetic thing.<br />
<br />
<pre style="white-space:pre-wrap;">
systemctl --user -M boinc@ mask \
  pipewire.service \
  pipewire-pulse.service \
  pipewire-pulse.socket \
  filter-chain.service \
  wireplumber.service \
  xdg-document-portal.service \
  xdg-permission-store.service \
  snap.firmware-updater.firmware-notifier.service \
  snap.firmware-updater.firmware-notifier.timer \
  snap.prompting-client.daemon.service \
  snap.snapd-desktop-integration.snapd-desktop-integration.service
</pre><br />
<br />
Hopefully this is useful to get your podman/BOINC running too.
]]></description>
        <pubDate>Mon, 01 Jun 2026 19:57:01 GMT</pubDate>
        </item>
    <item>
        <title><![CDATA[theory 302.1]]></title>
        <link>https://lhcathome.cern.ch/lhcathome/forum_thread.php?id=6500</link>
        <guid isPermaLink="true">https://lhcathome.cern.ch/lhcathome/forum_thread.php?id=6500</guid>
        <description><![CDATA[
In reply to Pascal's message of 29 May 2026:<br />
        <blockquote>... could you give me a step-by-step description. ...</blockquote><br />
My previous post describes the steps you need to do.<br />
<br />
For example #3:<br />
Use an editor you are familiar with and modify /etc/cvmfs/default.local as follows:<br />
- add 'alice.cern.ch' to the repository list<br />
- remove 'geant4.cern.ch'<br />
<br />
For example #4:<br />
Use an editor you are familiar with and modify /etc/cvmfs/default.local as follows:<br />
Add 'CVMFS_USE_CDN=yes'<br />
<br />
Similar with the other numbers.<br />
I will not explain how to create a file, open a file in an arbitrary text editor, enter a line, modify some text, remove another line, save the file ...<br />
<br />
<blockquote>... if I understood correctly, you have to install cvmfs + podman and that’s it.<br />
Is the installation of CVMFS for podman identical to the one used to do the theory native tasks?</blockquote><br />
The docker/podman app replaced the older Theory native app.<br />
Podman (or docker) is a MUST HAVE to run this app.<br />
<br />
A local CVMFS is recommended as it avoids a lot of network traffic but it is independent from Podman.<br />
If you don't install it, a CVMFS inside the container will be used.<br />
If you decide to use CVMFS on the host it MUST be correctly configured!<br />
As for CVMFS you got the links with step by step instructions and comments in your task logs.
]]></description>
        <pubDate>Fri, 29 May 2026 13:55:12 GMT</pubDate>
        </item>
    <item>
        <title><![CDATA[Working set size/Virtual memory size of Docker app incorrect]]></title>
        <link>https://lhcathome.cern.ch/lhcathome/forum_thread.php?id=6499</link>
        <guid isPermaLink="true">https://lhcathome.cern.ch/lhcathome/forum_thread.php?id=6499</guid>
        <description><![CDATA[
Done its <a href="https://github.com/BOINC/boinc/issues/7100" rel="nofollow">https://github.com/BOINC/boinc/issues/7100</a>
]]></description>
        <pubDate>Wed, 27 May 2026 16:04:56 GMT</pubDate>
        </item>
    <item>
        <title><![CDATA[No Tasks]]></title>
        <link>https://lhcathome.cern.ch/lhcathome/forum_thread.php?id=4102</link>
        <guid isPermaLink="true">https://lhcathome.cern.ch/lhcathome/forum_thread.php?id=4102</guid>
        <description><![CDATA[
Finally got the server to take back my finished Dockers and give me some new ones ....nothing at -dev yet
]]></description>
        <pubDate>Mon, 25 May 2026 23:18:16 GMT</pubDate>
        </item>
    <item>
        <title><![CDATA[Task at 100% and still running]]></title>
        <link>https://lhcathome.cern.ch/lhcathome/forum_thread.php?id=6436</link>
        <guid isPermaLink="true">https://lhcathome.cern.ch/lhcathome/forum_thread.php?id=6436</guid>
        <description><![CDATA[
I used to get very long Theory work units, such as some more than 12 hours (on a 2 year old CPU) such as sent dates April  5, 13, 30 and May 1 and 8 (such as <a href="https://lhcathome.cern.ch/lhcathome/result.php?resultid=435330784" rel="nofollow">https://lhcathome.cern.ch/lhcathome/result.php?resultid=435330784</a>). Some long tasks included those with Input file metadata indicating pythia8, sherpa, herwig, powheg-box, and likely other subtypes.<br />
 <br />
Since May 8, all work units complete in usually under an hour and a few within about 3-4 hours on that same PC system,<br />
<br />
Has the generation of the long work units changed or is it just random over time?<br />
<br />
Just wondering whether we still need to request a red message in the Event Log to warn users when a specific task may take a very long time to run.
]]></description>
        <pubDate>Sun, 24 May 2026 04:31:35 GMT</pubDate>
        </item>
    <item>
        <title><![CDATA[Stuck in waiting for validation with not beeing send out again]]></title>
        <link>https://lhcathome.cern.ch/lhcathome/forum_thread.php?id=6497</link>
        <guid isPermaLink="true">https://lhcathome.cern.ch/lhcathome/forum_thread.php?id=6497</guid>
        <description><![CDATA[
Sadly, that's not the same problem. It completed on my end successfully and the task has online the status 'Completed, waiting for validation' but it has been waiting for 10 days.<br />
Some tasks had similar results, but they got sent out again to another user, and when that was done, it finished up.<br />
But here it seems that the sending-out part was not generated successfully.
]]></description>
        <pubDate>Fri, 15 May 2026 09:38:24 GMT</pubDate>
        </item>
    <item>
        <title><![CDATA[How do I tell if a podman theory task in windows is stuck or still running?]]></title>
        <link>https://lhcathome.cern.ch/lhcathome/forum_thread.php?id=6492</link>
        <guid isPermaLink="true">https://lhcathome.cern.ch/lhcathome/forum_thread.php?id=6492</guid>
        <description><![CDATA[
I don't have htop inside the container so I just used top e.g.<br />
<br />
<pre style="white-space:pre-wrap;">podman exec -it ed746bb7ffd4 top -n1</pre><br />
<br />
<pre style="white-space:pre-wrap;"> 
Tasks:  17 total,   2 running,  15 sleeping,   0 stopped,   0 zombie
%Cpu(s):  0.4 us, 24.3 sy, 72.5 ni,  2.9 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
MiB Mem : 511227.9 total, 447688.1 free,  53287.8 used,  17278.2 buff/cache
MiB Swap:   8192.0 total,   8192.0 free,      0.0 used. 457940.1 avail Mem

    PID USER      PR  NI    VIRT    RES    SHR S  %CPU  %MEM     TIME+ COMMAND
    965 boinc     30  10  635044 269404  14120 R 100.0   0.1   3196:45 Herwig

</pre><br />
<br />
Since I have more than 1 container I used podman ps to get the ID (ed746bb7ffd4 ) that I was intrested in.
]]></description>
        <pubDate>Tue, 12 May 2026 15:48:36 GMT</pubDate>
        </item>
    
        </channel>
        </rss>
    