search for: with_wrap

Displaying 5 results from an estimated 5 matches for "with_wrap".

Did you mean: _with_trap
2023 Nov 09
2
2.8.1 build buglet: sockdebug.c
...nterface requires those variables to exist. Nut does define them: work/nut-2.8.1/server/upsd.c:int allow_severity = LOG_INFO; work/nut-2.8.1/server/upsd.c:int deny_severity = LOG_WARNING; but not in sockdebug. In server/Makefile.am, tcpwrappers are added for all targets: if WITH_WRAP LDADD += $(LIBWRAP_LIBS) endif I don't know if the right fix is define these in sockdebug.c change LDADD to be only for upsd or something else. I think I'm going to just patch out building sockdebug for now. Or is that supposed to be installed for user use? (If so, it rea...
2023 Nov 09
1
2.8.1 build buglet: sockdebug.c
...t. Nut does define them: > > work/nut-2.8.1/server/upsd.c:int allow_severity = LOG_INFO; > work/nut-2.8.1/server/upsd.c:int deny_severity = LOG_WARNING; > > but not in sockdebug. > > In server/Makefile.am, tcpwrappers are added for all targets: > > if WITH_WRAP > LDADD += $(LIBWRAP_LIBS) > endif > > > I don't know if the right fix is > > define these in sockdebug.c > > change LDADD to be only for upsd > > or something else. > > I think I'm going to just patch out building sockdebug for now. Or is...
2023 Oct 31
5
NUT v2.8.1 is released
...it was almost midnight, Cinderella became a pumpkin, and NUT was released!.. Trick or treat?! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://alioth-lists.debian.net/pipermail/nut-upsdev/attachments/20231031/f3590340/attachment.htm>
2023 Oct 31
5
NUT v2.8.1 is released
...it was almost midnight, Cinderella became a pumpkin, and NUT was released!.. Trick or treat?! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://alioth-lists.debian.net/pipermail/nut-upsdev/attachments/20231031/f3590340/attachment.htm>
2023 Nov 09
1
2.8.1 build buglet: sockdebug.c
...t. Nut does define them: > > work/nut-2.8.1/server/upsd.c:int allow_severity = LOG_INFO; > work/nut-2.8.1/server/upsd.c:int deny_severity = LOG_WARNING; > > but not in sockdebug. > > In server/Makefile.am, tcpwrappers are added for all targets: > > if WITH_WRAP > LDADD += $(LIBWRAP_LIBS) > endif > > > I don't know if the right fix is > > define these in sockdebug.c > > change LDADD to be only for upsd > > or something else. > > I think I'm going to just patch out building sockdebug for now. Or is...