Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

loxilb UI: loxicmd save -a -c /var/ipfire/loxilb/ result in "Can't create dump file" #30

Open
vincentmli opened this issue Jul 7, 2024 · 0 comments

Comments

@vincentmli
Copy link
Owner

attempted to add loxicmd save -a -c /var/ipfire/loxilb/ from loxilb UI like below:

sub SaveLoxiConfig {
    my @save_options;
    my $command = 'loxicmd';
    my $dir="/var/ipfire/loxilb/";
    push(@save_options, "save", "-a", "-c", $dir);
    my @output = &General::system_output($command, @save_options);
    errormessage = join('', @output);
}

errormessage get "Can't create dump file"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant