similar to: Samba compile error

Displaying 20 results from an estimated 6000 matches similar to: "Samba compile error"

2003 Jun 03
1
Re: ./configure --with-pam fails always
John, don't be harsh with Philippe. To answer his question, you don't really need any more information than what he abundantly provided in his mailing. His problem is that he hasn't installed the ldap-devel or pam-devel or some other of the more than 100 devel packages that might be needed to compile samba with a distinctive set of --with-this-or-that options. His compiler simply
2008 Jul 21
3
Building Samba 3.2.0 on Solaris with Sun compiler
I was able to build Samba 3.0.x under Solaris 10 using the Sun Studio compiler (cc) and the Solaris ld (/usr/ccs/bin/ld) that it uses. Trying to build Samba 3.2.0, however, I immediately run into a problem where the build process assumes the linker understands "--version-script", which is specific to the GNU linker: Linking shared library bin/libtalloc.so /usr/ccs/bin/ld: illegal
2002 Dec 12
1
(fwd from phsan@cs.siu.edu) Compiling error
----- Forwarded message from Yihua Philip Sheng <phsan@cs.siu.edu> ----- From: "Yihua Philip Sheng" <phsan@cs.siu.edu> Subject: Compiling error Date: Thu, 12 Dec 2002 11:49:45 -0600 To: <samba-binaries-admin@lists.samba.org> X-Mailer: Microsoft Outlook, Build 10.0.4024 X-Bogosity: No, tests=bogofilter, spamicity=0.000000, version=0.9.1.2 When I tried to compile the
2012 May 03
1
NA's when subset in a dataframe
Dear community, I'm having this silly problem. I've a linear model. After fixing it, I wanted to know which data had studentized residuals larger than 3, so i tried this: d1 <- cooks.distance(lmmodel) r <- sqrt(abs(rstandard(lmmodel))) rstu <- abs(rstudent(lmmodel)) a <- cbind( mydata, d1, r,rstu) alargerthan3 <- a[rstu >3, ] And suddenly a[rstu >3, ] has
2003 Aug 11
4
Ref: Samba + Cups: don't succeed to print from Windows 2000 station
Dragan, Andy Thanks for your answsers. Please find hereafter more information and my notes. Nadine ---------------------- R?achemin? par Nadine Vandois/FR/BULL sur 11/08/2003 10:56 --------------------------- "Dragan Krnic" <dkrnic@lycos.com> sur 10/08/2003 09:47:05 Veuillez r?pondre ? dkrnic@lycos.com Pour : nadine.vandois@bull.net cc : samba@lists.samba.org Objet :
2003 May 13
2
cli_pipe: return critical error. Error was Call returnedzerobyte(EOF),hilfe!
|................. | This would *possibly* map to the files of your | driver like this: | | Long Printer Name:\ --> lp:\ |........................... | missing: should be "RAW" !! ##### | | Yeah, you're right. I've missed the RAW DDT. Now | when I complied I got the error from the subject | line. | | Sorry? I didn't
2004 Jan 22
1
Compile Error
Hello, I am trying to compile samba 3.0.1. I get the following error when I run the "make". Thanks for any suggestions. #./configure --with-utmp -with-syslog # make Using FLAGS = -O -Iinclude -I/usr/local/src/Samba/samba-3.0.1/source/include -I/usr/local/src/Samba/samba-3.0.1/source/ubiqx -I/usr/local/src/Samba/samba-3.0.1/source/smbwrapper -I. -D_LARGEFILE_SOURCE
2003 May 29
4
Samba+CUPS+Drivers autodownload
Hi Matt, the problem you referred to is discussed in detail as bug #82 in Samba's bug tracking tool. It consists of 2 bugs. One prevents the registration of drivers and is due to a NULL-pointer passed from that part of code in rpc_server/srv_spoolss_nt.c which calls sys_adminlog function. It begins with the comment /* BEGIN_ADMIN_LOG */ and ends with the comment /* END_ADMIN_LOG */
2003 Jul 12
1
Re: Opening MS Access files on Samba
| We are running a samba server 2.23 on FreeBSD 4.8 | and have to open a .mdb file which nominally is no | problem (we access the file with our accounting | program and it is fine) however when I try to open | it with MS access 2002 itself I get the error that | "the file is on an unsecured server or outside the | Intranet copy the file locally to access it blah | blah" Perhaps you
2003 Aug 15
1
Re: Samba vs. Windows : significant difference intimestamp handling ?
|> mtime being changed is beyond the pale. I suspect |> ext3 is the problem. I heard some people losing all |> of their data on ext3-formatted disks. Stay away |> from it. | | Do you have some facts to back up that load of FUD? | By all accounts I've ever seen, Ext. 3 has been | stable for *long* time before it was even included | in the stock Kernel tree. Do you want to
2003 Aug 08
3
Samba + Cups: don't succeed to print from Windows 2000 station
Hello, I have configured cups (1.1.18) on a Suse 8.2 Pro Linux server. I have also configured samba (2.2.7a), and joined a domain. I have created printers with cups and declared them to samba with cupsaddsmb command. All seems to be ok. I can print from my Linux server. But, when I want to print from ny windows2000 station: - I can find my linux server - I can find and connect printers
2003 May 13
5
cli_pipe: return critical error. Error was Call returnedzerobyte(EOF), hilfe!
Hi Kurt, I've read the new document. It's a very fine piece of technical documentation. However, it doesn't help me in the present predicament. Going now by this book I'm only getting more frustrated. What are your versions of Samba, CUPS(?), OS, and Printer again? 2.2.8a, 1.1.18, SuSE 8.2 w/2.4.20-62, Lexmark C720 I'm stuck! I would
2004 Apr 22
1
Samba 3.0.2a problems on Solaris 8
Tried to upgrade our Samba 2.2.8a domain controller (Solaris 8) to Samba 3.0.2a. Compiled using gcc 3.3.2, linked to libiconv-1.8, popt-1.7 and cups-1.1.20. I shut down the Samba 2.2.8a. Removed everything in var/locks. Did a "make install" to install 3.0.2a, then restarted Samba. My smb.conf is basically the same as 2.2.8a with "domain admin group" removed. When I stared
2006 Apr 28
1
Where do I find Cohen´s kappa???
Hello, I?m looking for a way to measure the goodness of fit of my model with Cohen?s Kappa (scaling between 0 and 1). The kappa function does not give the results I?m looking for. Heres the code: z<-glm(x~y,binomial) kappa(z, exact = T) Does anyone know more? many thanks Christian -- _______________________________________________ Search for businesses by name, location, or phone number.
2003 Apr 23
0
Re: Win XP 'Network path was not found' Error when connecting to Samba s
Sorry, for the resend, but I found out another piece of information that may be helpful. I did a Ethereal check and then tried accessing the Samba Serve from my XP box. The Linux box got 3 NBNS Name queries on the Share Sambaserve and the response from the linux box was a ICMP saying Destination unreachable. Then 3 more NBNS broadcasts for the name query which Linux did not respond to. Thank
2002 Nov 28
1
AW: "attrib +R myowndir" fails to write-protect my own dir
>On November 28, dkrnic@t-online.de said: >> actually a second attempt at drawing your attention to the fact >> that compliance with M$ quirks and kinks is not something to be >> ashamed of but rather reason to be proud. > >I think you'll find that the Samba team are quite familiar with this >opinion, especially in the context of the Samba TNG fork :) >
2006 Mar 27
1
[kg228@lycos.com: I need some help with icecast and web]
Forwarding to the public list as requested... ----- Forwarded message from kevin Gilbert <kg228@lycos.com> ----- From: kevin Gilbert <kg228@lycos.com> Subject: I need some help with icecast and web I was having trouble finding the right e-amil address to ask my question I hope this is the right place if not please re direct this to them. My question is I am launching a onlne radio
2002 Dec 10
1
SuSE 8.1/Samba 2.2.7 - files disappear in home subdirs
Hi Everybody, first the setup: logon path = \\pmn90\%U\profile logon drive = U: logon home = \\pmn90\%U [homes] valid users = %S read only = No inherit permissions = No security mask = 0777 directory security mask = 0777 browseable = No This setup mounts "/home/user-xy" under letter "U:". People usually
2005 Apr 27
3
Theora dll in debug mode
Hi everybody. I have a problem using Theora in a specific way. I am going to explain that. I have downloaded ogg codecs for Windows on the Theora website. More precisely there are DirectShow Filters. I try to use Theora codec in a commercial application and the application crash. It doesn't with another codec like XviD, so the problem may be Theora codec. Note that I can use Theora outwards
2003 Aug 05
0
Re: Windows 2000 don't fetch user.DOMAIN profile
running echo %userprofile% from a windows command prompt will tell you exactly where your user profile is located. running set will give you all your environment settings. Jim Wharton Network Administrator Alachua County Property Appraiser jwharton@acpafl.org > -----Original Message----- > From: samba-bounces+creole3=bellsouth.net@lists.samba.org >