Displaying 20 results from an estimated 1000 matches similar to: "PID file"
2000 Jan 17
1
pre27 compilation fails on Sol7 box
Something strange happens when I compile the pre27 SSH:
ocal/ssh//include -DETCDIR=\"/usr/local/ssh//etc\" \
-DSSH_PROGRAM=\"/usr/local/ssh//bin/ssh\" \
-DSSH_ASKPASS_DEFAULT=\"/usr/local/ssh//libexec/ssh/ssh-askpass\" \
-DHAVE_CONFIG_H -c atomicio.c
In file included from includes.h:106,
from atomicio.c:26:
fake-socket.h:30: parse error before
2003 Mar 20
1
Samba 2.2.8 LDAP compilie error
Hey guys,
When trying to update our Samba LDAP installation to version 2.2.8
and compiling with the --with-ldap option I am left with the following:
Using FLAGS = -O -I./popt -Iinclude -I./include -I./ubiqx
-I./smbwrapper -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-DLOGFILEBASE="/usr/local/samba/var"
-DCONFIGFILE="/usr/local/samba/lib/smb.conf"
2000 Apr 07
1
Question about compiled-in entropy gatherer
This oddity happened with test2:
debug: Got 0.00 bytes of entropy from /usr/bin/who
debug: Got 0.05 bytes of entropy from /usr/bin/last
debug: Got 0.00 bytes of entropy from
debug: Got 0.88 bytes of entropy from /usr/sbin/df
debug: Got 0.00 bytes of entropy from /usr/sbin/df
debug: Got 0.12 bytes of entropy from /usr/bin/vmstat
debug: Got 0.00 bytes of entropy from /usr/bin/uptime
I've
2001 Feb 27
1
[Script] ssh-add dropping keys when xscreensaver blanks
The people at Debian were chuntering that it'd be a good idea for
xscreensaver to ask ssh-add to drop its keys when it blanked the
screen. Would the attached script (which does just that) be worth
adding to the contrib directory?
It would also be useful to give ssh-agent a facility to drop its
keys after some time of inactivity. How easy would this be to
implement?
Thanks,
Andrew
2001 Jan 16
1
ssh drops privs when it can't find ~/.ssh/prng_seed
I'm using OpenSSH 2.3.0p1. When my users use ssh for the first
time, using rhosts authentication, entropy.c drops the privs in
prng_write_seedfile() at the setuid(original_uid) line (line 550,
approx):
void
prng_write_seedfile(void) {
int fd;
char seed[1024];
char filename[1024];
struct passwd *pw;
/* Don't bother if we have already saved a seed */
if (prng_seed_saved)
return;
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
2000 Apr 10
1
ls -alni /var/mail
Using the trial internal entropy gathering routines Damien so
kindly provided, I noticed stuff happening slowly. I think I've
traced this to the 'ls -alni /var/mail' taking a long time.
Given that this is likely to hurt a few sites similar to mine
(large number of users with an NFS-mounted /var/mail directory) is
it sensible to put a configure option in to disable this part?
I attach
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
2003 Oct 28
4
Failed to compile Samba with SSL
Hello!
I failed to compile Samba with SSL on Mandrake 8.2 -
error while "make all" in following sequence:
cd SSLeay-0.9.0b
./Configure linux-elf
make
make install
cd ../samba-2.2.7/source
./configure --with-ssl
make clean
make all
Log of the last command attached.
What's wrong? Please, help me!
Thank you in advance. Pavel.
-------------- next part --------------
Using FLAGS =
2007 Aug 07
2
AW: Probs to "make" Samba-3.0.25b
Hello List,
is there really nobody out there who could give me a tip to solve the issue?
Thanks a lot.
Mit freundlichen Gr??en
Michael Kaiser
Business Unit IT-Services
Network Solutions
InfraServ GmbH & Co. Gendorf KG
Industriepark Werk GENDORF
> -----Urspr?ngliche Nachricht-----
> Von:
> samba-bounces+michael.kaiser=infraserv.gendorf.de@lists.samba.
> org
>
2001 Aug 03
1
Disconnecting: protocol error: rcvd type 98
When I SSH using protocol 1 from a Debian box running OpenSSH 2.9p2-4
to a sparc.sunos5 box running vanilla OpenSSH 2.9.1, after a little
while (of inactivity?) I get the following message on the client
terminal:
Disconnecting: protocol error: rcvd type 98
Looking further, this message is actually caused by the SSH daemon.
However, I'm at a loss to determine why sshd is doing this.
I attach
2008 Jun 01
3
Failed building 3.0.30 for tru64 4.0F
Dear friends,
I failed to buld samba 3.0.30 for tru64unix 4.0F.
I am curently locked to this os version due to other production
software.
We currently run Samba 2.2.8a but we were requested to upgrade by our
network group.
I downloaded 3.3.30 and did
$ cd source
$ ./configure
no warnings or errors as far as I could see, except
checking for replacing readdir using getdirentries()...
2004 Mar 04
0
error compiling samba2.2.8a on solaris2.5.1
Hi,
Appreciate very much your advice/suggestion/idea on
the compilation problem.
I'm trying to compile samba2.2.8a on ultra-5 running
solaris 2.5.1.
I run configure without any option and use
/usr/ccs/bin/make to compile and getting the following
error messages:
Using FLAGS = -O -I./popt -Iinclude -I./include
-I./ubiqx -I./smbwrapper
-DLOGFILEBASE="/usr/local/samba/var"
2002 Oct 11
0
samba-2.2.5 in Tru64 unix v4.0e
Dear Samba Support:
I was trying to install samba-2.2.5 on our Tru64 Unix Version 4.0E,
during compilation, it gave me error message like this:
Using FLAGS = -O -I./popt -Iinclude -I./include -I./ubiqx
-I./smbwrapper -DLOGFILEBASE="/usr/local/samba/var"
-DCONFIGFILE="/usr/local/samba/lib/smb.conf"
-DLMHOSTSFILE="/usr/local/samba/lib/lmhosts"
2006 Jun 10
0
SAMBA ERROR: Undefined symbol: .VA_COPY
I'm having little trouble compiling samba 2.2.7 on AIX 5.2 with gcc 4.0.0,
first i did :
./configure --with-winbind --with-pam
everything went ok, next i did:
./make
and i got this error:
root@SP550 ./source >make
Using FLAGS = -O -I./popt -Iinclude -I./include -I./ubiqx -I./smbwrapper
-DLOGFILEBASE="/usr/local/samba/var"
2003 Jun 16
1
error compiling samba-2.2.8
hello,
When i try compiling samba on solaris the configuration looks good but when i do
a make the message fellow appear:
# make
Using FLAGS = -O -Iinclude -I./include -I./ubiqx -I./smbwrapper -D_LARGEFILE_S
OURCE -D_FILE_OFFSET_BITS=64 -DLOGFILEBASE="/usr/local/samba/var" -DCONFIGFILE="
/usr/local/samba/lib/smb.conf" -DLMHOSTSFILE="/usr/local/samba/lib/lmhosts"
2002 Nov 27
0
samba 2.2.7 Install Errors on Slack 8.1
Slackware 8.1 comes standard with samba 2.2.4. However, I wanted to upgrade
to 2.2.7 and tweak samba, so I uninstalled it using the Slack package
manager (pkgtool). I'm now trying to install samba 2.2.7 which I downloaded
from us6.samba.org. './configure' ran fine, as far as I could tell.
However, 'make' is giving me some errors. I have not been able to find any
mention of
2003 Mar 19
0
Samba 2.2.8, Solaris, and LDAP Support
Hey all,
In order to patch our solaris server to 2.2.8 I need to compilie
with LDAP to support our current installation. But, low and behold, it
simply won't compile. I've tried the binary packages but they don't seem
to have LDAP supoprt. Also, the Samba proper CVS version as of last
night yeilds the same error. I'd usually expect a missing library but I
can't seem
2003 Oct 16
0
Samba 2.2.8a ldap compile problem with pdb_ldap.c
All,
I am trying to compile 2.2.8a with the ldapsam, acl-support & pam.
The make appears to go ok but the compile part doesn't. At the
beginning of the compiles it lists out the flags:
Using FLAGS = -O -I./popt -Iinclude -I./include -I./ubiqx
-I./smbwrapper -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-DLOGFILEBASE="/apps/samba/var"
2004 May 07
1
samba with ssl compilation failed
Hi,
I'm building samba-2.2.8a fro source with ssl support.
./configure --with-ssl is ok
But when I do a make:
[root@server source]# make
Using FLAGS = -DHAVE_CRYPT_DECL -I/usr/local/ssl/include -O -Iinclude
-I./include -I./ubiqx -I./smbwrapper -D_LARGEFILE64_SOURCE
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE
-DLOGFILEBASE="/usr/local/samba/var"