similar to: No subject

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

2002 Feb 20
2
IT WORKS!!!
We're compiling a detailed solution for this problem... We'll be posting it ASAP... Julio Rojas jrojasuft.edu.ve ----- Original Message ----- From: "Mats olsson" <mace2442@hotmail.com> To: <jrojas@uft.edu.ve>; <samba-technical@lists.samba.org> Sent: Wednesday, February 20, 2002 4:05 AM Subject: Re: [Samba] IT WORKS!!! > Howabout publishing the working
2002 Feb 14
1
Failure with authentication using Winbind and SMTP
Hi, my name is Julio Rojas and I've trying to get my Linux (RedHat 7.2) Email Server using Sendmail to use my NT Domain account database. To accomplish this we have tried with Winbind and it has worked for longins at the server and for POP3 authentication, but we haven't been succesful at SMTP authentication. All the emails sent to my Linux server are rejected with the message USER
2002 Feb 15
0
Files requested...
Here is dump from testparm and our smb.conf ... Please check it and tell what you think could be the problem... Thanx... Julio Rojas Universidad Ferm?n Toro jroas@uft.edu.ve ----- Original Message ----- From: "David Edward Shapiro" <David.Edward.Shapiro@btitele.com> To: "'Julio Rojas'" <jrojas@uft.edu.ve> Cc: <samba@samba.org> Sent: Friday, February
2002 Feb 15
1
HEAD problems...
Hi, after Andrew Barlett's advice I reinstalled my Samba server with version 3.0 alpha HEAD. I cannot join my Windows domain. With version 2.2.3a I used the following command: smbpasswd -j DOMAIN -r PDC -U ADMINISTRATOR If I use this command with HEAD, the following message is presented: see 'net rpc join' for this functionality I reviewed the 'net' man page but it's
2002 Feb 18
1
samba 3.0 -
How do I interpret what this mean? @"prfmstrt2+Domain Users" What is prfmstrt2? Is that a group created in /etc/group or the domain name? I take it the + is a winbind seperator. I modified the separator to be + instead of /, which it appears as by default because everybody seems to be using + for some reason (I thought that was for nis). My domain is INS. I tried to use
2008 Aug 20
0
cmprsk and a time dependent covariate in the model
Dear R users, I d like to assess the effect of "treatment" covariate on a disease relapse risk with the package cmprsk. However, the effect of this covariate on survival is time-dependent (assessed with cox.zph): no significant effect during the first year of follow-up, then after 1 year a favorable effect is observed on survival (step function might be the correct way to say that
2008 Aug 22
1
Help on competing risk package cmprsk with time dependent covariate
Dear R users, I d like to assess the effect of "treatment" covariate on a disease relapse risk with the package cmprsk. However, the effect of this covariate on survival is time-dependent (assessed with cox.zph): no significant effect during the first year of follow-up, then after 1 year a favorable effect is observed on survival (step function might be the correct way to say that ?).
2008 Aug 22
0
Re : Help on competing risk package cmprsk with time dependent covariate
Hello again, I m trying to use timereg package as you suggested (R2.7.1 on XP Pro). here is my script based on the example from timereg for a fine & gray model in which relt = time to event, rels = status 0/1/2 2=competing, 1=event of interest, 0=censored random = covariate I want to test library(timereg) rel<-read.csv("relapse2.csv", header = TRUE, sep = ",",
2002 Feb 19
1
Quick configure question (RH 7.2 + samba 2.2.3a)
Just a quick question, I am trying to get samba reconfigured on my system to support ACLs. I was hoping to use the same scheme that the RedHat binary uses when placing my files (bins, mans, libs, etc...), I think I've got most of them sorted out (by referencing a bin installed system). I was hoping to use the flag --prefix= when configuring samba. (I think) I want to set / as the prefix.
2002 Mar 06
2
Mail Problems...
Hi... After all our work trying to authenticate sendmail via Winbind, we have a weird problem right now... The user authentication, and the connection to both POP3 and SMTP is very slow, except for my own computer, that works very fast... And my computer is the only one in 1000+ clients... FYI, I use Outlook Express 6, but everyone at my office use it also... So, I don't think the problem is
2006 Feb 28
1
GUI Crashes (PR#8649)
Full_Name: Julio Rojas Version: 2.2.1 OS: XP Pro Submission from: (NULL) (213.60.4.253) I was debugging a program with browser "()", made a couple of "plot"'s within the debugging console. Switched back from the plot window to the console window using the mouse, without closing the plot window, and the GUI crashed and disapeared. The program is still runing in memory, but
2011 Oct 24
1
How to create a new variable based on parts of another character variable: A generalization
... Well, this works in this simple case, but is too clumsy for a general formulation of this problem: given a "dictionary" consisting of two character vectors of unique "names" (or two columns in a data frame), x and y, how does one convert a factor z with levels in x into the corresponding equivalent with levels in y? There are likely a zillion ways to do this with various
2017 Sep 25
0
rkward_0.6.5-1~stretchcran.0_amd64.deb missing
Hello Griera, sorry, I forgot an "svn add", so the package got lost on the way. It is on chem now, and will migrate to CRAN shortly. Johannes Am Montag, 25. September 2017, 10:57:37 CEST schrieb Griera: > Hello Johannes: > > I'm sorry, but I still have the same problem with Rkward. > > After running apt-get update, I still can not find the amd64 version of the
2006 May 20
1
(PR#8877) predict.lm does not have a weights argument for newdata
Dear R developers, I am a little disappointed that my bug report only made it to the wishlist, with the argument: Well, it does not say it has. Only relevant to prediction intervals. predict.lm does calculate prediction intervals for linear models from weighted regression, so they should be correct, right? As far as I can see they are bound to be wrong in almost all cases, if no weights
2017 Sep 25
3
rkward_0.6.5-1~stretchcran.0_amd64.deb missing
Hello Johannes: I'm sorry, but I still have the same problem with Rkward. After running apt-get update, I still can not find the amd64 version of the Rkward package. I have tried it with the following sources: deb http://cran.r-project.org/bin/linux/debian stretch-cran34/ deb http://chem.uft.uni-bremen.de/ranke/r-cran stretch-cran34/ deb
2007 May 21
2
logger anybody?
Hello, When trying to use logger into any RSpec I get: logger anyboundefined local variable or method `logger'' for #<#<Class:0x278bee0>:0x253cdec> Not sure if this is the spected behaviour (haven''t checked under the hood) It was just annoying not having a logger instance available as in Rails out of the tests. -- An?bal Rojas http://www.rubycorner.com
2018 Jul 26
0
(no subject)
Ivan la mayoría en esta lista responde en ingles, tienes qué configurar tu servidor ntp para que los clientes sincronicen bien la hora ** Alcatel Onetouch Idol 3 (5.5) ** en 26/07/2018 01:03, Ivan Rojas via samba <samba at lists.samba.org> escribió: > > Tengo instalado samba AD en centos 7, pero tengo un inconveniente para > sincronizar mis clientes con el servicio NTP, el
2017 Sep 26
2
rkward_0.6.5-1~stretchcran.0_amd64.deb missing
Hi Johannes: Thank you very much. Rkward now works. The only drawback is that I had to install it "by hand": sudo dpkg -i rkward_0.6.5-1~stretchcran.0_amd64.deb rkward-data_0.6.5-1~stretchcran.0_all.deb By default, apt-get installed the Debian repository version (rkward 0.6.5-1+b1 0.6.5-1+b1). Thanks for your contributions to the R-Debian project! Regards. Griera. On Mon, 25
2007 May 01
1
R 2.5.0 packages for Debian stable/etch
Dear list, R 2.5.0 packages for Debian stable (i386 and amd64) are now available from CRAN. The new recommended codetools and rcompgen packages haven't completely made it to Debian yet, but can of course be installed in the standard non-Debian ways. Please consult the README file in the Debian directory, and report problems to me directly or to this list. Best regards, Johannes Ranke --
2008 Apr 28
0
Change in the Debian backports archive on CRAN
Dear users of the Debian backports on CRAN, Because of an inconsistency of the README file with the actual situation on CRAN, which Ted Harding gratefully reported, I changed the archive on CRAN so the /etc/apt/sources.list entry has to be changed in case you would like to get updates of R backports to Debian stable in the future: Instead of deb