Displaying 20 results from an estimated 6000 matches similar to: "NFS 64-bit client crash with 32-bit server"
2017 Mar 03
2
case sensitive hostname matching
Hi,
as recently noticed by one of our customers, ssh tends to perform
hostname matching in a case sensitive manner since the lowercasing has
been delayed till after configuration parsing (by commits
d56b44d2dfa093883a5c4e91be3f72d99946b170 and
eb6d870a0ea8661299bb2ea8f013d3ace04e2024).
Given that hostnames are ususally interpreted in a case insensitive way
(and the code actually expects the
2005 Sep 29
2
Binary Logit Regression with R
Hi to all,
I am a PH.D Student doing statistical analysis.
I am totally new to R. I previously use Stata and am changing into R. I
ususally do with logit regression with binary dependent variable (war
occurence:1 or 0).
I just want to know command to do that. More sepcifically,
Let say, my Y is war occurence (occur=1, otherwise 0). And my independent
variables (Xs) are trade, democracy,
2012 Jan 18
2
GUI
I'm setting up a Linux box to run R.? I ususally run in a Windows envrionment but after
reading the docs I'm not sure what to expect in terms of the front end appearance in
Linux.? Does it resemble Windows or will I need Rkward or R Commander?
2005 Sep 04
1
POP3 problem about multi users from one IP address concurrent
Hi,all
I have a POP3 problem about multi users from one IP address concurrent.
[Issue description]
The network architecture is as following.
I have setup a mail server(sendmail/dovecot) in PlaceA with IP_A.
And about 6 users are receving mail from the same IP_B( NATed public IP) in
PlaceB.
Their mails are many( about 1Mb/hour each) and ususally set fetch time as
10min/fetch.
Then they
2012 Feb 21
2
Flac HiRes decoding problems
Hi folks.
My first post over here.
While working on a music server optimzation (which ususally goes hand in
hand with running pretty low buffers on realtime
streams)
I figured that certain HiRez flacs were causing XRUNS/hickups on my Linux
server platform.
The interesting thing is to run into XRUNS even though the stream gets
send to a Squeezebox Touch which got
a 20s buffer on its receiving
2007 Jan 24
2
Fit model to data and use model for data generation
Hi,
Suppose I have a set of values x and I want to calculate the distribution of
the data. Ususally I would use the "density" command. Now, can I use the
resulting "density-object" model to generate a number of new values which
have the same distribution? Or do I have to use some different function?
Regards,
Benjamin
--
Benjamin Otto
Universitaetsklinikum Eppendorf Hamburg
2006 Mar 20
3
new mails don't always show
Hi,
I am having some trouble with dovecot (0.99.14) and maildir. Some users
are reporting that sometimes, they don't get (pop3, various clients) new
mails for a while even though they should.
I checked and confirmed this: mails were delivered by MTA (sendmail,
procmail). But when the problem existed, the new mails were in cur/, not
new/ and dovecot would not report any new messaged to the
2015 Oct 13
2
TLS communication director -> backend with X.509 cert checks?
Timo Sirainen <tss at iki.fi> (Di 13 Okt 2015 21:02:59 CEST):
?
> > On connection setup from a client the director connects to the
> > selected backend. But it seems (not checked in the source yet),
> > that for SSL certificate verification the director doesn't know the
> > original host name anymore. The certificate's CN gets compared to
> > the IP
2003 Dec 08
1
aggregate and names of factors
Hello,
I use the function 'aggregate' a lot.
One small annoyance is that it is necessary to name the factors in the
'by' list to get the names in the resulting data.frame (else, they
appear as Group.1, Group.2...etc). For example, I am forced to
write:
aggregate(y,list(f1=f1,f2=f2),mean)
instead of aggregate(y,list(f1,f2),mean)
(for two factors with short names, it is not such
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
2004 Jan 28
6
long long on 32-bit machines
Hi all,
Does anyone happen to know if there are *any* 32-bit architectures (on
which Linux runs) for which the ABI for a "long long" is different from
passing two "longs" in the appropriate order, i.e. (hi,lo) for bigendian
or (lo,hi) for littleendian?
I'd like to switch klibc to use the 64-bit file ABI thoughout, but it's
a considerable porting effort, and
2006 Jan 09
6
Nil column results, possible to ignore?
For a table "clients" there are city, state, and zip fields. However, for some clients we only have a state with no actual address.
The following code throws a "You have a nil object" error when outputting my client list. Is there a way around this, short of writing a specific case for each possibility?
<%= client.city + '', '' + client.state +
2008 Dec 09
1
creating standard curves for ELISA analysis
Hello R guru's
I am a newbie to R, In my research work I usually generate a lot of ELISA
data in form of absorbance values. I ususally use Excel to calculate the
concentrations of unknown, but it is too tedious and manual especially when
I have 100's of files to process. I would appreciate some help in creating
a R script to do this with minimal manual input. s A1-G1 and A2-G2 are
2010 Nov 09
1
make quicktest failed
I had 444 errors I didn't want to put them all up here. Maybe I missed a
step, maybe it's an easy "oops you forgot to do this"
I'm on ubuntu 10.10 amd64 server completely uptodate today.
I followed the http://wiki.samba.org/index.php/Samba4/HOWTO
My git is also today.
== samba4.rpc.echo on ncacn_ip_tcp with validate and
--option=socket:testnonblock=True
2010 Nov 03
2
save() with 64 bit and 32 bit R
hi,
i have been using a 64 bit desktop machine to process a whole lot of
data which i have then subsequently used save() to store. i am now
wanting to use this data on my laptop machine, which is a 32 bit
install. i suppose that i should not be surprised that the 64 bit data
files do not open on my 32 bit machine! does anyone have a smart idea as
to how these data can be reformatted for 32 bits?
2013 Jul 23
3
Debugging Puppetmaster with Apache/Rack/Passenger
Hi,
I''m currently trying to debug a performance issue I''m having. Therefore I
would need "DEBUG" output. When using one puppetmaster process, this is
fairly easy by starting it like this:
> puppet master --no-daemonize --debug
Now I need to see this debug output when running puppetmaster the way I
ususally do - using Apache/Rack/Passenger. After looking
2017 Apr 06
3
DRM_FORMAT_* byte order (was: Re: [PATCH] drm: virtio: fix virtio_gpu_cursor_formats)
Hi,
> > static const uint32_t virtio_gpu_cursor_formats[] = {
> > +#ifdef __BIG_ENDIAN
> > + DRM_FORMAT_BGRA8888,
> > +#else
> > DRM_FORMAT_ARGB8888,
> > +#endif
>
> DRM formats are supposed to be little endian, so this isn't really
> correct.
Well, maybe they where *intended* to be little endian at some point in
the past. The actual code
2017 Apr 06
3
DRM_FORMAT_* byte order (was: Re: [PATCH] drm: virtio: fix virtio_gpu_cursor_formats)
Hi,
> > static const uint32_t virtio_gpu_cursor_formats[] = {
> > +#ifdef __BIG_ENDIAN
> > + DRM_FORMAT_BGRA8888,
> > +#else
> > DRM_FORMAT_ARGB8888,
> > +#endif
>
> DRM formats are supposed to be little endian, so this isn't really
> correct.
Well, maybe they where *intended* to be little endian at some point in
the past. The actual code
2018 Aug 13
1
trace in uniroot() ?
Despite my years with R, I didn't know about trace(). Thanks.
However, my decades in the minimization and root finding game make me like having
a trace that gives some info on the operation, the argument and the current function value.
I've usually found glitches are a result of things like >= rather than > in tests etc., and
knowing what was done is the quickest way to get there.
2009 Jan 27
4
[LLVMdev] inline asm semantics: output constraint width smaller than input
Hi,
> If yes then this doesnt look all that bad or invasive at first sight (if
> the put_user() workaround can be expressed in a cleaner way), but in any
> case it would be nice to hear an LLVM person's opinion about roughly when
> this is going to be solved in LLVM itself.
one thing that seems to be clear to everyone except me is... what are the
semantics supposed to be? [My