Displaying 20 results from an estimated 5000 matches similar to: "Bind DDNS updates"
2009 Nov 25
7
rndc start fails with "rndc: connect failed: connection refused"
CentOS 4.8, BIND 9.2.4
Hi All:
I have a rather annoying problem with rndc which I have not been able
to resolve despite much searching and many attempts to correct. When
making changes to our DNS entries I have tried to use the following
procedures:
1. Flush the cache buffers:
rndc flush
2. Stop named:
rndc stop
3. Delete the journal files:
rm *.jnl
4. Edit the forward and/or
2020 Feb 17
2
RE: guest-fsfreeze-freeze freezes all mounted block devices
Hi Peter,
Should I assume that the virsh domfsfreeze, does not require the
qemu-agent service in the guest?
PS. I couldn't find the result. Afaik it looks like it is returning the
amount of frozen/thawed filesystem's
-----Original Message-----
Cc: libvirt-users
Subject: Re: guest-fsfreeze-freeze freezes all mounted block devices
On Fri, Feb 14, 2020 at 22:14:55 +0100, Marc Roos
2016 May 10
2
CentOS 6 as DNS-Server
On 10.05.2016 21:36, ????????? ???????? wrote:
>>> I'm also using ddns and have my zone files in
>>> /var/named/chroot/var/named/dynamic.
>> are you using DDNS in DualStack (IPv4 and IPv6 together) or do you
>> have only DHCP or DHCPv6 and not both?
>
> IPv4 only.
>
if a host has IPv4 only or IPv6 only this works fine, but when a host
has both -
2020 Feb 17
0
Re: guest-fsfreeze-freeze freezes all mounted block devices
On Mon, Feb 17, 2020 at 10:03:27 +0100, Marc Roos wrote:
> Hi Peter,
>
> Should I assume that the virsh domfsfreeze, does not require the
> qemu-agent service in the guest?
No. That's the official way how to drive the "guest-fsfreeze-freeze"
agent command via libvirt, thus you must have the guest agent the same
way as you used it before.
Using qemu-agent-command is a
2014 Sep 13
2
VGA resume & thaw (wake up from S3 & S4) broken - kernel(nouveau) exclusively
On 13.09.2014 07:02, poma wrote:
> On 13.09.2014 06:57, poma wrote:
>>
>> Actually I have nothing to show cause logs are all OK.
>> Haha, it seems to me that the bugs become intelligent.
>>
>> 3.15.10-201.fc20.x86_64
>> 3.16.2-200.fc20.x86_64
>> 3.17.0-0.rc4.git3.2.fc22.1.x86_64
>> nouveau [ DRM] suspending display...
>> nouveau [
2014 Aug 06
2
Re: [libvirt] libvirt external disk-only snapshot will pause the VM?
On Wed, Aug 6, 2014 at 12:27 PM, Eric Blake <eblake@redhat.com> wrote:
> On 08/06/2014 10:06 AM, Yuanzhen Gu wrote:
> > yes, I got your point, thanks very much Eric.
>
> not entirely, because you still top-posted.
>
> got it entirely this time, not top-posted.
> >
> > If I want to take a distributed snapshot, which need pause all the VMs
> and
>
2007 Jan 17
6
Ehancement to domU suspend/resume
Hi, all,
When working on adding PM support to xen, we realized that
some enhancements are required to suspend/resume domU. Following
is some background and thoughts, and welcome on comments. :-)
Currently we use a simple approach (pause/unpause) for domU
when ready to pull whole platform into a power save state, saying a
S3. Because pause/unpause is out of domU''s knowledge, domU
2009 Oct 17
1
Bind, DHCPD and Samba
Hey Folks,
I currently have bind and dhcpd configured to allow for dynamic updates, though when I try to manually add in the srv records required for correctly identifying the samba pdc, they get overwritten when bind starts.
How can I modify the bind configuration so that it writes the correct information? Also, is there a way to have samba write the correct information to bind?
As for the
2020 Feb 17
2
RE: guest-fsfreeze-freeze freezes all mounted block devices
Hmmm, using 'virsh domfsinfo testdom' gives me a crash in win2008r2
(using software from virtio-win-0.1.171.iso)
Fault bucket , type 0
Event Name: APPCRASH
Response: Not available
Cab Id: 0
Problem signature:
P1: qemu-ga.exe
P2: 100.0.0.0
P3: 5c473543
P4: KERNELBASE.dll
P5: 6.1.7601.24545
P6: 5e0eb6bd
P7: c0000005
P8: 000000000000c4d2
P9:
P10:
Attached files:
These files may be
2018 Mar 12
9
Workaround for bind9 reload bug : samba_dlz Ignoring duplicate zone
Hi samba team !
I'm face with a new problem on a new Samba PDC install (Debian 9).
I don't know why, but systemd run multiples "rndc reconfig" commands
during the init script. So the bind9 log file show :
-> A successful start
-> A failed reconfig (samba_dlz Ignoring duplicate zone)
at each boot/reboot.
So I need to restart bind9 each time manually. I created a wrapper
2014 Aug 06
2
Re: [libvirt] libvirt external disk-only snapshot will pause the VM?
yes, I got your point, thanks very much Eric.
If I want to take a distributed snapshot, which need pause all the VMs and
then take snapshot, how can I control the pause for all the VMs?
Is there only way that I turn to freeze/thaw functions?
and freeze/thaw only for file systems, not for the whole guest, am I right?
Thanks a lot!
Best,
Yuanzhen
On Wed, Aug 6, 2014 at 11:35 AM, Eric Blake
2016 Mar 18
2
missing DomainDnsZones and ForestDnsZones ?
Rowland penny wrote on 3/18/16 12:58 PM:
> On 18/03/16 19:27, Robert Moulton wrote:
>> Rowland penny wrote on 3/18/16 11:48 AM:
>>> On 18/03/16 18:19, Robert Moulton wrote:
>>>> Greetings - On our samba 4 (4.3.3) AD controller I just noticed
>>>> something odd. When I run 'samba-tool fsmo show' I get an error:
>>>>
>>>> #
2012 Mar 29
5
[PATCH 0/5] virtio: S3 support, use PM API macro for init
Hello,
Turns out S3 is not different from S4 for virtio devices: the device
is assumed to be reset, so the host and guest state are to be assumed
to be out of sync upon resume. We handle the S4 case with exactly the
same scenario, so just point the suspend/resume routines to the
freeze/restore ones.
Once that is done, we also use the PM API's macro to initialise the
sleep functions.
A
2012 Mar 29
5
[PATCH 0/5] virtio: S3 support, use PM API macro for init
Hello,
Turns out S3 is not different from S4 for virtio devices: the device
is assumed to be reset, so the host and guest state are to be assumed
to be out of sync upon resume. We handle the S4 case with exactly the
same scenario, so just point the suspend/resume routines to the
freeze/restore ones.
Once that is done, we also use the PM API's macro to initialise the
sleep functions.
A
2011 Nov 29
1
Sum matrix by rows, conditional on value
I'd like to sum a matrix only where the matrix meets a specific condition.
The matrix has 365 rows and about 50,000 columns.
str(cdem.mat.yr)
num [1:365, 1:41772] -43.5 -48.4 -45.9 -38.4 -32 ...
I'm having trouble replicating this because it is not working out for me,
so I'm unsure I can provide an solid working example (apologies).
I would like to subset my matrix where the values
2018 Sep 19
3
LVM and Backups
Il 18/09/2018 17:14, Gordon Messmer ha scritto:
> On 9/17/18 11:38 PM, Alessandro Baggi wrote:
>> Il 17/09/2018 22:12, Gordon Messmer ha scritto:
>>> That doesn't look right.? It should look more like 1) stop or freeze
>>> all of the services (httpd and database), 2) make the snapshot, 3)
>>> start or thaw all of the services, 4) mount the snapshot, 5)
2010 Nov 09
3
Running a DNS signed zone on Centos 5.5
My DNS server has been running Centos for some time.
I am in the process of upgrading it to Centos 5.5 (long overdue, I know).
Since we now have .com signed I want to get my domain signed as well,
but I see that Centos 5.5 is running BIND 9.3.6 and a thread on the BIND
list recommends against running a DNSSEC master zone on anything less
than 9.6 and you really should be on 9.7.
The thread
2017 Jan 13
1
Why is S4 attempting to execute rndc when using *INTERNAL* DNS?
On Sat, 2017-01-14 at 07:31 +1300, Andrew Bartlett wrote:
> On Fri, 2017-01-13 at 13:07 -0500, Adam Tauno Williams via samba
> wrote:
> > My AD domain (SerNET S4 4.5.3) using S4's internal DNS, and always
> > has. So why is it now constantly logging an error of -
> > [2017/01/13 12:53:00.152754, 0]
> > ../lib/util/util_runcmd.c:316(samba_runcmd_io_handler)
2011 Feb 16
4
[PATCH] xen: use freeze/restore/thaw PM events for suspend/resume/chkpt
Use PM_FREEZE, PM_THAW and PM_RESTORE power events for
suspend/resume/checkpoint functionality, instead of PM_SUSPEND
and PM_RESUME. Use of these pm events fixes the Xen Guest hangup
when taking checkpoints. When a suspend event is cancelled
(while taking checkpoints once/continuously), we use PM_THAW
instead of PM_RESUME. PM_RESTORE is used when suspend is not
cancelled. See
2009 Jul 06
1
script/server stopped working after deployment
I have my app up and running but now I can''t run it locally anymore. I
did not touch the environment.rb nor the database.yml. when I run
"script/server" I get this:
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:36:in
`gem_original_require'': no such file to load -- active_support
(LoadError)
from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:36:in