Here is my FranckeiNas

  • My command looked after the sudo errors. You still have a dns error. can you ping from the server?


    ping -c5 8.8.8.8


    Should get a response like this:


    Code
    PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
    64 bytes from 8.8.8.8: icmp_seq=1 ttl=115 time=39.0 ms
    64 bytes from 8.8.8.8: icmp_seq=2 ttl=115 time=37.8 ms
    64 bytes from 8.8.8.8: icmp_seq=3 ttl=115 time=37.8 ms
    64 bytes from 8.8.8.8: icmp_seq=4 ttl=115 time=37.4 ms
    64 bytes from 8.8.8.8: icmp_seq=5 ttl=115 time=37.9 ms


    if that works how about


    ping -c5 dns.google.com


    Should get a response like this:

    Code
    PING dns.google.com (8.8.8.8) 56(84) bytes of data.
    64 bytes from dns.google (8.8.8.8): icmp_seq=1 ttl=115 time=38.5 ms
    64 bytes from dns.google (8.8.8.8): icmp_seq=2 ttl=115 time=37.6 ms
    64 bytes from dns.google (8.8.8.8): icmp_seq=3 ttl=115 time=37.8 ms
    64 bytes from dns.google (8.8.8.8): icmp_seq=4 ttl=115 time=37.3 ms
    64 bytes from dns.google (8.8.8.8): icmp_seq=5 ttl=115 time=37.3 ms

    If none of that works, perhaps your nic is not configured


    What is the output of ip a

    Asrock B450M, AMD 5600G, 64GB RAM, 6 x 4TB RAID 5 array, 2 x 10TB RAID 1 array, 100GB SSD for OS, 1TB SSD for docker and VMs, 1TB external SSD for fsarchiver OS and docker data daily backups

    Edited once, last by BernH ().

  • Good morning,


    Hi ! BernH,


    Here is the source of the problem :


    Quote

    fredouille40@debiannasgalope:~$ ping -c5 dns.google.com

    ping: dns.google.com: Échec temporaire dans la résolution du nom

    fredouille40@debiannasgalope:~$ fredouille40@debiannasgalope:~$ ping -c5 dns.google.com

    ping: dns.google.com: Échec temporaire dans la résolution du nom

    Searching for the solution...

  • Asus same wifi router set as repeater (pro PC and NAS are connected to ethernet)...

    But is this the connection to the Internet?
    What I'm asking is how is your connection to the ISP?

    Is that the main router? Which type of connection it has: Fiber, Coaxial, LTE, etc

    You seem to be loosing Internet connection after some process of the install and this makes me think that the way you have the service is killing the connection.

  • 4G Huawei router first floor, Internet provider.

    Ethernet

    Asus wifi router ground floor with ethernet clients : Mibox TV, Hifi switch-music server-all in one hifi Amp.

    Airmesh

    Asus wifi router set as WIFI repeater (pro PC and NAS are connected by ethernet)...

  • 4G Huawei router first floor, Internet provider.

    Ethernet

    Asus wifi router ground floor with ethernet clients : Mibox TV, Hifi switch-music server-all in one hifi Amp.

    Airmesh

    Asus wifi router set as WIFI repeater (pro PC and NAS are connected by ethernet)...

    So, your NAS is not direct connected but hopping from one router to another and your Internet is via a 4G LTE signal, is that it?

    And your network is WiFi, even if you have the devices connected with ethernet on the MESH.

    If it is, no wonder why you keep having issues with it.


    Is it possible for you to connect the NAS straight to the 4G router just to install the system and after, move it to where you want it?

    At least, you would have a single connection to the outside Internet.


    Only problem to solve would be to run omv-firstaid to reconfigure the NIC once you move it to another place.


    Just food for thoughts.

  • Hi !

    Did not moved anything.

    I decided to run the install on code straight to the nas (old school with screen and keyboard).


    During omv download ans install, everything seems to work, unless ntp.service and… ??? Screen is too fast with red message but, install went through…


    In progress

  • So you were able to ping the 8.8.8.8 ip address?


    If your wifi mesh is not passing dns servers to your system, you may need to manually enter them in the interface config.


    There is a field for dns servers where you could enter the 8.8.8.8 and any other servers you want to use in a comma separated list. or via the omv-firstaid network configuration.

    Asrock B450M, AMD 5600G, 64GB RAM, 6 x 4TB RAID 5 array, 2 x 10TB RAID 1 array, 100GB SSD for OS, 1TB SSD for docker and VMs, 1TB external SSD for fsarchiver OS and docker data daily backups

  • Thanks to all for your support.


    Event if the latest updates seemed not to be loaded, it has been finished well.


    After that, I experience another trouble with extensions (still 500 error), but appear once.


    Finger cross.


    Go go go to the show !!!!

  • One last, but not least thing.

    I red somewhere OMV was recommended on usb stick with flash memory on AMD CPU's.

    Is that correct ?


    In this case, I do need to built an ISO save for the stick. And would keep the 128 Go MSATA SSD as a buffer...

    Correct ? Or 128 is not enought ?

  • Hi there,


    I did experiment some troubles with filebrowser repo, so I red that it what end of life. I did try to install FBQuantum through docker, with no success.

    But, no opportunity to delete it. And a constant status "restarting" unbrokenable.

    It caused RAM overload.

    Freezing system.

    So I decideted to make another install with Debian13 and OMV8... by following this tuto : https://docs.openmediavault.or…stallation/on_debian.html

    The thing is OMV is totally empty unless empty Dashboard.

    Would you be kind enough to let me retreiving the original menu (system, repo, disks, share, ...).


    Have a good day and good celebrating evening.

  • One other thing.

    I made Debian13 from USB stick.

    Config SSH and then made OM8 install through Putty/SSH it worked well.

    But now, I cannot access to it via SSH (access denied), only got access straight to the terminal... Do not understand....

  • One other thing.

    I made Debian13 from USB stick.

    Config SSH and then made OM8 install through Putty/SSH it worked well.

    But now, I cannot access to it via SSH (access denied), only got access straight to the terminal... Do not understand....

    access denied how? Is it an ssh key error, a login credentials error, etc? If this is the same IP address with a different debian install, the ssh key will have changed on the client. Depending on the terminal you are using, you may need to remove the saved key and let a new one get installed. What are you using to connect?


    By default root does not have ssh access in debian and a user account needs to be assigned to the _ssh group to get access. Are you using a user account or root? Is root access enabled?

    Asrock B450M, AMD 5600G, 64GB RAM, 6 x 4TB RAID 5 array, 2 x 10TB RAID 1 array, 100GB SSD for OS, 1TB SSD for docker and VMs, 1TB external SSD for fsarchiver OS and docker data daily backups

    Edited once, last by BernH ().

    • Official Post

    Config SSH and then made OM8 install through Putty/SSH it worked well.

    But now, I cannot access to it via SSH (access denied), only got access straight to the terminal... Do not understand....

    If you followed this -> process. (Admittedly, it's a new OMV8 doc.) You would have created an admin user account to open up SSH connections, initially. Debian, when installed first, does not allow root access VIA SSH. The admin user must be used.

    In any case, now that OMV is installed, you can enable root / SSH access. Go to Services, SSH, and check box for Permit Root Login.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!