Displaying 20 results from an estimated 9000 matches similar to: "Heads up! Incoming! (Flushing mailman moderation queue)"
2007 Jul 29
3
Memory leak in PerFieldAnalyzer
Hello everyone,
we''ve recently discovered a memory leak in the
PerFieldAnalyzer. If you use the PerFieldAnalyzer
(which you acutally should), you should switch
to a pure ruby version of that analyzer. The C
version of the Analyzer is consuming memory
on every analyzing request.
You can find an example script to verify the
leak[1]. Furthermore we''ve added a
workaround, building
2012 Feb 03
3
creating R package
Hi,
I never acutally made a package before. I have a folder, say called
"john" that has everything it needs to be in a R package. Some
instruction says I need Rtools from R mirror site. I installed the
Rtools, but under DOS, the command "Rcmd" is still not recognized.
Any suggestions? Thanks
John
2010 Apr 21
4
Quota monitoring
Hello,
I would like to monitor users quotas in Dovecot but I don't find a way
to do it for every user.
Acutally I can log in with user & password to get the users quota but
wat I need is a way to monitor the quota of every user with e.g an admin
user which would have an acces to the quota of each mailbox.
Is there a way to this?
Thanks for your help.
2006 Aug 21
2
using windbind to connect to AD
Hello,
After a couple of years using Samba as a DC I figured I would start
working it the other way around. I'm using CentOS, the latest and tried
to use the GUI manager. I am sort of confused as there are acutally 2
windows. I filled out both and supplied the name of the AD
administrator. Do I just put the AD domain in there with .realm after
it? (eg testdomain.com.realm)? I tried with
2007 Oct 01
4
Permissions question
My www directory is owned by "apache" and the group is "todd" and the
permissions are 775.
My Windows computers use Samba and they log into Linux with "todd".
Under the www directory there are various directories which may have a
group belonging to a user e.g. "viewpoint". Using this example, there
is a directory under www (acutally called httpd),
2011 Jun 16
2
[LLVMdev] Connection llvm ir
> > I want to connect each llvm ir
> >
> > for example:
> > 1. Turn C/C++ language into C_llvmIR assembly language using Clang
> > 2. Turn Fortran language into Fortran_llvmIR assembly language using Dragonegg
> > 3. Turn Python language into Python_llvmIR assembly language using Unladen-Swallow
> > 4. Connect each llvm IR
> >
> > Is this
2015 Jan 13
2
Update from Samba 3.6 to 4.1 on Debian
Hi,
I read in the samba news, that everyone should update from Samba 3.6 to 4.x
since Samba 3.6 will be discontinued by the release of 4.2.
Is it possible just to remove/deinstall the Samba 3.6 package and then install
the wheezy-backports of 4.1.11? Will all configuration and stuff be still
there? Do I have to do further configurations to run the still NT4-Style
domain?
What is the common
2008 Jul 10
3
dovecot Digest, Vol 63, Issue 30
> It seems that a RPC call fails because rquotas are not supported on
> 'homesvr'. But dovecots quota-fs requires them for remote storage.
>
Yes, my homesvr does not support RPC rquotas. Acutally I really don't
want Dovecot to handle quota on my home directory, I only want Dovecot
to hand quota on /var/mail. That's why I put "noenforcing" in
configuration
2003 Feb 03
1
Syslinux cannot load memtest 86
Hi there,
I am using the latest version of both syslinux ( acutally isolinux ) and
memtest86.
I get the error "Cannot load a ramdisk with an old kernel image."
the memtest is just called memtest ( renamed from .bin as I read that in the
archives that was bad )
My isolinux.cfg is just
label memtest
kernel memtest
I searched google with not much avail. Is this a known issue to you?
2002 Nov 11
1
[LLVMdev] question about BasicBlock
Acutally I mean whether we can start from a node in the graph and follow a
path which might be very long, to reach another node. Is there a quick way
to do that?
thanks,
xiaodong
On Mon, 11 Nov 2002, Chris Lattner wrote:
>
> > Is there any simple way to decide whether there is a control path from one
> > Basic Block to another Basic Block?
>
> No efficient way, but you
2012 Feb 08
2
remove NAs from list collectively
Hi,
I am importing dataframe from an Excel file (xlsx package).
The columns contain acutally measurements for single species and
the column-length is of variable. As it is imported as a dataframe the difference to the "longest" column is filled with NA.
To explain it with an example, my dataframe looks like:
A <- seq(1:10)
B <- c(seq(1:5),rep(NA,5))
C <- c(seq(1:7),rep(NA,3))
2005 Jul 26
1
[LLVMdev] How to partition registers into different RegisterClass?
2005/7/26, Chris Lattner <sabre at nondot.org>:
> Tzu-Chien Chiu wrote:
> > The same problem exists when there are two types of costant registers,
> > floating point and integer, and each is declared 'packed' ([4xfloat]
> > and [4xint]). The instruction selector doesn't know which instruction
> > it should produce because the newly defined MVT type
2010 Nov 29
2
Friend's post in moderation queue for a week... why so long, please? And getting "permission denied" trying to mount an SMB share
Hi. A friend of mine (Jim Fancher) is having trouble with his Samba
install on CentOS Linux. I suggested he ask on the Samba users
mailing list. He joined the list and posted, and got an autoreply
saying his message is being held for moderation. That was a week ago
(Mon, Nov 22nd). Nothing since. I see other posts coming through
since then, so wondering why his message got delayed. It was
2011 Jul 28
1
Regression with ranges and displaying them in an XY-Plot
Hello UseRs,
I've got 3 variables, the dependent variable Y as well as a max and a min value of the independent variable (Xa and Xb) where in some cases Xa=Xb (so actually a single value for X).
First I'd like to perform a regression, but my problem is that my X is a range (acutally a censored independent variable Xa-Xb) rather then one single value. I know already some possible
2007 Mar 14
3
A place to put common partial templates and RJS files?
Greetings,
I have a partial template file (acutally, it is an RJS file but the
same principle is in question here) which I wish to "share" between
multiple controllers. Does anyone know where in the directory tree I
would put these files in order that I can access them from multiple
controllers in the same app? I really would prefer not having to copy
them all into all of the
2004 Aug 26
1
Plotting groupedData objects
I am trying to create a plot similar to Figure 3.2 in Bates and Pinheiro.
I have repeated measurements on about 80 subjects from 2 treatment groups.
I would like to have the panels for the two treatment groups in separate
groups and within those groups have the panels ordered on maximum value
(as is the default).
I am ok with getting plots similar to Figs 3.1 and 3.2, but can't see how
to
2004 Jul 26
1
Time out failure with mvfs on Linux
I have tried Samba 3.0.2a and 3.0.4. We use Active directory. The server
is running on RHEL3.
When I connect to the server on a share that is acutally an ext3 or NFS
file system, I have no known problems. We use ClearCase on Linux and I
am trying to access my workspace (view) as I have done many times before
on Solaris, but now we are running on Linux and with a newer version of
ClearCase
2002 Jan 31
0
[Bug 89] New: [PATCH] make the Waiting for forwarded connecti ons to terminate... message more helpful
Shouldn't that acutally pull the value of EscapeChar out of the users
environment (and possibly default to the old message if they don't have one
defined at all)?
Thanks,
--Jason Lacoss-Arnold, Systems Technical Specialist
Technical Services - Unix Arch.
314-955-8501
-----Original Message-----
From: bugzilla-daemon at mindrot.org [mailto:bugzilla-daemon at mindrot.org]
Sent: Thursday,
2005 Jul 25
2
[LLVMdev] How to partition registers into different RegisterClass?
Thanks, I think it can solve my problem.
But please allow me to explain the hardware in detail. Hope there is
more elegant way to solve it.
The hardware is a "stream processor". That is, It processes samples
one by one. Each sample is associated with several 128-bit
four-element vector registers, namely:
* input registers - the attributes of the sample, the values of the
registers
2012 Sep 25
2
Help
Can you tell me how often is yp.xml updated?
2012/9/25 R?cker Thomas <thomas.ruecker at tieto.com>
> Hi Renato,
>
> please subscribe to the mailing lists, so that you don't miss answers.
> (Also please don't send HTML mail)
>
>
> On 24/09/12 17:14, renato fringuello wrote:
>
>> Hi, my name is renato and I'm trying to develope a player for Icecast