The `/etc/motd` file, where I'd expect it, is non-existent, as isn't any file nor folder starting with `/etc/motd`:
```
private@ubuntu-VirtualBox[pr]:~$cat /etc/motd
No such file or directory?
[pr]:~$cat /etc/motd
No such file or directory?
[pr]:~$# oooookay...
[pr]:~$ls /etc/motd*
No such file or directory?
[pr]:~$# ...
```
> I don't know which package they belong to, though
Hmm, I have no idea either -- `ls -l /etc/update-motd.d` displays a list of files with the following names, all having permission set 0d493 (0o755) and being owned by root:
```
00-header
10-help-text
90-updates-available
91-release-upgrade
97-overlayroot
98-fsck-at-reboot
98-reboot-required
```
@zyabin101 Yeah, Ubuntu can be a pain.
You could empty the scripts for now, and when the package updates say 'no' to overwriting your local changes.