Beiträge von CalvoUTN

    I installed mindlessly OMV in my Raspberry yesterday and it broke my internet. It was my mistake and it was almost a clean install so I just reflashed the microSD and started over.


    Now, following this guide, I installed OMV in Rasbian Lite. All was working perfectly, I accessed the webGUI and configured an SSD as storage. I had to go and took my RasPi to what's going to be it's permanent place.


    I SSH'ed into the Raspberry and all was working fine. Then I look up for my new IP, (before it was 192.168.1.107) that's 192.168.0.81. When I put that in the browser, it doesn't reach anything. From the SSH I can ping other IPs and internet is working fine.


    What I've tried:

    - Using omv-firstaid to configure networking and to configure webGUI. It says webgui it's reachable at 192.168.0.81:80, but I try to paste it into the browser and it doesn't work.

    - Changing the webgui port to 8080. Still doesn't work.


    I checked:

    Code
    pi@raspberrypi:~ $ sudo nginx
    nginx: [emerg] bind() to [::]:8080 failed (98: Address already in use)
    nginx: [emerg] bind() to [::]:8080 failed (98: Address already in use)
    nginx: [emerg] bind() to [::]:8080 failed (98: Address already in use)
    nginx: [emerg] bind() to [::]:8080 failed (98: Address already in use)
    nginx: [emerg] bind() to [::]:8080 failed (98: Address already in use)
    nginx: [emerg] still could not bind()

    (before it said the same but with port 80)


    I saw a similar error in this forum and it solved it doing this:


    Code
    sudo apt pruge nginx nginx-full openmediavault
    sudo apt install nginx
    sudo apt install openmediavault

    After this, nothing really changed :(


    What else can I try? I really don't want to reflash the microSD because it isn't home and I'm using it from a VPN.

    Other stuff that you might want to see:


    Code
    pi@raspberrypi:~ $ sudo netstat -tulpen | grep 80
    tcp6       0      0 :::8080                 :::*                    LISTEN      0          16088      584/nginx: master p 
    udp        0      0 0.0.0.0:39802           0.0.0.0:*                           65534      20780      595/python3         
    udp6       0      0 :::38080                :::*                                0          16080      -           

    So... I made a sin. Or a lot of them. I took a Raspberry Pi with me for a trip for toying a bit, and installed Rasbian with the full desktop.


    I was watching a video and it installed this and I needed to also install OMV because it depended on it to work. The thing is that it killed my WiFi. After a while I could connect to the network (I can SSH into it, and the OMV webpage is up), but it has no WiFi!!.


    When I hover over the WiFi panel, it says "Connection to dhcpcd lost". I checked and /etc/dhcpcd.conf was gone. I restored it. Next, I went to /etc/network/interfaces and even tho I so a comment saying it was an aout-generated file by OMV, it was identical to the original one.


    What am I missing? I'm in the network and I can ping other people and access the Pi from other devices, but it doesn't show it in the panel and I don't have internet. I won't have access to a different SD for at least a week so I'd be nice solve this before.


    Thanks a lot!


    Also, if someone from the future comes here for reference on how OMV killed your WiFi for doing stupid things like me, so far I got it working (without internet) with:


    Code
    sudo ip link set wlan0 u
    ifconfig #it now shows the wlan0 interface
    
    #rebooted and configured the localization for WiFi
    raspi-config
    
    #edited  the wpa_suplicant and added my network (it was done in my case because I already had connected to the WiFi before, but you could look up for a guide on how to connect to WiFi from terminal)