Bug#335553: libEMF

2006-02-16 Thread Alex Owen
right. Also worth noteing that there was an earlier ITP for libemf (debian bug #168940). Alex Owen

Bug#283525: This seems to be fixed in discover 2.0.7-2.1 (sarge)

2005-12-03 Thread Alex Owen
n ${module_details}; do echo ${module_details_uniq} | grep ${module_info} > /dev/null 2>&1 if [ $? -eq 1 ]; then module_details_uniq="${module_details_uniq} ${module_info}" fi done module_details=${module_details_uniq} ---8<--- Regards Alex Owen

Bug#307125: Is this really pending?

2005-12-03 Thread Alex Owen
Hello there, A couple of things I've noticed about this bug... (1) is is really a kernel bug? - if so we should clone and reallocate to kernel but also work arround for timebeing...

Bug#307125: Is this really pending?

2005-12-03 Thread Alex Owen
m the patch attached to this bug) in an "if kernel version is 2.6" clause? Just some thoughts... Regards Alex Owen

Bug#310428: initrd: do the right thing for NFS root!

2005-05-23 Thread Alex Owen
can be identified as rootdev=255. The initrd script from e2fsprogs would work better with netboot-initrd-tools package if a simmilar test could be included in the ext3-add-journal script. A two line patch to trap this in the same manner as initrd-tools is attached. Regards Alex Owen -- System

Bug#307471: Remove fixed tag

2005-05-23 Thread Alex Owen
hope that this patch will go into etch early in the testing life cycle! ... we shall see! Alex OWen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#279965: create tmp scripts in /var somewhere ?

2005-05-24 Thread Alex Owen
obs would work. The README.NEWS (or whatever the documentaiton file is called) could then suggest that users that get the improved error message place a "scriptsdir" directive in their logrotate.conf files. Just some random thougts really but perhaps some of them are useful! Alex Owen -- T

Bug#279965: reate tmp scripts in /var somewhere

2005-05-25 Thread Alex Owen
Some further thoughts on my last post. If logrotate was setGid to group "logrotate" and there is a directory under /var that is group writeable by group "logrotate"... that could be the place to create any temporary scripts? Alex Owen -- To UNSUBSCRIBE, email to [EMA

Bug#290329: (no subject)

2005-05-25 Thread Alex Owen
This is an UNTESTED patch to describe the fix better than the above narative! Alex Owen diff -uNr initrd-tools-0.1.81.old/debian/rules initrd-tools-0.1.81/debian/rules --- initrd-tools-0.1.81.old/debian/rules2005-05-14 04:45:15.0 +0100 +++ initrd-tools-0.1.81/debian/rules2005-0

Bug#290329: uname -m not dpkg-architecture

2005-05-26 Thread Alex Owen
quired Section: base . Not sure what a powerpc machine outputs for "uname -m" though... Alex Owen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#310782: pdns-server testing

2005-05-28 Thread Alex Owen
Hi, Saw your request for pdns-server testing... I took a copy of the package (pdns-server_2.9.17-13_i386.deb) from http://www.cacholong.nl/~matthijs/pdns Looking at the postinst you now ship /etc/powerdns/pdns.conf and /etc/default/pdns in /usr/share/pdns-server/ and use ucf to install t

Bug#304791: qla2x00-source: "make-kpkg modules_clean" fails for /usr/src/modules/qla2x00

2005-04-15 Thread Alex Owen
then the clean target should also remove it. Here is a patch to fix things! Hmmm OK so this is a make file so best merge the two lines by hand to ensure that tabs and spaces are correct as I'm not sure what has happened to the below! Alex Owen ---8<--- --- qla2x00.orig/debian/rules Thu A

Bug#304791: Better patch.

2005-04-15 Thread Alex Owen
The attached patch (can use patch command this time!) also include ROOT_CMD stuff so that the make-kpkg "-r" option is used (ie fakeroot). Alex Owen --- ../qla2x00.orig/debian/rulesThu Apr 14 16:59:24 2005 +++ qla2x00/debian/rulesFri Apr 15 15:11:29 2005 @@ -127,

Bug#304811: qla2x00-source: SMP autodetect for module build

2005-04-15 Thread Alex Owen
fibre-channel connected device!) I'm of the opinion that we should pass "INCLUDEDIR=" as an argument to the upstream makefile and also maybe "KERNELDIR=" rather than patching the upstream makefile but that is upto the package maintainer! Alex Owen ---8<--- --- ./r

Bug#304817: qla2x00-source: wish qla2x00-modules build would create a changes file as well as a deb

2005-04-15 Thread Alex Owen
Package: qla2x00-source Version: 7.01.01-2 Severity: wishlist It would be great if the module build also created a qla2x00-modules-*.changes file so then I could use dput to upload it to my local (private) repository. Alex Owen -- System Information Debian Release: 3.0 Architecture: i386

Bug#304814: qla2x00-source: module will not build on woody

2005-04-15 Thread Alex Owen
Package: qla2x00-source Version: 7.01.01-2 Severity: normal Tags: patch This patch is "stolen" from the bcm5700-source package. ---8<--- --- rules.old Fri Apr 15 17:01:22 2005 +++ rules.new Fri Apr 15 17:01:01 2005 @@ -196,7 +196,16 @@ #dh_gencontrol -- -v$(epoch)$(pversion) d

Bug#298787: no need to mount devfs in initrd

2005-05-03 Thread Alex Owen
ream and as ever thanks for writing the whole lessdisk package! Regards Alex Owen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#307463: initrd-netboot-tools: 05_mount_proc has no matching ??_unmount_proc

2005-05-03 Thread Alex Owen
90_mount_nfs_root contains: umount /tmp However it does not unmount /proc. I think this is a bug. I think the fix is to add the following line to the end of 90_mount_nfs_root: umount /proc Regards Alex Owen -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (400

Bug#307471: initrd-tools: wish init would not run mount_root if rootdev=255 (ie nfs root).

2005-05-03 Thread Alex Owen
cmdline=$(cat /proc/cmdline) umount -n proc if [ $rootdev != 256 ]; then +if [ $rootdev != 255 ]; then mount_root +fi cd mnt [ $DEVFS ] && mount -nt devfs devfs dev pivot_root . initrd ---8<--- Regards Alex Owen -- System Information: Debian Release:

Bug#307484: network_script: deconfig target problem

2005-05-03 Thread Alex Owen
e addition of /bin/sleep to the variable 'initrd_exe' in /etc/lessdisks/mkinitrd/initrd-netboot.conf NB: I have not provided a patch for this... but lets face it it is a trivial change! Thanks Alex Owen -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (400

Bug#307463: umount should use -n switch

2005-05-03 Thread Alex Owen
. Alex Owen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#298787: no need to mount devfs in initrd

2005-05-04 Thread Alex Owen
only nfsroot filesystems, so making it optional > seems like a simple alternative in the meantime... I agree that making it optional keeps everyone happy!!! Regards Alex Owen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#276172: Bugs #276172 and #270246

2005-05-15 Thread Alex Owen
ted software on the system break". Please consider applying the one line fix (if it is indeed a fix - I have not tested it but it looks highly likely to fix the issue) already loged in the BTS. Regards Alex Owen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsub

Bug#276172: (no subject)

2005-05-16 Thread Alex Owen
goes into sarge is in the hands of the package maintainer... as it should be! I still hope this small fix can make it to sarge [ please ;-) ] but I'll accept the maintainers decision! Sorry if my action has precipitated any bad feeling... that was not my intention. Regards Alex Owen -

Bug#305144: qla2x00-source: fix for failover support

2005-04-18 Thread Alex Owen
sp->err_id = SRB_ERR_DEVICE; return (TRUE); } ---8<--- Alex Owen -- System Information Debian Release: 3.0 Architecture: i386 Kernel: Linux falcon 2.4.27-686-smp-lvm-vfslock #1 SMP Mon Sep 27 10:07:09 BST 2004 i686 Locale: LANG=C, LC_CTY

Bug#305153: qla2x00-source: Possible new upstream version

2005-04-18 Thread Alex Owen
Package: qla2x00-source Version: 7.01.01-2 Severity: wishlist Qlogic seems to have a 7.04.00 driver source available. http://download.qlogic.com/drivers/27258/qla2x00-v7.04.00-dist.tgz HP seems to have a 7.05.00 qlogic driver available burried deep in: ftp://ftp.hp.com/pub/softlib/software4/COL9

Bug#304791: Better patch!

2005-04-19 Thread Alex Owen
The "clean" target of debian/rules is shared between the source and the modules package so needs some tweaking... A better patch is attached! Alex Owen --- rules.old Tue Apr 19 12:12:15 2005 +++ rules Tue Apr 19 12:20:18 2005 @@ -130,14 +130,14 @@ # seperate binary-modules

Bug#298787: initrd-netboot-tools bad interaction with e2fsprogs possible fix affecting initrd-tools

2005-05-01 Thread Alex Owen
e patches back to Debian at the same time! Particularly any comments on the major/minor device codes for nfs root would be great! Thanks Alex Owen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#298787: initrd-netboot-tools bad interaction with e2fsprogs possible fix affecting initrd-tools

2005-05-01 Thread Alex Owen
uot;mount_root" when $rootdev = 255. I guess I should raise a bug against initrd-tools. Thanks, (and as I said before sorry). Alex Owen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#298787: no need to mount devfs in initrd

2005-05-01 Thread Alex Owen
ot; ]; then + echo "mounting devfs" chroot /mnt mount -nt devfs devfs dev +else + echo "not mounting devfs" +fi + if [ -z "$LESSDISKS_DEBUG" ]; then umount /tmp fi Upstream Works on making lessdisk use devfsd bootscript to mount devfs after the r

Bug#311188: Possible compromise...

2005-05-30 Thread Alex Owen
... each of the spercial packages would have to conflict with eacho other (or something) so only one can be installed. Hmm... this may not be all that usefull but it might start someone else of on the road to a better solution. Alex Owen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] wi

Bug#277845: This seems to be fixed upstream...

2005-06-09 Thread Alex Owen
Looking at http://gcc.gnu.org/PR18591 it seems that "upstream" have fixed the issue (arround 2005-06-05) Alex Owen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#283919: Wrong solution!

2005-08-22 Thread Alex Owen
ed on /mnt. Something like this ? $INIT would normally be /sbin/init but if there is a kernel command line parameter to say different then we should place that in $INIT first... [ -x /mnt$INIT ] || ( echo "WARNING: $INIT not found on root device major=$major minor=$minor" ; sleep 5) Just a thought

Bug#307471: After 3 months obviously not pending!

2005-08-21 Thread Alex Owen
tag 307471 - pending thanks 3 months on... time to remove the pending tag! Alex Owen

Bug#307471: After 3 months obviously not pending!

2005-08-21 Thread Alex Owen
d #283919... perhaps I'll post something to that bug in a few mins. I hope that explains things. Alex Owen On 21/08/05, Horms <[EMAIL PROTECTED]> wrote: > On Sun, Aug 21, 2005 at 08:33:00AM +0100, Alex Owen wrote: > > tag 307471 - pending > > thanks > > > &g

Bug#221602: bugs #287932 and #221602 related

2005-02-15 Thread Alex Owen
At the risk of stating the obvious... #221602 - provide common infastructure for serial console install info #287932 - debian-installer: serial console detection will fail if two console= kernel args are provided. Are related! Alex "state the obvious" Owen -- To UNSUBSCRIBE, emai

Bug#281589: [PATCH] to build ext2resize-1.1.19 against modern asm/ioctl.h

2005-01-12 Thread Alex Owen
EAD,(type),(nr),sizeof(size)) +#define _IOW_BAD(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) +#define _IOWR_BAD(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) /* used to decode ioctl numbers.. */ #define _IOC_DIR(nr) (((nr) >> _IOC_DIRSHIFT) & _

Bug#375833: RFP: createrepo -- repository metadata generator for yum repositories

2006-06-28 Thread Alex Owen
Package: wnpp Severity: wishlist Createrepo generates the metadata necessary for an RPM package repository. This repository metadata format is supported by yum, up2date, smart, red-carpet(xen) and YaST. Inclusion of this in debian would allow a debian machine to act as an RPM repository. The sof

Bug#376001: partman-base: humandev chokes on /dev/cciss/c0d0

2006-06-29 Thread Alex Owen
Package: partman-base Severity: important analysis on IRC showed that humandev function is missing support for /dev/cciss/c0d0 devices. discovered in netboot daily image 20060628 on an HP DL380 -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500

Bug#402331: Agree with Steve Langasek's analysis.

2006-12-17 Thread Alex Owen
ion asking for trouble. See earlier comment about looking a kernel-module source packages for insparation. I hope this analysis helps!?! Alex Owen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#402179: Race condition in GNU tar test-suite

2006-12-19 Thread Alex Owen
t! Regards Alex Owen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#403703: Already being tracked upstream?

2006-12-19 Thread Alex Owen
It seems that a suprisingly simmilar report is being tracked upstream STR #2166 at: http://www.cups.org/str.php?L2166 Regards Alex Owen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#403706: Probably a d-i issue

2006-12-19 Thread Alex Owen
This is probably a debian-installer issue? but is affects udev/hotplug/initscripts also! Regards Alex Owen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#403706: network not up after /etc/rcS.d/S40networking completes

2006-12-19 Thread Alex Owen
primary interface and act accordingly, or [2] we need to add some code to /etc/rcS.d/S40networking (/etc/init.d/networking) to wait till the primary interface has come online. Regards Alex Owen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#403703: fixed upstream?

2006-12-19 Thread Alex Owen
/str2111.patch Regards Alex Owen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#402179: [Bug-tar] Race condition in GNU tar test-suite

2006-12-19 Thread Alex Owen
ar $MTIME -cf archive.1 file1 file2 tar $MTIME -cf archive.2 -T /dev/null tar $MTIME -rf archive.2 file1 tar $MTIME -rf archive.2 file2 if cmp archive.1 archive.2 >/dev/null; then echo -n . else echo -n + fi done ---8<--- Regards Alex Owen --- tar-1.16/tests/append02.at 2006-07-

Bug#403703: Fix confirmed?

2006-12-21 Thread Alex Owen
ource. Patrice, please update this bug if it still does not work for you. With the patch I cannot recreate your original problem. Regards Alex Owen test.ps Description: PostScript document test.sh Description: Bourne shell script

Bug#266835: [patch] easier rebuild of suexec

2007-01-16 Thread Alex Owen
dure (minus the call to dpkg-divert) to rebuild and reinstall the custom suexec to keep suexec in step with the rest of the apache software. Regards... And hope that surules or something like it one day makes it into the debian source package?!? Alex Owen surules Description: Binary data

Bug#403703: quick look

2007-01-18 Thread Alex Owen
reverse.ps ---8<--- --- patch-reverse.ps2007-01-18 08:59:42.0 + +++ reverse.ps 2007-01-18 08:59:42.0 + @@ -1,55 +1,6 @@ %!PS-Adobe-3.0 -%%HiResBoundingBox: 57.60 771.60 93.40 783.00 -%. -%%Creator: Alex Owen with emacs

Bug#403703: remove tags from #403703

2007-01-22 Thread Alex Owen
Package cupsys Tags 403703 - fixed-upstream Tags 403703 - patch Tags 403703 - upstream thanks I don't think any of the tags apply to this bug in it's reopened form! Regards Alex Owen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Tro

Bug#397074: [Patch] add start daemon option to stun init.d script

2007-01-01 Thread Alex Owen
forcemerge 397074 388037 thanks Attached is a patch to stop the start of stund by default and add a START_DEMON option to /etc/default/stun The patch applies to the debian source and is untested. Please report any tests to this bug report. Regards Alex Owen diff -uNr stun-0.96.dfsg.old/debian

Bug#397074: [Patch] add start daemon option to stun init.d script

2007-01-01 Thread Alex Owen
On 01/01/07, Alex Owen <[EMAIL PROTECTED]> wrote: Please report any tests to this bug report. I have tested this patch and the package builds and installs and purges correctly with the patch applied... further more the daemon is not started by default. This is the extent of my t

Bug#366172: Will this be fixed for etch?

2007-01-02 Thread Alex Owen
Hello, Just wondered if this bug will be fixed for the etch release? Regards Alex Owen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#404970: qemu for amd64 test bed

2007-01-03 Thread Alex Owen
Hello, Could qemu be used to emulate a 64bit system for debuging this problem? Regards Alex Owen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#397074: [PATCH] new patch which fixes upgrade problem from existin broken package

2007-01-03 Thread Alex Owen
and removing and upgrading the package on a "clean" system. I have not checked the functioanlity of the daemon as I don't use it... some one should check that! Regards Alex Owen diff -uNr stun-0.96.dfsg.old/debian/init.d stun-0.96.dfsg/debian/init.d --- stun-0.96.dfsg.old/debian/in

Bug#275360: [Patch] example patch showing where to hook dhcp network config to get dhcp->static config

2007-01-04 Thread Alex Owen
On 04/01/07, Alex Owen <[EMAIL PROTECTED]> wrote: This patch is in a VERY EARLY state. It inserts into /etc/dhclient-script so that the ip/mask/route etc form dhcp can be captured. This then needs to be put into the debconf database. this will allow development of static net config from

Bug#275360: [Patch] example patch showing where to hook dhcp network config to get dhcp->static config

2007-01-04 Thread Alex Owen
bconf-db. I don't have the knowledge or time to more now so wanted to put this in BTS so others(or me later) can build on it! Regards Alex Owen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#388037: Opps... problem with fix for #388037

2007-01-06 Thread Alex Owen
have reduced bug severity to important but this might be another error on my part ? Sorry! Alex Owen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#378382: Puppetmaster init script is still broken

2007-01-06 Thread Alex Owen
e PID file: %s" % detail exit(74) end $setpidfile = true end end --- BUT I don't see the file being closed or sync'd to disk. My suspision is that ruby needs another command/method to be called to commit this write to

Bug#378382: Puppetmaster works in testing (someone want to check?)

2007-01-07 Thread Alex Owen
ail to start if it cannot write it's PID file (for example in the case when /var if full !!!) I hope you all agree. Regards Alex Owen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#306504: sysstat: ignores preseeded sysstat/enable

2007-01-11 Thread Alex Owen
ebconf-set-selections # debconf-get-selections | grep sysstat/enable sysstat sysstat/enable boolean true # aptitude install sysstat # debconf-get-selections | grep sysstat/enable sysstat sysstat/enable boolean false # grep ^ENABLED /etc/default/sysstat ENABLED="false" --- Regards Alex Owen

Bug#400215: solution....

2006-12-13 Thread Alex Owen
From memory of other udev rule installing pkgs the file is installed into "/etc/udev/nut-usbups.rules" and the symlink is made in "/etc/udev/rules.d" Regards Alex Owen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#400215: solution....

2006-12-13 Thread Alex Owen
tags 400215 + patch thanks Attached is a patch that should fix this... [untested I'm afraid]. On 13/12/06, Alex Owen <[EMAIL PROTECTED]> wrote: From memory of other udev rule installing pkgs the file is installed into "/etc/udev/nut-usbups.rules" and the symlink

Bug#411787: please test patch

2007-03-02 Thread Alex Owen
If people test the patch and repost sucsess or failure here that may help a decision for including the patch or not! Alex Owen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#224641: [Patch] fixup serial support for grub for etch d-i

2006-11-27 Thread Alex Owen
blacklist 8250_pnp" >/etc/modprobe.d/local-8250_pnp-off Regards Alex Owen On 22/11/06, Alex Owen <[EMAIL PROTECTED]> wrote: Here is a revised version of the patch which also fixes syslinux.cfg_withgtk as suggested by Otavio Salvador in: http://lists.debian.org/debian-boot/2006/11/msg00

Bug#401696: [Patch] wish /etc/init.d/mdadm would use syslog as default

2006-12-05 Thread Alex Owen
lt. If you will not accept this patch then please look at the attached patch "mdadm-option2.patch" which adds a $DAEMON_OPTIONS variable in /etc/default/mdadm which is then used in /etc/init.d/mdadm. I guess that ideally you would adopt both options 1 and 2... but that's your call!

Bug#416310: My Fault!

2007-03-27 Thread Alex Owen
Hello there, I'm afraid this is my fault. I supplied a patch to make grub-installer try to do the right thing in bug http://bugs.debian.org/224641 However the code added there assumes a FULL serial port definition on the kernel command line. eg: for the example Vagrant gives in this bug report "

Bug#416310: My Fault!

2007-03-27 Thread Alex Owen
On 27/03/07, Frans Pop <[EMAIL PROTECTED]> wrote: On Tuesday 27 March 2007 21:26, Alex Owen wrote: > Perhaps this should be included in the release notes for Etch? No, at most in the D-I errata I would say. Proposed entry for d-i errata: i386: Serial Console setup with GRUB There

Bug#416310: [Patch] fix fault in grub_serial_console

2007-03-27 Thread Alex Owen
pt test.sh is also attached which can be used to excercise the grub_serial_console function in the file grub_serial_console.txt. I know this is very late in the release cycle but I would like to see this rewrite of grub_serial_console enter d-i for Etch. Regards Alex Owen [For Lenny: While

Bug#401337: test case for error "Unexpected XSLT element 'param'"

2007-02-23 Thread Alex Owen
this test case passes on a sarge machine: $ make xml Cleaning up... ok Initializing build tree...ok. Creating target Makefile...ok. Creating config files...ok. Alex Owen On 23/02/07, Alex Owen <[EMAIL PROTECTED]> wrote: Sorry missed a line: > mkdir /var/tmp/testcase > cd /var/

Bug#401337: test case for error "Unexpected XSLT element 'param'"

2007-02-23 Thread Alex Owen
Sorry missed a line: mkdir /var/tmp/testcase cd /var/tmp/testcase svn co svn://openbios.org/openbios/openbios-devel -r 113 cd openbios-devel config/scripts/switch-arch x86 make xml ###output starts### Cleaning up... ok Initializing build tree...ok. Creating target Makefile...warning: failed to

Bug#401337: test case for error "Unexpected XSLT element 'param'"

2007-02-23 Thread Alex Owen
arge" test case... but I don't know enough (any) XML to reduce this to a simple test! regards Alex Owen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#376716: /etc/init.d/openbsd-inetd restart fails to restart 10% of time

2006-07-04 Thread Alex Owen
emon --start --quiet --pidfile /var/run/inetd.pid \ ---8<--- Thanks Alex Owen -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.15-1-686 Locale: L

Bug#376924: base-files: wish /usr/share/empty existed in debian

2006-07-05 Thread Alex Owen
Package: base-files Version: 3.1.13 Severity: wishlist I wish debian included an empty directory at /usr/share/empty owned by root:root with a mode 0555 I don't like comparing Debian to other distro's but it is true to say some other ditros have a /usr/share/empty . Thanks

Bug#377681: Inconsistency in /etc/cron-apt/config

2006-07-10 Thread Alex Owen
in cron-apt-0.4.7/src/cron-apt and comment out the option in cron-apt-0.4.7/conf/config leaving it as an example. I know this is not important... buut thought I'd mention it anyway... If I can work out how to use report but a patch is attached... if I can't I'll end the pa

Bug#377875: mt-st: New upstream version 0.9b

2006-07-11 Thread Alex Owen
Package: mt-st Version: 0.8-1 Severity: wishlist Seems there is a new upstream version: ftp://ftp.ibiblio.org/pub/linux/system/backup/mt-st-0.9b.tar.gz looking at the changelog of this it seems to address bug #294646 -- System Information: Debian Release: testing/unstable APT prefers testing

Bug#294646: New upstream mt-st may address debian bug #294646

2006-07-11 Thread Alex Owen
Package: mt-st Version: 0.8-1 Followup-For: Bug #294646 Upstream may have fixed this: ftp://ftp.ibiblio.org/pub/linux/system/backup/mt-st-0.9b.tar.gz -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Shell: /b

Bug#361716: amcheck -m problem

2006-09-15 Thread Alex Owen
uld look at the code! Alex Owen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#232117: please close bug!

2006-09-15 Thread Alex Owen
My understanding is that these ideas are now incorperated into amanda proper... (v2.5+) so I guess this bug could be closed. Thanks Alex Owen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#361716:

2006-09-15 Thread Alex Owen
A simmilar - if not identical issue is being tracked upstream here: http://sourceforge.net/tracker/index.php?func=detail&aid=1463715&group_id=120&atid=100120 also "amcheck -s -a" sends e-mail put reports "AMCHECK REPORT: NO PROBLEMS FOUND" when there IS a tape

Bug#361716: [Patch] probable fix for "amcheck -m -s" not sending mail on tape errors.

2006-09-15 Thread Alex Owen
h-a-tape" error message is printed. By the way there seems to be a new upstream version... 2.5.1 (sept 5th 2006) perhaps I should open a seperate wishlist bug for that though ;-) Alex Owen --- amcheck.c.orig 2006-03-28 22:10:04.0 +0100 +++ amcheck.c 2006-09-15 15:13:18.0 +0

Bug#361716: [Patch] probable fix for "amcheck -m -s" not sending mail on tape errors.

2006-09-15 Thread Alex Owen
Patch tested and checks out OK! Alex Owen On 15/09/06, Alex Owen <[EMAIL PROTECTED]> wrote: tags 361716 + patch thanks Here is a patch against debian source package amanda_2.5.0p2-1 file: amanda-2.5.0p2/server-src/amcheck.c This is untested but the line is included in lates CVS version

Bug#388060: [Patch] fixup handling of -p switch and LIVE_PACKAGE_LIST to make absoluto paths do the right thing

2006-09-18 Thread Alex Owen
ard package list if none found. However the code does a better job of decribing itself!!! Regards Alex Owen --- scripts.orig/02defaults.sh 2006-09-10 20:02:56.0 +0100 +++ scripts/02defaults.sh 2006-09-18 12:20:56.0 +0100 @@ -173,23 +173,28 @@ LIVE_MIRROR_SECURITY="http://secu

Bug#388241: initramfs-tools tests read-only /boot against /proc/mounts which fails in chroot

2006-09-19 Thread Alex Owen
/etc/mtab but again /etc/mtab may not exist. Regards Alex Owen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#388241: [Repoen]: test for [ -r /proc/mounts ] preferd to test for [ -d /proc ]

2006-09-19 Thread Alex Owen
|| return 0 Which would o test for the readability of /proc/mounts which is the file we want to read in the next line! Regards Alex Owen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#388399: gnuplot: FTBFS

2006-09-20 Thread Alex Owen
1:2.5.0p2-2 http://buildd.debian.org/build.php?arch=mipsel&pkg=amanda&ver=1:2.5.0p2-2 My interest is that gnuplot is blocking transition of amanda to testing. Regards Alex Owen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#388399: gnuplot: FTBFS - serious

2006-09-21 Thread Alex Owen
severity 388399 serious thanks Upgrading severity after checking details on IRC #debian-devel. In summay violates point 4 of http://release.debian.org/etch_rc_policy.txt so "serious" Alex -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PRO

Bug#380004: [Patch] vol_id to try to identify FSTYPE when fstype fails

2006-07-26 Thread Alex Owen
should be backwards compatable and allow the detection of iso9660 filesystems. Please note I have not yet tested this patch. I shall try to find time tomorrow and report back! Bye for now Alex Owen diff -uNr initramfs-tools-0.72.old/init initramfs-tools-0.72/init --- initramfs-tools-0.72.old/init 200

Bug#380004: [Patch] vol_id to try to identify FSTYPE when fstype fails

2006-07-27 Thread Alex Owen
On 26/07/06, Alex Owen <[EMAIL PROTECTED]> wrote: Here is a patch to do 2 things: 1: export FSTYPE so that user scripts can hard code it in /scripts/local-premount 2: is fstype reports an "unknown" file system type then use vol_id (which is already on the initramfs) to tr

Bug#380488: casper messes incorectly with serial console lines in /etc/inittab

2006-07-30 Thread Alex Owen
patch to do the right thing with the serial lines later! Alex Owen -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16-2-686 Locale: LANG=e

Bug#380506: Fwd: [PATCH] initial NFS root support.

2006-07-30 Thread Alex Owen
Package: casper Version: 1.61+debian-2 Here is a patch to the casper script (1.61+debian-2) (same as sent to debian-live-devel mailing list) Boot with a pxelinux config like this: label linux kernel dr/vmlinuz append initrd=dr/initrd.gz boot=casper netboot root=/dev/nfs nfsroot=192.168.23.45

Bug#380502: [PATCH] casper should not try to eject cd if netbooted

2006-07-30 Thread Alex Owen
Alex Owen -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16-2-686 Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) --- init.d.orig 200

Bug#380512: live-package: pxelinux.cfg update for NFS root in casper

2006-07-30 Thread Alex Owen
Package: live-package Version: 0.99.1-1 Severity: normal If/when the NFSroot patch is included in casper then live-package should have the pxelinux.cfg template updated. A patch is attached as an example. -- System Information: Debian Release: testing/unstable APT prefers testing APT policy

Bug#380506: casper: further patch for NFSroot

2006-07-30 Thread Alex Owen
Package: casper Version: 1.61+debian-2 Tags: patch Followup-For: Bug #380506 previous patch did not setup unionfs correctly for a read only NFS backing store... Also did not pass a param to do_cifs_mount. Patch casper.patch addresses these. Also need to stop reconfigureing of networking when usi

Bug#380488: Alternative autologin at console.

2006-07-31 Thread Alex Owen
I have been thinking about console (terminal) autologin. My interest is in serial consoles particularly but I've tried to come to a solution that handles serial and vga virtual terminals the same... I'm basing this on an old implementation of mine: == = from http://lists.

Bug#380506: [REOPEN] [Patch] netboot still broken... further partial patch

2006-08-05 Thread Alex Owen
cess tty; job control turned off (initramfs) --8<-- Will continue working on this! Alex Owen --- casper.orig 2006-08-02 16:23:10.0 + +++ casper 2006-08-05 11:21:03.0 + @@ -90,7 +90,7 @@ match_files_in_dir "$directory/casper/*.ext2" || match_files_in_d

Bug#380506: [Patch] back to square 1 - casper netboot!

2006-08-05 Thread Alex Owen
patch against casper-1.63+debian-1 This should get netbooting working again! Alex Owen diff -uNr casper-1.63+debian.ORIG/scripts/casper casper-1.63+debian/scripts/casper --- casper-1.63+debian.ORIG/scripts/casper 2006-08-05 16:23:06.0 +0100 +++ casper-1.63+debian/scripts/casper 2006-08

Bug#251114: mt-st: [PATCH] integrate stinit with udev

2006-07-14 Thread Alex Owen
Package: mt-st Version: 0.8-2 Tags: patch Followup-For: Bug #251114 Thinking about this some more I think udev rules are the way forward as then the device is (re-)initiallised if the scsi layer is made to rescan for devices etc. Attached is a patch to that effect. Alex Owen -- System

Bug#251114: wish stinit was called by udev not modprobe

2006-07-15 Thread Alex Owen
e how udev works for compiled in modules. If the st driver is compiled into the kernel then I think that udev will still call stinit. However I may be forgetting initrd/intramfs issues here. Anyway I'm reopening this as a wishlist so that this can be given some further consideration. I hope that

Bug#422088: [Patch] wish preseed_fetch could distinguish between non-existance of a requested file and other failures to fetch file.

2007-05-08 Thread Alex Owen
On 06/05/07, Joey Hess <[EMAIL PROTECTED]> wrote: Alex Owen wrote: > # TODO add progress bar > - if wget -q "$url" -O "$file"; then > + if wget -q "$url" -O "$file" 2>$log ; then > +

  1   2   >