search for: ususal

Displaying 20 results from an estimated 91 matches for "ususal".

Did you mean: usual
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 +
2017 Mar 03
2
case sensitive hostname matching
...oticed 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 input to be lowercased anyway) it might be good to perform the comparisons as such. We can either make sure match_hostname() receives a lowercased string indeed or perform the lowercasing there (carefully as not to intro...
2001 Aug 16
2
Netraverse Win4Lin in trouble or out of busienss?
...know what is happening with Netraverse the company who makes Win4Lin? They appear to have closed down, their offices are shut down and phones disconnected. Their internal user newsgroup is saying most of their developers have been fired. Their Web site (www.netraverse.com) looks like business for ususal. I wonder what happens if you try to buy anything from them - I'll let somebody else find out that one :( I guess it is welcome back to Wine for me... Sarah
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 rece...
2001 Apr 11
1
Q:Truncated Regression Model
Hi, Problem: I have the ususal linear regression model y=Xb but I cant observe y (expenditure for a particular good) for some y <c where c is fixed for all observations. But I can observe the corresponding covariates x (incom). I used the survivla5 library (survreg(Surv(y,y<c,type="left")~x) for a censored regr...
2003 Oct 20
2
dev.print in R 1.7.1
...ts, so I tried instead dev.print(file="H:\\jesperf\\data1image",device=png()) However no file is created and – much worse – no graphics is produced (on screen or file) if I run f.ex qqnorm afterwards. What am I doing wrong and how do I get R to print graphics on the screen as ususal? Thanks in advance for your help. Kim. ------------ Kim Mouridsen M.Sc., Ph.D student Center for Functionally Integrative Neuroscience (CFIN) Århus University Hospital Nørrebrogade 44 Building 30, 1. DK-8000 Århus C, Denmark Phone +45 8949 4099 FAX +45 8949 4400 [[alternat...
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, military power....etc. In Stata, I do l...
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?
2013 Jul 07
1
[LLVMdev] trying to compile llvm+clang on CentOS 5
I am trying to have llvm and clang on a centOS 5 without root permissions. I tried to do it downloading llvm and clang src packages and trying the ususal configure, make and make install steps as such: wget http://llvm.org/releases/3.3/llvm-3.3.src.tar.gz wget http://llvm.org/releases/3.3/cfe-3.3.src.tar.gz tar xzf llvm-3.3.src.tar.gz && cd llvm-3.3.src/tools/ && tar xzf ../../cfe-3.3.src.tar.gz I tried with a newer version of gcc...
2007 Jan 18
1
NFS 64-bit client crash with 32-bit server
..., but I don't have the details as physical access to the server isn't easy. The crashes seem to happen when creating files over 2GB in size, but there doesn' seem to be a fixed size that triggers the problem. Sometimes I can get file sizes as high as 3GB before the crash, but it's ususally at the 2.3GB to 2.6GB range that it happens. Are there known issues with Centos 4.4 and NFS that I might be running into? Thanks, Tom -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20070117/9507c378/attach...
2005 Sep 04
1
POP3 problem about multi users from one IP address concurrent
...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 complain that their mails often cannot be downloaded. [Reason investigation] I noticed that 1.when one of them fail to fetch mail. All TCP IP connection between IP_A and IP_B will be RST.which means that http/ssh/pop/smtp all not work for a while. A...
2018 Sep 07
3
Auth process sometimes stop responding after upgrade
...ou have some > script running that possibly does change the vhost count for some > triggering event? > > Sami Actually, I have a poolmon script running that should drop vhost count for unresponsive backends; the strage thing is, the backends are NOT unresponsive, they are working as ususal. *Simone Lazzaris* *Qcom S.p.A.* simone.lazzaris at qcom.it[1] | www.qcom.it[2] * LinkedIn[3]* | *Facebook[4]* [5] -------- [1] mailto:simone.lazzaris at qcom.it [2] https://www.qcom.it [3] https://www.linkedin.com/company/qcom-spa [4] http://www.facebook.com/qcomspa [5] https://www.qcom.i...
2006 Nov 16
2
Speex WBB decoder on AT91SAM7S microcontroller?
Hi, I would like to compile the Speex fixed-point, WB decoder for an AT91SAM7S256 ARM7 microcontroller using gcc-arm-elf and was wondering, before I roll up my sleeves and try to figure out all the autoconf things that I'm really unfamiliar with, if anyone else has done this and can share their experiences. I see in the archives that some folk have compiled for this processor before but
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 Hambu...
2018 Sep 07
1
Auth process sometimes stop responding after upgrade
...o: > > On 7 Sep 2018, at 11.25, Simone Lazzaris <simone.lazzaris at qcom.it> wrote: > > Actually, I have a poolmon script running that should drop vhost count for > > unresponsive backends; the strage thing is, the backends are NOT > > unresponsive, they are working as ususal. > If it's this one https://github.com/brandond/poolmon/blob/master/poolmon > <https://github.com/brandond/poolmon/blob/master/poolmon> you are running > and old version of it as the latest version is more compatible with recent > dovecot releases. > > current version i...
2010 Aug 01
6
Opensolaris domU - install ok, pygrub boot not ok.
Hi All, Debian squeeze, Xen 4.0, 2.6.32-5 I successfully installed opensolaris, but when trying to convert to pygrub it just hangs. root@vhost2:/var/log/xen# xm create /etc/xen/opensolaris.cfg -c Using config file "/etc/xen/opensolaris.cfg". root@vhost2:/etc/xen# xm list Name ID Mem VCPUs State Time(s) Domain-0
2006 Mar 20
3
new mails don't always show
...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 client. A 'solution' was to send another mail to the same account, and ususally this would end up in new/ On the next fetch, this new message and the new ones from cur/ are downloaded. I also had the same problem with imap and evolution today. My inbox showed as empty but there were many messages in cur/ I could access all other folders without a problem during this period....
2004 Oct 28
5
Maximum ProxyArp
Does anyone know what a good maximum number of machines I should place in the ProxyArp list? Thanks Jamie
2018 Sep 07
3
Auth process sometimes stop responding after upgrade
In data venerd? 7 settembre 2018 09:39:23 CEST, Aki Tuomi ha scritto: > Do you see anything else in logs? > Just the usual proxy messages, like these: Sep 6 14:45:41 imap-front13 dovecot: imap-login: proxy(alessandro at soldinicarrelli.it): disconnecting 5.169.233.224 (Disconnected by server(0s idle, in=451, out=3556)): user=<alessandro at soldinicarrelli.it>, method=PLAIN,
2015 Oct 13
2
TLS communication director -> backend with X.509 cert checks?
...> > the IP address the director connects to. > > Right. The hostnames are lost immediately at director startup. I've never really thought about needing this functionality for director, since they're usually in the same trusted network with backends.. > That's it? "ususally". And additionally local policy says that we should use secured connections whenever credentials are transported ? And since the director uses either a master password or the credentials obtained from the client, we want to use secured connections. And using TLS w/o verified certs is better...