What type of hardware are you using: VPS bought online
What YunoHost version are you running: YunoHost 12.1.17.1 (stable)
How are you able to access your server: SSH
Are you in a special context or did you perform specific tweaking on your YunoHost instance ?: I committed attempted migration
Describe your issue
Some cronjob is trying to chown -R root.admins /usr/share/ssowat using the old dot syntax and not the newer colon syntax, so it’s trying to rename all the files to a non-existent ‘root.admins’ user name vs what it presumably intends ‘root:admins’, I don’t know where to stop it, but the emails just keep piling up! Two emails every minute on the minute.
/usr/share/ssowat/* is already owned by root:admins all the way down.
I have checked crontab -l for root and gemlog
I have grepped -rin all of cron.d’s, /var/syslog, at and, indeed, all of /etc itself looking for something trying to enforce ownership. I can’t find it.
I can easily see it in syslog, but not what ran the command in the first place.
Share relevant logs or error messages
From: Cron Daemon root@gemlog.ca
To: root@gemlog.ca
Subject: Cron root@gemlog chown -R root.admins /usr/share/ssowat
Date: Sun, 7 Sep 2025 12:33:01 -0700 (PDT)
chown: warning: ‘.’ should be ‘:’: ‘root.admins’
https://paste.yunohost.org/raw/asiculukor
It’s a pair of these every minute.
"This is the mail system at host gemlog.ca.
I’m sorry to have to inform you that your message could not
be delivered to one or more recipients. It’s attached below.
For further assistance, please send mail to postmaster.
If you do so, please include this problem report. You can
delete your own text from the attached returned message.
The mail system
admin@gemlog.ca (expanded from ): user unknown
Reporting-MTA: dns; gemlog.ca
X-Postfix-Queue-ID: A02F8200F3D
X-Postfix-Sender: rfc822; root@gemlog.ca
Arrival-Date: Sun, 7 Sep 2025 12:33:01 -0700 (PDT)
Final-Recipient: rfc822; admin@gemlog.ca
Original-Recipient: rfc822;root@gemlog.ca
Action: failed Status: 5.1.1
Diagnostic-Code: x-unix; user unknown
Cron root@gemlog chown -R root.admins /usr/share/ssowat

From: Cron Daemon root@gemlog.ca
To: root@gemlog.ca
Date: 9/7/25 12:33 PM
chown: warning: ‘.’ should be ‘:’: âroot.adminsâ
I have done all updates. I have restarted the server. I am unable to create aliases for admin, root or postmaster, even though I have admin privs. I had to delete those on advice to get step 34 of migration to proceed. I am very screwed right now. I can’t do w/o that email. For now, I have set a filter in my email client to move those mails to trash. 120 emails/hour.