danith

Members
  • Posts

    38
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

Recent Profile Visitors

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

danith's Achievements

Noob

Noob (1/14)

1

Reputation

  1. Is there a way to stop the steamcmd from auto-updating the app? It auto-updated 7 days to die when the docker was restarted and broke our darkness falls + sorcery save.
  2. How do I add command line options to the executable the docker is launching? I thought it was the Post Arguments field but it doesn't seem to be working. I'm using the Insurgency Sandstorm docker and trying to add the tokens that allow stats. I have post arguments as: -GSLTToken=XXX -GameStatsToken=xxx -GameStats -ruleset=OfficialRules The docker command is: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='InsurgencySandstorm' --net='bridge' -e TZ="America/Chicago" -e HOST_OS="Unraid" -e 'GAME_ID'='581330' -e 'SERVER_NAME'='DanithServer' -e 'GAME_PARAMS'='Oilfield?Scenario=Scenario_Refinery_Checkpoint_Insurgents?MaxPlayers=8' -e 'USERNAME'='' -e 'VALIDATE'='' -e 'PASSWRD'='' -e 'GAME_PORT'='27102' -e 'QUERY_PORT'='27131' -e 'UID'='99' -e 'GID'='100' -p '27102:27102/udp' -p '27131:27131/udp' -v '/mnt/user/appdata/steamcmd':'/serverdata/steamcmd':'rw' -v '/mnt/cache/appdata/insurgencysandstorm':'/serverdata/serverfiles':'rw' --restart=unless-stopped 'ich777/steamcmd:insurgencysandstorm' -GSLTToken=XXX -GameStatsToken=XXX -GameStats -ruleset=OfficialRules 31ee23b0a1903d3f3a81b8b73459ffb34785cbb2342344f21f4255478bb7f5cd When it launches, the log has the error: LogGameStatsServer: Display: GameStatsServer INIT: No authentication provided, -GameStatsToken= required for statistics collection, and I've tried moving the flags around with no change. Whats the proper way of making it launch with extra command line options?
  3. You may need to create a static DHCP reservation on your routers side to access via the host name, or it's something with IPv6. I've had a similar issue where sometimes it worked, sometimes it wouldn't. When I did a nslookup, I saw that windows was querying my ISP's nameserver via IPv6 and returning a wrong address. I eventually just turned off IPv6 on my routers side, the ISP kept hijacking the queries and I couldn't figure out how to have my router be the nameserver for IPv6. I'm not a network guy though so I probably have it all wrong, but once I turned off IPv6 on the router, I haven't had any issue accessing my unraid box by the hostname.
  4. Was looking at getting this case because everytime I open my existing case to work on things I get more and more old plastic breaking off. Does anyone use a 980TI or a full-size graphic card in this case? Looking it it, I'm wondering if it would be a bit tight or not fit at all. edit, nevermind.. I was looking at the CS, not the DS
  5. To maybe help someone.. and me when I run into this again.. this is if this error is coming up - neither stdin nor stderr are a tty device and you have neither a controlling tty nor systemd - can't ask for 'Enter Private Key Password:'. If you used --daemon, you need to use --askpass to make passphrase-protected keys work, and you can not use --auth-nocache. If I tried added --askpass /path/to/file to the VPN_OPTIONS variable, it would enclose it with single quotes when it tried to start openvpn - /usr/bin/openvpn --daemon --reneg-sec 0 --mute-replay-warnings --auth-nocache --setenv VPN_PROV 'custom' --setenv DEBUG 'true' --setenv VPN_DEVICE_TYPE 'tun0' --setenv VPN_REMOTE 'vpn.vpnservicer.com' --script-security 2 --up /root/openvpnup.sh --up-delay --up-restart --writepid /root/openvpn.pid --remap-usr1 SIGHUP --log-append /dev/stdout --pull-filter ignore 'up' --pull-filter ignore 'down' --pull-filter ignore 'route-ipv6' --pull-filter ignore 'ifconfig-ipv6' --pull-filter ignore 'tun-ipv6' --pull-filter ignore 'persist-tun' --pull-filter ignore 'reneg-sec' --remote 52.75.25.76 1282 udp --remote-random --keepalive 10 60 --auth-user-pass credentials.conf '--askpath /path/to/file' --cd /config/openvpn --config '/config/openvpn/myvpn.ovpn' If I went into the docker terminal and ran that exact command without the single quotes around askpath, it worked fine. I struggled with how to remove those single-quotes for awhile but then found an easier way of getting it working. Use the terminal and navigate to where your cert files are Run the command: openssl rsa -in yourkey.key -out yourkey_withoutpass.key It will ask you for your passpharse, you enter it in and it will generate a new certificate without the passphrase. Then you just edit your .ovpn file with the new key and it should work.
  6. I thought balance-alb didn't need any special hardware. I have the cables going into a d-link 8 port unmanaged switch (DGS-108) but I keep getting these "kernel: br0: received packet on bond0 with own address as source address" errors in the log like every 10 seconds. Should I just forget about bonding?
  7. This seems to be restricted to ETH0. Is it possible to also detect/add ETH1 and BR0? I tried adding them (per https://unix.stackexchange.com/questions/160161/munin-is-not-showing-all-ethernet-ports you need to make some symlinks in /etc/munin/plugins/ ) but changes aren't being saved when I commit and run the new container :\
  8. Looks like to change to a specific version you add the version you want in the Repository line - i.e. binhex/arch-delugevpn:1.3.14-1-05 It works if I go back to 1.3.14-1-05 but after that it doesn't. I think I'll stay on this version for now, until I see the VPN place make a new cert.
  9. I updated the container and now just get Mon May 15 22:31:35 2017 VERIFY ERROR: depth=0, error=CA signature digest algorithm too weak: C=US, ST=NY, L=New York, O=vpnsecure.me, OU=Office, CN=vpnsecure-server, [email protected] Mon May 15 22:31:35 2017 OpenSSL: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed Mon May 15 22:31:35 2017 TLS_ERROR: BIO read tls_read_plaintext error Mon May 15 22:31:35 2017 TLS Error: TLS object -> incoming plaintext read error Mon May 15 22:31:35 2017 TLS Error: TLS handshake failed Mon May 15 22:31:35 2017 SIGUSR1[soft,tls-error] received, process restarting I think it's because of what they talk about in here https://bugs.archlinux.org/task/53831 . Although when I look at my certs they say Signature Algorithm/Signature hash algorithm SHA256 thumprint algorithm sha1 Is there a way to revert back to the previous version?
  10. do you have the rom file parameter in the VM? When I stopped specifying a external rom file for my 750Ti, my VM started performing like shit and weird stuff would happen (notification service didn't load, startup and shutdown times were a lot longer). When I put the line back in the XML, stuff went back to normal.
  11. Don't really want to make a new thread for a quick question.. the current VM storage location is on my drive pool - /mnt/user/Virtual_Machines/ Can I copy the contents to where I mount the new drive (thinking /mnt/VM_Disk) and then change the VM storage location to the new path and will my existing VM still show up, or is there another config file I need to change? edit - nevermind, found this.
  12. alright, thanks everyone. I'll just make it XFS
  13. I just received a 500gb SSD that I'm going to use for the VM's on my unRaid box and I'm going to leave it out of the array and use the unassigned devices plugin to mount it and such. Is there a recommended file system for the VM store? I believe I read that btrfs is a bad ideal. Since the unassigned disks plugin looks like it supports ext4, I was thinking of doing that.
  14. I just migrated my unraid box to bare metal and turned on VM support, I'm also getting these errors. Motherboard is a Gigabyte 990FXA-UD3