Beiträge von posti91

    Hello,


    I recently made a failed PI-hole installation.
    I wanted to install PI-hole in parallel to OMV under Debian on my Raspberry PI.
    I were following this thread: [HOWTO] Install Pi-Hole
    After that I could not reach the web interface of PI-hole. The error message by
    calling the web interface was a 404 error code.
    Then I uninstalled PI-hole via an uninstall script.


    Later I realized that I can't reach the OMV web interface anymore.
    When I call the OMV Web GUI via Firefox I get the message: "403 Forbidden".
    I think I have corrupted the nginx web server during PI-hole installation/uninstallation.
    I would like to avoid a complete reinstallation of OMV.
    Commands like "omv-firstaid" will not be accepted. Message: "command not found".


    I can provide you with all info and log files.
    On suspicion I have read out here a few log files:
    There are even more entries in the access and error.log files.
    The entry shown here is repeated but constantly.


    Code: openmediavault-webgui_access.log
    ::ffff:127.0.0.1 - - [29/Jun/2018:23:53:46 +0200] "GET / HTTP/1.1" 403 162 "-" "Monit/5.9"
    Code: openmediavault-webgui_error.log
    2018/06/29 23:55:47 [error] 3227#0: *1 directory index of "/var/www/openmediavault/" is forbidden, client: ::ffff:127.0.0.1, server: openmediavault-webgui, request: "GET / HTTP/1.1", host: "127.0.0.1"
    Code
    total 16
    drwxr-xr-x  4 root     root     4096 Jun 30 00:03 .
    drwxr-xr-x 14 root     root     4096 May  5 19:48 ..
    drwxrwxr-x  2 www-data www-data 4096 Jun 26 18:59 html
    drwxr-xr-x  3 www-data www-data 4096 Jun 25 21:37 openmediavault
    -rw-r--r--  1 root     root        0 Jun 30 00:03 rechte.txt

    I got some emails. Sender is my Raspberry PI.


    Code
    monit alert --  Does not exist omv-engined']Does not exist Service omv-engined 
    
    
    	Date:        Fri, 29 Jun 2018 23:22:30
    	Action:      restart
    	Host:        raspberrypi
    	Description: process is not running
    Code
    monit alert -- Execution failed omv-engined']Execution failed Service omv-engined 
    
    
    	Date:        Fri, 29 Jun 2018 23:23:01
    	Action:      alert
    	Host:        raspberrypi
    	Description: failed to start (exit status 6) -- /bin/systemctl: Failed to start openmediavault-engined.service: Unit openmediavault-engined.service failed to load: No such file or directory.
    Code
    monit alert --  Connection failed nginx']Connection failed Service nginx 
    
    
    	Date:        Fri, 29 Jun 2018 23:24:31
    	Action:      restart
    	Host:        raspberrypi
    	Description: failed protocol test [HTTP] at INET[127.0.0.1:80] via TCP -- HTTP error: Server returned status 403


    I hope four your help.


    Best regards
    posti91

    Hallo,


    ich habe genau dasselbe Problem.


    Wenn ich einen Mountpunkt in meinem Home Verzeichnis erstelle wie hier:
    //10.11.11.33/linux /home/andreas/pernas cifs noauto,users,username=user,password=passwort,domain=WORKGROUP,sec=ntlm,vers=3.0 0 0
    Dann erhalte ich die Meldung:
    mount error(22): Invalid argument
    Refer to the mount.cifs[8]manual page (e.g. man mount.cifs)



    Wenn ich einen Mountpunkt unter /media erstelle wie hier:
    //10.11.11.33/linux /media/nastest cifs username=user,password=passwort,domain=WORKGROUP,sec=ntlm,vers=3.0 0 0
    Dann erhalte ich die Meldung im Linux Mint Dateiexplorer:
    Einhängen von nastest nicht möglich. Mount: only root can mount //10.11.11.33/linux on /media/nastest


    Ich denke das irgendetwas mit der mount.cifs nicht stimmt. Eventuell habt ihr ja einen Tipp für mich.
    Ich habe auch eine Synology ds218. Die SMB Freigabe der DS218 lässt sich problemlos in Linux Mint einbinden.
    Evtl. gibt es ja auch Settings die ich in OMV einstellen muss.