Bug#1008766: Segmentation fault using fs=4096m

2022-03-31 Thread Wakko Warner
Package: wodim Version: 9:1.1.11-3.2 Severity: normal I'm running on a machine with 128GB memory and I want to use a large FIFO due to running 6 simutanious burns from the same drive. Here's the command that doesn't work: wodim dev=/dev/sr6 fs=4096m speed=16 tsize=2298496s -v large.iso debug=10

Bug#962310: chmod 0700 warning messages appears to be incorrect

2020-06-06 Thread Wakko Warner
David Kalnischkies wrote: > On Fri, Jun 05, 2020 at 09:15:56PM -0400, Wakko Warner wrote: > > I noticed, due to the way I have apt setup, that it complains about chmoding > > some files. I was looking in the source for a way to bypass this message > > and noticed that 0700

Bug#962310: chmod 0700 warning messages appears to be incorrect

2020-06-05 Thread Wakko Warner
Package: apt Version: 2.1.6 Severity: minor I noticed, due to the way I have apt setup, that it complains about chmoding some files. I was looking in the source for a way to bypass this message and noticed that 0700 is hard coded in the warning. In apt-pkg/acquire.cc:SetupAPTPartialDirectory() o

Bug#932008: stat-disk.so: undefined symbol: minor

2019-07-13 Thread Wakko Warner
Package: procmeter3 Version: 3.6-2 Severity: important Tags: patch I get this error when launching procmeter3 ProcMeter: Cannot open the module '/usr/lib/ProcMeter3/modules/stat-disk.so' : /usr/lib/ProcMeter3/modules/stat-disk.so: undefined symbol: minor 3.6-1.1 didn't have this problem. When c

Bug#881011: Add support for -q (quiet) and -o -

2017-11-06 Thread Wakko Warner
Package: p0f Version: 3.09b Severity: wishlist Tags: patch I like the output of the log file, but I don't like the normal output as it's too long. This patch was against 3.06b but should apply to 3.09b. Option -q causes the output to be mostly quiet. There is some output. Option -o has been enh

Bug#816871: Segfault in battery.so

2016-03-05 Thread Wakko Warner
Package: procmeter3 Version: 3.6-1 Severity: important Procmeter segfaults every time. Strace shows it trying to open /sys/class/power_supply which doesn't exist on my system. Removing battery.so causes procmeter to work. Procmeter 3.5d-1 works. Here's the strace: open("/usr/lib/ProcMeter3/mod

Bug#724230: rwhod spams syslog

2013-09-22 Thread Wakko Warner
Package: rwhod Version: 0.17-13 Severity: minor The change in rwhod from -12 to -13 causes it to log to the syslog every 3 minutes. I diffed -12 and -13 and noticed that it calls configure(sk) in the main loop and that it "forgets previous neighbors; interfaces may have changed". I'm using rwhod

Bug#710201: [Packaging] Bug#710201: Bug#710201: Bug#710201: Bug#710201: Ability to turn off fields in graph

2013-07-02 Thread Wakko Warner
Stig Sandbeck Mathisen wrote: > Wakko Warner writes: > > >> Just to avoid further confusion, and to be explicit, is this > >> (munin-2.1.1.diff) the patch you want us to use? > > > > This is the correct one. > > Excellent, thanks. :) You're welco

Bug#710201: [Packaging] Bug#710201: Bug#710201: Bug#710201: Bug#710201: Ability to turn off fields in graph

2013-07-02 Thread Wakko Warner
Stig Sandbeck Mathisen wrote: > Wakko Warner writes: > > > Thanks, however I sent another patch that replaced the previous patch. > > The latest one was complete with all the changes including the html. > > You sent two patches, named munin-2.1.diff, and munin-2.1.1.d

Bug#710201: [Packaging] Bug#710201: Bug#710201: Bug#710201: Ability to turn off fields in graph

2013-07-01 Thread Wakko Warner
Stig Sandbeck Mathisen wrote: > Wakko Warner writes: > > > Holger Levsen wrote: > >> Also, please reply to the bug and attach the code you currently have > >> (and/or > >> provide the link to a git repo which has it :) > > > > Sorry, n

Bug#710201: [PATCH] Bug#710201: Ability to turn off fields in graph

2013-06-30 Thread Wakko Warner
I've played with this enough. I've added more features than this wishlist. Here's the broad idea of what's changed. 1) 3 clicks to zoom has been replaced with drag'n'drop style selecting. 2) Ability to turn off fields (exception, cannot turn all fields off). The graph total is not conside

Bug#710201: [Packaging] Bug#710201: Bug#710201: Ability to turn off fields in graph

2013-06-14 Thread Wakko Warner
Holger Levsen wrote: > Also, please reply to the bug and attach the code you currently have (and/or > provide the link to a git repo which has it :) Sorry, no git. I'm working on a test vm with a live install. This patch is ONLY for the munin perl code. I will have changed dynazoom.html so muc

Bug#710201: [Packaging] Bug#710201: Ability to turn off fields in graph

2013-06-02 Thread Wakko Warner
Holger Levsen wrote: > thanks for the bug report. I've tagged it upstream and notified them. I don't know if anyone has started to work on this, but I've got something working for me. It's not ready to be released yet. It has a few minor problems that needs to be worked out. An addition to this

Bug#710201: Ability to turn off fields in graph

2013-05-28 Thread Wakko Warner
Package: munin Severity: wishlist I've been toying with munin v2 and I like the dynazoom. Some plugins will output many fields (IE: df with many mounted filesystems) and sometimes the graph can be difficult to read. I think it would be nice to be able to have this ability. My thoughts would be t

Bug#700762: System fails to shutdown due to iscsid being terminated.

2013-02-17 Thread Wakko Warner
Ritesh Raj Sarraf wrote: > Hello Wakko > > On Sun, Feb 17, 2013 at 8:13 AM, Wakko Warner wrote: > > I have a test system that boots over iSCSI. If iscsid is killed and the > > kernel decides to sync the scsi caches, the iSCSI connection fails. > > How is iscsid bein

Bug#700762: System fails to shutdown due to iscsid being terminated.

2013-02-16 Thread Wakko Warner
Package: open-iscsi Version: 2.0.872-2 Severity: normal Tags: patch I have a test system that boots over iSCSI. If iscsid is killed and the kernel decides to sync the scsi caches, the iSCSI connection fails. I change the init script to drop a link to the PID file for iscsid to the /run/sendsigs.

Bug#698077: Syntax highlighting for shell scripts broken with left bit shift

2013-01-13 Thread Wakko Warner
Package: joe Version: 3.7-2.3 Severity: minor When writing a script I found that use of << causes problems with bash's ( ) notation. Ex: Run joe similar to this: $ joe test.sh Type in these 3 lines: #!/bin/bash (x = 1 << 2) if [ The 3rd line is incomplete, however, the "if [" is not colored co

Bug#677654: fsdev is not supported

2012-06-15 Thread Wakko Warner
Package: qemu-system Version: 1.1.0+dfsg-1 Severity: normal I upgraded to this version and noticed that fsdev was no longer supported. Downgrading to 1.0.1+dfsg-1 works. Is fsdev no longer supported? -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsu

Bug#674919: Fails to start with -fsdev

2012-05-29 Thread Wakko Warner
Michael Tokarev wrote: > On 29.05.2012 07:56, Wakko Warner wrote: > [] > > (process:14897): GLib-CRITICAL **: g_thread_pool_new: assertion > > `g_thread_supported ()' failed > > worker thread initialization failed > [] > > You know what, forget all of the

Bug#674919: Fails to start with -fsdev

2012-05-28 Thread Wakko Warner
I found the real problem. Read the bottom where I said "forget all that". Everything above that was things that I had tried. Michael Tokarev wrote: > tags 674919 + moreinfo unreproducible > thanks > > On 28.05.2012 20:00, Wakko Warner wrote: > > Package: qemu-

Bug#674919: Fails to start with -fsdev

2012-05-28 Thread Wakko Warner
Michael Tokarev wrote: > tags 674919 + moreinfo unreproducible > thanks > > On 28.05.2012 20:00, Wakko Warner wrote: > > Package: qemu-kvm > > Version: 1.0+dfsg-11 > > Severity: important > > > > I'm using libvirt 0.9.9-3+b2 to start VMs with k

Bug#674919: Fails to start with -fsdev

2012-05-28 Thread Wakko Warner
Package: qemu-kvm Version: 1.0+dfsg-11 Severity: important I'm using libvirt 0.9.9-3+b2 to start VMs with kvm. I just upgraded qemu-kvm. I am no longer able to start VMs where I have defined a file system device. My previous version was 1.0+dfsg-9 This is what I see: # LC_ALL=C PATH=/usr/local

Bug#644675: 1 sector difference between extX and reiserfs

2011-10-07 Thread Wakko Warner
Package: genisoimage Version: 9:1.1.11-2 Severity: minor I have volumes of deleted files archived to dvd. I did a test between 2 of my systems. The first command is ran against my file set on an ext4 filesystem. The second command is ran against my file set on a reiserfs on an nfs mounted serve

Bug#641820: Spams log with user not found

2011-10-02 Thread Wakko Warner
Arthur de Jong wrote: > tags 641820 + pending > thanks > > On Fri, 2011-09-16 at 09:47 -0400, Wakko Warner wrote: > > It would be nice if nslcd would not log warnings like this and other > > messages which would be reported by another service. > > Sorry for not res

Bug#643928: Add USB bridge to known IDs

2011-09-30 Thread Wakko Warner
Package: smartmontools Version: 5.41+svn3365-1 Severity: wishlist I have an external USB hard disk. smartctl shows this: # smartctl -l selftest smartctl 5.41 2011-06-09 r3365 [i686-linux-2.6.30] (local build) Copyright (C) 2002-11 by Bruce Allen, http://smartmontools.sourceforge.net /dev/mobil

Bug#641820: [PATCH] Spams log with user not found

2011-09-17 Thread Wakko Warner
Here is the patch that will add a --nowarn option to nslcd. This is not default so it would not break existing installations. - BEGIN - diff -ru nss-pam-ldapd-0.8.4/nslcd/nslcd.c nss-pam-ldapd-0.8.4.1/nslcd/nslcd.c --- nss-pam-ldapd-0.8.4/nslcd/nslcd.c 2011-04-18 17:29:09.0 -040

Bug#641820: Spams log with user not found

2011-09-16 Thread Wakko Warner
Package: nslcd Version: 0.8.4 Severity: wishlist I'm continually see messages like the following: 2011-09-16 06:25:02 vegeta nslcd[29120]: [dd36d7] "nobody": user not found: No such object 2011-09-16 09:40:02 ani nslcd[20514]: [21915c] "munin": user not found: No such object In this case, thi

Bug#641165: fails to configure if it cannot start slapd

2011-09-10 Thread Wakko Warner
Package: slapd Version: 2.4.25-3 Severity: normal I install slapd and answered no to the initial configuration and the package failes to configure with the following: Omitting slapd configuration as requested. No configuration file was found for slapd at /etc/ldap/slapd.conf. (warning). invoke-

Bug#640360: output information like it would appear in a zone file.

2011-09-04 Thread Wakko Warner
Package: bind9-host Version: 1:9.7.3.dfsg-1+b1 Severity: wishlist It would be nice if the host program could output information the way it would be in the zone file. IE: # host example.com example.com A 1.2.3.4 # instead of # host example.com example.com has address 1.2.3.4 #

Bug#639506: Use of uninitialized value when issuing ls

2011-08-27 Thread Wakko Warner
Package: shelldap Version: 0.4-3 Severity: minor Shows warnings when issuing ls # shelldap --server ldapi:/// --binddn cn=admin,cn=config --basedn cn=config Bind password: Would you like to cache your connection information? [Y/n]: n ~ > ls Use of uninitialized value in string eq at /usr/bin/she

Bug#634117: Fails when console is not a virtual terminal

2011-07-16 Thread Wakko Warner
Package: uswsusp Version: 1.0+20110509-1 Severity: wishlist I have a VM running with no vga under KVM. The only local terminal is the serial console. When trying to use s2disk, I see: s2disk: No local tty. Remember to specify local console after the remote. Reason: Invalid argument It would be

Bug#633368: ssh hostbased authentication fails when ECDSA keys are available

2011-07-09 Thread Wakko Warner
Package: openssh-client Version: 1:5.8p1-4 Severity: normal If I have hostbased authentication enabled and attempt to ssh to another system, hostbased authentication always fails and falls back to password authentication. If I remove /etc/ssh/ssh_host_ecdsa_key* and try again, everything works.

Bug#631869: SEGV with bad fstab

2011-06-27 Thread Wakko Warner
Package: mount Version: 2.19.1-2 Severity: normal I had this in fstab: /dev/vda/ ext4defaults 1 1 sys /syssysfs And mount crashes when the system boots. The command that was ran (when I issued sh -x /etc/init.d/mountall.sh start) is mount -a -t nonfs,nfs4,smbfs,

Bug#576009: multigraph plugins don't show up when using telnet

2010-03-31 Thread Wakko Warner
Package: munin-node Version: 1.4.4-1 Severity: minor This shows the bug: # telnet localhost 4949 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. # munin node at roshi cap multigraph cap multigraph list switch snmp_switch_uptime quit Connection closed by foreign host. # nc lo

Bug#575180: uptime: Don't scale.

2010-03-23 Thread Wakko Warner
Package: munin-node Version: 1.4.3-2 Severity: wishlist Tags: patch Systems with uptimes over 1000 show up as 1.0k or larger. This makes it difficult to view the actual uptime. I have such a system. The fix is to add 1 line according to the following diff. --- uptime 2010-03-01 12:48:54.0

Bug#569491: mail_eximstats graph connections and disconnections

2010-03-03 Thread Wakko Warner
Tom Feiner wrote: > Thanks for the bug report. As this is a munin issue rather than a debian > issue, this should be handled upstream. I've forwarded this bug to the > upstream bug tracker. > > If you get a chance to write the patch, please include it there, so it can be > incorporated in a future

Bug#569621: exim_mailstats doesn't count Completed properly

2010-02-12 Thread Wakko Warner
Package: munin Version: 1.4.3-2 Severity: normal Tags: patch # grep " Completed " /var/log/exim4/mainlog|wc -l 0 # grep " Completed$" /var/log/exim4/mainlog|wc -l 4835 # This patch changes the line that counts the completed lines. -- System Information: Debian Release: lenny/sid APT prefers u

Bug#569496: mail_eximstats fails if there is no current state

2010-02-11 Thread Wakko Warner
Package: munin-node Version: 1.4.3-2 Severity: normal It may be easier to demonstrate: # munin-run mail_eximstats received.value U completed.value U rejected.value U # cat /var/lib/munin/plugin-state/exim_mailstats- %MUNIN-STATE1.0 2351803 U U U # # munin-run mail_eximstats received.value AA co

Bug#569491: mail_eximstats graph connections and disconnections

2010-02-11 Thread Wakko Warner
Package: munin-node Version: 1.4.3-2 Severity: wishlist It would be nice if mail_eximstats could also output the number of connects and disconnects (also seperated by how, ie QUIT, lost, DROP in ACL, etc.) I may post a patch for this when I get a chance. -- To UNSUBSCRIBE, email to debian-bug

Bug#568938: Some statements in munin.conf no longer work.

2010-02-08 Thread Wakko Warner
Package: munin Version: 1.4.3-2 Severity: normal I upgraded munin from 1.2.5-2. I had this in my config: [narf] address narf use_node_name yes if_ppp0.up.max 15000 if_ppp0.down.max 15000 This causes the ppp0 graph to not jump every time the connection is reset. 1.

Bug#564597: blkid doesn't identify partitions

2010-01-10 Thread Wakko Warner
Package: util-linux Version: 2.16.2-0 Severity: normal This may belong to libblkid1 instead. # blkid /dev/sda /dev/sda: UUID="923098ea-b196-41f1-af4f-a21628bcd144" TYPE="ext2" # blkid /dev/sda1 /dev/sda1: UUID="21c66652-1ce3-483a-8269-e44022f447e9" TYPE="ext3" # blkid /dev/sda2 /dev/sda2: UUID=

Bug#524134: Compressed database files.

2009-04-14 Thread Wakko Warner
Package: mlocate Version: 0.21.1-2 Severity: wishlist Since mlocate writes a new database file each time it updates, it would be nice if there was a compression option. I would agree that most systems won't have a large database; however I am testing the feasability on an archive filesystem with

Bug#475078: easy workaround: needs manual configuration

2009-02-27 Thread Wakko Warner
Holger Levsen wrote: > tags 475078 +upstream > thanks > > Hi Wakko, > > Unfortunatly at the moment you have to configure the lower the default speed > of this interface manually, which can easily be done in munin.conf: > > Something like this should work: (untested!) > > [localhost] > addr

Bug#507102: Option to call action script on startup if no link.

2008-11-27 Thread Wakko Warner
Package: ifplugd Version: 0.28-14 Severity: wishlist I configured my system to use a wired/wireless combination. Basically if my wired has link, it UPs that interface and downs the wireless interface and vice versa if no link. Unfortunately, ifplugd does not call the script on initial run if the

Bug#504678: add -r to make resulting devices read/only

2008-11-05 Thread Wakko Warner
Package: kpartx Version: 0.4.8-13 Severity: wishlist Tags: patch I'd like to have the ability to create targets in which are read-only to keep from accidentally modifying the newly created device. In some cases, mounting with -o ro still modifies the device (in the case of ext3 filesystems). I c

Bug#481117: openvpn: Please depend on openssl => 0.9.8g-9

2008-06-01 Thread Wakko Warner
Please do not do this. There's really no reason to have openssl installed when installing openvpn for every install. Would it not be better for libssl0.9.8 to conflict with older versions? -- Lab tests show that use of micro$oft causes cancer in lab animals Got Gas??? -- To UNSUBSCRIBE, e

Bug#480842: rwhod segfaults upon startup when specifying interface to use

2008-05-31 Thread Wakko Warner
I'm willing to bet the following change is causing the problems. Shouldn't there be a : after i in the getopt()? --- netkit-rwho-0.17-8/rwhod/rwhod.c2008-05-31 22:10:27.0 -0400 +++ netkit-rwho-0.17-10/rwhod/rwhod.c 2008-05-31 22:09:14.0 -0400 @@ -192,7 +192,7 @@

Bug#483601: aboot: Unable to boot kernels >= 2.6.23

2008-05-31 Thread Wakko Warner
Steve Langasek wrote: > On Fri, May 30, 2008 at 06:48:56PM -0400, Wakko Warner wrote: > > Steve Langasek wrote: > > > On Fri, May 30, 2008 at 06:58:12AM -0400, Wakko Warner wrote: > > It also happened with linux-image-2.6.24-1-alpha-generic_2.6.24-7_alpha.deb > &

Bug#483601: aboot: Unable to boot kernels >= 2.6.23

2008-05-30 Thread Wakko Warner
Steve Langasek wrote: > On Fri, May 30, 2008 at 06:48:56PM -0400, Wakko Warner wrote: > > Steve Langasek wrote: > > > On Fri, May 30, 2008 at 06:58:12AM -0400, Wakko Warner wrote: > > > > Steve Langasek wrote: > > > > > What needs to happen is

Bug#483601: aboot: Unable to boot kernels >= 2.6.23

2008-05-30 Thread Wakko Warner
Steve Langasek wrote: > On Fri, May 30, 2008 at 06:58:12AM -0400, Wakko Warner wrote: > > Steve Langasek wrote: > > > > I built a kernel for my alpha and noticed it wouldn't boot (It was > > > > cross-compiled, but I doubt that makes a difference) >

Bug#483601: aboot: Unable to boot kernels >= 2.6.23

2008-05-30 Thread Wakko Warner
Steve Langasek wrote: > On Thu, May 29, 2008 at 04:11:29PM -0400, [EMAIL PROTECTED] wrote: > > Package: aboot > > Version: 1.0~pre20040408-2 > > Severity: important > > > I built a kernel for my alpha and noticed it wouldn't boot (It was > > cross-compiled, but I doubt that makes a difference) >

Bug#463769: Fails on files (ie disk images)

2008-04-12 Thread Wakko Warner
martin f krafft wrote: > also sprach Wakko Warner <[EMAIL PROTECTED]> [2008.04.11.2318 +0200]: > > Querying is the only thing I was after. The patch I made makes querying > > work. > > Wakko, is this querying-specific, and does the patch have no other > effe

Bug#463769: Fails on files (ie disk images)

2008-04-11 Thread Wakko Warner
martin f krafft wrote: > also sprach Wakko Warner <[EMAIL PROTECTED]> [2008.04.11.1802 +0200]: > > That wasn't the point. The point was I wasn't able to "examine" > > the "file". There's absolutely no reason that one has to attach it &g

Bug#475078: Plugin: if_ usage on ppp interface when interface goes down and back up

2008-04-08 Thread Wakko Warner
Package: munin-node Version: 1.2.5-1 Severity: minor I noticed in my graphs that my ppp0 (56k Dialup) shows 14mb/sec average (probably depends on how much traffic has been seen when it actually goes down) each time the interface goes down and comes back up. Considering that this interface cannot

Bug#463769: Fails on files (ie disk images)

2008-02-02 Thread Wakko Warner
Package: mdadm Version: 2.6.4-1 Severity: minor Tags: patch I made an image of 2 disks that are part of a 2 disk raid0. These images are 320gb in size. I tried to use mdadm -E to give me some information about them which resulted in: # mdadm -E /junk/nail.md0-part1of2.img mdadm: cannot open /jun

Bug#448438: Displays "inf rpm" on my system

2007-10-28 Thread Wakko Warner
Package: xengine Version: 1.11-11 Severity: normal My system is a 2x dual core xeon 3.2ghz with an ati firegl v5100. xengine reports inf rpm. I assume it is ran so fast it cannot calculate. -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable') Archite

Bug#446621: Cannot find sources.list on a non-standard setup

2007-10-14 Thread Wakko Warner
Package: apt-file Version: 2.0.8.2 Severity: important When invoking apt-file, I see this: # apt-file search md5sum E: Can't open /debian//etc/apt//debian/apt/sources.list: No such file or directory # My /etc/apt/sources.list is not used at all on my system and infact, it does not attempt to r

Bug#399654: Monitor flickers

2007-06-21 Thread Wakko Warner
Brice Goglin wrote: > This bug apparently got some new attention upstream recently. Did you > try the new upstream release candidates that have been in experimental > recently (xserver-xorg-video-ati 1:6.6.192-1 currently) in case it helps? Ignore my last post, I didn't notice the subject line. F

Bug#399654: Monitor flickers

2007-06-21 Thread Wakko Warner
Brice Goglin wrote: > Hi Wakko, > > This bug apparently got some new attention upstream recently. Did you > try the new upstream release candidates that have been in experimental > recently (xserver-xorg-video-ati 1:6.6.192-1 currently) in case it helps? I tried one of them a few weeks ago, didn'

Bug#415543: Bug#393190: X fails to start on a PowerMac beige G3 when PCI NIC installed

2007-06-07 Thread Wakko Warner
Brice Goglin wrote: > Wakko Warner wrote: > > At one point, I installed XFree86 that was still laying in pool. It didn't > > have a problem. I think older copies of Xorg worked (<7.x) but I'm not > > quite sure. > > > > IIRC, if I just use the onboa

Bug#415543: Bug#393190: X fails to start on a PowerMac beige G3 when PCI NIC installed

2007-05-28 Thread Wakko Warner
Brice Goglin wrote: > I don't know what is going on with Powermac beige G3, but it looks like > several people actualy have conflicts between Xorg and the network on > this kind of machine. I am merging the relevant bugs. > > I am trying to get some help for either upstream Xorg people or PowerPC

Bug#426333: This fix worked for me.

2007-05-27 Thread Wakko Warner
dpkg-cross:606 change if ($lv =~ /^[^\/]/) { to if ($lv ne "." and $lv =~ /^[^\/]/) { I do not know if this is correct or not, but with out it, the link points to "/usr/include/." -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTE

Bug#426333: Fails to convert libc6-dev-ppc64_2.5-9_powerpc.deb due to symlink problem

2007-05-27 Thread Wakko Warner
Package: dpkg-cross Version: 1.37 Severity: normal Apparently, dpkg-cross chokes on symlinks pointing to . [EMAIL PROTECTED]:/o/cross] dpkg-cross -a powerpc -b libc6-dev-ppc64_2.5-9_powerpc.deb dpkg-cross: failed to create symlink /tmp/dpkg-cross.AB7fefKl/dst/usr/powerpc-linux-gnu/include/power

Bug#415543: xorg: xserver crashes on beige G3 PowerMac

2007-05-22 Thread Wakko Warner
Brice Goglin wrote: > Could somebody have a look at bug #415543? Rob has a strange problem on > his PowerMac. Basically, Xorg and network cannot work at the same time. > I suspect a hardware or kernel problem, but I am not familiar enough > with powerpc to debug further. Help would be appreciated.

Bug#417858: Strange time differential in the log (via syslogd)

2007-04-05 Thread Wakko Warner
Paul Slootman wrote: > On Wed 04 Apr 2007, Wakko Warner wrote: > > > Package: rsync > > Version: 2.6.9-3 > > Severity: normal > > > > I have one system that does an update of another via rsync when one machine > > is running rsync as a daemon (I

Bug#417858: Strange time differential in the log (via syslogd)

2007-04-04 Thread Wakko Warner
Package: rsync Version: 2.6.9-3 Severity: normal I have one system that does an update of another via rsync when one machine is running rsync as a daemon (IE, rsh/ssh not being used as the transport) The log shows this: Apr 4 20:32:05 vegeta rsyncd[31217]: connect from nail Apr 4 20:32:05 veget

Bug#399654: Monitor flickers

2006-11-22 Thread Wakko Warner
Michel D?nzer wrote: > > Here's my device section from /etc/X11/xorg.conf > > Section "Device" > > Identifier "Generic Video Card" > > Driver "radeon" > > Option "AGPMode" "6" > > Option "DisplayPriority" "BIOS" > > EndSection > > If

Bug#399654: Monitor flickers

2006-11-22 Thread Wakko Warner
Michel D?nzer wrote: > tags 399654 upstream > forwarded 399654 https://bugs.freedesktop.org/show_bug.cgi?id=2859 > kthxbye > > On Mon, 2006-11-20 at 22:50 -0500, Wakko Warner wrote: > > > > I have an ATI Radeon 9200 with DVI and VGA outputs. Connected to th

Bug#389496: Workaround: Asks for password when starting

2006-11-02 Thread Wakko Warner
Christian Hammers wrote: > On 2006-10-26 Wakko Warner wrote: > > /etc/pam.d/quagga: > > authrequiredpam_permit.so > > > > This causes quagga not to ask for a password as it uses pam authentication > > methods. I do not see a security risk be

Bug#389496: Workaround: Asks for password when starting

2006-10-26 Thread Wakko Warner
/etc/pam.d/quagga: authrequiredpam_permit.so This causes quagga not to ask for a password as it uses pam authentication methods. I do not see a security risk because: 1) Only quagga user or quaggavty group has access to the sockets 2) Any admin who compiles their own vtysh w/o asking

Bug#392296: Asks for password when starting

2006-10-10 Thread Wakko Warner
Package: quagga Version: 0.99.5-2 Severity: important I have a Quagga.conf that is non-empty. issueing /etc/init.d/quagga start shows: # /etc/init.d/quagga start Loading capability module if not yet done. Starting Quagga daemons (prio:10): zebra ospfd. Password: # sh -x shows that the command

Bug#283350: joe segfaults reproducable Could be the default config

2006-06-05 Thread Wakko Warner
Josip Rodin wrote: > On Sun, Jun 04, 2006 at 08:11:21PM -0400, Wakko Warner wrote: > > > > This is just additional information. > > > > > > > > [EMAIL PROTECTED]:/home/wakko] dpkg -l joe > > > > ii joe3.1-0.2user friendly ful

Bug#283350: joe segfaults reproducable Could be the default config

2006-06-04 Thread Wakko Warner
Josip Rodin wrote: > On Sun, Jun 04, 2006 at 12:42:03PM -0400, Wakko Warner wrote: > > This is just additional information. > > > > [EMAIL PROTECTED]:/home/wakko] dpkg -l joe > > ii joe3.1-0.2user friendly full screen text editor > > >

Bug#283350: joe segfaults reproducable Could be the default config

2006-06-04 Thread Wakko Warner
This is just additional information. [EMAIL PROTECTED]:/home/wakko] dpkg -l joe Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err:uppercase=bad) ||/ Name Vers

Bug#338186: apt: Installing new package that conflicts with installed causes install of unwanted packages

2005-11-08 Thread Wakko Warner
Package: apt Version: 0.6.41 Severity: important I'm trying to install package xserver-xorg which xserver-xfree86 is currently installed. When I do this, it wants to install some packages that xserver-xorg recommends. It wants to install discover1 discover1-data libdiscover1 which I do not want

Bug#317793: cdrecord: Fails to burn 2 cds at once if lower numbered burner is in use.

2005-08-14 Thread Wakko Warner
Joerg Schilling wrote: > The problem is caused by braindead modifications applied by Debian to > cdrtools. Please do not blaim me for bugs that are not in the official > cdrtools source. > > > An unmodified cdrtools (run as root as documented in the man page) > does not have this problem. 1) I s

Bug#317793: cdrecord: Fails to burn 2 cds at once if lower numbered burner is in use.

2005-08-14 Thread Wakko Warner
I believe the debian patch 23_o_excl.dpatch is causing this problem. I'm not at the machine I found this problem on and cannot test at the moment. Given the braindead way cdrecord looks for devices and this patch, it will halt at the first /dev/sgX opened and wait instead of giving an immediate e

Bug#317793: cdrecord: Fails to burn 2 cds at once if lower numbered burner is in use.

2005-07-19 Thread Wakko Warner
Steve McIntyre wrote: > On Mon, Jul 11, 2005 at 10:39:05AM -0400, Wakko Warner wrote: > >Package: cdrecord > >Version: 4:2.01+01a01-4 > >Severity: normal > > > ># cdrecord dev=28,0,0 -tao -v someimage.iso > >Cdrecord-Clone 2.01.01a01 (i686-pc-linux-gnu) Copy

Bug#318430: Console switching broken

2005-07-15 Thread Wakko Warner
[EMAIL PROTECTED] wrote: > Package: xserver-xorg > Version: 6.8.2.dfsg.1-2 > > Hi, > I just moved from XFree86 to the new Xorg server package. > Hardware is > > :01:00.0 VGA compatible controller: Matrox Graphics, Inc. MGA G200 > AGP (rev 03) > > driver is mga. > > Basically, it works we

Bug#317793: cdrecord: Fails to burn 2 cds at once if lower numbered burner is in use.

2005-07-11 Thread Wakko Warner
Package: cdrecord Version: 4:2.01+01a01-4 Severity: normal # cdrecord dev=28,0,0 -tao -v someimage.iso Cdrecord-Clone 2.01.01a01 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Joerg Schilling NOTE: this version of cdrecord is an inofficial (modified) release of cdrecord and thus may have bugs

Bug#316873: xine-ui: Unable to play any file that begins with a space

2005-07-04 Thread Wakko Warner
Package: xine-ui Version: 0.99.3-1 Severity: normal I do not know why the original bug was closed as this is a real problem. Following shows the bug quite clearly, please do not close until it is really resolved. # strace xine -f \ Ratt\ -\ Back\ For\ More\ \(I\).mpg|&grep Ratt execve("/usr/bin/x

Bug#316305: xine-ui: Unable to play any file that begins with a space

2005-06-29 Thread Wakko Warner
Package: xine-ui Version: 0.99.3-1 Severity: normal I have a file or 2 that the first character is a space. xine complains about unable to open file. If I rename the file so that the first character is not a space, it works fine (including spaces elsewhere in the name) -- System Information De

Bug#299072: grub: Grub cannot read ext2/3 on whole disk

2005-03-11 Thread Wakko Warner
Package: grub Version: 0.95+cvs20040624-15 Severity: normal # mkreiserfs -f /dev/sdb # grub --device-map=dev grub> root (hd0) Filesystem type is reiserfs, using whole disk grub> # mke2fs /dev/sdb # grub --device-map=dev grub> root (hd0) Filesystem type unknown, using whole disk grub>

Bug#291419: findutils: Unable to use find to locate files that have dates in the future

2005-01-20 Thread Wakko Warner
Andreas Metzler wrote: > On 2005-01-20 Wakko Warner <[EMAIL PROTECTED]> wrote: > > I didn't think about +0, however, it's not quite obvious though. > > Actually, I was hoping for a way to see if a file was way off in the > > future Like say in 2007 or so

Bug#291419: findutils: Unable to use find to locate files that have dates in the future

2005-01-20 Thread Wakko Warner
Andreas Metzler wrote: > On 2005-01-20 Wakko Warner <[EMAIL PROTECTED]> wrote: > > Package: findutils > > Version: 4.1.20-4 > > Severity: wishlist > > > I have a system that has a bad clock and files get dates way off in the > > future. Unfortunately, I

Bug#291419: findutils: Unable to use find to locate files that have dates in the future

2005-01-20 Thread Wakko Warner
Package: findutils Version: 4.1.20-4 Severity: wishlist I have a system that has a bad clock and files get dates way off in the future. Unfortunately, I'm unable to locate these files using find. -- System Information Debian Release: 3.1 Kernel Version: Linux ani 2.6.10 #2 SMP Thu Jan 6 18:35:37