airbillion

Members
  • Posts

    172
  • Joined

  • Last visited

Everything posted by airbillion

  1. thats the beta release, im trying to stay away from beta's as much as possible for stability reasons, is there a particular reason you want to run the beta version or is it the lure of the larger revision number? :-) Thanks binhex, I thought that was the new stable....just wanted to be up to date[emoji12] Thanks!
  2. Hey binhex, Thanks for all the work you do here! Is there any way you could update your Madsonic Docker to pull the latest version: 20150506_madsonic-5.1.5240? Thanks!
  3. Awesome!! I tried the new re-write build and everything is working! Thanks a lot!
  4. Hi, sorry for the late replay been on vacation. "Shouldn't this folder be owned by nobody:users, not openvpn_as?" Nope thats just from an unraid template. The reason it works on unraid is that it´s gets sufficent permissions from the unraid config. (depending on user "UUID´s and GID") However I noticed a typo on my end, the directories should be owned by the user "openvpn_as" not "openvpn". Now the folders are owned by "UUID 1000"(openvpn) but the procces owner has "UUID 1001"(openvpn_as). I just made some changes, so try it now and make sure that the user with "UUID 1000"(should be openvpn_as now) on the OMV box has the sufficent permissions I tested it on a Debian wheezy VM with backports kernel 3.16 and docker 1.7, and a config directory owned my the user with UUID 1000 and it seems to work just fine now. //mace Thanks for getting back to me! Still no luck though...I created 2 users on my machine, openvpn_as (UID:1000, group users) and openvpn, (UID:1001, group users).... The config folder for my docker is owned by openvps_as permission 755. When I start the container is immediately restarts with the error: STDOUT * Restarting openvpnas openvpnas ...fail! Nothing to Move!, Continuing... * Restarting openvpnas openvpnas ...fail! Nothing to Move!, Continuing... * Restarting openvpnas openvpnas ...fail!...... STDERR *** Running /etc/my_init.d/start_openvpnas.sh... chpasswd: (user ) pam_chauthtok() failed, error: Authentication token manipulation error chpasswd: (line 1, user ) password not changed /etc/init.d/openvpnas: line 91: /usr/local/openvpn_as/scripts/openvpnas: Permission denied *** /etc/my_init.d/start_openvpnas.sh failed with status 1 *** Killing all processes... *** Running /etc/my_init.d/start_openvpnas.sh... chpasswd: (user ) pam_chauthtok() failed, error: Authentication token manipulation error chpasswd: (line 1, user ) password not changed /etc/init.d/openvpnas: line 91: /usr/local/openvpn_as/scripts/openvpnas: Permission denied *** /etc/my_init.d/start_openvpnas.sh failed with status 1 ....... Repeatedly.... Any other ideas? Thanks!
  5. Thanks for the info on the Phusion script! Missed the LOL...
  6. Understood....if that is the way you feel...that is too bad. I love these forums and have used them as a reference for a lot of ideas and projects...I have pointed many people here that wind up switching over to Unraid...At this point it is not feasible for me to do so...but I still like the knowledge here.
  7. I am having an issue getting this working... I am using this on openmediavault, a debian based NAS, and have permission issues I think... STDERR: *** Running /etc/my_init.d/start_openvpnas.sh... id: drew: no such user chpasswd: (user ) pam_chauthtok() failed, error: Authentication token manipulation error chpasswd: (line 1, user ) password not changed /etc/init.d/openvpnas: line 91: /usr/local/openvpn_as/scripts/openvpnas: Permission denied *** /etc/my_init.d/start_openvpnas.sh failed with status 1 *** Killing all processes... *** Running /etc/my_init.d/start_openvpnas.sh... chpasswd: (user ) pam_chauthtok() failed, error: Authentication token manipulation error chpasswd: (line 1, user ) password not changed rsync: link_stat "/tmp/openvpn_as" failed: No such file or directory (2) rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1183) [sender=3.1.0] rm: cannot remove ‘/tmp/openvpn_as’: No such file or directory /etc/init.d/openvpnas: line 91: /usr/local/openvpn_as/scripts/openvpnas: Permission denied *** /etc/my_init.d/start_openvpnas.sh failed with status 1 I gave my config folder for openvpn-as full RW permission, but when the docker is run the permissions change and it looks like the config folder cannot be read or written to. In your dockerfile I think this is the line that is causing my host systems config folder to have permission issues when the container is built or started.... # Copy Installed files to temp directory to later be copied to host directory in start script chown -R openvpn:users /usr/local/openvpn_as chmod 755 -R /usr/local/openvpn_as rsync -a /usr/local/openvpn_as /tmp Shouldn't this folder be owned by nobody:users, not openvpn_as? Is there any solution for this? I would appreciate any help! Thanks
  8. This is a great idea!! I visit these forums and use the dockers created here for my Openmediavault system and always have had issues with permissions. I have been able to do find some workarounds for my issues, but this would benefit everybody who would like to use dockers on any platform....it also makes a lot of sense from a security standpoint... I hope more developers integrate this... Thanks a lot!!!