search for: ncommit

Displaying 4 results from an estimated 4 matches for "ncommit".

Did you mean: commit
2014 Jan 23
3
[Bug 886] New: iptables-xml segfaults on "-APOSTROUTING"
...Severity: normal Priority: P5 Component: unknown AssignedTo: netfilter-buglog at lists.netfilter.org ReportedBy: rep.dot.nop at gmail.com Estimated Hours: 0.0 fwiw: iptables-1.4.14 echo -e "*nat\n-APOSTROUTING -d 1.1.1.1/32 -p tcp -j MASQUERADE\nCOMMIT" | iptables-xml <iptables-rules version="1.0"> <table name="nat" > Segmentation fault -- Configure bugmail: https://bugzilla.netfilter.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
2019 Dec 22
2
[Bug 1391] New: iptables-nft-restore --test can segfault
...t: iptables over nftable Assignee: pablo at netfilter.org Reporter: kfm at plushkava.net Upon first ever using iptables-nft-restore to test a long-standing production ruleset, I encountered a segmentation fault. I have been able to reduce it to this test case: # printf '%s\nCOMMIT\n' '*nat' '*raw' '*filter' | iptables-nft-restore --test Omitting the --test option prevents the segfault from occurring. Currently, I am testing with a Gentoo Linux system that uses the following components: Linux 5.4.5 glibc-2.29 iptables-1.8.4 libmnl-1.0.4 libnfnet...
2014 Jan 23
1
[Bug 887] New: iptables.xslt wrong "match" -m handling
...iptables-1.4.14 from debian: echo -e "*nat\n:PREROUTING ACCEPT [0:0]\n:POSTROUTING ACCEPT [0:0]\n:INPUT ACCEPT [0:0]\n:OUTPUT ACCEPT [0:0]\n-A PREROUTING -s 1.1.1.1/32 -d 2.2.2.2/32 -i lo -p tcp -m tcp -j DNAT --to-destination 3.3.3.3\n-A POSTROUTING -d 4.4.4.4/32 -o li -p tcp -j MASQUERADE\nCOMMIT" | iptables-xml | xsltproc /usr/share/iptables/iptables.xslt - # Generated by iptables.xslt *nat :PREROUTING ACCEPT [0:0] :POSTROUTING ACCEPT [0:0] :INPUT ACCEPT [0:0] :OUTPUT ACCEPT [0:0] -A PREROUTING -m s1.1.1.1/32 -m d2.2.2.2/32 -m ilo -m ptcp -m tcp -j DNAT --to-destination 3.3.3.3 -A POS...
2001 Mar 23
0
[linux-lvm] EXT2-fs panic (device lvm(58,0)):
...FS_FLAGS(inode) = 0; INIT_LIST_HEAD(&inode->u.nfs_i.read); INIT_LIST_HEAD(&inode->u.nfs_i.dirty); INIT_LIST_HEAD(&inode->u.nfs_i.commit); INIT_LIST_HEAD(&inode->u.nfs_i.writeback); - inode->u.nfs_i.nread = 0; - inode->u.nfs_i.ndirty = 0; - inode->u.nfs_i.ncommit = 0; - inode->u.nfs_i.npages = 0; NFS_CACHEINV(inode); NFS_ATTRTIMEO(inode) = NFS_MINATTRTIMEO(inode); NFS_ATTRTIMEO_UPDATE(inode) = jiffies; diff -ru linux-2.4.3p6/fs/reiserfs/inode.c linux-2.4.3p6-aed/fs/reiserfs/inode.c --- linux-2.4.3p6/fs/reiserfs/inode.c Fri Mar 23 10:54:53 2001 +++...