Bug#900819: gimp: Dependency on liblcms2-2 needs tightening

2018-09-17 Thread Mike Mestnik
I think this is a bug in dpkg-shlibdeps, I would just add the Depends by hand after ${shlibs:Depends}... and ask those folks what the issue could be.

Bug#906731: gimp: liblcms2-2 dependancy should be >= 2.9 not 2.2x.

2018-08-20 Thread Mike Mestnik
Package: gimp Version: 2.10.2-1 Severity: important -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Gimp spits out an error about Little CMS being version 2.8, on my system, and not the 2.9 it was compiled against then exits. - -- System Information: Debian Release: 9.4 APT prefers stable

Bug#890009: vulkan: Missing packages for SDK layers.

2018-02-09 Thread Mike Mestnik
Source: vulkan Version: 1.0.65.2+dfsg1-1 Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 The layers are important for collecting debug information and traces. I'd perticularily like to see VK_LAYER_LUNARG_api_dump and VK_LAYER_LUNARG_standard_validation plus thier dependancies.

Bug#868329: empathy: Unable to open URI, Faild to fork (Cannot allocate mempry).

2017-07-14 Thread Mike Mestnik
Package: empathy Version: 3.12.12-4 Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 This is a tablet, i386. I didn't mess with overcommit, swappiness, or anything. Swap is on SSD if there is too much performance suffers. cheako@debian:~$ ps l $(pgrep empathy) F UID PID

Bug#868086: RFS: beautify-bash/1.1-1 [ITP]

2017-07-11 Thread Mike Mestnik
pload: beautify-bash (1.1-1) unstable; urgency=medium * Initial release (Closes: #867869) -- Mike Mestnik <cheako+apt_r...@mikemestnik.net> Tue, 11 Jul 2017 13:21:00 -0500 Regards, Mike Mestnik - -- Debian Release: 9.0 APT prefers stable APT policy: (500, 'stable'), (

Bug#867870: dh-make: Missing bash-completion.

2017-07-10 Thread Mike Mestnik
Package: dh-make Version: 2.201608 Severity: wishlist -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Please consider adding command completion support. - -- System Information: Debian Release: 9.0 APT prefers stable APT policy: (500, 'stable'), (480, 'unstable'), (470, 'experimental')

Bug#867869: ITP: beautify-bash -- Beautifier for Bash shell scripts written in Python

2017-07-10 Thread Mike Mestnik
Package: wnpp Severity: wishlist Owner: Mike Mestnik <che...@mikemestnik.net> -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 * Package name: beautify-bash Version : 1.0 Upstream Author : Paul Lutus <sfncqmt...@whoisprivacyprotect.com>, Shriram V <sh

Bug#688336: os-probe: subvol: patches to provide bootloaders with all the subvolume info.

2017-06-10 Thread Mike Mestnik
These patches can be tested from here: https://launchpad.net/~cheako/+archive/ubuntu/boot-subvol Code from here: https://github.com/cheako/os-prober/tree/aggregate

Bug#688336: os-probe: subvol: patches to provide bootloaders with all the subvolume info.

2017-06-10 Thread Mike Mestnik
Here are corrected versions of these patches. Filesystem raid is almost certainly a separate bug. From 3d4b580dea4592793af3411fc0543af36de0e958 Mon Sep 17 00:00:00 2001 From: Michael Mestnik Date: Fri, 9 Jun 2017 13:04:05 -0500 Subject: [PATCH 2/6] Process

Bug#864246: os-probe: Also skip over bcache partitions.

2017-06-10 Thread Mike Mestnik
Here is an updated copy of this patch. From 6439f5a40bd4e610a462292c646098eeb4d5bcb1 Mon Sep 17 00:00:00 2001 From: Michael Mestnik Date: Mon, 5 Jun 2017 11:52:17 -0500 Subject: [PATCH 1/6] Add in bcache devices --- linux-boot-probes/common/50mounted-tests |

Bug#688336: os-probe: subvol: patches to provide bootloaders with all the subvolume info.

2017-06-08 Thread Mike Mestnik
Using these patches reveals they are not complete, there are two areas that need to be addressed. Firstly the kernel can and will use any device in a filesystem for the contents of /proc/mount. This causes problems in multiple areas that os-probe will have to compensate for. Second

Bug#864181: Fwd: Bug#864181: os-prober: dmraid detection not functional.

2017-06-07 Thread Mike Mestnik
In that case the proposed patch is wrong, dmraid is run every time the file exists. Not only is the conditional in test wrong, but the file is created when it should be being removed.

Bug#688336: os-probe: subvol: patches to provide bootloaders with all the subvolume info.

2017-06-07 Thread Mike Mestnik
Hello, This is the result of several days working the issues and analysing each aspect. These patches include only what is necessary to support subvol. Care has been taken to future proof by preparing for other filesystems, currently this only works with btrfs. These patches have been split,

Bug#864181: Fwd: Bug#864181: os-prober: dmraid detection not functional.

2017-06-07 Thread Mike Mestnik
This does look better, I love the use of operators over if statements. I don't think using a temp file is necessary here. I also wish the regex wouldn't ever match a device containing the name of another device, in that it should match the surrounding bits. { dmraid -r -c 2>/dev/null || true } |

Bug#864246: os-probe: Also skip over bcache partitions.

2017-06-05 Thread Mike Mestnik
This patch also adds bcache to list of partitions types to skip. Note that linux-boot-probes/common/50mounted-tests is missing LVM2_member from said list. From 6439f5a40bd4e610a462292c646098eeb4d5bcb1 Mon Sep 17 00:00:00 2001 From: Michael Mestnik Date: Mon, 5

Bug#864246: os-prober: Add bcache support.

2017-06-05 Thread Mike Mestnik
Package: os-prober Version: 1.75 Severity: normal Tags: patch Looks like bcache devices are not detected. - -- System Information: Debian Release: 8.7 APT prefers stable APT policy: (500, 'stable'), (490, 'testing'), (480, 'unstable'), (470, 'experimental') Architecture: i386 (x86_64)

Bug#864181: os-prober: dmraid detection not functional.

2017-06-04 Thread Mike Mestnik
Package: os-prober Version: 1.75 Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Here is the code as found in os-prober:17 : >"$OS_PROBER_TMP/dmraid-map" DMRAID=$(type dmraid >/dev/null 2>&1 || true) if [ "$DMRAID" ]; then dmraid -r -c >"$OS_PROBER_TMP/dmraid-map" fi The

Bug#688336:

2017-05-30 Thread Mike Mestnik
Forget about all of this, I'm going to simplify the design. I have in mind to make the following changes. 1. Don't just change $1 from being the path of a block device to being a reserved word. a. Instead append an additional parameter. 2. Use subvolume id, instead of names.

Bug#688336:

2017-05-30 Thread Mike Mestnik
The patches have changes that have nothing to do with btrfs, I'll attempt to isolate these.

Bug#688336:

2017-05-30 Thread Mike Mestnik
The patches introduce a bug. /usr/lib/os-probes/50mounted-tests calls fs_type on "btrfs" I'll look into this some more.

Bug#688336:

2017-05-29 Thread Mike Mestnik
Refresh and simplify the patches. https://github.com/cheako/os-prober/tree/btrfs-subvol Also note os-probe fork: https://github.com/campadrenalin/os-prober/commit/b571c0c7c3fe8986cc17dd200173fb7d86ef0c24 This commit reorgs the project making merges with the fork difficult. From

Bug#863688: os-prober: Source has witespace at end of lines.

2017-05-29 Thread Mike Mestnik
Package: os-prober Version: 1.75 Severity: wishlist -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Please consider using some form of source buitification or tidy to remove this whitespace. - -- System Information: Debian Release: 8.7 APT prefers stable APT policy: (500, 'stable'), (490,

Bug#768510: This can happen for other reasons.

2017-05-29 Thread Mike Mestnik
For me I though I discovered this bug, but instead it had to do with btrfs subvolumes. I chrooted into a subvolume and assumed that I could set it up to boot, but it was lacking an entry in /proc/mounts. After I mounted the subvolume and chrooted to this mount point grub worked as expected...

Bug#863678: wipefs: does not delete btrgs label/signature

2017-05-29 Thread Mike Mestnik
Package: util-linux Version: 2.29.1-1 Severity: wishlist -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Used wipefs followed by pvcreate and pvcreate indecated that the block device was formated btrfs. - -- System Information: Debian Release: 8.7 APT prefers stable APT policy: (500,

Bug#863651: debian-installer: no bcache support

2017-05-29 Thread Mike Mestnik
Package: debian-installer Version: 20170525 Severity: wishlist -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I created bcache backing store and was unable to install into it. - -- System Information: Debian Release: 8.7 APT prefers stable APT policy: (500, 'stable'), (490, 'testing'), (480,

Bug#799616: gnome-settings-daemon:i386: Touchscreen stops responding after resume from sleep in Gnome 3

2015-09-20 Thread Mike Mestnik
Package: gnome-settings-daemon Version: 3.14.2-3 Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dear Maintainer, https://bbs.archlinux.org/viewtopic.php?pid=1518320#p1518320 > If using "xinput enable" works for you and you are > using GNOME 3.14, it may be a bug in

Bug#799614: flashplugin-nonfree: hal suggests is unversioned

2015-09-20 Thread Mike Mestnik) (The archmage forever
Package: flashplugin-nonfree Version: 1:3.6.1+b1 Severity: normal Dear Maintainer, In jessie Hulu, for example, does not work with flashplayer because of a newer version of hal. This package suggests hal, but even if hal is installed the suggestion is not functional without something called

Bug#729783: network-manager: Add network connectivy test using http://network-test.debian.org/nm

2015-06-27 Thread Mike Mestnik
I've added this to /etc/NetworkManager/conf.d/ or /etc/NetworkManager/NetworkManager.conf rebooted and no visible change. What is required for captive portal detection? Running i3 and nm-applet. Would be nice to have an explanation of what this does... AFTER the url is probed. -- To

Bug#746784: Fwd: logrotate.d script for atheme-services

2014-05-03 Thread Mike Mestnik
Package: atheme-services Version: 6.0.11-1 Confirmed, the logrotate config is wrong. -- Forwarded message -- From: Graham Dunn g...@kurai.org Date: Mon, Jun 10, 2013 at 8:05 AM Subject: logrotate.d script for atheme-services To: cheako+apt_r...@mikemestnik.net not sure if this

Bug#737882: atheme-services: status on the init script fails

2014-02-07 Thread Mike Mestnik
) and the second makes changes to the output of the script. On Feb 6, 2014 9:09 PM, Antoine Beaupré anar...@debian.org wrote: On 2014-02-06 20:13:03, Mike Mestnik wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Attached find two patch files, one bug/lintian and the other incorporates

Bug#737882: atheme-services: status on the init script fails

2014-02-06 Thread Mike Mestnik
mCVs40sadTc7orOPFugW3N2nCS8Ly1g9tnrrh8OIKxyYbqYHg8nURUTLwRBYY+c2 iCjs0eSm8e0mPl6uEyLmK8MT+g1ENsDwRmv1fVOiSi6BwH0eulzJW5FJOFxxqu5H SCyRhBQyXWx62yyt86MvKsPukeXKMLwhrFllsCYBg/5ZdEyL2OUZNnIioPbjGNdP xu8qELS+EIbxvItxOWvp =uMMO -END PGP SIGNATURE- From 527072f15bce400836b039d0ddb23a127a5086bf Mon Sep 17 00:00:00 2001 From: Mike Mestnik cheako+arcadia

Bug#646607: Subtle changes to the build system for libmowgli2 are included in the atheme sources.

2012-06-21 Thread Mike Mestnik
The atheme source doesn't include exactly libmowgli-2.0.0, instead it's f4867ef73383f727d264c7d27c31e550c59a406d. The changes are limited to these files buildsys.mk.in and src/libmowgli/Makefile. This command will spit out four patches that account for the changes, if you have a git clone of

Bug#646607: Rpath and mowgli.

2012-06-21 Thread Mike Mestnik
Looks like -rpath is set no matter what for GNU/default host_os, ./configure line 7548. We may need to patch this. mowgli is configured as internal starting at/around line 10824. To solve this it just needs to find and be happy with the output of pkg-config. I'm guessing that having version

Bug#646607: hardening flags

2012-03-25 Thread Mike Mestnik
On 03/25/12 12:08, micah wrote: Hi, It would be great if you could add the hardening-flags to the atheme-services package, as described here: http://wiki.debian.org/HardeningWalkthrough Try it now. There are two problems. 1. I couldn't get hardening=+all to build, but the other options are

Bug#646607: hardening flags

2012-03-25 Thread Mike Mestnik
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/25/12 18:00, Antoine Beaupré wrote: I would rather get the package into shape and into unstable first, to be honest. Besides, there are more urgent issues to resolve with the current package. According to our tests, there are is one

Bug#646607: hardening flags

2012-03-25 Thread Mike Mestnik
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/25/12 18:56, Antoine Beaupré wrote: On Sun, 25 Mar 2012 18:19:28 -0500, Mike Mestnik che...@mikemestnik.net wrote: Thank you for the patch and I approve the change. Awesome. I'm struggling with the init file in regards to bug 508010

Bug#646607: atheme-services 534820: FTBFS: Outdated config.{sub,guess}

2012-03-25 Thread Mike Mestnik
On 03/24/12 15:24, Mike Mestnik wrote: Hello, I've recently started to package atheme-services and I was wondering if I could get some input from you. http://mentors.debian.net/package/atheme-services I do plan on making an updated release, perhaps by some time early next week

Bug#646607: ITP: atheme-services -- modular IRC services daemon

2012-03-21 Thread Mike Mestnik
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/21/12 11:11, Antoine Beaupré wrote: On Tue, 20 Mar 2012 18:17:25 -0500, Mike Mestnik che...@mikemestnik.net wrote: Too much drama. Some users are familiar with Atheme's stance on packaging, so you'll be asked to not package Atheme by just

Bug#646607: ITP: atheme-services -- modular IRC services daemon

2012-03-20 Thread Mike Mestnik
On 03/20/12 17:01, micah anderson wrote: On Mon, 19 Mar 2012 21:35:31 -0500, Mike Mestnik che...@mikemestnik.net wrote: http://mikemestnik.net/debian/atheme-services/ Fully usable package, needs mentor and upstream permission. The current state of the pkg needs a licensee review. I'm

Bug#646607: ITP: atheme-services -- modular IRC services daemon

2012-03-19 Thread Mike Mestnik
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 http://mikemestnik.net/debian/atheme-services/ Fully usable package, needs mentor and upstream permission. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

Bug#646607: ITP: atheme-services -- modular IRC services daemon

2012-03-18 Thread Mike Mestnik
Here is a ?partially? working .git tree containing a debian pkg for atheme-services_6.0.9. The atheme channel users were not nice to me so I want nothing more to do with them or there code. However I put some of my time into making this pkg and I'd like to see it make some one else happy. I'll

Bug#646607: ITP: atheme-services -- modular IRC services daemon

2012-03-18 Thread Mike Mestnik
On 03/18/12 12:28, Mike Mestnik wrote: Here is a ?partially? working .git tree containing a debian pkg for atheme-services_6.0.9. The atheme channel users were not nice to me so I want nothing more to do with them or there code. However I put some of my time into making this pkg and I'd

Bug#509916: gallery2: SQLite backend doesn't work.

2011-05-23 Thread Mike Mestnik
This file is in this package libphp-adodb hades:/var/www# dpkg -L libphp-adodb | grep adodb-pdo_sqlite.inc.php /usr/share/php/adodb/drivers/adodb-pdo_sqlite.inc.php Looks like gallery2 package is simple missing some dependency. dep: mysql-client http://packages.debian.org/sid/mysql-client or

Bug#624710: Hello, I was wondering if I could contribute Source Package krb5.

2011-05-11 Thread Mike Mestnik
On 05/11/11 09:56, Gerfried Fuchs wrote: Hi! * Mike Mestnik che...@mikemestnik.net [2011-05-11 16:26:21 CEST]: I opened a report, but it was closed simply stating that It's fixed in 1.9 624710 Thanks for drawing attention to that bugreport. From reading it, ipv6 support was added

Bug#624710: Hello, I was wondering if I could contribute Source Package krb5.

2011-05-11 Thread Mike Mestnik
On 05/11/11 17:47, Sam Hartman wrote: OK, so your concern is that in lenny, kadmin didn't even try v6, so the record didn't break anything but in squeeze, you're seeing a problem because it's trying to use the record? I'm certain that in lenny I configured IPv6 and records and

Bug#625980: CPAN: reports - LWP not installed; cannot continue

2011-05-07 Thread Mike Mestnik
Package: perl-modules Version: 5.10.1-17 Severity: normal www:~# perl -MCPAN -e shell Terminal does not support AddHistory. cpan shell -- CPAN exploration and modules installation (v1.9402) Enter 'h' for help. cpan[1] reports PLURAL/Data-Form-Elements-0.61.tar.gz CPAN: Storable loaded ok

Bug#625980: Solution install libwww-perl

2011-05-07 Thread Mike Mestnik
After installing libwww-perl this problem went away. I was expecting to install liblwp-perl or liblwp-useragent-perl. When I found CPAN/LWP/UserAgent.pm I assumed I had LWP. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#624710: /usr/bin/kadmin: kadmin: IPv6 support binds IPv4 socket leading to EAFNOSUPPORT.

2011-04-30 Thread Mike Mestnik
Package: krb5-user Version: 1.8.3+dfsg-4 Severity: important File: /usr/bin/kadmin Here is a small bit of strace output: socket(PF_INET, SOCK_STREAM, IPPROTO_TCP) = 4 bind(4, {sa_family=AF_INET, sin_port=htons(775), sin_addr=inet_addr(0.0.0.0)}, 16) = 0 connect(4, {sa_family=AF_INET6,

Bug#497082: Looks like this RFP is still classified as ITP.

2011-04-16 Thread Mike Mestnik
Perhaps this is just a bug on this site: http://www.deb.at/devel/wnpp/prospective However is lists libev-perl as being 889 days in preparation, instead of under Requested packages. I'd like to see debs for this regardless of potential copyright violations. -- To UNSUBSCRIBE, email to

Bug#606007: GSSAPI: Modifications to chroot.

2010-12-05 Thread Mike Mestnik
Package: postfix Version: 2.5.5-1.1 Severity: important I'm not sure if this is a feature, bug, or inconvenience. However I've had to create the following files and folders to get GSSAPI working. I'm concerned about the security implications of altering a chroot.

Bug#606007: GSSAPI: Another mod 4 chroot.

2010-12-05 Thread Mike Mestnik
Package: postfix Version: 2.5.5-1.1 Followup-For: Bug #606007 /dev/urandom -- System Information: Debian Release: 5.0.6 APT prefers stable APT policy: (900, 'stable'), (800, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 2.6.35.4-rscloud (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8,

Bug#606007: GSSAPI: Working now.

2010-12-05 Thread Mike Mestnik
Package: postfix Version: 2.5.5-1.1 Followup-For: Bug #606007 After clearing out stale key information things started working for me. I made one file change to my configuration. /etc/postfix/sasl/smtpd.conf: mech_list: GSSAPI This disables all password based authentication, something I'm

Bug#606022: Postfix: Auth: Dovecot SASL.

2010-12-05 Thread Mike Mestnik
Package: postfix Version: 2.5.5-1.1 Severity: wishlist Could you ajust the suggestion regarding Cyrus SASL to include Dovecot? This would have saved me from having to configure SASL. I was thinking something like: Suggests: procmail, postfix-mysql, postfix-pgsql, postfix-ldap, postfix-pcre,

Bug#603822: krb5-kdc-ldap: Cloned 511348 because of startup ordering issue.

2010-11-17 Thread Mike Mestnik
Package: krb5-kdc-ldap Version: 1.6.dfsg.4~beta1-5lenny4 Followup-For: Bug #603822 Hello, It's been reported that some krb5 services fail to start when/if an LDAP server is not running. The solution has been suggested to continue pooling for a connection, instead of just giving up. This is

Bug#570016: apt-p2p: Disk space overwhelming.

2010-02-15 Thread Mike Mestnik
Package: apt-p2p Version: 0.1.5 Severity: normal Hello, I love apt-p2p and debtorrent. However I can't justify the space used in /var/cache/apt-p2p/cache. Any thing ove a GB is just too much. I'd be happy if I could set a limit of 800MB, that's 2hrs worth of uploading for me and 15min to

Bug#551851: apt-p2p: I too am flodded with these.

2010-02-15 Thread Mike Mestnik
Package: apt-p2p Version: 0.1.5 Followup-For: Bug #551851 I wonder if a Multicast network, like that used by squid, whould be helpfull? -- System Information: Debian Release: 5.0.3 APT prefers stable APT policy: (990, 'stable'), (90, 'testing') Architecture: i386 (i686) Kernel: Linux

Bug#481243: Using nc and inetd to expose apt-p2p to a network.

2010-02-15 Thread Mike Mestnik
Package: apt-p2p Version: 0.1.5 Followup-For: Bug #481243 Add this to /etc/inetd.conf and restart openbsd-inetd: # tproxy stream tcp nowait root /tproxy.pl tproxy 9988 stream tcp nowait nobody /usr/sbin/tcpd /bin/nc localhost 9977 9988 stream tcp6 nowait nobody /usr/sbin/tcpd /bin/nc localhost

Bug#557198: (0.3-4) fails to install ERR: missing /etc/network/run

2010-01-24 Thread Mike Mestnik
On Sun, Jan 24, 2010 at 6:16 PM, tony mancill tmanc...@debian.org wrote: Package: ifupdown-scripts-zg2 Severity: normal I am unable to reproduce this bug.  ifupdown-scripts-zg2 installs correctly in a clean debian sid chroot. The order of the sub-operations would effect the order postinst(s)

Bug#565676: lvm2: initrd script could be extended beyond what it currently supports.

2010-01-17 Thread Mike Mestnik
Package: lvm2 Version: 2.02.39-7 Severity: normal I believe that a lot can be done to extend the usefulness of the local-top/lvm2 script. Currently the script supports a number of formats for root and swap filesystem names, but it's vary limited. fe[0-9]* /dev/root

Bug#565265: gnome-panel: README.Debian is outdated.

2010-01-14 Thread Mike Mestnik
Package: gnome-panel Version: 2.20.3-5 Severity: minor Looks like the file has some vary old instructions but is otherwise empty.  /etc/menu-methods/gnome-vfolder-user is no longer part of this package. /usr/share/doc/gnome-panel/README.Debian -- System Information: Debian Release: 5.0.3  APT

Bug#565273: gnome-panel: Using gconf defaults or mandatory to install applets.

2010-01-14 Thread Mike Mestnik
Package: gnome-panel Version: 2.20.3-5 Severity: wishlist There is a feature gap where once a user has used panel the system admin is no-longer able to alter that users panel effectively. I've tried to do a lot of research and talk to a number of ppl but I still don't think I've talked to any

Bug#558907: invoke-rc.d gdm start; # spawns multiple instances.

2009-11-30 Thread Mike Mestnik
Package: gdm Version: 2.20.7-4lenny1 Severity: normal IMHO all daemon should fail to start if they are already running. In this case gdm fails badly if more them one is running at a time. -- System Information: Debian Release: 5.0.3 APT prefers stable APT policy: (990, 'stable'), (800,

Bug#557548: libhighgui1: Video output broken.

2009-11-22 Thread Mike Mestnik
Package: libhighgui1 Version: 1.0.0-6.3 Severity: normal This is much like 518916, however the build reports no problems now: checking libavcodec/avcodec.h usability... yes checking libavcodec/avcodec.h presence... yes checking for libavcodec/avcodec.h... yes So bug 518916 is corrected, however

Bug#557551: opencv: building on lenny.

2009-11-22 Thread Mike Mestnik
Package: opencv Version: 1.0.0-6.3 Severity: wishlist g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../../cv/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0

Bug#557548: libhighgui1: Video output broken, backtrace.

2009-11-22 Thread Mike Mestnik
Package: libhighgui1 Version: 1.0.0-6.3 Followup-For: Bug #557548 Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0xb7f366c0 (LWP 11335)] 0x44f7b93d in fclose () from /lib/i686/cmov/libc.so.6 (gdb) bt #0 0x44f7b93d in fclose () from /lib/i686/cmov/libc.so.6 #1

Bug#557595: libavformat52: url_fclose: Takes one less pointer.

2009-11-22 Thread Mike Mestnik
Package: libavformat52 Version: 4:0.5+svn20090706-2+b1 Severity: normal http://www.rainsoft.de/projects/ffmpeg_opencv.html Outlines removing the '' in 'url_fclose(mywriter-oc-pb);'. Perhaps catalyst to #557548. I'd like to know what developers should do regarding this issue, it would be joyous

Bug#551851: Flooded/DDOSed by apt-p2p UDP data.

2009-10-21 Thread Mike Mestnik
Package: apt-p2p Version: 0.1.5 Severity: wishlist I wonder if UDP lookups should not be p2p as well, for example a tree or mesh where each hosts sends the UDP lookup to 5 or 10 other hosts... If there is enough data TCP xfers can be used instead, like the gnutella networks... or rather opposite

Bug#149680: iproute: Unless there is a need for this white space, it should be removed.

2009-09-07 Thread Mike Mestnik
Package: iproute Version: 20080725-2 Followup-For: Bug #149680 Unless there is a need for this white space, it should be removed. I found out about the larger issue by assuming where the lines ended. This caused some problems with grep and perl and making it proper will also have problems. A

Bug#307733: hal-info: Device incorrectly detected as Kodak camera VS Kodak storage.

2009-09-07 Thread Mike Mestnik
Package: hal-info Followup-For: Bug #307733 I'm not sure if the bug still exists. On plug in of this USB device(via cradle or cable) was detected as a camera and the Kodak software was loaded. This IS a camera, however it should be treated as a USBStorage device. The device does not respond to

Bug#221817: gnome-control-center: I don't have dual monitors anymore.

2009-09-07 Thread Mike Mestnik
Package: gnome-control-center Followup-For: Bug #221817 I'm not sure if gnome-background has support for multiple heads? If you can load a different image for each head then I'd say this bug can be closed. Looks like the upstream bug has a good handle on what the problem is. -- System

Bug#215326: I've run dillo for 2 days w/o it gobbling up all the memory.

2009-09-05 Thread Mike Mestnik
Package: dillo Followup-For: Bug #215326 After 2 days Dillo is not taking tremendous amounts of memory. However new window does not, and perhaps should not, release memory in use. -- System Information: Debian Release: 5.0.2 APT prefers stable APT policy: (990, 'stable') Architecture: i386

Bug#534560: lzop: Please patch for SMP.

2009-06-25 Thread Mike Mestnik
Package: lzop Version: 1.02~rc1-2 Severity: wishlist http://lemley.net/lzop_patches/lzop.html The provided patch does not apply cleanly to the Debian source, it's based on 1.01 so that's not surprising. I'll attempt to apply the patch and report my experience and perhaps a patch. -- System

Bug#514907: ifupdown-scripts-zg2: Master interface should be up before creating vlan interface

2009-04-19 Thread Mike Mestnik
On Sun, Apr 19, 2009 at 10:11 AM, Marc Haber mh+debian-packa...@zugschlus.de wrote: On Wed, Feb 11, 2009 at 08:50:52PM +0100, Vincent Bernat wrote: The following configuration does not work: iface myvlan inet manual  encapsulation dot1q  master eth0  vlan-id 45 I get: error: Network is

Bug#516986: jirc: Pound commands for messaging users.

2009-02-24 Thread Mike Mestnik
Package: jirc Version: 0.7-2 Severity: wishlist jirc is missing the ability to send messages directly to other users. Obviously this is outside the scope of the original project, however I feel it's an important part of chat channels(taking extended conversations out of the channel.) There are a

Bug#516196: fpm2: Blowfish selftest failed: At startup password prompt. Please try again.

2009-02-19 Thread Mike Mestnik
Package: fpm2 Version: 0.72-1 Severity: important The program is usable for the first run only, after that I'm unable to ?login? decrypt the password database. I'm also unable to import my old database, but it looks like the format has not changed much. I don't see where the Blowfish lib is

Bug#514822: ifupdown-scripts-zg2: Provide a sample interfaces file

2009-02-12 Thread Mike Mestnik
/usr/share/doc/ifupdown/examples/network-interfaces.gz -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#514822: ifupdown-scripts-zg2: Provide a sample interfaces file

2009-02-12 Thread Mike Mestnik
On Thu, Feb 12, 2009 at 02:13:52PM -0600, Mike Mestnik wrote: /usr/share/doc/ifupdown/examples/network-interfaces.gz Opps, sorry wrong package. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#471842: [Pkg-nagios-devel] Bug#471842: Defaults: localhost, Disk Space is UNKNOWN. Missing include cfg.

2008-04-29 Thread Mike Mestnik
On Sun, Apr 27, 2008 at 04:18:25PM +0200, Marc Haber wrote: tags #471842 wontfix thanks On Thu, Mar 20, 2008 at 01:26:59PM -0500, Mike Mestnik wrote: Perhaps this should be a known bug, wontfix. I agree, not fully having understood the issue, though. Sorry, I had a problem where

Bug#471842: Defaults: localhost, Disk Space is UNKNOWN. Missing include cfg.

2008-03-20 Thread Mike Mestnik
Package: nagios2 Version: 2.10-1 Severity: minor Looks like this file is needed in the configuration for the default config to work properly. /usr/share/nagios-plugins/templates-basic/disk.cfg Please add one of these to the default config:

Bug#471842: [Pkg-nagios-devel] Bug#471842: Defaults: localhost, Disk Space is UNKNOWN. Missing include cfg.

2008-03-20 Thread Mike Mestnik
On Thu, Mar 20, 2008 at 04:28:12PM +0100, Jan Wagner wrote: Hi Mike, On Thursday 20 March 2008 16:05, Mike Mestnik wrote: Looks like this file is needed in the configuration for the default config to work properly. could you please specify the symptoms? Thanks and with kind regards

Bug#471842: [Pkg-nagios-devel] Bug#471842: Defaults: localhost, Disk Space is UNKNOWN. Missing include cfg.

2008-03-20 Thread Mike Mestnik
GEEK CODE BLOCK- Version: 3.1 GIT d-- s+: a- C+++ UL P+ L+++ E- W+++ N+++ o++ K++ w--- O M V- PS PE Y++ PGP++ t-- 5 X R tv- b+ DI- D++ G++ e++ h-- r+++ y+++ --END GEEK CODE BLOCK-- -- / * Mike Mestnik: Junior

Bug#471842: [Pkg-nagios-devel] Bug#471842: Defaults: localhost, Disk Space is UNKNOWN. Missing include cfg.

2008-03-20 Thread Mike Mestnik
On Thu, Mar 20, 2008 at 04:28:12PM +0100, Jan Wagner wrote: Hi Mike, On Thursday 20 March 2008 16:05, Mike Mestnik wrote: Looks like this file is needed in the configuration for the default config to work properly. could you please specify the symptoms? Thanks and with kind regards

Bug#471842: Re: [Pkg-nagios-devel] Bug#471842: Defaults: localhost, Disk Space is UNKNOWN. Missing include cfg.

2008-03-20 Thread Mike Mestnik
On Thu, Mar 20, 2008 at 01:26:59PM -0500, Mike Mestnik wrote: On Thu, Mar 20, 2008 at 04:28:12PM +0100, Jan Wagner wrote: Hi Mike, On Thursday 20 March 2008 16:05, Mike Mestnik wrote: Looks like this file is needed in the configuration for the default config to work properly

Bug#436740: fpm: Missing menu file, one provided.

2007-08-08 Thread Mike Mestnik
Package: fpm Version: 0.60-2 Severity: wishlist I like to copy/paste, how about you? cat usr/share/menu/fpm EOF ?package(fpm):\ needs=X11\ section=Apps/Text\ title=fpm\ longtitle=Figaro's Password Manager\

Bug#436741: lynx: Time to move the menufile.

2007-08-08 Thread Mike Mestnik
Package: lynx Version: 2.8.6-2 Severity: minor The menufiles are being put into /usr/share/menu now. My lynx pakg includes /usr/lib/menu/lynx, moving this into the correct location adds the menu for lynx. On my system the /usr/share/menu folder had only lynx. -- System Information: Debian

Bug#436407: bacula: Uncompleted(Still active, Failed, Errored, Canceled) jobs force Level=full when Incremental.

2007-08-07 Thread Mike Mestnik
Package: bacula-director-sqlite3 Version: 2.0.3-4 Severity: normal I understand this is a bit obscure and most certainly avoidable as such avoidance is likely the best option. However this makes Amanda look comparable to Bacula, in that to avoid this problem a Job must be split into smaller more

Bug#436359: bacula-sd: Storage mediums like DVDs and CDs need FEC(I.E. par2), others like parity volumes.

2007-08-06 Thread Mike Mestnik
Package: bacula-sd Version: 2.0.3-4 Severity: important Am I wrong to assume that A DVD/CD may become old/worn-out/scratched? I can think of several ways that tools like par2 and/or dvdisaster can be used to combat these conditions, but I can't guess how after reading all the config files and

Bug#428076: url_upload: Trouble with non-uniq file_name(s).

2007-06-08 Thread Mike Mestnik
Package: torrentflux Version: 2.3-2 Severity: normal http://www.tuxdistro.com/rssinfo.php All of these RRS feeds use the same file_name. Like: http://www.tuxdistro.com/torrents-details.php?id=323hit=1 http://www.tuxdistro.com/torrents-details.php?id=322hit=1 I.E. torrents-details.php ect.

Bug#428076: url_upload: Trouble with non-uniq file_name(s).

2007-06-08 Thread Mike Mestnik
On Fri, Jun 08, 2007 at 10:58:36AM -0700, Cameron Dale wrote: severity 428076 wishlist thanks On 6/8/07, Mike Mestnik [EMAIL PROTECTED] wrote: http://www.tuxdistro.com/rssinfo.php All of these RRS feeds use the same file_name. Like: http://www.tuxdistro.com/torrents-details.php?id

Bug#399150: I got php4-sqlite working with torrentflux.

2007-06-06 Thread Mike Mestnik
Package: torrentflux Version: 2.3-2 Followup-For: Bug #399150 I'm downloading torrents now. It's way cool. -- System Information: Debian Release: lenny/sid APT prefers stable APT policy: (700, 'stable'), (650, 'testing'), (600, 'unstable'), (500, 'oldstable') Architecture: powerpc (ppc64)

Bug#399150: torrentflux: Should only suggest, not depend. HowTo avalible.

2007-05-29 Thread Mike Mestnik
This did work on one system, I will get it working after I get php running on another. Thank you so much. :) -- / * Mike Mestnik: Junior Admin 612-395-8932 * * [EMAIL PROTECTED] VISI Inc

Bug#399150: torrentflux: Should only suggest, not depend. HowTo avalible.

2007-05-02 Thread Mike Mestnik
On Wed, Apr 18, 2007 at 02:20:15PM -0700, Cameron Dale wrote: On 4/18/07, Mike Mestnik [EMAIL PROTECTED] wrote: I do love to finish installing a pkg only to find it's ready to be used. I understand the current dependency on php4/5-mysql is required for this to function, but then I see

Bug#407216: ntp fails, if not restarted on ifdown/up.

2007-04-19 Thread Mike Mestnik
I too get the... sendto(IP) (fd=21): Invalid argument The proposed solution fixes the issue. Is there a case where restarting ntpd would be bad? -- / * Mike Mestnik: Junior Admin 612-395-8932 * * [EMAIL

Bug#399150: torrentflux: Should only suggest, not depend. HowTo avalible.

2007-04-18 Thread Mike Mestnik
Package: torrentflux Followup-For: Bug #399150 I'm trying to use sqlite as the DB, as it's better(smaller). http://www.torrentflux.com/forum/index.php?topic=697.msg6285 -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing')

Bug#399150: torrentflux: Should only suggest, not depend. HowTo avalible.

2007-04-18 Thread Mike Mestnik
On Wed, Apr 18, 2007 at 01:13:02PM -0700, Cameron Dale wrote: On 4/18/07, Mike Mestnik [EMAIL PROTECTED] wrote: Package: torrentflux Followup-For: Bug #399150 I'm trying to use sqlite as the DB, as it's better(smaller). http://www.torrentflux.com/forum/index.php?topic=697.msg6285

Bug#414952: hald-addon-*: Uses a CWD under the usr path.

2007-03-14 Thread Mike Mestnik
Package: hal Version: 0.5.8.1-7 Severity: normal This would not be the only object used by these tools that would prevent usr from being unmounted. In my case I'm trying to replace the usr path with a mounted filesystem. I'm going to attempt deleting the folder out from under these

Bug#309971: ubh: This happened and now, it's not free!!!

2006-12-16 Thread Mike Mestnik
Package: ubh Version: 2.5-10 Followup-For: Bug #309971 23876 cheako 8 -7 1087m 323m 1528 S 2.3 32.0 38:28.78 ubh I think most of the 300m and the 1g should have be unalloced at the current point... Retrieving part 14 of 15 server = offnetwork-news.visi.com group =

Bug#400629: gstm: X11 Forwarding and remote command options.

2006-11-27 Thread Mike Mestnik
Package: gstm Version: 1.2-4 Severity: wishlist This is a great GUI for managing a simple feature of ssh, I'm wondering if this tool will ever be extended for remote commands? As an example to run x2x or x2vnc, like the following? daemon -r -n ssh-x2x -- ssh -i /home/mmestnik/.ssh/x2x-guan-yin

Bug#400631: gstm: Auto-ssh like monitoring of ssh connection.

2006-11-27 Thread Mike Mestnik
Package: gstm Version: 1.2-4 Severity: wishlist Periodically (by default every 10 minutes), autossh attempts to pass traffic on the monitor forwarded port. If this fails, autossh will kill the child ssh process (if it is still running) and start a new one; If avalible an echo(port 7) server is

Bug#377143: dpkg: [CONFFILE] [QUESTIONS] [DEBPOSTCONF] Delayed processing these for last.

2006-07-06 Thread Mike Mestnik
Package: dpkg Version: 1.13.22 Severity: wishlist debconf rules! For all these reasons it's nessisary to postpone the conflict management that conffile's mandate until we are finished managing(installing/upgrading/configuring/blah/blah/blah) packages. We should also consider expanding this to

  1   2   >