Displaying 20 results from an estimated 700 matches similar to: "libconf branch build failure: sigemptyset()"
2012 Sep 27
3
NUT Bugs #313634 & #313714: unification & encapsulation of timer proposition
?Hello everybody,
I'm working on the "Use difftime for time comparison" bug (#313634).
Charles directed me to the other one "Use monotonic clock for monitoring"
attended to by Baruch; I believe that's very good idea, however I'd use a bit
more encapsulated & general approach:
1/ I'd create an opaque timer type and its get/set/cmp/inc/dec etc interface
2012 Oct 09
1
network-ups-tools won't shutdown my PC
Hello,
I'm using Archlinux x86_64 with linux-nouveau kernel (based on
linux-mainline (that is linux-3.6)).
I've installed nut-2.6.5. I first tried to use new systemctl .service
scripts, but they are problematic.
So I start and stop nut from /etc/rc.c script.
This way, it "woks".
Here are my config files :
nut.conf :
MODE=netserver
ups.conf :
[ellipse]
driver = usbhid-ups
2012 Nov 09
1
nut_clock_* UT review
2012/11/9 <VaclavKrpec at eaton.com>
> Hello gentlemen,
>
Hi Vasek,
I'm moving the thread to -upsdev, since it has not to be private...
please note that revisions 3771 and 3772 conclude nut_clock_*
> development (including UTs):
>
interestingly enough, we were talking about that 5 mn ago with Emilien ;)
my conclusion was that nut_clock devs were completed with 3772, and
2016 Mar 14
1
Broken build on musl libc
On 03/14/16 03:51 PM, lvqcl wrote:
> With --disable-sse, FLAC__SSE_OS is undefined and FLAC__cpu_info() uses
> sigemptyset/sigaction to determine OS SSE support.
That's not quite right as I have to build binaries with --disable-sse (I
build and distribute both with and without) so that some users on PII's
don't get a sigill, even though the OS supports SSE. So it seems to
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);
+
2016 Mar 14
2
Broken build on musl libc
On 14 March 2016 at 09:02, Erik de Castro Lopo <mle+la at mega-nerd.com> wrote:
> commit a9f84425cfd5d1dbfb564730ca80d0b588cb4f24
> Author: Erik de Castro Lopo <erikd at mega-nerd.com>
> Date: Mon Mar 14 18:14:31 2016 +1100
>
> libFLAC/cpu.c: Use `sigemptyset` instead of `__sigemptyset`
>
> The former is POSIX while the later is a GNU
2003 Oct 20
2
swatlib?
Hi,
Anyone have by any chance created a swatlib? I'm curious about maybe
making a swatlib that can be used as the basis to make a php loadable
module to control Samba's config file....
Anyone?
Alex
2017 Jun 10
1
[PATCH] lib: direct, uml: Unblock SIGTERM in the hypervisor and recovery processes (RHBZ#1460338).
If SIGTERM is blocked in the main program, then it ends up still being
blocked in the subprocess after we fork. This means that we cannot
kill qemu by sending SIGTERM to it. This commit fixes the problem by
unblocking SIGTERM unconditionally after fork.
Thanks: wtfuzz on IRC for reporting and analysis.
---
lib/launch-direct.c | 15 +++++++++++++++
lib/launch-uml.c | 11 +++++++++++
2 files
2003 Sep 26
3
SecurID patch for OpenSSH 3.7.1p2
Hello all,
new version of SecurID patch is available on
http://sweb.cz/v_t_m/
The new version of the patch is extended with "shared logins" possibility.
It means that SecurID token can be used to login to an account shared
by several persons.
This cannot be solved using ACE server standard means.
This patch depends on the AuthSelection patch (http://sweb.cz/v_t_m).
After applying
2006 May 09
2
Fix for the kevent "Unrecognized event" problem.
The attached patch should fix the problem with dying imap on
"Unrecognized event". The problem is that when we register a handle for
IO_ERROR only, we still can get readable/writable event without EV_EOF
being set. This case was not handled.
--
Vaclav Haisman
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: io-kq.diff
URL:
2006 Feb 27
1
Errors after building 3.0.21b on AIX 5.2
I have seen a lot of recent posts about building on AIX 5.2, 5.3, etc.
but none showed the same problems I am having.
After building Samba 3.0.21b on AIX 5.2, I get this error when running a
number of the binaries:
> ./testparm
exec(): 0509-036 Cannot load program ./testparm because of the following
errors:
0509-130 Symbol resolution failed for /usr/lib/libc.a(posix_aio.o)
because:
2003 Jun 08
1
redirect unauthorized users to a login page (natd as a transparent proxy)
Hello
I am trying to redirect all http traffic of unauthorized wifi users on a
wireless hotspot to a login page. The problem I have is that I can not
disable the regular address translation (I want the source address to stay
the same).
10.0.0.7 is the wifi client
195.250.155.29 is the web wifi user tries to access from his browser
195.113.17.94 is my login page
10.0.0.1 is the wifi
2016 Mar 08
1
[PATCH] fish: reset the console on ^Z RHBZ#1213844
Patch registers SIGTSTP hook where it sends reset terminal color
control sequence using write and fsync.
Handler is installed only if signal is not being ignored.
Patch uses rl_free_line_state and rl_cleanup_after_signal to unhook
readline from terminal, then it calls original TSTP handler using
approach in URL below and again hooks readline using
rl_reset_after_signal.
Handling is based on code
2010 Aug 24
1
asterisk-1.8.0-beta4 - compile error
Hi,
I tried to compile asterisk-1.8.0-beta4 but after ./configure && make
I've got following error:
[CC] res_fax.c -> res_fax.o
[LD] res_fax.o -> res_fax.so
[CC] res_fax_spandsp.c -> res_fax_spandsp.o
res_fax_spandsp.c:117: error: field ?fax_state? has incomplete type
res_fax_spandsp.c:118: error: field ?t38_state? has incomplete type
res_fax_spandsp.c: In function
2004 Mar 26
1
xyplot inside a for loop problem
Hello everyone
Could someone please explain me why are xyplot() calls inside a for loop
unsuccessful?
Calling plot() is OK but xyplot() just opens the graphics window and that
is all. No error, no warning :-( The same xyplot() outside for loop works
fine.
---------------------------------------------------------
library(lattice)
# OK:
plot(1,2,type='p',main='standalone plot')
#
2004 Mar 18
2
Install R on Mac OS.X
I am running R 1.8.1 flawlessly on my mac with OS.X.3
My friend is running 1.6.1 but it is impossible for him to make 1.8.1
work. I do not understand why it should work better in my computer. I
do, however, have X.11 installed, he doesnt, could that be an issue and
if it is, does it suffice to install X.11 after RAqua has been
installed?
Tor A Strand, MD PhD
Centre for International Health
2005 Dec 15
2
Patch: More of kqueue() support.
Hi,
the attached patch contains these changes:
2005-12-15 22:18 Vaclav Haisman <v.haisman@sh.cvut.cz>
* src/lib/ioloop-kqueue.c: Fix IO_ERROR behaviour.
* src/lib/ioloop-notify-kqueue.c: New file.
* configure.in: Improve kqueue detection and handling. Cleanup.
The configure.in changes that are not related to kqueue are there to make
autoconf 2.59, automake 1.9.6 and libtool 1.5.20
2001 Oct 10
3
Problem: No Serial ports present
Hi,
I have wine without Windows instalation and would like to use my HP
Coolpix camera unload software.
After installation I allowed direct read/write to COM ports in
wine.conf, but the program complains there are no COM ports at all.
If I run wine --debugmsg +file +relay, I get something like wine works
with COM2 (COM1 is mouse) and missing wineoss.drv, MFC42LOC.DLL and
reg.dat.
How can I
2005 Dec 14
2
Patch: ioloop using kqueue/kevent for FreeBSD
Hi,
I would like to submit the attached patch. It implements IO loop using
FreeBSD's kqueue/kevent syscalls. It is based on snapshot of CVS HEAD as of
2005-12-12.
I could only give it limited testing on FreeBSD 5.4 but it works fine so far.
Vaclav Haisman
-------------- next part --------------
diff -rN -u old-dovecot-cvs/autogen.sh new-dovecot-cvs/autogen.sh
---
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'