Jump to content

slughappy1

Members
  • Posts

    34
  • Joined

  • Last visited

Everything posted by slughappy1

  1. Fair point. I think what I want to do is to use luckyBackup after I make the initial backup. As I tend to forget exact commands, or to actually run the backups. Seeing the container, and setting up a schedule, would probably work better for me than if I try to do it myself going forward. Thanks for your quick and helpful responses @ich777
  2. Not sure why I didn't connect CRON with making a schedule....but that now makes sense. Is there any reason why I couldn't use the rsync command that it came up with, use a few terminals, and execute the command more that once? Then when it all finished, use luckyBackup as the main scheduled backup going forward? Terminal 1 rsync -h --progress --stats -r -tgo -P -| -D --update --protect-args -e "ssh -i /root/.ssh/id_rsa -p 22" /mnt/user/share1 [email protected]:/mnt/user/share1 Terminal 2 rsync -h --progress --stats -r -tgo -P -| -D --update --protect-args -e "ssh -i /root/.ssh/id_rsa -p 22" /mnt/user/share2 [email protected]:/mnt/user/share2 Terminal 3 rsync -h --progress --stats -r -tgo -P -| -D --update --protect-args -e "ssh -i /root/.ssh/id_rsa -p 22" /mnt/user/share3 [email protected]:/mnt/user/share3
  3. So it's inherently single threaded, but when using a schedule I could have it start multiple simultaneous single threaded backups and effectively get multi-thread? Is Console Mode required to be used because it executes without the need of the GUI? Otherwise only one can run because only one GUI exists?
  4. Hello, Is there a way for luckyBackup to run multiple threads/backups at once? I have around 18 TB that I want to backup to another unraid server. Currently I have a backup running, but it would seem that it's currently going to take almost 11 days to finish. I'd also like to take the primary server offline for some hardware changes, as my power supply fan seems to be failing.
  5. Am I doing something wrong, or just not understanding something? I have a new install of this container, but I can't get my phone to connect to it and therefore also cannot get my new G4 Doorbell connected. I'm able to login, go to System -> Other Configuration, and turn on both Enable Network Discovery and Override Inform Host. I put in my server IP address, but nothing seems to come of it. I had to change one port during the container install, but other than that, everything is vanilla. When I have my phone Add New, it goes to Console discovery and then sometimes shows two options: Cloud Key Gen2 Plus Network Video Recorder Am I doing something wrong? Do I have to purchase their hardware like a dream machine? Or can I just use this container and my unraid storage?
  6. Now that I think about it. Having the ability for Series across Authors, and Universe series vs series in said universe. I think the manual assignment is probably the easiest. With that said, I think it would be nice to have a feature that dissociates a set of sub folders from the original match. That might make it a bit easier to reconfigure/rematch incorrect matches. That would make it easier to fix when folder structures are something like Author/Universe/Series 1/Book 1/Audio files. Also, would it be possible to add another Match Provider? Something like Goodreads would be nice. I find that even when I have an audiobook, they aren't always found in Audible/Google Books, but they are found on Goodreads. I looked and found, https://github.com/advplyr/audiobookshelf/issues/568, but I'm not sure that would be the same as my request. So I didn't want to put in an enhancement request before chiming in here to see your thoughts.
  7. I did some searching, but couldn't find an answer to this question. So sorry if my searching skills aren't great. How do I organize books that are in their own series, but also in an overarching series? For example: This would be the overarching series https://www.goodreads.com/series/50054-valdemar-chronological But in that series, there are sub-series https://www.goodreads.com/series/43489-valdemar-mage-wars https://www.goodreads.com/series/309028-the-founding-of-valdemar https://www.goodreads.com/series/41448-valdemar-last-herald-mage etc. Right now I have them arranged like this Audiobooks/Mercedes Lackey/Valdemar Series/01-03 The Mage Wars/01 - The Black Gryphon/files Audiobooks/Mercedes Lackey/Valdemar Series/01-03 The Mage Wars/02 - The White Gryphon/files Audiobooks/Mercedes Lackey/Valdemar Series/01-03 The Mage Wars/03 - The Silver Gryphon/files Audiobooks/Mercedes Lackey/Valdemar Series/04-06 Collegium Chronicles/01 - Foundation/files Audiobooks/Mercedes Lackey/Valdemar Series/04-06 Collegium Chronicles/02 - Intrigues/files etc.
  8. That's exactly what happened, and renaming from D01 to CD01 seems to have fully fixed what I was trying to do. Thanks so much!
  9. Hello, When I try and use the Merge feature, it immediately says that Download Failed. When I check the log file, I see this: [2022-07-26 16:24:25] INFO: Start audiobook merge for li_mlo6mbo68gz1xfb033 - DownloadId: abmerge_lbbnm85u510t9rxjmi - /metadata/downloads/abmerge_lbbnm85u510t9rxjmi Write files.txt /metadata/downloads/abmerge_lbbnm85u510t9rxjmi/files.txt [2022-07-26 16:24:25] INFO: [DownloadWorker] FFMPEG concat started with command: ffmpeg -safe 0 -f concat -i /metadata/downloads/abmerge_lbbnm85u510t9rxjmi/files.txt -i /metadata/downloads/abmerge_lbbnm85u510t9rxjmi/metadata.txt -y -loglevel error -map 0:a -acodec aac -ac 2 -b:a 64k -movflags use_metadata_tags -map_metadata 1 -f mp4 /metadata/downloads/abmerge_lbbnm85u510t9rxjmi/D02.m4b [2022-07-26 16:24:25] INFO: [AbMergeManager] Removing download abmerge_lbbnm85u510t9rxjmi [2022-07-26 16:24:25] INFO: [AbMergeManager] Deleted download /metadata/downloads/abmerge_lbbnm85u510t9rxjmi Not sure what I can do from here, other than manually trying to combine the audio files. I have a bunch of audiobook's that I ripped from CD's over the years. So this one is in the folder format of: Audiobooks/Clive Cussler/Dirk Pitt/01 - Mediteranean Caper/D01/Clive Cussler - (Dirk Pitt 01) The Mediterranean Caper - D01.01-18.mp3 Where D01 is disc one etc. I'm trying to combine the files so that Audiobookshelf sees the many discs as one book, instead of 7 in this instance. Any thoughts on what I can do?
  10. I have been mounting my unraid shares in my VM for a long while. I've been wanting to use Steam with one of those network shares, and I'm now running into an issue. I add the following in my /etc/fstab: //192.168.1.2/SSD_Games /home/me/SSDGames cifs guest,uid=me,gid=me,mfsymlinks,noserverino 0 0 That works perfectly fine for day to day work, but not with Steam. When I try an add that share/folder as a Steam directory it errors with: New Steam library folder must be on a filesystem mounted with execute permissions How do I do that?
  11. I use HandBrake with a custom preset to convert to x265 MKV file. I then setup a watch folder to any new media gets converted before going to my library. For files you currently have, you can toss them in the watch folder, or manually queue up files to be converted.
  12. Hello, I have decided to use rsnapshot to have incremental backups to another backup server. I have rsnapshot working, but the transfer speed is very slow and will take about 2+ weeks to transfer the 22 TB of data. I searched around and found a stack overflow answer on how to quickly use multiple rsync streams to speed up the process: https://stackoverflow.com/questions/45122323/rsync-command-is-giving-error-no-such-file-or-directory-2 However, when I try to replicate the commands, it breaks immediately. root@main_server:~# ls /mnt/user/ | xargs -n1 -P4 -I% rsync -Pa % [email protected]:/mnt/user/Primary_unRAID_Backup/daily.0/main_server/mnt/user/ sending incremental file list sending incremental file list sending incremental file list rsync: [sender] change_dir "/root/Backup" failed: No such file or directory (2) rsync: [sender] change_dir "/root/Camera" failed: No such file or directory (2) rsync: [sender] change_dir "/root/CacheOnly" failed: No such file or directory (2) sending incremental file list rsync: [sender] change_dir "/root/Documents" failed: No such file or directory (2) rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1330) [sender=3.2.3] rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1330) [sender=3.2.3] rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1330) [sender=3.2.3] rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1330) [sender=3.2.3] sending incremental file list sending incremental file list sending incremental file list sending incremental file list rsync: [sender] change_dir "/root/Downloads" failed: No such file or directory (2) rsync: [sender] change_dir "/root/Handbrake" failed: No such file or directory (2) rsync: [sender] change_dir "/root/Food" failed: No such file or directory (2) rsync: [sender] change_dir "/root/Games" failed: No such file or directory (2) rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1330) [sender=3.2.3] rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1330) [sender=3.2.3] rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1330) [sender=3.2.3] rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1330) [sender=3.2.3] xargs: unmatched single quote; by default quotes are special to xargs unless you use the -0 option sending incremental file list rsync: [sender] change_dir "/root/ISOs" failed: No such file or directory (2) sending incremental file list rsync: [sender] change_dir "/root/Linux_Home" failed: No such file or directory (2) sending incremental file list rsync: [sender] change_dir "/root/Media" failed: No such file or directory (2) rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1330) [sender=3.2.3] rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1330) [sender=3.2.3] rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1330) [sender=3.2.3] root@main_server:~# Any idea on what I'm doing wrong? I want to run this once, and then use rsnapshot going forward.
  13. Hello all, My Ubuntu VM has stopped booting up and I have no idea how to fix it. I was passing through a USB Controller, GPU, and my on board audio. But I started having issues with the on board audio and it relying upon another IOMMU group. So I decided to use the new VFIO_PCI on the latest beta and pass that group through. When I did that, the VM's hard crashed and when I rebooted, the VM option wasn't even there. So I removed it from the VM template, unbound that group, which only had one item in it, and rebooted. [1022:1485] 0c:00.0 Non-Essential Instrumentation [1300]: Advanced Micro Devices, Inc. [AMD] Starship/Matisse Reserved SPP After I rebooted with that no longer passed through, the VM no longer boots up. If I try and put the onboard audio back, I get this far in the log file and no further: ErrorWarningSystemArrayLogin -boot strict=on \ -device pcie-root-port,port=0x8,chassis=1,id=pci.1,bus=pcie.0,multifunction=on,addr=0x1 \ -device pcie-pci-bridge,id=pci.2,bus=pci.1,addr=0x0 \ -device pcie-root-port,port=0x9,chassis=3,id=pci.3,bus=pcie.0,addr=0x1.0x1 \ -device pcie-root-port,port=0xa,chassis=4,id=pci.4,bus=pcie.0,addr=0x1.0x2 \ -device pcie-root-port,port=0xb,chassis=5,id=pci.5,bus=pcie.0,addr=0x1.0x3 \ -device pcie-root-port,port=0xc,chassis=6,id=pci.6,bus=pcie.0,addr=0x1.0x4 \ -device pcie-root-port,port=0xd,chassis=7,id=pci.7,bus=pcie.0,addr=0x1.0x5 \ -device pcie-root-port,port=0xe,chassis=8,id=pci.8,bus=pcie.0,addr=0x1.0x6 \ -device pcie-root-port,port=0xf,chassis=9,id=pci.9,bus=pcie.0,addr=0x1.0x7 \ -device pcie-root-port,port=0x10,chassis=10,id=pci.10,bus=pcie.0,multifunction=on,addr=0x2 \ -device pcie-root-port,port=0x11,chassis=11,id=pci.11,bus=pcie.0,addr=0x2.0x1 \ -device qemu-xhci,p2=15,p3=15,id=usb,bus=pcie.0,addr=0x7 \ -device virtio-serial-pci,id=virtio-serial0,bus=pci.3,addr=0x0 \ -blockdev '{"driver":"file","filename":"/mnt/user/domains/Ubuntu/vdisk1.img","node-name":"libvirt-2-storage","cache":{"direct":false,"no-flush":false},"auto-read-only":true,"discard":"unmap"}' \ -blockdev '{"node-name":"libvirt-2-format","read-only":false,"cache":{"direct":false,"no-flush":false},"driver":"raw","file":"libvirt-2-storage"}' \ -device virtio-blk-pci,bus=pci.5,addr=0x0,drive=libvirt-2-format,id=virtio-disk2,bootindex=1,write-cache=on \ -blockdev '{"driver":"host_device","filename":"/dev/disk/by-id/ata-Crucial_CT240M500SSD1_XXXXXXXXXXXX","node-name":"libvirt-1-storage","cache":{"direct":false,"no-flush":false},"auto-read-only":true,"discard":"unmap"}' \ -blockdev '{"node-name":"libvirt-1-format","read-only":false,"cache":{"direct":false,"no-flush":false},"driver":"raw","file":"libvirt-1-storage"}' \ -device ide-hd,bus=ide.3,drive=libvirt-1-format,id=sata0-0-3,write-cache=on \ -netdev tap,fd=33,id=hostnet0 \ -device virtio-net,netdev=hostnet0,id=net0,mac=52:54:00:7b:9d:fe,bus=pci.4,addr=0x0 \ -chardev pty,id=charserial0 \ -device isa-serial,chardev=charserial0,id=serial0 \ -chardev socket,id=charchannel0,fd=34,server,nowait \ -device virtserialport,bus=virtio-serial0.0,nr=1,chardev=charchannel0,id=channel0,name=org.qemu.guest_agent.0 \ -device usb-tablet,id=input0,bus=usb.0,port=1 \ -device vfio-pci,host=0000:03:00.0,id=hostdev0,bus=pci.6,addr=0x0 \ -device vfio-pci,host=0000:03:00.1,id=hostdev1,bus=pci.7,addr=0x0 \ -device vfio-pci,host=0000:0c:00.4,id=hostdev2,bus=pci.8,addr=0x0 \ -device vfio-pci,host=0000:06:00.0,id=hostdev3,bus=pci.9,addr=0x0 \ -device vfio-pci,host=0000:06:00.1,id=hostdev4,bus=pci.10,addr=0x0 \ -device vfio-pci,host=0000:06:00.3,id=hostdev5,bus=pci.11,addr=0x0 \ -sandbox on,obsolete=deny,elevateprivileges=deny,spawn=deny,resourcecontrol=deny \ -msg timestamp=on 2020-10-10 20:51:41.519+0000: Domain id=7 is tainted: high-privileges 2020-10-10 20:51:41.519+0000: Domain id=7 is tainted: host-cpu char device redirected to /dev/pts/0 (label charserial0) 2020-10-10T20:51:47.856882Z qemu-system-x86_64: vfio: Cannot reset device 0000:0c:00.4, depends on group 29 which is not owned. 2020-10-10T20:51:48.912866Z qemu-system-x86_64: vfio: Cannot reset device 0000:0c:00.4, depends on group 29 which is not owned. When I remove the onboard audio, it still doesn't boot up and the log only goes this far: ErrorWarningSystemArrayLogin -global kvm-pit.lost_tick_policy=delay \ -no-hpet \ -no-shutdown \ -boot strict=on \ -device pcie-root-port,port=0x8,chassis=1,id=pci.1,bus=pcie.0,multifunction=on,addr=0x1 \ -device pcie-pci-bridge,id=pci.2,bus=pci.1,addr=0x0 \ -device pcie-root-port,port=0x9,chassis=3,id=pci.3,bus=pcie.0,addr=0x1.0x1 \ -device pcie-root-port,port=0xa,chassis=4,id=pci.4,bus=pcie.0,addr=0x1.0x2 \ -device pcie-root-port,port=0xb,chassis=5,id=pci.5,bus=pcie.0,addr=0x1.0x3 \ -device pcie-root-port,port=0xc,chassis=6,id=pci.6,bus=pcie.0,addr=0x1.0x4 \ -device pcie-root-port,port=0xd,chassis=7,id=pci.7,bus=pcie.0,addr=0x1.0x5 \ -device pcie-root-port,port=0xe,chassis=8,id=pci.8,bus=pcie.0,addr=0x1.0x6 \ -device pcie-root-port,port=0xf,chassis=9,id=pci.9,bus=pcie.0,addr=0x1.0x7 \ -device pcie-root-port,port=0x10,chassis=10,id=pci.10,bus=pcie.0,multifunction=on,addr=0x2 \ -device pcie-root-port,port=0x11,chassis=11,id=pci.11,bus=pcie.0,addr=0x2.0x1 \ -device qemu-xhci,p2=15,p3=15,id=usb,bus=pcie.0,addr=0x7 \ -device virtio-serial-pci,id=virtio-serial0,bus=pci.3,addr=0x0 \ -blockdev '{"driver":"file","filename":"/mnt/user/domains/Ubuntu/vdisk1.img","node-name":"libvirt-2-storage","cache":{"direct":false,"no-flush":false},"auto-read-only":true,"discard":"unmap"}' \ -blockdev '{"node-name":"libvirt-2-format","read-only":false,"cache":{"direct":false,"no-flush":false},"driver":"raw","file":"libvirt-2-storage"}' \ -device virtio-blk-pci,bus=pci.5,addr=0x0,drive=libvirt-2-format,id=virtio-disk2,bootindex=1,write-cache=on \ -blockdev '{"driver":"host_device","filename":"/dev/disk/by-id/ata-Crucial_CT240M500SSD1_XXXXXXXXXXXX","node-name":"libvirt-1-storage","cache":{"direct":false,"no-flush":false},"auto-read-only":true,"discard":"unmap"}' \ -blockdev '{"node-name":"libvirt-1-format","read-only":false,"cache":{"direct":false,"no-flush":false},"driver":"raw","file":"libvirt-1-storage"}' \ -device ide-hd,bus=ide.3,drive=libvirt-1-format,id=sata0-0-3,write-cache=on \ -netdev tap,fd=33,id=hostnet0 \ -device virtio-net,netdev=hostnet0,id=net0,mac=52:54:00:7b:9d:fe,bus=pci.4,addr=0x0 \ -chardev pty,id=charserial0 \ -device isa-serial,chardev=charserial0,id=serial0 \ -chardev socket,id=charchannel0,fd=34,server,nowait \ -device virtserialport,bus=virtio-serial0.0,nr=1,chardev=charchannel0,id=channel0,name=org.qemu.guest_agent.0 \ -device usb-tablet,id=input0,bus=usb.0,port=1 \ -device vfio-pci,host=0000:03:00.0,id=hostdev0,bus=pci.6,addr=0x0 \ -device vfio-pci,host=0000:03:00.1,id=hostdev1,bus=pci.7,addr=0x0 \ -device vfio-pci,host=0000:06:00.0,id=hostdev2,bus=pci.8,addr=0x0 \ -device vfio-pci,host=0000:06:00.1,id=hostdev3,bus=pci.9,addr=0x0 \ -device vfio-pci,host=0000:06:00.3,id=hostdev4,bus=pci.10,addr=0x0 \ -sandbox on,obsolete=deny,elevateprivileges=deny,spawn=deny,resourcecontrol=deny \ -msg timestamp=on 2020-10-10 20:58:58.056+0000: Domain id=9 is tainted: high-privileges 2020-10-10 20:58:58.056+0000: Domain id=9 is tainted: host-cpu char device redirected to /dev/pts/0 (label charserial0) I even tried removing the GPU and using VNC, but I never get the option to view the VM through VNC. Any idea what I broke and how to fix it?
  14. Indeed it did contain a ', but it always has and I've had no problems. I've updated my password to not contain a ' or ", and it seems to be working now. Thanks for the help.
  15. Sure, here you go. That was only about 1-2 seconds of it being on.
  16. Apparently yes, I did misunderstand. Ok I decided to start over by deleting the container and image, and even removing the folder from the appdata. When I do a fresh install the container does not start up and the log file looks like this Created by... ___. .__ .__ \_ |__ |__| ____ | |__ ____ ___ ___ | __ \| |/ \| | \_/ __ \\ \/ / | \_\ \ | | \ Y \ ___/ > < |___ /__|___| /___| /\___ >__/\_ \ \/ \/ \/ \/ \/ https://hub.docker.com/u/binhex/ 2020-10-03 11:02:53.647935 [info] System information Linux a05dbf562672 5.8.12-Unraid #1 SMP Wed Sep 30 04:10:16 CDT 2020 x86_64 GNU/Linux 2020-10-03 11:02:53.694025 [info] OS_ARCH defined as 'x86-64' 2020-10-03 11:02:53.739637 [info] PUID defined as '99' 2020-10-03 11:02:54.112162 [info] PGID defined as '100' 2020-10-03 11:02:54.761677 [info] UMASK defined as '000' 2020-10-03 11:02:54.781281 [info] Setting permissions recursively on volume mappings... 2020-10-03 11:02:54.909179 [info] Deleting files in /tmp (non recursive)... 2020-10-03 11:02:54.957175 [info] VPN_ENABLED defined as 'yes' 2020-10-03 11:02:54.978163 [info] ENABLE_SOCKS defined as 'no' 2020-10-03 11:02:54.999211 [info] ENABLE_PRIVOXY defined as 'yes' 2020-10-03 11:02:55.038510 [crit] No OpenVPN config file located in /config/openvpn/ (ovpn extension), please download from your VPN provider and then restart this container, exiting... When I look in the openvpn folder, it is indeed empty. So I then go to https://www.privateinternetaccess.com/pages/download# and click on 'View OpenVPN Configurations'. I tried the recommended and the strong files by copying in the .crt .pem and .ovpn (US server if that matters) into /mnt/user/appdata/binhex-privoxyvpn/openvpn. When I start up the container it adds a credentials.conf file which contains the correct username/password. However, it just errors and quickly fills up the log file creating many more. Here is the new log file with my username and password removed. I did notice the [warn] Password contains characters which could cause authentication issues, please consider changing this if possible, and it does have a ' in it, but it always has. So I kept how the password looked, but removed the actual one. Created by... ___. .__ .__ \_ |__ |__| ____ | |__ ____ ___ ___ | __ \| |/ \| | \_/ __ \\ \/ / | \_\ \ | | \ Y \ ___/ > < |___ /__|___| /___| /\___ >__/\_ \ \/ \/ \/ \/ \/ https://hub.docker.com/u/binhex/ 2020-10-03 11:06:26.675666 [info] System information Linux a05dbf562672 5.8.12-Unraid #1 SMP Wed Sep 30 04:10:16 CDT 2020 x86_64 GNU/Linux 2020-10-03 11:06:26.695950 [info] OS_ARCH defined as 'x86-64' 2020-10-03 11:06:26.717625 [info] PUID defined as '99' 2020-10-03 11:06:26.740874 [info] PGID defined as '100' 2020-10-03 11:06:27.327870 [info] UMASK defined as '000' 2020-10-03 11:06:27.346271 [info] Permissions already set for volume mappings 2020-10-03 11:06:27.365313 [info] Deleting files in /tmp (non recursive)... 2020-10-03 11:06:27.390548 [info] VPN_ENABLED defined as 'yes' 2020-10-03 11:06:27.410265 [info] ENABLE_SOCKS defined as 'no' 2020-10-03 11:06:27.430528 [info] ENABLE_PRIVOXY defined as 'yes' 2020-10-03 11:06:27.455375 [info] OpenVPN config file (ovpn extension) is located at /config/openvpn/US Denver.ovpn 2020-10-03 11:06:27.545204 [info] VPN remote server(s) defined as 'us-denver.privacy.network,' 2020-10-03 11:06:27.560012 [info] VPN remote port(s) defined as '1197,' 2020-10-03 11:06:27.577042 [info] VPN remote protocol(s) defined as 'udp,' 2020-10-03 11:06:27.596542 [info] VPN_DEVICE_TYPE defined as 'tun0' 2020-10-03 11:06:27.614916 [info] VPN_PROV defined as 'pia' 2020-10-03 11:06:27.634941 [info] LAN_NETWORK defined as '192.168.1.0/24' 2020-10-03 11:06:27.655572 [info] NAME_SERVERS defined as '209.222.18.222,84.200.69.80,37.235.1.174,1.1.1.1,209.222.18.218,37.235.1.177,84.200.70.40,1.0.0.1' 2020-10-03 11:06:27.673876 [info] VPN_USER defined as 'REMOVED' 2020-10-03 11:06:27.693301 [info] VPN_PASS defined as 'RE'MOVED' 2020-10-03 11:06:27.714397 [info] VPN_OPTIONS not defined (via -e VPN_OPTIONS) 2020-10-03 11:06:27.734262 [info] ADDITIONAL_PORTS not defined (via -e ADDITIONAL_PORTS), skipping allow for custom incoming ports 2020-10-03 11:06:27.755265 [info] Starting Supervisor... 2020-10-03 11:06:30,403 INFO Included extra file "/etc/supervisor/conf.d/privoxy.conf" during parsing 2020-10-03 11:06:30,403 INFO Set uid to user 0 succeeded 2020-10-03 11:06:30,449 INFO supervisord started with pid 6 2020-10-03 11:06:31,452 INFO spawned: 'start-script' with pid 156 2020-10-03 11:06:31,453 INFO spawned: 'watchdog-script' with pid 157 2020-10-03 11:06:31,453 INFO reaped unknown pid 7 (exit status 0) 2020-10-03 11:06:31,472 DEBG 'start-script' stdout output: [info] VPN is enabled, beginning configuration of VPN 2020-10-03 11:06:31,472 INFO success: start-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2020-10-03 11:06:31,472 INFO success: watchdog-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2020-10-03 11:06:31,485 DEBG 'start-script' stdout output: [warn] Password contains characters which could cause authentication issues, please consider changing this if possible 2020-10-03 11:06:31,556 DEBG 'start-script' stdout output: [info] Default route for container is 172.17.0.1 2020-10-03 11:06:31,560 DEBG 'start-script' stdout output: [info] Adding 209.222.18.222 to /etc/resolv.conf 2020-10-03 11:06:31,564 DEBG 'start-script' stdout output: [info] Adding 84.200.69.80 to /etc/resolv.conf 2020-10-03 11:06:31,567 DEBG 'start-script' stdout output: [info] Adding 37.235.1.174 to /etc/resolv.conf 2020-10-03 11:06:31,571 DEBG 'start-script' stdout output: [info] Adding 1.1.1.1 to /etc/resolv.conf 2020-10-03 11:06:31,573 DEBG 'start-script' stdout output: [info] Adding 209.222.18.218 to /etc/resolv.conf 2020-10-03 11:06:31,576 DEBG 'start-script' stdout output: [info] Adding 37.235.1.177 to /etc/resolv.conf 2020-10-03 11:06:31,580 DEBG 'start-script' stdout output: [info] Adding 84.200.70.40 to /etc/resolv.conf 2020-10-03 11:06:31,582 DEBG 'start-script' stdout output: [info] Adding 1.0.0.1 to /etc/resolv.conf 2020-10-03 11:06:31,870 DEBG 'start-script' stdout output: [info] Docker network defined as 172.17.0.0/16 2020-10-03 11:06:31,875 DEBG 'start-script' stdout output: [info] Adding 192.168.1.0/24 as route via docker eth0 2020-10-03 11:06:31,875 DEBG 'start-script' stdout output: [info] ip route defined as follows... 2020-10-03 11:06:31,876 DEBG 'start-script' stdout output: -------------------- 2020-10-03 11:06:31,876 DEBG 'start-script' stdout output: default via 172.17.0.1 dev eth0 172.17.0.0/16 dev eth0 proto kernel scope link src 172.17.0.2 192.168.1.0/24 via 172.17.0.1 dev eth0 2020-10-03 11:06:31,877 DEBG 'start-script' stdout output: -------------------- 2020-10-03 11:06:31,955 DEBG 'start-script' stdout output: [info] iptables defined as follows... -------------------- 2020-10-03 11:06:31,956 DEBG 'start-script' stdout output: -P INPUT DROP -P FORWARD DROP -P OUTPUT DROP -A INPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT -A INPUT -i eth0 -p udp -m udp --sport 1197 -j ACCEPT -A INPUT -s 192.168.1.0/24 -d 172.17.0.0/16 -i eth0 -p tcp -j ACCEPT -A INPUT -p icmp -m icmp --icmp-type 0 -j ACCEPT -A INPUT -i lo -j ACCEPT -A INPUT -i tun0 -j ACCEPT -A OUTPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT -A OUTPUT -o eth0 -p udp -m udp --dport 1197 -j ACCEPT -A OUTPUT -s 172.17.0.0/16 -d 192.168.1.0/24 -o eth0 -p tcp -j ACCEPT -A OUTPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT -A OUTPUT -o lo -j ACCEPT -A OUTPUT -o tun0 -j ACCEPT 2020-10-03 11:06:31,957 DEBG 'start-script' stdout output: -------------------- 2020-10-03 11:06:31,959 DEBG 'start-script' stdout output: [info] Starting OpenVPN (non daemonised)... 2020-10-03 11:06:31,959 DEBG 'start-script' stderr output: /root/openvpn.sh: eval: line 73: unexpected EOF while looking for matching `'' /root/openvpn.sh: eval: line 74: syntax error: unexpected end of file 2020-10-03 11:06:31,960 DEBG 'start-script' stdout output: [info] Starting OpenVPN (non daemonised)... 2020-10-03 11:06:31,960 DEBG 'start-script' stderr output: /root/openvpn.sh: eval: line 73: unexpected EOF while looking for matching `'' /root/openvpn.sh: eval: line 74: syntax error: unexpected end of file It just keeps repeating after this
  17. Did I misunderstand binhex's comment right above mine?
  18. I tried updating my containers today and it broke on a few, this container was the first it broke on. So I had an orphaned image and had to reinstall. It hasn't after I reinstalled and re-entered the vpn username/password it's not working. I did also copy in a new ovpn file to use the new next-gen wireguard. However, it still doesn't work and the log file show this repeatedly. I tried to get the whole log file out of the container, but I must be doing that part wrong so I copied this from the console. Any idea why it's not working? 2020-10-01 12:21:01,541 DEBG 'start-script' stderr output: /root/openvpn.sh: eval: line 73: unexpected EOF while looking for matching `'' /root/openvpn.sh: eval: line 74: syntax error: unexpected end of file 2020-10-01 12:21:01,542 DEBG 'start-script' stdout output: [info] Starting OpenVPN (non daemonised)... 2020-10-01 12:21:01,542 DEBG 'start-script' stderr output: /root/openvpn.sh: eval: line 73: unexpected EOF while looking for matching `'' /root/openvpn.sh: eval: line 74: syntax error: unexpected end of file 2020-10-01 12:21:01,542 DEBG 'start-script' stdout output: [info] Starting OpenVPN (non daemonised)... 2020-10-01 12:21:01,543 DEBG 'start-script' stderr output: /root/openvpn.sh: eval: line 73: unexpected EOF while looking for matching `'' /root/openvpn.sh: eval: line 74: syntax error: unexpected end of file 2020-10-01 12:21:01,543 DEBG 'start-script' stdout output: [info] Starting OpenVPN (non daemonised)... 2020-10-01 12:21:01,543 DEBG 'start-script' stderr output: /root/openvpn.sh: eval: line 73: unexpected EOF while looking for matching `'' /root/openvpn.sh: eval: line 74: syntax error: unexpected end of file 2020-10-01 12:21:01,543 DEBG 'start-script' stdout output: [info] Starting OpenVPN (non daemonised)... 2020-10-01 12:21:01,543 DEBG 'start-script' stderr output: /root/openvpn.sh: eval: line 73: unexpected EOF while looking for matching `'' /root/openvpn.sh: eval: line 74: syntax error: unexpected end of file 2020-10-01 12:21:01,544 DEBG 'start-script' stdout output: [info] Starting OpenVPN (non daemonised)... sh-5.0#
×
×
  • Create New...