search for: carson

Displaying 20 results from an estimated 193 matches for "carson".

Did you mean: carbon
2016 Feb 18
3
Call for testing: OpenSSH 7.2
On 2/17/16 6:02 PM, Darren Tucker wrote: > On Thu, Feb 18, 2016 at 12:43 PM, Carson Gaspar <carson at taltos.org> wrote: > [...] >> Is there a sane way to run just one test script? LTESTS can't be overridden >> AFAIK... > > make t-exec LTESTS=testname > > where testname is the name of the specific test script without the .sh > extension. No...
2001 Apr 25
6
Updated partial auth patch against CVS
...code has not been updated to follow the OpenBSD style guide. The style guide itself says that code should be updated if more than 50% of it is new. This is definitely not the case here, and I'm not about to go and reformat everything I touch. I'd appreciate any feedback folks have. -- Carson Gaspar - carson at taltos.org Queen trapped in a butch body -------------- next part -------------- A non-text attachment was scrubbed... Name: partialdiff Type: application/octet-stream Size: 16209 bytes Desc: not available Url : http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/2001...
2016 Feb 18
5
Call for testing: OpenSSH 7.2
On 2/17/16 3:02 PM, Carson Gaspar wrote: > > Sadly I'm hitting a different autoconf bug :-( I was being an idiot - configure was bombing out & I didn't notice (boy that openssl version error message is loooooong...) With Mr. Wilson's patch, I still get: "sandbox-solaris.c", line 22: #error...
2011 Jul 12
2
Deviance of zeroinfl/hurdle models
...models. Does anyone have any suggestions? Alternatively, does anyone have a suggestion for a better measure to report (I'm aware that R^2 measures aren't really appropriate here), preferably something that is easy enough to program or compute using existing packages... Thanks in advance, Carson [1] Cameron, A.C., Windmeijer, F.A.G., 1996. R^2 measures for count data regression models with applications to health-care utilization. J. Bus. Econom. Statist. 14, 209?220 -- Carson J. Q. Farmer ISSP Doctoral Fellow National Centre for Geocomputation National University of Ireland, Maynooth,...
2001 Apr 25
2
Makefile.in diff against CVS to prevent man/config rebuild every make
...ck sop .out files only get rebuilt if the source file changes FixBug: if any source file gets changed, all .out files get rebuilt. This is because man pages and config files both get .out extensions but get created differently. It's sub-optimal, but still better than what's in CVS. -- Carson Gaspar - carson at taltos.org Queen trapped in a butch body -------------- next part -------------- A non-text attachment was scrubbed... Name: makediff Type: application/octet-stream Size: 3275 bytes Desc: not available Url : http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20010424...
2017 Mar 01
2
dovecot lda bouncing postfix aliases
Recently configured postfix to use the dovecot lda as I wanted to use sieve. Got that working a few days ago but noticed that I wasn't getting any emails to aliases. Checked the logs and saw messages like: Mar 1 08:19:59 carson postfix/lmtp[16949]: 0DCD22016BE: to=< sales at example.com>, relay=carson.example.com[private/dovecot-lmtp], delay=0.07, delays=0.01/0.01/0/0.04, dsn=5.1.1, status=bounced (host carson.example.com[private/dovecot-lmtp] said: 550 5.1.1 <sales at example.com> User doesn't exist: sale...
2010 Jun 17
1
plotting radial dendrograms
...embership > dend <- as.dendrogram(result) where merges is as above, and membership is: > membership [1] 0 0 0 0 0 2 2 2 2 2 1 1 1 1 1 Any thoughts on how to convert a dendrogram object to an hclust or phylo object, or barring that, another way to plot a radial dendrogam in R? Regards, Carson -- Carson J. Q. Farmer ISSP Doctoral Fellow National Centre for Geocomputation National University of Ireland, Maynooth, http://www.carsonfarmer.com/
2001 Jun 15
1
EOL problem with channels.h in CVS
channels.h from today's CVS has MS-DOS ^M end-of-line chars. -- Carson Gaspar - carson at taltos.org Queen trapped in a butch body
2011 Feb 28
1
mixture models/latent class regression comparison
...1:200 # mmlcr requires an id column m2 <- mmlcr(outer=~1|id, components=list(list(formula=yp~x, class="poisonce")), data=NPreg, n.groups=2) # summary and coefficients for flexmix model summary(m1) summary(refit(m1)) # summary and coefficients for mmlcr model summary(m2) m2 Regards, Carson P.S. I have attached a copy of the mmlcr package with a modified mmlcr.poisonce function due to errors in the version available here: http://cran.r-project.org/src/contrib/Archive/mmlcr/. See also http://jeldi.com/Members/jthacher/tips-and-tricks/programs/r/mmlcr section "Bugs?" subsecti...
2003 Sep 13
3
Trailing dot is not removed from client hostname if HostbasedUsesNameFromPacketOnly is yes
...sedUsesNameFromPacketOnly is set to yes, sshd does not remove the trailing dot from the client supplied hostname, causing sshd to attempt to look up "foo.example.com." (note trailing period) in known_hosts and .shosts instead of "foo.example.com" Trivial patch attached. -- Carson -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: auth2-hostbased.c.diff Url: http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20030913/797d8e45/attachment.ksh
2016 Feb 17
4
Call for testing: OpenSSH 7.2
On 2/17/16 9:50 AM, Carson Gaspar wrote: > Solaris 10 has setppriv, but does not have priv_basicset. To work on > Solaris 10, the call would need to be replaced with the equivalent set > of explicitly listed privs: The prior art in other apps on the system seems to suggest that priv_str_to_set is a better fallback...
2020 Jun 08
1
Potential issue with perl-based pattern matching with Unicode characters on Windows R 4.0 and above
...; "win_iconv" "" "" ``` Let me know if there's any more information I can provide to help replicate and isolate the issue. Also, if this happens to be the expected behavior, I'd be keen to learn about why that's the case. Thank you, -Carson -- Carson Sievert, PhD Software Engineer at RStudio Website <https://cpsievert.me> | Twitter <https://twitter.com/cpsievert> | GitHub <https://github.com/cpsievert> [[alternative HTML version deleted]]
2008 Jan 10
3
Cycle Regression Analysis in R?
...d/or linear trends, I am only interested in a single sine function that most closely fits the data (trends can be removed separately if need be). Perhaps some sort of non-linear least squares method would be best? Any help, or suggestions to get me on the right track are greatly appreciated. Carson
2008 Jan 29
0
[Fwd: Re: Fourier Analysis and Curve Fitting in R]
...trying to fit a smooth line (through some data gaps) from which phenological type indices of snow depth can be derived. What are you trying to do find the dominant periodicy? make a prediction equation? fit a smooth line? or... give us some more information and maybe we can help On 1/28/08, Carson Farmer [1]<cfarmer at uvic.ca> wrote: Rolf Turner wrote: On 26/01/2008, at 10:54 AM, Carson Farmer wrote: Dear List, I am attempting to perform a harmonic analysis on a time series of snow depth, in which the annual curve is essentially asymmetric (i.e. snow accumulates slowly over ti...
2008 Oct 31
14
questions on zfs backups
On Thu, Oct 30, 2008 at 11:05 PM, Richard Elling <Richard.Elling at sun.com> wrote: > Philip Brown wrote: >> I''ve recently started down the road of production use for zfs, and am hitting my head on some paradigm shifts. I''d like to clarify whether my understanding is correct, and/or whether there are better ways of doing things. >> I have one question for
2017 Mar 02
1
dovecot lda bouncing postfix aliases
...3-17 15:36, Ian Evans wrote: >> Recently configured postfix to use the dovecot lda as I wanted to use >> sieve. Got that working a few days ago but noticed that I wasn't getting >> any emails to aliases. Checked the logs and saw messages like: >> >> Mar 1 08:19:59 carson postfix/lmtp[16949]: 0DCD22016BE: to=< >> sales at example.com>, relay=carson.example.com[private/dovecot-lmtp], >> delay=0.07, delays=0.01/0.01/0/0.04, dsn=5.1.1, status=bounced (host >> carson.example.com[private/dovecot-lmtp] said: 550 5.1.1 <sales at example.com> &...
2008 Jan 25
2
Fourier Analysis and Curve Fitting in R
...ext "Fourier Analysis of Time Series", but am having trouble implementing this in R. Does anyone have any suggestions, or perhaps directions on how this might be done properly? Am I using the right methods for fitting an asymmetric curve? Any help is greatly appreciated, Sincerely, Carson
2014 Dec 28
2
OT: Bittorrent clients
Nux! <nux at li.nux.ro> writes: > I recommend you stick to Transmission since it's in Base. For the record and the benefit of anyone reading the list archives, Transmission appears to be in EPEL, not Base.
2001 May 02
2
2.9p1?? core dump in auth_log
...I have to run off to jury duty now (feh). A local patch is to change the marked line above to: authctxt->valid ? (authctxt->pw->pw_uid == 0 ? "ROOT" : authctxt->user) : "unknown user", A larger issue is why getpwnam() hasn't been called by that point... -- Carson Gaspar - carson at taltos.org Queen trapped in a butch body
2006 Mar 13
4
Trouble Using AR Object based on a Piggyback Query?
...=>"1", "hc_signature_email"=>"jjames@winchester.com", "hc_verification_code"=>"123456", "hc_address_two"=>"Apartment B", "hc_signature_date"=>"2006-03-11 21:25:07", "hc_city"=>"Carson City", "id_panels"=>"1", "id_countries"=>"1", "hc_signature"=>"asd"}> # Here I''m accessing it''s data fine... >> obj["hc_city"] => "Carson City" # This is an ActiveRecord obj...