restore not complete "

ekaja

Verified User
Joined
Dec 9, 2007
Messages
46
I move file to new server (same ip)
and click restore but show this error

host# /usr/local/directadmin/dataskq d200
Debug mode. Level 200

pidfile written
staring queue
dataskq: command: action=restore&ip%5Fchoice=file&local%5Fpath=%2Fhome%2Fadmin%2Fadmin%5Fbackups&owner=admin&select%30=user%2Eekaja%2Edummydomain%2Etar%2Egz&type=admin&value=multiple&when=now&where=local
Running the following as admin : /usr/bin/nice -n 19 /usr/bin/tar xzfO /home/admin/admin_backups/user.ekaja.dummydomain.tar.gz backup/backup_options.list 2>&1
Running the following as admin : /usr/bin/nice -n 19 /usr/bin/tar xzfp /home/admin/admin_backups/user.ekaja.dummydomain.tar.gz -C /home/admin/admin_backups/dummydomain backup/user.conf 2>&1
User::create(password, 0) user=dummydomain
User dummydomain created successfully
stat(/home/dummydomain) returned 0, just after user creation
stat info:
mode: 16877
uid:1025 (dummydomain)
gid:1023 (dummydomain)
size:512
atime:1331199685
mtime:1331199685
ctime:1331199685
User::setQuota(0) user=dummydomain
quota command: /usr/sbin/edquota -e /home:0:0:0:0 dummydomain
Quotas set
User::setQuota(0) user=dummydomain
quota command: /usr/sbin/edquota -e /home:0:0:0:0 dummydomain
Quotas set
File /etc/namedb/dummydomain.in.th.db.temp appears ok to named-checkzone
Restoring email acounts for domain dummydomain.in.th for dummydomain
Trying to restore account name: 'admin'.....
Trying to restore account name: 'billing'.....
Trying to restore account name: 'support'.....
Done restoring email accounts for domain dummydomain.in.th for dummydomain: All OK? Yes
File /etc/namedb/dummydomain.in.th.db.temp appears ok to named-checkzone
Resetting any apache owned files below /home/dummydomain/domains
Segmentation fault

OS FreeBSD 8.2 64bit (old server is same version)

please help
thank you
 
this ? (some domain restore done)
host# cd /usr/local/directadmin
host# killall -9 directadmin
host# gdb directadmin
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "amd64-marcel-freebsd"...(no debugging symbols found)...
(gdb) run s
Starting program: /usr/local/directadmin/directadmin s
DirectAdmin 1.40.3
Accepting Connections on port 2222

Program exited normally.
(gdb) bt full
No stack.
(gdb)
 
this ? (some domain restore done)



This is what I´ve got after the segmentation fault.

Code:
Starting program: /usr/local/directadmin/directadmin s
[Thread debugging using libthread_db enabled]
DirectAdmin 1.43.3
Accepting Connections on port 2222
^C
Program received signal SIGINT, Interrupt.
0x00007ffff5e304b0 in __accept_nocancel () from /lib64/libc.so.6
(gdb) bt full
#0  0x00007ffff5e304b0 in __accept_nocancel () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000000000455f60 in Sockets::wait() ()
No symbol table info available.
#2  0x000000000057809d in main ()
No symbol table info available.

After installing libc it´s still not working. Any ideas? It's only one backup where it fails. The other 50 backups restored perfect.
 
Last edited:
Back
Top