[Bug 194844] Re: ufw complains when ipv6 and/or ip6_tables is not available

2015-09-09 Thread Tomás F . L .
Hi Jamie.

The new version 0.34-1 solve the bug.

Thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/194844

Title:
  ufw complains when ipv6 and/or ip6_tables is not available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ufw/+bug/194844/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 194844] Re: ufw complains when ipv6 and/or ip6_tables is not available

2015-07-17 Thread Jamie Strandboge
Tomas, I believe this is fixed in 0.34rc. If you can reproduce with
trunk or 0.34 after it is released, please file a new bug. Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/194844

Title:
  ufw complains when ipv6 and/or ip6_tables is not available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ufw/+bug/194844/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 194844] Re: ufw complains when ipv6 and/or ip6_tables is not available

2015-06-17 Thread Tomás F . L .
Hi Jamie.

Is with 'IPV6=no' in /etc/default/ufw

The error is with the commands "ufw enable/status" and Ufw don't start.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/194844

Title:
  ufw complains when ipv6 and/or ip6_tables is not available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ufw/+bug/194844/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 194844] Re: ufw complains when ipv6 and/or ip6_tables is not available

2015-06-15 Thread Jamie Strandboge
Tomas, is this with or with 'IPV6=yes' in /etc/default/ufw?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/194844

Title:
  ufw complains when ipv6 and/or ip6_tables is not available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ufw/+bug/194844/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 194844] Re: ufw complains when ipv6 and/or ip6_tables is not available

2015-06-15 Thread Tomás F . L .
Hello.
I have found the following mistake:
Manjaro 0.8.13-rc1
OpenRC 0.16.3
Ufw 0.33.3
Linux manjaro 3.18.14-1-MANJARO #1 SMP PREEMPT Mon May 25 01:26:15 UTC 2015 
x86_64 GNU/Linux

x64
---
IPv6 disable in kernel work OK but Ufw has an error with ipv6.disable=1 in 
GRUB_CMDLINE_LINUX_DEFAULT of /etc/default/grub

ufw status
Traceback (most recent call last):
  File "/usr/bin/ufw", line 95, in 
ui = ufw.frontend.UFWFrontend(pr.dryrun)
  File "/usr/lib/python2.7/site-packages/ufw/frontend.py", line 153, in __init__
self.backend = UFWBackendIptables(dryrun)
  File "/usr/lib/python2.7/site-packages/ufw/backend_iptables.py", line 45, in 
__init__
ufw.backend.UFWBackend.__init__(self, "iptables", dryrun, files)
  File "/usr/lib/python2.7/site-packages/ufw/backend.py", line 88, in __init__
nf_caps = ufw.util.get_netfilter_capabilities(self.ip6tables)
  File "/usr/lib/python2.7/site-packages/ufw/util.py", line 734, in 
get_netfilter_capabilities
raise OSError(errno.ENOENT, out)
OSError: [Errno 2] ip6tables v1.4.21: can't initialize ip6tables table 
`filter': Address family not supported by protocol
Perhaps ip6tables or your kernel needs to be upgraded.

Disable IPv6 in /etc/sysctl.d/40-ipv6.conf work always OK.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/194844

Title:
  ufw complains when ipv6 and/or ip6_tables is not available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ufw/+bug/194844/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 194844] Re: ufw complains when ipv6 and/or ip6_tables is not available

2012-10-22 Thread Jamie Strandboge
Thanks for your input. The bug you are describing is a different bug
than this bug. Bug #1039729 will track the fix for the new bug.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/194844

Title:
  ufw complains when ipv6 and/or ip6_tables is not available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ufw/+bug/194844/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 194844] Re: ufw complains when ipv6 and/or ip6_tables is not available

2012-10-22 Thread Kai Raven
@war59312: Yes, it works, but only partially:

No ufw show raw|builtins|*-rules or ufw allow|insert|delete:

ufw --dry-run insert 3 allow in on eth0 from any to 192.168.1.12 port  
proto tcp
### tuple ### allow tcp  192.168.1.10 any 0.0.0.0/0 in_eth0
-A ufw-user-input -i eth0 -p tcp -d 192.168.1.10 --dport  -j ACCEPT
Regeln aktualisiert

ufw insert 3 allow in on eth0 from any to 192.168.1.12 port  proto tcp
ERROR: initcaps
[Errno 2] ip6tables v1.4.12: can't initialize ip6tables table `filter': Address 
family not supported by protocol
Perhaps ip6tables or your kernel needs to be upgraded.

Or ufw status shows state: active, initctl status ufw not.

Now all works with ufw-0.33 (and the ufw-init scripts) too. My steps
(today):

I have recompiled the kernel with IPv6 for protocoll and netfilter:
CONFIG_IPV6=m
CONFIG_NF_DEFRAG_IPV6=m
CONFIG_NF_CONNTRACK_IPV6=m
CONFIG_IP6_NF_IPTABLES=m
CONFIG_IP6_NF_FILTER=m
CONFIG_IP6_NF_TARGET_REJECT=m
# CONFIG_IP6_NF_MANGLE is not set (should, compiled manually)
CONFIG_IP6_NF_RAW=m

Changed my kernel/grub commandline:
GRUB_CMDLINE_LINUX_DEFAULT="ipv6.disable=1 ipv6.autoconf=0 ipv6.disable_ipv6=1
GRUB_CMDLINE_LINUX_DEFAULT="ipv6.disable=0 ipv6.autoconf=0 ipv6.disable_ipv6=1

Added in /etc/modules:
ip6_tables
ip6table_filter
ip6table_raw
ip6table_mangle

lsmod:

ip6table_filter12711  1 
ip6table_mangle12620  0 
ip6table_raw   12603  0 
ip6_tables 17970  3 ip6table_mangle,ip6table_raw,ip6table_filter
iptable_filter 12706  1 
iptable_mangle 12615  0 
iptable_nat12942  1 
iptable_raw12598  0 
ip_tables  17791  4 
iptable_raw,iptable_mangle,iptable_nat,iptable_filter
ipv6  236656  11 
ip6table_mangle,nf_conntrack_ipv6,nf_defrag_ipv6
nf_conntrack   71038  7 
nf_conntrack_ipv6,iptable_nat,xt_state,nf_nat_ftp,nf_nat,nf_conntrack_ipv4,nf_conntrack_ftp
nf_conntrack_ftp   13078  1 nf_nat_ftp
nf_conntrack_ipv4  19014  20 iptable_nat,nf_nat
nf_conntrack_ipv6  13573  0 
nf_defrag_ipv4 12649  1 nf_conntrack_ipv4
nf_defrag_ipv6 12969  1 nf_conntrack_ipv6
nf_nat 20253  3 ipt_REDIRECT,iptable_nat,nf_nat_ftp
nf_nat_ftp 12548  0 
x_tables   21889  18 
ip6table_mangle,iptable_raw,iptable_mangle,xt_recent,ipt_REJECT,xt_LOG,xt_multiport,xt_limit,xt_addrtype,ipt_REDIRECT,xt_tcpudp,iptable_nat,xt_state,iptable_filter,ip_tables,ip6table_raw,ip6table_filter,ip6_tables

Now, all ufw commands work and the output of iptables -L -n -v (-t nat) looks 
good too.
So, i think, even with IPV6=No in /etc/default/ufw, no relevant IPv6 
rules/networking and so on, ufw-0.33 needs some "IPv6" :)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/194844

Title:
  ufw complains when ipv6 and/or ip6_tables is not available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ufw/+bug/194844/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 194844] Re: ufw complains when ipv6 and/or ip6_tables is not available

2012-10-21 Thread war59312
Jamie Strandboge, that's just it.

I am running a stock build of Ubuntu 12.10 from a stock build of Ubuntu
12.04.

I have NOT disabled ipv6 at all.

Kai Raven, I can confirm that works for me as well. :)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/194844

Title:
  ufw complains when ipv6 and/or ip6_tables is not available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ufw/+bug/194844/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 194844] Re: ufw complains when ipv6 and/or ip6_tables is not available

2012-10-21 Thread Kai Raven
I have upgraded from Precise to Quantal yesterday and ufw doesn't work.
I have compiled my own kernel without IPv6 and the IPv6 netfilter
modules, my kernel is running with  ipv6.disable=1, ufw config has
IPV6=no and so on (i don't need and want IPv6 now). ufw complained with:

root@host:~# ufw enable
ERROR: initcaps
[Errno 2] FATAL: Module ip6_tables not found.
ip6tables v1.4.12: can't initialize ip6tables table `filter': Table does not 
exist (do you need to insmod?)
Perhaps ip6tables or your kernel needs to be upgraded.

lsmod:
iptable_filter 12706  1 
iptable_nat12942  1 
ip_tables  17791  2 iptable_nat,iptable_filter
ipt_REDIRECT   12493  1 
nf_conntrack   70531  6 
iptable_nat,xt_state,nf_nat_ftp,nf_nat,nf_conntrack_ipv4,nf_conntrack_ftp
nf_conntrack_ftp   13078  1 nf_nat_ftp
nf_conntrack_ipv4  19014  9 iptable_nat,nf_nat
nf_defrag_ipv4 12649  1 nf_conntrack_ipv4
nf_nat 20253  3 ipt_REDIRECT,iptable_nat,nf_nat_ftp
nf_nat_ftp 12548  0 
x_tables   21889  10 
xt_recent,xt_multiport,ipt_REDIRECT,iptable_nat,xt_limit,xt_tcpudp,xt_addrtype,xt_state,iptable_filter,ip_tables
xt_addrtype12535  4 
xt_limit   12514  1 
xt_multiport   12533  0 
xt_recent  13870  0 
xt_state   12514  6 
xt_tcpudp  12531  11 

I have found (in the web, changelogs...) nothing(!), that IPv6 with ufw
0.33 is mandatory now. But i think it is a bug in the /lib/ufw/ufw-init
scripts, because i simply copied the old scripts vom the Precise ufw
package and all works fine - no more errors, complains.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/194844

Title:
  ufw complains when ipv6 and/or ip6_tables is not available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ufw/+bug/194844/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 194844] Re: ufw complains when ipv6 and/or ip6_tables is not available

2012-10-20 Thread Jamie Strandboge
war59312, you should file a new bug using 'ubuntu-bug ufw'. Please
include the error output and how you disabled ipv6. Thanks

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/194844

Title:
  ufw complains when ipv6 and/or ip6_tables is not available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ufw/+bug/194844/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 194844] Re: ufw complains when ipv6 and/or ip6_tables is not available

2012-10-20 Thread war59312
Looks like its broken again in Ubuntu 12.10. :(

After the upgrade I am getting this bug. Bummer!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/194844

Title:
  ufw complains when ipv6 and/or ip6_tables is not available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ufw/+bug/194844/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 194844] Re: ufw complains when ipv6 and/or ip6_tables is not available

2009-06-02 Thread CK Ng
It is a VPS, it should be a custom kernel, I think. So you think it is
the kernel issue? What should I look into then, so that I can at least
feedback to the hosting.

-- 
ufw complains when ipv6 and/or ip6_tables is not available
https://bugs.launchpad.net/bugs/194844
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 194844] Re: ufw complains when ipv6 and/or ip6_tables is not available

2009-06-02 Thread Martin Pitt
> FATAL: Could not load /lib/modules/2.6.18-028stab060.8/modules.dep: No
such file or directory

You are not running a standard Ubuntu kernel, it seems?

** Changed in: ufw (Ubuntu Hardy)
   Status: Incomplete => Fix Released

-- 
ufw complains when ipv6 and/or ip6_tables is not available
https://bugs.launchpad.net/bugs/194844
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 194844] Re: ufw complains when ipv6 and/or ip6_tables is not available

2009-05-29 Thread CK Ng
I'm still getting this problem with ufw 0.16.2.4

# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 8.04.2
Release:8.04
Codename:   hardy

# ufw version
ufw 0.16.2.4

# cat /etc/default/ufw
IPV6=no

# ip6tables -n -L
FATAL: Could not load /lib/modules/2.6.18-028stab060.8/modules.dep: No such 
file or directory
ip6tables v1.3.8: can't initialize ip6tables table `filter': iptables who? (do 
you need to insmod?)
Perhaps ip6tables or your kernel needs to be upgraded.

** Changed in: ufw (Ubuntu Hardy)
   Status: Fix Released => Incomplete

-- 
ufw complains when ipv6 and/or ip6_tables is not available
https://bugs.launchpad.net/bugs/194844
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 194844] Re: ufw complains when ipv6 and/or ip6_tables is not available

2008-07-31 Thread Martin Pitt
Copied to hardy-updates.

** Changed in: ufw (Ubuntu Hardy)
   Status: Fix Committed => Fix Released

-- 
ufw complains when ipv6 and/or ip6_tables is not available
https://bugs.launchpad.net/bugs/194844
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 194844] Re: ufw complains when ipv6 and/or ip6_tables is not available

2008-07-25 Thread Jamie Strandboge
Confirmed 0.16.2.3 fixes the above test case.  Ran 'sudo ip6tables -n
-L' to verify that ipv6 firewall support is not available (it wasn't).
Additionally, 'sudo ufw status' and 'sudo iptables -n -L' show that IPv4
continues to work normally.  Finally, setting 'IPV6=yes' on this kernel
continues to give the expected error messages about skipping ipv6 when
using the initscript.

-- 
ufw complains when ipv6 and/or ip6_tables is not available
https://bugs.launchpad.net/bugs/194844
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 194844] Re: ufw complains when ipv6 and/or ip6_tables is not available

2008-07-25 Thread Launchpad Bug Tracker
This bug was fixed in the package ufw - 0.18.2

---
ufw (0.18.2) intrepid; urgency=low

  * fix confusing error output when ipv6 or ip6_tables is not available.
Patch from trunk. (LP: #194844)
  * fix initscript not setting default ipv6 policy when IPV6=no (LP: #251355)
  * update ucf checksums to include those from 0.16.2
  * bump version

 -- Jamie Strandboge <[EMAIL PROTECTED]>   Fri, 11 Jul 2008 18:38:58
-0400

** Changed in: ufw (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
ufw complains when ipv6 and/or ip6_tables is not available
https://bugs.launchpad.net/bugs/194844
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 194844] Re: ufw complains when ipv6 and/or ip6_tables is not available

2008-07-24 Thread Martin Pitt
Accepted into -proposed, please test and give feedback here. Please see
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Changed in: ufw (Ubuntu Hardy)
   Status: Confirmed => Fix Committed

** Tags added: verification-needed

-- 
ufw complains when ipv6 and/or ip6_tables is not available
https://bugs.launchpad.net/bugs/194844
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 194844] Re: ufw complains when ipv6 and/or ip6_tables is not available

2008-07-24 Thread Jamie Strandboge
** Summary changed:

- ufw complains when ipv6 is blacklisted
+ ufw complains when ipv6 and/or ip6_tables is not available

-- 
ufw complains when ipv6 and/or ip6_tables is not available
https://bugs.launchpad.net/bugs/194844
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs