Displaying 10 results from an estimated 10 matches for "freqent".
Did you mean:
frequent
2011 Apr 25
2
Problem in Mail receiving
i"m using dovecot-1.0.7-7.el5 on CentOS 5.5, i'm getting freqent problem of
recieving multiple copies of mails received from outside my domain. this
problem comes with some users and not with all the users, maillog shows the
same mail downloaded again
Please help
Warm Regards,
Anshul Chauhan
"Never expect things to happen struggle & make them happen...
2008 Jul 16
1
[PATCH] Adjust handle_hpet_broadcast to let it run better before broadcast exit
Adjust handle_hpet_broadcast to let it run better before broadcast exit
Since hpet_broadcast_exit has been moved after interrupt enabled in C3
case, so adjust the handler of hpet broadcast to adapt to this.
Meanwhile, remove a freqently executed debug print line to simplify the
serial output.
Signed-off-by: Wei Gang <gang.wei@intel.com>
diff -r 63317b6c3eab xen/arch/x86/hpet.c
--- a/xen/arch/x86/hpet.c Mon Jul 14 15:21:03 2008 +0100
+++ b/xen/arch/x86/hpet.c Wed Jul 16 12:43:52 2008 +0800
@@ -97,8 +97,6 @@ static int rep...
2005 Aug 05
0
[Bug 2957] New: rsync hangs when client put files to server (checked in 2.6.6 too)
....6.5
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: rat@metal.punkt.pl
QAContact: rsync-qa@samba.org
Sometime backup is done, but freqently not.
rsync daemon 2.6.6 is insnstaled @ linux (PLD) with kernel 2.4.31. rsync client
1.6.6 is instaled @ Linux (PLD) with kernel 2.4.28. client connected to server
by 100Mb lan.
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because...
2002 Mar 13
2
ISOLINUX 1.67 failure with no HDD; OK with HDD
Award BIOS 6.00PG, CD-ROM configured as first boot device
CD-ROM on IDE-1, master
variable: hard disk drive on IDE-0, master
no other IDE devs, no SCSI
if i boot with the HDD installed, ISOLINUX boots the CD OK with DL=9F.
if i remove the HDD, ISOLINUX fails to load the spec packet and can't
``wing it'' with DL=9F. (no maybe_msg's appear, either)
otherwise, this (and the
2007 Feb 09
7
Dependencies between machines
Hello:
I''ve been reading up on puppet after spending a while on SmartFrog.
SmartFrog''s late binding and ability to encode dependencies between
machines or document parallel or serial configuration steps was
compelling. Java was not. :)
Are there notions of these concepts in puppet that aren''t apparent
from the documentation? Different ways to get to the same
2004 Feb 26
2
Log user log-offs
Does anyone know of a way to log when a user logs off using Samba as a
PDC. I have Samba 3.0.2a and can log log-ons using root preexec on a
share all users mount, however I do not know of a way to log log-offs.
We need this data for record keeping purposes. We don't use roaming
profiles, so using root postexec is not an option as shares disconnect
when not in use.
Thanks for any help,
2007 Jan 22
0
Recursive-SVM (R-SVM)
...size
## output: a named list
## Error: a vector of CV error on each level
## SelFreq: a matrix for the frequency of each gene being selected in each level
## with each column corresponds to a level of selection
## and each row for a gene
## The top important gene in each level are those high-freqent ones
RSVM <- function(x, y, ladder, CVtype, CVnum=0 )
{
## check if y is binary response
Ytype <- names(table(y))
if( length(Ytype) != 2)
{
print("ERROR!! RSVM can only deal with 2-class problem")
return(0)
}
## class mean
m1 <- apply(x[ which(y==Ytype[1]), ], 2, mean...
2016 Jun 03
3
[cfe-dev] [lldb-dev] GitHub anyone?
...to the server!
I generally agree with this. The main problem that arises is someone
needing to do a fixup commit on a branch that someone else has accessed.
Then it's a history rewrite for the other person and that gets ugly. I
don't anticipate this kind of local branch sharing to happen freqently,
at least not among people who are uncomfortable with git. git experts
will know what to do with the situation.
-David
2016 Jun 02
4
[cfe-dev] [lldb-dev] GitHub anyone?
On 6/2/2016 1:48 PM, via llvm-dev wrote:
> Mehdi Amini via llvm-dev <llvm-dev at lists.llvm.org> writes:
>
>> Github has an automatic "squashed" mode for pull requests now, I
>> haven't tested in practice but it may help.
> IMHO squashed commits are a bad idea from a bisect perspective. One of
> the great benefits of git is the easy of creating small,
2014 Nov 16
2
Problem with Xen4CentOS
Hi folks,
we (the company i am working for) are running several dozens of
virtualisation servers using CentOS 6 + Xen4CentOS as the virtualisation
infrastructure.
With the latest versions of all packages installed [1], we see failures
in live-migration of stock-CentOS6 HVM guests, leaving a
"Domain-unnamed" on the source host, while the migrated guest runs fine
on the target host.