-
CIFS VFS: Close unmatched open
Hello A ubuntu VM which is hosted on a on an other machine mounts my unraid shares. On my ubuntu VM I get a bunch of CIFS VFS errors: 192.168.178.200 is the IP of my unraid server. This is how I mount my shares: # Server mounts //192.168.178.200/Fred /fred cifs credentials=/home/docker/.smbcredentials,iocharset=utf8,gid=1000,uid=1000,file_mode=0777,dir_mode=0777 0 0 //192.168.178.200/Audiobooks /audiobooks cifs credentials=/home/docker/.smbcredentials,iocharset=utf8,gid=1000,uid=1000,file_mode=0777,dir_mode=0777 0 0 //192.168.178.200/Series /series cifs credentials=/home/docker/.smbcredentials,iocharset=utf8,gid=1000,uid=1000,file_mode=0777,dir_mode=0777 0 0 //192.168.178.200/Movies /movies cifs credentials=/home/docker/.smbcredentials,iocharset=utf8,gid=1000,uid=1000,file_mode=0777,dir_mode=0777 0 0 //192.168.178.200/eBooks /ebooks cifs credentials=/home/docker/.smbcredentials,iocharset=utf8,gid=1000,uid=1000,file_mode=0777,dir_mode=0777 0 0 //192.168.178.200/Music /music cifs credentials=/home/docker/.smbcredentials,iocharset=utf8,gid=1000,uid=1000,file_mode=0777,dir_mode=0777 0 0 //192.168.178.200/Coding /coding cifs credentials=/home/docker/.smbcredentials,iocharset=utf8,gid=1000,uid=1000,file_mode=0777,dir_mode=0777 0 0 //192.168.178.200/Docker_Backup /docker_backup cifs credentials=/home/docker/.smbcredentials,iocharset=utf8,gid=1000,uid=1000,file_mode=0777,dir_mode=0777 0 0 //192.168.178.200/Cloud /cloud cifs credentials=/home/docker/.smbcredentials,iocharset=utf8,gid=1000,uid=1000,file_mode=0777,dir_mode=0777 0 0 //192.168.178.200/Photos /photos cifs credentials=/home/docker/.smbcredentials,iocharset=utf8,gid=1000,uid=1000,file_mode=0777,dir_mode=0777 0 0 //192.168.178.200/4k_series /4k_series cifs credentials=/home/docker/.smbcredentials,iocharset=utf8,gid=1000,uid=1000,file_mode=0777,dir_mode=0777 0 0 //192.168.178.200/4k_movies /4k_movies cifs credentials=/home/docker/.smbcredentials,iocharset=utf8,gid=1000,uid=1000,file_mode=0777,dir_mode=0777 0 0 Global share settings: Tunable (support Hard Links): No Tunable (enable Direct IO): Auto What might be causing this?
-
[Support] Linuxserver.io - Nextcloud
I'm having problems downloading larger files than 1GB and have found the reason for the problem: I have found the solution to the problem but I have no clue where to adjust it (https://serverfault.com/questions/479443/php5-fpm-server-reached-pm-max-children). I am running letsencrypt and nextcloud in a docker. The error shows up in the nextcloud docker image so I'm guessing it should be there. Thanks for any help
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Ok so the fail2ban seems fine again and as you thought my subdomains are still not working. I've checked all logs and nothing seems to have a problem? Everything worked fine before and nothing was changed... Should I just reinstall the docker? Thanks for your help!
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Hello Since today my fail2ban in the container is spitting errors. All my subdomains do not work anymore too. https://pastebin.com/C2mP23s4 Any idea how to get it back working?
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Would have been the 2nd. Was hoping you've seen this problem before...
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Sorry to bother you again... I'm trying to run nextcloud in your nginx docker. When I try to access the site it would not open the site but would download the index.php file. My nginx config: server { listen 80; server_name cloud.XXX.ch; return 301 https://$server_name$request_uri; } server { listen 443 ssl; server_name cloud.XXX.ch; root /config/www/cloud; index index.php index.html; access_log /var/log/nginx/cloud.example.com.access.log; error_log /var/log/nginx/cloud.example.com.error.log; client_max_body_size 0; underscores_in_headers on; ssl on; ssl_certificate /config/keys/letsencrypt/fullchain.pem; ssl_certificate_key /config/keys/letsencrypt/privkey.pem; ssl_stapling on; ssl_stapling_verify on; location / { proxy_headers_hash_max_size 512; proxy_headers_hash_bucket_size 64; proxy_set_header Host $host; proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; add_header Front-End-Https on; } } Can you find the reason behind this?
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
No the VM runs on my esxi host on 192.168.178.201 and unraid is 192.168.178.200.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Hello Thanks for maintaining this wonderful docker. I have a minecraft server running and use a tool called overview which creates a "google maps" like map. This tool runs on a ubuntu VM and outputs all files in a folder. Now to share that I'd like to use the nginx webserver. My question now is whats the best way to mount that folder within the docker to be able to share it?
-
[Support] Linuxserver.io - OpenVPN AS
root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="openvpn-as" --net="bridge" --privileged="true" -e TZ="Europe/Berlin" -e HOST_OS="unRAID" -e "PGID"="100" -e "PUID"="99" -e "INTERFACE"="bond0" -p 943:943/tcp -v "/mnt/cache/appdata/openvpn-as":"/config":rw linuxserver/openvpn-as 8f850d6227c96c18ae8b76c193380870c7cbfcb6b294cc58447458ef1c14fa6e The command finished successfully! Logs: Brought to you by linuxserver.io We gratefully accept donations at: https://www.linuxserver.io/donations/ ------------------------------------- GID/UID ------------------------------------- User uid: 99 User gid: 100 ------------------------------------- [cont-init.d] 10-adduser: exited 0. [cont-init.d] 20-time: executing... dpkg-query: package 'tzdata' is not installed and no information is available Use dpkg --info (= dpkg-deb --info) to examine archive files, and dpkg --contents (= dpkg-deb --contents) to list their contents. /usr/sbin/dpkg-reconfigure: tzdata is not installed [cont-init.d] 20-time: exited 1. [cont-init.d] 30-config: executing... [cont-init.d] 30-config: exited 0. [cont-init.d] 40-openvpn-init: executing... [cont-init.d] 40-openvpn-init: exited 0. [cont-init.d] 50-interface: executing... MOD Default {} {} MOD Default {} {} MOD Default {} {} MOD Default {} {} [cont-init.d] 50-interface: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done. Thanks for your help!
-
[Support] Linuxserver.io - OpenVPN AS
Thanks for your response but I couldnt find anything in the readme. I've done some research and just found to manualy set a variable INTERFACES to bond0. After that my docker wont start anymore, removing the variable allows the docker to start again...
-
[Support] Linuxserver.io - OpenVPN AS
Thanks, as I went through the tutorial he mentioned that if you have network bonding enabled it might look different than his example. This is where my problem lies: I get this in my config: Interface and IP Address Listen on all interfaces eth0: 172.17.0.6 My local IP of the unraid machine is 192.168.178.200, is there a way I can get it to work with bonding enabled?
-
[Support] Linuxserver.io - OpenVPN AS
Hello guys I'm rather new to VPN's so I might have done few mistakes with my setup. I can't connect to my VPN allthough I it should in my opinion. I've made a lot of screenshots of my config, which might be easier to find the problem... Ports: https://snag.gy/AhpwlY.jpg OpenVPN: https://snag.gy/OFKSMt.jpg https://snag.gy/boOes5.jpg https://snag.gy/dKtI3y.jpg https://snag.gy/LDb8VM.jpg https://snag.gy/Dew97Y.jpg Nothing has been edited on the docker so I guess the problem lies in my settings. Thanks for any help
-
[Support] binhex - Plex Pass
Helo binhex Im using your default Plex container and I recently bought my plex pass and so Id like to swap the container. Is there any way I can do that without loosing the library? Thanks+
-
[support] Bungy's docker repository
I'm using aptalca's nginx+letsencrypt docker and its working like a charm. I only fail on the config file....
-
[support] Bungy's docker repository
Hello ladies and gents I'm having troubles getting the nginx reverse proxy to my owncloud docker. How are you handling this? This is my config at the moment: http://pastebin.com/gi3fRJmw Thanks for your help
In0cenT
Members
-
Joined
-
Last visited