Jump to content

In0cenT

Members
  • Posts

    105
  • Joined

  • Last visited

Posts posted by In0cenT

  1. 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:

    grafik.png.b8f357d8cafb7d2809082bb117aef8ac.png

     

    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?

  2. I'm having problems downloading larger files than 1GB and have found the reason for the problem:

    Quote

    WARNING: [pool www] server reached pm.max_children setting (5), consider raising it

    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

  3. On 1.6.2017 at 2:56 PM, aptalca said:

    ip6tables issue again. We had fixed that before. I'll look into it

     

    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!

  4. 18 hours ago, CHBMB said:

    I don't understand what you're trying to do?

     

    1.  Reverse proxy our Nextcloud container with this one?

    2.  Install Nextcloud into this container?

     

    If it's the first then wait for me to finish my guide.  If it's the 2nd then you're on your own, configuring nginx for each individual app people want to install is way beyond what we're able to support.  We support getting the container up and running. Advanced config is past that.


    Would have been the 2nd. Was hoping you've seen this problem before...

  5. 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?

  6. 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?

  7. 12 hours ago, CHBMB said:

    Post your docker run command with the interface parameter added

    Sent from my LG-H815 using Tapatalk
     

     

    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!

  8. 2 hours ago, CHBMB said:

     

    Here's the guide I was referring to above.

     

    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?
  9. 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

  10. I'm trying to get the BGPanel docker running but I allways get this error regarding MYSQL:

    "Checking for MySQL server connection FAILED Could not connect to MySQL: "Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)""

     

    Did any one else have this problem before me and how did you fix it?

×
×
  • Create New...