similar to: [2.0.7pre1] found 'server = domain' directive ...

Displaying 20 results from an estimated 300 matches similar to: "[2.0.7pre1] found 'server = domain' directive ..."

1999 Nov 25
2
pre15 & Solaris 7 ... rsa.h problem ...
I don't remember what we did to fix this last time, and I've had to rebuild my system completely from scratch over the past few days, so dont' have past patches to work from ... new-relay:/usr/slocal/src/openssh-1.2pre15> make gcc -g -O2 -Wall -I/usr/slocal/include -DETCDIR=\"/usr/local/etc/ssh\" -DSSH_PROGRAM=\"/usr/slocal/bin/ssh\" -DHAVE_CONFIG_H -c
2002 Mar 13
2
3.1p1 under Solaris x86 5.7 fails to compile ...
file missing? (cd openbsd-compat && make) make[1]: Entering directory `/usr/local/src/openssh-3.1p1/openbsd-compat' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/usr/local/src/openssh-3.1p1/openbsd-compat' gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I. -I/usr/slocal/include -I/usr/local/include -DSSHDIR=\"/usr/local/etc\"
1999 Dec 30
1
more problems with solaris 7?
configure appears to be setting things right: dragon:/var/src/openssh-1.2.1pre23> grep INTXX config.h #define HAVE_INTXX_T 1 /* #undef HAVE_U_INTXX_T */ #define HAVE_UINTXX_T 1 Marc G. Fournier marc.fournier at acadiau.ca Senior Systems Administrator Acadia University "These are my opinions, which are not necessarily shared
1999 Dec 30
2
quad_t: incompatible types in config.log:
configure:2050: checking for quad_t configure:2059: gcc -c -g -O2 -Wall -I/usr/slocal/include conftest.c 1>&5 configure: In function `main': configure:2055: incompatible types in assignment configure: failed program was: #line 2052 "configure" #include "confdefs.h" #include <sys/types.h> int main() { quad_t a; a = 1235; ; return 0; } Marc G. Fournier
1999 Nov 19
0
EGD socket problem ...
Just tried out ssh in pre13, and still get the EGD problem? :( new-relay:/usr/slocal/src/openssh-1.2pre13> ./ssh -l marc atelier The authenticity of host 'atelier.acadiau.ca' can't be established. Key fingerprint is 1024 ef:36:b5:f8:a3:bb:14:4d:a9:4b:f2:90:9a:bd:bb:00. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added
2000 May 30
1
Unable to use rdist in parrellel mode with 2.1.0p2 ...
Morning all ... using the following command to sync up the binaries on several machines: rdist -P /usr/slocal/bin/ssh -Rf /root/sync-systems generates the following error message(s): jasper: updating host jasper hermes: updating host hermes attila: updating host attila hercules: updating host hercules ".rcules: LOCAL ERROR: Unexpected input from server: "Couldn't initialise
2000 Jan 20
2
samba 2.0.6 on Irix 6.5.6m core dump problem (internal error)
Samba: binary kit from samba.org Samba version: 2.0.6 computer: SGI indigo2 with a 250MHz 4400 CPU, 64MB RAM, Irix 6.5.6m me: tarjei.jensen@kvaerner.com It looks like every time smbd spawns, the child process seems to die a horrible death and leave a core file. As a result I am unable to use any netbios services on the machine. The core file which I have examined says that the process died with
1999 Nov 22
0
[solaris 7] compiles, runs but won't let me login ...
ssh -l marc new-relay marc at new-relay's password: Connection closed by remote host. in /var/log/sshd: new-relay:/usr/slocal/setup> tail /var/log/sshd Nov 22 14:08:02 new-relay sshd[11533]: Connection from 131.162.200.78 port 1021 Nov 22 14:08:04 new-relay sshd[11533]: PAM Password authentication accepted for user "marc" No other errors anywhere, and no core's that I can
2000 Jan 18
0
LD_LIBRARY_PATH under Solaris issues ...
How do/are ppl getting around this: hermes:/home/centre/edenauto/work/Jan18> ssh -v -l sais iceberg ld.so.1: ssh: fatal: libz.so: open failed: No such file or directory Killed I've tried using -R/usr/slocal/lib, but it doesn't appear to be working properly ... Marc G. Fournier marc.fournier at acadiau.ca Senior Systems Administrator
2000 Jun 07
0
Solaris8/Sparc20: builtin random number generator
just compiled and installed p3 on my server, and just trying to start up sshd, I'm getting this ... god, how I hate Solaris *sigh* /usr/slocal/sbin/sshd fatal: Couldn't initialise builtin random number generator -- exiting. Marc G. Fournier marc.fournier at acadiau.ca Senior Systems Administrator Acadia University "These
2014 Mar 04
0
Anybody have issues joining machines to a S4 AD domain using VBS
All got an issue I have a VBS that should join machines to the domain but it's not working get access denied instantly anybody got any working scripts they would like to share with me. btw my script that doesn't work is below ' Join a Computer to a Domain Const JOIN_DOMAIN = 1 Const ACCT_CREATE = 2 Const ACCT_DELETE = 4 Const WIN9X_UPGRADE = 16 Const DOMAIN_JOIN_IF_JOINED =
2000 Jan 25
1
Origin of directory /usr/slocal?
I could not help but notice (at least in the solaris7/x86 port) the existance of /usr/slocal; what is the origin/purpose of this dir, and what conditions/ restrictions on what goes in there? thnaks chris -- Christopher Linn <celinn at mtu.edu> Staff System Administrator Center for Experimental Computation Michigan Technological University All opinions are my
2007 Aug 08
1
Domain with public shares
I have a samba server setup with security = user (NT-domain). I use openldap for authentiation and that part is working fine. People can log in and see the files they have permission to. I need to have some public folders on the samba server that anybody can use (also non domain users (ie. WinXP Home users that can't join a domain)). And the printers should be public in the same way.
2000 Jan 12
0
Solaris 7/sparc20 binary comes out weird?
I've tried doing a 'make distclean' and a rebuild on the machine, and I keep coming up with: eris:/var/src/openssh-1.2.1pre25> file sshd sshd: ELF 32-bit MSB executable SPARC32PLUS Version 1, V8+ Required, UltraSPARC1 Extensions Required, dynamically linked, not stripped eris:/var/src/openssh-1.2.1pre25> ./sshd ./sshd: Exec format error. Binary file not executable.
2000 Jul 31
0
[patch] smbmount fixes for samba-2.0.7, testers wanted!
Hello all This patch tries to remove a few bugs from smbmount. It would be nice to get some testing+feedback on this from others using smbmount and possibly get these things fixed for the next release of samba. It does the following: * Change lib/debug.c to allow changing your mind on being interactive. A second call to setup_logging should now replace the effects of a previous call. (hmm,
1999 Dec 30
3
ANNOUNCE: openssh-1.2.1pre24
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 openssh-1.2.1pre24 is being uploaded to: http://violet.ibs.com.au/openssh/files/ This release fixes the silly bugs (almost all autoconf related) that crept into yesterday's release. 19991231 - Fix password support on systems with a mixture of shadowed and non-shadowed passwords (e.g. NIS). Report and fix from HARUYAMA Seigo
1999 Dec 30
3
ANNOUNCE: openssh-1.2.1pre24
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 openssh-1.2.1pre24 is being uploaded to: http://violet.ibs.com.au/openssh/files/ This release fixes the silly bugs (almost all autoconf related) that crept into yesterday's release. 19991231 - Fix password support on systems with a mixture of shadowed and non-shadowed passwords (e.g. NIS). Report and fix from HARUYAMA Seigo
1999 Nov 23
2
Fixes for Solaris
Attached is a small patch that should fix most of the problems reported. I am adding a recommendation to use GNU make to the INSTALL document. Regards, Damien -- | "Bombay is 250ms from New York in the new world order" - Alan Cox | Damien Miller - http://www.mindrot.org/ | Email: djm at mindrot.org (home) -or- djm at ibs.com.au (work) -------------- next part -------------- Index:
1999 Apr 08
0
Keep-timestamp-in-`get'-patch for smbclient in samba-2.0.3
-------- --Multipart_Thu_Apr__8_13:33:51_1999-1 Content-Type: text/plain; charset=US-ASCII Hello guys, I always wondered why smbclient keeps timestamp in `put'ting a file but does not keep it in `get'ting a file. Alternative to keep the time stamp in `get'ting file is to use -Tc option or smbtar script, but they are a bit hairy for interactive use, and it can only dump files with an
2000 Feb 08
1
[2.0.7pre1] --with-utmp enabled ...
Under Solaris 7/sparc, I get: Compiling smbd/connection.c smbd/connection.c:381: conflicting types for `utmp_yield' smbd/connection.c:30: previous declaration of `utmp_yield' 381 has 'int pid', while 30 has 'pid_t pid' ... I changed 381 to reflect 30 and she continues on its way ... Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems