Displaying 20 results from an estimated 500 matches similar to: "patch for samba-2.2.3a"
2002 May 29
0
Need help compiling on HPUX 11.00 for 2.2.4
I am getting the following errors when compiling SAMBA 2.2.4 on HP-UX 11.00.
Anyone have any ideas on what's causing the problem?
Using FLAGS = -O -I./popt -Iinclude -I./include -I./ubiqx -I./smbwrapper
-D_HPUX_SOURCE -D_POSIX_SOURCE -D_LARGEFILE64_SOURCE -D_ALIGNMENT_REQUIRED=1
-D_MAX_ALIGNMENT=4 -DLOGFILEBASE="/opt/samba/var"
-DCONFIGFILE="/opt/samba/etc/smb.conf"
2002 May 28
0
link errors compiling 2.2.4 on HP-UX 11.00
I am getting the following link errors when compiling SAMBA 2.2.4 on HP-UX
11.00. Anyone have any ideas on what's causing the problem?
Using FLAGS = -O -I./popt -Iinclude -I./include -I./ubiqx -I./smbwrapper
-D_HPUX_SOURCE -D_POSIX_SOURCE -D_LARGEFILE64_SOURCE -D_ALIGNMENT_REQUIRED=1
-D_MAX_ALIGNMENT=4 -DLOGFILEBASE="/opt/samba/var"
2007 May 03
0
Problem of displying contents of shares
I'm using samba 3.0.24. I create my Makefile for cross compiling smbd nmbd
testparm and CP850.so:
Makefile:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Flags divers
#COFLAGS=-O2
CWFLAGS= -g -Wall
# Cross compile tools
CC=mips-linux-gcc
#CC=gcc
LINT=splint
SHLD= $(CC) -O -D_SAMBA_BUILD_
LDSHFLAGS=-shared -Wl,-Bsymbolic
2002 Mar 05
2
sync between passwd and smbpasswd
Dear Sirs,
is there a tool which performs check between /etc/passwd and
PREFIX/private/smbpasswd ? (I mean different UID when username is the
same, missing entries, duplicate entries, etc....)
Regards,
Ilia Chipitsine
2005 Jan 11
4
sharing Outlook Contacts & Calendar
Dear Sirs,
what can You advice on sharing MS Outlook Conatacs & Calendar for samba
domain ?
(I did some investigation on this subject, but I didn't find any beautiful
solution at all)
Cheers,
Ilia Chipitsine
2004 Dec 19
3
how to check out samba-docs from SVN ?
Dear Sirs,
I cannot find how to check out samba-docs according to
docs/README-NOW:
ATTENTION
DOCS TREE REMOVED
---------------------------------------------------
This docs tree has been moved to a separate SVN
module on svn.samba.org name 'samba-docs'.
See http://svnanon.samba.org/ for details on accessing
Samba svn trees.
Cheers,
Ilia Chipitsine
1999 Oct 10
2
cyrillic letters in filenames.
-----BEGIN PGP SIGNED MESSAGE-----
Dear All,
Does anybody know why ?
I can create files (and directories) with cyrillic names, but
1. I cannot delete those files (well, I can edit them and so)
2. I cannot "cd" to those directories.
What I have: RH-5.X & Samba-2.X
(BTW, I' sending this letter from different account. I'm subscribed to
the another address. If this letter
2004 Oct 20
1
LDAP weirdness
Dear Sirs,
I installed OpenLDAP and smbldap-tools by IDEALX.
samba is 3.0.7, smbldap is 0.8.5
what else did I do:
1) smbldap-populate
2) pdbedit -i smbpasswd:/usr/local/private/smbpasswd -e
ldapsam:ldap://127.0.0.1
3) smbpasswd -w <clear text password>
what is not very clear, should I use the same Manager account or not.
however, account information was exported to LDAP
1999 Jul 08
0
Samba 2.0.4b compile problems on HP-UX 11.0
I'm having some trouble compiling samba 2.0.4b on an 64bit HP-UX 11 system.
The configure script finishes without any errors. But when I go to compile
it, I get these errors:
Compiling smbd/server.c
(Bundled) cc: warning 480: The -O option is available only with the C/ANSI C
product; ignored.
cpp: "/usr/include/sys/xti.h", line 488: warning 2001: Redefinition of macro
TCP_NODELAY.
2005 May 31
1
Illegal multibyte character ...
Dear Sirs,
I'm running samba in utf-8/utf-8 mode (unix charset/display charset),
clients are: Windows XP/RUS, files and directories are created by clients
directly, so samba says:
[2005/05/30 20:12:01, 3] smbd/open.c:open_file(178)
Error opening file profile/?????????\x87???? ?\x81?\x82????12 (Is a
directory)
(local_flags=1) (flags=1)
[2005/05/30 20:12:01, 3]
2004 Sep 16
1
how to submit patches ? (patch for pdb_xml.c included)
Dear Sirs,
I wrote a patch for pdbedit (pdb_xml.c) which handles cases with national
alphabet characters in GECOS fields. I sent it directly to Jelmer
Vernooij, but there was no answer.
Who can review the supplied patch ?
Cheers,
Ilia Chipitsine
-------------- next part --------------
--- pdb_xml.c.orig Tue Aug 31 12:12:02 2004
+++ pdb_xml.c Tue Aug 31 12:12:07 2004
@@ -373,6 +373,7 @@
2005 May 30
1
read-only folders and files
Dear Sirs,
How does samba handle "read only" attribute ? I can map archive and hidden
files using smb.conf, but there's nothing on mapping read-only files.
files/folders are created 770 (user and group writeable), but Windows
shows those files as read-only.
Cheers,
Ilia Chipitsine
2005 Oct 18
1
aio for FreeBSD ?
when installing samba from FreeBSD ports collection, I can choose AIO
support, which leads to ...
checking whether to support asynchronous io... yes
checking for aio_read in -lrt... no
checking for asynchronous io support... no
checking for 64-bit asynchronous io support... no
does it mean aio was not enabled ?
Cheers,
Ilia Chipitsine
2007 Jul 21
0
compiling samba 2.2.12 on Solaris (x86)
I am trying to build Samba 2.2.12 on Solaris 10 x86 with gcc. I am
not able to successfully build it, however. I get a linker error for
an undefined symbol VA_COPY. How can I fix this problem?
Linking bin/smbd
Undefined first referenced
symbol in file
VA_COPY lib/snprintf.o
ld: fatal: Symbol referencing errors. No
1999 May 22
0
gcc: Internal compiler error: samba 2.0.3 for linux 2.0.30.
Am getting
Compiling passdb/passdb.c
gcc: Internal compiler error: program cc1 got fatal signal 6
make: *** [passdb/passdb.o] Error 1
while attempting to make from samba-2.0.3 on Linux 2.0.30 kernel.
I have successfully used the same tar to install on a linux Slackware
2.0.34 kernel machine, no problems at all. The same error occurs on two
different servers, both made from the same Slackware
2003 Jul 11
1
Compile issues /w kerberos - Samba - 3.0 b2
I get the following compile error when compiling. It appears to be
coming from KRB5LIBS. I'm not sure if it is a bug that needs to be
addressed or if I screwed something up? I'm using the standard source:
Error message
.......
Linking libsmbclient shared library bin/libsmbclient.so
PYTHON_OBJS="dynconfig.po param/loadparm.po param/params.po
lib/charcnv.po lib/debug.po lib/fault.po
2002 Jun 24
1
problem compiling samba 2.2.5 on rh 7.3
Hello All,
While i was able to do a
./configure --prefix=/usr/local/samba --with-ldapsam
with no errors, i did encounter the ff when running
'make':
=======================================================
Script started on Tue Jun 25 11:52:59 2002
# make install
Using FLAGS = -O -O2 -march=i386 -mcpu=i686
-Iinclude -I./include -I./ubiqx -I./smbwrapper
-D_LARGEFILE64_SOURCE
2004 Jul 30
6
2 Server's over VPN
Hi,
I'm installing a VPN bridge. So the localareas are on the same IP class
and we have broadcast
And i want on both ends to have a Samba Server
what do you recomend???
I'm Using mobile profiles so its better on each end we have its on
profile
2006 Jul 02
1
snprintf.c:(.text+0x14): undefined reference to `VA_COPY'
Trying to compile Samba 2.2.8a on Solaris 10.
Changing Samba versions is not an option. Too many
production systems hanging off that PDC.
Samba 2.2.8a
SunOS smb244-1 5.10 Generic sun4u sparc SUNW,Sun-Fire-V210
Tried gcc 3.3.2 and 2.95.3.
Everything compiles but when it tries to link I get
the following error. I searched the archives but
didn't find any answer for this. How do I fix this?
2002 Sep 14
1
Freebsd make problems
Hello,
I am running Freebsd 4.5 on a alpha based server. I got the samba
source from the cvs [ 2.2 branch ] and I am running into come make
problems. I used ./configure --with-ldapsam --with-ssl --with-quota
--with-cups and after that gets done i type in make and i get the
following errors:
alphatest# make
Using FLAGS = -DHAVE_CRYPT_DECL -I/usr/local/ssl/include -O -I./popt
-Iinclude