<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[dawarich (update)]]></title><description><![CDATA[<pre><code>root@docker:~/dawarich# docker compose -f docker/docker-compose.yml down
[+] Running 5/5
 ✔ Container dawarich_sidekiq  Removed                                                                                                                                               0.5s 
 ✔ Container dawarich_app      Removed                                                                                                                                               0.3s 
 ✔ Container dawarich_db       Removed                                                                                                                                               0.2s 
 ✔ Container dawarich_redis    Removed                                                                                                                                               0.2s 
 ✔ Network docker_dawarich     Removed                                                                                                                                               1.7s 
root@docker:~/dawarich# docker compose -f docker/docker-compose.yml pull
[+] Pulling 32/32
 ✔ dawarich_sidekiq Skipped - Image is already being pulled by dawarich_app                                                                                                          0.0s 
 ✔ dawarich_db Pulled                                                                                                                                                               25.1s 
   ✔ ed24ebfd38ba Pull complete                                                                                                                                                      2.0s 
   ✔ 3fa9b0a7f3bd Pull complete                                                                                                                                                      2.4s 
   ✔ 0994e2a6ce3a Pull complete                                                                                                                                                      1.5s 
   ✔ d1fdc01cfb64 Pull complete                                                                                                                                                     14.3s 
   ✔ 516b70cba77a Pull complete                                                                                                                                                      1.4s 
   ✔ 004c438aca5b Pull complete                                                                                                                                                     14.6s 
   ✔ 8444cb202a3f Pull complete                                                                                                                                                     15.1s 
   ✔ 7344f10d1096 Pull complete                                                                                                                                                      1.4s 
   ✔ 656ca692f8ee Pull complete                                                                                                                                                     14.7s 
   ✔ 52359317e1d3 Pull complete                                                                                                                                                     22.9s 
   ✔ 40df80557810 Pull complete                                                                                                                                                     15.0s 
   ✔ f05dc5d05257 Pull complete                                                                                                                                                      0.8s 
   ✔ 2f08686a591b Download complete                                                                                                                                                  0.0s 
 ✔ dawarich_app Pulled                                                                                                                                                              60.2s 
   ✔ 46362564fd4f Pull complete                                                                                                                                                     58.0s 
   ✔ 4511b872605c Pull complete                                                                                                                                                     41.0s 
   ✔ fdda0e7d68fe Pull complete                                                                                                                                                     26.0s 
   ✔ 36988aab6ff4 Pull complete                                                                                                                                                     56.9s 
   ✔ cfd95a7d6e7e Pull complete                                                                                                                                                     57.5s 
   ✔ 0ddb30afb8c6 Pull complete                                                                                                                                                      1.5s 
   ✔ d2ad4c236771 Pull complete                                                                                                                                                     57.9s 
   ✔ 1fa047f6eb48 Pull complete                                                                                                                                                     40.9s 
   ✔ e9952ccb2e00 Pull complete                                                                                                                                                     41.1s 
   ✔ 4f4fb700ef54 Pull complete                                                                                                                                                      0.3s 
   ✔ 01f18611c718 Pull complete                                                                                                                                                     41.2s 
   ✔ 6e107b7542e8 Pull complete                                                                                                                                                     51.2s 
   ✔ cb1329a1d448 Pull complete                                                                                                                                                     56.2s 
   ✔ a5553ec8595c Pull complete                                                                                                                                                     57.7s 
   ✔ 8ea805067c87 Download complete                                                                                                                                                  0.0s 
 ✔ dawarich_redis Pulled             
# docker compose -f docker/docker-compose.yml up
Attaching to dawarich_app, dawarich_db, dawarich_redis, dawarich_sidekiq
Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: open sysctl net.ipv4.ip_unprivileged_port_start file: reopen fd 8: permission denied
</code></pre>
]]></description><link>https://lemmy.cyber-neurones.org/topic/322/dawarich-update</link><generator>RSS for Node</generator><lastBuildDate>Thu, 30 Apr 2026 11:36:09 GMT</lastBuildDate><atom:link href="https://lemmy.cyber-neurones.org/topic/322.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 08 Dec 2025 07:38:19 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to dawarich (update) on Sun, 22 Mar 2026 15:47:58 GMT]]></title><description><![CDATA[<p dir="auto">Update done.</p>
]]></description><link>https://lemmy.cyber-neurones.org/post/734</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/734</guid><dc:creator><![CDATA[farias]]></dc:creator><pubDate>Sun, 22 Mar 2026 15:47:58 GMT</pubDate></item><item><title><![CDATA[Reply to dawarich (update) on Fri, 27 Feb 2026 07:32:13 GMT]]></title><description><![CDATA[<p dir="auto">Update 1.3.0.</p>
<p dir="auto"><img src="/assets/uploads/files/1772177530251-9d577bca-852b-48ad-9323-99d9e6626626-image.png" alt="image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://lemmy.cyber-neurones.org/post/730</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/730</guid><dc:creator><![CDATA[farias]]></dc:creator><pubDate>Fri, 27 Feb 2026 07:32:13 GMT</pubDate></item><item><title><![CDATA[Reply to dawarich (update) on Mon, 23 Feb 2026 13:18:08 GMT]]></title><description><![CDATA[<p dir="auto">Update DB :</p>
<pre><code>root@docker:~/dawarich# docker compose -f docker/docker-compose.yml down
[+] Running 5/5
 ✔ Container dawarich_sidekiq  Removed                                                                                                                    10.7s 
 ✔ Container dawarich_app      Removed                                                                                                                    10.9s 
 ✔ Container dawarich_redis    Removed                                                                                                                     0.6s 
 ✔ Container dawarich_db       Removed                                                                                                                     0.4s 
 ✔ Network docker_dawarich     Removed                                                                                                                     0.2s 
root@docker:~/dawarich# docker compose -f docker/docker-compose.yml pull
[+] Pulling 8/8
 ✔ dawarich_sidekiq Skipped - Image is already being pulled by dawarich_app                                                                                0.0s 
 ✔ dawarich_db Pulled                                                                                                                                     10.4s 
   ✔ 03962b006129 Pull complete                                                                                                                            0.2s 
   ✔ 2afd8bd6f20d Pull complete                                                                                                                            0.3s 
   ✔ a6c420f2d662 Pull complete                                                                                                                            8.4s 
   ✔ 79893d50f440 Download complete                                                                                                                        0.0s 
 ✔ dawarich_redis Pulled                                                                                                                                   1.4s 
 ✔ dawarich_app Pulled                                                                                                                                     1.4s 
root@docker:~/dawarich# docker compose -f docker/docker-compose.yml up -d
[+] Running 5/5
 ✔ Network docker_dawarich     Created                                                                                                                     0.1s 
 ✔ Container dawarich_db       Healthy                                                                                                                     7.3s 
 ✔ Container dawarich_redis    Healthy                                                                                                                     7.3s 
 ✔ Container dawarich_app      Healthy                                                                                                                    92.2s 
 ✔ Container dawarich_sidekiq  Started                                                                                                                    92.4s
</code></pre>
]]></description><link>https://lemmy.cyber-neurones.org/post/717</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/717</guid><dc:creator><![CDATA[farias]]></dc:creator><pubDate>Mon, 23 Feb 2026 13:18:08 GMT</pubDate></item><item><title><![CDATA[Reply to dawarich (update) on Sat, 21 Feb 2026 13:08:12 GMT]]></title><description><![CDATA[<p dir="auto">Update : 1.2.0</p>
]]></description><link>https://lemmy.cyber-neurones.org/post/711</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/711</guid><dc:creator><![CDATA[farias]]></dc:creator><pubDate>Sat, 21 Feb 2026 13:08:12 GMT</pubDate></item><item><title><![CDATA[Reply to dawarich (update) on Wed, 28 Jan 2026 12:50:37 GMT]]></title><description><![CDATA[<p dir="auto">Update : 1.0.1</p>
]]></description><link>https://lemmy.cyber-neurones.org/post/699</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/699</guid><dc:creator><![CDATA[farias]]></dc:creator><pubDate>Wed, 28 Jan 2026 12:50:37 GMT</pubDate></item><item><title><![CDATA[Reply to dawarich (update) on Sat, 03 Jan 2026 17:27:30 GMT]]></title><description><![CDATA[<p dir="auto">Update :</p>
<pre><code>root@docker:~/dawarich# docker compose -f docker/docker-compose.yml down
[+] Running 5/5
 ✔ Container dawarich_sidekiq  Removed                                                                                                                                              11.6s 
 ✔ Container dawarich_app      Removed                                                                                                                                              11.3s 
 ✔ Container dawarich_db       Removed                                                                                                                                               0.6s 
 ✔ Container dawarich_redis    Removed                                                                                                                                               0.6s 
 ✔ Network docker_dawarich     Removed                                                                                                                                               0.2s 
root@docker:~/dawarich# docker compose -f docker/docker-compose.yml pull
[+] Pulling 23/23
 ✔ dawarich_app Skipped - Image is already being pulled by dawarich_sidekiq                                                                                                          0.0s 
 ✔ dawarich_sidekiq Pulled                                                                                                                                                         101.0s 
   ✔ 3747d15d10db Pull complete                                                                                                                                                      0.3s 
   ✔ 80804d8d0085 Pull complete                                                                                                                                                     91.6s 
   ✔ 66d12528cc36 Pull complete                                                                                                                                                     40.1s 
   ✔ 4960ce5fa576 Pull complete                                                                                                                                                     72.3s 
   ✔ f4feb24d845b Pull complete                                                                                                                                                     72.4s 
   ✔ 9f10985b8fdb Pull complete                                                                                                                                                     72.9s 
   ✔ 4f4fb700ef54 Pull complete                                                                                                                                                      0.1s 
   ✔ 1120a50d5d70 Pull complete                                                                                                                                                     73.0s 
   ✔ 37ad7c3aad47 Pull complete                                                                                                                                                     96.9s 
   ✔ 6cae5abdf17e Pull complete                                                                                                                                                     97.9s 
   ✔ df8a8693a9bd Pull complete                                                                                                                                                     98.4s 
   ✔ 366942a19e1e Pull complete                                                                                                                                                      1.3s 
   ✔ bd5be32ce399 Pull complete                                                                                                                                                      1.3s 
   ✔ f64575d81a3e Pull complete                                                                                                                                                      1.1s 
   ✔ 418e298e377a Download complete                                                                                                                                                  0.0s 
 ✔ dawarich_redis Pulled                                                                                                                                                             1.5s 
 ✔ dawarich_db Pulled                                                                                                                                                               20.5s 
   ✔ d595706fe3c9 Pull complete                                                                                                                                                     17.8s 
   ✔ 5d2a1a68ba69 Pull complete                                                                                                                                                     17.5s 
   ✔ f9e2ecaf9ff3 Pull complete                                                                                                                                                     17.7s 
   ✔ 0b422adc2cd1 Download complete    
</code></pre>
]]></description><link>https://lemmy.cyber-neurones.org/post/685</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/685</guid><dc:creator><![CDATA[farias]]></dc:creator><pubDate>Sat, 03 Jan 2026 17:27:30 GMT</pubDate></item><item><title><![CDATA[Reply to dawarich (update) on Sat, 27 Dec 2025 17:45:17 GMT]]></title><description><![CDATA[<p dir="auto">Update.</p>
<pre><code>root@docker:~/dawarich# docker compose -f docker/docker-compose.yml down
[+] Running 5/5
 ✔ Container dawarich_sidekiq  Removed                                                                                                                                              11.0s 
 ✔ Container dawarich_app      Removed                                                                                                                                              11.2s 
 ✔ Container dawarich_db       Removed                                                                                                                                               0.7s 
 ✔ Container dawarich_redis    Removed                                                                                                                                               0.7s 
 ✔ Network docker_dawarich     Removed                                                                                                                                               0.2s 
root@docker:~/dawarich# docker compose -f docker/docker-compose.yml pull
[+] Pulling 23/23
 ✔ dawarich_app Skipped - Image is already being pulled by dawarich_sidekiq                                                                                                          0.0s 
 ✔ dawarich_db Pulled                                                                                                                                                               16.9s 
   ✔ 88938ba4ed45 Pull complete                                                                                                                                                      0.3s 
   ✔ 40061ec253be Pull complete                                                                                                                                                     14.4s 
   ✔ ff2ed4724570 Pull complete                                                                                                                                                      0.6s 
   ✔ a405c0cb9ad1 Download complete                                                                                                                                                  0.0s 
 ✔ dawarich_sidekiq Pulled                                                                                                                                                          81.4s 
   ✔ 0308255c934f Pull complete                                                                                                                                                     27.3s 
   ✔ e0444ff608d1 Pull complete                                                                                                                                                      0.2s 
   ✔ 82f3aac1c71d Pull complete                                                                                                                                                     55.0s 
   ✔ 941fce87e74a Pull complete                                                                                                                                                     55.1s 
   ✔ 4a5e80f1a90a Pull complete                                                                                                                                                     78.6s 
   ✔ 3084d67f7018 Pull complete                                                                                                                                                     55.5s 
   ✔ 4f4fb700ef54 Pull complete                                                                                                                                                     55.6s 
   ✔ 6458411bd93d Pull complete                                                                                                                                                     55.6s 
   ✔ 43bf96001e10 Pull complete                                                                                                                                                     79.2s 
   ✔ 6c56662a59ef Pull complete                                                                                                                                                      1.0s 
   ✔ 6281d544226d Pull complete                                                                                                                                                      1.2s 
   ✔ 1f81e9faaa80 Pull complete                                                                                                                                                      0.2s 
   ✔ ed74f8634e5c Pull complete                                                                                                                                                     72.5s 
   ✔ efa2217eff07 Pull complete                                                                                                                                                     77.5s 
   ✔ 68cd00b96c48 Download complete                                                                                                                                                  0.0s 
 ✔ dawarich_redis Pulled                                                                                                                                                             1.6s 
root@docker:~/dawarich# docker compose -f docker/docker-compose.yml up -d
[+] Running 4/5
 ✔ Network docker_dawarich     Created                                                                                                                                               0.0s 
 ✔ Container dawarich_db       Healthy                                                                                                                                               7.5s 
 ✔ Container dawarich_redis    Healthy                                                                                                                                               7.5s 
 ⠦ Container dawarich_app      Waiting                                                                                                                                              29.8s 
 ✔ Container dawarich_sidekiq  Created                                                                                                                                               0.1s 
</code></pre>
]]></description><link>https://lemmy.cyber-neurones.org/post/679</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/679</guid><dc:creator><![CDATA[farias]]></dc:creator><pubDate>Sat, 27 Dec 2025 17:45:17 GMT</pubDate></item><item><title><![CDATA[Reply to dawarich (update) on Mon, 15 Dec 2025 11:37:31 GMT]]></title><description><![CDATA[<p dir="auto">Update.</p>
<pre><code>root@docker:~/dawarich# docker compose -f docker/docker-compose.yml down
[+] Running 5/5
 ✔ Container dawarich_sidekiq  Removed                                                                                                                    11.9s 
 ✔ Container dawarich_app      Removed                                                                                                                    11.5s 
 ✔ Container dawarich_db       Removed                                                                                                                     0.4s 
 ✔ Container dawarich_redis    Removed                                                                                                                     0.4s 
 ✔ Network docker_dawarich     Removed                                                                                                                     0.2s 
root@docker:~/dawarich# docker compose -f docker/docker-compose.yml pull
[+] Pulling 23/23
 ✔ dawarich_sidekiq Skipped - Image is already being pulled by dawarich_app                                                                                0.0s 
 ✔ dawarich_redis Pulled                                                                                                                                   1.9s 
 ✔ dawarich_db Pulled                                                                                                                                     18.7s 
   ✔ 266411cb2791 Pull complete                                                                                                                           16.0s 
   ✔ 58fefd1853b5 Pull complete                                                                                                                           15.9s 
   ✔ 8b8cbe75c0f7 Pull complete                                                                                                                           15.6s 
   ✔ ab4dd0c3e86e Download complete                                                                                                                        0.0s 
 ✔ dawarich_app Pulled                                                                                                                                    84.4s 
   ✔ 3159b70eab8c Pull complete                                                                                                                            0.3s 
   ✔ 4f4fb700ef54 Pull complete                                                                                                                            0.1s 
   ✔ 2cb12107b7ac Pull complete                                                                                                                           32.2s 
   ✔ b70d932cd6fb Pull complete                                                                                                                           60.1s 
   ✔ 7544425cd4ee Pull complete                                                                                                                           60.2s 
   ✔ 087278355048 Pull complete                                                                                                                           60.8s 
   ✔ da774cee436c Pull complete                                                                                                                           81.2s 
   ✔ 03f80c7e050d Pull complete                                                                                                                           60.9s 
   ✔ d9cf54f0fcb1 Pull complete                                                                                                                           75.6s 
   ✔ c029a41c7f5d Pull complete                                                                                                                           80.1s 
   ✔ 49cd0b32cea9 Pull complete                                                                                                                            1.1s 
   ✔ 32c88c6610d2 Pull complete                                                                                                                           81.7s 
   ✔ a33c34f0e547 Pull complete                                                                                                                            1.2s 
   ✔ 8a4a945dc091 Pull complete                                                                                                                            1.1s 
   ✔ f0208781c54c Download complete                                                                                                                        0.0s 
root@docker:~/dawarich# docker compose -f docker/docker-compose.yml up -d
[+] Running 4/5
 ✔ Network docker_dawarich     Created                                                                                                                     0.2s 
 ✔ Container dawarich_redis    Healthy                                                                                                                     8.0s 
 ✔ Container dawarich_db       Healthy                                                                                                                     8.0s 
 ⠋ Container dawarich_app      Waiting                                                                                                                    14.6s 
 ✔ Container dawarich_sidekiq  Created                                                                                                                     0.2s 
</code></pre>
]]></description><link>https://lemmy.cyber-neurones.org/post/676</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/676</guid><dc:creator><![CDATA[farias]]></dc:creator><pubDate>Mon, 15 Dec 2025 11:37:31 GMT</pubDate></item><item><title><![CDATA[Reply to dawarich (update) on Mon, 08 Dec 2025 09:02:19 GMT]]></title><description><![CDATA[<p dir="auto">Un reboot a fixé le problème …</p>
]]></description><link>https://lemmy.cyber-neurones.org/post/672</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/672</guid><dc:creator><![CDATA[farias]]></dc:creator><pubDate>Mon, 08 Dec 2025 09:02:19 GMT</pubDate></item><item><title><![CDATA[Reply to dawarich (update) on Mon, 08 Dec 2025 08:08:36 GMT]]></title><description><![CDATA[<p dir="auto">Misère.</p>
<pre><code>root@balkany:~# stat /
  File: /
  Size: 4096      	Blocks: 8          IO Block: 4096   directory
Device: 252,1	Inode: 2           Links: 18
Access: (0755/drwxr-xr-x)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2025-12-08 07:58:56.930114008 +0100
Modify: 2024-11-22 15:28:30.329094023 +0100
Change: 2024-11-22 15:28:30.329094023 +0100
 Birth: 2024-02-06 18:33:14.000000000 +0100
root@balkany:~# chmod 755 /
root@balkany:~# pct start 114 
safe_mount: 1334 Operation not permitted - Failed to mount "sysfs" onto "/usr/lib/x86_64-linux-gnu/lxc/rootfs/proc/sys"
lxc_mount_auto_mounts: 606 Operation not permitted - Failed to mount "sysfs" on "/usr/lib/x86_64-linux-gnu/lxc/rootfs/proc/sys" with flags 14
lxc_setup: 3901 Failed to setup first automatic mounts
do_start: 1277 Failed to setup container "114"
sync_wait: 34 An error occurred in another process (expected sequence number 3)
__lxc_start: 2127 Failed to spawn container "114"
startup for container '114' failed

</code></pre>
]]></description><link>https://lemmy.cyber-neurones.org/post/671</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/671</guid><dc:creator><![CDATA[farias]]></dc:creator><pubDate>Mon, 08 Dec 2025 08:08:36 GMT</pubDate></item><item><title><![CDATA[Reply to dawarich (update) on Mon, 08 Dec 2025 08:00:54 GMT]]></title><description><![CDATA[<p dir="auto">Misère.</p>
<pre><code># findmnt
TARGET                                                  SOURCE               FSTYPE      OPTIONS
/                                                       /dev/mapper/pve-root ext4        rw,relatime,errors=remount-ro
├─/sys                                                  sysfs                sysfs       rw,nosuid,nodev,noexec,relatime
│ ├─/sys/kernel/security                                securityfs           securityfs  rw,nosuid,nodev,noexec,relatime
│ ├─/sys/fs/cgroup                                      cgroup2              cgroup2     rw,nosuid,nodev,noexec,relatime
│ ├─/sys/fs/pstore                                      pstore               pstore      rw,nosuid,nodev,noexec,relatime
│ ├─/sys/fs/bpf                                         bpf                  bpf         rw,nosuid,nodev,noexec,relatime,mode=700
│ ├─/sys/kernel/debug                                   debugfs              debugfs     rw,nosuid,nodev,noexec,relatime
│ ├─/sys/kernel/tracing                                 tracefs              tracefs     rw,nosuid,nodev,noexec,relatime
│ ├─/sys/fs/fuse/connections                            fusectl              fusectl     rw,nosuid,nodev,noexec,relatime
│ ├─/sys/kernel/config                                  configfs             configfs    rw,nosuid,nodev,noexec,relatime
│ └─/sys/module/apparmor/parameters/enabled             udev[/null]          devtmpfs    rw,nosuid,relatime,size=115484328k,nr_inodes=28871082,mode=755,inode64
│   └─/sys/module/apparmor/parameters/enabled           udev[/null]          devtmpfs    rw,nosuid,relatime,size=115484328k,nr_inodes=28871082,mode=755,inode64
├─/proc                                                 proc                 proc        rw,relatime
│ └─/proc/sys/fs/binfmt_misc                            systemd-1            autofs      rw,relatime,fd=30,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=37068
│   └─/proc/sys/fs/binfmt_misc                          binfmt_misc          binfmt_misc rw,nosuid,nodev,noexec,relatime
├─/dev                                                  udev                 devtmpfs    rw,nosuid,relatime,size=115484328k,nr_inodes=28871082,mode=755,inode64
│ ├─/dev/pts                                            devpts               devpts      rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000
│ ├─/dev/shm                                            tmpfs                tmpfs       rw,nosuid,nodev,inode64
│ ├─/dev/mqueue                                         mqueue               mqueue      rw,nosuid,nodev,noexec,relatime
│ ├─/dev/hugepages                                      hugetlbfs            hugetlbfs   rw,relatime,pagesize=2M
│ └─/dev/null                                           udev[/null]          devtmpfs    rw,nosuid,relatime,size=115484328k,nr_inodes=28871082,mode=755,inode64
├─/run                                                  tmpfs                tmpfs       rw,nosuid,nodev,noexec,relatime,size=23103636k,mode=755,inode64
│ ├─/run/lock                                           tmpfs                tmpfs       rw,nosuid,nodev,noexec,relatime,size=5120k,inode64
│ ├─/run/user/65534                                     tmpfs                tmpfs       rw,nosuid,nodev,relatime,size=23103632k,nr_inodes=5775908,mode=700,uid=65534,gid=65534,inode64
│ ├─/run/credentials/systemd-sysusers.service           ramfs                ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
│ ├─/run/credentials/systemd-tmpfiles-setup-dev.service ramfs                ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
│ ├─/run/credentials/systemd-tmpfiles-setup.service     ramfs                ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
│ ├─/run/rpc_pipefs                                     sunrpc               rpc_pipefs  rw,relatime
│ ├─/run/user/0                                         tmpfs                tmpfs       rw,nosuid,nodev,relatime,size=23103632k,nr_inodes=5775908,mode=700,inode64
│ └─/run/credentials/systemd-journald.service           tmpfs                tmpfs       ro,nosuid,nodev,noexec,relatime,nosymfollow,size=1024k,nr_inodes=1024,mode=700,inode64,noswap
├─/etc/pve                                              /dev/fuse            fuse        rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other
├─/var/lib/lxcfs                                        lxcfs                fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
├─/srv/datastore2                                       /dev/sda             ext4        rw,relatime
└─/mnt/backup                                           /dev/sdc2            ext4        rw,relatime

</code></pre>
]]></description><link>https://lemmy.cyber-neurones.org/post/670</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/670</guid><dc:creator><![CDATA[farias]]></dc:creator><pubDate>Mon, 08 Dec 2025 08:00:54 GMT</pubDate></item><item><title><![CDATA[Reply to dawarich (update) on Mon, 08 Dec 2025 07:53:24 GMT]]></title><description><![CDATA[<p dir="auto">Aie …</p>
<pre><code># pct config 114
arch: amd64
cores: 2
description: &lt;div align='center'&gt;%0A  &lt;a href='https%3A//Helper-Scripts.com' target='_blank' rel='noopener noreferrer'&gt;%0A    &lt;img src='https%3A//raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/images/logo-81x112.png' alt='Logo' style='width%3A81px;height%3A112px;'/&gt;%0A  &lt;/a&gt;%0A%0A  &lt;h2 style='font-size%3A 24px; margin%3A 20px 0;'&gt;Docker LXC&lt;/h2&gt;%0A%0A  &lt;p style='margin%3A 16px 0;'&gt;%0A    &lt;a href='https%3A//ko-fi.com/community_scripts' target='_blank' rel='noopener noreferrer'&gt;%0A      &lt;img src='https%3A//img.shields.io/badge/&amp;#x2615;-Buy us a coffee-blue' alt='spend Coffee' /&gt;%0A    &lt;/a&gt;%0A  &lt;/p&gt;%0A%0A  &lt;span style='margin%3A 0 10px;'&gt;%0A    &lt;i class="fa fa-github fa-fw" style="color%3A #f5f5f5;"&gt;&lt;/i&gt;%0A    &lt;a href='https%3A//github.com/community-scripts/ProxmoxVE' target='_blank' rel='noopener noreferrer' style='text-decoration%3A none; color%3A #00617f;'&gt;GitHub&lt;/a&gt;%0A  &lt;/span&gt;%0A  &lt;span style='margin%3A 0 10px;'&gt;%0A    &lt;i class="fa fa-comments fa-fw" style="color%3A #f5f5f5;"&gt;&lt;/i&gt;%0A    &lt;a href='https%3A//github.com/community-scripts/ProxmoxVE/discussions' target='_blank' rel='noopener noreferrer' style='text-decoration%3A none; color%3A #00617f;'&gt;Discussions&lt;/a&gt;%0A  &lt;/span&gt;%0A  &lt;span style='margin%3A 0 10px;'&gt;%0A    &lt;i class="fa fa-exclamation-circle fa-fw" style="color%3A #f5f5f5;"&gt;&lt;/i&gt;%0A    &lt;a href='https%3A//github.com/community-scripts/ProxmoxVE/issues' target='_blank' rel='noopener noreferrer' style='text-decoration%3A none; color%3A #00617f;'&gt;Issues&lt;/a&gt;%0A  &lt;/span&gt;%0A&lt;/div&gt;%0A Remove the one or 2 lines %0A lxc.apparmor.profile%3A unconfined%0A lxc.mount.entry%3A /dev/null sys/module/apparmor/parameters/enabled none bind 0 0%0A
features: keyctl=1,nesting=1
hostname: docker
memory: 8048
net0: name=eth0,bridge=vmbr0,hwaddr=BC:24:11:F0:B9:2E,ip=dhcp,type=veth
onboot: 1
ostype: debian
rootfs: datastore2:114/vm-114-disk-0.raw,size=50G
swap: 1024
tags: community-script;docker
unprivileged: 1

</code></pre>
]]></description><link>https://lemmy.cyber-neurones.org/post/669</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/669</guid><dc:creator><![CDATA[farias]]></dc:creator><pubDate>Mon, 08 Dec 2025 07:53:24 GMT</pubDate></item></channel></rss>