similar to: Trouble building 4.2rc4 on FreeBSD

Displaying 20 results from an estimated 1000 matches similar to: "Trouble building 4.2rc4 on FreeBSD"

2015 Feb 12
0
Trouble building 4.2rc4 on FreeBSD
I'm attempting to build 4.2.0rc4 on a FreeBSD 10.0 system. There seems to be a problem with finding the system headers. Specifically lib/texpect/texpect.c seems to not be finding /usr/include/sys/signal.h Some hints on waf or building samba would be appreciated Russ Poyner The errors: make WAF_MAKE=1 python ./buildtools/bin/waf build Waf: Entering directory `/root/samba-4.2.0rc4/bin'
2015 Feb 05
0
Samba 4.2.0rc4 build failure
I am not quite certain where to report this, so I will start here. I am trying to do a test build of Samba 4.2.0rc4 on a Solaris 10 i386 machine. I ran configure as follows: #! /bin/sh CFLAGS="-O3 -I/opt/local/include" \ LDFLAGS="-R/opt/local/samba4/lib:/opt/local/samba4/lib/private:/opt/local/lib \ -L/opt/local/lib -liconv -lintl" \ ./configure
2015 Feb 09
1
Samba 4.2.0rc4 build failure
Should I file a bug at bugzilla.samba.org for problems with a release candidate? > I am not quite certain where to report this, so I will start here. > I am trying to do a test build of Samba 4.2.0rc4 on a Solaris 10 i386 > machine. I ran configure as follows: > > #! /bin/sh > CFLAGS="-O3 -I/opt/local/include" \ >
2015 Jan 25
0
SmartOS: nss_wrapper: conflicting types
Hello, I am attempting to build Samba 4.2.0 RC4 (I have not tried previous versions yet) and after applying attached patches the build fails with (full build and configure output attached). [2006/3812] Compiling lib/nss_wrapper/nss_wrapper.c ../lib/nss_wrapper/nss_wrapper.c:2405:5: error: conflicting types for 'gethostby name_r' In file included from
2001 Feb 18
3
OpenSSH 2.5.0p1 vs. SA_RESTART
Not all OSes have SA_RESTART (for instance, SunOS does not). Also, for the non-SA_RESTART case in scp.c sa.sa_flags was not being initialized (noted by dworkin at village.org). - todd --- scp.c.DIST Sat Feb 17 17:56:33 2001 +++ scp.c Sat Feb 17 17:57:59 2001 @@ -1224,8 +1224,9 @@ struct sigaction sa; sa.sa_handler = updateprogressmeter; sigemptyset((sigset_t *)&sa.sa_mask); +
2000 Feb 14
0
[openssh-1.2.2] some porting notes for SunOS 4.1.4
Hi. Here are the relevant details about the setup: SunOS 4.1.4 gcc 2.7.2.2 tcp wrappers 7.5 egd 0.6 (doesn't really come into play at compile time) The following only pertains to the compilation (and linking) stage. Code and patches are SunOS specific. -- The following functions are missing in SunOS: strerror, atexit, memmove. I wrote simple replacements in term of on_exit and bcopy
2015 Apr 15
1
[Announce] Samba 4.2.1 Available for Download
===================================================================== "In this world nothing can be said to be certain, except death and taxes." Benjamin Franklin ===================================================================== Release Announcements --------------------- This is the latest stable release of Samba 4.2. Changes since 4.2.0: -------------------- o
2015 Apr 15
1
[Announce] Samba 4.2.1 Available for Download
===================================================================== "In this world nothing can be said to be certain, except death and taxes." Benjamin Franklin ===================================================================== Release Announcements --------------------- This is the latest stable release of Samba 4.2. Changes since 4.2.0: -------------------- o
2000 May 12
0
SunOS 4.x port
This is based on openssh-2.0.0beta1. There are a few rough spots: 1) SunOS doesn't have ut_type in struct utmp so I just whacked in the old login() from openssh-1.2.3. 2) There is a SUNOS4 section added to defines.h -- this could probably be a bit cleaner. 3) sigaction on SunOS is implemented via #defines to sigvec, thus there is no SA_RESTART (this is the default behavior).
2015 Apr 16
0
FW: [Announce] Samba 4.2.1 Available for Download
me too. The web page dont work 2015-04-16 6:31 GMT-03:00 L.P.H. van Belle <belle at bazuin.nl>: > see: > > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba > > ;-) > > > > -----Oorspronkelijk bericht----- > Van: klang at countyofdane.com [mailto:samba-bounces at
1997 Nov 07
0
Fatal bug in 2.2.5R's lpd
some header freebsd-announce Joerg Wunsch <joerg@FreeBSD.ORG> 1.92 When merging the new `ct' printcap functionality into 2.2-stable right before 2.2.5-RELEASE was due, it's now apparent that I didn't test it enough before. :-( I've introduced a fatal bug that causes all the lpd children sending jobs to remote printers to be killed after the `ct' timeout, even in case the
2007 Mar 06
0
sshd Termination by SIGALRM
Hi, I am seeing a problem where in sshd gets terminated by SIGALRM. sshd was listening on the socket and was not restarted. I saw a recent bug fix in openBSD openssh CVS which mentions: Clear alarm() before restarting sshd on SIGHUP. Without this, if there's a SIGALRM pending (for SSH1 key regeneration) when sshd is SIGHUP'ed, the newly exec'ed sshd will get the SIGALRM and
2001 Feb 09
0
severe error in SSH session key recovery patch
http://www.core-sdi.com/advisories/ssh1_sessionkey_recovery.htm includes the line of code: kill(SIGALRM, getppid()); This is contained within what is listed as an "unsupported and untested patch" developed by SSH.com. The problem is that the arguments to "kill" are in the wrong order. In other words, to obtain the effect that was apparently intended, the line of code
2015 Apr 16
3
FW: [Announce] Samba 4.2.1 Available for Download
see: To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba ;-) -----Oorspronkelijk bericht----- Van: klang at countyofdane.com [mailto:samba-bounces at lists.samba.org] Namens Klang, Marvin Verzonden: woensdag 15 april 2015 22:02 Aan: 'kseeger at samba.org'; 'samba-announce at lists.samba.org';
2005 Dec 23
4
sshd blocks SIGALRM
Gidday everbody, We have just found an interesting issue regarding the sshd daemon on our SuSE system. For some reasons, the /usr/sbin/sshd process blocks SIGALRM as shown in the /proc/pid/status: $ cat /proc/`cat /var/run/sshd.init.pid`/status Name: sshd State: S (sleeping) SleepAVG: 0% [...] SigPnd: 0000000000000000 ShdPnd: 0000000000000000 SigBlk: 0000000000002000 <-- SIGALRM is
2004 Sep 24
0
[LLVMdev] SlowOperationInformer.cpp:55: error: `SIGALRM' undeclared (first use this functi
Henrik Bach wrote: > Hi > > I'm compiling: /usr/local/src/llvm/lib/Support/SlowOperationInformer.cpp > on MinGW. However, it stops complaining about that SIGALRM is undeclared: Is there an alarm() syscall on MinGW? And if so, what signal does it send (according to the MinGW docs)? -- John T. > -------------------------- > @ /usr/local/build/llvm/mklib
2007 Jan 05
0
troubles with telnet sessions under Solaris8 as AD member with winbind V3.0.23d
Hi guys, I've a problem with telnet sessions under Solaris 8 with samba 3.0.23d winbind. If I have the winbind authorization active for telnet in my pam.conf I got a kick out of the system after exactly 300 sec, no mather if I do or do not activity on the telnet session. The same behavior is for AD and for local users. I've trussed a telnet session a the only thing I see is that my
2009 Oct 25
0
alternate output for progressmeter
Hi, I used scp in some background process for transferring large files which took some hours. For this I needed a less fancy output, preferable parseble by a script, so I could regularly see how far the transfer was The adaptions I made to progressmeter.c and .h are underneath my mail as a patch Some sample output how it looks now: :~/src/openssh-5.3p1$ ./scp -l 60000 test.bin hans at
2004 Sep 24
2
[LLVMdev] SlowOperationInformer.cpp:55: error: `SIGALRM' undeclared (first use this functi
Hi I'm compiling: /usr/local/src/llvm/lib/Support/SlowOperationInformer.cpp on MinGW. However, it stops complaining about that SIGALRM is undeclared: -------------------------- @ /usr/local/build/llvm/mklib --tag=disable-shared --silent --tag=CXX --mode=compile g++ -c -I/usr/local/build/llvm/lib/Support -I/usr/local/src/llvm/lib/Support -I/usr/local/build/llvm/include
2004 Sep 23
0
solaris 8 and ls -l problems
Hey All, We recently upgraded to samba 3.0.7 running on solaris 8. We have the box joined to as a member server in a Windows 2000 AD and we have pam authentication working to log in to the box with, The idmap backend is set to a ldap server that is also joined the the AD. The UIDS between the boxes are fine as you can do a getent passwd domain\\username (we have the default \ for the winbind