linux.debian.bugs.dist
  Home FAQ Contact Sign in
linux.debian.bugs.dist only
 
Advanced search
August 2008
motuwethfrsasuw
    123 31
45678910 32
11121314151617 33
18192021222324 34
25262728293031 35
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#493234: (no subject)         


Author: Jan Engelhardt
Date: Aug 19, 2008 17:00

Not a dup of #492333.
Fixed upstream in v0.44-1-g795bd9d.

--
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#493040: CASH GRANT / DONATION         


Author: Oxfam-GB, United kingdom
Date: Aug 19, 2008 16:40

Dear Funds Beneficiary

This is to notify you that you have been officially chosen by the Board of Trustees of the Oxfam GB (NGO UK) as one of the final recipients of a Cash Grant/Donation for Economic Growth and a Poverty Alleviation Scheme through your email.

Oxfam GB (U.K.), a Multi-Million Pounds NGO group, was established with the objective of Human Growth, Poverty Alleviation,Educational and Community Development around the world. In line with the 61st anniversary program, Oxfam in conjunction with the European Council is giving out Twenty-Five Million, Five Hundred Thousand Pounds Sterling as specific Donations/Grants to 10 lucky International recipients worldwide in different categories for their Business and Social Development.

These funds are freely given for your Business,Economic and Educational Development, as well as the enhancement of the overall standard of living of the less previledged people in your region. It will...
Show full article (1.97Kb)
no comments
  Bug#495720: eekboek: Broken links in html documentation         


Author: Marco van Zwetselaar
Date: Aug 19, 2008 16:40

Package: eekboek
Version: 1.03.92-1
Severity: normal

The html documentation for eekboek contains some broken links.
Some of the missing files (all href'd from html/setup/index.html):
- html/setup/relaties.html
- html/setup/mutaties.html
- html/setup/init.html

There may be other pages missing, I haven't checked all links.
I notice that these pages are available at http://www.eekboek.nl/docs.

Best regards / vriendelijke groet,
Marco

-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)

-- no debconf information
Show full article (0.78Kb)
no comments
  Bug#435662: Russell Coker: SE Linux Policy Packaging for a Distribution         


Author: Russell Coker
Date: Aug 19, 2008 16:30

On Wednesday 20 August 2008 05:48, Luca Capello wrote:
>> I suspect that most Debian systems have all the video driver packages
>> installed (along with drivers for wacom tablets and other hardware
>> devices that might be used) as that appears to be the default.
>
> A bug in apt-get/aptitude prevents this "default" to be unset, please
> read http://bugs.debian.org/435662.

It doesn't look like an apt bug to me.

xserver-xorg-video-intel depends on xserver-xorg-core which depends on
xserver-xorg which depends on xserver-xorg-video-all and
xserver-xorg-input-all.

It looks like a dependency problem in the xorg packages.

--
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#495719: busybox: segfaults with pidof --help         


Author: Jörg Sommer
Date: Aug 19, 2008 16:30

Package: busybox
Version: 1:1.10.2-1
Severity: normal

Hi,

%% busybox pidof --help
zsh: segmentation fault busybox pidof --help

Bye, Jörg.

-- System Information:
Debian Release: unstable/experimental
APT prefers unstable
APT policy: (900, 'unstable'), (700, 'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.27-rc3
Locale: LANG=C, LC_CTYPE=C (charmap=UTF-8) (ignored: LC_ALL set to de_DE.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages busybox depends on:
ii libc6 2.7-13 GNU C Library: Shared libraries

busybox recommends no packages.

busybox suggests no packages.
Show full article (0.88Kb)
no comments
  Bug#493040: CASH GRANT / DONATION         


Author: Oxfam-GB, United kingdom
Date: Aug 19, 2008 16:20

Dear Funds Beneficiary

This is to notify you that you have been officially chosen by the Board of Trustees of the Oxfam GB (NGO UK) as one of the final recipients of a Cash Grant/Donation for Economic Growth and a Poverty Alleviation Scheme through your email.

Oxfam GB (U.K.), a Multi-Million Pounds NGO group, was established with the objective of Human Growth, Poverty Alleviation,Educational and Community Development around the world. In line with the 61st anniversary program, Oxfam in conjunction with the European Council is giving out Twenty-Five Million, Five Hundred Thousand Pounds Sterling as specific Donations/Grants to 10 lucky International recipients worldwide in different categories for their Business and Social Development.

These funds are freely given for your Business,Economic and Educational Development, as well as the enhancement of the overall standard of living of the less previledged people in your region. It will...
Show full article (1.97Kb)
no comments
  Bug#495716: netpbm: pnmindex can't handle space in file-names         


Author: Anders Boström
Date: Aug 19, 2008 16:00

Package: netpbm
Version: 2:10.0-12
Severity: normal
Tags: patch
File: /usr/bin/pnmindex

pnmindex can't handle space in file-names. The following patch solves
the problem:

-------------------------------------------------------------------------------
--- pnmindex.orig 2008-06-01 14:55:13.000000000 +0200
+++ pnmindex 2008-08-19 23:32:30.000000000 +0200
@@ -108,7 +108,8 @@

for i in "$@"; do

- description=(`pnmfile $i`)
+ cp "$i" $tmpfile
+ description=(`pnmfile $tmpfile`)
Show full article (2.12Kb)
no comments
  Bug#390816: similar problem         


Author: James Nobis
Date: Aug 19, 2008 16:00

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Package: linux-image-2.6-686-smp
Version: 1:2.6.18+6etch3

After adding a Promise disk array, that had just finished a RAID init, I
was able to partition and create a file system. However, after a few
writes the device failed, from the linux point of view. An attempt to
issue a echo "scsi remove-single-device 2 0 0 0" > /dev/scsi/scsi
produces the kernel trace. The system has to be rebooted as others have
reported.

The system is a stock Dell Power Edge 2850
Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 7.0

aic7899: Ultra160 Wide Channel A, SCSI Id=7, 32/253 SCBs

Aug 19 16:02:34 treebeard kernel: sd 2:0:0:0: Attempting to queue an
ABORT message
Aug 19 16:02:34 treebeard kernel: CDB: 0x28 0x0 0x92 0x18 0xeb 0x98 0x0
0x4 0x0 0x0
Aug 19 16:02:34 treebeard kernel:...
Show full article (14.67Kb)
no comments
  Bug#495717: heimdal-kdc: Heimdal KDC with LDAP backend not pointing properly to slapd socket         


Author: Juan Miguel Corral
Date: Aug 19, 2008 16:00

Package: heimdal-kdc
Version: 1.1-3
Severity: grave
Justification: renders package unusable

I am installing a Heimdal KDC with OpenLDAP backend, and I have found that
when i try to use kadmin, I get following error:

kadmin: hdb_open: ldap_sasl_bind_s: Can't contact LDAP server

Permissions are right. The problem is that heimdal is trying to connect to
LDAP socket in /var/run/slapd/ldapi, but slapd creates it in
/var/run/ldapi.

The problem gets fixed just with a symlink:

ln -s /var/run/ldapi /var/run/slapd/ldapi

And then I can use kadmin normally. But I think the problem
should be fixed before release.

Thank you. Best regards,
Juan M.
Show full article (2.46Kb)
no comments
  Bug#469349: linux-image-2.6.24-1-686: Broadcom bnx2.ko driver is not included by default         


Author: Vladimir Volovich
Date: Aug 19, 2008 16:00

Hi!

please close this bug report. current kernels include bnx2 driver, which
works together with the firmware-bnx2 package.

Best,
v.

--
To UNSUBSCRIBE, email to debian-bugs-dist-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
no comments
1 2 3 4 5 6 7 8 9