mirror of
https://github.com/lucascbeyeler/zmbackup.git
synced 2026-04-24 22:55:56 +03:00
[GH-ISSUE #41] I can't run backups | DNS SRV: out of memory? #26
Labels
No labels
Bug Report
Enhancement
Enhancement
Feature Idea
Feature Idea
Not Implemented
Question
Question
Task
Wontfix
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/zmbackup#26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zenatuz on GitHub (May 21, 2017).
Original GitHub issue: https://github.com/lucascbeyeler/zmbackup/issues/41
Originally assigned to: @lucascbeyeler on GitHub.
Hey Lucas,
I'm trying do a backup, but when I run the command, I have this issue,
DNS SRV: out of memory?.How can I fix it? Do I need to do any different configuration when I run the wizard?
P.S.: I did the installation process without change any option.
Thanks.
@lucascbeyeler commented on GitHub (May 21, 2017):
Good evening @zenatuz ,
The problem probably is the multithread feature. For default, the zmbackup work with 3 threads at the same time, but it's looks like your server don't work very well with this amount. Can you please open the file /etc/zmbackup/zmbackup.conf and change the MAX_PARALLEL_PROCESS option from 3 to 1 and try again?
Regards,
Lucas Costa Beyeler
@zenatuz commented on GitHub (May 23, 2017):
Hey @lucascbeyeler,
I've found the solution, I needed to change the value of a few variables in the zmbackup.conf, puting the server IP address.
I've found the solution in this post: https://github.com/bggo/Zmbkpose/issues/43
Thanks anyway.
@lucascbeyeler commented on GitHub (May 23, 2017):
Good morning @zenatuz ,
Strange that you need to change this value in your conf, because the zmbackup_wizard should provide the correct value. Does the field was empty?
Question: do you put the IP address of your server inside the /etc/hosts?
I'm marking this as bug related to zmbackup_wizard for now.
Regards,
Lucas Costa Beyeler
@zenatuz commented on GitHub (May 23, 2017):
Hey @lucascbeyeler, good afternoon.
No, the fields wasn't empty, but they had a variable, I don't remember wich were.
I'm not sure about the /etc/hosts, maybe this was the source of the problem. I'll check later and let you know about this setting.
Thanks for the feedback.
Renato Batista.
@zenatuz commented on GitHub (May 24, 2017):
Hey @lucascbeyeler,
Settings were ok on /etc/hosts.
I don't know what happened during the installation. Hehe.
Regards.
#update
I've checked the /etc/hosts, all settings were ok. All IP/names were in the file.
@lucascbeyeler commented on GitHub (Jul 16, 2017):
Closing this issue because this bug was fixed in branch DEV