• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Recent content by cirrus

  1. C

    Issue Cron error

    Unfortunately the Plesk license was purchased through a Hetzner dedicated server plan. Plesk support bounces me to Hetzner, and Hetzner says that they do not provide support for this...
  2. C

    Issue Cron error

    Hi, Any news on this? Any Pleskian elder care to provide support? Thank you!
  3. C

    Issue Cron error

    Possibly this is a bug, pertaining to Debian based installations ? Mine is Ubuntu 18.04
  4. C

    Issue Cron error

    Hm, maybe it's because I am on Ubuntu 18. I'll look into it, thanks!
  5. C

    Issue Cron error

    This is what I have: #!/bin/sh # Clean non existent log file entries from status file cd /var/lib/logrotate test -e status || touch status head -1 status > status.clean sed 's/"//g' status | while read logfile date do [ -e "$logfile" ] && echo "\"$logfile\" $date" done >> status.clean mv...
  6. C

    Issue Cron error

    I can confirm this happening on Latest plesk. I get daily messages with this subject: Cron <root@domain> test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily ) /etc/cron.daily/logrotate: tail: cannot open ']' for reading: No such file or directory logrotate_script: 3: [...
Back
Top