linux.debian.bugs.dist
  Home FAQ Contact Sign in
linux.debian.bugs.dist only
 
Advanced search
March 2008
motuwethfrsasuw
     12 9
3456789 10
10111213141516 11
17181920212223 12
24252627282930 13
31       14
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
linux.debian.bugs.dist Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  Bug#473714: xrootconsole doesn't play nice with openbox anymore         


Author: Laurent CARON
Date: Mar 31, 2008 23:30

Package: xrootconsole
Version: 1:0.5-1.1
Severity: important

Hi,

Since i dist-upgraded two of my sid boxes, i'm unable on those machines
to right click on the desktop.
When i do so, no menu appears.
If i reduce xrootconsole i can click outside of it (not very practical).

--------------------------------------------------------------------
contents of .xsession:
xrootconsole -geo 266x120+0+0 /dev/xconsole -fn 6X10 --wrap &
exec openbox
--------------------------------------------------------------------
contents of xorg.conf:
Section "Extensions"
Option "Composite" "Enable"
EndSection
Show full article (5.71Kb)
no comments
  Bug#473715: openbox & xrootconsole don't play nice anymore         


Author: Laurent CARON
Date: Mar 31, 2008 23:30

Package: openbox
Version: 3.4.6.1-2
Severity: important

Hi,

Since i dist-upgraded two of my sid boxes, i'm unable on those machines
to right click on the desktop.
When i do so, no menu appears.
If i reduce xrootconsole i can click outside of it (not very practical).

--------------------------------------------------------------------
contents of .xsession:
xrootconsole -geo 266x120+0+0 /dev/xconsole -fn 6X10 --wrap &
exec openbox
--------------------------------------------------------------------
contents of xorg.conf:
Section "Extensions"
Option "Composite" "Enable"
EndSection
Show full article (7.00Kb)
4 Comments
  Bug#473713: "Windows" not capitalized in extended description         


Author: Filipus Klutiero
Date: Mar 31, 2008 22:40

Package: pptpd
Version: 1.3.4-2.1
Severity: minor

The last sentence of the extended description contains the proper
noun "Windows" with a lowercase "w":
It allows windows users to connect to an
internal firewalled network using their dialup.

--
To UNSUBSCRIBE, email to debian-bugs-dist-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
no comments
  Bug#473712: "Linux" not capitalized in extended description         


Author: Filipus Klutiero
Date: Mar 31, 2008 22:30

Package: pptp-linux
Version: 1.7.0-2
Severity: minor

The proper noun "Linux" appears in the last sentence of the extended
description with a lowercase "l":
MPPE (Microsoft Point-to-Point Encryption) support requires
an additionnal kernel module, provided by package kernel-patch-mppe
or in linux kernel version 2.6.15 and above.

BTW, Linux < 2.6.15 is now obsolete and kernel-patch-mppe was removed from
Debian.

--
To UNSUBSCRIBE, email to debian-bugs-dist-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
1 Comment
  Bug#473711: /etc/cron.daily/standard: should not check lost+found         


Author: Stefan Monnier
Date: Mar 31, 2008 22:20

Package: cron
Version: 3.0pl1-104
Severity: normal
File: /etc/cron.daily/standard

I finally tracked a problem down to cron.daily/standards: one of my disk
drives is pretty much always spun down, and I noticed repeatedly that
it spins up at some time during the night. It turns out it's because of
/etc/cron.daily/standard's desire to check the lost+found directories
on it. Now, admittedly, this is a relatively minor problem (although
desktop drives like the one I use don't like spin-ups/spin-downs and it
shortens their life expectancy), but really check lost+found is not
something to do once a day. It'd be *much* better to do it once per
boot.
In any case, I feel like it should at least be easy to turn it off.

Stefan
Show full article (1.87Kb)
3 Comments
  Bug#473710: If a configuration file line is too long, report which file has the problem.         


Author: Daniel Burrows
Date: Mar 31, 2008 22:10

Package: apt
Version: 0.7.12
Severity: wishlist
Tags: patch

If apt encounters a configuration file with lines longer than 1024
characters, it prints the cryptic message:

Line N too long (max 1024)

It would help immensely in debugging these problems if apt instead
printed:

Filename: Line N too long (max 1024)

The attached patch does just this; I'll push it to the mainline branch
if it looks reasonable to everyone else. (the code is also available at
http://algebraicthunk.net/~dburrows/bzr/apt-improve-configuration-parsing)

Of course, apt also shouldn't conk out if a line is more than 1024
characters long, but that will require more work; fixing the error
message is trivial.

Daniel

-- Package-specific info:

-- (/etc/apt/preferences present, but not submitted) --
Show full article (1.74Kb)
no comments
  Bug#473682: More details -- this appears to be due to the use of unlinkat() and fstatat64()         


Author: Daniel Kahn Gillmor
Date: Mar 31, 2008 21:40

retitle 473682 fakechroot does not properly wrap *at syscalls (openat, unlinkat, fstatat, etc)
tags 473682 +patch
thanks

I think i've narrowed down what's happening here.

/bin/rm from coreutils 6.10 appears to use the new fstatat64() and
unlinkat() system calls (they were added to the kernel in 2.6.16,
according to the section 2 manpages). The NOTES section of openat(2)
has the justification for these new syscalls, and path_resolution(7)
offers more in-depth information.

I needed to use the version of strace from unstable (4.5.15-1.2) to
see a record of the *at syscalls -- the version in lenny at the moment
(4.5.14-2) can't even identify them properly.

It looks like /bin/rm is now unlinking files with an invocation like
this:

unlinkat(AT_FDCWD, "/tmp/cdtemp.E32444/x", 0) = 0

It appears that fakechroot just doesn't know about these system calls,
and so doesn't wrap them properly.
Show full article (4.00Kb)
no comments
  Bug#473708: manpages with gz extension not gzipped         


Author: Corey Wright
Date: Mar 31, 2008 21:30

Package: cupsys
Version: 1.3.6-3
Severity: minor

# what file should output for a gzip compressed file
$ echo test | gzip >test.gz
$ file test.gz
test.gz: gzip compressed data, from Unix, last modified: Mon Mar 31
22:48:38 2008

# what file outputs for supposedly gzip compressed cupsys manpages
$ dpkg -L cupsys-{bsd,client} | grep /man/.*.gz$ | xargs file
/usr/share/man/man1/lprm.1.gz: troff or preprocessor input text...
Show full article (4.92Kb)
no comments
  Bug#473709: madwifi-source: Connection drops within an hour         


Author: Bill Wohler
Date: Mar 31, 2008 21:30

Package: madwifi-source
Version: 1:0.9.4~rc2-1
Severity: normal

After a recent upgrade to madwifi-source version 1:0.9.4~rc2-1 and
linux-image-2.6.24-1-686, my network connection drops within an hour.
Under linux-image-2.6.22-3-686 and version 1:0.9.3.2-2 of
madwifi-source, my connection would remain up indefinitely.

Unfortunately, I don't see any diagnostics in /var/log.

I'm going to try installing the etch version of madwifi-source with
2.6.24 and I'll report back. That should tell us whether this is a
madwifi-source or kernel problem, eh?

-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (600, 'testing'), (80, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/bash
Show full article (1.49Kb)
8 Comments
  Bug#473707: approx: Fails to start on upgrade         


Author: Kapil Hari Paranjape
Date: Mar 31, 2008 21:20

Package: approx
Version: 3.0.0+b1
Severity: grave
Justification: renders package unusable

*** Please type your report below this line ***

After the upgrade from 3.0.0 to 3.0.0+b1, approx refused
to start. It gives the error message:
Starting proxy server for Debian archive files: approxNo bytecode file specified.
failed!

Reverting the upgrade to 3.0.0 appears to work.

I note that 3.0.0+b1 introduces an additional dependency on ocaml-base-nox
which wasn't there earlier.

Kapil.

-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: arm (armv5tel)
Show full article (1.63Kb)
no comments
 
1 2 3 4 5 6 7 8 9