similar to: Solution to accessing shares w/ 2.0.5a and openBSD 2.5 (bug in OpenBSD calls or configure script?)

Displaying 20 results from an estimated 4000 matches similar to: "Solution to accessing shares w/ 2.0.5a and openBSD 2.5 (bug in OpenBSD calls or configure script?)"

2001 Jun 07
0
Patch for systems with no setreuid()
Sorry if I'm duplicating an existing patch, but... On systems with no seteuid() that have setreuid() there is an emulation, but if both are lacking (but we do have setresuid()), nothing is done. The following seems to be right, but I've only got one machine (running an ancient version of HP-UX) which needs this so it may not be general: --cut-here-- --- config.h.in.orig Thu Jun 7
2001 May 22
1
[PATCH]: configure.in: Missing check for setvbuf
Hi, in configure.in the patch for `setvbuf' is missing while in sftp-int.c the HAVE_SETVBUF define is used: Index: configure.in =================================================================== RCS file: /cvs/openssh_cvs/configure.in,v retrieving revision 1.286 diff -u -p -r1.286 configure.in --- configure.in 2001/05/17 03:32:51 1.286 +++ configure.in 2001/05/22 11:59:54 @@ -460,7 +460,7
2001 Sep 29
0
configure.in fixes for 2.9.9p2
configure.in patches for 2.9.9p2: 1. Allow --with-pcre to take a path specifying the root of the PCRE install (ROOT/include, ROOT/lib) 2. Ditto for --with-zlib 3. $no_libnsl and $no_libsocket can be determined programmatically 4. Check for innetgr, getspnam, and util in the default $LIBS before checking in -lrpc, -lgen, and -lutil, respectively 5. dirname() is in -lgen on some
2004 Sep 20
0
Samba Errors
Hi All, Could anyone please shed some light on the below too errors (and how to fix them). The first one seems the more serious Error 1 p 21 07:40:48 server smbd[8528]: [2004/09/21 07:40:48, 0] lib/util_sock.c:write_socket(412) Sep 21 07:40:48 server smbd[8528]: write_socket: Error writing 5 bytes to socket 16: ERRNO = Connection reset by peer Sep 21 07:40:48 server smbd[8528]: [2004/09/21
2002 Oct 25
0
NeXT Community
I need someone in the NeXT community to apply this to 3.5 and tell me if it solves the mmap issue where it misdetects a working mmap(). My NeXT box is packed up. If you know anyone in Minnesota that wants a 68k-25mhz Slab w/ 2 B&W monitors, 2 keyboards, 2 mice, NeXT printer and OS. Have them email me. I won't ship it, but I have no more time to be handling an OS this old. =) I have no
2004 Dec 01
0
Samba 3.0.8 Debian backports - break down
Good day, this is new error for me can you help me please ? from log: [2004/12/01 12:45:44, 2] smbd/close.c:close_normal_file(270) podskalsky closed file Podskalsky/HALINatd/pribehy/vaic/dosly k vrcholu uz pod vrcholem 40 r.doc (numopen=0) [2004/12/01 12:45:44, 2] lib/access.c:check_access(324) Allowed connection from (192.168.1.54) [2004/12/01 12:45:59, 0] lib/util_sec.c:assert_gid(113)
2003 Feb 01
1
Build errors on AIX 4.2.1: nanosleep
Hi All. There are still build errors for scp on AIX 4.2.1 due to lack of nanosleep (which you can see them live and in colour at [1]). The attached patch fixes this by using the equivalent nsleep function on AIX if it exists and nanosleep doesn't. The patch is mostly the same as the AIX portion of the previous patch for the nanosleep issue, the major difference being that the #define is in
2006 Apr 23
0
Configuration Warnings OpenSSH 4.3p2
I don't know enough about this to know if these warnings mean that I can't build it or not. Also, since I'm e-mailing anyway, how can I tell what options were compiled into my exiting ssh: My system is freeBSD 4.11. PC% ssh -V OpenSSH_3.5p1 FreeBSD-20030924, SSH protocols 1.5/2.0, OpenSSL 0x0090704f PC% so that I can do the same thing with the newer version. I don't want to
2006 Mar 17
1
[PATCH] OpenSSL RNG initialization
Hi, dovecot tries to use OpenSSL's PRNG to generate random numbers if there is no /dev/urandom found. Unfortunately, it is flawed in its present form, since the PRNG is not seeded before RAND_bytes() is called in src/lib/randgen.c (on systems which have /dev/urandom, OpenSSL automatically seeds its PRNG from the urandom device). Here's a patch to address this issue: it tries to seed
2008 Nov 21
2
[PATCH] drop root privileges on solaris, request for testing
Hello all, this patch allows master process to drop more root priveleges under Solaris. My limited testing shows that code works, but I'm not sure that defined privilege set is permissive enough for dovecot. Unfortunately I have no root access to our Solaris servers to really test it. So if someone is ready to test this patch please do it :) Best regards. -------------- next part
2003 Jan 25
1
Build failures: nanosleep on Solaris and AIX 4.2.x
Hi All. The recent changes to scp caused build failures on Solaris and AIX 4.2 which showed up on the tinderbox[1]. I mentioned the first to djm in email yesterday but I'm posting after finding the second, in case anyone else has seen similar problems. Solaris' nanosleep is in librt (or libposix4 in older versions) which is not linked. Adding them to configure works fine, however ldd
1999 Mar 24
1
Amanda and Samba 2.0.3
Hi Folks, I want to use samba and amanda to backup NT/win file system. I downloaded the latest version of Samba and trying to install on bsdi4.0 and it complains that the OS is a "trapdoor" OS and will not work propperly. I installed it anyway and I can connect to NT no problem but when I connect it back to the unix box, it complains about "Bad password - name/password in a Tree
1999 May 26
1
Major Bug in Samba 2.0.4b with AIX 4.x
Dear samba-Team, There is a bug in Samba 2.0.3 and 2.0.4b with IBM AXI 4.x. The Bug prevents connecting of other users than root to any share. I have a workaround/fix tested on AIX 4.1.5 ,4.3.2 with gcc 2.8.1 here: Change samba-2.0.4b/source/lib/util_sec.c funktion set_effective_uid like this: 155c155 < #elif defined(HAVE_SETREUID) --- > #elif defined(HAVE_SETREUID) &&
2000 Feb 25
3
problems upgrading to samba 2.0.5a
I previously had an older version of Samba installed with the following smb.conf: ; Make sure and restart the server after making changes to this file, ex: ; /etc/rc.d/init.d/smb stop ; /etc/rc.d/init.d/smb start [global] ; Uncomment this if you want a guest account guest account = nobody log file = /var/log/samba-log.%m lock directory = /var/lock/samba share modes = yes
2000 Jan 22
6
failed to set gid privileges
Hi ! I got a problem with connection of users at a connection to smbd. It seems that the authentication is ok and the user accepted and existing. And for test I just connect to the homes. I get the following log error. lib/sec_.c:assert_gid(70) Failed to set gid priviliges to (-1,100) now set to (0,0) uid (0,0) lib/util.c:smb_panic(2456) PANIC: failed to set gid Does anybody know what that
2003 Apr 20
0
How I got Samba 2.2.8a to run on OpenBSD 3.2 i386
First of all, GREAT WORK! I now have my very own Windoze domain thanks to Samba :) Now, getting Samba to work fully on OpenBSD was harder than I'd think it would be. To get smbd to compile somewhat cleanly, I had to hack ./source/include/config.h thusly: remove USE_SETREUID, add USE_SETEUID. Then, I hacked sec_ctx.c like the attached diff shows, to get rid of some assert_gid panic when
2006 Feb 06
1
Compile warning report of openssh 4.3p1 on Intel Macs
Hi. I was compiling openssh 4.3p1 on Apple's iMac Core Duo computer and came across following warnings. configure: WARNING: net/if.h: present but cannot be compiled configure: WARNING: net/if.h: check for missing prerequisite headers? configure: WARNING: net/if.h: see the Autoconf documentation configure: WARNING: net/if.h: section "Present But Cannot Be Compiled"
1999 Jul 22
1
Compiling on AIX3.2.5
I have tried to compile 2.0.4b and 2.0.5a on AIX3.2.5 and it gives a problem when I test it with "smbclient -L bigserver", that was discussed in the archives. I thought it was fixed. It gives:- [1999/07/22 20:57:05, 0] smbd/uid.c:(68) Couldn't set effective uid to 207. Currently set to (real=0,eff=0). Error was Not owner [1999/07/22 20:57:05, 0] smbd/service.c:(463) Can't
2002 Mar 08
2
samba on HPUX 11
I am having problems getting samba to run on HPUX 11. Details: HPUX 11 samba 2.2.2 and 2.2.3a gcc 3.0.1 configure options: --prefix=/samba --with-pam --without-winbind Problem: 1) I am running with logging level at 3 and see many PANIC messages. PANIC: failed to set gid log entry: [2002/03/07 18:55:58, 3] smbd/server.c:exit_server(492) Server exit (normal exit) [2002/03/07 18:56:18, 3]
2003 Apr 13
1
users cannot change their passwords in domain
hello, samba. i have running samba 2.2.8a from the ports on the system: FreeBSD bingo.ru 4.7-STABLE FreeBSD 4.7-STABLE #2: Tue Mar 25 20:30:51 YEKT 2003 root@bingo.ru:/usr/obj/usr/src/sys/bingo i386 with config: === cut === [global] workgroup = bingo netbios name = emily server string = bingo samba daemon hosts allow = 192.168.2. 127. hosts deny = 192.168.1. interfaces = xl2 bind