Public AND Private keys needed to be readable by nsupdate and nsupdate musst be
used like this (at least for me):
/usr/bin/nsupdate -k /etc/bind/Kupdate_key.+157+10019.private
> server localhost
> zone domain
> update add new.domain 300 A 1.2.3.4
> send
Now it works.
Thanks.
** Changed in: bind9
Public bug reported:
Hello!
I would like to update my BIND configuration from the command line, but I just
get the error:
/usr/bin/nsupdate -k /etc/bind/Kupdate_key.+157+10019.private
> update add new.domain 300 A 1.2.3.4
> send
; TSIG error with server: expected a TSIG or SIG(0)
update failed:
In the meantime, I've got several e-mails indicating problems during
some cron jobs:
mail subject: Cron test -e /usr/sbin/amavisd-new-cronjob &&
/usr/sbin/amavisd-new-cronjob sa-sync
refcnt: fd -1 < 0
mail subject: Cron test -e /usr/sbin/amavisd-new-cronjob &&
/usr/sbin/amavisd-new-cronjob sa
Public bug reported:
Running
su amavis -c '/usr/bin/sa-learn -D --ham /tmp/learn_mail'
in a cronjob leads to the output being sent via mail (see text file).
Spamassassin complains about a problem on loading plug-ins such like:
plugin: failed to parse plugin (from @INC): Can't locate
Mail/SpamAss
Hello,
yes, indicating the script locations works like a charm.
Thanks for the explanation.
Regards
Daniel
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to kvm in Ubuntu.
https://bugs.launchpad.net/bugs/1091579
Title:
Networking whe
Hallo again,
I fogot to mention that the bridging works using libvirt.
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to kvm in Ubuntu.
https://bugs.launchpad.net/bugs/1091579
Title:
Networking when starting kvm in commandline
To mana
Public bug reported:
Hello,
I started a virtual machine on the command line in Ubuntu 12.10 64bit via:
sudo qemu-system-x86_64 -m 2048 -enable-kvm -cpu core2duo -usb -device
usb-tablet,id=input0 -vga std -vnc 0.0.0.0:10 -net nic -net tap -drive
file=/vmachine.qcow2
Instead of starting the machi