search for: steev

Displaying 20 results from an estimated 45 matches for "steev".

Did you mean: stdev
2007 Oct 12
2
APC Back-UPS ES 550 reports zero(0) load
...ich is odd 'cos they appear to be pretty popular deskside UPSes. I can't be the only one using one with an Ubuntu machine... Any help or guidance would be appreciated. If I need to patch the source to add support for the ES 550, I can do that, with a little guidance. Cheers, Ben -- Ben Steeves ben.steeves at unb.ca GTalk: ben.steeves http://www.metacon.ca/bcs GPG ID: 0xB3EBF1D9 -------------- next part -------------- A non-text attachment was scrubbed... Name: upsc.out Type: application/octet-stream...
2009 Sep 07
6
Question about Server Authentication
...esn't work with the DSA key when both DSA and RSA are authorize. (Of course if both are present in the known_host file, it works). So if somebody can help me about this, it will be nice ;) I've read lot of documentation, a little the 4 RFC but I haven't found the answer to my question. Steeve
2005 Sep 08
2
Reg. I/O callbacks.
...ks. How do I do it? The API (version 1.1.2) documentation gives functions to set the ``write``, ``metadata`` and ``error`` callback. What about the ``read``., ``eof``, etc. callbacks. If i'm using the file decoder., can i still use the functions from the stream_decoder_set_* for this? -- Joe Steeve (http://www.joesteeve.org/) Z500 developer (http://www.z500series.com/) Terminus Graphics Studios http://www.terminus.in/
2005 Jan 11
0
shorewall iprange tweak
...e returned by whois. I tweaked the shorewall script to avoid this by changing the iprange case to this, iprange) [ x$2 = x ] && usage 1 shift ip_range "$*" ;; this works with shorewall 1.4.8. BTW, thanks for a freakin'' amazingly useful firewall configurator. steeve -- Steeve McCauley steeve@oneguycoding.com :wq http://oneguycoding.com Please don''t lie to me, unless youre absolutely sure Ill never find out the truth. - Ashleigh Brilliant
2005 Oct 06
2
Re: Reg. FLAC decoding
...nel = (unsigned char *)buffer[0]; > short * TempSource = (short *)&LChannel[LPos]; > let me know if this works or if you have other questions. I tried this., but still i dont get the proper output. I'm still debugging with the decoder. I'll get back when I get doubts. -- Joe Steeve (http://www.joesteeve.org/) Z500 Development team (http://www.z500series.com/) Terminus Graphics Studios http://www.terminus.in/
2005 Oct 25
2
Re: Reg. FLAC decoding
...playing now :) Cheers. There is a slight noise happening in the background., which i'm figuring out. I hope that it'll be solved soon. However, i wanted to know if there are any ARM specific optimizations that can be done. The processor is a 166MHz processor. Do you think it is ok? -- Joe Steeve (http://www.joesteeve.org/) Z500 Development team (http://www.z500series.com/) Terminus Graphics Studios http://www.terminus.in/
2003 Oct 16
1
problem with INSTALL file
...on Redhat linux systems. When using PAM and MD5 passwords, you must use the above configure option AND the --with-pam option. If you don't, you won't be able to login using password authentication.... so, this wording should be changed to avoid further confusion and pain.... thanx, Steev Hise steev at detritus.net
2012 Apr 30
3
95% confidence interval of the coefficients from a bootstrap analysis
...mary(stor.inter) summary(stor.Ind5) summary(stor.LNPRI25) summary(stor.NPRI10) summary(stor.Mine) ###Valid only for the last calculated model of the bootstrap analysis ??? confint(data_Pb.boot) Can anybody show me the best way to get the 95% confidence interval of the coefficients? Thank you Steeve -- View this message in context: http://r.789695.n4.nabble.com/95-confidence-interval-of-the-coefficients-from-a-bootstrap-analysis-tp4599692.html Sent from the R help mailing list archive at Nabble.com.
2005 Sep 30
2
Reg. FLAC decoding
...(pThis->m_DMABuff, size); /* Finally release the DMA buffer. */ RUAReleaseBuffer(pThis->m_DMABuff); if (pos == val) break; else SystemText ("Playing %d", pos); } pThis->m_Position = 0; } return FLAC__STREAM_DECODER_WRITE_STATUS_CONTINUE; } -- Joe Steeve (http://www.joesteeve.org/) Z500 Development team (http://www.z500series.com/) Terminus Graphics Studios http://www.terminus.in/
2005 Oct 25
1
Re: Reg. FLAC decoding
...for the > buck and is the easiest (it's just a multiply-accumulate-shift > loop). Aw., I dont think I can look into this right now. However, I have some doubts. Is it possible for the frame->header.bits_per_sample, frame->header.sample_rate to differ from frame to frame?? -- Joe Steeve (http://www.joesteeve.org/) Z500 Development team (http://www.z500series.com/) Terminus Graphics Studios http://www.terminus.in/
2008 Oct 22
1
Dovecot and quota enforcement - only reporting?
...presume is the maildirsize file) to update? Is there any actual quota enforcement, or just reporting? Because if I send mail to an account, even if it currently reporting (via maildirsize or . getquotaroot) that the user is over quota, they still can send and receive email. Thanks! Rick Rick Steeves http://www.sinister.net "The journey is the destination"
2005 Sep 30
0
Re: Reg. FLAC decoding
...ader itself, e.g. channels = frame->header.channels sample_rate = frame->header.sample_rate bits_per_sample = frame->header.bits_per_sample c.f. http://flac.sourceforge.net/api/structFLAC____FrameHeader.html let me know if this works or if you have other questions. Josh --- Joe Steeve <joesteeve@zodiactorp.com> wrote: > > I'm using seekable_stream_decoder, And., this is my write_callback. > I'm > not getting the required output. The PCM i get is not the proper > music. > Am I doing something wrong here? > > FLAC__StreamDecoderWriteStatus...
2010 Oct 06
2
weird ELF error
Anyone know what this is? It doesn''t seem related to puppet but I''m stumped. info: Loading facts in dmidecode info: Loading facts in cpuinfo debug: catalog supports formats: b64_zlib_yaml marshal pson raw yaml; using pson /usr/lib64/ruby/site_ruby/1.8/puppet/indirector/rest.rb:55:in `deserialize'' /usr/lib64/ruby/site_ruby/1.8/puppet/indirector/rest.rb:69:in
2005 Oct 25
0
Re: Reg. FLAC decoding
--- Joe Steeve <joesteeve@zodiactorp.com> wrote: > Sorry for the delay in getting back to you., I was working on > something > else and just now got FLAC to work. > > Ok., FLAC files are playing now :) Cheers. There is a slight noise > happening in the background., which i'm figurin...
2005 Nov 10
0
Reg. decode time
I need to get the current decode time., and the total time of the stream. How do i do this? -- Joe Steeve (http://www.joesteeve.org/) Z500 Development team (http://www.z500series.com/) Terminus Graphics Studios http://www.terminus.in/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digita...
2009 Apr 02
2
Dovecot ACLs
...move mail that's in the spam folder, but not delete it. Am I going to have to create an entry for every single user, or is there a way to do it once, for all .Spam folders? I've read through http://wiki.dovecot.org/ACL and can't quite get this as the last step. Thanks rick Rick Steeves http://www.sinister.net "The journey is the destination"
2009 Mar 26
1
Preventing IMAP folder deletion?
...folders in IMAP? In squirrelmail I can create "system" folders that the user can't change or delete, but that's client based. Since I don't see that ability in Outlook, can I somehow configure dovecot so the user can't delete specified folders? Thanks Rick Rick Steeves http://www.sinister.net "The journey is the destination"
2009 Feb 09
1
Disconnected Log messages I'd like to disable?
...:06:52 mailserver dovecot: IMAP(user at example.com): Disconnected: Logged out bytes=479/51185 (which I think is from my blackberry users) I'd like to not log Feb 9 08:06:52 mailserver dovecot: IMAP(user at example.com): Disconnected: Logged out bytes=479/51185 Suggestions? rick Rick Steeves http://www.sinister.net "The journey is the destination"
2009 Feb 12
2
delivering to folder based on recipient_delimiter?
...addr_extension_spam_maps add +spam to each mail identified as spam, and thus the mail would go to the spam folder on delivery. The postfix guys say I should be able to do this. can someone point me to how to implement this with dovecot? (as I don't see how to even start). Thx Rick Rick Steeves http://www.sinister.net "The journey is the destination"
2009 Feb 13
1
trash plugin and LDA
I just switched from the default postfix LDA to the dovecot LDA, deliver, and am looking into what new features I have. The wiki references the trash plugin with imap. Can I also enable trash with the lda? Rick Rick Steeves http://www.sinister.net "The journey is the destination"