[Bug 957247] [NEW] iptables v1.4.10 rateest not working
Public bug reported: iptables rateest module borken in ubuntu 11.10 : antoine@gateway:~$ more /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=11.10 DISTRIB_CODENAME=oneiric DISTRIB_DESCRIPTION="Ubuntu 11.10" antoine@gateway:~$ uname -a Linux gateway 3.0.0-16-server #29-Ubuntu SMP Tue Feb 14 13:08:12 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux antoine@gateway:~$ sudo iptables -t mangle -A POSTROUTING -o eth0 -j RATEEST --rateest-name eth0 --rateest-interval 250ms --rateest-ewma 0.5s [sudo] password for antoine: /lib/xtables/libxt_RATEEST.so: /lib/xtables/libxt_RATEEST.so: undefined symbol: log iptables v1.4.10: unknown option `--rateest-name' Try `iptables -h' or 'iptables --help' for more information. antoine@gateway:~$ apt-cache policy iptables iptables: Installed: 1.4.10-1ubuntu1 Candidate: 1.4.10-1ubuntu1 Version table: *** 1.4.10-1ubuntu1 0 500 http://za.archive.ubuntu.com/ubuntu/ oneiric/main amd64 Packages 100 /var/lib/dpkg/status iptables rateest works (while at least does not throw an error) in ubuntu 10.04: antoine@old-gateway:~$ more /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=10.04 DISTRIB_CODENAME=lucid DISTRIB_DESCRIPTION="Ubuntu 10.04.4 LTS" antoine@old-gateway:~$ uname -a Linux old-gateway 2.6.32-39-generic-pae #86-Ubuntu SMP Mon Feb 13 23:05:11 UTC 2012 i686 GNU/Linux antoine@old-gateway:~$ sudo iptables -t mangle -A POSTROUTING -o eth0 -j RATEEST --rateest-name eth0 --rateest-interval 250ms --rateest-ewma 0.5s antoine@old-gateway:~$ sudo iptables -t mangle --list POSTROUTING Chain POSTROUTING (policy ACCEPT) target prot opt source destination RATEESTall -- anywhere anywherename eth0 interval 250.0ms ewmalog 500.0ms antoine@old-gateway:~$ apt-cache policy iptables iptables: Installed: 1.4.4-2ubuntu2 Candidate: 1.4.4-2ubuntu2 Version table: *** 1.4.4-2ubuntu2 0 500 http://za.archive.ubuntu.com/ubuntu/ lucid/main Packages 100 /var/lib/dpkg/status ** Affects: ubuntu Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/957247 Title: iptables v1.4.10 rateest not working To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/957247/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 957247] Re: iptables v1.4.10 rateest not working
** Package changed: ubuntu => iptables (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/957247 Title: iptables v1.4.10 rateest not working To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/iptables/+bug/957247/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1258026] [NEW] Default configuration file Apache 2.2 not Apache 2.4
Public bug reported: Ubuntu 13.10 ships with Apache 2.4, while Munin's default apache.conf file is written for Apache 2.2. Therefore, the following changes should be made to /etc/munin/apache.conf for the - Order allow,deny - Allow from localhost 127.0.0.0/8 ::1 + Require host localhost + Require ip 127.0.0.0/8 ::1 or something like that ... $ lsb_release -rd Description:Ubuntu 13.10 Release:13.10 $ apt-cache show munin Version: 2.0.17-2ubuntu1 3) What you expected to happen munin to work out-of-the box 4) What happened instead got an access denied message when accessing http://127.0.0.1/munin ** Affects: munin (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1258026 Title: Default configuration file Apache 2.2 not Apache 2.4 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/munin/+bug/1258026/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1317825] [NEW] The -..- and -.- line styles are broken
Public bug reported: $ lsb_release -rd Description:Ubuntu 14.04 LTS Release:14.04 $ apt-cache policy xfig xfig: Installed: 1:3.2.5.c-1ubuntu1 Candidate: 1:3.2.5.c-1ubuntu1 Version table: *** 1:3.2.5.c-1ubuntu1 0 500 http://za.archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages 100 /var/lib/dpkg/status Changing a line's style to -..- or -.- causes xfig to crash, with a Segmentation fault ** Affects: xfig (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1317825 Title: The -..- and -.- line styles are broken To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xfig/+bug/1317825/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1317825] Re: The -..- and -.- line styles are broken
compiling xfig from source, and $ valgrind ./xfig == Process terminating with default action of signal 11 (SIGSEGV) == General Protection Fault == at 0x60CD35B: __fprintf_chk (fprintf_chk.c:30) ==by 0x44F8A5: error_handler (stdio2.h:97) ==by 0x5FF9FEF: ??? (in /lib/x86_64-linux-gnu/libc-2.19.so) ==by 0x47AEAF: set_line_stuff (w_drawprim.c:1408) ==by 0x47C977: pw_arcbox (w_drawprim.c:1150) ==by 0x446FC5: draw_arcbox (u_draw.c:752) ==by 0x44A47A: draw_line (u_draw.c:600) ==by 0x45BA53: redisplay_lineobject (u_redraw.c:261) ==by 0x45BDFA: redisplay_objects (u_redraw.c:170) ==by 0x45C162: redisplay_region.part.0 (u_redraw.c:464) ==by 0x45D21E: redisplay_line (u_redraw.c:661) ==by 0x422A35: done_line (e_edit.c:2183) == Process terminating with default action of signal 11 (SIGSEGV) == General Protection Fault ==at 0x60CD35B: __fprintf_chk (fprintf_chk.c:30) ==by 0x451135: ??? (in /usr/bin/xfig) ==by 0x5FF9FEF: ??? (in /lib/x86_64-linux-gnu/libc-2.19.so) ==by 0x47CC3F: ??? (in /usr/bin/xfig) ==by 0x47E6F7: ??? (in /usr/bin/xfig) ==by 0x448855: ??? (in /usr/bin/xfig) ==by 0x44BD0A: ??? (in /usr/bin/xfig) ==by 0x45D403: ??? (in /usr/bin/xfig) ==by 0x45D7AA: ??? (in /usr/bin/xfig) ==by 0x45DB12: ??? (in /usr/bin/xfig) ==by 0x45EBCE: ??? (in /usr/bin/xfig) ==by 0x40A7EC: ??? (in /usr/bin/xfig) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1317825 Title: The -..- and -.- line styles are broken To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xfig/+bug/1317825/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1310303] Re: Ubuntu 14.04 does not recognize my FujiFilm FinePix S1600 camera any more
My Cannon PowerShot S95 is not recognized on Ubuntu 14.04 64 bit either. syslog entries: May 5 21:50:58 kernel: [ 494.036036] usb 1-5: new high-speed USB device number 5 using ehci-pci May 5 21:50:58 kernel: [ 494.170798] usb 1-5: New USB device found, idVendor=04a9, idProduct=3212 May 5 21:50:58 kernel: [ 494.170803] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3 May 5 21:50:58 kernel: [ 494.170807] usb 1-5: Product: Canon Digital Camera May 5 21:50:58 kernel: [ 494.170810] usb 1-5: Manufacturer: Canon Inc. May 5 21:50:58 kernel: [ 494.170813] usb 1-5: SerialNumber: 272187620FB5406EB21585D957F1B030 May 5 21:50:58 mtp-probe: checking bus 1, device 5: "/sys/devices/pci:00/:00:1d.7/usb1/1-5" May 5 21:50:58 mtp-probe: bus: 1, device: 5 was not an MTP device May 5 21:50:58 colord: Device added: sysfs-(null) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1310303 Title: Ubuntu 14.04 does not recognize my FujiFilm FinePix S1600 camera any more To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1310303/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 957247] Re: iptables v1.4.10 rateest not working
*** This bug is a duplicate of bug 982961 *** https://bugs.launchpad.net/bugs/982961 ** This bug has been marked a duplicate of bug 982961 "RATEEST" and "statistic" modules are broken -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/957247 Title: iptables v1.4.10 rateest not working To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/iptables/+bug/957247/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 988281] Re: iptables - statistic matcher won't load - undefined symbol
*** This bug is a duplicate of bug 982961 *** https://bugs.launchpad.net/bugs/982961 ** This bug has been marked a duplicate of bug 982961 "RATEEST" and "statistic" modules are broken -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/988281 Title: iptables - statistic matcher won't load - undefined symbol To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/iptables/+bug/988281/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 982961] Re: "RATEEST" and "statistic" modules are broken
Patch posted by Ilya Voronin on 2012-05-05 worked for me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/982961 Title: "RATEEST" and "statistic" modules are broken To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/iptables/+bug/982961/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs