Bug#702556: tcpflow: please support ipv6
Package: tcpflow Version: 0.21.ds1-7 Severity: wishlist While debugging a web application I noticed that tcpflow was skipping some sessions. A closer look showed that it seems to be skipping sessions for users who use ipv6. Steps to reproduce: 1) tcpflow -r testcase.pcap Expected results: 1) tcpflow creates two files, one for the ipv4 and another for the ipv6 session stored in testcase.pcap. Actual results: 1) tcpflow only creates one file for ipv4: $ tcpflow -r testcase.pcap $ ls 127.000.000.001.39885-127.000.000.001.03000 testcase.pcap More info: 1) tcpdump shows both: $ /usr/sbin/tcpdump -r testcase.pcap reading from file testcase.pcap, link-type EN10MB (Ethernet) 12:37:33.118240 IP localhost.39885 > localhost.3000: Flags [S], seq 3307815265, win 32792, options [mss 16396,sackOK,TS val 19983932 ecr 0,nop,wscale 10], length 0 12:37:33.118255 IP localhost.3000 > localhost.39885: Flags [S.], seq 1879553098, ack 3307815266, win 32768, options [mss 16396,sackOK,TS val 19983932 ecr 19983932,nop,wscale 10], length 0 12:37:33.118262 IP localhost.39885 > localhost.3000: Flags [.], ack 1, win 33, options [nop,nop,TS val 19983932 ecr 19983932], length 0 12:37:33.118494 IP localhost.39885 > localhost.3000: Flags [P.], seq 1:14, ack 1, win 33, options [nop,nop,TS val 19983932 ecr 19983932], length 13 12:37:33.118505 IP localhost.3000 > localhost.39885: Flags [.], ack 14, win 32, options [nop,nop,TS val 19983932 ecr 19983932], length 0 12:37:33.118603 IP localhost.39885 > localhost.3000: Flags [F.], seq 14, ack 1, win 33, options [nop,nop,TS val 19983932 ecr 19983932], length 0 12:37:33.157908 IP localhost.3000 > localhost.39885: Flags [.], ack 15, win 32, options [nop,nop,TS val 19983942 ecr 19983932], length 0 12:37:33.619232 IP localhost.3000 > localhost.39885: Flags [F.], seq 1, ack 15, win 32, options [nop,nop,TS val 19984057 ecr 19983932], length 0 12:37:33.619268 IP localhost.39885 > localhost.3000: Flags [.], ack 2, win 33, options [nop,nop,TS val 19984057 ecr 19984057], length 0 12:37:57.623466 IP6 ::1.36781 > ::1.3000: Flags [S], seq 1851150570, win 32752, options [mss 16376,sackOK,TS val 19990058 ecr 0,nop,wscale 10], length 0 12:37:57.623477 IP6 ::1.3000 > ::1.36781: Flags [S.], seq 3532182303, ack 1851150571, win 32728, options [mss 16376,sackOK,TS val 19990058 ecr 19990058,nop,wscale 10], length 0 12:37:57.623484 IP6 ::1.36781 > ::1.3000: Flags [.], ack 1, win 32, options [nop,nop,TS val 19990058 ecr 19990058], length 0 12:37:57.623596 IP6 ::1.36781 > ::1.3000: Flags [P.], seq 1:14, ack 1, win 32, options [nop,nop,TS val 19990058 ecr 19990058], length 13 12:37:57.623604 IP6 ::1.3000 > ::1.36781: Flags [.], ack 14, win 32, options [nop,nop,TS val 19990058 ecr 19990058], length 0 12:37:57.623615 IP6 ::1.36781 > ::1.3000: Flags [F.], seq 14, ack 1, win 32, options [nop,nop,TS val 19990058 ecr 19990058], length 0 12:37:57.661928 IP6 ::1.3000 > ::1.36781: Flags [.], ack 15, win 32, options [nop,nop,TS val 19990068 ecr 19990058], length 0 12:37:58.124283 IP6 ::1.3000 > ::1.36781: Flags [F.], seq 1, ack 15, win 32, options [nop,nop,TS val 19990183 ecr 19990058], length 0 12:37:58.124303 IP6 ::1.36781 > ::1.3000: Flags [.], ack 2, win 32, options [nop,nop,TS val 19990183 ecr 19990183], length 0 -- System Information: Debian Release: 7.0 APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-0.bpo.4-amd64 (SMP w/6 CPU cores) Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages tcpflow depends on: ii libc6 2.13-38 testcase.pcap Description: application/cap ii libpcap0.8 1.3.0-1 tcpflow recommends no packages. Versions of packages tcpflow suggests: ii tcpdump 4.3.0-1 -- no debconf information
Re: [SCM] Motif widgetset library branch, master, updated. debian/2.3.4-1-12-g64986ea
On 08-03-13 18:47, Graham Inggs wrote: > Clean debian/system.mwmrc-menu after installing Graham, I prefer to do this by adding that file to a file called debian/clean. That way you don't have to override dh_clean. Paul signature.asc Description: OpenPGP digital signature
Re: [SCM] Motif widgetset library branch, master, updated. debian/2.3.4-1-10-g5f4f0e2
On 08-03-13 12:48, Graham Inggs wrote: > +++ b/debian/mwm.install > -/etc/X11/mwm/system.mwmrc-menu > +debian/system.mwmrc-menu /etc/X11/mwm > +++ b/debian/rules > - cp -a clients/mwm/system.mwmrc debian/tmp/etc/X11/mwm/system.mwmrc-menu > + cp clients/mwm/system.mwmrc debian/system.mwmrc-menu Hi Graham, Can you please elaborate why you find this nicer? You didn't need the clean up before, and now you do. So, why? Paul signature.asc Description: OpenPGP digital signature
Re: [SCM] Motif widgetset library branch, master, updated. debian/2.3.4-1-10-g5f4f0e2
On 08-03-13 12:48, Graham Inggs wrote: > Include custom Unity Greeter badge for MWM > diff --git a/debian/custom_mwm_badge.png b/debian/custom_mwm_badge.png > new file mode 100644 > index 000..cfc1703 > Binary files /dev/null and b/debian/custom_mwm_badge.png differ Where did you get this file? What is the copyright? Is this file created as png or is it actually created in a program and does that program store the file in a different format so that you can edit it? In the later case, we also need that source and preferable build the png from that source. Paul signature.asc Description: OpenPGP digital signature
Re: [SCM] Motif widgetset library branch, master, updated. debian/2.3.4-1-12-g64986ea
On 8 March 2013 21:09, Paul Gevers wrote: > I prefer to do this by adding that file to a file called debian/clean. > That way you don't have to override dh_clean. > > Thanks, I'll look into that.
Re: [SCM] Motif widgetset library branch, master, updated. debian/2.3.4-1-10-g5f4f0e2
On 8 March 2013 21:38, Paul Gevers wrote: > Can you please elaborate why you find this nicer? You didn't need the > clean up before, and now you do. So, why? > Previously, we had to create a directory and then copy to debian/tmp/etc... which I always thought was a bit of a hack. I believe this way is clearer; we make a copy of the file with a different name, and all of the installations take place from mwm.install.
Re: [SCM] Motif widgetset library branch, master, updated. debian/2.3.4-1-10-g5f4f0e2
On 8 March 2013 21:50, Paul Gevers wrote: > Where did you get this file? What is the copyright? Is this file created > as png or is it actually created in a program and does that program > store the file in a different format so that you can edit it? In the > later case, we also need that source and preferable build the png from > that source. > I created the file by hand in GIMP, starting with /usr/share/unity-greeter/unknown_badge.png, as per: https://lists.ubuntu.com/archives/ubuntu-devel/2012-February/034800.html
Bug#702609: pidgin-audacious: Not able to activate
Package: pidgin-audacious Version: 2.0.0-2 Severity: grave Justification: renders package unusable Dear Maintainer, when I try to activate the Pidgin-Audacious plugin in pidgin nothing happens. When I click on Plugin Details the following error message shows up: Error: undefined symbol: audacious_remote_is_playing Check the plugin website for an update. Regards, Christian -- System Information: Debian Release: 7.0 APT prefers testing-updates APT policy: (500, 'testing-updates'), (500, 'testing') Architecture: i386 (i686) Kernel: Linux 3.2.0-4-686-pae (SMP w/4 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages pidgin-audacious depends on: ii libatk1.0-0 2.4.0-2 ii libaudcore1 3.2.4-1 ii libc6 2.13-38 ii libcairo2 1.12.2-3 ii libdbus-1-3 1.6.8-1 ii libdbus-glib-1-20.100.2-1 ii libfontconfig1 2.9.0-7.1 ii libfreetype62.4.9-1.1 ii libgdk-pixbuf2.0-0 2.26.1-1 ii libglib2.0-02.33.12+really2.32.4-5 ii libgtk2.0-0 2.24.10-2 ii libmcs1 0.7.2-2.1 ii libmowgli2 1.0.0-1 ii libpango1.0-0 1.30.0-1 ii pidgin 2.10.6-3 Versions of packages pidgin-audacious recommends: ii audacious 3.2.4-1 pidgin-audacious suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20130308223518.32317.3700.reportbug@Amiga5000
Processing of amanda_3.3.3-1_i386.changes
amanda_3.3.3-1_i386.changes uploaded successfully to localhost along with the files: amanda_3.3.3-1.dsc amanda_3.3.3.orig.tar.gz amanda_3.3.3-1.debian.tar.gz amanda-common_3.3.3-1_i386.deb amanda-server_3.3.3-1_i386.deb amanda-client_3.3.3-1_i386.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1uecah-0004x1...@franck.debian.org
amanda_3.3.3-1_i386.changes ACCEPTED into unstable
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 20 Feb 2013 11:12:55 -0700 Source: amanda Binary: amanda-common amanda-server amanda-client Architecture: source i386 Version: 1:3.3.3-1 Distribution: unstable Urgency: low Maintainer: Debian QA Group Changed-By: Bdale Garbee Description: amanda-client - Advanced Maryland Automatic Network Disk Archiver (Client) amanda-common - Advanced Maryland Automatic Network Disk Archiver (Libs) amanda-server - Advanced Maryland Automatic Network Disk Archiver (Server) Closes: 693331 69 697783 Changes: amanda (1:3.3.3-1) unstable; urgency=low . * orphan this package * new upstream version, closes: #697783 * fix hard-coded amandabackup user in many scripts and docs, closes: #69, $699454 * fix amserverconfig trying to create /var/lib/lib/amanda, closes: #693331 Checksums-Sha1: d832ead32d0c60d6cbe5da7798a93104a29e9c96 2073 amanda_3.3.3-1.dsc 18a416e79e6c52fb59da6e87b040f946f9b5f681 4394935 amanda_3.3.3.orig.tar.gz c7a923d001d56f232dc16df7fdb84aa451121c9c 36786 amanda_3.3.3-1.debian.tar.gz c39bf3edfe23cb636fe2062175410435a2298886 2233790 amanda-common_3.3.3-1_i386.deb 9a1951bd4185655143b238b532189aaba92db6f4 352334 amanda-server_3.3.3-1_i386.deb 12072c5c2e57da38e69119e30a394ca106d19950 272426 amanda-client_3.3.3-1_i386.deb Checksums-Sha256: 05d4593db5fb6289955574d620f3f7252e5d22c0edec18b0125f7b4a0f22d335 2073 amanda_3.3.3-1.dsc c36c9cd61dc62a7824abb7ba74cc4b09527bd82a930d691cf207b60b4bb15b72 4394935 amanda_3.3.3.orig.tar.gz 12a6bcf4c6da33781645429112cd2838c43f94059c73cc8fe1703358933c8e4b 36786 amanda_3.3.3-1.debian.tar.gz a3b6f44725140169829423ebbeb2212ddb5a53d818d45c97d0138f0e526ddb1e 2233790 amanda-common_3.3.3-1_i386.deb c8b8abc2be0aa026db0770aef98b2c051ac3752f548a76f9d56e848326920aa5 352334 amanda-server_3.3.3-1_i386.deb cd528ce7eaef3722f586ac7db88fa4328f501695d81ebb9af511d4cab0745dea 272426 amanda-client_3.3.3-1_i386.deb Files: 9121f15c4e44c01a18e5073eb293dbd2 2073 utils optional amanda_3.3.3-1.dsc 2b9c7fbc030d7c242197cc8367e9a6b8 4394935 utils optional amanda_3.3.3.orig.tar.gz d956eb3a1fee4616a73ec74305b899ed 36786 utils optional amanda_3.3.3-1.debian.tar.gz be84f69ee679aba57433ccc68a11206b 2233790 utils optional amanda-common_3.3.3-1_i386.deb 7de3c705266457e0261a09b9dc9f0420 352334 utils optional amanda-server_3.3.3-1_i386.deb 8eadae1e1bee563aa3b9e57452b3c6ce 272426 utils optional amanda-client_3.3.3-1_i386.deb -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.12 (GNU/Linux) iQIVAwUBUTrFjTqTYZbAldlBAQoY0g//aFvcyPlA+ajqPMB7iEMq+/GKHIAx3isC klZvjvx7ezwVzvFzXqsL09/DtTz2D44tE7aa9wvTyGaalW9uKeC5zbpzEji+TwwH PrO0bMIpXTPgCLjWeuHNQla1V8vj+O4W4HncG1cjfF82XPUk6TJdjqRXrpTJMxLi E/o+7Tqnt0MXs6XhjlUrbejapPeLZs9iFxVjmZLVL67/J0SLCd0MQOElN3phbxDD 83rdTZGoMDLA6n+sQi2JHXUiTXy/p1Rzh+SKn2yzZOhM1+kPTgrD2AeZIEw2X3zk DnEkkcTagUs/jcVS/rvbLUPQK5rLQa5f0rz/ZVZcBkPS/ziHbA6wK96vNYL9LyGd 3COcUKCJ+ElkYwzxda4q0VGMKacRWpCDaFekLnvQmy8jsvOLzvgoSmY9JE6RxqdK XytAgaLSxNaOyAkAke9PHaJIsJeKkHitVjp4kDtoNKJTgI2RjwzhczXcUMJZmivT JMkG17jg39Rj8oUELrn97hCIkkbqls23t3tl6uPzF8XfgPosIKfmyYVOcvhS0Ldb 56r6/yudJzoYkt8u/CwstA3ZugIjZroty2npsAwMAHMtP6AnykJ0FJtHnLmAwkBA J7BwwZgxAzt6z/sDATx8SP6l78eqU0CtCDjvfsNPSXfsxVgz5nf5Q4s5+mlMDBr3 /rOEypXLDME= =r421 -END PGP SIGNATURE- Thank you for your contribution to Debian. -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1uecoz-0006jx...@franck.debian.org