Displaying 20 results from an estimated 600 matches similar to: "Best filesystem?"
2010 Apr 29
2
Question about dovecot imap proxy
Hi everyone!
I have dovecot (1.2.11) on one our external mail servers acting as a
proxy. The client (ifor now, my iphone) connects fine via ssl to the
external mailserver but I can't seem to get a secure connection now to
the internal destination imap server (between external mail server and
internal imap server, it's going through port 143). Running tcpdump, I
can clearly see my
2010 Nov 03
1
Running 2.x in production
Hi!
I'm setting up a new server and migrating from Cyrus to Dovecot. What
would be the most stable version to install on a production system.
Would 2.x be alright? I'm feeling lucky. System is Debian Lenny.
Thanks for any information!
Monika
--
Monika Janek
Systems Administrator, Side Effects Software
Toronto, Ontario Canada
416-504-9876 x207 www.sidefx.com
2010 Nov 09
3
Does this software run under Wine 1.0?
Hello,
I have got a little problem testing my MONIKA-Software in Wine. I acually use Wine 1.2 under Ubuntu 10.04. There erverything works fine so far. But now I got a request if my software will also run under Wine 1.0 (wine-1.0-3.1.i586, Suse 11 or 10).
As far as I know it is not possible to install the old Wine 1.0 under Ubuntu 10.04. If there is a way, please let me know :)
Otherwise, is
2006 Feb 07
2
pxelinux don't uncompress kernel and initrd
Hallo,
for last Friday, i have a strangely probleme with one of oure clients.
I can power on , the bootprom make the connection to the dhcpserver, the
client load the pxelinux , it load the kernel and the initrd.img, say ready
and this was it. It dont uncompress the initrd and the kernel . I can wait a
long ime and the only that I can do is ctrl-alt-del. It give no error code.
I have more
2012 May 21
1
M-estimation in multivariate linear regression model in R
Hello,
I try to find a function for M-estimation in multivariate linear regression
model (function that can estimate betas in my model: y=x * beta + e, where
y is a matrix). I´ve searched R-site for a long time, but I am hopeless.
I would like to ask, if there is any function for M-estimation in
multivariate linear regression model in R. I know I can estimate betas in
my model by rlm() function
2007 Feb 25
3
Macros in R
Dear members,
I have started to work with R recently and there is one thing which I could
not solve so far. I don't know how to define macros in R. The problem at
hand is the following: I want R to go through a list of 1:54 and create the
matrices input1, input2, input3 up to input54. I have tried the following:
for ( i in 1:54) {
input[i] = matrix(nrow = 1, ncol = 107)
2011 Dec 15
1
DKIM Verification failures
Hi,
-- This message refers to the maillist itself rather than to dovecot
software --
I have noticed that when I post to this list (only), I get DKIM
Verification failure reports from:
root at moncton.sidefx.com (e.g. for my last post: "DKIM failure report
for job 4D27B5DC4E on mail.sidefx.com")
root at mail.rmacd.com (e.g. for my last post: "DKIM failure report for job
2001 Nov 22
1
Getting Registry info and using it ????
HI All,
I am basically installing network driver programatically on Win2000 using
utility provided in DDK2000 samples which is snetcfg.exe which is a command
line utility where you can provide the .inf file for the driver you want.
But I have modified the 'C' program to install only my network driver. Now
the .inf file it needs can be stored anywhere on the computer and I am
storing the
2013 Nov 05
1
[LLVMdev] Thread-safe cloning
Sorry to resurrect an old thread, but I finally got around to testing
this approach (round tripping through bitcode in memory) and it works
beautifully - and isn't that much slower than cloning.
I have noticed however that the copy process isn't thread-safe. The
problem is that in Function, there is lazy initialization code for
arguments:
void CheckLazyArguments() const {
if
2013 Jun 18
0
[LLVMdev] Thread-safe cloning
You could probably round trip it through bitcode in memory. I think all of
the IR cloning functionality assumes that only one context is being used.
Even if the serialization isn't efficient as a clone could be, it should
give you very high confidence that everything Just Works. :)
On Tue, Jun 18, 2013 at 1:16 PM, Andrew Clinton <andrew at sidefx.com> wrote:
> I have a
2000 Feb 10
2
random effects in analysis of variance
I have a data.frame paint (below-mentioned). In SPlus I used the command
raov( MOISTURE ~ BATCH / PROBE )
(you could do raov( MOISTURE ~ BATCH + PROBE%in%BATCH) as well)
so that the factors are taken as random. In R this function raov doesn't
exist. How can I calculate the same? Maybe with lme, but how?
str(paint)
----------
`data.frame': 60 obs. of 5 variables:
$ BATCH : Factor
2011 Jun 01
2
[LLVMdev] How best to time passes using the API instead of opt? Also, memory leaks when trying to do timing in the API.
Thanks for the reply! Unfortunately, that seems to have the same
effect as setting llvm::TimePassesIsEnabled myself, and all my same
problems still apply as the TimingInfo's destructor (PassManager.cpp)
is still never called. Running it in the debugger shows that
TimerGroup's removeTimer method is never called, nor is it's
destructor (but it's constructor is).
On Wed, Jun 1, 2011
2011 Jun 01
0
[LLVMdev] How best to time passes using the API instead of opt? Also, memory leaks when trying to do timing in the API.
Oh, you probably also need to create a static llvm_shutdown_obj.
On 06/01/2011 02:19 PM, Michael Ilseman wrote:
> Thanks for the reply! Unfortunately, that seems to have the same
> effect as setting llvm::TimePassesIsEnabled myself, and all my same
> problems still apply as the TimingInfo's destructor (PassManager.cpp)
> is still never called. Running it in the debugger shows that
2001 Jul 16
0
forwarded message from Inge Monika
--Hipsgkxbeg
Content-Type: text/plain; charset=us-ascii
Content-Description: message body text
Content-Transfer-Encoding: 7bit
This one was sent privately to me.
--Hipsgkxbeg
Content-Type: message/rfc822
Content-Description: forwarded message
Content-Transfer-Encoding: 7bit
Received: from tuvok.kom.tuwien.ac.at (tuvok.kom.tuwien.ac.at [192.35.241.66])
by fangorn.ci.tuwien.ac.at (8.9.3/8.8.5)
2016 Mar 15
2
GSoC, question on open projects
Hello,
My name is Janek van Oirschot, currently student premaster embedded
systems at the Technical University of Eindhoven and interested in
participating in GSoC and contributing to LLVM. I have some experience
with development for the GNU Assembler in which I looked into
assembly-time relaxation.
I have looked at the open projects page, found some interesting
projects but still have some
2016 Mar 23
4
[GSoC] First draft project proposal; IR level interpreter debugger
Hello,
I have created a first draft GSoC project proposal for a IR level
interpreter debugger. I have omitted some contact information as it is
currently a public document (can be given upon request).
Feedback and comments are appreciated.
Proposal: https://docs.google.com/document/d/1Rhq0hsc6unMrd1IfxBYd_jdINt_eCAs0dq-dhjtRePo/edit?usp=sharing
Kind regards,
Janek van Oirschot
2012 May 03
0
Logon at domain after upgrade
Hallo all,
last weekend, We have installed a new server with debian squeeze and samba
3.6.5. This sever replace the old samba-PDC and BDC (samba 3.2.5). We also
install new server vor ldap and kerberos with a new ldap structure and the
move the config from slap.conf to slad.d/. The ldapdatabase ware restore with
the necessery changes from dump of the old datatabase. Also the kerberos
2016 Mar 25
2
[GSoC] First draft project proposal; IR level interpreter debugger
On 3/25/16 11:58 AM, Janek van Oirschot via llvm-dev wrote:
> On Fri, Mar 25, 2016 at 12:45 PM, Tobias Grosser <tobias at grosser.es> wrote:
>> On 03/25/2016 03:28 AM, Philip Reames via llvm-dev wrote:
>>>
>>> I've scanned over your proposal, but am not quite sure I understand your
>>> objective. Is your intent to be able to step through IR source in
2012 Oct 18
0
[LLVMdev] SimplifyCFG vs loops
On Thu, Oct 18, 2012 at 10:12 AM, Andrew Clinton <andrew at sidefx.com> wrote:
> I actually submitted a patch to fix this very problem quite a while back,
> but I don't think it was ever added to the baseline:
>
> http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20110711/124136.html
>
> I have also explained why it is important to avoid the creation of new