Displaying 20 results from an estimated 400 matches similar to: "samba-2.2.5 -- a minor "make install" problem and 2 suggestions"
2003 Mar 19
1
Patch for relocatable installs
I remember seeing a patch here a long while back that I thought was going
to be committed for making the install relocatable (i.e. allowing for a
DESTDIR to be specified during a "make install"). I can't find it, and I'm
not sure I am remembering correctly, anyway, so here is a shot at it.
Tested both the install and uninstall, run as "make install
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"
2002 Mar 06
1
Possible bug in 2.2.3a source/script/installbin.sh (with patch)
Hi all,
the file samba-2.2.3a/source/script/installbin.sh has a rather odd
blindspot.
It doesn't honor the --with-privatedir= option to ./configure it just
blindly uses $BASEDIR/private instead.
I think the fix would be:-
a) move directory creation out of installbin.sh altogehter
(after all what's the installdirs: target for in the Makefile?)
OR
b) add an extra parameter
1998 Oct 15
1
Problem to map home dir
> Sorry, but in the first mail I forgot to attach the Makefile and I
> forgot also to mention that I already tried the password handling in win95
> via the registry.
>
> De Boe Bart wrote:
>
> > Hello,
> >
> > I need to install Samba on a HP J210 HPUX 10.20.
> > I downloaded and compiled version 1.9.18p10.
> >
> > Following problems are
2001 Apr 07
1
samba on NetBSD - some patches
Hi,
We (NetBSD) just received a bug report that smbclient's mput command usees
find(1) with a non-standard option "-maxdepth". This was replaced with a
simple call to ls(1). As I don't know how many of the patches from out
Packages Collection were sent to you in the past, I'm simply sending you
all our patches - please include any you like in future samba releases!
BTW,
2001 Dec 12
1
MacOS X Server samba diffs
The source for the samba components in MacOS X Server is located at:
http://www.opensource.apple.com/tools/cvs ('samba' module)
The latest vendor branch is samba2.2.1a. The main branch
includes the following modifications (see diffs below)..
1) DirectoryService suport (encrypted authentication)
2) CFString usage (DOS code page <-> decomposed UTF8)
3) smbstatus -r (raw dump of user
2002 Feb 24
3
Multiple Instancies of Samba on a single System
Hi out there,
i intend to run multiple Instancies of Samba
on a single, multi-homed, server, with each instance bound
to a specific (logical) interface.
If this works, it would be fine to me.
Mainly for administrative Reasons. (You won't believe,
but from time to time it becomes necessary to restart
some services, but restarting the entire server is a
real mess)
Well here my
2005 Feb 11
0
Can't map group domain share from ADS
I've set up the following and can open a home share
for me (sylveg). I've created a group on W2KADS and on
OURSAMBALINUX called oadmin and added me as a member
in both. I created a samba share called o_drive (see
smb.conf below) w/ the linux dir /home/o_drive and
valid users = %D+oadmnin. The /home dir is:
drwxr-xr-x 2 root root 4096 2004-09-03 15:16
ftp/
drwx------ 2 root root
2003 Jun 19
3
Exec file incompatible with hardware
Sorry if this is going to be one of those 'idiot' questions, but I don't
use Samba. It has always been on our server, chugging along beautifully
so no on ever had to touch it... Well, we consolidated servers and moved
everything to another server with HP-UX 10.20 (the previous server had
the same HPUX version so I thought I was in the clear), the samba
version is samba-1.9.18p2. I
2002 Mar 13
2
[PATCH] fix install-strip target in Makefile
The first patch will make "make install-strip" work. The second spends
a few cycles avoiding "1 files to consider." Both are trivial but IMHO
useful.
--- Makefile.orig Wed Mar 13 06:38:42 2002
+++ Makefile Wed Mar 13 06:40:58 2002
@@ -12,6 +12,7 @@
LDFLAGS=
INSTALLCMD=/bin/install -c
+INSTALLMAN=/bin/install -c
srcdir=.
@@ -56,8 +57,8 @@
${INSTALLCMD} -m 755 rsync
2001 Nov 10
0
tdb failing and too many connections
I've run into a problem with samba and tdb reporting "too many connections"
If I do a typical configure:
./configure --prefix=/usr/local/samba \
--localstatedir=/var/samba \
--with-lockdir=/var/samba/locks \
--with-configdir=/usr/local/samba/etc
I see errors like the following in /var/samba/log.smbd:
[2001/11/10 22:58:53, 0] tdb/tdbutil.c:tdb_log(342)
2012 Dec 15
4
Installing manpages
According to the Samba documentation, the manpages are supposed to be
installed with Samba. Quote:
docs/manpages: You don't need to worry about these yet; during the
installation, the files will be installed so that you can use the man
command to read them. But you can take a look in the directory to see
which manpages are available.
My problem:
Samba4 on 64bit Fedora 17 will not
2004 May 01
1
install-strip issue
>From 2.6.2's Makefile:
install: all
...
${INSTALLCMD} ${STRIP} -m 755 rsync$(EXEEXT) ${DESTDIR}${bindir}
...
install-strip:
$(MAKE) STRIP='-s' install
This doesn't work (at least) on OpenBSD, because install(1) there
will use the value of the environment variable STRIP as the command
to run for stripping the executable.
Renaming the variable will take care of this.
---
2002 Jul 12
0
Installation
Hello,
I can not install rsync 2.5.5. on a Caldera Open Unix 8.0.0 Operating
System.
After ./configure I enter the command "make" and I get the following
Message:
UX:make: FEHLER: Zeile 66: Syntaxfehler
Where can I get help?
I add the files: config.log and Makefile.
P. Schnickmann
-------------- next part --------------
This file contains any messages produced by compilers while
running
2000 Jul 14
1
Clarity on using SAMBA and Mapping to a Sun Server
My response is below.
> -----Original Message-----
> From: Gerald Carter [SMTP:gcarter@valinux.com]
> Sent: Wednesday, July 12, 2000 12:29 PM
> To: Hawks, Steven L
> Cc: Multiple recipients of list SAMBA
> Subject: Re: Can Samba be Installed on a Solaris 2.6 operating
> system?
>
> "Hawks, Steven L" wrote:
> >
> > Can Samba be Installed on a
2004 Nov 24
0
Missing smbd, nmbd in Samba package 2.2.10?
Hello group,
OS is OpenBSD 3.6 (macppc).
I've been away for a while so excuse the obvious here... I did a pkg_add
samba2.2.10.tgz which completed successfully. Now I'd like to start the
daemons, however, where are the smbd and nmbd daemons? I've looked in
/usr/local/bin and see:
/usr/local/sbin
laxbcastdns01# cd ..
laxbcastdns01# cd bin
laxbcastdns01# l
total 8606
drwxr-xr-x 2
2005 May 03
1
Conversion smbpasswd 2.2.8 to 3.0.13
Dear All
I'm about migrating Samba 2.2.8 to 3.0.13 on Sparc, Solaris 8.
Compilation and Installation without any problem.
Runs fine with exception of 2.2.8-user validation in the domain (no
problems with validation of WXP- and W2K-Client Machines, newly set users
(./smbpasswd -a username) works perfectly ).
I simply have copied smbpasswd 2.2.8 to the diferent directory of Samba 3.0.13.
2000 Feb 17
1
pre2.0.7 KOI8-R bug
Hi all,
There is a small bug at the new Unicode support. I didn't follow the
consequences of this bug, but this _is_ a bug ;-).
The bug stands on wrong charset name. Instead of KOI8-R (this is
right) it's called KOI-R (this is wrong).
(I'm afraid the long lines wrap, but it shows the picture)
1. Makefile.in
--- Makefile.in Thu Feb 17 16:00:33 2000
+++ Makefile.in Thu Feb 17
1998 Aug 26
0
Errors encountered with 1.9.18p10 Makefile
To whom it may concern:
here are the diffs which I required to make the mentioned Makefile work.
I maintain several platforms of samba servers, and thus use the VPATH
option in the Makefile. I've been fixing installscripts.sh as well,
so that `make install` works when run from my build directory.
I'm assuming SAMBA v2.x will migrate to autoconf/configure and should
fix these issues, but