• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

After upgrade to 9.5.2 - proftpd log shows "Preparing to chroot to directory"

Alban Staehli

Regular Pleskian
Hello,

I just upgraded plesk from 9.2.1 to 9.5.2 (CentOS 5.2). Everything runs smoothly, thanks for the good job done @ Parallels!

I only see one little problem:
- in the general logs ("/var/log/messages"), I see a line that occurs each time an ftp user uploads a file: "Preparing to chroot to directory"
- everything's work
- my only problem is that this notice/error give a lot of lines in my nightly logwatch

So, how can I stop getting this line? And am I right, this is not a big error (as everything's work)?

Thanks.
 
Last edited:
It is just notification but not error. It is related to proftpd logging.
 
Okay, that's what I thought. But how to disable the loging of those informations?
As my nightly logwatch gets too big for now.
 
I found the way to configure the nightly logwatch in order to ignore this kind of messages.

I simply edited the file /etc/logwatch/conf/ignore.conf as follow:

###### REGULAR EXPRESSIONS IN THIS FILE WILL BE TRIMMED FROM REPORT OUTPUT #####
Preparing to chroot to directory
 
Back
Top