• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Migration & Transfer Manager - error migrating

AmeliaG

Basic Pleskian
I'm trying to transfer a domain from one Plesk (centos 6.4 Plesk 11.5.30 Update #13) to another Plesk (centos 6.4 Plesk 11.5.30 Update #13)

I get this error:

Error: launchpad error (Error code = 2):
== STDERR ====================
Can't create agent directory /var/cache/20130823074852820 on the remote host: sh: line 0: cd: /var/cache/20130823074852820: No such file or directory
mkdir: cannot create directory `/var/cache/20130823074852820': Permission denied


any help ?

Thanks
 
Are you using the source server root password for the migrations on the destination server?
 
I have 3 Plesk all 11.5.30 Update #13

Plesk A
Plesk B
Plesk C

Migration between A and C works just fine. I get the error migrating from B to C.

On server A the username is root, unlike B where username is root45 and C where username is root68
 
I think there is a difference, because when I use SSH on server A, I can login with root and password, unlike server B where I can login with root45 and password, after that I need to >su to switch to superuser. Hope my english is clear.

edit: I understand why I get the error. It's because root45 doesn't have a full access to the server. How can I fix this ?
 
Last edited:
Then indeed your user root45 does not have full root privileges ...
QN: Why would you not use root instead on server B directly?
 
when I setup server B and C and try root (as username), I get this:



Please enter a valid User Name. See context help () for details.

Reserved user name. Please specify another user name.
Your user name must contain between 5-14 characters.

I't like B and C require username, password and then superuser passwors for access,

When I access to the panel, I can type "root" and password with no problem
 
Please check and confirm that you have in

Code:
#/etc/ssh/sshd_config

PermitRootLogin yes

If you don't then please set it ...
 
nano /etc/ssh/sshd_config

I added PermitRootLogin yes

/etc/init.d/sshd restart

ok
ok

but still I cannot SSH directly with root45 and password
 
You need to use username: root and NOT root45, it should give you direct root access ...
 
Well, there could be several reasons why you can't login to your server with root directly. This might require a little more detailed investigation ...However on the URL below is a checklist of how you can troubleshoot that problem ..

http://sharadchhetri.com/2011/12/03/root-is-not-able-to-login-in-redhat-and-centos/

If you need me to check it out from your server, then access to your server will be required and a level3 premium ticket on the below:
http://www.jolis.net/packages.php?spt=47

Once you sort out the root access permissions, then plesk migration should work fine as expected!
 
Back
Top