• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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