similar to: [Bug 1171] New: define statement does not accept negative numbers

Displaying 20 results from an estimated 400 matches similar to: "[Bug 1171] New: define statement does not accept negative numbers"

2017 Aug 21
4
[Bug 1172] New: chain priority cannot be set by a defined variable
https://bugzilla.netfilter.org/show_bug.cgi?id=1172 Bug ID: 1172 Summary: chain priority cannot be set by a defined variable Product: nftables Version: unspecified Hardware: All OS: All Status: NEW Severity: major Priority: P5 Component: nft Assignee: pablo at netfilter.org
2017 Aug 22
5
[Bug 1173] New: Documentation/error messages around NAT statements in "inet" tables incorrect
https://bugzilla.netfilter.org/show_bug.cgi?id=1173 Bug ID: 1173 Summary: Documentation/error messages around NAT statements in "inet" tables incorrect Product: nftables Version: unspecified Hardware: All OS: All Status: NEW Severity: critical Priority: P5
2017 Oct 06
6
[Bug 1188] New: nft fails to parse own output; unable to save-restore active state
https://bugzilla.netfilter.org/show_bug.cgi?id=1188 Bug ID: 1188 Summary: nft fails to parse own output; unable to save-restore active state Product: nftables Version: unspecified Hardware: All OS: All Status: NEW Severity: critical Priority: P5 Component: nft
2017 Aug 23
3
[Bug 1175] New: Document limitations on identifier names
https://bugzilla.netfilter.org/show_bug.cgi?id=1175 Bug ID: 1175 Summary: Document limitations on identifier names Product: nftables Version: unspecified Hardware: All OS: All Status: NEW Severity: major Priority: P5 Component: nft Assignee: pablo at netfilter.org
2006 Mar 03
4
[Bug 1171] configure can't always figure out LLONG_MAX.
http://bugzilla.mindrot.org/show_bug.cgi?id=1171 Summary: configure can't always figure out LLONG_MAX. Product: Portable OpenSSH Version: -current Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Build system AssignedTo: bitbucket at mindrot.org
2004 May 03
3
wine-users digest, Vol 1 #1757 - 10 msgs
where can i download the latest version of wine i went to winehq but seem to be lost cant find my way can you help ----- Original Message ----- From: <wine-users-request@winehq.org> To: <wine-users@winehq.org> Sent: Saturday, May 01, 2004 9:06 PM Subject: wine-users digest, Vol 1 #1757 - 10 msgs > Send wine-users mailing list submissions to > wine-users@winehq.org > > To
2001 Nov 14
3
rpart:plotcp doesn't allow ylim argument (PR#1171)
Full_Name: Gregory R. Warnes Version: R 1.3.1 OS: Solaris 2.8 Submission from: (NULL) (192.77.198.200) rpart library version 3.1-2 Error message: > plotcp(fit.thirds.1,ylim=c(0.7,1.5)); Error in plot.default(ns, xerror, axes = FALSE, xlab = "cp", ylab = "X-val Relative Error", : formal argument "ylim" matched by multiple actual arguments > This can be
2018 Jan 20
10
[Bug 1216] New: Error messaging for "interval overlaps with previous one" misidentifies location
https://bugzilla.netfilter.org/show_bug.cgi?id=1216 Bug ID: 1216 Summary: Error messaging for "interval overlaps with previous one" misidentifies location Product: nftables Version: unspecified Hardware: All OS: All Status: NEW Severity: major Priority: P5
2012 Aug 15
0
CEBA-2012:1171 CentOS 6 irssi FASTTRACK Update
CentOS Errata and Bugfix Advisory 2012:1171 Upstream details at : https://rhn.redhat.com/errata/RHBA-2012-1171.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 6b34a3f029d0ff58c1f70c0f1a12dec459571f9726582e513946d3872b983605 irssi-0.8.15-5.el6.i686.rpm 4836c0744e2c1276075e949d4b64ac102f4b4f56d3ef5262f4a43505ca35ef15
2006 Sep 28
0
[Bug 1171] configure can't always figure out LLONG_MAX.
http://bugzilla.mindrot.org/show_bug.cgi?id=1171 dtucker at zip.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #5 from dtucker at zip.com.au 2006-09-28 19:26 ------- With the release of 4.4, we believe that this bug is
2017 Aug 22
2
[Bug 1174] New: 'define' functionality not sufficient for maintaining sets and the like
https://bugzilla.netfilter.org/show_bug.cgi?id=1174 Bug ID: 1174 Summary: 'define' functionality not sufficient for maintaining sets and the like Product: nftables Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5
2017 Aug 23
7
[Bug 1176] New: Invalid identifiers produce unhelpful error messages
https://bugzilla.netfilter.org/show_bug.cgi?id=1176 Bug ID: 1176 Summary: Invalid identifiers produce unhelpful error messages Product: nftables Version: unspecified Hardware: All OS: All Status: NEW Severity: critical Priority: P5 Component: nft Assignee: pablo at
2017 Aug 23
5
[Bug 1178] New: Provide better error messaging when a rule can't be executed in its context
https://bugzilla.netfilter.org/show_bug.cgi?id=1178 Bug ID: 1178 Summary: Provide better error messaging when a rule can't be executed in its context Product: nftables Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5
2017 Nov 21
1
Errors installing on Ubuntu 17.04
On Tue, 21/11/17, Jeff Kletsky <dovecot at allycomm.com> wrote: > On 11/20/17 1:58 PM, Someone wrote: > > > I've been struggling with this on and off for a while now. Upon > > attempting to install Dovecot on Ubuntu 17.04 I get the following errors [...] > "Hint: Some lines were ellipsized, use -l to show in full." I'm aware of that, yes.
2007 Jul 25
1
Add prefix digits in dialplan extention
Dear all I have asterisk 1.2 configuration and it is working fine but thing is that i have alread Avaya setup and i have intergrate my Linuxbox asterik with Avaya system avaya already use 4 digit dialplan (1644 example ) and in asterisk i have configure 2 digit dialplan ( 44 example ) now i want to configure 4 digit dialplan in asterik without any change in avaya or asterisk so
2013 Aug 27
1
[plyr] Moving average filter with plyr
Dear all, I'm stuck with a problem using plyr to process a rather large junk of data. What I'm trying to do is applying a moving average to all the subparts of the dataframe (the example data can be found here https://dl.dropboxusercontent.com/u/2414056/testData.Rdata). require(plyr) load("testData.Rdata") applyfilter<-function(x){ return(filter(x,rep(1/5, times=5))) }
2017 Sep 21
11
[Bug 1184] New: disable implicit concatenating of elements of sets with flag interval
https://bugzilla.netfilter.org/show_bug.cgi?id=1184 Bug ID: 1184 Summary: disable implicit concatenating of elements of sets with flag interval Product: nftables Version: unspecified Hardware: x86_64 OS: All Status: NEW Severity: enhancement Priority: P5 Component:
2005 Jul 18
3
CVS Build from 16-7-2005 Crash! bug or what? ;-D
i get lots of the below from friday 15.7.05 cvs as well ERROR[1171] UTILS.C:509 TVFIX: WARNING NEGATIVE TIMESTAMP -194931. ... ____________________________________________________ Start your day with Yahoo! - make it your home page http://www.yahoo.com/r/hs
2014 Nov 28
2
What's up with Firefox/Thundrebird
On 11/24/14 21:17, Mauricio Tavares wrote: > On Mon, Nov 24, 2014 at 9:03 PM, Mark LaPierre <marklapier at gmail.com> wrote: >> Hey All, >> >> Has anyone had trouble with Firefox/Thunderbird? >> >> When I log on if I start Thunderbird first then I can't start Firefox. >> Clicking on a link in an email fails to start Firefox. >> >> If I
2023 Apr 07
3
[Bug 1671] New: Implicit chains and nesting result in parser_bison.y aborting
https://bugzilla.netfilter.org/show_bug.cgi?id=1671 Bug ID: 1671 Summary: Implicit chains and nesting result in parser_bison.y aborting Product: nftables Version: 0.9.x Hardware: x86_64 OS: Debian GNU/Linux Status: NEW Severity: major Priority: P5 Component: nft