Bug#591734: marked as done (l7-filter does not mark any package)
Your message dated Mon, 17 Feb 2014 12:50:11 + with message-id and subject line Bug#735185: Removed package(s) from unstable has caused the Debian Bug report #591734, regarding l7-filter does not mark any package to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 591734: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591734 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: l7-filter-userspace Version: 0.11-4 Hi, I can send packets from the mangle chain to l7-filter, but analyzing packets in output on the filter chain you can see packets had not been marked. l7-filter loads all the patterns flawlessly and does not give any error. ### POLICY ### iptables -P INPUT DROP iptables -P OUTPUT DROP iptables -P FORWARD DROP iptables -t mangle -A FORWARD -i ppp0 -o eth1 -j NFQUEUE --queue-num 1 iptables -t mangle -A FORWARD -i eth1 -o ppp0 -j NFQUEUE --queue-num 1 # CHAIN # iptables -N INtoOUT iptables -N OUTtoIN iptables -N INTERNETWORK # FORWARD to CHAIN # iptables -A FORWARD -i ppp0 -j OUTtoIN iptables -A FORWARD -o ppp0 -j INtoOUT iptables -A FORWARD -j DROP iptables -A OUTtoIN -o eth1 -m mark --mark 4 -j ACCEPT iptables -A OUTtoIN -o eth1 -p udp --dport 5060 -m mark --mark 7 -j ACCEPT iptables -A OUTtoIN -o eth1 -p udp --dport 1:2 -m mark --mark 8 -j ACCEPT iptables -A OUTtoIN -o eth1 -m mark --mark 5 -j ACCEPT iptables -A OUTtoIN -j DROP iptables -A INtoOUT -i eth1 -m mark --mark 3 -j ACCEPT iptables -A INtoOUT -i eth1 -m mark --mark 4 -j ACCEPT iptables -A INtoOUT -i eth1 -m mark --mark 5 -j ACCEPT iptables -A INtoOUT -i eth1 -m mark --mark 6 -j ACCEPT iptables -A INtoOUT -i eth1 -m mark --mark 7 -j ACCEPT iptables -A INtoOUT -i eth1 -m mark --mark 8 -j ACCEPT iptables -A INtoOUT -i eth1 -j LOG --log-prefix "DROP!!! " iptables -A INtoOUT -j DROP # l7-filter -f /etc/l7-protocols/l7filter.conf -q 1 -vv -p /etc/l7-protocols/protocols/ Attempting to read configuration from /etc/l7-protocols/l7filter.conf.metano Attempting to load pattern from /etc/l7-protocols/protocols///imap.pat pattern='^(\* ok|a[0-9]+ noop)' eflags=0 cflags=11 Added: imap mark=3 Attempting to load pattern from /etc/l7-protocols/protocols///pop3.pat pattern='^(\+ok |-err )' eflags=0 cflags=11 Added: pop3 mark=3 Attempting to load pattern from /etc/l7-protocols/protocols///smtp.pat pattern='^220[\x09-\x0d -~]* (E?SMTP|[Ss]imple [Mm]ail)' eflags=0 cflags=9 Added: smtp mark=3 Attempting to load pattern from /etc/l7-protocols/protocols///http.pat pattern='http/(0\.9|1\.0|1\.1) [1-5][0-9][0-9] [\x09-\x0d -~]*(connection:|content-type:|content-length:|date:)|post [\x09-\x0d -~]* http/[01]\.[019]' eflags=0 cflags=11 Added: http mark=4 Attempting to load pattern from /etc/l7-protocols/protocols///ftp.pat pattern='^220[\x09-\x0d -~]*ftp' eflags=0 cflags=11 Added: ftp mark=4 Attempting to load pattern from /etc/l7-protocols/protocols///dns.pat pattern='^.?.?.?.?[\x01\x02].?.?.?.?.?.?[\x01-?][a-z0-9][\x01-?a-z]*[\x02-\x06][a-z][a-z][fglmoprstuvz]?[aeop]?(um)?[\x01-\x10\x1c][\x01\x03\x04\xFF]' eflags=0 cflags=11 Added: dns mark=5 Attempting to load pattern from /etc/l7-protocols/protocols///vnc.pat pattern='^rfb 00[1-9]\.00[0-9]\x0a$' eflags=0 cflags=11 Added: vnc mark=6 Attempting to load pattern from /etc/l7-protocols/protocols///sip.pat pattern='^(invite|register|cancel|message|subscribe|notify) sip[\x09-\x0d -~]*sip/[0-2]\.[0-9]' eflags=0 cflags=11 Added: sip mark=7 Attempting to load pattern from /etc/l7-protocols/protocols///rtp.pat pattern='^\x80[\x01-"`-\x7f\x80-\xa2\xe0-\xff]?..*\x80' eflags=0 cflags=11 Added: rtp mark=8 Made key from ct: udp 17 src=192.168.2.3 dst=151.99.125.2 sport=33765 dport=53 Made key from ct: udp 17 src=192.168.2.3 dst=151.99.125.2 sport=45219 dport=53 Got packet, had no ct: udp 17 src=62.10.112.29 dst=192.168.1.159 sport=5061 dport=5060 Got packet, had no ct: udp 17 src=192.168.1.159 dst=151.99.250.2 sport=53310 dport=53 Got packet, had no ct: udp 17 src=192.168.1.233 dst=8.8.8.8 sport=58489 dport=53 Got packet, had no ct: udp 17 src=192.168.1.233 dst=8.8.8.8 sport=39654 dport=53 Got packet, had no ct: udp 17 src=62.10.112.29 dst=192.168.1.159 sport=5061 dport=5060 Got packet, had no ct: udp 17 src=192.168.1.233 dst=8.8.8.8 sport=46075 dport=53 Got packet, had no ct: udp 17 src=192.168.1.233 dst=8.8.8.8 sport=56026 dport=53 Got packet, had no ct: udp 17 src=192.168.1.233 dst=8.8.8.8 sport=34057 dport=53 Got packet, had no ct: udp 17 src=192.168.1
Bug#727916: marked as done (l7-filter-userspace: run dh-autoreconf to update config.{sub,guess} and {libtool,aclocal}.m4)
Your message dated Mon, 17 Feb 2014 12:50:11 + with message-id and subject line Bug#735185: Removed package(s) from unstable has caused the Debian Bug report #727916, regarding l7-filter-userspace: run dh-autoreconf to update config.{sub,guess} and {libtool,aclocal}.m4 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 727916: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=727916 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: src:l7-filter-userspace Version: 0.12-beta1-2 Severity: normal User: debian-...@lists.debian.org Usertags: arm64 The package fails to build on arm64 (aarch64-linux-gnu), because the config.{guess,sub} files are out of date, and are not updated during the build. If possible, please do not update these files directly, but build-depend on autotools-dev instead, and use the tools provided by autotools-dev to update these files. - For dh, call dh --with autotools_dev (yes, underscore). - For other rules files, call dh_autotools-dev_updateconfig before calling configure (in the build or configure target), and call dh_autotools-dev_restoreconfig before calling dh_clean in the clean target. For combining autoreconf and autotools_dev, see bug #698765. After the build on any architecture, and before a clean, a grep for aarch64 in the config.sub file(s) should print some lines. The full build log can be found at: http://people.debian.org/~doko/logs/arm64-20131027/buildlog_ubuntu-trusty-arm64.l7-filter-userspace_0.12-beta1-2_FAILEDTOBUILD.txt The last lines of the build log are at the end of this report. Please note that these build were done in an Ubuntu development, environment there may be a few false positives in these bug reports. [...] build_os='' build_vendor='' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='NONE' host='' host_alias='' host_cpu='' host_os='' host_vendor='' htmldir='${docdir}' includedir='${prefix}/include' infodir='${prefix}/share/info' install_sh='' libdir='${prefix}/lib/aarch64-linux-gnu' libexecdir='${prefix}/lib/aarch64-linux-gnu' localedir='${datarootdir}/locale' localstatedir='/var' mandir='${prefix}/share/man' mkdir_p='' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target='' target_alias='' target_cpu='' target_os='' target_vendor='' ## --- ## ## confdefs.h. ## ## --- ## #define PACKAGE_NAME "l7-filter-userspace" #define PACKAGE_TARNAME "l7-filter-userspace" #define PACKAGE_VERSION "0.11" #define PACKAGE_STRING "l7-filter-userspace 0.11" #define PACKAGE_BUGREPORT "http://sourceforge.net/tracker/?group_id=80085"; configure: exit 1 dh_auto_configure: ./configure --build=aarch64-linux-gnu --prefix=/usr --includedir=${prefix}/include --mandir=${prefix}/share/man --infodir=${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --libdir=${prefix}/lib/aarch64-linux-gnu --libexecdir=${prefix}/lib/aarch64-linux-gnu --disable-maintainer-mode --disable-dependency-tracking returned exit code 1 make: *** [build-arch] Error 255 dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2 --- End Message --- --- Begin Message --- Version: 0.12-beta1-2+rm Dear submitter, as the package l7-filter-userspace has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/735185 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org. Debian distribution maintenance software pp. Luca Falavigna (the ftpmaster behind the curtain)--- End Message ---
Bug#567893: marked as done (Read-only in multi-display mode)
Your message dated Mon, 17 Feb 2014 12:54:42 + with message-id and subject line Bug#711284: Removed package(s) from unstable has caused the Debian Bug report #567893, regarding Read-only in multi-display mode to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 567893: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=567893 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: electricsheep Version: 2.7~b12+svn20091224-1 Severity: normal In a dual-head configuration, when run from xscreensaver, electricsheep reports on both screens that there's already another processing running and that it thus runs in read-only mode. If it means anything, then ~/.electricsheep/lock is not deleted after I stop the screensaver, but the process table has no trace of running processes. -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.32-trunk-686 (SMP w/1 CPU core) Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages electricsheep depends on: ii curl7.19.7-1 Get a file from an HTTP, HTTPS or ii debconf [debcon 1.5.28 Debian configuration management sy ii flam3 2.7.19+svn20090813-1 render and animate FLAM3s and mani ii gconf2 2.28.0-1 GNOME configuration database syste ii libatk1.0-0 1.28.0-1 The ATK accessibility toolkit ii libavcodec525:0.5+svn20100126-0.0library to encode decode multimedi ii libavformat52 5:0.5+svn20100126-0.0ffmpeg file format library ii libavutil49 4:0.5+svn20090706-5 ffmpeg utility library ii libc6 2.10.2-5 Embedded GNU C Library: Shared lib ii libcairo2 1.8.8-2 The Cairo 2D vector graphics libra ii libexpat1 2.0.1-7 XML parsing C library - runtime li ii libfontconfig1 2.8.0-2 generic font configuration library ii libfreetype62.3.11-1 FreeType 2 font engine, shared lib ii libglade2-0 1:2.6.4-1library to load .glade files at ru ii libglib2.0-02.22.4-1 The GLib library of C routines ii libgtk2.0-0 2.18.6-1 The GTK+ graphical user interface ii libjpeg-progs 8-1 Programs for manipulating JPEG fil ii libpango1.0-0 1.26.2-1 Layout and rendering of internatio ii libxml2 2.7.6.dfsg-2+b1 GNOME XML library ii mplayer 1:1.0.rc2svn20100126-0.1 The Ultimate Movie Player For Linu ii xloadimage 4.1-16.1 Graphics file viewer under X11 ii zlib1g 1:1.2.3.4.dfsg-3 compression library - runtime electricsheep recommends no packages. electricsheep suggests no packages. -- no debconf information -- .''`. martin f. krafft Related projects: : :' : proud Debian developer http://debiansystem.info `. `'` http://people.debian.org/~madduckhttp://vcs-pkg.org `- Debian - when you have better things to do than fixing systems digital_signature_gpg.asc Description: Digital signature (see http://martin-krafft.net/gpg/) --- End Message --- --- Begin Message --- Version: 2.7~b12+svn20091224-2+rm Dear submitter, as the package electricsheep has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/711284 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org. Debian distribution maintenance software pp. Luca Falavigna (the ftpmaster behind the curtain)--- End Message ---
Bug#567974: marked as done (electricsheep hangs)
Your message dated Mon, 17 Feb 2014 12:54:42 + with message-id and subject line Bug#711284: Removed package(s) from unstable has caused the Debian Bug report #567974, regarding electricsheep hangs to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 567974: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=567974 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: electricsheep Version: 2.7~b12+svn20091224-1+b1 Severity: important Hello. I've been using electricsheep with xscreensaver for a while now, but recently it stopped working. Running it directly from the command line gives this: % electricsheep [avi @ 0x1757050]max_analyze_duration reached electricsheep: relocation error: electricsheep: symbol av_init_packet, version LIBAVFORMAT_52 not defined in file libavformat.so.52 with link time reference ^C[1]26295 terminated electricsheep I've tried removing my .electricsheep directory, on the off chance something might be corrupted, but that didn't help. Thanks! -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-trunk-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages electricsheep depends on: ii curl7.19.7-1 Get a file from an HTTP, HTTPS or ii debconf [debcon 1.5.28 Debian configuration management sy ii flam3 2.7.19+svn20090813-1 render and animate FLAM3s and mani ii gconf2 2.28.0-1 GNOME configuration database syste ii libatk1.0-0 1.28.0-1 The ATK accessibility toolkit ii libavcodec525:0.5+svn20100126-0.0library to encode decode multimedi ii libavformat52 5:0.5+svn20100126-0.0ffmpeg file format library ii libavutil49 4:0.5+svn20090706-6 ffmpeg utility library ii libc6 2.10.2-5 Embedded GNU C Library: Shared lib ii libcairo2 1.8.8-2 The Cairo 2D vector graphics libra ii libexpat1 2.0.1-7 XML parsing C library - runtime li ii libfontconfig1 2.8.0-2 generic font configuration library ii libfreetype62.3.11-1 FreeType 2 font engine, shared lib ii libglade2-0 1:2.6.4-1library to load .glade files at ru ii libglib2.0-02.22.4-1 The GLib library of C routines ii libgtk2.0-0 2.18.6-1 The GTK+ graphical user interface ii libjpeg-progs 8-1 Programs for manipulating JPEG fil ii libpango1.0-0 1.26.2-1 Layout and rendering of internatio ii libxml2 2.7.6.dfsg-2+b1 GNOME XML library ii mplayer 1:1.0.rc2svn20100126-0.1 The Ultimate Movie Player For Linu ii xloadimage 4.1-16.1 Graphics file viewer under X11 ii zlib1g 1:1.2.3.4.dfsg-3 compression library - runtime electricsheep recommends no packages. electricsheep suggests no packages. -- no debconf information --- End Message --- --- Begin Message --- Version: 2.7~b12+svn20091224-2+rm Dear submitter, as the package electricsheep has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/711284 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org. Debian distribution maintenance software pp. Luca Falavigna (the ftpmaster behind the curtain)--- End Message ---
Bug#617747: marked as done (electricsheep: stopped working as gnome screensaver in squeeze)
Your message dated Mon, 17 Feb 2014 12:54:42 + with message-id and subject line Bug#711284: Removed package(s) from unstable has caused the Debian Bug report #617747, regarding electricsheep: stopped working as gnome screensaver in squeeze to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 617747: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=617747 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: electricsheep Version: 2.7~b12+svn20091224-1+b1 Severity: important When Squeeze became stable, electricsheep stopped working as a gnome screensaver. The screen is just blank when the screensaver is activated. All other screensavers appear to still work. In the gnome screensaver preferences control panel, if I choose electricsheep, the panel on the control panel is blank. Curiously, if I click "Preview", it does work, but when I click "Leave Fullscreen" it no longer works. Mark -- System Information: Debian Release: 6.0 APT prefers squeeze-updates APT policy: (500, 'squeeze-updates'), (500, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages electricsheep depends on: ii curl 7.21.0-1 Get a file from an HTTP, HTTPS or ii debconf [debc 1.5.36.1 Debian configuration management sy ii flam3 2.7.19+svn20090813-1+b1render and animate FLAM3s and mani ii gconf22.28.1-6 GNOME configuration database syste ii libatk1.0-0 1.30.0-1 The ATK accessibility toolkit ii libavcodec52 5:0.6.1+svn20101128-0.2library to encode decode multimedi ii libavformat52 5:0.6.1+svn20101128-0.2ffmpeg file format library ii libavutil49 4:0.5.2-6 ffmpeg utility library ii libc6 2.11.2-10 Embedded GNU C Library: Shared lib ii libcairo2 1.8.10-6 The Cairo 2D vector graphics libra ii libexpat1 2.0.1-7XML parsing C library - runtime li ii libfontconfig 2.8.0-2.1 generic font configuration library ii libfreetype6 2.4.2-2.1 FreeType 2 font engine, shared lib ii libglade2-0 1:2.6.4-1 library to load .glade files at ru ii libglib2.0-0 2.24.2-1 The GLib library of C routines ii libgtk2.0-0 2.20.1-2 The GTK+ graphical user interface ii libjpeg-progs 8b-1 Programs for manipulating JPEG fil ii libpango1.0-0 1.28.3-1+squeeze2 Layout and rendering of internatio ii libxml2 2.7.8.dfsg-2 GNOME XML library ii mplayer 2:1.0~rc3++svn20100804-0.2 The Ultimate Movie Player For Linu ii xloadimage4.1-16.1+b1Graphics file viewer under X11 ii zlib1g1:1.2.3.4.dfsg-3 compression library - runtime electricsheep recommends no packages. electricsheep suggests no packages. -- no debconf information --- End Message --- --- Begin Message --- Version: 2.7~b12+svn20091224-2+rm Dear submitter, as the package electricsheep has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/711284 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org. Debian distribution maintenance software pp. Luca Falavigna (the ftpmaster behind the curtain)--- End Message ---
Bug#533652: marked as done (electricsheep: New version 2.7b11, necessary for continued operation)
Your message dated Mon, 17 Feb 2014 12:54:42 + with message-id and subject line Bug#711284: Removed package(s) from unstable has caused the Debian Bug report #500861, regarding electricsheep: New version 2.7b11, necessary for continued operation to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 500861: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=500861 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: electricsheep Version: 2.6.8-9 Severity: important *** Please type your report below this line *** A new version, 2.7b11, is available, and is necessary for compatibility with server upgrades. Could you please package it? Thanks. I'm ranking this as important because the current version will become mostly unoperational (current sheep will still be played but new ones will not be downloaded) when the old server is shut off on June 30. -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (500, 'testing'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.29-2-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages electricsheep depends on: ii curl 7.18.2-8.1Get a file from an HTTP, HTTPS or ii debconf [debconf-2.0] 1.5.26Debian configuration management sy ii libc6 2.9-12GNU C Library: Shared libraries ii libexpat1 2.0.1-4 XML parsing C library - runtime li ii libice62:1.0.5-1 X11 Inter-Client Exchange library ii libjpeg-progs 6b-14 Programs for manipulating JPEG fil ii libjpeg62 6b-14 The Independent JPEG Group's JPEG ii libpng12-0 1.2.37-1 PNG library - runtime ii libsm6 2:1.1.0-2 X11 Session Management library ii libx11-6 2:1.2.1-1 X11 client-side library ii libxext6 2:1.0.4-1 X11 miscellaneous extension librar ii libxv1 2:1.0.4-1 X11 Video extension library ii xloadimage 4.1-16.1 Graphics file viewer under X11 ii zlib1g 1:1.2.3.3.dfsg-13 compression library - runtime electricsheep recommends no packages. electricsheep suggests no packages. -- no debconf information --- End Message --- --- Begin Message --- Version: 2.7~b12+svn20091224-2+rm Dear submitter, as the package electricsheep has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/711284 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org. Debian distribution maintenance software pp. Luca Falavigna (the ftpmaster behind the curtain)--- End Message ---
Bug#567896: marked as done (scale animation to fit to screen)
Your message dated Mon, 17 Feb 2014 12:54:42 + with message-id and subject line Bug#711284: Removed package(s) from unstable has caused the Debian Bug report #567896, regarding scale animation to fit to screen to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 567896: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=567896 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: electricsheep Version: 2.7~b12+svn20091224-1 Severity: wishlist The electricsheep window (and screensaver) size seems to be fixed. It would be nice if I could scale up the animation to fit my entire screen. -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.32-trunk-686 (SMP w/1 CPU core) Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages electricsheep depends on: ii curl7.19.7-1 Get a file from an HTTP, HTTPS or ii debconf [debcon 1.5.28 Debian configuration management sy ii flam3 2.7.19+svn20090813-1 render and animate FLAM3s and mani ii gconf2 2.28.0-1 GNOME configuration database syste ii libatk1.0-0 1.28.0-1 The ATK accessibility toolkit ii libavcodec525:0.5+svn20100126-0.0library to encode decode multimedi ii libavformat52 5:0.5+svn20100126-0.0ffmpeg file format library ii libavutil49 4:0.5+svn20090706-5 ffmpeg utility library ii libc6 2.10.2-5 Embedded GNU C Library: Shared lib ii libcairo2 1.8.8-2 The Cairo 2D vector graphics libra ii libexpat1 2.0.1-7 XML parsing C library - runtime li ii libfontconfig1 2.8.0-2 generic font configuration library ii libfreetype62.3.11-1 FreeType 2 font engine, shared lib ii libglade2-0 1:2.6.4-1library to load .glade files at ru ii libglib2.0-02.22.4-1 The GLib library of C routines ii libgtk2.0-0 2.18.6-1 The GTK+ graphical user interface ii libjpeg-progs 8-1 Programs for manipulating JPEG fil ii libpango1.0-0 1.26.2-1 Layout and rendering of internatio ii libxml2 2.7.6.dfsg-2+b1 GNOME XML library ii mplayer 1:1.0.rc2svn20100126-0.1 The Ultimate Movie Player For Linu ii xloadimage 4.1-16.1 Graphics file viewer under X11 ii zlib1g 1:1.2.3.4.dfsg-3 compression library - runtime electricsheep recommends no packages. electricsheep suggests no packages. -- no debconf information -- .''`. martin f. krafft Related projects: : :' : proud Debian developer http://debiansystem.info `. `'` http://people.debian.org/~madduckhttp://vcs-pkg.org `- Debian - when you have better things to do than fixing systems digital_signature_gpg.asc Description: Digital signature (see http://martin-krafft.net/gpg/) --- End Message --- --- Begin Message --- Version: 2.7~b12+svn20091224-2+rm Dear submitter, as the package electricsheep has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/711284 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org. Debian distribution maintenance software pp. Luca Falavigna (the ftpmaster behind the curtain)--- End Message ---
Bug#500861: marked as done (electricsheep: first sheep never downloaded)
Your message dated Mon, 17 Feb 2014 12:54:42 + with message-id and subject line Bug#711284: Removed package(s) from unstable has caused the Debian Bug report #500861, regarding electricsheep: first sheep never downloaded to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 500861: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=500861 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: electricsheep Version: 2.6.8-9 Severity: normal I have tried the package about 1 month or 2 ago and had the same problem. Here is what I get after my first install and run : $ electricsheep --debug 1 = electric sheep v2.6.8 time Thu Oct 2 02:10:40 2008 decoder execvp mpeg2dec_onroot -f 23 -w -1 updating cache path=/home/xxx/.sheep/ match_gen=0 time Thu Oct 2 02:10:40 2008 please be patient while the first sheep is downloaded... updating cache path=/home/xxx/.sheep/ match_gen=0 time Thu Oct 2 02:10:50 2008 updating cache path=/home/xxx/.sheep/ match_gen=0 time Thu Oct 2 02:11:00 2008 updating cache path=/home/xxx/.sheep/ match_gen=0 time Thu Oct 2 02:11:10 2008 updating cache path=/home/xxx/.sheep/ match_gen=0 time Thu Oct 2 02:11:20 2008 updating cache path=/home/xxx/.sheep/ match_gen=0 time Thu Oct 2 02:11:30 2008 time Thu Oct 2 02:11:40 2008 list nice -n 10 curl --silent --show-error 'http://v2d6.sheepserver.net/cgi/list?v=LNX_2.6.8&u=F26B187D157B27D2'| gunzip -c updating cache path=/home/xxx/.sheep/ match_gen=0 time Thu Oct 2 02:11:40 2008 updating cache path=/home/xxx/.sheep/ match_gen=1 best_anim=274 best_anim_id=25487 best_rating=220 best_ctime=168281 begin delete cached nothing cached download 274 id=25487 about to nice -n 10 curl --silent --show-error --output /home/xxx/.sheep/00202=25487=25487=25487.mpg.tmp http://sheep.arces.net.nyud.net:8080/202/125487/sheep.mpg updating cache path=/home/xxx/.sheep/ match_gen=0 time Thu Oct 2 02:11:50 2008 updating cache path=/home/xxx/.sheep/ match_gen=0 time Thu Oct 2 02:12:00 2008 updating cache path=/home/xxx/.sheep/ match_gen=0 time Thu Oct 2 02:12:10 2008 updating cache path=/home/xxx/.sheep/ match_gen=0 time Thu Oct 2 02:12:20 2008 updating cache path=/home/xxx/.sheep/ match_gen=0 time Thu Oct 2 02:12:30 2008 updating cache path=/home/xxx/.sheep/ match_gen=0 time Thu Oct 2 02:12:40 2008 updating cache path=/home/xxx/.sheep/ match_gen=0 time Thu Oct 2 02:12:50 2008 updating cache path=/home/xxx/.sheep/ match_gen=0 time Thu Oct 2 02:13:00 2008 updating cache path=/home/xxx/.sheep/ match_gen=0 time Thu Oct 2 02:13:10 2008 updating cache path=/home/xxx/.sheep/ match_gen=0 time Thu Oct 2 02:13:20 2008 updating cache path=/home/xxx/.sheep/ match_gen=0 time Thu Oct 2 02:13:30 2008 updating cache path=/home/xxx/.sheep/ match_gen=0 time Thu Oct 2 02:13:40 2008 updating cache path=/home/xxx/.sheep/ match_gen=0 time Thu Oct 2 02:13:50 2008 updating cache path=/home/xxx/.sheep/ match_gen=0 time Thu Oct 2 02:14:00 2008 updating cache path=/home/xxx/.sheep/ match_gen=0 time Thu Oct 2 02:14:10 2008 updating cache path=/home/xxx/.sheep/ match_gen=0 time Thu Oct 2 02:14:20 2008 updating cache path=/home/xxx/.sheep/ match_gen=0 time Thu Oct 2 02:14:30 2008 updating cache path=/home/xxx/.sheep/ match_gen=0 time Thu Oct 2 02:14:40 2008 curl: (7) couldn't connect to host subprocess error: anim download, 1792=7<<8+0 download failed of sheep 25487 updating cache path=/home/xxx/.sheep/ match_gen=0 time Thu Oct 2 02:14:50 2008 updating cache path=/home/xxx/.sheep/ match_gen=0 time Thu Oct 2 02:15:00 2008 updating cache path=/home/xxx/.sheep/ match_gen=0 time Thu Oct 2 02:15:10 2008 updating cache path=/home/xxx/.sheep/ match_gen=0 time Thu Oct 2 02:15:20 2008 updating cache path=/home/xxx/.sheep/ match_gen=0 time Thu Oct 2 02:15:30 2008 updating cache path=/home/xxx/.sheep/ match_gen=0 time Thu Oct 2 02:15:40 2008 updating cache path=/home/xxx/.sheep/ match_gen=0 time Thu Oct 2 02:15:50 2008 updating cache path=/home/xxx/.sheep/ match_gen=0 time Thu Oct 2 02:16:00 2008 updating cache path=/home/xxx/.sheep/ match_gen=0 time Thu Oct 2 02:16:10 2008 updating cache path=/home/xxx/.sheep/ match_gen=0 time Thu Oct 2 02:16:20 2008 updating cache path=/home/xxx/.sheep/ match_gen=0 time Thu Oct 2 02:16:30 2008 updating cache path=/home/xxx/.sheep/ match_gen=0 time Thu Oct 2 02:16:40 2008 updating cache path=/home/xxx/.sheep/ match_gen=0 time Thu Oct 2 02:16:50 2008 updating cache path=/home/xxx/.sheep/ match_gen=0 time Thu Oct 2 02:17:00 2008 updating cache path=/home/xxx/.sheep/ match_gen=0 time T
Bug#353925: marked as done (electricsheep: occupies only a quarter of the screen in preview and live mode)
Your message dated Mon, 17 Feb 2014 12:54:42 + with message-id and subject line Bug#711284: Removed package(s) from unstable has caused the Debian Bug report #353925, regarding electricsheep: occupies only a quarter of the screen in preview and live mode to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 353925: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=353925 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: electricsheep Version: 2.6.3-1 Severity: normal When run in preview mode, the sheep does not fill the entire screen, even when Zoom is turned on: --- | | | | sheep| | | | | | | | | | screen | | | | | --- -- System Information: Debian Release: testing/unstable APT prefers stable APT policy: (700, 'stable'), (600, 'testing'), (98, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12-lapse Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Versions of packages electricsheep depends on: ii curl 7.13.2-2 Get a file from an HTTP, HTTPS, FT ii debconf 1.4.58 Debian configuration management sy ii libc6 2.3.5-6GNU C Library: Shared libraries an ii libexpat1 1.95.8-3 XML parsing C library - runtime li ii libice6 6.8.2.dfsg.1-7 Inter-Client Exchange library ii libjpeg-progs 6b-10 Programs for manipulating JPEG fil ii libjpeg62 6b-10 The Independent JPEG Group's JPEG ii libpng12-01.2.8rel-5 PNG library - runtime ii libsdl1.2debi 1.2.7+1.2.8cvs20041007-4.1 Simple DirectMedia Layer ii libsm66.8.2.dfsg.1-7 X Window System Session Management ii libx11-6 6.8.2.dfsg.1-7 X Window System protocol client li ii libxext6 6.8.2.dfsg.1-7 X Window System miscellaneous exte ii libxv16.8.2.dfsg.1-7 X Window System video extension li ii xlibs 6.8.2.dfsg.1-7 X Window System client libraries m ii xloadimage4.1-14.3 Graphics file viewer under X11 ii zlib1g1:1.2.3-4 compression library - runtime electricsheep recommends no packages. -- no debconf information -- .''`. martin f. krafft : :' :proud Debian developer and author: http://debiansystem.info `. `'` `- Debian - when you have better things to do than fixing a system Invalid/expired PGP (sub)keys? Use subkeys.pgp.net as keyserver! micro$oft windoze is like an air-conditioner: it breaks down if you open a window. signature.asc Description: Digital signature (GPG/PGP) --- End Message --- --- Begin Message --- Version: 2.7~b12+svn20091224-2+rm Dear submitter, as the package electricsheep has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/711284 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org. Debian distribution maintenance software pp. Luca Falavigna (the ftpmaster behind the curtain)--- End Message ---
Bug#342553: marked as done (electricsheep: changing sheep unblanks screen)
Your message dated Mon, 17 Feb 2014 12:54:42 + with message-id and subject line Bug#711284: Removed package(s) from unstable has caused the Debian Bug report #342553, regarding electricsheep: changing sheep unblanks screen to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 342553: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=342553 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: electricsheep Version: 2.6.3+cvs20051206-1 Severity: normal I often blank my screen to conserve power. With a regular screensaver, this is not a problem, the screensaver runs in the background, but the screen is actually blank; like a monitor turned off. I suppose the blanking is a DPMS thingie. electricsheep causes DPMS state change whenever the sheep change. This is highly annoying. Please fix it, if you get a chance. -- System Information: Debian Release: testing/unstable APT prefers stable APT policy: (700, 'stable'), (600, 'testing'), (98, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12-lapse Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Versions of packages electricsheep depends on: ii curl 7.13.2-2 Get a file from an HTTP, HTTPS, FT ii debconf 1.4.59 Debian configuration management sy ii libc6 2.3.5-8GNU C Library: Shared libraries an ii libexpat1 1.95.8-3 XML parsing C library - runtime li ii libice6 6.8.2.dfsg.1-7 Inter-Client Exchange library ii libjpeg-progs 6b-10 Programs for manipulating JPEG fil ii libjpeg62 6b-10 The Independent JPEG Group's JPEG ii libpng12-01.2.8rel-5 PNG library - runtime ii libsm66.8.2.dfsg.1-7 X Window System Session Management ii libx11-6 6.8.2.dfsg.1-7 X Window System protocol client li ii libxext6 6.8.2.dfsg.1-7 X Window System miscellaneous exte ii libxv16.8.2.dfsg.1-7 X Window System video extension li ii xlibs 6.8.2.dfsg.1-7 X Window System client libraries m ii xloadimage4.1-14.3 Graphics file viewer under X11 ii zlib1g1:1.2.3-8 compression library - runtime electricsheep recommends no packages. -- no debconf information -- .''`. martin f. krafft : :' :proud Debian developer and author: http://debiansystem.info `. `'` `- Debian - when you have better things to do than fixing a system Invalid/expired PGP (sub)keys? Use subkeys.pgp.net as keyserver! it's as bad as you think, and they are out to get you. signature.asc Description: Digital signature (GPG/PGP) --- End Message --- --- Begin Message --- Version: 2.7~b12+svn20091224-2+rm Dear submitter, as the package electricsheep has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/711284 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org. Debian distribution maintenance software pp. Luca Falavigna (the ftpmaster behind the curtain)--- End Message ---
Bug#339616: marked as done (electricsheep: Preview mode sheep does not zoom)
Your message dated Mon, 17 Feb 2014 12:54:42 + with message-id and subject line Bug#711284: Removed package(s) from unstable has caused the Debian Bug report #339616, regarding electricsheep: Preview mode sheep does not zoom to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 339616: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=339616 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: electricsheep Version: 2.6.3-1 Severity: normal When run in preview mode, the sheep does not fill the entire screen, even when Zoom is turned on: --- | | | | sheep| | | | | | | | | | screen | | | | | --- -- System Information: Debian Release: testing/unstable APT prefers stable APT policy: (700, 'stable'), (600, 'testing'), (98, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12-lapse Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Versions of packages electricsheep depends on: ii curl 7.13.2-2 Get a file from an HTTP, HTTPS, FT ii debconf 1.4.58 Debian configuration management sy ii libc6 2.3.5-6GNU C Library: Shared libraries an ii libexpat1 1.95.8-3 XML parsing C library - runtime li ii libice6 6.8.2.dfsg.1-7 Inter-Client Exchange library ii libjpeg-progs 6b-10 Programs for manipulating JPEG fil ii libjpeg62 6b-10 The Independent JPEG Group's JPEG ii libpng12-01.2.8rel-5 PNG library - runtime ii libsdl1.2debi 1.2.7+1.2.8cvs20041007-4.1 Simple DirectMedia Layer ii libsm66.8.2.dfsg.1-7 X Window System Session Management ii libx11-6 6.8.2.dfsg.1-7 X Window System protocol client li ii libxext6 6.8.2.dfsg.1-7 X Window System miscellaneous exte ii libxv16.8.2.dfsg.1-7 X Window System video extension li ii xlibs 6.8.2.dfsg.1-7 X Window System client libraries m ii xloadimage4.1-14.3 Graphics file viewer under X11 ii zlib1g1:1.2.3-4 compression library - runtime electricsheep recommends no packages. -- no debconf information -- .''`. martin f. krafft : :' :proud Debian developer and author: http://debiansystem.info `. `'` `- Debian - when you have better things to do than fixing a system Invalid/expired PGP (sub)keys? Use subkeys.pgp.net as keyserver! micro$oft windoze is like an air-conditioner: it breaks down if you open a window. signature.asc Description: Digital signature (GPG/PGP) --- End Message --- --- Begin Message --- Version: 2.7~b12+svn20091224-2+rm Dear submitter, as the package electricsheep has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/711284 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org. Debian distribution maintenance software pp. Luca Falavigna (the ftpmaster behind the curtain)--- End Message ---
Bug#593905: marked as done (electricsheep: Options on man page out of date)
Your message dated Mon, 17 Feb 2014 12:54:42 + with message-id and subject line Bug#711284: Removed package(s) from unstable has caused the Debian Bug report #593905, regarding electricsheep: Options on man page out of date to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 593905: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=593905 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: electricsheep Version: 2.7~b12+svn20091224-1+b1 Severity: minor The options shown my "man electricsheep" do not match those shown by "electricsheep --help". Specifically, --display-anim (man page) has been replaced by --no-animation (--help), --show-errors and --voting (on manpage) result in a "bad option" error when you attempt to use them, and the --save- frames and --root options from the --help output are absent from the man page. -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core) Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages electricsheep depends on: ii curl7.21.1-1 Get a file from an HTTP, HTTPS or ii debconf [debcon 1.5.35 Debian configuration management sy ii flam3 2.7.19+svn20090813-1 render and animate FLAM3s and mani ii gconf2 2.28.1-3 GNOME configuration database syste ii libatk1.0-0 1.30.0-1 The ATK accessibility toolkit ii libavcodec524:0.5.2-2ffmpeg codec library ii libavformat52 4:0.5.2-2ffmpeg file format library ii libavutil49 4:0.5.2-2ffmpeg utility library ii libc6 2.11.2-2 Embedded GNU C Library: Shared lib ii libcairo2 1.8.10-5 The Cairo 2D vector graphics libra ii libexpat1 2.0.1-7 XML parsing C library - runtime li ii libfontconfig1 2.8.0-2.1generic font configuration library ii libfreetype62.4.2-1 FreeType 2 font engine, shared lib ii libglade2-0 1:2.6.4-1library to load .glade files at ru ii libglib2.0-02.24.1-1 The GLib library of C routines ii libgtk2.0-0 2.20.1-1 The GTK+ graphical user interface ii libjpeg-progs 8b-1 Programs for manipulating JPEG fil ii libpango1.0-0 1.28.1-1 Layout and rendering of internatio ii libxml2 2.7.7.dfsg-4 GNOME XML library ii mplayer 2:1.0~rc3++final.dfsg1-1 movie player for Unix-like systems ii xloadimage 4.1-16.1 Graphics file viewer under X11 ii zlib1g 1:1.2.3.4.dfsg-3 compression library - runtime electricsheep recommends no packages. electricsheep suggests no packages. -- no debconf information --- End Message --- --- Begin Message --- Version: 2.7~b12+svn20091224-2+rm Dear submitter, as the package electricsheep has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/711284 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org. Debian distribution maintenance software pp. Luca Falavigna (the ftpmaster behind the curtain)--- End Message ---
Bug#669356: marked as done (electricsheep unsuitable for Debian main?)
Your message dated Mon, 17 Feb 2014 12:54:42 + with message-id and subject line Bug#711284: Removed package(s) from unstable has caused the Debian Bug report #669356, regarding electricsheep unsuitable for Debian main? to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 669356: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=669356 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: electricsheep Version: 2.7~b12+svn20091224-1.1 Severity: important Hi, Thanks for maintaining the electricsheep package in Debian. It works great for me and I really love it. The idea behind it is great, those animations are stunning! However I'm currently wondering whether there might be issues with the legal status of electricsheep and the Debian guidelines, maybe making it unsuitable for Debian main. As I'm not certain and not that familiar with the Debian legal side, I'd be curious about your thoughts on this. What electricsheep currently does by default (correct me if I'm wrong): * It downloads flam3 "genome" data and videos from a server. * The machine generated flam3 data is CC-BY-NC, human generated flam3 data is CC-BY licensed, the video files are all CC-BY-NC licensed (according to http://electricsheep.org/reuse). * Sometimes even non-CC, plainly copyrighted data is downloaded onto the machine and rendered according to the manpage ("Some jobs rendered by the network [...]") and the website. I'm wondering whether the following things are violations of Debian policies (at least for Debian main): * The downloaded, CC-BY-NC licensed data. * The downloaded, plainly copyrighted data for the hidden extra rendering jobs. * The hiden extra rendering jobs in general. * The missing license information for the downloaded flam3 and video files (neither does the executable nor the Debian installation process enforce/inform about the CC license) * Movies (ak. sheep) rendered and uploaded by the user are CC-BY-NC and attributed to "Scott Draves and the Electric Sheep" according to http://electricsheep.org/reuse - without neither the executable nor the Debian installation process ever asking for the user's consent to these license terms for movies rendered by this user. * The one-sided CC-BY-NC enforcement (i.e. Scott Draves can use any electricsheep rendered by anyone for commercial purposes, but no one else effectively can - I know, according to his forum posts on electricsheep.org those sales are being used to keep electricsheep servers and development running and I believe him, that he's making use of this advantage in the best interest of the community and I definitely think he'd deserve an advantage like that for all his work on this awesome project, but unfortunately this process is again not transparent) Let me know what you think, whether some of these points are valid or not and what the implications for the electricsheep package in Debian would be. If there are any valid issues making it non-compliant with Debian main then I hope that we can sort these out as anything else would be a loss for both the Debian and electricsheep project in my opinion. Cheers, Linus -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-2-amd64 (SMP w/2 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages electricsheep depends on: ii curl 7.25.0-1 ii debconf [debconf-2.0] 1.5.42 ii flam3 3.0.1-2.1 ii gconf2 3.2.3-4 ii libatk1.0-02.4.0-2 ii libavcodec53 5:0.10.2-0.2 ii libavformat53 5:0.10.2-0.2 ii libavutil515:0.10.2-0.2 ii libc6 2.13-27 ii libcairo2 1.12.0-2 ii libexpat1 2.1.0~beta3-2 ii libfontconfig1 2.8.0-3.1 ii libfreetype6 2.4.9-1 ii libgdk-pixbuf2.0-0 2.26.0-2 ii libglade2-01:2.6.4-1 ii libglib2.0-0 2.32.0-3 ii libgtk2.0-02.24.10-1 ii libjpeg-progs 8d-1 ii libpango1.0-0 1.30.0-1 ii libxml22.7.8.dfsg-7 ii mplayer3:1.0~rc4+svn20120324-0.0 ii xloadimage 4.1-17 ii zlib1g 1:1.2.6.dfsg-2 electricsheep recommends no packages. electricsheep suggests no packages. -- no debconf information --- End Message --- --- Begin Message --- Version: 2.7~b12+svn20091224-2+rm Dear submitter, as the package elect
Bug#728296: marked as done ([electricsheep] electricsheep: No video output)
Your message dated Mon, 17 Feb 2014 12:54:42 + with message-id and subject line Bug#711284: Removed package(s) from unstable has caused the Debian Bug report #728296, regarding [electricsheep] electricsheep: No video output to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 728296: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=728296 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: electricsheep Version: 2.7~b12+svn20091224-2 Severity: grave Justification: renders package unusable Hi, electricsheep works fine (program start anddownload sheeps) but no sheep are diplayed. dmesg report: electricsheep[16984]: segfault at 51ae0624 ip 7f832ede94ab sp 7fff8b529cb0 error 4 in libavformat.so.54.63.104[7f832eced000+14b000] -- System Information: Debian Release: jessie/sid APT prefers testing APT policy: (501, 'testing'), (50, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.10-3-amd64 (SMP w/4 CPU cores) Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages electricsheep depends on: ii curl 7.33.0-1 ii debconf [debconf-2.0] 1.5.51 ii flam3 3.0.1-3 ii gconf2 3.2.6-1 ii libatk1.0-02.10.0-2 ii libavcodec54 10:1.2.4-dmo3 ii libavformat54 10:1.2.4-dmo3 ii libavutil5210:1.2.4-dmo3 ii libc6 2.17-93 ii libcairo2 1.12.16-2 ii libexpat1 2.1.0-4 ii libfontconfig1 2.11.0-1 ii libfreetype6 2.4.9-1.1 ii libgdk-pixbuf2.0-0 2.28.2-1 ii libglade2-01:2.6.4-1 ii libglib2.0-0 2.38.0-1 ii libgtk2.0-02.24.21-1 ii libjpeg-progs 8d-1 ii libpango-1.0-0 1.36.0-1 ii libpangocairo-1.0-01.36.0-1 ii libpangoft2-1.0-0 1.36.0-1 ii libxml22.9.1+dfsg1-3 ii mplayer2 [mplayer] 2.0-701-gd4c5b7f-2 ii xloadimage 4.1-22 ii zlib1g 1:1.2.8.dfsg-1 electricsheep recommends no packages. electricsheep suggests no packages. -- no debconf information --- End Message --- --- Begin Message --- Version: 2.7~b12+svn20091224-2+rm Dear submitter, as the package electricsheep has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/711284 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org. Debian distribution maintenance software pp. Luca Falavigna (the ftpmaster behind the curtain)--- End Message ---
Bug#589030: marked as done (Should be able to merge a user-wide or system-wide configuration file)
Your message dated Mon, 17 Feb 2014 12:49:39 + with message-id and subject line Bug#738737: Removed package(s) from unstable has caused the Debian Bug report #589030, regarding Should be able to merge a user-wide or system-wide configuration file to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 589030: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589030 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: ditz Version: 0.5-1 Severity: wishlist Currently, ditz can only use one configuration file at a time, but it would be nice if the local configuration could be merged with a user-wide one (as found in $HOME/.ditz-config) or a system-wide one (/etc/ditz-config). The problem with a single configuration file is that the name and adress of the user have to be in it, and it defeats the purpose of having the file tracked by version control (which is needed if you don't use the default directory to store the bugs database). -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (990, 'testing'), (900, 'stable'), (600, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.30-2-amd64 (SMP w/4 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages ditz depends on: ii libtrollop-ruby 1.9-1 command-line argument processing l ii ruby1.8 1.8.7.249-3 Interpreter of object-oriented scr ditz recommends no packages. ditz suggests no packages. -- no debconf information --- End Message --- --- Begin Message --- Version: 0.5-2+rm Dear submitter, as the package ditz has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/738737 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org. Debian distribution maintenance software pp. Luca Falavigna (the ftpmaster behind the curtain)--- End Message ---
Bug#735434: marked as done (ditz: Please migrate to Ruby 1.9/2.0)
Your message dated Mon, 17 Feb 2014 12:49:39 + with message-id and subject line Bug#738737: Removed package(s) from unstable has caused the Debian Bug report #735434, regarding ditz: Please migrate to Ruby 1.9/2.0 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 735434: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735434 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: ditz Version: 0.5-2 Severity: important Dear Maintainer, As you may know, the Debian Ruby team wants to remove ruby1.8 from the archive very soon. Your package depends on ruby1.8, which is not maintained upstream any more. Please migrate to Ruby 1.9/2.0. Thank you, Christian --- End Message --- --- Begin Message --- Version: 0.5-2+rm Dear submitter, as the package ditz has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/738737 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org. Debian distribution maintenance software pp. Luca Falavigna (the ftpmaster behind the curtain)--- End Message ---
Bug#509224: marked as done (ditz: Issues should have a less-changing identifier by default, like DVCS revisions usually have)
Your message dated Mon, 17 Feb 2014 12:49:39 + with message-id and subject line Bug#738737: Removed package(s) from unstable has caused the Debian Bug report #509224, regarding ditz: Issues should have a less-changing identifier by default, like DVCS revisions usually have to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 509224: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=509224 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: ditz Version: 0.5-1 Severity: wishlist As ditz is by design able to work in a distributed workflow, the identifiers used by default should also be distributed-friendly. The identifiers using the component name and a number have the problem that most merges with another set of issues will renumber anything. Like DVCS systems, ditz already uses a hash as an identifier and the beginning of this identifier can already be used to designate an issue to ditz, so using the beginning of this identifier, like DVCS do, would seem to be a good idea. For example, if component foobar has been added an issue 6f25f4fe1d2ebce20f0b97df35f5eb2ba6245586, 6f25f4fe or foobar-6f25f4fe might be good default identifiers. Regards, Pierre -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (990, 'testing'), (900, 'stable'), (600, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.26-1-xen-amd64 (SMP w/4 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages ditz depends on: ii libtrollop-ruby 1.9-1 command-line argument processing l ii ruby1.8 1.8.7.72-1 Interpreter of object-oriented scr ditz recommends no packages. ditz suggests no packages. -- no debconf information -- nowhere@levallois.eu.org OpenPGP 0xD9D50D8A signature.asc Description: Digital signature --- End Message --- --- Begin Message --- Version: 0.5-2+rm Dear submitter, as the package ditz has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/738737 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org. Debian distribution maintenance software pp. Luca Falavigna (the ftpmaster behind the curtain)--- End Message ---
Bug#738737: Removed package(s) from unstable
We believe that the bug you reported is now fixed; the following package(s) have been removed from unstable: ditz | 0.5-2 | source, all --- Reason --- RoQA; orphaned, dead upstream, RC-buggy -- Note that the package(s) have simply been removed from the tag database and may (or may not) still be in the pool; this is not a bug. The package(s) will be physically removed automatically when no suite references them (and in the case of source, when no binary references it). Please also remember that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. Packages are usually not removed from testing by hand. Testing tracks unstable and will automatically remove packages which were removed from unstable when removing them from testing causes no dependency problems. The release team can force a removal from testing if it is really needed, please contact them if this should be the case. We try to close bugs which have been reported against this package automatically. But please check all old bugs, if they were closed correctly or should have been re-assigned to another package. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 738...@bugs.debian.org. The full log for this bug can be viewed at https://bugs.debian.org/738737 This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org. Debian distribution maintenance software pp. Luca Falavigna (the ftpmaster behind the curtain) -- 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/e1wfndd-0005cd...@franck.debian.org
Bug#738737: Removed package(s) from unstable
Version: 0.5-2+rm Dear submitter, as the package ditz has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/738737 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org. Debian distribution maintenance software pp. Luca Falavigna (the ftpmaster behind the curtain) -- 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/e1wfndj-0005ds...@franck.debian.org
Bug#735185: Removed package(s) from unstable
Version: 0.12-beta1-2+rm Dear submitter, as the package l7-filter-userspace has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/735185 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org. Debian distribution maintenance software pp. Luca Falavigna (the ftpmaster behind the curtain) -- 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/e1wfnef-0005rt...@franck.debian.org
Bug#735185: Removed package(s) from unstable
We believe that the bug you reported is now fixed; the following package(s) have been removed from unstable: l7-filter-userspace | 0.12-beta1-2 | source, amd64, armel, armhf, i386, mips, mipsel, powerpc, s390x, sparc --- Reason --- RoQA; orphaned, unused, dead upstream -- Note that the package(s) have simply been removed from the tag database and may (or may not) still be in the pool; this is not a bug. The package(s) will be physically removed automatically when no suite references them (and in the case of source, when no binary references it). Please also remember that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. Packages are usually not removed from testing by hand. Testing tracks unstable and will automatically remove packages which were removed from unstable when removing them from testing causes no dependency problems. The release team can force a removal from testing if it is really needed, please contact them if this should be the case. We try to close bugs which have been reported against this package automatically. But please check all old bugs, if they were closed correctly or should have been re-assigned to another package. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 735...@bugs.debian.org. The full log for this bug can be viewed at https://bugs.debian.org/735185 This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org. Debian distribution maintenance software pp. Luca Falavigna (the ftpmaster behind the curtain) -- 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/e1wfne9-0005ne...@franck.debian.org
Bug#711284: Removed package(s) from unstable
We believe that the bug you reported is now fixed; the following package(s) have been removed from unstable: electricsheep | 2.7~b12+svn20091224-2 | source, amd64, armel, armhf, i386, kfreebsd-amd64, kfreebsd-i386, mips, mipsel, powerpc, s390x, sparc --- Reason --- RoQA; orphaned, RC-buggy, licence problems -- Note that the package(s) have simply been removed from the tag database and may (or may not) still be in the pool; this is not a bug. The package(s) will be physically removed automatically when no suite references them (and in the case of source, when no binary references it). Please also remember that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. Packages are usually not removed from testing by hand. Testing tracks unstable and will automatically remove packages which were removed from unstable when removing them from testing causes no dependency problems. The release team can force a removal from testing if it is really needed, please contact them if this should be the case. We try to close bugs which have been reported against this package automatically. But please check all old bugs, if they were closed correctly or should have been re-assigned to another package. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 711...@bugs.debian.org. The full log for this bug can be viewed at https://bugs.debian.org/711284 This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org. Debian distribution maintenance software pp. Luca Falavigna (the ftpmaster behind the curtain) -- 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/e1wfnis-00071q...@franck.debian.org