Koozali.org: home of the SME Server

Obsolete Releases => SME 9.x Contribs => Topic started by: david000 on August 17, 2015, 10:08:16 AM

Title: Roundcube Anacron job 'cron.daily' error email
Post by: david000 on August 17, 2015, 10:08:16 AM
Hi Guys, I've recently started seeing the following cron email alert:

Subject - Anacron job 'cron.daily' on xxxxx

/etc/cron.daily/logrotate:

error: roundcubemail:3 unknown option 'su' -- ignoring line
error: roundcubemail:3 unexpected text


Roundcube appears to be functioning normally but I wondered if any other users are seeing this ?




Title: Re: Roundcube Anacron job 'cron.daily' error email
Post by: stephdl on August 17, 2015, 10:39:12 AM
upgrade roundcubemail from stephdl repository see http://bugs.contribs.org/show_bug.cgi?id=9002
Title: Re: Roundcube Anacron job 'cron.daily' error email
Post by: david000 on August 17, 2015, 11:17:48 AM
Thanks, will do.

To confirm the command is:

> yum update roundcubemail --enablerepo=stephdl

Title: Re: Roundcube Anacron job 'cron.daily' error email
Post by: stephdl on August 17, 2015, 12:25:38 PM
yes :)

and you are looking for
Code: [Select]
# rpm -qa roundcubemail
roundcubemail-1.1.2-2.el6.remi.noarch
Title: Re: Roundcube Anacron job 'cron.daily' error email
Post by: david000 on August 17, 2015, 12:37:01 PM
Thanks I'll try that later.

I take it that

Code: [Select]
# rpm -qa roundcubemail
roundcubemail-1.1.2-2.el6.remi.noarch

Is the repose ?   (sorry, Linux newby here!)
Title: Re: Roundcube Anacron job 'cron.daily' error email
Post by: stephdl on August 17, 2015, 08:33:57 PM
I dont understand sorry.

The rpm command is just here to retrieve the version of the installed rpm roundcubemail
Title: Re: Roundcube Anacron job 'cron.daily' error email
Post by: brianr on August 17, 2015, 08:52:18 PM
Thanks I'll try that later.

I take it that

Code: [Select]
# rpm -qa roundcubemail
roundcubemail-1.1.2-2.el6.remi.noarch

Is the repose ?   (sorry, Linux newby here!)

response? yes.
Title: Re: Roundcube Anacron job 'cron.daily' error email
Post by: david000 on August 18, 2015, 10:02:30 AM
Cheers :)   Still not done it as yet....
Title: Re: Roundcube Anacron job 'cron.daily' error email
Post by: david000 on August 18, 2015, 06:22:26 PM
I tried a moment ago but no luck:

Code: [Select]
yum update roundcubemail --enablerepo=stephdl
Loaded plugins: fastestmirror, smeserver

Error getting repository data for stephdl, repository not found

I tried to split the command but no progress:

#enablerepo=stephdl
then
#yum update roundcubemail

which gave:

Loaded plugins: fastestmirror, smeserver
Setting up Update Process
Loading mirror speeds from cached hostfile
 * base: centos.serverspace.co.uk
 * smeaddons: mirror.pialasse.com
 * smeextras: mirror.pialasse.com
 * smeos: mirror.pialasse.com
 * smeupdates: mirror.pialasse.com
 * updates: mirror.ukhost4u.com
No Packages marked for Update

Any suggestions ?
Title: Re: Roundcube Anacron job 'cron.daily' error email
Post by: stephdl on August 18, 2015, 06:54:00 PM
enable first my repository http://wiki.contribs.org/Stephdl
Title: Re: Roundcube Anacron job 'cron.daily' error email
Post by: david000 on August 30, 2015, 08:35:05 PM
Cheers. I'd assumed I must have already enabled it to install in the first place. I'll try it again, presumably no harm in enabling it twice?
Title: Re: Roundcube Anacron job 'cron.daily' error email
Post by: david000 on August 30, 2015, 10:32:49 PM
Sorted :)

Thanks for your help...
Title: Re: Roundcube Anacron job 'cron.daily' error email
Post by: janet on August 31, 2015, 04:12:37 AM
david000
Quote
I'd assumed I must have already enabled it to install in the first place. I'll try it again, presumably no harm in enabling it twice?
Unless you use a different name, the repo is not enabled twice. The second "enabling" will replace & override the first.
Title: Re: Roundcube Anacron job 'cron.daily' error email
Post by: david000 on August 31, 2015, 11:38:09 AM
odd, I wonder why it didn't 'stick' the first time?
Title: Re: Roundcube Anacron job 'cron.daily' error email
Post by: janet on August 31, 2015, 12:34:41 PM
David000

Quote
odd, I wonder why it didn't 'stick' the first time?
Typically people make a mistake when entering the command or forget to do
signal-event yum-modify

If you seriously want to know, then view the history of commands entered
ie press up arrow key or review the bash history file

Title: Re: Roundcube Anacron job 'cron.daily' error email
Post by: david000 on September 01, 2015, 09:59:35 AM
Cheers Janet, I'll keep an eye on it.