Jump to content

allanp81

Members
  • Posts

    333
  • Joined

  • Last visited

Everything posted by allanp81

  1. The only difference I can see is that you have DHLEVEL set to 4096 whereas mine is set to 2048. I tried setting HTTPVAL to true and it still fails, albeit with a different error: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="letsencrypt" --net="bridge" --privileged="true" -e TZ="Europe/London" -e HOST_OS="unRAID" -e "EMAIL"="mine" -e "URL"="mine" -e "ONLY_SUBDOMAINS"="false" -e "DHLEVEL"="2048" -e "PUID"="99" -e "PGID"="100" -e "HTTPVAL"="false" -p 443:443/tcp -p 81:80/tcp -v "/mnt/cache/appdata/letsencrypt":"/config":rw linuxserver/letsencrypt 4ace7d0eb4e12f1e6fff297403f6ef2a77f6d8a317d9825d78ef0bb4069c322b
  2. -------------------------------------_ ()| | ___ _ __| | / __| | | / \| | \__ \ | | | () ||_| |___/ |_| \__/Brought to you by linuxserver.ioWe gratefully accept donations at:https://www.linuxserver.io/donations/-------------------------------------GID/UID-------------------------------------User uid: 99User gid: 100-------------------------------------[cont-init.d] 10-adduser: exited 0.[cont-init.d] 20-config: executing...[cont-init.d] 20-config: exited 0.[cont-init.d] 30-keygen: executing...using keys found in /config/keys[cont-init.d] 30-keygen: exited 0.[cont-init.d] 50-config: executing...2048 bit DH parameters presentNo subdomains definedE-mail address entered: myemailaddressDifferent sub/domains entered than what was used before. Revoking and deleting existing certificate, and an updated one will be createdusage:certbot [SUBCOMMAND] [options] [-d DOMAIN] [-d DOMAIN] ...Certbot can obtain and install HTTPS/TLS/SSL certificates. By default,it will attempt to use a webserver both for obtaining and installing thecertificate.certbot: error: argument --cert-path: No such file or directoryGenerating new certificateSaving debug log to /var/log/letsencrypt/letsencrypt.logPlugins selected: Authenticator standalone, Installer NoneObtaining a new certificateObtaining a new certificatePerforming the following challenges:http-01 challenge for mydomainWaiting for verification...Cleaning up challengesFailed authorization procedure.mydomain (http-01): urn:acme:error:connection :: The server could not connect to the client to verify the domain :: Fetching mydomain.well-known/acme-challenge/oRXMV_jiOZf46BZZIfcvf4OMbOHr9zF7cza7CIrY4zM: TimeoutIMPORTANT NOTES:- The following errors were reported by the server:Domain: mydomainType: connectionDetail: Fetchingmydomain/.well-known/acme-challenge/oRXMV_jiOZf46BZZIfcvf4OMbOHr9zF7cza7CIrY4zM:TimeoutTo fix these errors, please make sure that your domain name wasentered correctly and the DNS A/AAAA record(s) for that domaincontain(s) the right IP address. Additionally, please check thatyour computer has a publicly routable IP address and that nofirewalls are preventing the server from communicating with theclient. If you're using the webroot plugin, you should also verifythat you are serving files from the webroot path you provided.- Your account credentials have been saved in your Certbotconfiguration directory at /etc/letsencrypt. You should make asecure backup of this folder now. This configuration directory willalso contain certificates and private keys obtained by Certbot somaking regular backups of this folder is ideal.ERROR: Cert does not exist! Please see the validation error above. The issue may be due to incorrect dns or port forwarding settings. Please fix your settings and recreate the container
  3. Your post is a contradiction. You say you want to reset it to factory default but retain lots of configuration?
  4. https://linux.die.net/man/1/rsync Looks like you were right with the 1st command if I'm reading that page correctly.
  5. you can also add the -n option to do a dry run so you can see what changes it will make.
  6. User Scripts plugin and write yourself a simple rsync script.
  7. I've noticed a strange oddity on my Windows 7 VM. I generally see perfect latency, green across the board. If I copy large files from my Unraid server to the VM, I will get massively latency. This happens whether using bridged networking or even passing through a dedicated nic.
  8. Yes, from the tables it appears that slot isn't shared.
  9. Possibly, check out the manual page 38/39 for the table on what slots have shared resources: http://dlcdnet.asus.com/pub/ASUS/mb/LGA1150/MAXIMUS-VII-RANGER/E9798_maximus_vii_ranger_ug_v2_WEB.pdf?_ga=2.130645514.421542517.1509441315-176744399.1509441315
  10. I'm not familiar with SLI, but there's nothing in the BIOS settings that configures the PCI slots? Looking at the motherboard manual, the 1st PCI-E 3.0 slot is shared with the bottom PCI slot, and the 2nd GPU slot is shared with the top 1x slot. Are you running any other cards that may be sharing IRQs?
  11. Is the board thinking that you're trying to SLI the cards or something odd like that?
  12. I've tried several tuners via a Windows 7 VM and gave up on all of them. Passing through the tuners was fine but it would always drop signal and packets and basically unusable. I've tried several PCI-E tuners and also USB based tuners and all of them exhibited the same issue. I tried Windows and 10. What does seem to work fine though is a network tuner such as the HD Homerun Connect. I'm using that in conjunction with a Windows 7 VM running Mediaportal TV server and that's working great so far.
  13. You can use wake on lan via CA User Scripts. I do this and it works perfectly.
  14. I still want to run Windows 7 so I'll never be upgrading my CPU if I can avoid it.
  15. I figured it out, for some reason my overnight cron job to backup another server decided to start syncing to a location in /mnt/disks instead.
  16. I keep having this issue where I'm getting a full root that then stops things such as KVM from working. I cannot figure it out as it says that / is using 7.8Gb but can't tell me what files etc. is actually using it. It won't let me generate proper diagnostisc, probably due to no space. I was checking the space everyday since the last time and it was fine yesterday afternoon so something happened in the night to cause it again.
  17. Yep, completely agree. I had no end of problems passing through PCI or USB tuners. I ended up getting a HDHomerun connect network tuner and it works flawlessly with a Windows 7 VM.
  18. I've had bad ram pass memory checks when left for days but the problems went away the minute I removed the duff ram.
  19. Ok that's what I assumed would be the best option, thanks.
  20. I've been using the Duplicati docker and it works great but it seems to clog up the /tmp folder to the point where my VMs crashed and only a restart of the whole Unraid server got it working again. Are there any obvious issues if I just created a nightly script that simply clears the /tmp folder? Is there a built in way to do this? What if I just had it clear anything that's dup* from the /tmp folder?
  21. I use rsync with the CA User Scripts plugin. It wakes up my other server (is a Windows box currently but will be another Unraid at some point in the future). I wake up the other server using etherwake, check it's all up and running and mount the share then use rsync to sync folders that I specify in a list (text file). I did it this way as it's easier to add/remove paths. I set rsync to backup anything deleted on the target to a subdir with that days date and also log all activity to a log file, again named with the date. I then schedule to run every night. It also shuts down the Windows box once complete. If you wanted you could easily email you the log output as well. So far this method is working perfectly and has the added benefit of the backup directory on the target so that I have incremented deletion of files (simplisticly obviously). My next task is going to be to make it delete anything older than a week from the backup to prevent lack of space. For the original poster, I went into this with virtually zero knowledge of how rsync works so it's not that hard to pick up. Rsync with the -n command will also let you do a dry run so no changes are made. I used this functionality for the first 2-3 nights just so I could check it was working how I expected it to.
×
×
  • Create New...