Displaying 20 results from an estimated 700 matches similar to: "Samba 3.0.11 won't compile on Solaris 8"
2005 Feb 09
1
build error on samba 3.0.11 to be domain member w/ W2k ADS
I am trying to build a linux file server as a domain
member w/W2K-ADS .
I have: Slackware 10.1 freshly loaded
KRB5 1.4
Sleepycat DB 4.3.7 (needed for openLDAP build)
OpenLDAP 2.3.23
When building Samba 3.0.11, I recieve the following
errors.
Using FLAGS = -I/usr/local/include -O -Iinclude
-I/usr/local/samba-3.0.11/source/include -I/usr/local
/samba-3.0.11/source/ubiqx
2005 Mar 14
1
RE: Samba 3.0.11 won't compile on Solaris 8
> On Tue, 8 Feb 2005, Celeste Suliin Burris wrote:
>
> > Samba 3.0.11 won't compile on my Solaris 8 machine. It keeps getting
> > compile errors in clitar [snip]
I'm having this same problem.
> Wonder why it is failing with #ifdef HAVE_REGEX_H ? That
> macro is not defined anywhere. We don't even test for
> regex.h anyways. Can you check
> and see
2005 Feb 15
3
3.0.11 client/clitar.c Fails to Compile on RedHat and AIX
Nearly identical results on AIX 5.2 and RedHat 7.3. In both cases:
./configure --with-winbind --with-ads --with-ldap --with-krb5
AIX 5.2:
Compiling client/clitar.c
client/clitar.c:91: error: parse error before '*' token
client/clitar.c:91: warning: data definition has no type or storage class
client/clitar.c: In function `tar_parseargs':
client/clitar.c:1754: error: `regex_t'
2005 Feb 24
1
Compilation problem
Hello. I am trying to compile samba 3.0.11 on OpenBSD 3.6. At first i
tried the ./configure with a number of switches, but when the make
failed, i redid it with just plain "./configure && make". The configure
works fine. The make runs for awhile but dies with this:
Linking bin/swat
/usr/local/kerberos/lib/libkrb5.so.3.2: warning: mktemp() possibly used
unsafely; consider
2004 Sep 14
2
Field Definition for objectSid (LDAP)
I'm trying to write a perl program to get user information my boss
wants using Net::LDAP in perl. I'm doing fairly well, but when I try to
get the objectSid from the user list, it comes in packed or encrypted
in some fashion. Since dumping the users using the command "net ads
search '(&(objectClass=person)(objectCategory=person))'" gets me an
unscrambled
2003 Nov 14
1
smclient-excludes
Hello, samba-users,
I am using Amanda to backup WinNT-shares.
Amanda uses smbclient to generate smbtar-archives which it then writes
to tape.
As you all know there are various files on Windows-system-partitions
that don?t need to be on backup.
For example stuff like
pagefile.sys
System Volume Information
hiberfil.sys
and the registry files.
So there is a need to exclude files from getting
2005 Sep 29
1
smb_panic after upgrading
I am running a Linux SLES 9 server
geobase-linux{root}838: uname -a
Linux geobase-linux 2.6.5-7.191-smp #1 SMP Tue Jun 28 14:58:56 UTC 2005
x86_64 x86_64 x86_64 GNU/Linux
I tried to upgrade from Samba 3.0.14a (which I had installed via RPMs and
was running fine) to samba-3.0.20-0.1 from the RPMs on the Samba site. I
know get smb_panics on smbd
Here is my smbd.log:
geobase-linux{root}833: more
2002 Dec 20
1
smbclient and large file support
smbclient (and smbtar) in version 2.2.7a (and prior) has problems with
large files (> 4GB). The following patch (against 2.2.7a) fixes all
known problems with this. This code has been checked into the CVS tree
in all branches as well.
--
======================================================================
Herb Lewis Silicon Graphics
Networking Engineer
2006 Jul 21
2
SSH and winbind authentication on Solaris 10
I've googled my heart out, but I cannot see an example of ssh authentication
with Active Directory and winbindd, particularly on Solaris 10. I have it
working on Solaris 8 with telnet, but I'm trying to break my users of
telnet.
Has anyone got it working? If so, would you be willing to share the global
section of your smb.conf and pam.conf with me? Is there something I need to
put in one
1999 Jun 15
0
FIX for smbtar zero length files... (Cont :)
(Erm, sorry about that...)
I was talking about errors of the type: Got 0 bytes.
The problem was sporatic, and seemed to be load/speed based. That is,
the faster the Linux box, the more errors we had.
A look through clitar.c led me to a solution. Currently, clitar.c is
written to pad a file with zeros if a file read error occurs. This is
normal. All of our errors were of the 0 byte length
2005 Feb 09
1
net join ads gives segmentation fault
Hi,
We have been working with samba 3.0.4 and MIT 1.3.6 on SUSE SLES 8 (SP3)
for some time. We use security=ads and our samba is joined to the W2K3
domain.
We use this with winbind to use the authentication from w2k3 instead of
local users (telnet, squid, samba and via smbauth also apache).
When preparing a new server with suse SLES 9 and heimdal 0.6.1 RC3 (suses
package) we started running
2004 Sep 09
1
"username map" parameter not working after upgrade to SAMBA 3
I have been using the "username map" parameter for some time on various
versions of Samba 2, and it has worked nicely. Last week I upgraded to
Samba 3 and integrated with Active Directory. Since I am using Solaris
8, and "nsswitch.conf" doesn't support winbindd, I am using the "add
user script" parameter to add users. What is happening is that users in
2000 Dec 16
0
bug fix for smbclient/tar
There's a race condition: when a file increases in size when being archived by
the tar function in smbclient, the resulting tar file is created with an
invalid format. The tar header for the file has the wrong length, and many tar
programs will abort when they get to the invalid header/file.
I've seen this happen when using smbclient/tar to back up a Win98 computer, and
there's
2003 Sep 23
1
smbclient write default to stderr?
Hi
I have problem with smbclient in samba3 rc2, rc4.
When I start tar backup with it:
smbclient //comp-32/volume pass -U user -d0 -Tc /dev/tape0 > /dev/null
[2003/09/23 08:27:46, 0] client/clitar.c:do_tar(830)
directory \Kart-32\
[2003/09/23 08:27:46, 0] client/clitar.c:do_tar(830)
directory \Kart-32\mairs\
[2003/09/23 08:27:46, 0]
2004 Jan 14
1
signing failures during smbclient tar operation: SMB signature check failed
(Samba 3.0.1, RedHat 9, share is a w2k3, security = ADS)
Here is a snippet of debug level 3 output of an smbclient tar operation,
with error at the end. Command is:
# smbclient \\\\snapper\\dfs <password> -U Administrator -E -W CISWINNET
-D home -d3 -Tqca /tmp/test.tar
[2004/01/14 15:05:10, 3] lib/util.c:dos_clean_name(549)
dos_clean_name
2004 Jan 13
1
SMB Signature verification failed on incoming packet
My setup is Samba/smbclient version 3.0.1 on linux RedHat 9.
\\snapper\dfs is a dfs share on snapper, a Win2k3 Active Directory
server. My smb.conf contains:
[global]
realm = ciswinnet.cis.uab.edu
workgroup=CISWINNET
security = ADS
encrypt passwords = yes
password server = snapper.cis.uab.edu
client use spnego = yes
I am trying to run the following command:
smbclient \\\\snapper\\dfs
2003 Oct 16
0
Cann't get Samba 3.0.0 installed on a SuSE 8.2
Hallo,
after I got same error messages because of missing Kerberos, I deinstalled
heimdal and installed Kerberos 5 (_devel, _libs, _workstation). I also made
the necessary changes in the /etc/krb5.conf file and tested the connection
with the Active Directory with the kinit ...@.... I also synchronized the
time and so I get the tickets.
Now I wanted to install Samba 3.0.0 on SuSE 8.2 and there the
2001 May 02
2
samba 2.2.0 srpm build errors
I am running redhat 7.1 and would like to build the samba 2.2.0 rpms, but I
rec'd an error. Is there something obvious I am doing wrong? I tried 2.0.7
just to see if that would work, but it failed with different issues. I know
it says to submit a bug report, but I would assume I am at fault since I've
never built an rpm from source before.
Compiling client/clitar.c
client/client.c: In
1998 Aug 07
1
How to include system files with smbtar?
Hi,
I recently upgraded to 1.9.18p8, and noticed that smbtar no longer
automatically includes system files. I can't seem to find a way to include
the 'tarmode system' command in the smbtar shell script. If I add a -c
"tarmode system" to the $SMBCLIENT command line at the end of the smbtar
shell script, I get no tarred files at all.
Can anybody help me with this?
2005 Dec 20
1
Active Directory and Samba 3.0.20
This is a new install with a very novice samba user . We are running samba
3.0.20 on a Solaris 9 server. We have 3 domains controllers - 1 old NT and
1Win 2000 Active Directory and 1 Win 2003 Active Directory. The support
group that
administers the domains, have a limited skill set. If its not Windows they
have nothing to contribute.
The Domain Controllers are called
TACOMANEWS - Win 22000