Beiträge von slkamath

    Thank you so much for your details info & reply.


    I will also try with nfs & autofs. In case of any doubt i may ping you, :)


    Lokesh Kamath

    Thank you so much Adoby.


    Can you please guide how to do NFS shares with AUTOFS?


    The output of sudo systemctl enable ssh


    Synchronizing state of ssh.service with SysV service script with /lib/systemd/systemd-sysv-install.
    Executing: /lib/systemd/systemd-sysv-install enable ssh
    root@slk:/home/lokeshkamath# sudo systemctl status ssh
    ● ssh.service - OpenBSD Secure Shell server
    Loaded: loaded (/lib/systemd/system/ssh.service; enabled; vendor preset: enabled)
    Active: active (running) since Fri 2019-11-29 10:51:34 IST; 1 day 11h ago
    Main PID: 1507 (sshd)
    Tasks: 1 (limit: 4915)
    CGroup: /system.slice/ssh.service
    └─1507 /usr/sbin/sshd -D



    Nov 30 14:55:49 slk sshd[15759]: Invalid user rsync lokeshkamath from 192.xxx.xxx.10 port 40942
    Nov 30 14:55:49 slk sshd[15759]: Failed none for invalid user rsync lokeshkamath from 192.xxx.xxx.10 po
    Nov 30 14:55:49 slk sshd[15759]: Failed password for invalid user rsync lokeshkamath from 192.192.0.1
    Nov 30 14:55:49 slk sshd[15759]: Failed password for invalid user rsync lokeshkamath from 192.192.0.1
    Nov 30 14:55:49 slk sshd[15759]: Connection closed by invalid user rsync lokeshkamath 192.xxx.xxx.10 po
    Nov 30 22:28:28 slk sshd[6216]: Invalid user rsync lokeshkamath from 192.xxx.xxx.10 port 42752
    Nov 30 22:28:28 slk sshd[6216]: Failed none for invalid user rsync lokeshkamath from 192.xxx.xxx.10 por
    Nov 30 22:28:28 slk sshd[6216]: Failed password for invalid user rsync lokeshkamath from 192.xxx.xxx.10
    Nov 30 22:28:28 slk sshd[6216]: Failed password for invalid user rsync lokeshkamath from 192.xxx.xxx.10
    Nov 30 22:28:28 slk sshd[6216]: Connection closed by invalid user rsync lokeshkamath 192.xxx.xxx.10 por
    lines 1-18/18 (END)



    *************************************************************************************************************
    UFW Status


    root@slk:/home/lokeshkamath# ufw status
    Status: active



    To Action From
    -- ------ ----
    22/tcp ALLOW Anywhere
    873/tcp ALLOW Anywhere
    873/udp ALLOW Anywhere
    22/tcp (v6) ALLOW Anywhere (v6)
    873/tcp (v6) ALLOW Anywhere (v6)
    873/udp (v6) ALLOW Anywhere (v6)


    Once again thank you so much.


    Lokesh Kamath

    Hi,


    Myself Lokesh Kamath. I am very new to Openmediavault.


    Recently I have installed OMV in our organization for LAN System Backup.


    Through server I am unable to backup the client machines. I am getting below error. (Remote Backup with Pull mode)


    Please wait, syncing <rsync lokeshkamath@192.xxx.xxx.8:/home/lokeshkamath/Documents> to </srv/dev-disk-by-label-DataBackup/Admin/Lokesh> ...
    Permission denied, please try again.
    Permission denied, please try again.
    Permission denied (publickey,password).
    rsync: connection unexpectedly closed (0 bytes received so far) [Receiver]
    rsync error: unexplained error (code 255) at io.c(235) [Receiver=3.1.2]



    The synchronisation has completed successfully.
    Done ...


    If i try below command from client machine to server it is working perfect.
    rsync -avz /home/lokeshkamath/Documents root@192.xxx.xxx.10:/sharedfolders/Lokesh



    I tried with telnet in client machine (Ubuntu)
    telnet 192.xxx.xxx.8 873



    Trying 192.xxx.xxx.8...
    telnet: Unable to connect to remote host: Connection refused


    I tried with ufw status from terminal
    ufw status
    Status: active



    To Action From
    -- ------ ----
    22/tcp ALLOW Anywhere
    873/tcp ALLOW Anywhere
    873/udp ALLOW Anywhere
    22/tcp (v6) ALLOW Anywhere (v6)
    873/tcp (v6) ALLOW Anywhere (v6)
    873/udp (v6) ALLOW Anywhere (v6)


    I am not understanding where is the mistake & how to solve this issue.


    In OMV rsync jobs configured like this


    Please guide me. Thanks in advance.