similar to: file includes.h

Displaying 20 results from an estimated 2000 matches similar to: "file includes.h"

2008 Nov 12
2
smaba &ldap
Hello, I am running a samba 3.0.32 under fedora core 9. I only try to authenticate users against a ldap server. Of course this server knows the encrypted password as microsoft does. I entered the ldap password using smbpasswd to query into the ldap. After this, I just obtain a message like "you don't have rights to ...". What errors do I make ??? Any ideas will be appreciated
2003 May 22
3
SAMBA 2.2.8 and W98/NT
Hi, With WXP it's fine but with W98 or NT I don't see services. Here is an extract of the "log.machine" [2003/05/22 10:51:13, 1] smbd/service.c:make_connection(636) pcvideo (141.115.16.24) connect to service rieux as user rieux (uid=902, gid=900) (pid 956) [2003/05/22 10:51:29, 0] smbd/service.c:make_connection(252) pcvideo (141.115.16.24) couldn't find service
2002 Jun 19
1
I don't see links in my home
Hello everybody, Is it normal that I don't see links in my unix box ? I run samba 2.2.2 and solaris 8 Regards and thanks you for your help Jean Frontin * team system I. R. I. T. UMR 5505 * University Paul Sabatier * phone (33) 561 55 63 03 118, route de Narbonne * fax (33) 561 55 62 58 31062 Toulouse cedex 04 * e-mail frontin@irit.fr FRANCE
2003 Dec 17
0
authentification problem (2.2.8)
Hello Friends, I want to connect "agly" WXPPro to a unix 5.8 machine via samba 2.2.8. I use "encrypt passwords = yes" and, of course, I modified registry windows. It doesn't work ! Below a transcript of session "log.agly". Many thanks for your help. ---------------------------------- [2003/12/17 11:48:51, 3] smbd/process.c:process_smb(846) Transaction 1 of
2003 May 20
1
french accentuated letters
Hello, I run samba 2.2.8 on solaris and when I mount my home from a WXP box I don't see files of which names contain accentuated letters ? Regards Jean Frontin System team I R I T Universit? Paul-Sabatier 118, rte de Narbonne 31062 Toulouse cedex 04 France tel (33)(0)5 61 55 63 03 mail frontin@irit.fr
2003 Jun 03
1
don't display file names with accentauted letters
Hello, I apologize because few days ago I asked for you this question ! In smb.conf I have : cleint code page = 850 character set = ISO8859-1 I treid ISO8859-15 without success. I run samba 2.2.8 and WXP box. Please help me !!!! Regards, have a godd day Jean Frontin System team I R I T Universit? Paul-Sabatier 118, rte de Narbonne 31062 Toulouse cedex 04 France tel (33)(0)5
2004 Jan 28
1
netbios-ns failing (looping)
Hello everybody, I installed samba 3.0.1 on a solaris 8 and I don't understand the message in /var/adm/messages ... netbios-ns/udp server failing (looping) service terminated The command niscat services.org_dir returns netbios-ns netbios-ns tcp 137 netbios name service netbios-ns netbios-ns udp 137 netbois name service Any ideas Jean Frontin System team I R I T Universit?
2005 Mar 03
1
Why Ip addres in lieu of name machine
Hello, Why must a user connect to the samba server using ip addres of the server. Any days beofre he uses the server name. Regards Jean Frontin System team I R I T Universit? Paul-Sabatier 118, rte de Narbonne 31062 Toulouse cedex 04 France tel (33)(0)5 61 55 63 03 mail frontin@irit.fr
2008 Sep 24
1
"hide dot files" parameter
Hi, I put "hide dot files = yes" in [homes] section. I don't understand why I always see files beginning with a dot when I open a session on this server. Have a good day -- Jean Frontin System team I R I T Universit? Paul-Sabatier 118, rte de Narbonne 31062 Toulouse cedex 9 France tel (33)(0)5 61 55 63 03 mail frontin@irit.fr
2004 Jan 29
2
After identification
Hello, I am testing 3.0.1 on solaris 8. When I open a session on a samba server from a XP box, after user/password entered I obtain an error message : server service not started I apologize because I translate into English a French expression in French XP. Here is the logs I read on the server : log.agly "agly is machine name a little river in the south of France" [2004/01/29
2001 Jan 11
1
home direcotry and windows 2000
Happy new year ! Why users cannot see their home directory from their pc windows2000 when connecting on unix machine ? Thanks Jean Frontin * I. R. I. T. * University Paul Sabatier * phone (33) 561 55 63 03 118, route de Narbonne * fax (33) 561 55 62 58 31062 Toulouse cedex 04 * e-mail frontin@irit.fr FRANCE *
2001 Dec 07
2
Help for Linear Discriminant Analysis
Dear colleague, I'd like to compute linear discriminant analysis, using R. In the book Modern applied statistic with Splus (Venables & Ripley, p. 396), lda function is used. Could you tell me where I can find this function? At what site, can I download this library ? Thank for your help. Best Regards Sovan ---------------------------------------------------------------- Prof. Sovan
2006 May 03
2
Nested model and variance partitioning
Dear R users, I face to a nested pattern and despite the numerous examples in the help I am still confused. I sampled bugs in different habitats within sites which were within rivers themselves within different regions. The habitat correspond to different substrata (not systematically present in all sites). For rivers and sites, I have environemental variables (e.g. altitude and slope of
2006 Apr 04
0
Date bug?
Hello, I have problems using the functions as.Date and strptime/strftime of base package and some functions of package zoo in my computer (Apple, Mac OS X 10.3.9). When I use them, the R application closes... However, it depends on the length of the vector I want to transform. For example, in the data.frame: climat[c(1:5,1460:1462),] date TEMP_STG PRECIP_STG 1 01/01/01
2006 Mar 09
1
count pixels of same color in pixmap object?
Dear all, I try to figure out how to use R to count the number of pixels of the same color in some gray-level picture. I managed to read it in either tiff or jpeg format, but the returned pixmap object keeps its information out of (my) reach. Is there an easy way to tabulate the different color/graylevel pixels and their numbers? Or should I use a completely different (free) software?
2004 Oct 19
3
matrix of eigenvalues
I thought that the function eigen(A) will return a matrix with eigenvectors that are independent of each other (thus forming a base and the matrix being invertible). This seems not to be the case in the following example A=matrix(c(1,2,0,1),nrow=2,byrow=T) eigen(A) ->ev solve(ev$vectors) note that I try to get the upper triangular form with eigenvalues on the diagonal and (possibly) 1 just
2006 Jan 11
3
Datetimes differences
I want to obtain datetime differences in mins in an other column, in front of my datetimes. I have tried this : T1 <- c("12/31/03 23:49","1/1/04 1:14","1/1/04 0:02") T2 <- c("1/1/04 0:58","1/1/04 1:16","") toto <- data.frame(T1,T2) toto y <- strptime(T1,"%m/%d/%y %H:%M") x <- strptime(T2,"%m/%d/%y
2006 Jan 25
1
How to use rfm.test ? (Package MarkedPointProcess)
I would like to compute the MC test (rfm.test) available in the package MarkedPointProcess (for the data BITOEK for example) in order to test the dependence between the marks and their locations. Why the syntax of rfm.test is false here? I have the message : ****************************** ML WARNING! Forbidden values! -- if there are too many warnings try narrower lower and upper bounds for the
2006 Jan 16
1
Problems of data processing
I have two problems for the data processing of my large data base (50000 rows). For example, a sample is as follows Num <- c(1,2,3,4,4,4,5,5) Date <- c("1/1/04 0:48","1/1/04 1:52", "1/1/04 1:55", "1/1/04 2:14", "1/1/04 3:09", "1/1/04 8:02", "1/1/04 9:05", "1/1/04 9:06") Place <-
1998 Feb 11
3
What does this mean ?
Samba 1.9.17p1. The log file contains Ks of messages like this: ERROR: set_share_mode: failed to ftruncate share mode file /usr/adm/locks/share.119542272.430101 to size 64 (Permission denied) ERROR: set_share_mode: failed to ftruncate share mode file /usr/adm/locks/share.119542272.430101 to size 64 (Permission denied) ERROR: set_share_mode: failed to ftruncate share mode file