Tuumke

Members
  • Posts

    81
  • Joined

  • Last visited

Everything posted by Tuumke

  1. I know have errors in my docker-compose.yml? line 77: mapping key "x-environment" already defined at line 72 line 83: mapping key "x-environment" already defined at line 72 line 83: mapping key "x-environment" already defined at line 77 71 # Common environment values 72 x-environment: &default-tz-puid-pgid 73 TZ: $TZ 74 PUID: $PUID 75 PGID: $PGID 76 77 x-environment: &projectsend-tz-puid-pgid 78 TZ: $TZ 79 PUID: $PUID 80 PGID: $PGID 81 MAX_UPLOAD: 5000 82 83 x-environment: &ls-dockermods-ping 84 DOCKER_MODS: linuxserver/mods:universal-package-install 85 INSTALL_PACKAGES: iputils-ping How do i go back to newer docker? I had 0 problems with the new one (maybe because i have 512gb memory) -edit- Looks like i need a newer docker-compose? -edit2- Think i didn't fix this before upgrading. Seems you can't use multiple x-environments but need to make them unique. Never looked into this before my 5 day leave 😛
  2. I haven't updated the parity check tuning plugin (still on 2022.12.05) and also have the issue of not being able to login anymore -edit- Also, when trying to update that plugin: plugin: updating: parity.check.tuning.plg plugin: downloading: parity.check.tuning-2023.02.10.txz ... plugin: parity.check.tuning-2023.02.10.txz download failure: Invalid URL / Server error response Executing hook script: post_plugin_checks -edit2- a reboot of the system resolved it for me (not having updated the plugin). Don't think it's related to the plugin -edit-3 Come to think of it, i think i was trying to SSH into my VM which wasn't powered on... So not 100% sure with the above
  3. Hey guys, I got my dedicated machine at Hetzner up and running for a while now. Thought i'd play with a VM for the first time on Unraid. As soon as i launched it, i got an e-mail from hetzner support saying they see a macadress on my public IP that doesn't belong there. So shut it down and deleted it again. After doing some research, i understand that i needed an extra public IP address, linked to a provided (by hetzner) macaddress. So i did, bought a mac+pubip with hetzner, assigned it to a VM and it now has it's own public IP address. The strange thing is, that i cannot access it from the outside, just the VNC console. There is no firewall active on the hetzner dasbhoard, i made sure it's disabled. Are there any things i need to do on Unraid to make it possible to VNC or even SSH into the VM?
  4. Just updated from 6.11.1 to 6.11.5. Will post if anything is wrong
  5. @jbreed you still maintaining this docker?
  6. Guess that makes sense. It's the Accumilation duration? That's set to 1 hour: This is a "new" setup. So all parity should be pretty default?
  7. Thanks for your reply. I though i had deinstalled nerdpack! Thanks for noticing. I did sometimes need to manually unrar files, so i used unrar. But have that installed now via a package manually as explained in the threads. What things could cause the parity check to pause? -edit- My parity check was planned on Sundays, 02:00 and Mover daily on 03:40. Think that might have been it? Changed mover to 01:00. See if that works
  8. I've attached a diagnostic package. It keeps happening each time! I just don't understand why. thebox-diagnostics-20221030-1417.zip
  9. Seems it wouldn't do this if i selected GPU to me my onboard card? Now set to Virtual and i got the KVM/VNC options.
  10. If i stop array and set parity 2 to "none" it says missing disk? I can choose this option:
  11. How do you KVM to a new VM? I tried to create a VM and it was started, but i had no option to open a console or anything.
  12. I had setup my new dedicated (hetzner) machine to use 2 parity disks. Is it possible to go back to 1 parity disk? Or will that break my system
  13. I have not tried that latest release on 6.11.0. Have you updated unRAID yet? I have but not the docker container I have too much in que still since this is a new server
  14. unrar is one i found missing now -edit- Fixed it: ssh session on Unraid: cd /boot mkdir extra cd extra wget https://slack.conraid.net/repository/slackware64-current/unrar/unrar-6.1.7-x86_64-1cf.txz pkginstall unrar-6.1.7-x86_64-1cf.txz
  15. I didn't know. Now what? How do i get this back to working?
  16. I had issues with SAB vpn connection. The startup of the container is so super slow! Switched to binhex/arch-sabnzbdvpn:3.5.3-1-03 and that worked like a charm? It also made my system feel super sluggish.
  17. I hadn't, no. I'm assuming top directory is / ? root@thebox:/# iotop.py -bash: iotop.py: command not found root@thebox:/#
  18. root@thebox:/mnt/user/system/docker# ln /usr/bin/python3 /usr/bin/python root@thebox:/mnt/user/system/docker# python --version Python 3.9.6 root@thebox:/mnt/user/system/docker# iotop No module named 'iotop' To run an uninstalled copy of iotop, launch iotop.py in the top directory root@thebox:/mnt/user/system/docker# Tried reinstalling iotop, didnt work
  19. Any idea how to fix iotop? root@thebox:/# iotop -bash: /usr/sbin/iotop: /usr/bin/python: bad interpreter: No such file or directory root@thebox:/# python3 --version Python 3.9.6
  20. Is there anyone who has a docker-compose available for this? -edit- Nvm, found Need to learn to search first
  21. You order your server at Hetzner and add a 16gb USB drive. If you already have a server there, you can create a ticket to get one. - If you order a server with USB stick, create a support ticket to have a KVM hooked up since you need to go into bios to set the USB drive as default boot disk (Leave pxe boot as first option!) - If you already have one and order the USB via ticket, also ask for a KVM hookup to set the 2nd boot (1st is pxe! Leave it) to USB Once you have confirmation it's in, you go into the rescue mode. Once in rescue mode, you format the USB drive to FAT32, and label it UNRAID. Mount it to a directory, for example /tmp/UNRAID_USB_DRIVE. Download Unraid installer in that folder, unzip it (remove the zip) and run the make_bootable_linux file. Reboot, point a browser towards your IP adress and you should be able to set it up via GUI. I'm in the process of finishing my setup just now. Totally forgot to reply to this. Firewall is completely open by default. Did you change anything?
  22. It seems to work to login with a key. I removed the password in my entry and only selected used the authrized_keys line in the sshd_config. But for some reason, even after changing PasswordAuthentication yes PermitEmptyPasswords yes to PasswordAuthentication no PermitEmptyPasswords no and executing a from the GUI web terminal, i can still login with a password only... -edit- Just rebooted the machine. On boot i can still login with just root+password (had copied the sshd_config file to /boot/config/ssh/ -edit2- Seem to have fixed it: Change # Change to no to disable s/key passwords #KbdInteractiveAuthentication no to # Change to no to disable s/key passwords KbdInteractiveAuthentication no