I've been accessing my Ubuntu 20 laptop remotely (that's why vino-server is active I guess but I'm not 100% sur, it may also be used by other software) from a Windows PC at work for a long time, without any issue until more or less last week when I received a warning saying my hard disk in full on my Laptop.
After investigation, it appears it's the vino-server that is gone crazy : It fills the syslog with messages such as the following :
Sep 18 17:21:20 vino-server[2487]: 18/09/2021 17:21:20 ip-113-198.4vendeta.com
Sep 18 17:21:20 vino-server[2487]: 18/09/2021 17:21:20 haumea.vds.sh
Sep 18 17:21:20 vino-server[2487]: message repeated 14 times: [ 18/09/2021 17:21:20 haumea.vds.sh]
Sep 18 17:21:20 vino-server[2487]: 18/09/2021 17:21:20 217.148.142.40
Sep 18 17:21:20 vino-server[2487]: 18/09/2021 17:21:20 haumea.vds.sh
Sep 18 17:21:20 vino-server[2487]: message repeated 15 times: [ 18/09/2021 17:21:20 haumea.vds.sh]
Sep 18 17:21:20 vino-server[2487]: 18/09/2021 17:21:20 217.148.142.40
Sep 18 17:21:20 vino-server[2487]: 18/09/2021 17:21:20 haumea.vds.sh
Sep 18 17:21:20 vino-server[2487]: message repeated 13 times: [ 18/09/2021 17:21:20 haumea.vds.sh]
Sep 18 17:21:20 vino-server[2487]: 18/09/2021 17:21:20 217.148.142.40
Sep 18 17:21:20 vino-server[2487]: 18/09/2021 17:21:20 haumea.vds.sh
Sep 18 17:21:20 vino-server[2487]: message repeated 15 times: [ 18/09/2021 17:21:20 haumea.vds.sh]
Sep 18 17:21:20 vino-server[2487]: 18/09/2021 17:21:20 217.148.142.40
Sep 18 17:21:20 vino-server[2487]: 18/09/2021 17:21:20 haumea.vds.sh
Sep 18 17:21:20 vino-server[2487]: message repeated 2 times: [ 18/09/2021 17:21:20 haumea.vds.sh]
Sep 18 17:21:20 vino-server[2487]: 18/09/2021 17:21:20 ip-113-198.4vendeta.com
Sep 18 17:21:20 vino-server[2487]: 18/09/2021 17:21:20 haumea.vds.sh
Sep 18 17:21:20 vino-server[2487]: message repeated 11 times: [ 18/09/2021 17:21:20 haumea.vds.sh]
Sep 18 17:21:20 vino-server[2487]: 18/09/2021 17:21:20 217.148.142.40
Sep 18 17:21:20 vino-server[2487]: 18/09/2021 17:21:20 haumea.vds.sh
Sep 18 17:21:20 vino-server[2487]: message repeated 11 times: [ 18/09/2021 17:21:20 haumea.vds.sh]
Sep 18 17:21:20 vino-server[2487]: 18/09/2021 17:21:20 59.152.10.251
Sep 18 17:21:20 vino-server[2487]: 18/09/2021 17:21:20 haumea.vds.sh
Sep 18 17:21:20 vino-server[2487]: 18/09/2021 17:21:20 59.152.10.251
Sep 18 17:21:20 vino-server[2487]: 18/09/2021 17:21:20 haumea.vds.sh
I'm a Noob in Ubuntu, so I don't know what to do and how to do it.
For the moment, I use a command to manually clean my syslog whenever the hard disk starts to be too full of logs but I'd rather understand what is wrong and correct it.
Is it possible I've got a virus or that my laptop remote access is being attacked ?
Is there in vino-server some settings to avoid sending so many lines in syslog ?
Is there a setting (an auto-purge) in syslog to limit the size of syslog ?
Thanks in advance for your help
Updates -----------
So here are the results of commands requested by waltinator to help investigate
- locate vino-server
/usr/lib/systemd/user/vino-server.service
/usr/lib/vino/vino-server /usr/share/applications/vino-server.desktop
- dpkg -S vino-server
vino: /usr/lib/vino/vino-server
vino: /usr/lib/systemd/user/vino-server.service vino: /usr/share/applications/vino-server.desktop
- dpkg -L vino
/.
/usr
/usr/lib
/usr/lib/systemd
/usr/lib/systemd/user
/usr/lib/systemd/user/vino-server.service
/usr/lib/vino /usr/lib/vino/vino-server
/usr/share
/usr/share/applications
/usr/share/applications/vino-server.desktop
/usr/share/doc
/usr/share/doc/vino
/usr/share/doc/vino/AUTHORS
/usr/share/doc/vino/NEWS.gz
/usr/share/doc/vino/README
/usr/share/doc/vino/changelog.Debian.gz
/usr/share/doc/vino/copyright
/usr/share/glib-2.0
/usr/share/glib-2.0/schemas
/usr/share/glib-2.0/schemas/org.gnome.Vino.enums.xml
/usr/share/glib-2.0/schemas/org.gnome.Vino.gschema.xml
Also, since then I've tried the following process to limit the size of the syslog to 100Mb (How do I limit the size of my syslog?) and since then I don't have any hard disk issue. I've checked the last 20 entries of syslog and there is nothing at all. So, either I've accidentally stopped the syslog or the issue has dissappeared (may be because my vino server was unstable and needed a restart ?).
Thanks a lot for those who helped.