realies

Members
  • Posts

    174
  • Joined

  • Last visited

  • Days Won

    1

realies last won the day on December 31 2017

realies had the most liked content!

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

realies's Achievements

Apprentice

Apprentice (3/14)

19

Reputation

  1. I want to use CUDA Toolkit and cuDNN in a Docker container but it appears that has to be installed on the host. Is there a way to add these as part of the driver installation? Classifier process output: 2024-03-11 22:45:37.214569: I tensorflow/core/platform/cpu_feature_guard.cc:193] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN) to use the following CPU instructions in performance-critical operations: AVX2 AVX512F AVX512_VNNI AVX512_BF16 FMA To enable them in other operations, rebuild TensorFlow with the appropriate compiler flags. Classifier process output: 2024-03-11 22:45:37.219343: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:975] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA node zero Classifier process output: 2024-03-11 22:45:37.219716: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libcudart.so.11.0'; dlerror: libcudart.so.11.0: cannot open shared object file: No such file or directory Classifier process output: 2024-03-11 22:45:37.219987: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libcublas.so.11'; dlerror: libcublas.so.11: cannot open shared object file: No such file or directory Classifier process output: 2024-03-11 22:45:37.220253: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libcublasLt.so.11'; dlerror: libcublasLt.so.11: cannot open shared object file: No such file or directory Classifier process output: 2024-03-11 22:45:37.220501: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libcufft.so.10'; dlerror: libcufft.so.10: cannot open shared object file: No such file or directory Classifier process output: 2024-03-11 22:45:37.220731: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libcurand.so.10'; dlerror: libcurand.so.10: cannot open shared object file: No such file or directory Classifier process output: 2024-03-11 22:45:37.220954: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libcusolver.so.11'; dlerror: libcusolver.so.11: cannot open shared object file: No such file or directory Classifier process output: 2024-03-11 22:45:37.221190: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libcusparse.so.11'; dlerror: libcusparse.so.11: cannot open shared object file: No such file or directory Classifier process output: 2024-03-11 22:45:37.221443: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libcudnn.so.8'; dlerror: libcudnn.so.8: cannot open shared object file: No such file or directory Classifier process output: 2024-03-11 22:45:37.221448: W tensorflow/core/common_runtime/gpu/gpu_device.cc:1850] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform. Skipping registering GPU devices...
  2. Get a VPN that supports port forwarding. I think IVPN is similar to Mullvad in terms of privacy, however with less nodes, but with port forwarding. Getting a VPS and self-hosting a WireGuard server is also an option, at times cheaper than a VPN subscription.
  3. In the Flash device settings: kernel /bzimage append amd_iommu=on iommu=pt pcie_acs_override=downstream,multifunction usbhid.quirks=0x0463:0xffff:0x08 initrd=/bzroot
  4. trying to make a ups shut up with `usbhid.quirks=0x0463:0xffff:0x08`, it appears however that usbhid.quirks parameters do nothing, is unraid overriding this somehow?
  5. I have a UPS on my router that I'd like to monitor using the NUT plugin. Please allow for: Running this plugin in parallel to the native UPS functionality Disabling the shutdown functionality
  6. @Pjrezai, browser cache works on local addresses too. @Corneloues, here's an XML that I have just verified works fine: <?xml version="1.0"?> <Container version="2"> <Name>soulseek</Name> <Repository>realies/soulseek</Repository> <Registry>https://hub.docker.com/r/realies/soulseek/</Registry> <Network>bridge</Network> <MyIP/> <Shell>sh</Shell> <Privileged>false</Privileged> <Support/> <Project/> <Overview/> <Category/> <WebUI/> <TemplateURL/> <Icon>http://www.slsknet.org/news/sites/default/files/slsk_bird.jpg</Icon> <ExtraParams>--restart unless-stopped</ExtraParams> <PostArgs/> <CPUset/> <DateInstalled>1693615037</DateInstalled> <DonateText/> <DonateLink/> <Requires/> <Config Name="Appdata" Target="/data/.SoulseekQt" Default="/mnt/user/appdata/soulseek" Mode="rw" Description="" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/soulseek</Config> <Config Name="Downloads" Target="/data/Soulseek Downloads" Default="" Mode="rw" Description="" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/soulseek</Config> <Config Name="PUID" Target="PUID" Default="" Mode="" Description="" Type="Variable" Display="always" Required="false" Mask="false">99</Config> <Config Name="PGID" Target="PGID" Default="" Mode="" Description="" Type="Variable" Display="always" Required="false" Mask="false">100</Config> <Config Name="Soulseek Port" Target="57620" Default="57620" Mode="tcp" Description="" Type="Port" Display="always" Required="true" Mask="false">57620</Config> <Config Name="noVNC Port" Target="6080" Default="" Mode="tcp" Description="" Type="Port" Display="always" Required="false" Mask="false">6080</Config> </Container>
  7. For me it only works via the local IP. Connecting from an external network however does not.
  8. It might not be advised to do manual changes, but you can't ssh into the server when the VPN is on without this change.
  9. It was added manually to wg0.conf. It allows port 22 to be accessible after starting the VPN. I think this is irrelevant and that it would be better if PostUp and PostDown values are not overwritten but mutated. For example the OS upgrade script could check if they exist in the current config file, and if they do, append '; /some/script/path/here' to the end of the line instead of replacing the whole line.
  10. One of the Docker containers got unresponsive in 6.12.1 and attempting to reboot to 6.12.2 got the machine stuck in an unknown state. Had to manually press the reset button.
  11. The Wireguard changes to this release locked me out of a remote server. This is because the interfaces properties PostUp and PostDown in the WG Interfaces config section are overwritten instead of appending the new config there. In my instance, PostUp=logger -t wireguard 'Tunnel WireGuard-wg0 started';/usr/local/emhttp/webGui/scripts/update_services PostDown=logger -t wireguard 'Tunnel WireGuard-wg0 stopped';/usr/local/emhttp/webGui/scripts/update_services Should have been PostUp=logger -t wireguard 'Tunnel WireGuard-wg0 started';ip rule add sport 22 table main;/usr/local/emhttp/webGui/scripts/update_services PostDown=logger -t wireguard 'Tunnel WireGuard-wg0 stopped';ip rule del sport 22 table main;/usr/local/emhttp/webGui/scripts/update_services
  12. How to add CUDA Toolkit and cuDNN?
  13. @-C-, the image is rebuilt regularly, it updates the dependancies that make it run. @Corneloues, are you sure there's no browser cache? I can't replicate the issue with the latest version.
  14. Why are users advised to regenerate WG configs?
  15. The EDAC module is missing from the latest 6.11 RC. Are there any plans for this to be added back? If yes, could the long awaited edac-util be included too?