Displaying 20 results from an estimated 2000 matches similar to: "Using files as connections"
2009 Dec 08
0
[LLVMdev] More questions on CompilerDriver.
Hi Sanjiv,
On Tue, Dec 8, 2009 at 4:41 AM, Sanjiv Gupta <sanjiv.gupta at microchip.com> wrote:
> Mikhail Glushenkov wrote:
>>
>> > 2. Is there anyway to call a C++ hook from inside actions?
>> > for example
>> > (actions (case
>> > (not_empty "Wl,"), (append_cmd "$CALL(Myhook)" )))
>>
>> Not yet, this is
2009 Dec 08
2
[LLVMdev] More questions on CompilerDriver.
Mikhail Glushenkov wrote:
>
> > 2. Is there anyway to call a C++ hook from inside actions?
> > for example
> > (actions (case
> > (not_empty "Wl,"), (append_cmd "$CALL(Myhook)" )))
>
> Not yet, this is something I'm working on right now.
>
Hi Mikhail,
Did you get a chance to do something about this?
>
>
> BTW, I've
2010 Oct 03
2
Read file
Dear R-users,
I would like to know how could I read a file with different lines lengths.
I need read this file and create an output to feed my database.
So after reading I'll need create an output like this
"INSERT INTO TEMP (DATA,STATION,VAR1,VAR2) VALUES (20100910,837460, 39,390)"
I mean, each line should be read. But I don`t how to do this when these
lines have different
2003 Jan 10
5
Move existing Local Profile to Roaming
Hello:
I have a Redhat 7.3 samba server acting as a PDC and running samba
2.2.3a-13.
I have a few computers with extensive existing profiles and I want to know
if anyone knows of a good way to get the COMPLETE profile to the roaming
profile on the samba server. Every manual copy way that I have tried thus
far has failed miserably.
Thanks,
A Cline
2017 Sep 08
5
EOF from net_disconnect(fd)
I?m working on an OS project from github. There are two parts:
Dovecot plugin - https://github.com/st3fan/dovecot-xaps-plugin
Daemon written in Go - https://github.com/st3fan/dovecot-xaps-daemon
# dovecot --version
2.2.10
Both parts worked fine on CentOS 6 but I recently rebuilt them both for CentOS 7 and have run into some errors.
The plugin sends a notification over a socket to
2012 Oct 04
1
Coda, HPDinterval and multiple chains
Dear all,
I'm not 100% sure if this question is best directed at the r-list, or a mailing list concerned with Bayesian analysis, so please accept my apologies if another audience may be more appropriate.
I have been using the rjags package to run Jags models with multiple chains and store the results in a Coda based mcmc list. For instance, having created a jags model and done initial
2015 Jul 28
3
Deafness
Permissions to the logs are fine. In /var/log/maillog I do see dovecot logging in there but nothing that indicates why there?s a failure.
The one thing I thought of is if there?s too many connections but I am using a firewall that blocks excessive attempts but that?s fine. Netstat shows a bunch of CLOSE_WAIT though.
I?ll try the debug level and see what I find.
Thanks,
Steffan Cline
steffan at
2018 Aug 22
2
grub.cfg
I ran into something with a recent batch of updates on CentOS 7. It seems that possibly one of the kernel updates running dracut changed all of the volume groups in the grub.cfg file making the system unable to boot until I manually edited each line putting it back to the way it was originally. My volume group is called vg_h1 but it changed them all to the default ?centos?.
Is there a config
2019 Nov 15
2
C8 Questions
Hi Steffan,
I run my VMs on c7 using qemu-kvm + libvirt + virt-manager and the same on
a slackware 14.2 without any problem.
What error/problem do you receive?
Il Ven 15 Nov 2019, 19:01 Steffan Cline <steffan at hldns.com> ha scritto:
> I'm really curious how you were able to virtualize CentOS 8.
>
> What platform are you using? Xen, KVM or VMWare? PV or HVM?
>
> I
2007 Jan 16
1
system(mysql... Does not recognize < as passing an attribute (No HTML)
Hi,
This is my command line request: mysql -u root -ppassword -D quant
<c:/cline.txt
This line works from the command line in windows.
In R, when I try to use the system function, it does not work,
> system(paste('mysql -u root -ppassword -D quant
<c:/cline.txt'),show.output.on.console = TRUE)
ERROR 1102 (42000): Incorrect database name '<c:/cline.txt'
It seems
2007 Jan 16
1
system(mysql... Does not recognize < as passing an attribute
Hi,
This is my command line request: mysql -u root -ppassword -D quant
<c:/cline.txt
This line works from the command line in windows.
In R, when I try to use the system function, it does not work,
> system(paste('mysql -u root -ppassword -D quant
<c:/cline.txt'),show.output.on.console = TRUE)
ERROR 1102 (42000): Incorrect database name '<c:/cline.txt'
It seems
2017 Sep 08
1
EOF from net_disconnect(fd)
I'm not the originator. I'm just trying to do some maintenance on the code to make it work for CentOS 7.
I'll check out those two.
Any ideas on how to check exactly what's sent via the socket? If the EOF is sent, I know to dig further into the daemon code.
Thanks,
Steffan Cline
steffan at hldns.com
602-793-0014
> On Sep 7, 2017, at 11:43 PM, Aki Tuomi <aki.tuomi at
2007 Dec 13
3
what does cut(data, breaks=n) actually do?
Hello,
I'm trying to bin a quantity into 2-3 bins for calculating entropy and
mutual information. One of the approaches I'm exploring is the cut()
function, which is what the mutualInfo function in binDist uses. When it's
called in the format cut(data, breaks=n), it somehow splits the data into n
distinct bins. Can anyone tell me how cut() decides where to cut?
Thanks,
Melissa
2015 Mar 30
4
[LLVMdev] Color diagnostics
Hi,
I'm using the official 3.6 release binaries for x64 Linux. When compiling
with warnings, I don't see any color diagnostics. Explicitly enabling
-fcolor-diagnostics works fine. I have TERM set to xterm-256color. Any idea
why?
For what it's worth, I tried compiling LLVM/clang from trunk and color
diagnostics work fine by default.
Upon further investigation, I saw that the official
2015 Mar 30
3
[LLVMdev] Color diagnostics
Looks like the binaries weren't built against tinfo correctly.
On Mon, Mar 30, 2015 at 2:30 PM David Blaikie <dblaikie at gmail.com> wrote:
> +Chandler, who made the change
> +Hans, who released the compiler
>
> I'm really not sure what the right answer is here, though I don't know
> that much about releasing software & dependencies (whether they can be made
2003 May 21
1
Code Help
I am trying to analyse some data and was given R code to do this with but
there seem to be errors in the code. My level of knowledge is improving but
still limited.
The details are;
Data on clover lines; Lines.txt attached. Comma seperations
Code:
options(digits=3)
clover <- read.table("Lines.txt",header=T,sep=",")
vnames <- names(clover);nv <- length(vnames)
2015 Jul 28
2
Deafness
I?ve started in the last day or so having issues where users get a timeout when connecting to dovecot.
The iPhone interprets this as an auth issue but re-entering the password makes no change.
Outlook will either just not connect to it at all or it gives an error to re-enter the password also with no change.
This happens within an hour of a "service dovecot restart".
I?m using
2010 Jul 07
5
problems with sieve under 2.0...
I'm experimenting with a 2.0 setup, using the sieve plugin for 2.0 from
mercurial.
Without sieve, everything seems to work fine. Once I put in a
.dovecot.sieve file, though, nothing gets delivered, with the only hint
of what's going wrong being this mess in syslog:
Jul 7 13:18:00 bellman dovecot: lda(perry): Panic: file index-transaction.c: line 70 (index_transaction_init): assertion
2012 Aug 17
3
prevalence of R in publications and institutions
On Fri, Aug 17, 2012 at 6:46 AM, Travis Perry <travis.perry at furman.edu> wrote:
> Dr. Bates,
> Our department is considering replacing existing statistical
> software packages in our curriculum with R, at my request. To better inform
> this decision we are interested to know the prevalence of R in the published
> literature and its use across academic and research
2002 Aug 27
6
Roaming profile problems
Hello,
I have installed since 6 months a PDC with samba and there is an endless
problem : the roaming profile synchronisation !!!
THE problem : Sometimes after the logout of a client, the roaming profile
is not synchronised on server. So when client connect on another clients, it
seems that some data have been loosed... After there is no later
synchronisation... So mails in profile are often