search for: sfio

Displaying 6 results from an estimated 6 matches for "sfio".

Did you mean: s2io
2001 Apr 25
0
Compilation and use of SFIO library with samba
Hello I try to compile samba 2.0.7 with SFIO libray on solaris 2.7 platform I modify two variables in Samba Makefile LIBS=/aar/masson/NOT_SAVED/sfio/lib/libstdio.a /aar/masson/NOT_SAVED/sfio/src/li b/sfio/libsfio.a -lsec -lgen -lsocket -lnsl -ldl to add sfio's libraries and FLAGS1 = -I/aar/masson/NOT_SAVED/sfio/include $(CFLAGS) -Ii...
2000 Apr 05
0
Compiling samba-2.0.6 with the sfio-library under Solaris 2.6
Hi, has anybody managed to compile samba-2.0.6 with the sfio-library? I get the following error: Using FLAGS = -O -I./sfio/include -Iinclude -I./include -I./ubiqx -I./smbwrapper -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DSMBLOGFILE="/var/samba/log.smb" -DNMBLOGFILE="/var/samba/log.nmb" -DCONFIGFILE="/usr/local/samba/lib/smb.conf&...
2000 Sep 25
3
Out of file structures
...es anybody knows about the following Error ?!??! [2000/09/25 17:40:55, 0] smbd/files.c:file_new(85) ERROR! Out of file structures seems to be the max open files problem, am I right ? We did a research in some news and usergroups and in some answers it was mentioned, to compile samba with the sfio package to avoid using the select(3). Is that right ? Does anybody has any experiences with this ? Has anybody compiled samba with sfio? If yes, how ? We are running Samba 2.0.7 on a Solaris Cluster with Solaris 2.6 and Clearcase v4.0 any ideas ? awaiting the community answers ;) best regards ....
2000 Apr 06
0
Please inform samba@samba.org Serge Gavrilov <serge@pdmi.ras.ru> Ed Schernau <ed@schernau.com> Jeremy Allison <jeremy@valinux.com> Cristian POP <cpop@compas.dntcj.ro> Ed Schernau <ed@schernau.com> John Evans <samba@kilnar.com> David Bullock
...ions Subject: Re: network connection crashes Subject: Re: Domain Authorization Subject: Problems with compiling 2.0.6 on Linux Subject: problem with excel and samba Subject: ACL on Linux 2.2 HOWTO? Subject: Re: smbsh questions Subject: pwload / reversed pwget Subject: Compiling samba-2.0.6 with the sfio-library under Solaris 2.6 Subject: logon script works only on some machines Subject: How customize samba for large directory Subject: Problems with Intel Netport Printserver and Samba Subject: File corruption Subject: Re: strange problem" and used your old email address (To: Multiple recipient...
2000 Apr 06
0
Please inform samba@samba.org David Barroso <h4371719@alumnes.eup.udl.es> Jeremy Allison <jeremy@valinux.com> "Tulipant Gergely" <tulipant-gergely@dbrt.hu> Edwards Philip M Contr AFRL/SNRR <Philip.Edwards@wpafb.af.mil> Drenning Bruce
...ions Subject: Re: network connection crashes Subject: Re: Domain Authorization Subject: Problems with compiling 2.0.6 on Linux Subject: problem with excel and samba Subject: ACL on Linux 2.2 HOWTO? Subject: Re: smbsh questions Subject: pwload / reversed pwget Subject: Compiling samba-2.0.6 with the sfio-library under Solaris 2.6 Subject: logon script works only on some machines Subject: How customize samba for large directory Subject: Problems with Intel Netport Printserver and Samba Subject: File corruption Subject: Re: strange problem" and used your old email address (To: Multip= Subject: s...
2003 Dec 01
0
No subject
...9;s actually a solaris stdio problem. Samba handles many more that 256 open files, but the Solaris stdio library, which Samba uses, will only create FILE * structs with unsigned char (ie. 256) file descriptors. As Samba uses this internally this will cause problems. The easiest fix is to install SFIO, a replacement stdio library for the broken solaris ones, then recompile Samba using this. SFIO is available at : http://www.research.att.com/sw/tools/sfio/ The second thing to do is to submit a Solaris bug to Sun and ask them to fix this..... good luck :-) :-). Jeremy. -- --------------------...