Segmentation fault

kevinwalter

Verified User
Joined
Jun 1, 2011
Messages
51
Hi,

The backup function stopped after the last update. Now I'm getting a Segmentation Fault.

-bash-3.2# ./dataskq d800
Debug mode. Level 800

root priv set: uid:0 gid:0 euid:0 egid:0
pidfile written
staring queue
dataskq: command: action=backup&database%5Fdata%5Faware=yes&email%5Fdata%5Faware
set_task_queue_tracking: unable to create directory (./data/admin/task_queue_pro

track_process: level_tracker_file is NULL, cannot add to it. (track_entry_id=0)
User::setQuota(0, inodes=0, partition='(null)') user=admin
quota command: /usr/sbin/setquota admin 0 0 0 0 /
Quotas set
track_process: level_tracker_file is NULL, cannot add to it. (track_entry_id=0)
track_process: level_tracker_file is NULL, cannot add to it. (track_entry_id=0)
track_process: level_tracker_file is NULL, cannot add to it. (track_entry_id=0)
track_process: level_tracker_file is NULL, cannot add to it. (track_entry_id=0)
track_process: level_tracker_file is NULL, cannot add to it. (track_entry_id=0)
track_process: level_tracker_file is NULL, cannot add to it. (track_entry_id=0)
track_process: level_tracker_file is NULL, cannot add to it. (track_entry_id=0)
Segmentation fault


Any ideas?

Kind Regards,

Kevinwalter
 
Apparently the directory /data/admin/task_queue_pro was gone. After re-creating the directory and settings the permissions to 777 it works. Weird thing that the folder was gone. How can that happen? :S
 
Back
Top