shiarua

Members
  • Posts

    11
  • Joined

  • Last visited

Everything posted by shiarua

  1. Well, looking through the source, I guess I could just make some wrapper scripts around the bunker script for exporting hash files and running the verification checks. Seems like a feasible workaround.
  2. Dont know if this has been asked before, but would it be possible to set the location of the export, logs, and saved folders? (mainly the export folder). I dont like the idea of having the entire list of files/hashes stored in plain text on the flash drive. I'd much rather have the option to store it somewhere on my encrypted cache/array and just exclude it. I thought I could maybe just create a folder symlink for those folders, but you can't create symlinks on a FAT32 formatted (flash) drive.
  3. Is it possible to add a custom config for TMUX? I'd like to set one up but I'm unsure of where to add it where it will persist through a reboot.
  4. Hi all, Im in the process of preclearing three (3) 10tb drives to replace my existing array. Currently, I have the following configuration: 2x3tb drives (1 parity, 1 data) and 2 SSDs in cache pool. Array is encrypted xfs. I recently removed two 3tb drives from the array without replacing them because they were failing and I moved all the data off them Basically, I would like to start with a fresh array (10tb parity, 2x10tb data) and move the data over from the 3tb drive with the data on it. What I'm thinking of doing is running a "New config" with the 10tb drives in place which will also keep the xfs encryption with the same passphrase and using the unassigned devices plugin to mount the encrypted xfs 3tb drive and then copy the data over. Will this work as I think it will? UD seems to be able to mount encrypted drives as long as the passphrase for the encrypted drive is the same as the array passphrase, but I havent tested this. Otherwise, I was thinking I could run the new config with the 3tb drive as a 3rd drive in the data array, have it build the parity, copy over the data to one of the 10tb drives with the unBalance plugin or via Krusader, then remove the 3tb drive and run new config again. However, I feel like this will take longer due to rebuilding the parity drive multiple times. How would you guys go about doing this?
  5. Necro bump. Now that its nearly 3 years later from the original post, has unraid added SLI support in VMs? What about the upcoming NVLINK?
  6. Thanks! Thought I deleted this thread because I actually found a guide here on the forum and passed through an entire controller. Plug and play seems to be working fine for all the USB ports for that specific controller. I will check out that plugin though :)
  7. Hi all, New to running VMs on unRAID but got a Windows 10 VM up and running with GPU passthrough (nVidia GTX680) and got my sound card passed through as well (Asus Xonar Essence STX) with a little manual editing of the VM xml. I have a cheap wireless usb mouse/trackpad combo from Logitech that is working just fine as a pass through. However, I want to use my Logitech G903 and Corsair K95 RGB through a Ugreen USB 3.0 hub/switch which I use to switch between multiple computers. Here is the Hub -> https://www.ugreen.com/product/UGREEN_4_Port_2_Computers_USB_3_Sharing_Switch-en.html When I edit the VM, I can see the mouse and keyboard available, but when I select them and try to start the VM, they disappear and the VM fails to start. Here is my USB device list: Bus 002 Device 004: ID 046d:c52b Logitech, Inc. Unifying Receiver Bus 002 Device 003: ID 054c:02a5 Sony Corp. MicroVault Flash Drive Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 009 Device 007: ID 1b1c:1b2d Corsair Bus 009 Device 006: ID 046d:c53a Logitech, Inc. Bus 009 Device 005: ID 05e3:0610 Genesys Logic, Inc. 4-port hub Bus 009 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 010 Device 003: ID 05e3:0612 Genesys Logic, Inc. Hub Bus 010 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 008 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 007 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Im sure the Hub is 05e3:0610 and 05e3:0612 but this does not show up at all Does anyone have any idea how I can get this working? Also, is it possible to assign specific physical usb ports to a VM and somehow enable plug and play? Since I need to switch usb devices between machines, this would be helpful. Thank you
  8. Now testing ruTorrent, saving the config does not work either
  9. Hi there, I'm trying to set this up with the Flood UI but none of my settings seem to be getting saved. Here's how I'm running the container. I don't need any of the VPN stuff so I got rid of all the additional env variables. I also included the docker log from the container creation. It just doesnt seem like any of my changes are getting saved to the rtorrent.rc config file. If I manually edit the rc config file and restart the container, Flood reads the changes. Any ideas? docker run -d \ --cap-add=NET_ADMIN \ -p 3000:3000 \ --name=test-rtorrent \ --hostname=test-rtorrent \ -v /home/shiarua/Torrents/Test/data:/data \ -v /home/shiarua/Torrents/Test/config:/config \ -v /etc/localtime:/etc/localtime:ro \ -e VPN_ENABLED=no \ -e ENABLE_FLOOD=yes \ -e DEBUG=true \ -e PHP_TZ="America/Chicago" \ -e UMASK=000 \ -e PUID=1000 \ -e PGID=1000 \ binhex/arch-rtorrentvpn Created by... ___. .__ .__ \_ |__ |__| ____ | |__ ____ ___ ___ | __ \| |/ \| | \_/ __ \\ \/ / | \_\ \ | | \ Y \ ___/ > < |___ /__|___| /___| /\___ >__/\_ \ \/ \/ \/ \/ \/ https://hub.docker.com/u/binhex/ 2017-10-11 12:54:58.167530 [info] System information Linux test-rtorrent 4.10.0-37-generic #41~16.04.1-Ubuntu SMP Fri Oct 6 22:42:59 UTC 2017 x86_64 GNU/Linux 2017-10-11 12:54:58.202901 [info] PUID defined as '1000' 2017-10-11 12:55:15.723617 [info] PGID defined as '1000' 2017-10-11 12:55:15.843902 [info] UMASK defined as '000' 2017-10-11 12:55:15.884957 [info] Setting permissions recursively on volume mappings... 2017-10-11 12:55:15.931268 [info] VPN_ENABLED defined as 'no' 2017-10-11 12:55:15.977349 [warn] !!IMPORTANT!! You have set the VPN to disabled, you will NOT be secure! chsh: Shell not changed. Changing shell for nobody. 2017-10-11 12:57:05.484532 [info] Starting Supervisor... 2017-10-11 12:57:05,901 CRIT Set uid to user 0 2017-10-11 12:57:05,901 INFO Included extra file "/etc/supervisor/conf.d/rtorrent.conf" during parsing 2017-10-11 12:57:05,908 INFO supervisord started with pid 7 2017-10-11 12:57:06,923 INFO spawned: 'flood-script' with pid 57 2017-10-11 12:57:06,931 INFO spawned: 'start-script' with pid 58 2017-10-11 12:57:06,943 INFO spawned: 'rtorrent-script' with pid 59 2017-10-11 12:57:06,949 INFO spawned: 'rutorrent-script' with pid 60 2017-10-11 12:57:06,953 INFO spawned: 'privoxy-script' with pid 64 2017-10-11 12:57:06,954 INFO reaped unknown pid 8 2017-10-11 12:57:06,955 DEBG fd 16 closed, stopped monitoring <POutputDispatcher at 139650007663320 for <Subprocess at 139650007932656 with name start-script in state STARTING> (stderr)> 2017-10-11 12:57:06,956 DEBG 'start-script' stdout output: [info] VPN not enabled, skipping configuration of VPN 2017-10-11 12:57:06,956 INFO exited: start-script (exit status 0; expected) 2017-10-11 12:57:06,957 DEBG received SIGCLD indicating a child quit 2017-10-11 12:57:06,958 DEBG 'flood-script' stdout output: [info] Flood enabled, waiting for rTorrent to start... 2017-10-11 12:57:06,958 INFO success: flood-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2017-10-11 12:57:06,958 INFO success: rtorrent-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2017-10-11 12:57:06,959 INFO success: rutorrent-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2017-10-11 12:57:06,962 INFO success: privoxy-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2017-10-11 12:57:06,962 DEBG 'rtorrent-script' stdout output: [info] rTorrent config file doesnt exist, copying default to /config/rtorrent/config/... 2017-10-11 12:57:06,963 DEBG 'privoxy-script' stdout output: [info] Privoxy set to disabled 2017-10-11 12:57:06,963 DEBG fd 27 closed, stopped monitoring <POutputDispatcher at 139650007462544 for <Subprocess at 139650007929344 with name privoxy-script in state RUNNING> (stdout)> 2017-10-11 12:57:06,963 DEBG fd 31 closed, stopped monitoring <POutputDispatcher at 139650007903048 for <Subprocess at 139650007929344 with name privoxy-script in state RUNNING> (stderr)> 2017-10-11 12:57:06,963 INFO exited: privoxy-script (exit status 0; expected) 2017-10-11 12:57:06,964 DEBG received SIGCLD indicating a child quit 2017-10-11 12:57:06,964 DEBG 'rtorrent-script' stdout output: [info] VPN not enabled, skipping VPN tunnel local ip/port checks [info] Removing any rtorrent session lock files left over from the previous run... 2017-10-11 12:57:06,965 DEBG 'rtorrent-script' stdout output: [info] Attempting to start rTorrent... 2017-10-11 12:57:06,967 DEBG 'rutorrent-script' stdout output: [info] Flood enabled, preventing ruTorrent Web UI from starting... 2017-10-11 12:57:06,968 DEBG fd 26 closed, stopped monitoring <POutputDispatcher at 139650007464704 for <Subprocess at 139650007931144 with name rutorrent-script in state RUNNING> (stderr)> 2017-10-11 12:57:06,968 DEBG fd 22 closed, stopped monitoring <POutputDispatcher at 139650007464992 for <Subprocess at 139650007931144 with name rutorrent-script in state RUNNING> (stdout)> 2017-10-11 12:57:06,968 INFO exited: rutorrent-script (exit status 0; expected) 2017-10-11 12:57:06,968 DEBG received SIGCLD indicating a child quit 2017-10-11 12:57:07,499 DEBG 'flood-script' stdout output: [info] rTorrent started, configuring Flood... 2017-10-11 12:57:07,500 DEBG 'flood-script' stdout output: [info] Flood config file /config/flood/config/config.js doesnt exist, copying from container... 2017-10-11 12:57:07,505 DEBG 'flood-script' stdout output: [info] Copying Flood config file /config/flood/config/config.js back to container... 2017-10-11 12:57:07,509 DEBG 'flood-script' stdout output: [info] Starting Flood...
  10. New to docker here, but had a question about the port configuration. I plan on running multiple instances of this docker container for various trackers. As such, I wanted to give access to the LAN subnet to each container. So I created a macvlan and started the container with the following options. I assume I dont need to specify the -p 8112:8112 and the other port options since the container is directly on the LAN, correct? I am able to access the webUI just fine through my browser on a different machine on the LAN (you cannot access the container over the network on the HOST machine when you use macvlan) Does this look okay? Thanks! docker network create -d macvlan --subnet=192.168.2.0/24 --gateway=192.168.2.1 -o parent=ens18 dockervlan docker run -d \ -h <hostname of container> \ --net=dockervlan \ --ip=<ip of container on subnet> \ --name=<name of container> \ -v <path_to_data>:/data \ -v <path_to_config>:/config \ -v /etc/localtime:/etc/localtime:ro \ -e UMASK=000 \ -e PUID=<my puid> \ -e PGID=<my pgid> \ binhex/arch-deluge Above I set a unique hostname and IP for each new container I create