Bug#1080557: Missing Build-Depends on python3-setuptools

2024-09-06 Thread Jack Lloyd
On Thu, Sep 05, 2024 at 04:57:50PM +0200, stefa...@debian.org wrote: > Please add a Build-Depends on python3-setuptools to your package, or migrate > the package's build system away from setuptools/distutils. The build system doesn't use setuptools/distutils at all; we just relied on it for parsi

Bug#1022042: #1022042 linux-image-5.10.0-19-amd64 fails to boot on machines with AMD integrated graphics

2022-10-19 Thread Lloyd Jacobs
Same problem here, after update my laptop failed to boot after grub. Reverted to 5.10.0-18 which works. Laptop System: ASUSTeK product: VivoBook_ASUSLaptop X415DAP_M415DA v: 1.0 serial: Mobo: ASUSTeK model: X415DAP v: 1.0 serial: UEFI: American Megatrends v: X415DAP.308 date: 04/15/2022 AMD

Bug#1007268: Enable LUKS unlock with security keys (FIDO2/PKCS11) and TPM2

2022-03-15 Thread Trent Lloyd
Package: systemd I would like to unlock LUKS encrypted disks with the new systemd-cryptsetup ability to unlock using security keys such as Yubikey, etc. I am primarily interested in the FIDO2 support personally however there is also PKCS11 and TPM2 support. It would be great to enable all 3 of t

Bug#997658: Botan FTBFS

2021-10-24 Thread Jack Lloyd
This test failure is a known issue which is caused by the expiration of a CA certificate which was used in the test suite. The problem will be addressed in 2.18.2, which is expected to be released within the next day or two.

Bug#963978: isc-dhcp-server: Wrong OUI URL in dhcp-lease-list

2020-06-29 Thread Tom Lloyd
Package: isc-dhcp-server Version: 4.3.5-3+deb9u1 When you run dhcp-lease-list without an OUI file installed, it complains and provides a web link to download one. This web link is out of date and results in a 404 error. Correction follows: /usr/sbin/dhcp-lease-list Line 33 -my $OUI_URL = 'http:

Bug#952951: botan: Replace PKCS11 headers provided by OASIS

2020-04-23 Thread Jack Lloyd
On Thu, Apr 23, 2020 at 01:09:42PM +0300, Adrian Bunk wrote: > So what is the way forward you suggest? > Asking someone (who?) for advice? > RC bug also against p11-kit? > ...??? It might be worth contacting OASIS on this issue, not sure. Maybe they would be willing to relicense or clarify licens

Bug#955099: libmypaint: FTBFS with Sphinx 2.4: TypeError: parse_declaration() missing 1 required positional argument: 'directiveType'

2020-03-28 Thread Jesper Lloyd
Building the docs with sphinx 2.4 and the latest python3-breathe (3.14.1) seems to work fine (-ish; 8 warnings, no errors). I don't think the problem can be fixed in libmypaint's sphinx configuration.

Bug#952951: botan: Replace PKCS11 headers provided by OASIS

2020-03-10 Thread Jack Lloyd
On Mon, Mar 02, 2020 at 10:09:32PM -0700, Sean Whitton wrote: > > In short, OASIS Open is a DFSG compliant license or not? > > Thanks. It looks like the license which does not permit modification > applies to the specification, so the specification is not DFSG-free. > > As for pkcs11.h, I can't

Bug#951093: libmypaint: please package v2.0.0-beta.0

2020-02-10 Thread Jesper Lloyd
Speaking as the current de facto mypaint/libmypaint maintainer, I would advice against this, because MyPaint 2.0 will depend on libmypaint 1.5.0 and not libmypaint-2.0. This is a fairly recent development, though it's been discussed for a few weeks: https://github.com/mypaint/libmypaint/releases/ta

Bug#917047: avahi: CVE-2018-1000845: DNS amplification and reflection to spoofed addresses

2018-12-21 Thread Trent Lloyd
I have pushed a fix upstream for the issue here: https://github.com/lathiat/avahi/commit/e111def44a7df4624a4aa3f85fe98054bffb6b4f I have only performed basic validation so far, however the following scapy query now fails: send(IP(src="1.1.1.1",dst="DEST_IP")/UDP(sport=53, dport=5353)/DNS(rd=1,q

Bug#916970: FTBFS on arm64 hardware running 32-bit armel userland

2018-12-20 Thread Jack Lloyd
On Thu, Dec 20, 2018 at 09:45:54PM +, Steve McIntyre wrote: > botan could do with fixing upstream (maybe by simply adding "armv8l" > as an alias in src/build-data/arch/arm32.txt?), Exactly this change was made upstream in 2.7.0, due to a similar problem affecting Alpine, which also builds 32-

Bug#898038: caused by host

2018-05-07 Thread Trent Lloyd
The script regex should be improved not to check in the case you specify (and thus this patch should applied). However host should *always* timeout after 5 seconds regardless. The bug in host that causes it to never timeout appears to be a relatively recently introduced behavior and on the Ubu

Bug#898038: caused by host

2018-05-06 Thread Trent Lloyd
I have been tracking this issue in Ubuntu at: https://bugs.launchpad.net/bugs/1752411 The root cause of this issue is a bug in 'host', in certain circumstances the host command hangs and never returns. I can reproduce this reliably. The main case I have found is when an interface is up, but th

Bug#893730: Missing dependency?

2018-03-21 Thread Jack Lloyd
On Wed, Mar 21, 2018 at 09:13:55PM +0100, VA wrote: > Package: python3-botan > Version: 2.4.0-3 > > After installing Python bindings for botan, it seems some dependency is > missing (or not installable): > > >>> import botan2 > Traceback (most recent call last): > File "", line 1, in > File

Bug#846377: discovered likely cause of this issue

2018-03-08 Thread Trent Lloyd
I believe I know the cause for this issue.  I ran into the same issue when trying to use fscrypt to setup ext4 encryption for /home on Ubuntu Bionic /etc/pam.d/systemd-user does not currently call pam_keyinit.so. This means that the keyring does not link to the user keyring as it should, and

Bug#856311: avahi-daemon: Won't start due to rlimit nproc, confused by lxc containers

2017-08-16 Thread Trent Lloyd
On 17/08/17 09:58, James Valleroy wrote: On Mon, 27 Feb 2017 10:35:18 -0500 Matthew Gabeler-Lee wrote: On one of my systems, avahi-daemon can't start due to its default rlimit-nproc value of 3. This also affects Debian-CI for packages that depend on avahi-daemon (such as https://ci.debian.net

Bug#866213: open-iscsi: iBFT network setup does not populate PROTO (e.g. PROTO=dhcp, or static) in /run/net-*.conf

2017-06-28 Thread Trent Lloyd
Source: open-iscsi Severity: normal Tags: patch When booting with iBFT, the network configuration is performed by open-iscsi as part of initramfs.local-top instead of by klibc-ipconfig as it would be during for example a PXE boot. This includes populating /run/net-*.conf which is consumed among o

Bug#859409: kicad: Inconsistent footprint naming

2017-04-07 Thread Mark Morgan Lloyd
shipped doesn't correspond to their sources. -- Mark Morgan Lloyd markMLl .AT. telemetry.co .DOT. uk [Opinions above are the author's, not those of his employers or colleagues]

Bug#849352: gimp: Saving overtop existing BZ2 compressesd XCF files does not truncate them

2016-12-25 Thread Brendon Lloyd Higgins
Package: gimp Version: 2.8.18-1 Severity: normal Dear Maintainer, It seems that saving a .xcf.bz2 file does not properly trunctate it if the file already exists. It's easy to not notice because it's only apparent if the file should obviously be smaller than before. In my case, for example, I crea

Bug#807010: xl2tpd freezes all system

2016-11-16 Thread Mark Morgan Lloyd
2tpd 1.3.6+dfsg-4. For general info, we've been running upstream's 1.3.7 reliably here for several months on ARM, compiled to not use the kernel. There might be additional issues on aarch64. -- Mark Morgan Lloyd markMLl .AT. telemetry.co .DOT. uk [Opinions above are the autho

Bug#842480: avahi-daemon: boot and RAM sleep end with dnscrypt-proxy port covering.

2016-10-29 Thread Trent Lloyd
Port 5353 is well established and IANA registered as the official port for Multicast DNS. dnscrypt should probably choose a better non-conflicting port as their recommended port, 5353 is a poor choice. If you want to continue using it and don't care for using mDNS/Avahi then I suggest that

Bug#842346: xl2tpd: Please upgrade xl2tpd to upstream 1.3.7.

2016-10-28 Thread Mark Morgan Lloyd
Package: xl2tpd Version: 1.3.6+dfsg-2 Severity: normal Dear Maintainer, Some ISPs allow a customer to connect to an L2TP LNS over an arbitrary link, e.g. 3/4G wireless, and will then route IP6 and fixed IP addresses over this using PPP. Please note that this usage is distinct from IPsec etc. This

Bug#830842: State of Maps in Stable

2016-07-31 Thread James Rowan Lloyd
Hi, I understand that this bug has been fixed upstream in the latest version that is set to hit unstable. However, given that this bug affects all versions, including stable, I'm wondering if there is any plan to patch it and fix it in jessie. It's a pretty horrendous bug for an application t

Bug#812103: Patch

2016-07-05 Thread Trent Lloyd
+++ passenger-2.2.11debian/debian/changelog @@ -1,3 +1,33 @@ +passenger (2.2.11debian-2+deb6u1ubuntu12.04.2) precise-security; urgency=medium + + * Fix for regression introduced in previous CVE-2015-7519 +fix. All HTTP headers were dropped from the request +which broke all applications. Backport

Bug#818332: gpsd: Install fails if IPv6 is disabled on loopback

2016-03-15 Thread Lloyd R. Melton
Package: gpsd Version: 3.11-3 Severity: normal I have IPv6 disabled on all interfaces and when trying to install the gpsd package I received this error during the setup portion: Setting up gpsd (3.11-3) ... Creating/updating gpsd user account... A dependency job for gpsd.service failed. See 'jour

Bug#794145: fills up logs with useless (?) "Invalid response packet from host ..."

2015-07-30 Thread Trent Lloyd
I am going to make a patch for this (and a couple other similar messages) upstream today. I intend to disable them unless in debug mode. https://github.com/lathiat/avahi/issues/10 - Trent > On 31 Jul 2015, at 5:01 AM, Yaroslav Halchenko wrote: >

Bug#782544: E: Error http://security.debian.org/ wheezy/updates/main dpkg i386

2015-04-13 Thread Charles Lloyd
Package: update-manager-core Severity: normal Dear Maintainer, *** Please consider answering these questions, where appropriate *** * What led up to the situation? * What exactly did you do (or not do) that was effective (or ineffective)? * What was the outcome of this action? *

Bug#768620: [avahi-daemon] Install fails

2014-12-17 Thread Trent Lloyd
That “something” is system itself, activation via dbus as something is trying to use Avahi via d-bus. See here: Dec 16 14:27:50 Zia dbus[1350]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' I suggest you try “disable” instead of

Bug#698642: cu with Wheezy is intolerant of line glitches.

2013-01-21 Thread Mark Morgan Lloyd
Package: cu Version: 1.07-20 Severity: normal Dear Maintainer, Scenario is an Ultra Enterprise 2 connecting using cu to the serial port on a headless E4500. When the E4500 is powered up cu becomes non-responsive to kbd input including the #. abort sequence, the only way to terminate it is to use k

Bug#698345: xorg: All attempts at connecting a remote X server to a SPARC host fail, irrespective of its architecture.

2013-01-21 Thread Mark Morgan Lloyd
Can you get a tcpdump trace? I should be able to: if I bypass XDMCP it should be a manageable size as an attachment (even if I can't make sense of it enough to cut off the earlier part of the session). -- Mark Morgan Lloyd markMLl .AT. telemetry.co .DOT. uk [Opinions above are the aut

Bug#698345: xorg: All attempts at connecting a remote X server to a SPARC host fail, irrespective of its architecture.

2013-01-17 Thread Mark Morgan Lloyd
Package: xorg Version: 1:7.7+1 Severity: important Dear Maintainer, I run a range of development systems here of different architectures, in most cases "headless" with connection via X usually using xdmcp. This fails with a SPARC Wheezy host (i.e. the machine being connected to), irrespective of t

Bug#693913: kde-plasma-desktop: For a new user, desktop starts with bottom bar and tab at top right but no other content.

2012-11-21 Thread Mark Morgan Lloyd
Package: kde-plasma-desktop Version: 5:77 Severity: important Dear Maintainer, When KDE first starts for any given newly-created user, it has a background image, a panel/bar at the bottom, and a desktop tab at the top right. However there is no other content: no menu button, no clock display etc

Bug#692069: knotify: knotify crashes during desktop startup or shutdown.

2012-11-21 Thread Mark Morgan Lloyd
Pino Toscano wrote: Alle giovedì 1 novembre 2012, Mark Morgan Lloyd ha scritto: Automatic bug report dialogue generates a partial backtrace but suggests installing debug info for knotify4 but does not say what package contains this. Usually, debug packages are named after the names of sources

Bug#692069: Acknowledgement (knotify: knotify crashes during desktop startup or shutdown.)

2012-11-02 Thread Mark Morgan Lloyd
> Please install kdelibs5-dbg and try generating the backtrace. Dialogue still says it's NBG. On this run I got a Knotify crash at the start of the session, and another when I told it to logout. Backtrace attached. -- Mark Morgan Lloyd markMLl .AT. telemetry.co .DOT. uk [Opinions a

Bug#692069: knotify: knotify crashes during desktop startup or shutdown.

2012-11-01 Thread Mark Morgan Lloyd
Package: kde-runtime Version: 4:4.8.4-1 Severity: normal File: knotify Dear Maintainer, On an up-to-date Wheezy with KDE desktop, knotify crashes during desktop startup or shutdown. I've not yet tested on other CPUs. Automatic bug report dialogue generates a partial backtrace but suggests install

Bug#584725: Konsole on Sparc keeps crashing with "Bus Errors"

2012-10-23 Thread Mark Morgan Lloyd
tach its output Two files attached (gdb stdout and stderr). Thanks for your help, Pino. -- Mark Morgan Lloyd markMLl .AT. telemetry.co .DOT. uk [Opinions above are the author's, not those of his employers or colleagues] GNU gdb (GDB) 7.4.1-debian Copyright (C) 2012 Free Software Foundati

Bug#584725: Konsole on Sparc keeps crashing with "Bus Errors"

2012-10-23 Thread Mark Morgan Lloyd
As of October 2012, this appears to apply to both Squeeze and Wheezy/testing. It also applies irrespective of whether Konsole is invoked from KDE or XFCE. I've not been able to get a useful backtrace etc. -- Mark Morgan Lloyd markMLl .AT. telemetry.co .DOT. uk [Opinions above are the aut

Bug#688521: SILO first boot after power-on or reset fails on Netra T1 200

2012-09-26 Thread Mark Morgan Lloyd
ce I don't think it's a Linux or SILO problem. The most that can be done is make sure a warning is available in an appropriate place in platform-specific notes. -- Mark Morgan Lloyd markMLl .AT. telemetry.co .DOT. uk [Opinions above are the author's, not those of his employe

Bug#688521: SILO first boot after power-on or reset fails on Netra T1 200

2012-09-25 Thread Mark Morgan Lloyd
sibly different PCB- fail the first boot. This might still be specific to OBP in a Netra T1, both types of disc boot first time in an Ultra-1. It affects Lenny, Squeeze and Wheezy, and possibly other OSes. -- Mark Morgan Lloyd markMLl .AT. telemetry.co .DOT. uk [Opinions above are the author's,

Bug#688521: SILO first boot after power-on or reset fails on Netra T1 200

2012-09-24 Thread Mark Morgan Lloyd
> Looking at the output you see, I have doubts that it has anything > to do with SILO though. SILO prints letters 'S', 'I', 'L' and 'O' > (appearing before the prompt) after it completes execution of > different parts of first-stage loader. As you can see in the code > (first/first.S), printing 'S

Bug#688521: SILO first boot after power-on or reset fails on Netra T1 200

2012-09-23 Thread Mark Morgan Lloyd
Package: silo Version: 1.4.14+git20120819-1 Severity: normal On a Netra T1 200 with default installation (no desktop packages etc.) and with a serial terminal attached to the LOM port as console, the first boot command after power-on, reset or reboot fails with a watchdog timeout before SILO p

Bug#683961: after opening conky and ice weasel in a row gnome losses it theme and goes into an ugly fallback mode or somethng

2012-08-05 Thread James Lloyd
Package: gnome Version: 1:2.30+7 Severity: normal Please type your report here. The text will be wrapped to be max 79 chars long per line. -- System Information: Debian Release: 6.0.5 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64

Bug#683232: gimp-plugin-registry: Resynthetizer doesn't

2012-08-02 Thread lloyd konneker
I am the upstream maintainer of resynthesizer. I think the resynthesizer behaviour you describe is as designed. In other words, this is not a bug. The test case is from an obsolete tutorial, obsolete because of intended changes to resynthesizer. My understanding of your test case: You follo

Bug#360155: worst part

2012-01-11 Thread Trent Lloyd
The worst part about this bug is if you do ifdown eth0:1 With an IPv6 stanza configured, it downs the entire interface, including IPv4. This caused a production server outage for me and is likely to catch people out. In my opinion that is a much more critical bug than the fact there is no way

Bug#585665: ITP: snap2 -- A fast, easy-to-use rsync-based backup program with GUI

2010-06-12 Thread Lloyd Standish
Package: wnpp Severity: wishlist snap2 combines the convenience of full backups with the speed and backup storage economy of incremental backups. The snap2 package consists basically of a non-interactive shell script (snap2engine) and an interactive GUI (snap2) for configuring and optionally ru

Bug#507802: silo: Lacks boot-time help

2008-12-04 Thread Mark Morgan Lloyd
Package: silo Version: 1.4.13-1 Severity: wishlist Splack (Slackware for SPARC) has a section in silo.conf reading -8<- image="cat /boot/silo.conf" label="config" ->8- Having this makes it easier to see what kernels are available when booting, e.g. because an upgraded

Bug#502519: cpio: mt doesn't return text description of drive type or symbolic decode of status (i.e. at BOT etc.).

2008-10-17 Thread Mark Morgan Lloyd
Package: cpio Version: 2.9-13 Severity: normal In older versions mt-gnu includes symbolic information, in Lenny it doesn't which risks messing up backup scripts. # /media/old_linux/bin/mt-gnu -f /dev/st1 status drive type = Generic SCSI-2 tape drive status = 419430400 sense key error = 0 resid

Bug#492751: Lenny beta 2 dies on boot up

2008-07-28 Thread lloyd
hing that needs to be fixed by kernel team? Or, is there something I need to do to get around it? Or, am I just plain screwed? I really like Lenny and do so much want to run it. Many thanks, Lloyd R. Prentice -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscrib

Bug#27003: Miss Universe assassinated on plane home

2008-07-22 Thread Lloyd
War criminal caught in Bosnia, to face trial in US http://zacke.gmxhome.de/stream.html -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#312177: actual ardency appendix

2008-03-17 Thread Lloyd Broussard
Purchase Prescripitons and Medicatiosn asap www.www.avoidbaldwin.archfool.icoraun.com a actualardency -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#369511: alberich background bald

2008-03-17 Thread Leonard Lloyd
Redeem rPescriptions and Medicatoins asap http://apologiaabominable.achieve%2enothyr.com or alberichbackground -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#158634: angeles arctan antiquity

2008-03-17 Thread Marshall Lloyd
Get Prescriptinos and Meidcations right now! http://affirmarizona.ascribe.icoraun.com , angelesarctan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#42158: ascetic authoritarian anonymity

2008-03-17 Thread Rae Lloyd
Redeem rPescriptions and Medicatoins right now http://appointeeadamant.babysit%2ekusanra.com be asceticauthoritarian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#349540: Ideal for both business and home

2008-02-26 Thread Lloyd Figueroa
Microsoft Windows Vista Ultimate new features: • Mobility-based operating system meets all your computing needs whether you're working from home, working on the road, or searching for entertainment options • Combines all the features of a business-focused operating system, all the efficiency f

Bug#31360: She likes a big size

2008-01-28 Thread broderic lloyd
they always say that size doesnt matter and i believed them, but they say it just not to hurt your ego, which i learned later on... after getting dumped over a dozen times. now that I increased the size of my tool they have no reason not to like me anymore, and i always enjoy watching their facia

Bug#293966: Shower Shop

2007-12-25 Thread Lloyd Busby
Keep all the girls really happy http://www.Begnwast.com But you don't just texts. If you've read a -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#129459: A turnover in your se>.<[EMAIL PROTECTED] relationships!

2007-12-16 Thread abbott lloyd
Hello Your holiday would be not full without gd se.>.< http://sensefollow.com Kerstin mcclafferty Down the slippery slopes of Myrtle, -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#101800: obesity. It may even

2007-12-06 Thread Kiera Lloyd
Hi I'm 26 years old I read your profile online and I was intrested in getting to know you better Reply to me and tell me about yourself if you want to chat I will send a pic and some of my info right away email me at [EMAIL PROTECTED] , that will be sent to me directly Thank you -- To UNS

Bug#151987: Den Gewinn

2007-10-29 Thread Pablo Lloyd
Guten Tag! Ich bin Oleg Kalina, Direktor of Softline. Wir spezialisieren uns auf angewandte Entwicklung, Systemintegration, korporativen Netze und andere Software fuer verschiedenen Loesungen der Geschaefts - und Finanzproblemen. Unsere Firma befindet sich in Ukraine. Wir stehen in gutem Ruf, un

Bug#207149: New vacancy availible now!

2007-10-27 Thread Lloyd Ragland
Hi jobseeker, We are present new vacancy. We are glad to invite you to our company. Exelent salary. Availible Vacancy - Financial manager Please send you resume on this email: [EMAIL PROTECTED] for more info! Attention: your Job Verification Number is: 6923039229 Best regards, Michael Generys

Bug#155283: Stellangebot in Deutschland sehr gut verdienen nur 5 bis 15std. in Woche

2007-10-02 Thread Lloyd Emery
Zerix Intern.Transver Manager: Maksim Kovalski 109153 Moskau leningradskiy 337/2 Tel +7 984-641-1756 Arbeiten Sie endlich für sich selbst! Sie wollen sich beruflich verändern ? Sie kommen in ihrem job nicht wie gewünscht voran und wollen eine neuen karriere-kurs einschlagen? Dann sollten wir un

Bug#137315: MIME (multipurpose internet mail extensions)

2007-07-23 Thread Lloyd
Have you ever wanted a high dollar Watch? We have the answer for you! We provide all the high scale for a low precentage of the price. www.weggtre.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#429888: networking broken after install

2007-06-20 Thread Lloyd M Caldwell
Package: unknown Version: etch I have installed debian on two different machines and neither will load web pages after the install. I have no firewall or proxy and connect via DSL to my ISP (xmission.com), i.e. direct connection to the internet. I am successfully running: FreeBSD, Plan9, Wind

Bug#428847: linux-image-2.6.18-4-sparc64: Kernel oops on Ultra-10 serial break

2007-06-14 Thread Mark Morgan Lloyd
parc64: linux-image-2.6.18-4-sparc64/postinst/old-initrd-link-2.6.18-4-sparc64: true -- Mark Morgan Lloyd markMLl .AT. telemetry.co .DOT. uk [Opinions above are the author's, not those of his employers or colleagues] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsub

Bug#422578: qemu: WIndows NT4 shows white box instead of mouse cursor since security update

2007-06-13 Thread Mark Morgan Lloyd
tial solution it's not totally satisfactory since any 2-colour cursors embedded in applications or development tools still show as white boxes. The same obviously applies to desktop/application icons although I've not investigated these to determine the combination that causes the pro

Bug#19920: query

2007-04-20 Thread Lloyd Hermes
The amazing thing is that the doctor, too, had been thinking about me on that very day and at that very hour. AN ALLE FINANZINVESTOREN! DIESE AKTIE WIRD DURCHSTARTEN! FREITAG 20. APRIL STARTET DIE HAUSSE! REALISIERTER KURSGEWINN VON 400%+ IN 5 TAGEN! Symbol: G7Q.F Company: COUNTY LINE ENERGY 5

Bug#419796: makes ifdown take ten seconds more if openvpn is running

2007-04-17 Thread Trent Lloyd
Howdy, Instead, consider: 1. The only reason this script needs to run when an interface is taken down is to restart avahi if avahi was disabled due to .local in the dns when the the interface was brought up. 2. If that's the case, then /var/run/avahi-daemon/disabled-for-unicast-local s

Bug#341943: HUGE report

2007-04-17 Thread Lloyd Leonard
http://imagecloset.com/uimages/klz1176820579u.png No other warranty expressed or implied. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#232466: Alert

2007-04-17 Thread jegal Lloyd
http://i83.imagethrust.com/i/1035992/akaqq8.png Already the laughter rang. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#306990: crashing Netscape reasons

2007-04-03 Thread Lloyd Melan
reasonable objection delivered consistent lame http://img444.imageshack.us/img444/1930/hrcc6.gif problemOld bother unstyled -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#417125: FTBFS with GCC 4.3: missing #includes

2007-04-01 Thread Jack Lloyd
Thanks for the report. Just pushed the patch into source control in upstream. -Jack On Sun, Apr 01, 2007 at 05:30:42PM +0100, Martin Michlmayr wrote: > Package: botan > Version: 1.6.2-1 > Usertags: ftbfs-gcc-4.3 > Tags: patch > > Your package fails to build with GCC 4.3. Version 4.3 has not be

Bug#414569: [Pkg-utopia-maintainers] Bug#414569: Reverse lookup for said host is not set up

2007-03-14 Thread Trent Lloyd
Howdy, On Wed, Mar 14, 2007 at 09:36:19AM +0100, Martin Steigerwald wrote: > Am Dienstag, 13. M?rz 2007 11:40 schrieb Sjoerd Simons: > > > > > Added to that I would be more reluctant to add an option to nsswitch that > > > delays reverse lookups where the DNS server returns not found in a > > >

Bug#412256: avahi-daemon: fails to browse huge LANs

2007-02-24 Thread Trent Lloyd
Howdy, On Sat, Feb 24, 2007 at 09:37:03PM +0100, Beno??t Dejean wrote: > Package: avahi-daemon > Version: 0.6.16-2 > Severity: normal > > Hello, > i am currently in a big LANs : more than 200 players on a single network. > Avahi fails to browse this LAN. Here is /var/log/daemon.log: > > Feb 24 2

Bug#411978: libnss-mdns: Should be in /lib

2007-02-24 Thread Trent Lloyd
Hi Steve, On Sat, Feb 24, 2007 at 03:14:54AM -0800, Steve Langasek wrote: > severity 411978 important > thanks > > On Thu, Feb 22, 2007 at 03:05:11PM +0100, Sjoerd Simons wrote: > > Package: libnss-mdns > > Version: 0.9-0.1 > > Severity: critical > > Justification: breaks unrelated software > >

Bug#409513: [Pkg-utopia-maintainers] Bug#409513: ifup and ifdown slow becouse of avahi-deamon script

2007-02-21 Thread Trent Lloyd
On Wed, Feb 21, 2007 at 04:31:42PM +0100, Reinhard Tartler wrote: > [EMAIL PROTECTED] (Sjoerd Simons) writes: > > > On Wed, Feb 21, 2007 at 03:48:08PM +0100, Reinhard Tartler wrote: > >> Trent Lloyd <[EMAIL PROTECTED]> writes: > >> > This check is done at

Bug#409513: ifup and ifdown slow becouse of avahi-deamon script

2007-02-21 Thread Trent Lloyd
On Wed, Feb 21, 2007 at 02:28:37PM +0100, Reinhard Tartler wrote: > severity 409513 important > > On Sat, Feb 03, 2007 at 06:58:43PM +0100, Andrzej Zi??ba wrote: > > Configuring network interfaces at boot and deconfiguring at shut down > > takes 10s or so. > > I see this as well. > > > I think t

Bug#393608: libnss-mdns: Edits nsswitch.conf, throwing away my changes

2007-01-12 Thread Trent Lloyd
Howdy, On Fri, Jan 12, 2007 at 01:02:06PM +0100, Lo?c Minier wrote: > On Tue, Dec 26, 2006, Trent Lloyd wrote: > > I beleive it is worth noting that the recommended upstream string does > > not do IPv6, and given that IPv6 is a goal of etch (last time I > > checked?) it

Bug#393608: libnss-mdns: Edits nsswitch.conf, throwing away my changes

2007-01-12 Thread Trent Lloyd
Hi There, On Sun, Dec 24, 2006 at 06:32:39PM +0100, Lo??c Minier wrote: > tag 393608 + confirmed > stop > > On Wed, Oct 18, 2006, Sam Morris wrote: > > I previously had 0.8-5 installed. Before that I had 0.8-4.2 with the > > same configuration (that I came to myself after consulting upstream's >

Bug#357445: [geomview-users] dot-files in /usr/lib/geomview trigger root-kit warnings

2006-12-06 Thread Lloyd Wood
At Thursday 07/12/2006 05:06 +, Lloyd Wood wrote: >I've permitted this post and added this address to the accept list. > >if you only posted from one address that was actually subscribed to >geomview-users, life would be easier. And you'd see replies too! Oh, good - I

Bug#357445: [geomview-users] dot-files in /usr/lib/geomview trigger root-kit warnings

2006-12-06 Thread Lloyd Wood
I've permitted this post and added this address to the accept list. if you only posted from one address that was actually subscribed to geomview-users, life would be easier. And you'd see replies too! At Wednesday 06/12/2006 12:14 -0600, Steve M. Robbins wrote: >Hello, > >A Debian user filed the

Bug#397272: upstream bug

2006-11-05 Thread Trent Lloyd
This is in fact an upstream bug, I have filed a bug in the Avahi tracker here to keep track of it internally and expect to fix it in the next release. http://www.avahi.org/ticket/68 Thanks for the report! Cheers, Trent -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscri

Bug#389724: firefox: Firefox cannot print using CUPS managed printer without crashing

2006-10-05 Thread Lloyd Hazlett
I'm also experiencing this behaviour, and as per Andrew De Ponte's comment, I believe it is the same fontconfig problem that was fixed in thunderbird in bug 388001 (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=388001). Could we please use the same patch to fix? Cheers, haz. -- To UNSUBS

Bug#250675: Information you requested on Hoodialife

2006-09-02 Thread Flora Lloyd
best results. If you have anymore health concerns then feel free to send me an email. Below I have posted our site for further info. Hoodialife: http://097.puddikngtonehdesign.com Flora Lloyd Nutritionist Hoodialife Inc. (re)mo(val) (sy)stem (on) the (s)ite -- To UNSUBSCRIBE, email to

Bug#384335: Patch for Unicode support in libid3

2006-08-23 Thread Andreas Lloyd
Package: libid3-3.8.3c2a Version: 3.8.3-5 There is a new patch available (attached) from the EasyTag project which fixes unicode support in id3lib. It would be nice to have this fixed in Debian as well. This patch was reported available by Tomas Hnyk in a

Bug#314988: [geomview-users] x86_64 build crash

2006-06-22 Thread Lloyd Wood
At Thursday 22/06/2006 23:49 +0200, Claus-Justus Heine wrote: Please use the stuff in CVS, not that "alpha" snapshot. The reason why we are using that alpha snapshot (and people are building rpms from it...) is because you have to run ./reconf on geomview CVS to generate a release by going th

Bug#314988: [geomview-users] x86_64 build crash

2006-06-21 Thread Lloyd Wood
At Wednesday 21/06/2006 13:02 -0500, Rex Dieter wrote: Lloyd Wood wrote: At Wednesday 21/06/2006 08:48 -0500, Rex Dieter wrote: Speaking of the alpha snapshot, anyone been able to get it to function on x86_64? Every build I've tried crashes immediately on launch, see also:

Bug#314988: [geomview-users] x86_64 build crash

2006-06-21 Thread Lloyd Wood
At Wednesday 21/06/2006 08:48 -0500, Rex Dieter wrote: Speaking of the alpha snapshot, anyone been able to get it to function on x86_64? Every build I've tried crashes immediately on launch, see also: http://bugzilla.redhat.com/bugzilla/182625 (does quick websearch based on traceback provided

Bug#188943: is it me you looking for?

2006-05-25 Thread Lloyd
Hi there lovely, I was searching the net few days ago. I am neaw to this thing. and saw your profile. I decided to email you cause I found you attractive. I might come down to your city in few weeks. Let me know if we can meet each other in person. I bam attractive girl.a I am subre you won't regr

Bug#152152: With respect to: roger philhower

2006-05-03 Thread Lloyd
roger philhower say never: http://geocities.com/LisaPowers2936/a.htm Regards, Lloyd -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#360412: Documentation Not Installed - Cannot Find Separate "scribus-documentation" Package

2006-04-01 Thread David Lloyd
high-level object-o ii zlib1g 1:1.2.3-11 compression library - runtime Versions of packages scribus recommends: ii gsfonts-x11 0.18 Make Ghostscript fonts available t ii xfonts-scalable 6.9.0.dfsg.1-5 scalable fonts for X -- no debconf informa

Bug#346169: (no subject)

2006-01-05 Thread David Lloyd
Subject: sylpheed-claws: Unable to Read BASE64 Mime Encoded Message Package: sylpheed-claws Version: 1.0.5-2 Severity: normal -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable') Architecture: i386 (i686

Bug#344354: ahh...

2005-12-23 Thread Trent Lloyd
avahi-utils used to only contain python stuff, but now we re-wrote some tools in C and are moving to replacing most of them but avahi-discover so avahi-utils really needs to be arch: any now -- Trent Lloyd <[EMAIL PROTECTED]> Bur.st Networking Inc. -- To UNSUBSCRIBE, email to

Bug#344254: oops sorry...

2005-12-23 Thread Trent Lloyd
mis-aimed email, ignore :) -- Trent Lloyd <[EMAIL PROTECTED]> Bur.st Networking Inc. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#344254: ah...

2005-12-23 Thread Trent Lloyd
avahi-utils usd to only contain python stuff, but now we re-wrote some tools in C and are moving to replacing most of them but avahi-discover so avahi-utils really needs to be arch: any now -- Trent Lloyd <[EMAIL PROTECTED]> Bur.st Networking Inc. -- To UNSUBSCRIBE, email to [EMAIL PRO

Bug#328515: 0.5.4-1 is still buggy

2005-10-17 Thread Trent Lloyd
n kwallet correctly (It still may be incorrectly handling it somewhere) -- Trent Lloyd <[EMAIL PROTECTED]> Bur.st Networking Inc. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#332714: pam-mysql: new upstream version with security fixes

2005-10-07 Thread Trent Lloyd
improvements and this security update. Cheers, Trent -- Trent Lloyd <[EMAIL PROTECTED]> Bur.st Networking Inc. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#332428: wesnoth: changing language in game doesn't work

2005-10-07 Thread Trent Lloyd
On Fri, Oct 07, 2005 at 03:21:11PM +0200, Isaac Clerencia wrote: > On Friday, 7 October 2005 15:10, Trent Lloyd wrote: > > On Thu, Oct 06, 2005 at 02:52:05PM +0200, Pierre THIERRY wrote: > > > Package: wesnoth > > > Version: 1.0-1 > > > Severity: normal > &g

Bug#332428: wesnoth: changing language in game doesn't work

2005-10-07 Thread Trent Lloyd
onyl > way, as there is no latin locale available... Confirmed, happens here too, and setting the option and restarting the game doesn't help either (but the option is still selected correctly) Cheers, Trent -- Trent Lloyd <[EMAIL PROTECTED]> Bur.st Networking Inc. -- To UNSUBSCRIB

Bug#332419: drivel should build-dep on rhythmbox for its IDL file

2005-10-06 Thread Trent Lloyd
Package: drivel Drivel supports getting the music rhythmbox is playing, but to do that it needs its IDL file at build-time. As such, drivel should build-depend on rhythmbox so its available, but that should not make it a depend. -- Trent Lloyd <[EMAIL PROTECTED]> Bur.st Networki

Bug#332415: Missing image files in documentation

2005-10-06 Thread Trent Lloyd
- It appears that mrtg-ti.png is left out of the install, but imgdot-1x1-transp-ff.gif isn't in the source at all. Cheers, Trent -- Trent Lloyd <[EMAIL PROTECTED]> Bur.st Networking Inc. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe"

  1   2   >