Bug#989463: please align shim-signed dkms behaviour with Ubuntu

2021-06-04 Thread Leif Lindholm
Package: shim-signed Version: 1.36+15.4-5 Severity: wishlist Currently, if dkms is installed, shim-signed prompts to disable kernel/module verification on next boot on some trigger events - to ensure the system will successfully boot (something, not necessarily untampered with) after a kernel

Bug#989460: shim-signed encourages disabling Secure Boot if dkms installed

2021-06-04 Thread Leif Lindholm
Package: shim-signed Version: 1+2.04+17 When upgrading a bullseye installation on a machine with dkms installed, an update to shim-signed posted the following pop-up for me twice: --- UEFI Secure Boot is not compatible with the use of third-party drivers. The system will assist you in toggling

Bug#927269: grubarm.efi crashes

2019-05-02 Thread Leif Lindholm
here: > > http://lists.gnu.org/archive/html/grub-devel/2019-04/msg00075.html > > Alexander, Leif, any comment here? This 2-patch series posted to grub-devel by Alex Tuesday evening resolves this issue: https://lists.gnu.org/archive/html/grub-devel/2019-04/msg00130.html 1/2 also satisfacto

Bug#919012: grub2: set arm64-efi code offset to EFI_PAGE_SIZE

2019-01-11 Thread Leif Lindholm
Package: grub2 Severity: wishlist Some arm64 laptops/tablets ship with UEFI firmware that require the code offset to be aligned to EFI_PAGE_SIZE, presumably in order to be able to enforce no-execute settings for the PE/COFF header itself. The following (minimal) patch set sent to grub-devel (and

Bug#916695: grub-efi-arm 2.02+dfsg1-9 fails to boot Debian Buster

2018-12-19 Thread Leif Lindholm
I'll request that that patch gets pushed, but it does already have maintainer Reviewed-by: (as well as mine). Many thanks to Heinrich for excellent debugging. / Leif

Bug#915091: arm-efi/arm64-efi initrd handling fixes

2018-11-30 Thread Leif Lindholm
Package: grub2 Severity: important Two major aspects of grub initrd handling on arm* have been addressed upstream, but are not part of any release: - Adhering to the initrd/initramfs placement rules - Ensuring fdt address/size cells are set to 64-bit The former can prevent booting a system with

Bug#893497: buffer overflow in column(1)

2018-03-19 Thread Leif Ryge
Package: bsdmainutils Version: 9.0.12+nmu1 There is a buffer overflow in the column(1) command. One way to trigger it is to give it 512KB of zeroes: $ cat /dev/zero|head -c 524288 |column *** buffer overflow detected ***: column terminated === Backtrace: =

Bug#883769: please package amd64 cross-toolchain

2017-12-07 Thread Leif Lindholm
Package: build-essential Severity: wishlist I have migrated to mainly using arm64 platforms for my daily work, but some of it I also need to test/validate for x86 platforms. This would be a lot smoother if I had an x86_64-linux-gnu- toolchain packaged as well.

Bug#883580: debian-installer: arm64: please ship dtb files

2017-12-05 Thread Leif Lindholm
X-Debbugs-CC: glik...@secretlab.ca Please don't ship dtb files at all, including the kernel images. If firmware does not come with hardware description, that is a shortcoming of the firmware. If a newer kernel cannot be booted with an existing device tree, then that is a bug and the kernel

Bug#871772: grub-mknetdir not enabled for arm64

2017-08-11 Thread Leif Lindholm
Package: grub2 Version: 2.02~beta3-5 The stretch arm64 build of grub lacks the following commit (which happened after the -beta3 release): http://git.savannah.gnu.org/cgit/grub.git/commit/util/grub-mknetdir.c?id=0d663b50b9abf830fd10de384606a0632a605b77 This means that grub-mknetdir fails

Bug#851778: change CONFIG_FB from 'm' to 'y' on arm64

2017-01-18 Thread Leif Lindholm
Package: linux-image-arm64 Version: 4.9+78 Severity: wishlist Linux commit 9822504c1, included in v4.7, introduced EFI framebuffer support on arm/arm64. The Debian arm64 kernel config currently explicitly sets CONFIG_FB to 'm', overriding the defconfig 'y'. Since CONFIG_FB_EFI is "depends on (FB

Bug#833176: trafficserver: please make the build reproducible

2016-08-30 Thread Leif Hedstrom
figure (but this is likely less useful, so the environment path is probably best). — Leif

Bug#834505: arm64 boot failure with large physical memory range

2016-08-22 Thread Leif Lindholm
apparently none other than the one that sets /proc/sys/vm/mmap_rnd_bits, so fair enough. But this still scares me, as it still relies on software that has been proven to not be sane being sane. I would be much less nervous with an approach like the one suggested by Ard at: https://patchwork.kernel.org/patch/9292139/ But then maybe I'm just being too nervous. / Leif

Bug#834505: arm64 boot failure with large physical memory range

2016-08-22 Thread Leif Lindholm
X-Debbugs-CC: ard.biesheu...@linaro.org On Sun, Aug 21, 2016 at 03:04:02PM +0100, Ian Campbell wrote: > On Sun, 2016-08-21 at 11:42 +0100, Leif Lindholm wrote: > > > > You're not wrong, but unfortunately the ability to write semi-portable > > code left the pla

Bug#834505: arm64 boot failure with large physical memory range

2016-08-21 Thread Leif Lindholm
anything else. See my post to cross-distro last week (and the subsequent thread): https://lists.linaro.org/pipermail/cross-distro/2016-August/000838.html So simply adjusting the mmap range on Debian would result in us using less verified code paths without it helping with the problem at hand. / Leif

Bug#834505: arm64 boot failure with large physical memory range

2016-08-19 Thread Leif Lindholm
to 42-bit VA, but that would require switching to 64K > >pagesize, which would be an even huger can. > > I'm not suggesting using any unusual page table configuration. Just > reducing the ASLR range that is currently implied by a 48-bit VA. But would that help anything? Even if you don't allocate to the top bits, if they're used for tagging, you'll still segfault. / Leif

Bug#834505: arm64 boot failure with large physical memory range

2016-08-19 Thread Leif Lindholm
to 64K pagesize, which would be an even huger can. Proposed workarounds have included copying (in the stub) the kernel and initrd to live closer together, but this still leaves potential issues for (for example) ACPI tables. / Leif

Bug#834505: arm64 boot failure with large physical memory range

2016-08-16 Thread Leif Lindholm
Package: linux Version: 4.6.4-1 X-Debbugs-CC: st...@einval.com, woo...@wookware.org, zheng...@linaro.org Upstream commit 211102d85 ("arm64: defconfig: enable 48-bit virtual addresses") changed the default configuration for arm64 to be 48-bit VA (CONFIG_ARM64_VA_BITS_48). This is required in order

Bug#822559: efidisk: respect buffer alignment

2016-04-25 Thread Leif Lindholm
, Leif

Bug#813059: mingw32: Incorrect value for IP_ADD_MEMBERSHIP=5, should be 12. setsockopt does not work.

2016-01-28 Thread Leif Asbrink
Package: mingw32 Version: 4.9.1-19+14.3 Severity: normal Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? My program compiles correctly under Debian wheezy and also on many other systems. Fedora, Windows XP etc.

Bug#794744: Upstream ticket

2015-11-03 Thread Leif Warner
Did this start happening with systemd 226 or higher? Upstream ticket: https://github.com/systemd/systemd/issues/1658 (See the linked issue for more backstory)

Bug#783594: openssh-server: sshd -T does not show actual kexchange and ciphers

2015-04-28 Thread Leif Neland
Package: openssh-server Version: 1:6.7p1-5 Severity: normal Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** After upgrading to Debian 8.0, my PhpDesigner could not connect over sftp. Client reported: Server does not support

Bug#773533: efivarfs not mounted by default

2014-12-19 Thread Leif Lindholm
Package: systemd Severity: normal The efivarfs kernel module is built for all UEFI-capable platforms (i386, amd64, arm64), but since systemd is build with --disable-efi, the filesystem is not mounted at boot-time on /sys/firmware/efi/efivars. This makes the efivars package (used by commands like

Bug#773533: efivarfs not mounted by default

2014-12-19 Thread Leif Lindholm
; _cleanup_free_ void *v = NULL; This would mount efivarfs on boot, but enable no other functionality. / Leif -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#773309: CONFIG_PSTORE not enabled for arm64

2014-12-18 Thread Leif Lindholm
On Thu, Dec 18, 2014 at 06:35:25PM +, Ian Campbell wrote: Is PSTORE (going to be) a thing on arm64? (I'm not entirely sure what pstore is, so sorry if this is a silly question). I am actually not concerned about pstore itself, but rather by the lack of similarity between

Bug#773309: CONFIG_PSTORE not enabled for arm64

2014-12-18 Thread Leif Lindholm
*grumble, accidental send* On Thu, Dec 18, 2014 at 08:08:31PM +, Leif Lindholm wrote: (I don't have an x86 EFI system available to poke around and answer these for myself). I'm wondering if we ought to figure out how to load it automatically independent of the pstore

Bug#773309: CONFIG_PSTORE not enabled for arm64

2014-12-17 Thread Leif Lindholm
. / Leif -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#773309: CONFIG_PSTORE not enabled for arm64

2014-12-16 Thread Leif Lindholm
Package: src:linux Severity: normal X-Debbugs-CC: i...@debian.org I noticed efivars was being automatically loaded on boot on my installed amd64 Jessie, but not on my arm64 Jessie. The installer/rescue image automatically loads it for both. Turns out on amd64, efivars is being pulled in as a

Bug#773311: confusing dialogue on lack of EFI system partition on non-x86

2014-12-16 Thread Leif Lindholm
Package: partman-efi Severity: wishlist When attempting to install Jessie (daily snapshot from today) on arm64, with an already partitioned disk without an EFI System Partition, the following dialogue appears: --- │ This machine's firmware has started the installer in UEFI mode but it │ │

Bug#773311: Suggested fix

2014-12-16 Thread Leif Lindholm
Tags: patch The attached patch restricts the dialog to i386/amd64 platforms, and additionally enables to EFI System Partition size check for all platforms (where UEFI had been identified as present). 0001-UEFI-partitioning-fixes-for-non-x86.patch Description: Binary data

Bug#770857: crash and auto log off

2014-12-02 Thread Leif Lofgren
Nov 26 19:40:03 debian1 kernel: [ 6119.411094] x-session-manag[2221]: segfault at ip 7fcaf91ee6a5 sp 7fffce3a0140 error 5 in libglib-2.0.so.0.4200.0[7fcaf9188000+10c000] Nov 26 19:40:17 debian1 pulseaudio[3500]: [pulseaudio] pid.c: Stale PID file, overwriting. SYSLOG

Bug#770857: couple peices from three logg files,

2014-11-24 Thread Leif Lofgren
Hi, - syslog - messages - kern.log aprox time where auto outlog happens SYSLOG # Nov 24 18:07:29 debian1 NetworkManager[957]: info Activation (eth0) Stage 5 of 5 (IPv4 Configure Commit) scheduled... Nov 24 18:07:29 debian1 NetworkManager[957]: info Activation (eth0)

Bug#770212: add automatic stdout-path console for of platforms

2014-11-19 Thread Leif Lindholm
X-Debbugs-CC: i...@debian.org Package: src:linux Version: 3.16.7 Severity: wishlist Linux 3.17 gained support for using a device-tree provided default console, from the ePAPR 1.1 'stdout-path' property. This removes the need for explicitly passing a console= parameter to pick the appropriate

Bug#740034: lshw can crash arm64 systems

2014-11-03 Thread Leif Lindholm
Upstream ticket: http://www.ezix.org/project/ticket/666 (Also this message, unlike previous, sent from correct email account.) -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#767946: lshw-common.patch introduced duplicated USB/PCI search paths

2014-11-03 Thread Leif Lindholm
Package: lshw Severity: minor lshw-common.patch adds new entries for PCIID_PATH and USBID_PATH, but rather than replacing existing entries, it adds duplicate ones, causing build warnings: pci.cc:23:0: warning: PCIID_PATH redefined #define PCIID_PATH

Bug#767965: request: enable dmidecode for arm64

2014-11-03 Thread Leif Lindholm
Package: dmidecode Severity: wishlist dmidecode is today enabled for armhf, ia64, i386 and amd64, but arm64 UEFI platforms also suppose SMBIOS. Could the package be enabled for arm64 also? It builds cleanly. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject

Bug#740034: lshw can crash arm64 systems

2014-10-31 Thread Leif Lindholm
The problem is not actually restricted to arm64 - I would expect it will also effect all other non-x86 platforms. The attached patch disables the memory scanning for all architectures other than i386 and x86_64, and enables it for all UEFI architectures that provide an SMBIOS entry point address

Bug#757689: Segfault in new amd64 laptop

2014-10-30 Thread Leif Lindholm
Control: severity -1 serious Control: retitle -1 Segfault if system has FAT partition(s) I can confirm that this patch resolves the issue for me also. Changing the title to reflect that it does not affect certain machines, but rather any system with FAT partition(s), such as any new pc with a

Bug#746662: add install-time option to place grub-efi in removable media path

2014-05-02 Thread Leif Lindholm
Package: debian-installer Version: 20140316 Severity: wishlist There are many platforms out there with broken UEFI implementations. It would be useful to in the UEFI installer have a way of instructing the installer to place GRUB in the removable media loader path (as defined by the UEFI

Bug#745564: modemmanager: inserting usb, complete crash of linux, screen shows lots of text, only reboot-button works

2014-04-22 Thread leif strandmoran
Package: modemmanager Version: 0.5.2.0-2 Severity: important Dear Maintainer, * What led up to the situation? inserting usb, huawei mobile internet, Bus 001 Device 003: ID 12d1:1506 Huawei Technologies Co., Ltd. E398 LTE/UMTS/GSM Modem/Networkcard * What exactly did you do (or not do) that

Bug#712289: openssh-server: invalid user logging skipped if username is capitalized version of a valid name

2013-06-14 Thread Leif Ryge
Package: openssh-server Version: 1:5.5p1-6+squeeze3 Severity: normal It appears that when authenticating using a public key the case of the username is important, but when evaluating whether to log failed login attempts a case-insenstive comparison is done. Backstory: I was attempting to help a

Bug#695308: google-perftools not built for armel/armhf

2012-12-06 Thread Leif Lindholm
Package: google-perftools Version: all Severity: wishlist The google-perftools packages are currently built explicitly only for i386, amd64 and powerpc, but the current source code (in wheezy) actually contains full support for both armel and armhf. Could these targets be added please? -- To

Bug#692033: tbb does not build for armhf

2012-11-01 Thread Leif Lindholm
Package: tbb Version: all Severity: wishlist The tbb packages are currently not built for armhf, as the upstream version does not support it. Patches to enable support are available at https://wiki.linaro.org/OfficeofCTO/ThreadingBuildingBlocks Until this support has been included upstream, could

Bug#547175: Reproduced on Sun Fire v490/Wheezy

2012-08-06 Thread Leif Lindholm
Installed from the 30th of July 2012 DVD ISO. Same workaround was successful - drop to a shell, manually copy firmware across and reload modules.

Bug#622553: xserver-xorg: Calling XFlush causes a crasch from XNextEvent under 64 bit squeeze

2011-04-12 Thread Leif Asbrink
Package: xserver-xorg Version: 1:7.5+8 Severity: normal Not long ago (Mandriva 2007, 2.6.18 or so) it was necessary to call XFlush() to make moving objects that were placed on screen with XPutImage mov smoothly. Long ago (Red Hat 9.0 2.4.20 or so) the screen would stay black until a call was made

Bug#607548: The screen is still black

2011-03-24 Thread Leif Asbrink
with a reasonable effort. Regards Leif -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#605899: ipv6 works when building from source

2011-03-14 Thread Leif Neland
Precompiled nullmailer_1.04-1.2_i386.deb did not support ipv6 But self-compiled from apt-get source nullmailer on ipv6-enabled machine works with ipv6-only receiving host in /etc/nullmailer/remotes The ipv6-test shouldn't be done at compile-time. -- To UNSUBSCRIBE, email to

Bug#607546: svgalib support

2010-12-19 Thread Leif Asbrink
releases. Leif -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.32-5-686 (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/dash

Bug#607548: linux-image-2.6.32: Black screen when i915 is loaded on Compaq 6510b

2010-12-19 Thread Leif Asbrink
=1 (provided svgalib is not running) and then sometimes get the black screen. X11 can then always be started to fix the problem. Leif -- Package-specific info: ** Version: Linux version 2.6.32-5-686 (Debian 2.6.32-29) (b...@decadent.org.uk) (gcc version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Fri Dec 10

Bug#574388: wmnd-snmp

2010-11-13 Thread Leif Van Horn
You need the MIBs for wmnd to work correctly. Here is a possible solution. Install snmp-mibs-downloader Comment out the following line in /etc/snmp/snmp.conf mibs : -Leif Van Horn -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble

Bug#479473: router outside subnet?

2009-10-14 Thread Leif Ryge
I'm not sure if this is related, but, since this bug is the only google hit for dhclient.c(2129): null pointer I figured I'd mention it here: I saw this message from dhclient on lenny when my ISC dhcpd was wrongly configured to specify a router that was outside of the client's subnet. HTH ~leif

Bug#542874: Acknowledgement (atop: Start-up message: open account-file: Permission denied)

2009-08-22 Thread Leif Hornsved
user. My /etc/skel/ is standard. Example: l...@venus3:~$ sudo useradd -m test l...@venus3:~$ sudo passwd test l...@venus3:~$ su - test t...@venus3:~$ atop open account-file: Permission denied warning: no process exit detection! No problem running as root of course: l...@venus3:~$ sudo atop /Leif

Bug#542874: atop: Start-up message: open account-file: Permission denied

2009-08-21 Thread Leif Hornsved
. Anyway -- atop is great. I use it a lot. /Leif Hornsved -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core) Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF

Bug#511180: partman fails to see existing ext3 fs on existing partitioned raid 1 array

2009-04-06 Thread Leif W
the array, install Debian, then copy the data and recreate the array? During this time, I am vulnerable to data loss. :( Leif -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#502174: select AS with php5-odbc

2009-02-04 Thread Leif Gruenwoldt
is fixed for me with php-odbc 5.2.8. I have not found the related bug # on bugs.php.net though. Unfortunately for me upgrading is not an available option. If anyone else knows a workaround for this I'd be happy to hear. -- Leif Gruenwoldt -- To UNSUBSCRIBE, email to debian-bugs-dist-requ

Bug#490640: hp-scan: Aborts with a traceback when trying to scan.

2009-01-17 Thread Leif Hornsved
packages and about 11 MB. I don't use a scanner and I don't think I have any use of avahi-saemon. Well, just in case you want to know... /Leif Hornsved -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#511180: partman? failure to see ext3 fs on partitioned raid 1 array

2009-01-10 Thread Leif W
can handle this all with manual commands. But the install scripts do not allow any intervention or injection of manual commands in the partition process. Bug: 307470 Subject: Failed to setup RAID with netinstaller URL: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=307470 Leif

Bug#511180: partman? failure to see ext3 fs on partitioned raid 1 array

2009-01-10 Thread Leif W
Leif W warp-...@usa.net writes: Currently, mdadm, fdisk and cfdisk, ext2fs utils, and mount utils fully handle partitionable/partitioned raid arrays. I can handle this all with manual commands. But the install scripts do not allow any intervention or injection of manual commands

Bug#511180: partman? failure to see ext3 fs on partitioned raid 1 array

2009-01-07 Thread Leif W
the discs anyways. Any other alternatives welcome. Any pointers where to look welcome. Any more info needed, I'll get it. I can edit shell scripts, do file system or partition tweaks, whatever is needed. Let me know. Thanks for your efforts. Leif -- To UNSUBSCRIBE, email to debian-bugs-dist

Bug#477454: bugs is serious, sorry

2008-04-24 Thread Leif Walsh
believe that personal attacks, in general, are a good programming paradigm, for any project. They seem to more degrade the attacker than the target. -- Cheers, Leif -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#202305: Don't Let Yourself Down

2008-03-26 Thread leif perdon
Make your lady squirt with joy with your brand new pecker http://www.Plivicates.com/ Get freaky at the motel -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#238770: Smaller than you would like to be

2008-03-23 Thread leif Mikityanskiy
Be a tiger in bed and show her a real animal time. http://www.woepphgl.com/ Define your masculine identity -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#193139: Make your pants a pyramid!

2008-02-21 Thread leif kwang
Pop this twice a day to increase your lenght and girth considerably. if your lady tells you that size is of no importance, she is lying to you. studies clearly show that the intimate life of couples whose man has a smaller one is a lot less active than their counterparts who have big sizes. So

Bug#459245: No visible data or diagram in qtdmm ver 0.8.12 for protocoll MASTECH M980R (11 bytes binary, continous)

2008-01-04 Thread leif
Package: qtdmm Version: 0.8.12-1 Severity: normal Same problem with the Qtdmm ver 0.8.12 as in 0.8.8 and 0.8.10 do not see the data from protocol for MASTECH M980R (11 bytes binary, continous) but some other protocols work well. Version 0.8.6 works ok for M980R. I have got both qtdmm ver

Bug#444167: mysql-server-5.0: Binary log for replication fails with event too small message

2007-09-26 Thread Leif
Package: mysql-server-5.0 Version: 5.0.45-1 Severity: important We are running two Debian Etch machines as database servers. One is supposed to be a master, the other a replicated client. The replication only works for up to a few hours (at most we managed 2 so far), then the MySQL slave SQL

Bug#179445: omingues

2007-09-10 Thread leif Nissan
How it is going 179445 do you have Low self-esteem?, change that today lei McBurrows http://www.mathun.net/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#269180: Scott

2007-04-03 Thread leif Schrage
perform hang occur orMore quotCannot Unable windowquot http://img444.imageshack.us/img444/4323/cbrhav4.gif flexible set commands -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#103250: law Russian Federation

2007-04-03 Thread leif Fatkin
ToolsPrint this pageEmail My Review March Manage http://img444.imageshack.us/my.php?image=j7iq5.jpg limited including name -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#408561: even more bugs

2007-03-25 Thread Leif Jakob
StartingIndex0/StartingIndex RequestedCount50/RequestedCount SortCriteria+dc:title/SortCriteria /u:Browse I didn't check why p1 and p2 are null, my quick guess is, that the plus sign is not expected and so the attribute not found. Cheers Leif --- src/contentdir.c.orig 2006-08-31 22:30

Bug#408561: gmediaserver does not have default sorting - required for Terratec Noxon

2007-01-26 Thread Leif Jakob
Package: gmediaserver Version: 0.12.0-1 Severity: normal Tags: patch When my Terratec Noxon accesses the gmediaserver in browsing mode the browsing queries contain no sorting order: u:Browse xmlns:u=urn:schemas-upnp-org:service:ContentDirectory:1 ObjectID689/ObjectID

Bug#407910: libupnp0: please patch JOBS_PER_THREAD=1 MIN_THREADS=4

2007-01-22 Thread Leif Jakob
Package: libupnp0 Version: 1.2.1-2 Severity: normal When browsing the mp3 collection on a gmediaserver from my Noxon2 while playing music browsing is slow and hangs often. After finding the hint in: http://mediatomb.org/readme.txt I patched the values in config.h and rebuild the package - that

Bug#344045: [Pkg-Cyrus-imapd-Debian-devel] Bug#344045: cyrus21-common: non \n terminated lines at end of mail will be lost invoking mail -s xyz [EMAIL PROTECTED]

2005-12-23 Thread Leif Jakob
On Fri, Dec 23, 2005 at 06:20:22PM +0100 Sven Mueller wrote: Date: Fri, Dec 23, 2005 at 06:20:22PM +0100 From: Sven Mueller [EMAIL PROTECTED] To: To Leif Jakob Subject: Re: [Pkg-Cyrus-imapd-Debian-devel] Bug#344045: cyrus21-common: non \n termin Leif Jakob wrote on 19/12/2005 17:00: Hi

Bug#344045: cyrus21-common: non \n terminated lines at end of mail will be lost invoking mail -s xyz [EMAIL PROTECTED]

2005-12-19 Thread Leif Jakob
From: Leif Jakob [EMAIL PROTECTED] Subject: cyrus21-common: non \n terminated lines at end of mail will be lost invoking mail -s xyz [EMAIL PROTECTED] Package: cyrus21-common Version: 2.1.18-2 Severity: normal *** Please type your report below this line *** We switched from sendmail/procmail