Bug#1067462: ERROR: Failed to create organization

2024-03-21 Thread Tj
. -- System Information: Debian Release: 12.5 APT prefers stable-security APT policy: (500, 'stable-security'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 6.6.7+debian+tj (SMP w/4 CPU threads; PREEMPT) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE

Bug#1067444: FileNotFoundError: [Errno 2] ... /usr/lib/python3/dist-packages/bugwarrior/docs/configuration.rst

2024-03-21 Thread Tj
] No such file or directory: '/home/tj/.config/bugwarrior/bugwarriorrc' $ mv ~/.config/bugwarrior{.bak,} $ bugwarrior-pull CRITICAL:bugwarrior.command:Could not load configuration. Maybe you have not created a configuration file. FileNotFoundError: [Errno 2] No such file or directory: '/usr/lib/python3

Bug#1066883: alg: ecdh-nist-p256: test failed on vector 2, err=-14

2024-03-14 Thread Tj
+tj version 6.7.1+debian+tj version 6.7.4+debian+tj version 6.8.0+debian+tj crypto algo self-tests 'alg: ecdh-nist-p256: test failed on vector 2, err=-14 -14 is "EFAULT 14 / Bad address */ and the log shows Modules linked in: ecdh_generic(+) ... where the "(+)" means module load

Bug#1064283: nftlb: Upstream has moved

2024-02-19 Thread Tj
Source: nftlb Version: 1.0.7-1 Severity: important Tags: upstream The upstream repo was archived read-only in January 2024. From a netfilter-devel mailing-list post in September 2023 it appears the upstream moved:

Bug#1064008: vncsnapshot: Recommends vnc4server but unable to find a Provides: vnc4server

2024-02-15 Thread Tj
Source: vncsnapshot Version: 1.2a-5.2 Severity: normal Whilst investigating guacamole-server I noticed that libguac-client-vnc0 and vncsnapshot recommends "vnc4server" but I've been unable to find any packages that provide that. ~/tmp/debian-sid$ awk '/^Package:/{p=$0} /^Recommends:

Bug#1064007: Recommends vnc4server but cannot find any package doing Provides: vnc4server

2024-02-15 Thread Tj
Package: libguac-client-vnc0 Version: 1.3.0-1.1+b3 Severity: normal Whilst investigating guacamole-server I noticed that libguac-client-vnc0 recommends "vnc4server" but I've been unable to find any packages that provide that. ~/tmp/debian-sid$ awk '/^Package:/{p=$0} /^Recommends:

Bug#1058638: grub-installer: boot fails: $bootdev empty [BIOS/MBR, Vista, 2 disks]: Installing grub on ''

2023-12-13 Thread Tj
Source: grub-installer Version: 1.194 Followup-For: Bug #1058638 I fetched the proposed patch and applied it to grub-installer inside the installer and can confirm it solved this issue. syslog now shows "grub-installer: info: Installing grub on '/dev/vdb' and examining sector 0 of the disk image

Bug#1058638: grub-installer: boot fails: $bootdev empty [BIOS/MBR, Vista, 2 disks]: Installing grub on ''

2023-12-13 Thread Tj
Source: grub-installer Version: 1.194 Followup-For: Bug #1058638 I think this may be due to the same cause as #1035096 and possibly also #1035085

Bug#1058638: grub-installer: boot fails: $bootdev empty [BIOS/MBR, Vista, 2 disks]: Installing grub on ''

2023-12-13 Thread Tj
Source: grub-installer Version: 1.194 Severity: important Tags: d-i Whilst helping user "mavaviij" in matrix Debian room I was able to reproduce in a virtual machine a bug that causes the Debian install to fail to boot with a blinking cursor after install. After a lot of code-chasing it appears

Bug#1053101: qemu-user-static: Remove --disable-pie

2023-11-26 Thread Tj
:7.2+dfsg-7+deb12u2.1) UNRELEASED; urgency=medium + + * user-static: build position independent executable. Closes: #1053101. + + -- Tj Sun, 26 Nov 2023 09:26:24 + + qemu (1:7.2+dfsg-7+deb12u2) bookworm; urgency=medium * d/rules: add the forgotten --enable-virtfs for the xen build. diff

Bug#1053101: qemu-user-static: Without PIE emulator and targets map to same address

2023-11-25 Thread Tj
Package: qemu-user-static Version: 1:7.2+dfsg-7+deb12u2 Followup-For: Bug #1053101 After building without `--disable-pie` and observing differences and results I suspect the cause is something that is so obvious I missed it! The emulator - when totally static - maps to 0x0004 itself. Then in

Bug#1056727: qemu-user-static: FTBFS when linux-libc-dev /usr/include/linux/btrfs.h installed

2023-11-25 Thread Tj
Package: qemu-user-static Version: 1:7.2+dfsg-7+deb12u2 Severity: serious Tags: ftbfs Justification: fails to build from source (but built successfully in the past) Whilst investigating #1053101 and needing to build the qemu-aarch64-static without `--disable-pie` I hit an FTBFS with:

Bug#1053101: qemu-user-static: Trace results

2023-11-25 Thread Tj
Package: qemu-user-static Version: 1:7.2+dfsg-7+deb12u2 Followup-For: Bug #1053101 Sharing some further in-depth debugging results. Everything seems to point to the executables with ELF type 3 (Linux) not marked as PIE suffering the same fate. The address that faults is always 0x40 so I'm

Bug#1053101: qemu-user-static: PIE and mmap()

2023-11-24 Thread Tj
Package: qemu-user-static Version: 1:7.2+dfsg-7+deb12u2 Followup-For: Bug #1053101 Debugging across an architecture boundary when the architecture is emulated is... painful! However, as I dig in from both sides this is pointing to an issue with PIE handling. E.g.: $ qemu-aarch64-static -strace

Bug#1053101: qemu-user-static: PIE conflicts?

2023-11-24 Thread Tj
Package: qemu-user-static Version: 1:7.2+dfsg-7+deb12u2 Followup-For: Bug #1053101 I forgot to note that Michael's observation that building qemu-user-static without --disable-pie might reveal a conflict between the emulator and target linking: # file /usr/bin/ls /usr/bin/ls: ELF 64-bit LSB pie

Bug#1053101: qemu-user-static: Host debug trace

2023-11-24 Thread Tj
Package: qemu-user-static Version: 1:7.2+dfsg-7+deb12u2 Followup-For: Bug #1053101 Initially I noticed the ELF types shown for ls (0 a.k.a. SYSV) and aarch64-linux-gnu-g++-13 (3 a.k.a. GNU/Linux) are different. This is octet offset 7 of the ELF header, e_ident[EI_OSABI]. When it is 3 the

Bug#1040373: lsof does not work correctly with btrfs subvolumes

2023-11-02 Thread Tj
Package: lsof Version: 4.95.0-1 Followup-For: Bug #1040373 This seems to be related to upstream issue: https://github.com/lsof-org/lsof/issues/152 "LTlock fails on btrfs" Small test-case: SUBVOL_FILE="/mnt/machines_old/test"; sudo findmnt -oTARGET,SOURCE,FSTYPE,MAJ:MIN "${SUBVOL_FILE%/*}"

Bug#1054040: cups: 'make clean' fails in man/Makefile - master file 'backend.7' does not exist

2023-10-16 Thread Tj
Package: cups Version: 2.4.2-3+deb12u4 Severity: minor Tags: l10n Whilst cherry-picking an upstream commit to Bookworm (2.4.2-3+deb12u4) to fix #1039983 I discovered an 'un'build failure doing either: debian/rules clean make clean ... Cleaning in man... make[3]: Entering directory

Bug#1008092: antiword: Possible related RedHat-reported buffer overflow

2023-10-09 Thread Tj
Package: antiword Followup-For: Bug #1008092 A package search on the RedHat bugzilla shows other reports including tracking bugs for the referenced (security) bug #2064638. https://bugzilla.redhat.com/buglist.cgi?component=antiword=Fedora It might be worth contacting Adrian Reber for info on

Bug#1008092: antiword: Possible unsanitised input data

2023-10-09 Thread Tj
Package: antiword Followup-For: Bug #1008092 As requested here's a summary of one potential unsanitised input data issue that may be leading to this (or other) error(s). `vSetSummaryInfoOLE()` calls `pucAnalyseSummaryInfoHeader()` that does: `if (!bReadBuffer(pFile, ... aucBuffer, ...) ...

Bug#1052290: cryptsetup-initramfs: askpass is not executed; cryptroot-unlock fails

2023-09-20 Thread Tj
On 20/09/2023 08:35, Guilhem Moulin wrote: Control: tag -1 moreinfo On Tue, 19 Sep 2023 at 22:39:40 +0100, Tj wrote: Error: Timeout reached while waiting for askpass. After using `break=mount` and investigating with `sh -x /bin/cryptsetup-unlock` it seems it fails because it is not finding

Bug#1052290: cryptsetup-initramfs: askpass is not executed; cryptroot-unlock fails

2023-09-19 Thread Tj
Package: cryptsetup-initramfs Version: 2:2.6.1-4~deb12u1 Severity: important Discovered this whilst working on a relatively simple test of multiple LUKS block devices for LUKS.0 + LUKS.1 > btrfs RAID1 @/ - that is a BTRFS RAID1 using 2 LUKS block devices. Two files represent SSD1 and SSD2, which

Bug#1051535: linux: HW_RANDOM_TPM disabled due to IMA=y

2023-09-09 Thread Tj
Source: linux Severity: normal Working with a Debian user in Matrix channel #Debian where they report that the TPM hardware random number generator that was available in v5.10* series is missing from v6.1* series for the amd64 kernel. After examining the Kconfig options and the Debian configs I

Bug#1051481: apt-cacher-ng: Illegal SRV name (underscore not valid except first character of label)

2023-09-08 Thread Tj
+tj (SMP w/16 CPU threads; PREEMPT) Kernel taint flags: TAINT_WARN, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE=en_GB:en Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions

Bug#1051479: squid-deb-proxy: Illegal SRV name (underscore not valid except first character of label)

2023-09-08 Thread Tj
, 'stable'), (100, 'proposed-updates') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 6.5.1+debian+tj (SMP w/16 CPU threads; PREEMPT) Kernel taint flags: TAINT_WARN, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8

Bug#1051477: dnssd: IPv6: fails to resolve services

2023-09-08 Thread Tj
+debian+tj (SMP w/16 CPU threads; PREEMPT) Kernel taint flags: TAINT_WARN, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE=en_GB:en Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled

Bug#1050786: cgget: buffer overflow detected; Aborted (core dumped)

2023-08-29 Thread Tj
2, si_uid=1000} --- +++ killed by SIGABRT (core dumped) +++ Aborted (core dumped) -- Package-specific info: -- System Information: Debian Release: 12.1 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable-debug'), (500, 'proposed-updates-debug'), (500,

Bug#1050719: debootstrap: Leaving wget-log* files in $PWD

2023-08-28 Thread Tj
roposed-updates-debug'), (500, 'stable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 6.5.0+debian+tj (SMP w/16 CPU threads; PREEMPT) Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE=en_

Bug#1041647: Stepping back and checking basics

2023-07-21 Thread Tj
vainfo: VA-API version: 1.17 (libva 2.12.0) vainfo: Driver version: Mesa Gallium driver 22.3.6 for VERDE (, LLVM 15.0.6, DRM 2.50, 6.5.0-rc2+debian+tj+) vainfo: Supported profile and entrypoints VAProfileMPEG2Simple: VAEntrypointVLD VAProfileMPEG2Main

Bug#1041647: Stepping back and checking basics

2023-07-21 Thread Tj
acceleration $ uname -r 6.4.3+debian+tj+

Bug#1041647: Further gdb debugging (more #2)

2023-07-21 Thread Tj
After solving the relative path issue I now have better info: (gdb) s __vaDriverInit_1_17 (ctx=0x555702b0) at ../src/gallium/frontends/va/context.c:123 123if (!ctx) (gdb) n 126drv = CALLOC(1, sizeof(vlVaDriver)); (gdb) n 127if (!drv) (gdb) n 130switch

Bug#1041647: Further gdb debugging (more)

2023-07-21 Thread Tj
The mesa-va-drivers-dbgsym package seems to have incorrect (relative to build) paths stored which prevents gdb showing the source lines when it has the path to the mesa-22.6.3 source, however by blindly stepping and then looking at the source it narrows down the cause: (gdb) s 126 in

Bug#1041647: Further gdb debugging

2023-07-21 Thread Tj
Using export LIBVA_MESSAGING_LEVEL=2; export LIBVA_DRIVER_NAME=radeonsi; gdb --directory . --directory ../libva-2.17.0 --directory ../mesa-22.3.6 --args /usr/bin/vainfo I've stepped through vainfo and focused on va_openDriver() which eventually leads to: (gdb) n libva info: Found init

Bug#1035842: Namespaces: Operation not permitted. Fails to setgroups due to EPERM

2023-05-09 Thread Tj
(500, 'stable-updates'), (500, 'stable-security'), (500, 'stable-debug'), (500, 'proposed-updates-debug'), (500, 'stable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 6.2.11-tj+ (SMP w/16 CPU threads; PREEMPT) Kernel taint flags: TAINT_WARN, TAINT_OOT_MODULE, TAIN

Bug#1035558: Acknowledgement (libxml2-utils: xmllint ignores --output option and writes to stdout)

2023-05-05 Thread Tj
Apologies - email client didn't fill the correct address. This was a reply to bug #1035554 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1035554 This can be closed!

Bug#1035554: libxml2-utils: xmllint ignores --output option and writes to stdout

2023-05-05 Thread Tj
I've done some follow-up debugging (on upstream git) to be sure the problem seems to exist upstream - unless I'm severely misunderstanding what --output is supposed to do. Anyhow; the trace shows it reaches doXPathDump(). Note that 'buf' is hard-coded to use stdout. The call to

Bug#1035558: libxml2-utils: xmllint ignores --output option and writes to stdout

2023-05-05 Thread Tj
Package: libxml2-utils I've done some follow-up debugging (on upstream git) to be sure the problem seems to exist upstream - unless I'm severely misunderstanding what --output is supposed to do. Anyhow; the trace shows it reaches doXPathDump(). Note that 'buf' is hard-coded to use stdout. The

Bug#1035554: libxml2-utils: xmllint ignores --output option and writes to stdout

2023-05-05 Thread Tj
Package: libxml2-utils Version: 2.9.10+dfsg-6.7+deb11u4 Severity: normal Tags: upstream xmllint is ignoring --output FILE option. I've done a debug run with gdb and it correctly reads the option and assigns its value to the 'output' variable but doesn't read that variable before writing the

Bug#1034628: netfilter-persistent: Does not support Netfilter rules!

2023-04-19 Thread Tj
Package: netfilter-persistent Version: 1.0.15 Severity: normal X-Debbugs-Cc: deb...@iam.tj Despite the package name, control file Description text, and man page there is no support for applying kernel Netfilter rules via nftables etc. This is misleading and causes confusion especially as there

Bug#943343: fwupd: Workaround using dbus-broker

2023-02-02 Thread Tj
0, 'stable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 6.1.7-tj-7-g94868ba9f924 (SMP w/16 CPU threads; PREEMPT) Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE=en_GB:en Shell: /bin

Bug#971170: Possible cause?

2022-11-27 Thread Tj
I also see the same list of errors from sddm-greeter using the default KDE/Plasma Breeze theme on Bullseye. I'm not familiar with the KDE/Plasma QML theme system but I believe I've found a clue/cause. Almost all the errors are related to units.XXX but units isn't available and evaluates to

Bug#1004154: Fwd: Bug#1004154: xserver-xorg-video-qxl: XOrg frequently crashes when using qxl driver: qxl(0): error doing QXL_ALLOC

2022-10-21 Thread TJ
On Sat, 12 Feb 2022 08:21:55 + Felix Leimbach wrote: I noticed that vgamem_mb was still low (32 MB). So I changed to this (slightly wasteful) command-line and am now running the latest kernel (5.15.0-3-amd64): -vga none -device

Bug#1005899: mplayer: should not release with bookworm

2022-10-21 Thread Tj
On Wed, 16 Mar 2022 20:09:59 +0100 Diederik de Haas wrote: On 16 Feb 2022 23:25:00 +0100 Sebastian Ramacher wrote: > Source: mplayer > Version: 2:1.4+ds1-3 > Severity: serious > Tags: sid bookworm > > I think we should not include mplayer in bookworm. > mpv is a worthy replacement for

Bug#1016885: obs-studio: IPv6 bind address handling totally broken

2022-08-08 Thread Tj
Package: obs-studio Version: 26.1.2+dfsg1-2 Severity: wishlist Due to a bug in upstream all IPv6 address handling is broken. The specific problem is incorrect setting of sin_addr for calls to inet_ntop()/inet_pton() resulting in broken string representation of IPv6 addresses, which percolates

Bug#991625: debootstrap: extra-suites= broken; attempts Package.* fetches from primary suite

2021-07-28 Thread TJ
information -- commit 23bb0a9f3c39b1f23f6c27bd7e8e85f43d7a0316 (HEAD -> master) Author: Tj Date: Wed Jul 28 21:27:01 2021 +0100 fix: download correct extra-suites Packages files diff --git a/functions b/functions index 09d93f4..ec34d84 100644 --- a/functions +++ b/functions @@ -551,

Bug#637076: ProFTPD file uploads and UserOwner

2021-06-21 Thread TJ Saunders
I believe that the scenario described here: http://bugs.proftpd.org/show_bug.cgi?id=4418#c5 might capture/describe this bug, in which case, it would fall under "working as expected". TJ

Bug#965262: rc.local/FAISERVER fails due to changes in FAI installer

2020-07-18 Thread Tj (Elloe)
Package: fai-doc Version: 5.8.4 Severity: normal When using the FAI installer ISO to create the master server (static and DHCP server) booting the installed instance results in errors from the /etc/rc.local script. This script appears to be copied from fai-doc

Bug#926078: ITP: node-zen-observable -- implementation of observables for javascript

2019-03-31 Thread amrithaa tj
Package: wnpp Severity: wishlist Owner: Amrithaa.T.J X-Debbugs-CC: debian-de...@lists.debian.org * Package name: node-zen-observable Version : 0.8.13 Upstream Author : Microsoft corp. * URL : https://github.com/zenparsing/zen-observable * License : Expat

Bug#916967: dwardump: passing any options prevents output

2018-12-20 Thread Tj
Package: dwarfdump Version: 20180809-1 Severity: important Whilst using dwarfdump (amd64 build) on MIPS ELF files I discovered that adding any command-line options (such as '-v' or '-x abi=mips') somehow prevents the program from writing any output. I then tried it on x86_64 ELF files, and on

Bug#880993: enable http2 protocol when http2 module is enabled

2018-09-11 Thread TJ
I second this. I was expecting something of this sort when I ran "a2enmod http2" and was surprised not to find an accompanying .conf.

Bug#891340: pssh: Update upstream to forked maintained repo

2018-02-24 Thread Tj
Package: pssh Version: 2.3.1-1 Severity: important Tags: upstream Dear Maintainer, * What led up to the situation? Upstream source was originally moved to code.google.com which was discontinued. Original authors seem to have stopped caring around 2013. A forked new upstream is at

Bug#626524: DefaultAddress not obeyed when SocketBindTight is off

2017-02-21 Thread TJ Saunders
irective is for. Thus if your "SocketBindTight on" configuration is not causing clients to receive the "no server available to handle request" when they try to connect to an unconfigured IP address/port, then it says that your proftpd.conf is using DefaultServer somewhere. Cheers, TJ

Bug#336001: proftpd: improving documentation

2017-02-21 Thread TJ Saunders
Done; see: http://www.proftpd.org/docs/modules/mod_core.html#MaxInstances Cheers, TJ

Bug#691617: mod_ban fails to handle unknown ctrl commands correctly (Bug 691617)

2017-01-21 Thread TJ Saunders
This issue with mod_ban was reported separately upstream, and fixed there; see: http://bugs.proftpd.org/show_bug.cgi?id=3866 Cheers, TJ

Bug#794737: Incorrect (ppc64le) binfmt prevents execution of statically linked executables

2015-08-06 Thread TJ
Package: qemu-user-binfmt Version: 1:2.1+dfsg-12+deb8u1 This likely affects all releases and other architectures. I was helping a user on IRC #debian who was having problems completing the build of a PPC64LE chroot on amd64. The specific problem was early failure of /debootstrap/debootstrap

Bug#734390: isomaster: El Torito boot image corrupted by truncation

2014-01-06 Thread TJ
boot catalog Author: TJ ubu...@iam.tj Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+bug/1266461 Forwarded: yes Last-Update: 2014-01-06 Index: isomaster/bk/bkWrite.c === --- isomaster.orig/bk/bkWrite.c 2014-01-06 15:17:49.384136000 +

Bug#716974: Can't locate File/Path.pm in @INC

2013-07-15 Thread TJ
Package: sysv-rc Version: 2.88dsf-42 Using pbuilder and deboostrap to create a 'sid' pbuilder from Ubuntu 13.04 I hit what looks to be a dependency issue as util-linux is being unpacked. I have a customised ~/.pbuilderrc to allow me to build Debian releases on Ubuntu which is run thus: $ sudo

Bug#573070: ITP: hivex -- Windows Registry hive extraction library

2010-04-01 Thread TJ
* Package name: hivex Version : 1.2.1 Upstream Author : R. Jones * URL : http://git.annexia.org/?p=hivex.git;a=summary http://libguestfs.org/download/ * License : LGPL 2.1 Programming Lang: C Description : Windows Registry hive

Bug#541100: Cause found, working patch created.

2009-09-17 Thread TJ
patch to this report. The patch needs adding to debian/rules but as the Debian and Ubuntu packages diverge slightly due to security CVE patches I won't attach a debdiff; instead I've attached a second patch. The Ubuntu changelog entry reads: openjdk-6 (6b14-1.4.1-0ubuntu12~tj~ppa1j) jaunty

Bug#541100: Updates to patches

2009-09-17 Thread TJ
I attached an incorrect set of patches to my earlier email. This is the correct set for: debian/patches/icedtea-plugin-use-runtime-nsIProcess-IID.diff debian/rules Apply from the source package's base directory. As before, the changelog entry is: openjdk-6 (6b14-1.4.1-0ubuntu12~tj~ppa1j

Bug#525969: udev reports the usage of an invalid parameter '-s'

2009-04-28 Thread tj
Package: udev Version: 0.141-1 Severity: critical Justification: breaks the whole system udev reports an invalid parameter '-s'. this doesn't happen with version 0.125-6 of udev. on the log i seen multipathd reporting error when calling scsi_id, for example: Apr 28 09:27:25 info multipathd:

Bug#514358: pdebuild host --debbuildopts inherited by target pbuild

2009-02-08 Thread TJ
On Mon, 2009-02-09 at 00:02 +0900, Junichi Uekawa wrote: Hmm IMO, That's a feature, not a bug. If this is really biting people, I might consider adding that... A feature to break the expected functionality? I would agree with you *if* dpkg-source hadn't changed the semantics of -I in

Bug#514358: pdebuild host --debbuildopts inherited by target pbuild

2009-02-06 Thread TJ
@@ +pbuilder (0.183ubuntu2) jaunty; urgency=low + + * Don't pass host --debbuildopts to target (LP: #326216) + + -- TJ ubu...@tjworld.net Fri, 06 Feb 2009 16:30:00 + + pbuilder (0.183ubuntu1) jaunty; urgency=low * Merge with Debian unstable. Remaining Ubuntu changes: diff -Nru pbuilder

Bug#501536: open-vm-toolbox: vmware-user does not work correctly, mouse trapped in vmware window

2008-10-08 Thread TJ
Hi, Thank you for looking at this and replying. That maintainer looks dead (metaphorically) to me. What it take to have someone else make a new package, especially since the package diff still applies cleanly. (somethings in debian/ still need updating/fixing though) While the lack of

Bug#501536: open-vm-toolbox: vmware-user does not work correctly, mouse trapped in vmware window

2008-10-08 Thread TJ
Screen Default Screen InputDevice Generic Keyboard CoreKeyboard InputDevice VMware Mouse CorePointer EndSection 2008/10/8 TJ [EMAIL PROTECTED]: Hi, Thank you for looking at this and replying. That maintainer looks dead (metaphorically) to me. What it take

Bug#501390: Does not accept multiple --debbuildopts options

2008-10-07 Thread TJ
+0100 @@ -1,3 +1,9 @@ +pbuilder (0.181ubuntu6) intrepid; urgency=low + + * Fix: correctly handle multiple --debbuildopts (LP: #278213). + + -- TJ [EMAIL PROTECTED] Sat, 4 Oct 2008 18:30:00 +0200 + pbuilder (0.181ubuntu5) intrepid; urgency=low * Fix condition that makes build twice in a row

Bug#478823: [Pkg-citadel-devel] Bug#478823: citadel-server: post-inst configure

2008-05-01 Thread TJ
Hi, I am running lenny and it's up to date, I do have Sid sources though. I only realised after installing citadel that it was only in sid, but I still thought the bug worth reporting. So I just apt-get install citadel-server on your advice I apt-get -t unstable install libcitadel1 and it

Bug#245141: Quit talking and start shagging

2008-03-25 Thread TJ schoch
Let her experience the most amazing ride of her life. http://www.Crevelicin.com/ Re: don't forget this -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#238770: Cum again and shoot harder

2008-03-21 Thread TJ Weber
Make your dreams of having a huge rod true within just weeks. http://www.ellemonc.com/ Her bath towel fell and I saw this -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#469513: ucf blocks on ocsinventory-agent(1:0.0.8-1) and cacti (0.8.7b-1) installation process. Quick solution was to downgrade ucf to version 2.0020 (stable).

2008-03-05 Thread tj
Package: ucf Version: 3.005 Severity: important -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing'), (500, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.21.1 (SMP w/2 CPU cores) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell:

Bug#429754: Bug

2007-06-19 Thread TJ
Package: Eterm Version: 0.9.4 When i open eterm, and i use transparancy, then the pseudo transparency is bad positioned. If i move the window then it jumps the correct place. (I hope that you could understand that.) I am using Debian etch unstable, 2.6.18-4 kernel and fluxbox. Jozsef Kelemen

Bug#356853: activated specific schedules

2007-04-20 Thread TJ Derck
A third problem was the primitive tools available to assembly language programmers. 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 Tages Kursziel: 0.95

Bug#417910: Bug

2007-04-05 Thread TJ
Package: opera Version: 9.10-20061 I have debian unstable. I updated with aptitude yesterday, and then i can't start the program. If i try to launch from command line then i get the next message: ERROR: ld.so object 'libjvm.so' from LD_PRELOAD cannot be preloaded: ignored ERROR: ld.so object

Bug#72140: WebsiteOur

2007-04-03 Thread TJ Ryland
Press Release selected http://img444.imageshack.us/my.php?image=fshc6.jpg products address developer needs -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#414872: PDNS recursor fails to start on mips, and bug in package/init scripts

2007-03-14 Thread TJ
Package: pdns-recursor Version: 3.1.3-2 Hi, The pdns_recursor does not start on mips. running it directly with --daemon=no it outputs:- Mar 14 10:20:05 Done priming cache with root hints Mar 14 10:20:05 Enabled 'epoll' multiplexer swapcontext in schedule: Function not implemented return is 1

Bug#408159: LOAD DATA INFILE from a pipe now broken

2007-01-24 Thread TJ
Hi, LOCAL means that the local client reads the pipe, and then sends the data to the server, as opposed to the server reading the data. Due to the qualities involved this is not that practical. (I would write the myisam table files directly if I know how.) However in my search for previous

Bug#408159: LOAD DATA INFILE from a pipe now broken!

2007-01-23 Thread TJ
Package: mysql-server-5.0 Version: 5.0.30-3 Also version 5.0.32-2 I would say this problem is very critical This has seriously broken one of our systems, and I would be greatful for a URL to previous versions so I can downgrade mysql (they are no long available in the pool archive). Now the

Bug#398948: i810fb not available at boot-time if compiled as a module

2007-01-20 Thread TJ
, i810 all configured to statically link using the kernel build tool: make config TJ.

Bug#398948: i810fb not available at boot-time if compiled as a module

2007-01-20 Thread TJ
need specific framebuffer support at boot-time you'll need to build the kernel with i810, intel_agp, agpgart, drm, i810 all configured to statically link using the kernel build tool: make config TJ.

Bug#398948: i810fb not available at boot-time if compiled as a module

2007-01-20 Thread TJ
module is loaded, and where/how the options are being passed to it. A reference to a kernel source file where that occurs would assist me tremendously. TJ. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#398948: i810fb not available at boot-time if compiled as a module

2007-01-20 Thread TJ
the Ubuntu usplash screen, and giving me a full-screen 1024x768 tty. TJ. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#339740: major bug in debians mysqld on em64t

2005-11-22 Thread TJ
Hi, Hm, hard to track down. But are you sure that your converting is correct and that you do not produce a buffer overflow somewhere? For example the lines case MYSQL_TYPE_LONG: printf(L:%u(%p), , *(unsigned long int*)stmt-params[j].buffer, stmt-params[j].buffer); do give

Bug#339740: major bug in debians mysqld on em64t

2005-11-18 Thread TJ
Package: mysql-server-5.0 I have a major bug with mysql-server-5.0 (both etch, 5.0.13rc-1 and sid, 5.0.15) on em64t (Quad Xeons) that either kills my app with a various strange mysql errors, seg faults mysqld or mysqld simple exits with no error logged at all =/ None of these problems happen

Bug#333090: MySQL big table support not compiled in?

2005-10-10 Thread TJ
Package: mysql-server-5.0 Hi, It seems that the mysql server is not built with the --with-big-tables option. See: http://bugs.mysql.com/bug.php?id=10023 Please could this be changed so that (MERGE) tables with more then 2^32 rows can be supported. This option maybe useful in other versions

Bug#302626: Plugins missing (eg xineplug_vo_out_opengl.so)

2005-04-01 Thread TJ
Package: libxine1 Hi, plugins such as xineplug_vo_out_opengl.so appear to be missing from the binary packge. For me opengl o/p is usefull since xv is not available on ATI Dual head second display, but opengl is. I have not looked in the debian source, but they are in the 1.0.0 source package

Bug#300214: Wifi map script.

2005-03-18 Thread TJ
Package: ifupdown Hi, I wrote a wifi map script to map available ap/essid to logical interfaces. I thought it maybe useful to others, and that mailing through bugs is preferable to the maintainer then mailing them directly. eg: mapping eth1 script /get-wifi.sh map 00:11:22:33:44:55

Bug#296277: start ifplugd via ifupdown instead of at boot

2005-02-21 Thread TJ
Package: ifplugd Hi, instead of starting ifplugd from init, couldn't there be an option in /etc/network/interfaces like use-ifplugd then when you ifup ethX (or boot ifupdown runs) the interface is started with ifplug and when you ifdown, the interface and ifplug is stopped. ofcourse this would

Bug#292634: Missing srp support

2005-01-28 Thread TJ
Package: ppp Version: 2.4.2+20040428-6 My ISP has switched from chap to EAP. To set EAP up, ppp's srp-entry untility is required. pppd's man page referes to it, but it is missing from the package. I got ppp source and found it to be there, please can you included it in the package. FYI and