Le jeudi 14 janvier 2016 à 11:19 +0100, Bastien Durel a écrit : > Le jeudi 14 janvier 2016 à 10:40 +0100, Ondřej Surý a écrit : > > Hi Bastie, > > > > the code to upgrade your KASB DB should be in the postinst script, > > but could you try manually running: > > > > /usr/sbin/knotc conf-read | \ > > sed -n 's/.*kasp-db = "\(.*\)"/\1/p' > > > > and send the output back? > > > > root@arrakeen:/tmp# /usr/sbin/knotc conf-read | sed -n 's/.*kasp-db = > "\(.*\)"/\1/p' > keys > root@arrakeen:/tmp# > > > Then try running full script with debug output, whether this gets > > executed? > > > > #!/bin/bash -x > > /usr/sbin/knotc conf-read | \ > > sed -n 's/.*kasp-db = "\(.*\)"/\1/p' | \ > > while read KASPDB; do > > su --shell /bin/bash --command "/usr/sbin/keymgr --dir > > '$KASPDB' init" knot; > > done > > > > root@arrakeen:/tmp# ./test.sh > + /usr/sbin/knotc conf-read > + sed -n 's/.*kasp-db = "\(.*\)"/\1/p' > + read KASPDB > + su --shell /bin/bash --command '/usr/sbin/keymgr --dir '\''keys'\'' > init' knot > + read KASPDB > > Then I ran it from my storage dir : > root@arrakeen:/var/lib/knot/external# /tmp/test.sh > + /usr/sbin/knotc conf-read > + sed -n 's/.*kasp-db = "\(.*\)"/\1/p' > + read KASPDB > + su --shell /bin/bash --command '/usr/sbin/keymgr --dir '\''keys'\'' > init' knot > + read KASPDB
I forgot to say that after running fro storage dir, zone loading is working again ;) Thanks ! -- Bastien _______________________________________________ knot-dns-users mailing list [email protected] https://lists.nic.cz/cgi-bin/mailman/listinfo/knot-dns-users
