Mailinglist Archive: opensuse-bugs (9458 mails)
| < Previous | Next > |
[Bug 371511] New: named - jnl disable zone files
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Sat, 15 Mar 2008 12:56:49 -0600 (MDT)
- Message-id: <bug-371511-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=371511
Summary: named - jnl disable zone files
Product: openSUSE 10.3
Version: Final
Platform: Other
OS/Version: Other
Status: NEW
Severity: Minor
Priority: P5 - None
Component: Network
AssignedTo: bnc-team-screening@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: alofflambas@xxxxxxxxx
QAContact: qa@xxxxxxx
Found By: ---
I use DHCP to update my zone files.
But when I edit a zone file I need to remove the jnl file from my zone, so it
wont be disabled after my update.
/var/log/message:
zone linux.test/IN: journal rollforward failed: journal out of sync with zone
I have made an ugly hack for this, in the stop function to just remove all jnl
files as it finds.
--- /etc/init.d/named.org 2008-01-21 16:39:14.000000000 +0100
+++ /etc/init.d/named 2008-03-15 19:40:41.000000000 +0100
@@ -252,6 +252,7 @@
done
rc_status -v
+ find /var/lib/named/ -type f -name \*.jnl -exec rm {} \;
;;
try-restart|condrestart)
if test "$1" = "condrestart"; then
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Summary: named - jnl disable zone files
Product: openSUSE 10.3
Version: Final
Platform: Other
OS/Version: Other
Status: NEW
Severity: Minor
Priority: P5 - None
Component: Network
AssignedTo: bnc-team-screening@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: alofflambas@xxxxxxxxx
QAContact: qa@xxxxxxx
Found By: ---
I use DHCP to update my zone files.
But when I edit a zone file I need to remove the jnl file from my zone, so it
wont be disabled after my update.
/var/log/message:
zone linux.test/IN: journal rollforward failed: journal out of sync with zone
I have made an ugly hack for this, in the stop function to just remove all jnl
files as it finds.
--- /etc/init.d/named.org 2008-01-21 16:39:14.000000000 +0100
+++ /etc/init.d/named 2008-03-15 19:40:41.000000000 +0100
@@ -252,6 +252,7 @@
done
rc_status -v
+ find /var/lib/named/ -type f -name \*.jnl -exec rm {} \;
;;
try-restart|condrestart)
if test "$1" = "condrestart"; then
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |