Backup failed, segment failed

kaori14112

New member
Joined
Mar 23, 2019
Messages
4
Hi,
I tried to upgrade DA to newest version (1.575), yum update and rebuild everything (./build all d),
I check binaries thing too (compiled on Centos 7)
Capture.png

But everytime i tried to use Admin Backup/Transfer then it'll never show the result in Message System
(User's System Quotas setError locking the User 'admin' actions lock file due to existing lock. Some other process may be doing work on this account)
When i check backup proceed in Admin Backup/Transfer it will stop imediatly (After click into Details),
it's shown "Overview PID is not currently running, Cleaning up tracking information. Tracker stream has closed."
I tried to use /usr/local/directadmin/dataskq d2000.
Here is log:
Code:
Debug mode. Level 2000

root priv set: uid:0 gid:0 euid:0 egid:0
pidfile written
starting queue
dataskq: command: action=backup&append%5Fto%5Fpath=nothing&database%5Fdata%5Faware=yes&email%5Fdata%5Faware=yes&local%5Fpath=%2Fhome%2Fadmin%2Fadmin%5Fbackups&owner=admin&type=admin&value=multiple&when=now&where=local&who=all
User::setQuota(0, inodes=0, partition='(null)') user=admin
quota command: /usr/sbin/xfs_quota -x -c 'limit -u bsoft=0k bhard=0k isoft=0 ihard=0 admin' /                                                                   
Quotas set
User::lock_actions: 'admin' is action locked. Will wait a bit to see if it will pass.
User::lock_actions: Error locking the User 'admin' actions lock file due to existing lock.
Current location: User::setQuota(0) : admin : User('admin')::readFile() : finished
backup() call for 'admin' returned code=0
User::setQuota(0, inodes=0, partition='(null)') user=admin
quota command: /usr/sbin/xfs_quota -x -c 'limit -u bsoft=0k bhard=0k isoft=0 ihard=0 admin' /                                                                   
Quotas set
User::setQuota(0, inodes=0, partition='(null)') user=test01
quota command: /usr/sbin/xfs_quota -x -c 'limit -u bsoft=0k bhard=0k isoft=0 ihard=0 test01' /                                                                  
Quotas set
User::lock_actions: 'test01' is action locked. Will wait a bit to see if it will pass.
User::lock_actions: Error locking the User 'test01' actions lock file due to existing lock.
Current location: User::setQuota(0) : test01 : User('test01')::readFile() : finished
backup() call for 'test01' returned code=0
User::setQuota(0, inodes=0, partition='(null)') user=test01
quota command: /usr/sbin/xfs_quota -x -c 'limit -u bsoft=0k bhard=0k isoft=0 ihard=0 test01' /                                                                  
Quotas set
Tickets::deliverMessage: 1: variables to write: num_user_messages=-1 num_user_tickets=-1
Ticket::notifyUser:admin: counts before trying to get new values: num_user_message=-1, num_user_tickets=-1
Ticket::notifyUser: calling count_messages_set_to_class_num_user on ./data/admin/tickets.list
Tickets::notifyUser: variables to write: num_user_messages=1 num_user_tickets=0
Tickets::notifyUser: writing the new_way based on counts and exist values for tech=0
Tickets::deliverMessage: 2: variables to write: num_user_messages=-1 num_user_tickets=-1
show_blocked_ips.sh returns no result
done queue
(It's shown segment fault sometimes)
Hope to see solution from you guys, thank you very much!
p.s: sorry about my english.
 
did you check space and tmp space?

Code:
df -h

or

Code:
df -i

also you might run

cd /usr/local/directadmin/custombuild
./build clean
./build clean_old_webapps
 
did you check space and tmp space?

Code:
df -h

or

Code:
df -i

also you might run

cd /usr/local/directadmin/custombuild
./build clean
./build clean_old_webapps

Still the same, i have checked disk space, inodes,...
Code:
[root@centos-7-x64-directadmin custombuild]# df -hT
Filesystem     Type      Size  Used Avail Use% Mounted on
/dev/vda3      xfs        70G  5.5G   65G   8% /
devtmpfs       devtmpfs  1.9G     0  1.9G   0% /dev
tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
tmpfs          tmpfs     1.9G  8.6M  1.9G   1% /run
tmpfs          tmpfs     1.9G     0  1.9G   0% /sys/fs/cgroup
/dev/vda1      xfs       497M  155M  343M  32% /boot
tmpfs          tmpfs     379M     0  379M   0% /run/user/0
[root@centos-7-x64-directadmin custombuild]# df -hi
Filesystem     Inodes IUsed IFree IUse% Mounted on
/dev/vda3         70M   96K   70M    1% /
devtmpfs         471K   359  471K    1% /dev
tmpfs            474K     1  474K    1% /dev/shm
tmpfs            474K   477  474K    1% /run
tmpfs            474K    16  474K    1% /sys/fs/cgroup
/dev/vda1        500K   340  500K    1% /boot
tmpfs            462K     1  462K    1% /run/user/0
Now it's show "Segment fault" in dataskq:
Code:
[root@centos-7-x64-directadmin custombuild]# /usr/local/directadmin/dataskq d2000
Debug mode. Level 2000

root priv set: uid:0 gid:0 euid:0 egid:0
pidfile written
starting queue
dataskq: command: action=backup&append%5Fto%5Fpath=nothing&database%5Fdata%5Faware=yes&email%5Fdata%5Faware=yes&local%5Fpath=%2Fhome%2Fadmin%2Fadmin%5Fbackups&owner=admin&type=admin&value=multiple&when=now&where=local&who=all
User::setQuota(0, inodes=0, partition='(null)') user=admin
quota command: /usr/sbin/xfs_quota -x -c 'limit -u bsoft=0k bhard=0k isoft=0 ihard=0 admin' /                                                                   
Quotas set
User::is_locked_actions: account '(null)' had an old action lock (inode=13710735) which was not ours, so we're deleting it.
backup: doing hard link check on '/home/admin/admin_backups/admin/backup' - begin
backup: doing hard link check on '/home/admin/admin_backups/admin/backup' - end
Segmentation fault
I tried many times in many way, but seem like non of that working :(
 
Back
Top