Проблемы с Bacula
Добавлено: 2009-01-16 10:06:33
Добрый день, выскакивает вот такая вот ошибка
система
Вот конфиг директора, к слову взят с работающей системы...
Код: Выделить всё
]# bacula-dir -t -d /usr/local/etc/bacula-dir.conf
bacula-dir in free(): error: modified (chunk-) pointer
bacula-dir in malloc(): error: recursive call
bacula-dir in free(): error: recursive call
Код: Выделить всё
uname -a
FreeBSD Srv.domain.lan 6.4-RELEASE FreeBSD 6.4-RELEASE #1: Wed Dec 17 14:34:26 MSK 2008Код: Выделить всё
Director {
Name = backup-dir
DIRport = 9101
QueryFile = "/usr/local/share/bacula/query.sql"
WorkingDirectory = "/var/db/bacula"
PidDirectory = "/var/run"
Maximum Concurrent Jobs = 1
Password = "123"
Messages = Daemon
}
Job {
Name = "RestoreFiles"
Type = Restore
Client= first
FileSet= "standart-set"
Storage = backup-sd
Pool = main-pool
Messages = Daemon
Where = /bacula-restores
}
FileSet {
Name = "standart-set"
Include {
Options {
signature = MD5
}
File = /etc
}
}
Client {
Name = first
Address = 10.10.10.10
FDPort = 9102
Catalog = "default"
Password = "123"
File Retention = 30 days
Job Retention = 3 months
AutoPrune = yes
}
Storage {
Name = backup-sd
Address = 10.10.10.100
SDPort = 9103
Password = "123"
Device = backup-dev
Media Type = File
}
Messages {
Name = Daemon
syslog = all
}
Pool {
Name = main-pool
Pool Type = Backup
Recycle = yes
AutoPrune = yes
Volume Retention = 365 days
}
Pool {
Name = Scratch
Pool Type = Backup
}
Catalog {
Name = default
dbname = "bacula"; dbuser = "bacula"; dbpassword = ""