search for: perod

Displaying 20 results from an estimated 42 matches for "perod".

Did you mean: prod
2014 Jan 15
1
WERR_TIMEOUT Timeout with internal DNS
Hi there, we are using Version 4.1.3-SerNet-Debian-7.wheezy deployed as AD with internal DNS. Perodically we found this message in samba.log (with debug dns:7): [2014/01/15 12:01:46.818770, 5] ../source4/dns_server/dns_utils.c:63(werr_to_dns_err) No mapping exists for WERR_TIMEOUT In the same time no local DNS entries are not resolvable: Host: ZAHNADMIN Alias: ZAHNADMIN Address: 192...
1998 Nov 30
0
[Fwd: Samba with MSVisual C++]
...gt; shared files through samba. But we're finding that everytime MSVisual C++ > > saves to disk, either automatically or intentionally, we get a response > > that the file has changed on the disk. > > > > I'm guessing that samba is reaching out and touching the file perodically? > > If this is the case, is there anyway to disable this feature? Or does > > anyone have any idea as to what might be going on and how to fix this? > > Wild kick of mine: perhaps MSVC is using the archive attribute of files? If I > remember right, you have to configure...
2007 Oct 23
0
AJAX call and data return through JSON in ROR
Hello all, This could be a tootally boonie question. i am trying to do this very simple app. I have a simple form where user enters data,once entered, i add that data in a div ''data'' . which works fine but i want to save that data perodically(all the data in DIV ''data'') or if user hits a save button with each data row. Now one thing i am not sure about that when user hits button ''save data; for a row,i execute the following new Ajax.Request(''/saveData'', {method: ''post'...
2007 Apr 18
1
[Bridge] Performance problems on vlan bridge
We have been having some performance problems with our linux bridge. I have no idea where to look to start diagnosing the problem, so I'll explain what we've done and hope that you might tell me where to start looking. Almost everything appears to work fine, but when I try to stream music using WMP or mp3 streaming, I can only stream about 30 seconds before it cuts out. I used to be
2008 May 08
4
[PATCH 0/4] paravirt clock series.
Respin of the paravirt clock patch series. On the host side the kvm paravirt clock is made compatible with the xen clock. On the guest side some xen code has been factored out into a separate source file shared by both kvm and xen clock implementations. This time it should work ok for kvm smp guests ;) cheers, Gerd
2008 May 08
4
[PATCH 0/4] paravirt clock series.
Respin of the paravirt clock patch series. On the host side the kvm paravirt clock is made compatible with the xen clock. On the guest side some xen code has been factored out into a separate source file shared by both kvm and xen clock implementations. This time it should work ok for kvm smp guests ;) cheers, Gerd
2008 May 16
5
[PATCH 0/4] paravirt clock source patches, #3
paravirt clock source patches, next round, with a bunch of changes in the host code according to Avi's review comments and some minor code tweaks. cheers, Gerd
2008 May 16
5
[PATCH 0/4] paravirt clock source patches, #3
paravirt clock source patches, next round, with a bunch of changes in the host code according to Avi's review comments and some minor code tweaks. cheers, Gerd
2008 Sep 11
3
periodicity validation
There is a series of data contains time in fixed step and energy varying with time, how to test its periodicity?In R, it seems there is no direct tools since I have search the R manual with periodic and I have not found any related topic. Thanks a lot
2008 Jun 03
6
[PATCH 0/5] paravirt clock source patches, #5
paravirt clock source patches, next round. There is now a pvclock-abi.h file with the structs and some longish comments in it and everybody is switched over to use the stuff in there. Some minor tweaks after super-fast review by Jeremy. The queue is on top of the kvm git tree. The first two patches should have no kvm dependencies and should apply to linus tree just fine. cheers, Gerd
2008 Jun 03
6
[PATCH 0/5] paravirt clock source patches, #5
paravirt clock source patches, next round. There is now a pvclock-abi.h file with the structs and some longish comments in it and everybody is switched over to use the stuff in there. Some minor tweaks after super-fast review by Jeremy. The queue is on top of the kvm git tree. The first two patches should have no kvm dependencies and should apply to linus tree just fine. cheers, Gerd
2008 Jun 03
10
[PATCH 0/5] paravirt clock source patches, #4
paravirt clock source patches, next round. There is now a pvclock-abi.h file with the structs and some longish comments in it and everybody is switched over to use the stuff in there. cheers, Gerd
2008 Jun 03
10
[PATCH 0/5] paravirt clock source patches, #4
paravirt clock source patches, next round. There is now a pvclock-abi.h file with the structs and some longish comments in it and everybody is switched over to use the stuff in there. cheers, Gerd
2007 Apr 23
27
[PATCH 00/25] xen: Xen implementation for paravirt_ops
Hi Andi, This series of patches implements the Xen paravirt-ops interface. It applies to 2.6.21-rc7 + your patches + the last batch of pv_ops patches I posted. This patch generally restricts itself to Xen-specific parts of the tree, though it does make a few small changes elsewhere. These patches include: - some helper routines for allocating address space and walking pagetables - Xen
2007 Apr 23
27
[PATCH 00/25] xen: Xen implementation for paravirt_ops
Hi Andi, This series of patches implements the Xen paravirt-ops interface. It applies to 2.6.21-rc7 + your patches + the last batch of pv_ops patches I posted. This patch generally restricts itself to Xen-specific parts of the tree, though it does make a few small changes elsewhere. These patches include: - some helper routines for allocating address space and walking pagetables - Xen
2008 Sep 22
1
R-help Digest, Vol 67, Issue 23
...m is not I wanted, except the latest one, I have not found it >> > anywhere. >> > Maybe I have not make my problem clearly, sorry for that. >> > I have a series data, it consists of time and rate. To plot rate vs time >> > in >> > picture, I found it has perodicity to some extent. The rate rise and >> > fall >> > with time, but not with fixed cycle and fixed amplitude. >> > So I am wondering, is there any tools to get the cycle? and furthmore, >> > to >> > draw it's density picture? >> > Since the...
2007 May 11
30
[patch 00/28]xen: Xen implementation for paravirt_ops
Hi Andi, This series of patches implements the Xen paravirt-ops interface. It applies to 2.6.21-git13 + patches-2.6.21-git7-070507-1.tar.gz (I think "unwinder" is the only patch which doesn't apply to git13, and the sched-clock patches are the only ones which this series actually needs). Changes since the last posting: - More netfront review and cleanup - Added ability to
2007 May 11
30
[patch 00/28]xen: Xen implementation for paravirt_ops
Hi Andi, This series of patches implements the Xen paravirt-ops interface. It applies to 2.6.21-git13 + patches-2.6.21-git7-070507-1.tar.gz (I think "unwinder" is the only patch which doesn't apply to git13, and the sched-clock patches are the only ones which this series actually needs). Changes since the last posting: - More netfront review and cleanup - Added ability to
2007 May 11
30
[patch 00/28]xen: Xen implementation for paravirt_ops
Hi Andi, This series of patches implements the Xen paravirt-ops interface. It applies to 2.6.21-git13 + patches-2.6.21-git7-070507-1.tar.gz (I think "unwinder" is the only patch which doesn't apply to git13, and the sched-clock patches are the only ones which this series actually needs). Changes since the last posting: - More netfront review and cleanup - Added ability to
2007 May 22
35
[patch 00/33] xen: Xen paravirt_ops implementation
Hi, This is the Xen implementation for the paravirt_ops interface. The series is based on 2.6.22-rc1-mm1, and I think its ready to be cooked in -mm with a view to being merged in 2.6.23. The first part of the series is some small changes to the core kernel. Apart from the new code added in "Allocate and free vmalloc areas" (posted many times before), they are simply a few one-liners