Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

danith

Members
  • Joined

  • Last visited

  1. I recently downloaded jetAudio for my phone as I was looking for a music player that supports network drives. When I try to connect to my shares, I get the error in the subject. Jul 5 20:18:59 Dave-San smbd[26532]: [2024/07/05 20:18:59.282869, 0] ../../libcli/smb/smb2_signing.c:722(smb2_signing_check_pdu) Jul 5 20:18:59 Dave-San smbd[26532]: Bad SMB2 (sign_algo_id=1) signature for message Jul 5 20:18:59 Dave-San smbd[26532]: [2024/07/05 20:18:59.283042, 0] ../../lib/util/util.c:571(dump_data) Jul 5 20:18:59 Dave-San smbd[26532]: [0000] 00 1B EB 39 83 DA 71 2A 06 0A F0 8C 92 32 12 B9 ...9..q* .....2.. Jul 5 20:18:59 Dave-San smbd[26532]: [2024/07/05 20:18:59.283094, 0] ../../lib/util/util.c:571(dump_data) Jul 5 20:18:59 Dave-San smbd[26532]: [0000] D8 7F 27 10 68 86 F3 8C 4F 6A F0 EA 41 DE BF 84 ..'.h... Oj..A... Haven't had this error pop up before and I can connect to the shares via my windows and linux devices. Any ideas? Is the samba implementation on this jetAudio app just broken, or is there a config change I need to do? I do have these extra config options set - socket options=SO_RCVBUF=131072 SO_SNDBUF=131072 TCP_NODELAY min receivefile size = 16384 use sendfile = true aio read size = 16384 aio write size = 16384 edit - on Unraid 6.12.10 2024-04-03 edit 2- you know what, vlc for android can make a connection just fine. I'll just use that
  2. 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.
  3. 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?
  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. 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.
  7. 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?
  8. Yup! After a bunch of googling I ran into this page http://stackoverflow.com/questions/11240184/pass-private-key-password-to-openvpn-command-directly-in-ubuntu-10-10 which said the --askpass <password file> thing was added in openvpn 2.0 beta so I tried it out and it worked. I can get logs with it off and on if you need them. Maybe you can add that flag as a part of the docker container?
  9. For anyone else with this, make a file with the password in /config/openvpn/, then in the docker settings set the VPN_OPTIONS key to --askpass /config/openvpn/<file with the password in it>
  10. I've read a whole bunch of this thread and I can't figure this out. I'm trying to connect to my provider - VPNSecure.me .. edit: figured out that output that was here before.. problem was I changed some variables and it reloaded the docker and replaced all the certs and stuff. But now I'm getting this error [debug] Waiting for valid IP address from tunnel... Tue Apr 4 18:19:50 2017 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts Tue Apr 4 18:19:50 2017 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. Tue Apr 4 18:19:50 2017 Exiting due to fatal error how do I un-password protect a cert
  11. Just a quick question. Right now in sabnzbd I have the 'movies' category move the downloads to my movie folder. I assume with Radarr, I was to just leave the downloaded movies in the download folder as Radarr will move it to my movies folder, right?
  12. Any idea how to fix my crashplan log being filled with - runsvdir /etc/service: warning: time warp: resetting time stamp. It annoys me
  13. Ah shoot. Upgraded unRAID to beta15 and forgot about this plugin. Getting 'Plugin was built for Kernel 3.18.5 but you have 3.19.4' Any update coming?

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.