Bug#298254: Diskless systems aren't random enough

2005-05-18 Thread Tim Phipps
I tracked this down on the KDE bug system and a temporary workaround is to put RandomDevice=/dev/urandom in the [General] section of /etc/kde3/kdm/kdmrc. The reason for the failure to start is that by default /dev/random is used and that will block if there isn't enough randomness available.

Bug#343162: /etc/init.d/udev unmounts /dev/pts and doesn't remount it.

2005-12-13 Thread Tim Phipps
Package: udev Version: 0.076-4 Severity: normal I'm not sure what severity to set this bug at because on my system it breaks bootlogd. Also I'm not sure the fix should be in udev. My kernel does not have CONFIG_LEGACY_PTYS set so it relies on devpts to provide ptys. Bootlogd works with both

Bug#327085: file-rc: The sort field in /etc/runlevel.conf does not work.

2005-10-13 Thread Tim Phipps
Hi Roland, The conversion script does sort the file in correct order but if the user twiddles with it things may get run in incorrect order (e.g. put networking at the end and see how many daemons fail to start). This is an ugly situation, but I don't think that it justifies a critical

Bug#327085: Fwd: Re: Bug#327085: file-rc: The sort field in /etc/runlevel.conf does not work.

2005-10-13 Thread Tim Phipps
OOPS, I hit ctrl-enter before I typed in the good news part. Now the good news: All you have to do is replace xxx $configfile with sort $configfile | xxx. Actually, you can't since sort is in /usr/bin, you'll have to do a sort with bash functions. I don't have a sh function available

Bug#142424: hookup this week

2005-10-19 Thread Tim Phipps
Client Update - 4 New Matches: Hey there, just wanted you to know I have matched your profile with 4 girls within a few miles of your City who are seriously interested in hooking up with you, yes I've done my homework ;-) now its time for you to bring your A game. I'm sure they will probably

Bug#284526: mount: only root can do that

2005-10-20 Thread Tim Phipps
Hi All, I just blundered into this bug and had a thought about this error message. It looks weird because everything is running as root in the initrd boot sequence. ...except with NFS root doesn't get root access to remote files unless the server is set to allow it. If the NFS server

Bug#339482: libc6: /etc/init.d/glibc.sh uses /usr/bin/dpkg before /usr is mounted.

2005-11-16 Thread Tim Phipps
Package: libc6 Version: 2.3.5-6 Severity: normal /etc/init.d/glibc.sh is called by init before anything else in the boot sequence. When it is called there is no guarantee that /usr is mounted so using dpkg may not work. /proc and /sys won't be mounted either and /dev may not be fully populated.

Bug#339751: Can't remove mailutils and dependencies in one go

2005-11-18 Thread Tim Phipps
Package: mailutils Version: 1:0.6.90-3 Severity: normal For one reason or another I tried to remove mailutils but dpkg complained and exited with an error since I was also purging the dependencies too. It was one of these I was purging so try thos to reproduce: libgsasl7 libmailutils0

Bug#387093: hplip-data: please remove recommends: hplip.

2006-09-12 Thread Tim Phipps
Package: hplip-data Version: 1.6.7-2 Severity: normal This is causing me grief with trying to build dependancy trees. hplip correctly depends on hplip-data and I don't think there is anything in hplip-data apart from data. -- System Information: Debian Release: testing/unstable APT prefers

Bug#387093: hplip-data: please remove recommends: hplip.

2006-09-13 Thread Tim Phipps
On Tue, 2006-09-12 at 12:05, Henrique de Moraes Holschuh wrote: severity 387093 wishlist thanks On Tue, 12 Sep 2006, Tim Phipps wrote: This is causing me grief with trying to build dependancy trees. hplip Please expand on that. The reverse recommends is not a strong dependency loop

Bug#387430: unionfs-modules-2.6.17-2-686 should have a build-dep on linux-support-2.6.17-2

2006-09-14 Thread Tim Phipps
Package: unionfs-modules-2.6.17-2-686 Version: 1.3+debian-4+2.6.17-2 Severity: normal Title say it all, I couldn't build without this package. -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh

Bug#387640: usplash timeout stays on vt8.

2006-09-15 Thread Tim Phipps
Package: usplash Version: 0.3e Severity: normal After a usplash timeout (e.g. fsck) I'm left looking at vt8 which doesn't have much on it and I need to alt-F1 to get to the real console messages. Does usplash need to switch to vt8? If so can it switch back on timeout. -- System Information:

Bug#381268: closed by Daniel Baumann [EMAIL PROTECTED] (reply to [EMAIL PROTECTED]) (Re: /usr/share/doc/syslinux/*.doc is empty.)

2006-09-19 Thread Tim Phipps
On Tue, 2006-09-19 at 02:33, Debian Bug Tracking System wrote: From: Daniel Baumann [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: /usr/share/doc/syslinux/*.doc is empty. Date: Tue, 19 Sep 2006 03:24:47 +0200 This was fixed already when I first uploaded a new syslinux package.

Bug#398792: icecast2: Init script hass messy output.

2006-11-15 Thread Tim Phipps
Package: icecast2 Version: 2.3.1-5 Severity: wishlist The init script says Starting icecast2. and the icecast2 also says the smae thing. Adding /dev/null to the start-stop-daemon commands for start and restart fixes it, and doesn't stop error messages. -- System Information: Debian Release: 4.0

Bug#395510: Setting severity to grave

2006-10-31 Thread Tim Phipps
I'm changing this to grave since it looks like it's not something I'm doing wrong and the driver crashes the server. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#396613: xserver-xorg: packages contains almost nothing, has a circular dep with xserver-corg-core.

2006-11-01 Thread Tim Phipps
Package: xserver-xorg Version: 1:7.1.0-5 Severity: normal The package xserver-xorg has a circular dependency with xserver-xorg-core. The package does nothing for me and will only do something once anyway (generate an X config). Would you consider moving the only file in this package to

Bug#389994: Found the bug, patch attached

2006-10-02 Thread Tim Phipps
The bug is in this section: if [ ${NFSROOT#:*} = $NFSROOT ]; then NFSROOT=${ROOTSERVER}:${NFSROOT} fi The :* is the wrong way around so if $NFSROOT=192.168.0.4:/ the :* pattern won't match (NFSROOT doesn't start with :) and so NFSROOT gets

Bug#388761: initscripts: Moving NFS mounts to /etc/network/if-up.d/mountnfs breaks my diskless system

2006-09-22 Thread Tim Phipps
Package: initscripts Version: 2.86.ds1-20 Severity: important Setting this to important since it won't break simple systems. I'm using the initramfs boot=nfs aproach to run a diskless system. I have to remove eth0 from the auto line in /etc/network/interfaces otherwise ifup -a hangs the system. I

Bug#388761: initscripts: Moving NFS mounts to /etc/network/if-up.d/mountnfs breaks my diskless system

2006-09-22 Thread Tim Phipps
On Friday 22 September 2006 14:17, Petter Reinholdtsen wrote: [Tim Phipps] Why do ifup -a hang on your system? This seem to be the most obvious bug to fix to solve this issue. It's hard to tell since it locks totally. I think ifup is deconfiguring the interface before it starts to up

Bug#388761: initscripts: Moving NFS mounts to /etc/network/if-up.d/mountnfs breaks my diskless system

2006-09-22 Thread Tim Phipps
On Friday 22 September 2006 15:04, Petter Reinholdtsen wrote: [Tim Phipps] What's the problem with having the old systems of an init.d script running after ifup? Some times it take too long for the network to start working, so mountnfs.sh would always fail. See #360123. Hmm, tough

Bug#388814: ifupdown: Diskless boot broken if etho is marked auto, doesn't mount other nfs if not.

2006-09-22 Thread Tim Phipps
Package: ifupdown Version: 0.6.7-0.1 Severity: important Diskless boot is broken for me at the moment. initscripts has moved nfsmount.sh to /etc/network/if-up.d for good reasons but that means my nfs mount of /home doesn't happen (meaning I can't log on etc.). I have eth0 not marked as auto in

Bug#389435: initscripts: /etc/init.d/rc.local always fails if verbose=no.

2006-09-25 Thread Tim Phipps
Package: initscripts Version: 2.86.ds1-20 Severity: normal I have verbose=no in /etc/default/rcS and invoke-rc.d rc.local start says this: invoke-rc.d: initscript rc.local, action start failed. This happens even if /etc/rc.local has an exit 0 at the end. I think it's this line: [ $VERBOSE !=

Bug#389994: initramfs-tools: NFS timeout on first mount causes looping.

2006-09-28 Thread Tim Phipps
Package: initramfs-tools Version: 0.80 Severity: normal I'm still getting the timeouts on root mount refered to in bug 359926. With this version of initramfs-tools the retry fails without really retrying and it enters a loop. After 180s it times out and drops to a panic shell. IP is configured

Bug#382008: aptitude: Bad error message when config file is read-only

2006-08-08 Thread Tim Phipps
Package: aptitude Version: 0.4.1-1.1 Severity: minor Running in a chroot with home directories mounted read-only I get this error message in a read dialog box: E: /home/root/.aptitude/config - Unable to open %s for writing (13 Permission denied) I think the %s should be removed. -- System

Bug#382978: bible-kjv-text: Please remove dependancy on bible-kjv or change to suggest.

2006-08-14 Thread Tim Phipps
Package: bible-kjv-text Version: 4.20 Severity: normal bible-kjv and bible-kjv-text depend on each other. If there really is such adependancy they should be made into one package. I think that bible-kjv-text doesn't depend on bible-kjv though. The data is fine without bible-kjv, it just sits

Bug#382978: bible-kjv-text: Please remove dependancy on bible-kjv or change to suggest.

2006-08-14 Thread Tim Phipps
On Mon, 2006-08-14 at 14:15, Matthew Vernon wrote: Hi, bible-kjv and bible-kjv-text depend on each other. If there really is such adependancy they should be made into one package. I think that They're separate packages because the text is architecture- independent; that's a saving on

Bug#383051: /lib/udev/vol_id translates volume id to uppercase for FAT partition.

2006-08-14 Thread Tim Phipps
Package: udev Version: 0.093-1 Severity: normal Feel free to change this to minor or wishlist. I'd like vol_id to not change the case of FAT partitions labels. I don't believe this will affect many people since FAT partitions are usually created with upper case labels anyway. It was quite hard to

Bug#383051: /lib/udev/vol_id translates volume id to uppercase for FAT partition.

2006-08-14 Thread Tim Phipps
On Mon, 2006-08-14 at 21:01, Kay Sievers wrote: Huh, what do you mean? Libvolume_id does not translate anything. What piece of software is showing a label with lowercase chars? Sorry Kay, False alarm. I had changed the label at the start of the volume but the real label is stored in

Bug#348894: microcode.ctl: Fails to download microcode if installation CPU is not suitable.

2006-01-19 Thread Tim Phipps
Package: microcode.ctl Version: 1.12-2 Severity: normal I know it seems like nonsense but I do want the installation of microcode.ctl to download the microcode even though my CPU is a VIA C3! It won't harm the VIA C3 since the program checks at run time if the CPU is suitable. I run a Celeron 4

Bug#497954: xvfb: First example from the man page crashes.

2008-09-05 Thread Tim Phipps
Package: xvfb Version: 2:1.1.1-21etch5 Severity: normal The man page suggest ths as an example: Xvfb :1 -screen 0 1600x1200x32 and it crashes with this error: Fatal server error: Couldn't add screen 0 The problem is the depth, x24 works fine but xvncviewer doesn't like that and moves down to

Bug#459078: touch /tmp/empty; less /tmp/empty; hit F; hit ctrl-C == infinite loop.

2008-01-04 Thread Tim Phipps
Package: less Version: 394-4 Severity: normal Can't believe this hasn't been found before. You can't kill the loop with ctrl-c or ctrl-Z. I had to kill it from another terminal. -- System Information: Debian Release: 4.0 APT prefers stable APT policy: (500, 'stable') Architecture: i386

Bug#452292: checkinstall: Would like --provides to work.

2007-11-21 Thread Tim Phipps
Package: checkinstall Version: 1.6.1-5 Severity: wishlist The --provides option would be useful so I could remove some duplicate stuff that other packages depend on. -- System Information: Debian Release: 4.0 APT prefers stable APT policy: (500, 'stable') Architecture: i386 (i686) Shell:

Bug#310819: apt-build: Does not stop when --patch file fails

2005-05-26 Thread Tim Phipps
Package: apt-build Version: 0.12.4 Severity: important And --patch-strip doesn't work, you have to use --patch_strip. I've got a patch to utils-linux that enables me to run a diskless system by having /etc/mtab be a symlink to somewhere else. Without the patch some programs don't work since they

Bug#298719: ogg123 output corrupted after some time of playback

2005-04-21 Thread Tim Phipps
I get this too, I'm using mpd to stream to icecast and ogg123 to play the stream. I know it's not mpd or icecast since I'm playing the same stream on two computers and they start corruption at different times. When it does start the input buffer is very low and it stays low. Well, it would

Bug#298719: Patch submitted to upstream

2005-04-22 Thread Tim Phipps
This is a known bug upstream: http://trac.xiph.org/cgi-bin/trac.cgi/ticket/471 There's a patch that works for me which could be applied now: --- vorbis-tools-1.0.1.orig/ogg123/buffer.c 2003-09-01 21:15:19 +0100 +++ vorbis-tools-1.0.1/ogg123/buffer.c 2005-04-21 17:28:23 +0100 @@ -165,7

Bug#306260: ncmpc: Looks for global config file in /usr/etc instead of /etc

2005-04-25 Thread Tim Phipps
Package: ncmpc Version: 0.11.1-4 Severity: normal ncmpc looks for the default config file in /usr/etc/ncmpc/config. There isn't even a /usr/etc on this machine so I think it should be looking in /etc/ncmpc. -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (101,

Bug#438582: lvm-common: /etc/init.d/lvm stop hangs if a volume is mounted.

2007-08-17 Thread Tim Phipps
Package: lvm-common Version: 1.5.20 Severity: important For whatever reason /home could not be unmounted (actually a USB DVB-T tuner had gone awol and the process attached could not be killed, so that processes cwd could not be unmounted). vgchange hangs with the message 'Can't deactivate vol

Bug#446897: mplayer: 1.0-rc2 is available, please package.

2007-10-16 Thread Tim Phipps
Package: mplayer Severity: wishlist I don't know if there's ever going to be a 1.0, so can we have rc2 packaged please? -- System Information: Debian Release: 4.0 APT prefers stable APT policy: (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux

Bug#434487: Filenames with spaces under /dev cause aide to crash.

2007-07-24 Thread Tim Phipps
Package: aide Version: 0.13.1-2 Severity: normal I have /tmp symlinked to /dev/shm/tmp and the config script to create rules under /dev does now quote filenames with spaces. aide then quits with an error when it gets that config line. -- System Information: Debian Release: 4.0 APT prefers

Bug#407527: x11vnc: The -quiet option leaves just one line of normal output.

2007-01-19 Thread Tim Phipps
Package: x11vnc Version: 0.8.2-1 Severity: minor Running with -quiet I get this output: == OK: x11vnc -forever -nofilexfer -usepw -quiet -permitfiletransferpermit file transfer support The VNC desktop is: hal:0 PORT=5900 == I'm guessing that the -permitfiletransfer help line doesn't have

Bug#412496: mysql-server: Need some way to undo the bind-address in /etc/mysql/my.cnf

2007-02-26 Thread Tim Phipps
Package: mysql-server Version: 5.0.32-7 Severity: minor Now that /etc/mysql/my.cnf supports the include directory /etc/mysql/conf.d I've moved all the customizations I had made into a file. All except one: bind-address. I still have to comment this out in /etc/mysql/my.cnf and I can't find a way

Bug#416626: mdadm.conf typo for symlinks=

2007-03-29 Thread Tim Phipps
Package: mdadm Version: 2.5.6-9 Severity: minor mdadm.conf(5): symlinks=no Normally when creating devices in /dev/md/ mdadm will create a matching symlink from /dev/ with a name starting md or md_. Give symlinked=no to suppress this symlink creation.

Bug#354261: Fixed

2007-02-13 Thread Tim Phipps
This is now fixed with the latest evdev driver. Thanks, Tim. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#411157: inputlirc: Shouldn't filter any keys by default if the input isn't grabbed.

2007-02-16 Thread Tim Phipps
Package: inputlirc Version: 11-1 Severity: wishlist Just started using this and it's very nice. So much easier than farting around with the evdev driver for xorg and wrestling xmodmap. Anyway, I wasted a fair amount of time wondering why the OK key of my remote was the only one not working. I

Bug#411157: inputlirc: Shouldn't filter any keys by default if the input isn't grabbed.

2007-02-16 Thread Tim Phipps
On Friday 16 February 2007 5:30 pm, Guus Sliepen wrote: It's a little bit different. Without arguments, inputlircd opens all input event devices. This allows you to have multiple remotes, and also process the multimedia keys on contemporary keyboards with lirc. Because it reads the main

Bug#411360: xine-ui: Quits due to missing depends on libgnomevfs2-0 and libsmbclient.

2007-02-18 Thread Tim Phipps
Package: xine-ui Version: 0.99.4+dfsg+cvs2006-1 Severity: grave Justification: renders package unusable Without these packages xine from xine-ui just quits. Turning on --verbose lists two failures in linking in libraries from these packages. Installing these packages makes xine work again.

Bug#411360: xine-ui: Quits due to missing depends on libgnomevfs2-0 and libsmbclient.

2007-02-19 Thread Tim Phipps
This is what i get with xine --verbose: This is xine (X11 gui) - a free video player v0.99.5cvs. (c) 2000-2006 The xine Team. Built with xine library 1.1.2 (1.1.2) Found xine library version: 1.1.2 (1.1.2). Plateform informations: -- system name : Linux

Bug#409251: aptitude: Change suggest to recommend for libparse-debianchangelog-perl.

2007-02-01 Thread Tim Phipps
Package: aptitude Version: 0.4.4-1 Severity: wishlist It's only small and it makes it so much easier to work out what changes are taking place. I struggled for ages until I found this lib. -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (500, 'testing')

Bug#433068: libmpd-dev: libmpdclient.f causes g++ to fail to compile.

2007-07-14 Thread Tim Phipps
Package: libmpd-dev Version: 0.12.0-2 Severity: important The second __cplusplus in this file is spelt _cpluplus. -- System Information: Debian Release: 4.0 APT prefers stable APT policy: (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux

Bug#330289: debianutils: savelog(8) man page has version numbering description backwards.

2005-09-27 Thread Tim Phipps
Package: debianutils Version: 2.14.3 Severity: normal Here's the description of what savelog does: 1) Version numbered files are cycled. Version cycle-2 is moved to ver- sion cycle-3, version cycle-1 is moved to version cycle-2 , and so on.

Bug#327085: file-rc: The sort field in /etc/runlevel.conf does not work.

2005-09-07 Thread Tim Phipps
Package: file-rc Version: 0.8.7 Severity: critical Justification: breaks the whole system The script /etc/init.d/rc does not use the sort field of /etc/runlevel.conf to select the order of execution of the init.d scripts. The conversion script does sort the file in correct order but if the user

Bug#327273: kdm does not start xorg server

2005-09-08 Thread Tim Phipps
Package: kdm Version: 4:3.3.2-1 Severity: grave Justification: renders package unusable There is crappage in /etc/init.d/kdm that causes that script to exit without an error message. The lines in question 58 59: # get the server text into the cache wc -l /usr/bin/X11/XFree86

Bug#328088: libc6: /etc/init.d/glibc.sh uses /usr/bin/dpkg to check for kernel versions.

2005-09-13 Thread Tim Phipps
Package: libc6 Version: 2.3.5-6 Severity: normal /etc/init.d/glibc.sh is called very early on in the boot process. /usr may not be mounted so using /usr/bin/dpkg may fail for some people. So would using /proc since the may not be mounted either. /bin/uname should be there and /bin/sh can do

Bug#328435: aptitude: Update progress bar is optimistic (bad)

2005-09-15 Thread Tim Phipps
Package: aptitude Version: 0.2.15.9-2 Severity: minor When you press u and all your sources are from one server aptitude estinates the size of each file to retrieve as zero before it gets the size from the server. For the first files the file progress and the total progress match each other

Bug#314275: More info

2005-08-17 Thread Tim Phipps
Looking at this some more I've found a bug in config.c. This code is bad: /* Search the first */ for (i = 0; i = strlen (file_content) file_content[i] != ''; i++); file_content += i + 1; /* Search the last */ for (j = strlen (file_content); j = 1 file_content[j - 1] != ''; j--);

Bug#314275: Changing apt-build-conf causes configure to fail

2005-06-15 Thread Tim Phipps
Package: apt-build Version: 0.12.9 Severity: important I installed apt-build 0.12.9 and after that edited /etc/apt/apt-build.conf to suit. I tried to apt-build install aalib1-dev and it fails with a mysterious error. When i restore the original apt-build.conf it works. Here's my apt-build.conf:

Bug#488639: roundcube-mysql: Database is not backed up.

2008-06-30 Thread Tim Phipps
Package: roundcube-mysql Version: 0.1-4~bpo40+1 Severity: normal Would it be possible to include a cron job to dump the database to /var/backups? Something like savelog folowed by mysqldump. -- System Information: Debian Release: 4.0 APT prefers stable APT policy: (500, 'stable')

Bug#362465: xserver-xorg: Man page for evdev has dissapeared.

2006-04-13 Thread Tim Phipps
Package: xserver-xorg Version: 6.9.0.dfsg.1-6 Severity: normal This version of xserver-xorg has removed the evdev man page, I'm sure it was there in previous versions. -- Package-specific info: Contents of /var/lib/xfree86/X.roster: xserver-xorg /etc/X11/X target unchanged from checksum in

Bug#354261: xserver-xorg: evdev input driver allocates two device buttons to one keycode.

2006-02-24 Thread Tim Phipps
Package: xserver-xorg Version: 6.9.0.dfsg.1-4 Severity: normal I'm using the evdev input driver to get a Hauppauge remote control to work. All the buttons work but two of the buttons end up with the same keycode which is not much use. Using evtest the kernel device driver is providing the correct

Bug#323356: May be something wrong with the DVB drivers

2006-03-27 Thread Tim Phipps
I have the same problem but not when the DVB drivers are modules. When the drivers are modules udev manages to load the modules and create the device files. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#375624: initramfs-tools: Typo in panic() in scripts/functions. Fails to set prompt.

2006-06-27 Thread Tim Phipps
Package: initramfs-tools Version: 0.60 Severity: minor /usr/share/initramfs-tools/scripts/functions has a panic() function to spawn an emergency or debug shell. It does so with this line FS1='(initramfs) ' /bin/sh /dev/console /dev/console 21 FS1 should be PS1 if you want to set the

Bug#375644: lsb-base: /lib/lsb/init-functions doesn't like xterm-mono

2006-06-27 Thread Tim Phipps
Package: lsb-base Version: 3.1-10 Severity: normal if TERM is set to xterm-mono the function log_use_fancy_output() returns true and the log_* functions the try to use `tput setaf 1` and `tput op`. These two fail with TERM=xterm-mono and scripts like /etc/init.d/apache2 exit at that point since

Bug#377643: initramfs-tools: Should retry if nfsmount fails.

2006-07-10 Thread Tim Phipps
Package: initramfs-tools Version: 0.67 Severity: important For some reason my diskless system seems to fail to boot every other time. I get time-out messages from nfsroot and then the /init script dumps me into a debug shell when it can't find /root/sbin/init. I don't know the cause of the mount

Bug#368958: xtide-data depends on xtide, xtide recommends xtide-data.

2006-06-02 Thread Tim Phipps
Hi Peter, On Friday 26 May 2006 14:59, Peter S Galbraith wrote: Tim Phipps [EMAIL PROTECTED] wrote: Package: xtide-data Version: 20040203-1 Severity: normal There's a circular dependancy here. How so? I think xtide-data shouldn't depend

Bug#385153: typo in pmount --help

2006-08-29 Thread Tim Phipps
Package: pmount Version: 0.9.13-1 Severity: minor pmount --help gives this in the first paragraph: Mount device to a directory below /media/ if policy requirements are met (see pmount(1) for details). If label is given, the mount point will be /media//label, otherwise it will be

Bug#383929: [Patch] Re: pmount: pumount fails if /media is a symlink

2006-08-29 Thread Tim Phipps
You can work around this with mount --bind /var/media /media or this patch will make pumount use the real path of /media for the mount point check. Cheers, Tim. --- pmount-0.9.13.orig/src/pumount.c2006-08-29 14:20:05.0 +0100 +++ pmount-0.9.13/src/pumount.c 2006-08-29

Bug#385270: Problems installing and purging hal

2006-08-30 Thread Tim Phipps
Package: hal Version: 0.5.7.1-1 Severity: normal I though I'd screwed something up so I purged hal and reinstalled this version and I still get some warnings. For installing I always get this: Selecting previously deselected package hal. (Reading database ... 202065 files and directories

Bug#385281: initramfs-tools: Could remove the mkdir's and mknod's from init script.

2006-08-30 Thread Tim Phipps
Package: initramfs-tools Version: 0.76 Severity: minor The top part of init has this: mkdir /sys mkdir /proc mkdir /tmp mkdir -p /var/lock These can all be put in the initramfs image can't they? Also (not a bug), I can't figure out how /root gets created, it's not in the image and there's no

Bug#385624: initramfs-tools: Says retrying NFS mount the first time

2006-09-01 Thread Tim Phipps
Package: initramfs-tools Version: 0.77 Severity: minor The new mountroot() in scripts/nfs works nicely in that it does retry if the first mount fails but it always says Retrying even though it should say Trying the first time. Very minor bug though. -- Package-specific info: -- /proc/cmdline

Bug#385641: initramfs-tools: /dev/null is not there until udev runs, splash doesn't work.

2006-09-01 Thread Tim Phipps
Package: initramfs-tools Version: 0.77 Severity: important The new method of creating /dev/null is causing usplash to not work. At the top of the init script /dev/null is created if it doesn't exist and then a tmpfs is mounted on top of /dev. This hides the /dev/null and /dev/console so any

Bug#385969: usplash: /etc/lsb-base-logging.sh confuses bootlogd output.

2006-09-04 Thread Tim Phipps
Package: usplash Version: 0.3e Severity: normal In the function log_end_msg, line 104 has 'printf \r' which is used to keep the ok/fail message on the same line as the log_begin+msg text. This confuses the output of bootlogd since it uses its own primitive line buffer. Replacing the \r with \b

Bug#386125: Would like ethtool to be run at boot.

2006-09-05 Thread Tim Phipps
Package: ethtool Version: 3-1 Severity: wishlist It would be nice if the ethtool packages installed a few files to get ethtool to run at boot time. e.g. /etc/init.d/ethtool that would read /etc/default/ethtool so I could get it to switch on WOL on my card. -- System Information: Debian Release:

Bug#386294: udev: initramfs.bottom leaves an empty /dev until pivot_root is called.

2006-09-06 Thread Tim Phipps
Package: udev Version: 0.093-1 Severity: minor I've traced a couple of error messages down to upslash_write being used after initramfs.bottom has run. usplash_write tries to use stuff in /dev but initramfs.bottom has moved /dev to $rootmnt/dev. The following patch replaces the empty /dev with a

Bug#386296: e2fsprogs: fsck prints it's version number in the boot sequence.

2006-09-06 Thread Tim Phipps
Package: e2fsprogs Version: 1.39-1 Severity: minor fsck always prints out its version and date when run. It's the only program run at boot time that does this (in my setup) so it looks a bit odd. Would you add the -T option to the initscripts? -- System Information: Debian Release:

Bug#386294: [EMAIL PROTECTED]: Bug#386294: udev: initramfs.bottom leaves an empty /dev until pivot_root is called.]

2006-09-07 Thread Tim Phipps
On Wed, 2006-09-06 at 21:51, maximilian attems wrote: From: Tim Phipps [EMAIL PROTECTED] To: Debian Bug Tracking System [EMAIL PROTECTED] I've traced a couple of error messages down to upslash_write being used after initramfs.bottom has run. usplash_write tries to use stuff in /dev

Bug#383335: /etc/init.d/usplash does not work with kbd package

2006-08-16 Thread Tim Phipps
Package: usplash Version: 0.3e Severity: normal I have the kbd package installed (it handles bigger fonts than console-utilities) and its initscript is called /etc/init.d/console-screen.kbd.sh. The usplash init.d script is not going to use this since it's looking for /etc/init.d/console-screen.sh

Bug#384199: klibc-utils: Would like readlink to understand -f option.

2006-08-22 Thread Tim Phipps
Package: klibc-utils Version: 1.4.19-1 Severity: wishlist Could readlink be extended to include the -f option to canonicalize paths? -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to

Bug#384199: klibc-utils: Would like readlink to understand -f option.

2006-08-22 Thread Tim Phipps
On Tue, 2006-08-22 at 16:20, maximilian attems wrote: it be nice if you would add an example where you need that? Hi Maks, I'm using readlink -f in a script in init-top from the initramfs-tools to change the root device name from /dev/disk/by-label/root to the real root device

Bug#384199: klibc-utils: Would like readlink to understand -f option.

2006-08-22 Thread Tim Phipps
On Tue, 2006-08-22 at 17:53, maximilian attems wrote: first i'm a bit surprised why you would need to do that, initramfs-tools boots just fine with root=/dev/disk/by-label/root Well, I don't _need_ to do it, I just want to so that the output of df looks nicer. It's purely cosmetic. well if

Bug#377643: The panic=0 paramter will work around this

2006-08-23 Thread Tim Phipps
You can consider this bug work-arounded if you use the panic=0 boot parameter. Getting a timeout would then reboot the machine thus giving a retry (although a bit slower). Cheers, Tim. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Bug#379944: openvt: man page synopsis missing -w option

2006-07-26 Thread Tim Phipps
Package: console-tools Version: 1:0.2.3dbs-63 Severity: normal The man page for openvt documents the -w option but it is not mentioned in the SYNOPSIS section. It's an upstream bug since the same feature is in RHEL3. -- System Information: Debian Release: testing/unstable APT prefers testing

Bug#381012: libchipcard2-libgwenhywfar38-plugins: Package name too long

2006-08-01 Thread Tim Phipps
Package: libchipcard2-libgwenhywfar38-plugins Version: 2.1.4-1 Severity: normal I have a script that runs aptitude to produce an aptfoster like list, your package comes out as libchipcard2-libgwenhywfar38-pl. This might be an aptitude bug or I may need to set COLUMNS=1000, either way a shorter

Bug#381011: libaqbanking-plugins-libgwenhywfar38: Package name too long.

2006-08-01 Thread Tim Phipps
Package: libaqbanking-plugins-libgwenhywfar38 Version: 2.0.0-3 Severity: normal I have a script that uses aptitude to produce an aptfoster like list, Aptitude gave out a truncated version of your package name. Reportbug also only got as far as libaqbanking-plugins-libgw in an 80 column screen.

Bug#381268: /usr/share/doc/syslinux/*.doc is empty.

2006-08-03 Thread Tim Phipps
Package: syslinux Version: 3.11-3 Severity: normal /usr/share/doc/syslinux/*.doc just contains one line: No catdoc available I don't know if this is a problem on my system or on the build machine. -- System Information: Debian Release: testing/unstable APT prefers testing APT policy:

Bug#368958: xtide-data depends on xtide, xtide recommends xtide-data.

2006-05-26 Thread Tim Phipps
Package: xtide-data Version: 20040203-1 Severity: normal There's a circular dependancy here. I think xtide-data shouldn't depend on xtide. The invoke-rc.d stuff will work fine if the xtide package isn't installed. -- System Information: Debian Release: testing/unstable APT prefers testing

Bug#378590: gpm: GPM init.d script should modprobe mousedev in case no mouse is plugged in.

2006-07-17 Thread Tim Phipps
Package: gpm Version: 1.19.6-22 Severity: normal I've got /dev/input/mice as my GPM mouse device (I think it was the default) and I'm using udev. If a mouse isn't plugged in udev does not load the mousedev driver at boot (which is probably correct) and so there is no /dev/input/mice for gpm to

Bug#378612: Please remove recommends:kinoplus tag or change to suggest.

2006-07-17 Thread Tim Phipps
Package: kino Version: 0.90-1 Severity: normal kinoplus depends on kino so there's a dependency loop here. -- 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

Bug#378613: kgeography-data: Please remove recommends:kgeography tag.

2006-07-17 Thread Tim Phipps
Package: kgeography-data Version: 4:3.5.2-1 Severity: normal kgeography already depends on kgeography-data so it's redundant. -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to

Bug#378609: keurocalc-data: Please remove recommends:keurocalc tage or change to suggests:

2006-07-17 Thread Tim Phipps
Package: keurocalc-data Version: 0.9.6-1 Severity: normal keurocalc already depends on keurocalc-data so in all probability keurocalc-data will never be installed on it's own. -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing')

Bug#377643: Workaround

2006-07-18 Thread Tim Phipps
Below is a very hacky script that implements the retry loop. The script should go in /etc/initramfs-tools/scripts/nfs-bottom/retry. It adds a test in /conf/param.conf and that script is sourced by the main /init. It needs to do this since mountroot is only available to /init. The real fix should

Bug#378682: initramfs-tools: Please add a check in mkinitramfs to stop script names causing panics.

2006-07-18 Thread Tim Phipps
Package: initramfs-tools Version: 0.69b Severity: normal I created a script called /etc/initramfs-tools/scripts/nfs-bottom/retry-nfs. There were plenty of hyphens in the path leading to script name so I didn't think the name would be a problem. Imagine my suprise when I rebooted and got some

Bug#378742: linux-image-2.6.16: cx88 driver drowns out dmesg

2006-07-18 Thread Tim Phipps
Package: linux-image-2.6.16 Version: hippo.3 Severity: normal drivers/media/video/cx88/*.c has this in places: #define dprintk(level,fmt, arg...) if (debug = level) ... I think that = should be a so that when debug is set to 0 no messages are printed by the kernel. At the moment I have

Bug#464962: 2.6.24.4 doesn't quite fix it

2008-04-14 Thread Tim Phipps
The patch in 2.6.24.4 and the soon to be 2.6.25 fixes this problem but only if you build with CONFIG_X86_GENERIC set. The current Debian build for the 686 kernel does not set this and the long NOPs will still be there. This e-mail was sent from a group e-mail system of ARC International Plc.

Bug#467627: initramfs-tools: Boot parameter panic=0 not compatible with break= parameter.

2008-02-26 Thread Tim Phipps
Package: initramfs-tools Version: 0.85h Severity: normal You can't use break=??? if you use panic=0. This is because the maybe_break function calls the panic function to get a shell. It should be simple to fix by just setting panic=1 inside maybe_break() before calling panic(). --

Bug#395510: xserver-xorg-input-evdev: New evdev driver crashes server with undefined symbol: set_bit.

2006-10-27 Thread Tim Phipps
Package: xserver-xorg-input-evdev Version: 1:1.1.2-3 Severity: important Just trying out the new evdev driver, here's what prints in the terminal: == OK: X :2 vt6 -layout test X Window System Version 7.1.1 Release Date: 12 May 2006 X Protocol Version 11,

Bug#529805: initscripts: umountfs: pioodl() is not the function you want.

2009-05-21 Thread Tim Phipps
Package: initscripts Version: 2.86.ds1-61 Severity: normal I looks like the pioodl() function is an attempt to run sort -r on /proc/mounts. I think a better purpose would be to reverse the lines in that file. Either you can use the program /usr/bin/tac or the following: rev() { local line

Bug#529805: [Pkg-sysvinit-devel] Bug#529805: initscripts: umountfs: pioodl() is not the function you want

2009-06-03 Thread Tim Phipps
Here's a patch, I've tested it on my system and tried a few contrived mount scenarios and it works better than pioodl(). Here's a way to break pioodl(): mkdir -p /tmp/1/2/3 mount LABEL=disk3 /tmp/1/2/3 mount LABEL=disk2 /tmp/1/2 mount LABEL=disk1 /tmp/1 You get a /proc/mounts that looks like

Bug#537339: libreplaygain-dev: No specification of the input range.

2009-07-17 Thread Tim Phipps
Package: libreplaygain-dev Version: 1.0~r412-2 Severity: important I have been using gain_analysis.{c,h} copied from the source code for mp3gain. That assumes the input is 16-bit twos-comp integers converted to double so their range is -2^15 to +2^15. If I use that with libreplaygain I just get a

Bug#573032: chrony: Please backport 71aa36aa6e5477be5ed9bc97954da19c5885c933

2010-03-08 Thread Tim Phipps
Package: chrony Version: 1.23-6+lenny1 Severity: normal This fixes chronyc access to remote hosts: From: Thomas Zajic zlatko zlatko fdns net Date: Tue, 29 Jul 2008 23:35:42 +0100 Subject: [PATCH] Fix IP addressing in chronyc Thomas wrote: I found a bug in the chrony client (chronyc) that affects

Bug#573036: chrony: Bashism in configure line 293

2010-03-08 Thread Tim Phipps
Package: chrony Version: 1.23-6+lenny1 Severity: normal It uses FLAGS+= string which is a bashism. -- System Information: Debian Release: 5.0.4 APT prefers stable APT policy: (500, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.32-1-686 (SMP w/2 CPU cores) Locale: LANG=en_GB.UTF-8,

  1   2   >