search for: steeves

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

Did you mean: steves
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 S...
2009 Sep 07
6
Question about Server Authentication
Hi guys, I'm working on a project which concern SSH and there is something i don't understand about server authentication. So I explain my problem: - When you authorize only RSA keys in the sshd_config on the server, you need to have the RSA public key of this server in the known_hosts file of the client. This is absolutely normal. - When you authorize only DSA keys in the sshd_config
2005 Sep 08
2
Reg. I/O callbacks.
Supposing I want to use the File decoder., and set the I/O callbacks. 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/)
2005 Jan 11
0
shorewall iprange tweak
I often find myself doing, whois some.damned.ip.address and then copying and pasting the address range for the miscreant in question, and doing, shorewall iprange x.x.x.x-y.y.y.y with the aim to drop the entire range. My one minor complaint is that I often have to edit out the spaces between the hyphen when copying and pasting the address range returned by whois. I tweaked the shorewall
2005 Oct 06
2
Re: Reg. FLAC decoding
On Fri, 2005-09-30 at 23:14, Josh Coalson wrote: > but all samples in buffer[] are 32-bit signed integers in host > order, regardless of the bits-per-sample of the frame. so to get > them down to shorts (assuming they'll fit), do like: > > FLAC__int32 * LChannel = buffer[0]; > short TempSource = (short)LChannel[LPos]; > > instead of > > LChannel =
2005 Oct 25
2
Re: Reg. FLAC decoding
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 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
2003 Oct 16
1
problem with INSTALL file
I'm reporting a problem with documentation for openssh 3.7 portable. In the INSTALL file it says in the configure section: --with-md5-passwords will enable the use of MD5 passwords. Enable this if your operating system uses MD5 passwords without using PAM. The above verbage implies that if you use PAM there's no need to use the --with-md5-passwords option. This, I have discovered, is
2012 Apr 30
3
95% confidence interval of the coefficients from a bootstrap analysis
Hello, I am doing a simple linear regression analysis that includes few variables. I am using a bootstrap analysis to obtain the variation of my variables to replacement. I am trying to obtain the coefficients 95% confidence interval from the bootstrap procedure. Here is my script for the bootstrap: N = length (data_Pb[,1]) B = 10000 stor.r2 = rep(0,B) stor.r2 = rep(0,B) stor.inter =
2005 Sep 30
2
Reg. FLAC decoding
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 AFLACStreamPlayer::StreamWriteCb ( const FLAC__SeekableStreamDecoder *decoder, const FLAC__Frame *frame, const FLAC__int32 * const buffer[], void *client_data) { int Channels,
2005 Oct 25
1
Re: Reg. FLAC decoding
On Tue, 2005-10-25 at 23:04, Josh Coalson wrote: > we don't have any ARM optimizations yet, just x86 and ppc. but > yes, FLAC__lpc_restore_signal() will give the most bang 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
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
I can't be totally sure what 'short' is on your platform, but if it's (probably) 16-bits, it looks like you're treating the samples in buffer[] as packed 16 bit numbers. but all samples in buffer[] are 32-bit signed integers in host order, regardless of the bits-per-sample of the frame. so to get them down to shorts (assuming they'll fit), do like: FLAC__int32 *
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 figuring out. I hope that > it'll > be solved soon. However, i wanted to know if
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
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"