search for: toto

Displaying 20 results from an estimated 229 matches for "toto".

Did you mean: goto
2020 Jul 07
3
libssh2 is hanging during a file transfert
I'm trying to send data to a server with openssh 7.9p1, but it's hanging somewhere. the client stop at the line : Jul 7 11:52:16 TOTO sshd[19553]: debug3: channel 0: will not send data after close and after 5 minutes the client closes the connection, why ? This is the trace of the server openssh : ( DEBUG3 level) Jul 7 11:52:15 TOTO sshd[31175]: debug3: fd 6 is not O_NONBLOCK Jul 7 11:52:15 TOTO sshd[31175]: debug1: Forked c...
2003 Jul 15
3
How to read in data
Hello, I'm new to R and in the process of testing it My first question: I fail to read in my data (ANSI toto.txt file, tab separated) > test <-read.table("toto.txt") Error in file(file, "r") : unable to open connection In addition: Warning message: cannot open file `toto.txt' > test <- scan("C:\\toto.txt&...
2006 Feb 09
4
idmap backend, LDAP & Windows AD
...ng to configure Samba to get UID & GID from Windows 2003 AD. I read samba documentation & how to, but it still not working. Here are the tasks I've perform: - I installed SFU on my Windows 2003 Server - I configure /etc/samba/smb.conf: # Global parameters [global] workgroup = TOTO netbios name = VENUS encrypt passwords = yes obey pam restrictions = No pam password change = No interfaces = eth0 10.1.0.0/16 wins server = 10.1.2.4 domain master = no local master = no preferred master = no server str...
2008 Jul 30
1
model mix problem. FALSE CONVERGENCE
...lation sur le fichier de donn?es titi <- read.table(Fic[2],header=T,sep="\t") # Lecture du fichier Protocole indiv <- as.character(titi[,1]) #Identifiant des individus Subject <- as.factor(titi[,1]) n <- dim(titi)[1] #Nb individus toto1 <- read.table(Fic[1],header=T,sep="\t") # Lecture du fichier de donn?es ions <- as.character(toto1[,1]) #Identifiant des ions ## La matrice des Intensit?s if (sum(para$checks1==c(T,F))==2) { toto <- log2(t(toto1[,-c(1:(dim(toto1)[2]-n))])+1) }...
2010 Dec 12
3
Toto blog date issue - production only, localhost fine
I have this listed in the Toto Issues list on Git and know that it is affecting one other person and so far no ideas... just want to throw it out here if anyone else has had the issue or better yet has a fix: I have a pretty stock instance of Toto. Locally I run it on thin and everything works. When I push it to heroku, the ind...
2008 Oct 29
2
Problem using samba with ldap
Hello, I've just installed samba with ldap on a debian etch. I have a problem when i attempt to create a user with the command smbldap-useradd -a -P -c "toto DUPONT" -u 1001 toto and to log in with it after. I obtain this error : [2008/10/29 17:35:26, 0] passdb/pdb_get_set.c:pdb_get_group_sid(164) pdb_get_group_sid: Failed to find Unix account for toto [2008/10/29 17:35:26, 1] auth/auth_util.c:make_server_info_sam(572) User toto in passdb, but...
2010 May 25
1
using the name of an argument in a function
Hi all, In a function, I need to get the name of a variable that has been used to call the function. For example, I want: --- 8< ------ toto <- 3 fun <- function(y){ nameOfY <-deparse(substitute(y)) cat("name is ",nameOfY) } fun(toto) # [1] name is toto --- 8< ---- But deparse(substitute(y)) does not work all the time, especially when we use generic function. --- 8< ---- setGeneric("fun",fun...
2014 May 09
1
samba4 : [kerberos part kinit work but no kpasswd
...on is a debian jessie/sid, the version of samba is 4.1.7. The server is globally working but there is some litle trouble. on the server itself, i can do a kinit without probleme but if i try a kpasswsd, i obtain the following ? root at station:/var/log/samba# kinit Password for administrator at TOTO.FR: root at station:/var/log/samba# klist Ticket cache: FILE:/tmp/krb5cc_0 Default principal: administrator at TOTO.FR Valid starting?????? Expires????????????? Service principal 09/05/2014 09:23:42? 09/05/2014 19:23:42? krbtgt/TOTO.FR at TOTO.FR ??? renew until 10/05/2014 09:23:38 root at stati...
2006 Jul 13
2
simple question about variables....
Dear R users, I have a simple question on variable manipulation. Imagine I have an object "OBJ" that has "toto" as one of its variables. I would like to understand why if I do > varname <- "toto" >OBJ$varname returns no results whereas > OBJ[varname] returns the column entitled "toto" Thanks for your help....
2024 Feb 06
1
[EXTERNAL] Re: NOTE: multiple local function definitions for ?fun? with different formal arguments
Here's a dummy example that I think illustrates the problem: toto <- function() { if (runif(1) < 0.5) function(a) a else function(a,b) a+b } > fcn <- toto() > fcn(1,2) [1] 3 > fcn <- toto() > fcn(1,2) [1] 3 > fcn <- toto() > fcn(1,2) Error in fcn(1, 2) : unused argument (2) How can you use the returned function, if y...
2005 Feb 01
2
forcing a file to have the same uid from parent directory
Hi, I have a little problem, sometimes the administrator must put a file in a home directory. But the owner of this file is root, not the user which have the home directory. Example : /rsrv/data1/home/toto toto Utilisateurs 0700 + toto.id root Administrateurs 0700 + fichier.xls toto Utilisateurs 0700 I would like to kown how I set up my conf (linux or samba ) for forcing uid of new file to have the same uid which have the directory. Thank you...
2005 Sep 19
2
File access rights on a NFS share: please help !
...he samba suite version is samba-3.0.20, directly installed from a Linux package. The users connect to the Linux server without any Pb using their MS Windows account through Winbind+Kerberos. They belong to the right Windows groups but the file/dir access rights only work on local/SAN volumes. Ex: toto@lnxsrv$ id -a uid=16783675(NCEDOM\toto) gid=16777217(NCEDOM\domain users) groups=16777217(NCEDOM\domain users),16777328(NCEDOM\dev-iis) toto@lnxsrv$ cd /nfs_share toto@lnxsrv$ ls -ls 0 drwxrwx--- 2 root NCEDOM\dev-iis 80 2005-09-07 14:16 iis toto@lnxsrv$ cd iis -bash: cd: iis: Permission denied...
2004 Aug 30
1
Pb when moved AD from win2000 to win2003 server
...not on my domain and AD authentification for users on my domain. AD where on two win 2k servers. One of these server was moved on win 2003 server and then the AD authentification don't work any more. Here is my smb.conf file. getent passwd give only local users [global] workgroup = TOTO password server = server2003.toto.fr security = domain encrypt passwords = yes realm = toto.fr local master = no domain master = no preferred master = no wins server = 111.222.33.44 #smb passwd file = /usr/local/samba/private/s...
2011 May 05
0
Problem adding Worstation
Hi ! I've got a server with Samba 3.5.3 with LDAP backend running on it. When I want to add a workstation I've got a strange result First there is the workstation LDAP account : dn: cn=TOTO$,ou=machines,o=ADM-SC,dc=univ-rouen,dc=fr objectClass: top objectClass: person objectClass: posixAccount objectClass: sambaSamAccount cn: TOTO$ sn: TOTO$ uid: TOTO$ uidNumber: 5037 gidNumber: 5000 loginShell: /bin/false homeDirectory: /dev/null gecos: Machine TOTO sambaSID: S-1-5-21-1597492338-1443...
2006 May 16
1
variable row names
Hy all, I wish to use a variable as rownames for a set of datas. By example : > nom<-"toto" > prenom<-"tutu" > res<-c(1,2) > res<-t(res) > res [,1] [,2] [1,] 1 2 > colnames(res)<-c(nom,prenom) > res toto tutu [1,] 1 2 > nom [1] "toto" > I wish to call the rowname by the variable name, in...
2014 May 09
0
(no subject)
...on is a debian jessie/sid, the version of samba is 4.1.7. The server is globally working but there is some litle trouble. on the server itself, i can do a kinit without probleme but if i try a kpasswsd, i obtain the following ? root at station:/var/log/samba# kinit Password for administrator at TOTO.FR: root at station:/var/log/samba# klist Ticket cache: FILE:/tmp/krb5cc_0 Default principal: administrator at TOTO.FR Valid starting?????? Expires????????????? Service principal 09/05/2014 09:23:42? 09/05/2014 19:23:42? krbtgt/TOTO.FR at TOTO.FR ??? renew until 10/05/2014 09:23:38 root at stati...
2010 Apr 09
1
Dovecot 1.2.11, Quota and SQL
...('*:storage=', quota, 'M') AS quota_rule FROM admin_mailbox WHERE full_address = '%u' When I request my DB, it's OK : mysql> SELECT path AS home, uid, gid, concat('*:storage=', quota, 'M') AS quota_rule FROM admin_mailbox WHERE full_address = 'toto at dom.tld'; +------------------------+-----+-----+--------------+ | home | uid | gid | quota_rule | +------------------------+-----+-----+--------------+ | dom.tld/toto/.maildir/ | 500 | 500 | *:storage=0M | +-------------- ---------+-----+-----+--------------+ 1 row in set...
2024 Feb 06
2
NOTE: multiple local function definitions for ?fun? with different formal arguments
...ch wrote: > On 04/02/2024 10:55 a.m., Izmirlian, Grant (NIH/NCI) [E] via R-devel > wrote: >> Well you can see that yeast is exactly weekday you have.? The way out >> is to just not name the result > > I think something happened to your explanation... > >> >> toto <- function(mode) >> { >> ???? ifelse(mode == 1, >> ???????? function(a,b) a*b, >> ???????? function(u, v, w) (u + v) / w) >> } > > It's a bad idea to use ifelse() when you really want if() ... else ... > . ?In this case it works, but it doesn't al...
2006 Mar 31
5
Model reloading problem
Hi all, I''ve a model class Toto in the model directory. I don''t understand why i have to restarts WebBrick to view changes i make in this class FYI : in the development. rb i desabled class cache with config.cache_classes = false Regards Luciano -------------- next part -------------- An HTML attachment was...
2010 Jan 21
1
Asterisk & LDAP authentification
...tensions.ael I do nothing and I have that in my console : [Jan 21 10:41:48] WARNING[30020]: res_config_ldap.c:809 realtime_ldap_base_ap: Failed to query database. Check debug for more info. [Jan 21 10:41:48] WARNING[30020]: res_config_ldap.c:810 realtime_ldap_base_ap: Query: (&(uid=)(ldapauth.toto.com=dynamic)) [Jan 21 10:41:48] WARNING[30020]: res_config_ldap.c:811 realtime_ldap_base_ap: Query Failed because: Bad search filter Did I have to configure LDAP schema ? For example when I did a ldapsearch from my server my response is like that : dn: uid=toto,ou=PersonToto,o=toto,c=com objectC...