similar to: No subject

Displaying 20 results from an estimated 11000 matches similar to: "No subject"

2010 Oct 20
0
No subject
I enquired on this list about the problems we were having and the best advice I received was that winbind was now a required service. So I tried using winbind and it seemed to work better, but still not completely reliably. So we just stayed on 3.0.24 Recently changes to the domain mean that we will need to run a recent version of samba. So I've been looking into upgrading. I ran up a copy
2008 Feb 20
3
change in AD authentication behaviour since 3.0.24
We have noticed a change in the way AD authentication behaves starting with 3.0.25. Ive been hoping it was a bug and someone would notice and fix it. But since its still there as of 3.0.28, I guess its a feature :-). Anyway, our users on XP machines used to be able to authenticate against AD with just a username/password eg u1234567. But as of 3.0.25 they need to use a fully qualified username eg
2009 Dec 02
1
Fw: Re: Help: barchart() {Lattice}
I HAVE BEEN ASKED TO BE REMOVED FROM THIS LIST OVER 20 TIMES, PLEASE CAN I BE REMOVED!!!!!!!!!!!!! --- On Thu, 3/12/09, Peng Cai <pengcaimaillist@gmail.com> wrote: From: Peng Cai <pengcaimaillist@gmail.com> Subject: Re: [R] Help: barchart() {Lattice} To: "Felix Andrews" <felix@nfrac.org> Cc: r-help@r-project.org Received: Thursday, 3 December, 2009, 10:17 AM Got it
2006 Aug 25
2
R in Nature
Hi all, We've just had a paper accepted for publication in Nature. We used R for 95% of our analyses (one of my co-authors sneaked in some GenStat when I wasn't looking.). The preprint is available from the Nature web site, in the open peer-review trial section. I searched Nature for previous references to "R Development Core Team", and I received no hits. So I tentatively
2010 May 26
3
SVN vs DVCS
Hi, Just wondering whether anyone had thought about moving the R sources to a "distributed" version control system such as Bazaar, Git or Mercurial. These new generation systems make it easier to work on feature branches, allow working offline, are very fast, etc. Some projects that have moved to Git are Linux Kernel Perl Ruby on Rails ... http://en.wikipedia.org/wiki/Git_(software)
2010 Apr 20
1
bug in aggregate.ts
Hi, I am getting unexpected behaviour from aggregate.ts(). The 'ndeltat' argument is effectively being reduced by 1 in some cases, even when it is an integer, with the result that the blocks to be aggregated are not of the expected size, and also that the end() of the aggregated series is much later than the end() of the original series. rawts <- ts(rep(1:10, each = 5), start = 1) ##
2005 Jun 20
0
Profile not saved for 3 users
Hi, I have a very odd issue. I have 2 samba PDCs running on a subnet, and I am are trying to transfer users from Samba version 2.2.5 (smbpasswd) to Samba version 3.0.10-Debian (with LDAP). I have 12+ Windows Domain users, transferred across without incident. Steps I followed; Create user in LDAP Use smbclient to test authenication Get user to logoff Rsync files Rename old profile directory Log
2010 Apr 29
1
bug in cut.POSIXt(..., breaks = <numeric>) and cut.Date
x <- seq(as.POSIXct("2000-01-01"), by = "days", length = 20) cut(x, breaks = 3) # Error in `levels<-.factor`(`*tmp*`, value = character(0)) : # number of levels differs cut(as.Date(x), breaks = 3) # Error in `levels<-.factor`(`*tmp*`, value = character(0)) : # number of levels differs Index: base/R/datetime.R
2010 May 19
1
pretty.Date(): new "halfmonth" time step
Hi R-devel / R-core In the new pretty() methods for Date and POSIXct https://svn.r-project.org/R/trunk/src/library/grDevices/R/prettyDate.R there is currently a "pretty" time step listed as "15 DSTdays"... but this actually doesn't line up well with months. Much better to implement directly what this is trying to do: i.e. to have a "halfmonth" time step. This is
2002 Nov 28
4
Mime-Version: 1.0
I am using expression() to incorporate text into graphics. To create a superscript, I use the '^' character. Can someone please tell me the character to use to create a subscript? Thank you ----------------------------------------------------- Christine Donnelly Statistical Consulting Unit The Graduate School John Dedman Mathematical Sciences Building (Bldg 27) Australian National
2009 Dec 21
1
proposal for new axis.Date/axis.POSIXct
Hi R-devel. I've noticed a couple of quirks in the current time/date axis functions (axis.Date, axis.POSIXct, and the equivalents in lattice). Looking at the code, it seems like a fairly ad-hoc approach, often using pretty() on components of the time. This is not always ideal - for example a one-hour interval gets cut into 10-minute chunks rather than the more natural 15-minute chunks (since
2006 Jun 15
3
annoying warnings in ESS/Emacs
Hi, I'm not sure if this is an R problem, a Debian problem, a GNU Emacs problem or an ESS problem. I get the following warning the first time I call help on a command in a session, for example: > ?sessionInfo Warning message: use of NULL environment is deprecated This only occurs in GNU Emacs, not when running R from bash, and not with Xemacs. It started happening when I updated R
2010 May 21
0
pretty.Date(): changes to axis() methods?
Hi all. pretty() is now generic in R-2.12 and there are new methods for Date and POSIXt classes. These methods could potentially be used inside axis.Date and axis.POSIXt (and Axis methods), although that has not been decided yet. The main advantage of the new method is that it is flexible, in the sense that users can specify the desired number of ticks on an axis. (e.g. one could easily draw,
2004 Aug 06
0
legalities of streaming
Hmmm, so in summary, anyone wanting to put together a station for a couple of hundred listeners with out a massive bank account, it can not be done legally. ----- Original Message ----- From: "Chris G (Moguta)" <chrisg1@umbc.edu> To: "icecast" <icecast@xiph.org> Sent: Thursday, June 12, 2003 11:33 AM Subject: RE: [icecast] legalities of streaming <p>>
2004 Aug 06
2
legalities of streaming
Basically, to legally broadcast music you must: A) Obtain permissions from the copyright holder (usually the publisher, record label) of the *composition*. ASCAP, BMI, and SESAC offer compulsory licenses for all of the artists they represent, fees based upon roughly how many listeners your station has & how many songs in your broadcast are by artists/composers they represent. B) Obtain
2017 Jun 26
0
New R package MittagLeffleR
Dear all, apologies for interrupting your important work. The new R package MittagLeffleR is now available on CRAN. It computes the two types of Mittag-Leffler distributions, i.e. provides probability density, distribution function, quantile function and random variate generation for the Mittag-Leffler distributions, and the Mittag-Leffler function itself. It is based on the Laplace-inversion
2006 Aug 15
3
merge 2 data frame based on more than 2 variables
Dear Lister, I understand merge() can be used to join 2 data frames based on 1 variable. But how about merge based on more than 2 variables? Thank you so much! -- WenSui Liu (http://spaces.msn.com/statcompute/blog) Senior Decision Support Analyst Health Policy and Clinical Effectiveness Cincinnati Children Hospital Medical Center [[alternative HTML version deleted]]
2005 Feb 28
1
Samba 3.0.11 port and install issue to solaris 8
Hi Samba Team I have ported samba 3.0.11 to Solaris 8 because of the security warning for Samba 2.2.8a but it will not start from inetd. I have taken 3 weeks to find that it starts OK as a standalone daemon using a startup script /etc/init.d/samba #!/bin/sh # Samba startup case $1 in 'start') echo "Starting smbd..."
2015 Feb 06
0
Another Fedora decision
Warren Young wyml at etr-usa.com Tue Feb 3 00:32:15 UTC 2015 > Are you telling me you cannot memorize a series of 8 characters that do > not violate those rules? Keep in mind the original context isn't for production computers, it's testing Fedora. Many testers do dozens of installs per week, some do dozens per day. The password requirement is pretty annoying, I for one
2015 Jan 27
0
R-devel Digest, Vol 143, Issue 25
OK, I see now that I was supposed to twig that the reference was to putting the ?.Rnw' files back into the vignettes directory from the inst/doc directory where they?d been placed in the course of creating the tar.gz file. I am still trying to work out what I need to put into ?.Rinstignore? so that ?.install_extras? is not installed. John Maindonald email: john.maindonald at