AndersT

Members
  • Posts

    4
  • Joined

  • Last visited

AndersT's Achievements

Noob

Noob (1/14)

1

Reputation

  1. I don't have this installed, but this might help describe the process to see what's available in a container. @Corneloues The shell interpreter (bash, sh , zsh, csh) has nothing to do with your package availability (e.g., curl, netstat). I think you aren't getting into the container properly if you don't see `curl` because that exact binary is used within the ubuntu base docker container itself here during the pkg install. The simplest webGUI way is to right click on the soulseek container and select "_> Console". Once that new window pops up, `which curl` should show you the exact path it's installed and available to you. If you want full CLI, here's an example how to go into a specific container environment using the deluge-vpn. To have an operational VPN there (not just installed), you'll need to have non-default username and password setup with a provider - I think all cost money. # View containers that have case insensitive "vpn" (here you'd want "seek" or something similar) docker ps -a | grep -i vpn 8c7a8bc6f19b binhex/arch-delugevpn "/usr/bin/dumb-init …" 4 weeks ago Up 2 days 0.0.0.0:8112->8112/tcp, :::8112->8112/tcp, 0.0.0.0:8118->8118/tcp, :::8118->8118/tcp, 0.0.0.0:58846->58846/tcp, :::58846->58846/tcp, 0.0.0.0:58946->58946/tcp, :::58946->58946/tcp, 0.0.0.0:58946->58946/udp, :::58946->58946/udp binhex-delugevpn ea0fd9c974c6 binhex/arch-rtorrentvpn "/usr/bin/tini -g --…" 14 months ago Exited (0) 4 weeks ago binhex-rtorrentvpn # Identify the specific container hash ID (deluge-vpn in this case but you'd switch to soulseek) "8c7a8bc6f19b" docker exec -it 8c7a8bc6f19b bash # Now you're *IN" the container! Try to see which binaries are pre-installed and available which curl which netstat # The `which` command gives a path if it's available, otherwise it'll print nothing (just a newline). So in deluge-vpn, you'll see: /usr/sbin/curl /usr/sbin/netstat # If there's a weird pkg you need unavailable, we know from the Dockerfile it's using Ubuntu here, which uses the apt package manager, so you can just `sudo apt install NAME` to install something new like "netstat" or "curl". @realies AFAIK there's no way to see the Dockerfile on dockerhub, right? So my assumption might be incorrect in what you have on GH vs DH?
  2. @SmartPhoneLover Your GH repo for the docker templates is no longer available. Did you mean to wipe it or maybe put to private accidentally? "My Repository: https://github.com/SmartPhoneLover/unraid-docker-templates" no longer is available, so I cannot add it to the `/boot/config/plugins/dockerMan/template-repos` file for use.
  3. Thanks, how'd johnnieblack retain your user history with the new forum login requirements? I'll post Diags tomorrow when kid isn't watching from it.
  4. I have a working setup (UNRAID v6.12.4 - latest) with an older M5A99FX PRO R2.0 mobo (AM3+ socket) [PDF manual], and I'm trying to replace cache HHDs with NVMe to free up precious real estate in my 4U chassis. When I add PCIe cards for NVMe disks, I'm having a ton of issues, and I'm most after a 4+ NVMe card that boots and recognized all disks. I have 2 cards and both boot fine in a different chassis setup with a different OS, so I know they work but trying to figure out if it's a hardware or software issue. SuperMicro AOC-SHG3-4M2P (full height PCIe 3.0, x8, 4 M.2 disks, $200 new) :: halts boot without any disk Supermicro AOC-SLG3-2M2 (low-profile PCIe 3.0, x8, 2 M.2 disks, $60 new) :: boots OK in this unraid setup but only picks up 1 of 2 disks Page 21 in mobo PDF (1-7) shows I've just tried the bottom slot ("PCIEX16_4") with empty disks and 1 disk at each slot, then 2 disks at each slot combos. I've tried to attach the pic below too. NVMe is very new to me, and I read about bifurcation but don't understand it well. Do these cards need the equivalent of "IT Mode" put on them to boot best or is there a hardware compatibility issue with my mobo? The other 3 cards I have on PCIe are: HBA LSI SAS-9207-8e (PCIe 3.0, x8, IT Mode, $50 used) LSI SAS-9201-8i (PCIe 2.0, x8, IT Mode, $50 used) LSI SAS-9201-8i (PCIe 2.0, x8, IT Mode, $50 used)