search for: laird

Displaying 20 results from an estimated 85 matches for "laird".

Did you mean: laid
2006 Aug 09
1
Re: URGENT: OCFS2 hang - 32 node cluster POC
Run: # top # vmstat 1 # iostat -x /dev/emcpowerb 1 The latter two you can save to a file. For top, just monitor cpu usage and see if any process is hogging all of it. Colin Laird wrote: > and the fstab settings: > > # This file is edited by fstab-sync - see 'man fstab-sync' for details > /dev/VolGroup00/LogVol01 / ext3 > defaults 1 1 > LABEL=/boot /boot ext3 > defaults 1 2...
2012 Feb 23
9
32bit and 64bit version of a package
Hi, I''m trying to write a recipe to install the latest libstdc++ in both 32bit and 64bit flavors and running into issues. Yum only wants to install the 64bit version if I do: yum install libstdc++ If I do something like: package { "libstdc++.i386" : ensure => latest } It tells me "nothing to do" Any suggestions on the right way to do this? Thanks! Alan --
2003 Apr 09
1
command line version of dovecot?
> From: Kyler Laird <kyler-keyword-dovecot.a0ff9b at lairds.org> > I finally have dovecot mostly working and I was thinking that > I'd been saved from having to use UW-IMAPd, but I just now > noticed that there doesn't appear to be any way to run > dovecot over standard I/O; it always wants...
2006 Aug 20
4
[LLVMdev] bytecode didn't read correctly under cygwin
....1 LLVM (Apple Computer, Inc. build 5400) and LLVM version (as llc gives it) Low Level Virtual Machine (http://llvm.org/): llvm version 1.9cvs DEBUG build with assertions. I use cygwin. Thanks a lot for help. Tony. P.S. compiled.o from ackermann.c is attached. -- Nae king! Nae quin! Nae laird! Nae master! We willnae be fooled again! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20060820/c8041d8d/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name:...
2005 Sep 18
2
Update/upgrade paths?
...ng not only the files but the distribution as well, say to 4.1? Can you do a distribution update without using CD's? After a few weeks of experimenting with CentOS 4.1 I am really motivated to upgrade, if for no other reason than the fresh kernel and x.org, to name just a few. Dave -- Dave Laird (Dave at kharma.net) The Used Kharma Lot / The Phoenix Project An automatic & random fortune for the Minute: When I was little, I went into a pet shop and they asked how big I'd get. -- Rodney Dangerfield -------------- next part ---------...
2007 May 11
1
Rapid DTMF missing digits
...blem. has anyone else ever seen this? Or seen a case where mis-matched dtmf modes across multiple providers causes this problem? minor detail on what I referred to as the 'pstn trunks' I have no analog or digital circuts all handoffs are sip. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Bryan Laird Saving Lost Packets since 1994 Have you seen this packet? 1010101111010
2004 Jul 19
5
Cheap PoE switches/injectors?
I'm trying to spec out hardware for a new office, and I'd like to include power over Ethernet as an option. I've seen a handful of PoE injectors around $1000 for 24 ports and a couple switches up around $2500 for 24 ports. Are there any cheaper options, short of buying a boatload of 1-port injectors off of ebay? I don't really need more then 24 ports of PoE out of 48 total
2005 Sep 21
2
FWIW...
...r, that is a project for yet another day, when I have time to truly explore it further. I probably will have to install it from source if I want the weather in my task bar. <sigh> I tried to install it from source, and there are errors from the source. Oh, well. Life goes on. Dave -- Dave Laird (Dave at kharma.net) The Used Kharma Lot / The Phoenix Project An automatic & random fortune for the Minute: Life is like an egg stain on your chin -- you can lick it, but it still won't go away. -------------- next part -------------- A non...
2004 Apr 05
3
Buzzing on TDM400P FXS?
I have an intermittent problem with the one FXS line that I have. On most calls, the first ~5 seconds of the call has a loud buzzing noise on the line. After 5 seconds or so, it fades off to nothing, and the sound quality is great. Searching for "buzzing" on the list doesn't give a whole lot to work with. The buzzing happens on calls that are routed over both my FXO line and
2009 Mar 15
2
Sun ONE and Samba
Has anyone had success using Sun ONE as an LDAP (authentication) back-end to Samba (preferably 4.0, but 3.3 would be fine)? I've found people who've tried and given up. Sun itself hasn't provided answers, but I haven't given up on them; I'll keep reformulating my questions, and asking again. One speculation on my part is that, if I can just figure out where in Sun ONE the
2006 Feb 06
3
Typo download during site migration
Is there a deep link still active to download Typo while http://typo.leetsoft.com/ moves to its new home? Thanks, Zack -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060206/9034c40f/attachment.html
2003 Dec 22
1
?? memory leak in 3des1
Hello, quoted patch free's cipher_data malloc'd in calls to EVP_CipherInit() in ssh1_3des_init(), at least linked with openssl >= 0.9.7. It does not appear to me (superficial scan) that there is any harm in calling the _cleanup routine with earlier openssl. fwiw :laird --- openssh-3.7.1p2/cipher-3des1.c Tue Sep 23 05:24:21 2003 +++ src37m/cipher-3des1.c Mon Dec 15 08:26:30 2003 @@ -126,6 +126,11 @@ struct ssh1_3des_ctx *c; if ((c = EVP_CIPHER_CTX_get_app_data(ctx)) != NULL) { +#ifndef SSH_OLD_EVP + EVP_CIPHER_CTX_cleanu...
2004 Jul 27
2
Polycom IP-600 leasing?
We're interested in leasing roughly 15 Polycom IP-600 phones. Does anyone have a vendor that they can recommend for this? Scott
2006 Aug 20
1
[LLVMdev] make builds Release configuration by default
...command from llvmobjdir and it builds Release configuration. I didn't set ENABLE_OPTIMIZED variable to 1 and I didn't configure LLVM with --enable-optimized switch. What can cause building Release configuration and how can I switch to Debug one? Thanks. Tony. -- Nae king! Nae quin! Nae laird! Nae master! We willnae be fooled again! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20060820/28f0a7fd/attachment.html>
2005 Jul 14
2
SSL certificate access with Apache2/fastcgi
I''m trying to add SSL certificate-based authentication to an existing Rails application. I''m running into major problems because I can''t find a way to determine *which* certificate was used for authentication. With CGI, Apache (2.0.5x) would add environment variables to tell me about the certificate used, but they don''t seem to be available with
2005 May 13
1
multinom(): likelihood of model?
...calculate the likelihood of my fitted model from either of these outputs. Thanks in advance to any assistance offered. I'd be happy to provide an example of my data and multinom() entries if that would help. Gratefully, - Brooks ---------------------------- Brooks Miner Research Scientist Laird Lab UW Biology 206.616.9385 http://protist.biology.washington.edu/Lairdlab/
2004 Dec 16
0
kewlstart - explanation of this method, please ?
.... Where can we learn more about what kewlstart does and what / how it does it ? -samudra In article <telecom23.391.13@telecom-digest.org>, merlyn@visi.com says: > bonomi@host122.r-bonomi.com (Robert Bonomi) writes: >> In article <telecom23.388.5@telecom-digest.org>, Kyler Laird >> <Kyler@news.Lairds.org> wrote: >>> I'm trying to set up a home PBX and I decided to just take a crack at >>> getting kewlstart/calling party control/disconnect supervision on my >>> home line. I called Verizon and got bounced around until I hit >&g...
2005 Aug 24
1
SV: Fax to email using mime-contruct
...isk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] P? vegne av Eddie Sendt: 24. august 2005 08:42 Til: asterisk-users@lists.digium.com Emne: [Asterisk-Users] Fax to email using mime-contruct I have followed and succesfully receive incoming faxes to email with Scott Laird's faxing with asterisk guide. http://scottstuff.net/blog/articles/2004/03/28/faxing-with-asterisk But, I'm receiving the email from root@mydomain.com. I would prefer it to receive from asteriskfax@mydomain.com. How do I achive this? Please advice. I'm using postfix. Thanks. __________...
2006 Mar 28
3
fixed effects
...even a colon instead of a () may be more intuitive in this context. > library(nlme); ?lme and then > lme(y ~ X) Error in getGroups.data.frame(dataMix, groups) : Invalid formula for groups now I have to beg for some help. ok, blatant free-riding. the lme docs tells me it does the Laird and Ware model, but I do not know this model. the only two examples given at the end of the lme help file seem to be similar to what I just specified. so, how do I execute a simple fixed-effects model? (later, I may want to add a variable Z that is a continuous random variable.) could someone p...
2006 Jul 10
7
Rails app in a subdirectory via Mongrel
I''m trying to make Mongrel the default web server for Typo, but I''m running into a problem. Is there an easy way to run a Rails app in a subdirectory ( http://foo/blog instead of http://foo/) with Mongrel? For most apps, I''d just change routes.rb to include the prefix that I wanted, but that won''t really work with Typo--I''d rather not require a few