Displaying 20 results from an estimated 1000 matches similar to: "winbind net join password"
Data.frames : difference between x$a and x[, "a"] ? - How set new values on x$a with a as variable ?
2010 Sep 10
2
Data.frames : difference between x$a and x[, "a"] ? - How set new values on x$a with a as variable ?
Hi,
I got two questions :
1st Question
a="S"
b=data.frame(S=3)
do.call(`<-`,list(do.call(`$`,list(b,"S")),5))
=> How can I put new values on S column having the column name as a variable ?
2 nd Question
a="S"
b=data.frame(S=3)
b[,"S"]=list(1:10) #Doesnt works
b$S=list(1:10) #Works
=>
2010 Oct 21
1
Different time between date() and Sys.date()
Hi,
I got two different times between these functions :
> date()
[1] "Thu Oct 21 12:11:37 2010"
> Sys.time()
[1] "2010-10-21 10:11:40 GMT"
>
I know that its because I did Sys.setenv(TZ="GMT"). Even if my system is set by default at CEST.
I think that the difference between date() and Sys.time() is equal to the difference between CEST and GMT.
I would like
2010 Nov 22
1
RCurl : All connection are used ?
Hi everybody,
I got a problem with the ftpUpload function from the RCurl package. My goal is to Upload a lot of files from a local directory to a web server.
1st try :
for (i in 1:length(file)){
ftpUpload(what=files[i],to=files[i])
}
At i=11 I get : (my server has only 10 available open connections available) :
Erreur dans curlPerform(url = to, upload = TRUE, readfunction =
2012 Apr 04
1
(no subject)
Hi Moray,
?
Thanks for your answer. It could help but only partially.
?
The script name logon%u.cmd was a bad example. Actually, a user can log on from WinXP , or Win 7 workstations, and I'like to run different logon scripts depending on the OS . So having logon script = logon%a.cmd in the smb.conf generally works thanks to variable substitution.
?
But for user accounts that have been
2011 Jan 12
0
flexmix: predictions on new data from flexmix object
Dear R Users, R Core Team,
I currently wonder how to predict the probability of an event with new data resulting from a finite mixture.
I read the documentation of the flexmix package and the examples of applications provided on CRAN but I could not find how to predict (except "manually" but I am looking for a simpler solution) the final probability of the mixture (for each individual)
2013 Sep 04
1
[LLVMdev] opengl es 2
Hello,
Can LLVM execute OpenGL ES 2.0 programs safely?
As I tried a simple code, and I get some crashes while using lli
example
LLVM ERROR: Program used external function '__dso_handle' which could not be resolved!
Thanks in advance
Sara
Une messagerie gratuite, garantie à vie et des services en plus, ça vous tente ?
Je crée ma boîte mail www.laposte.net
-------------- next part
2013 Oct 09
0
[LLVMdev] Implementing a new feature in LVVM
Hello everyone,
I'm relatively new to LLVM and I would like to implement a feature, so I want your advice on its feasibility and difficulty. I want the code generator to support such code :
%1 = ; <4 x float> vector
%2 = ; <4 x float> vector
%3 = fcmp ogt <4 x float> %1, %2
%4 = bitcast <4 x i1> %3 to i4
%5 = zext i4 %4 to i32
and generate a movmskps instruction
2010 Jul 07
0
ssh client and privileged ports
Hello,
The ssh client checks for privileged ports when a local forward is about to be set. This is done in readconf.c's function "add_local_forward":
??? if (newfwd->listen_port < IPPORT_RESERVED && original_real_uid != 0)
??? ??? fatal("Privileged ports can only be forwarded by root.");
The constant IPPORT_RESERVED is system wide and fixed at make time.
2012 Apr 03
1
macro characters with pdbedit ?
Hi,
I would like to change the Logon script name attributes of a samba user account to something like logon%u.cmd using pdbedit with the --script option. It does not work because the string logon%u.cmd is litteraly taken as the value, loosing the variable substitution at evaluation time. pdbedit -v output gives "Logon Script : logon%u.cmd" .?
When creating a user account without
2010 Sep 02
1
Using library and lib.loc
Hi,
I didn't find any post on this subject so I ll ask you some advices.
Let's say that I have two library trees.
Number 1 is the default R library tree on path1
Number 2 is another library tree on a server with all packages on path2.
When I set library(aaMI,lib.loc=paths2) it loads the package even if its not on default R library
When I set library(fOptions,lib.loc=paths2) it
2010 Jul 01
0
Cholmod warning when fitting a poisson GLMM
Hi,
I am getting a warning message when I am fitting a generalized mixed model (mod_2) and I don't understand why because when I add just an interaction factor the model works perfectly (mod_1).
Does anyone know what it happpens ?
Thanks,
Aïda
> mod_1<-lmer(sur15~soeviv15_4plus+frviv15_4plus+frat_15death+dad_class_new+soeviv15_4plus:dad_class_new +frviv15_4plus:dad_class_new+
2013 Jan 26
1
[LLVMdev] lli problem with a simple OpenGL
Hello,
I wrote a very simple openGL application, as below
#include
#include
int main(int argc, char **argv)
{
glutInit(&argc, argv);
glutInitDisplayMode(GLUT_DOUBLE | GLUT_RGB | GLUT_DEPTH);
glutCreateWindow("red 3D lighted cube");
printf("GL_VERSION = %s\n",glGetString(GL_VERSION) );
return 0;
}
Compiling it with Clang and adding -lglut option worked
2010 Jul 20
3
Cannot browse domain user list with 3.5.4
Hi,
I am using Samba as a Domain Controler without AD nor LDAP. Everything works fine for a long time with samba 3.3.2.
I am trying to upgrade to the latest samba release 3.5.4 .
Here is the procedure I followed :
- download, configure , and make samba 3.5.4
- stop the samba daemon (3.3.2 )
- bakup the /usr/local/samba tree where samba 3.3.2 is installed
- make install , (in the same location
2006 Jun 01
2
Problem to join ADS domain.
Hi,
I post my message here because I can't debug my problem, I hope you have
time to help me to find the problem.
I'm trying to join my Samba machine to an ADS domain, but my "net ads join"
don't work :(
There is my logs, if you need more detail ask me.
~# klist
Ticket cache: FILE:/tmp/krb5cc_0
Default principal: administrateur@TEST.LAN
Valid starting Expires
2019 May 22
0
Samba4 machine fails to join in samba3 domain
On 22/05/2019 15:02, Julien TEHERY via samba wrote:
> Hi
>
> I actually have troubles to join a samba4 machine into an old samba3
> domain.
> I know I know most of you will yell reading this, but i have to deal
> with a customer's very old environment :)
> They're thinking about migrating fully in samba4, but it will take
> some times so for now let's focus
2019 May 22
3
Samba4 machine fails to join in samba3 domain
Hi
I actually have troubles to join a samba4 machine into an old samba3 domain.
I know I know most of you will yell reading this, but i have to deal
with a customer's very old environment :)
They're thinking about migrating fully in samba4, but it will take some
times so for now let's focus on the situation we have
Configuration:
- Samba3 PDC :3.5.18-28
- Samba4 client Debian 8.7
2014 Aug 26
0
Fwd: Re: Failed to join domain: failed to join domain 'XXX.YYY' over rpc: Access denied
Thanks for the reply.
Le 2014-08-26 12:30, steve a ?crit?:
> On Tue, 2014-08-26 at 12:02 +0200, Cyril Feraudet wrote:
>> Hi all,
>>
>> I get an error when I try to join domain from CentOS 6.5. Have you an
>> idea ?
>>
>>
>> /etc/samba/smb.conf :
>> ---------------------
>> [global]
>> workgroup = XXX
>>
2004 Mar 29
1
Canon multifunction printers / samba 3.0.2a / AIX 5.2ML2
Hello,
I have problems setting up a canon multifunction ir7200. When I print the
windows test page, I have something like "smiley" "arrow" "arow" "smiley"
"arrow" name_of_the_samba_spool "smileys" driver.dll etc,etc,etc, on a
single line.
Did somebody used such a multifunction with Samba ? Below is a (long)
description of what I did.
I
2006 Apr 21
0
net getlocalsid Segmentation Fault
I try to configure SAMBA PDC + LDAP on my FC5 following the Samba By
Example Document, but when i execute the *net getlocalsid* command i get
an *Segmentation Fault*.
[2006/04/21 18:36:05, 0] lib/smbldap.c:smbldap_search_suffix(1346)
smbldap_search_suffix: Problem during the LDAP search: (unknown) (Time
limit exceeded)
[2006/04/21 18:36:05, 0] passdb/secrets.c:secrets_init(67)
Failed to
2006 Feb 15
2
smbd fails to start on Fedora Core 4
Hi,
Having reset-up a print server from installation disks today, I did
something stupid and blindly copied the contents of /etc/samba from the
previous installation into the new installation.
Now smbd refuses to start (nmbd starts OK). I am currently using a blank
smb.conf file and the smb.conf file from the old installation. testparm
doesn't report any errors in the smb.conf from the old