Processed: Re: Bug#604163: dpkg-maintscript-helper error reconfiguring the package

2010-11-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 604163 debconf
Bug #604163 [cron] dpkg-maintscript-helper error reconfiguring the package
Bug reassigned from package 'cron' to 'debconf'.
Bug No longer marked as found in versions cron/3.0pl1-115.
> forcemerge 560317 604163
Bug#560317: dpkg-reconfigure does not set DPKG_MAINTSCRIPT_PACKAGE (et al)
Bug#604163: dpkg-maintscript-helper error reconfiguring the package
Bug#596369: cron: dpkg-reconfigure fails
Forcibly Merged 560317 596369 604163.

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
596369: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=596369
560317: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560317
604163: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=604163
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#604163: dpkg-maintscript-helper error reconfiguring the package

2010-11-20 Thread Christian Kastner
reassign 604163 debconf
forcemerge 560317 604163
thanks

Hi Marco,

On 11/20/2010 09:20 PM, Marco Nenciarini wrote:
> On a freshly installed squeeze system:
> 
> mnen...@poison:~$ sudo dpkg-reconfigure -p low cron  
> Stopping periodic command scheduler: cron.
> dpkg-maintscript-helper: error: couldn't identify the package
> mnen...@poison:~$
> 
> This leave the cron daemon stopped and generally breaks a
> dpkg-reconfigure -a invocation.
> 
> This could be a dpkg bug, because adding the package name to
> dpkg-maintscript-helper invocation leads to a different error.
> 
> mnen...@poison:~$ sudo dpkg-reconfigure -p low cron
> Stopping periodic command scheduler: cron.
> dpkg-maintscript-helper: error: environment variable DPKG_MAINTSCRIPT_NAME is 
> required
> mnen...@poison:~$

This was already reported in #596369. It turned out to be a bug in
dpkg-reconfigure, therefore reassigning to debconf.


Christian



signature.asc
Description: OpenPGP digital signature


Bug#584663: marked as done (ghostscript: insecure defaults for path searching)

2010-11-20 Thread Debian Bug Tracking System
Your message dated Sun, 21 Nov 2010 07:51:58 +0100
with message-id <20101121065158.gk12...@jones.dk>
and subject line Re: Bug#584663: Bug#584653: Patch to close CVE-2010-2055
has caused the Debian Bug report #584663,
regarding ghostscript: insecure defaults for path searching
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
584663: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=584663
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ghostscript
Version: 8.62.dfsg.1-3.2
Severity: grave
Tags: security

Ghostscript defaults to -P, that is to look for all files in the
current directory first. As this means that especially gs_init.ps
which is responsible for all security measures like honoring -dSAFER
can be replaced by a file in the local directory, it is relatively
easy to cause harm this way.

One can argue that every gs user should get this right, but given
that most don't (not even gs' helper scripts, I'll file an different
bug report about that), I really think the default should change.

see: http://bugs.ghostscript.com/show_bug.cgi?id=691339 for upstream's
opinion.

For testing note that due to http://bugs.debian.org/584653
-P- has no effect on gs_init.ps, so programs calling gs will even
be insecure if they are "fixed" to use -P-.

Bernhard R. Link


--- End Message ---
--- Begin Message ---

Version: 9.00~dfsg-1

Hi Paul,

On Sun, Nov 21, 2010 at 05:34:24PM +1100, paul.sz...@sydney.edu.au wrote:
Do you mean to say that bug#584663 is closed too with upstream 
release 9.00?


Yes. Compare the outputs of commands (sorry long lines, may wrap):

strace -o x.out /usr/bin/gs -P- x.ps >/dev/null 2>&1; grep -E '^(open|stat|access)' 
x.out | grep -E -v '"/(usr|etc|var|lib)/'
strace -o x.out /usr/bin/gs x.ps >/dev/null 2>&1; grep -E '^(open|stat|access)' 
x.out | grep -E -v '"/(usr|etc|var|lib)/'
strace -o x.out /usr/bin/gs -P  x.ps >/dev/null 2>&1; grep -E '^(open|stat|access)' 
x.out | grep -E -v '"/(usr|etc|var|lib)/'

The first two are identical: attempt to load various things from
"proper" places only, not current dir.


Thanks a lot for your detailed response.

 - Jonas


--
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature
--- End Message ---


Bug#584663: Bug#584653: Patch to close CVE-2010-2055

2010-11-20 Thread paul . szabo
Dear Jonas,

>>> deb http://debian.jones.dk/ squeeze printing
>>
>>I have now upgraded a machine to squeeze and tried your
>>ghostscript 9.00~dfsg-1~0jones1
>>package, it works perfectly, thanks.
>>[snip]
>>Seems to me that in your package, the default is -P- (not -P).
>>Should not this be mentioned in bug #584663 ?
>
> It seems that you are more knowledgeable in that bug than me, and I
> would appreciate your judgement:
>
> Do you mean to say that bug#584663 is closed too with upstream release
> 9.00?

Yes. Compare the outputs of commands (sorry long lines, may wrap):

strace -o x.out /usr/bin/gs -P- x.ps >/dev/null 2>&1; grep -E 
'^(open|stat|access)' x.out | grep -E -v '"/(usr|etc|var|lib)/'
strace -o x.out /usr/bin/gs x.ps >/dev/null 2>&1; grep -E 
'^(open|stat|access)' x.out | grep -E -v '"/(usr|etc|var|lib)/'
strace -o x.out /usr/bin/gs -P  x.ps >/dev/null 2>&1; grep -E 
'^(open|stat|access)' x.out | grep -E -v '"/(usr|etc|var|lib)/'

The first two are identical: attempt to load various things from
"proper" places only, not current dir.

Cheers, Paul

Paul Szabo   p...@maths.usyd.edu.au   http://www.maths.usyd.edu.au/u/psz/
School of Mathematics and Statistics   University of SydneyAustralia



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#602661: marked as done (gst-entrans: FTBFS on armel)

2010-11-20 Thread Debian Bug Tracking System
Your message dated Sun, 21 Nov 2010 06:17:07 +
with message-id 
and subject line Bug#602661: fixed in gst-entrans 0.10.2-2
has caused the Debian Bug report #602661,
regarding gst-entrans: FTBFS on armel
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
602661: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602661
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gst-entrans
Version: 0.10.2-1
Severity: serious

Hello,

  Test suite fails on armel:
Running suite(s): dnr
0%: Checks: 1, Failures: 0, Errors: 1
/build/buildd-gst-entrans_0.10.2-1-armel-o6Tz7k/gst-entrans-0.10.2/./tests/check/elements/videofilter.c:110:E:general:test_dnr:0:
 (after this point) Test timeout
+expired
FAIL: elements/dnr

Full build log at: 
http://buildd.debian.org/fetch.cgi?pkg=gst-entrans;ver=0.10.2-1;arch=armel;stamp=1288955878

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

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


--- End Message ---
--- Begin Message ---
Source: gst-entrans
Source-Version: 0.10.2-2

We believe that the bug you reported is fixed in the latest version of
gst-entrans, which is due to be installed in the Debian FTP archive:

gst-entrans_0.10.2-2.debian.tar.gz
  to main/g/gst-entrans/gst-entrans_0.10.2-2.debian.tar.gz
gst-entrans_0.10.2-2.dsc
  to main/g/gst-entrans/gst-entrans_0.10.2-2.dsc
gst-entrans_0.10.2-2_amd64.deb
  to main/g/gst-entrans/gst-entrans_0.10.2-2_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 602...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jonas Smedegaard  (supplier of updated gst-entrans package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 21 Nov 2010 06:11:06 +0100
Source: gst-entrans
Binary: gst-entrans
Architecture: source amd64
Version: 0.10.2-2
Distribution: unstable
Urgency: low
Maintainer: Debian GStreamer team 

Changed-By: Jonas Smedegaard 
Description: 
 gst-entrans - transcoding and recording plug-ins and tools for GStreamer
Closes: 602661
Changes: 
 gst-entrans (0.10.2-2) unstable; urgency=low
 .
   * Avoid running tests on armel: dnr test fails with timeout error -
 suspected arch simply too slow.
 Closes: bug#602661. Thanks to Héctor Orón.
Checksums-Sha1: 
 2cd3da9ce3f62325640bc3ce8cd940c399640111 2171 gst-entrans_0.10.2-2.dsc
 8d5995c6435a4482c12e2a0e6a3d390a259bf046 8648 
gst-entrans_0.10.2-2.debian.tar.gz
 8965e170563c8d7953244e62d8d16caaa908745a 244506 gst-entrans_0.10.2-2_amd64.deb
Checksums-Sha256: 
 eb3cd6df4ee3b8cf1227b3125d6383e9d62bb7cfd0c8e83e7fcee1df2bca3f3b 2171 
gst-entrans_0.10.2-2.dsc
 5aaa534d775c1c25ffc4c6ea87b4eb5730e4843da8a16ddbce662d83c75601f0 8648 
gst-entrans_0.10.2-2.debian.tar.gz
 a02565add2dfac4481c4c8674a72801460d5584059282bd85d424bc13fe71ca0 244506 
gst-entrans_0.10.2-2_amd64.deb
Files: 
 69959c273dbeb509e7400ab3d5107246 2171 video optional gst-entrans_0.10.2-2.dsc
 18640e377f189bb6aa805f0641f3d64f 8648 video optional 
gst-entrans_0.10.2-2.debian.tar.gz
 8742fad9db2f2b2649e78d813451ca82 244506 video optional 
gst-entrans_0.10.2-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAEBCgAGBQJM6LW3AAoJECx8MUbBoAEhiOgP/iGdumz3blxYO4k4B/iPixjE
ueJRj3No5KdBELvNM7iXNatAqtnLzI377CDT/xpOC6CyXNipr53PZBMfCsx79EB5
bFECHLA1knp77hPqk7JM2vlxg1e/KZLYnxcZtGzA3n6DwNxFRKn4A7AOIQ+4gTk8
WK1pD/YmtuiBzVnpkEM/aYRilcIPrjkU6bBtLUpLC5ImKPGYr2XpZ/7N6v6b1Cd3
bsOSDnNeyi+D7Va1FWqvwdXPdTQG7bxqAQZuGcKBpr/Vm/8cneU923CPHTmI6oLK
W8T0DQzQWCjngUD1h0lwi5uIplq+kAbA+z/+wm9aCKSA2qMXuk49VyJGUI4VEXlO
urIq6T4LW84JwIwGPAmeIIdPC9CaKiaD+NaopIqcF7w25PfVTaVwD4S2Eydf7chy
Lf3D6bjJVovY/SLtOP/1pASxYp+L6Vsag4KM0wkVdle6qhj5b+Ky6B7+6ojfUpi4
A0rbdbjDDorzeM2Jmg0n2lkQQf+FZ2nMK/72ilsL52E3R0+ZGaQ/2wMDpAtyhTat
ke7J+DVXaQlMB4RDVpwLzzZbsZU7bOv0/C2GKmQuz7ExBghlnT5wy0wC8W132rhP
sSC28UrxShA3y04BmCr1TEx1m9sgmzN5/1RtLd1MRL1Kz5zYuSbZWcsc4eoh8uAu
rFlgJfXVrl3E19W2iiWp
=5daA
-END PGP SIGNATURE-


--- End Message ---


Bug#604134: ppc: after debian installation MacOS 9.2 won't recognize disk anymore

2010-11-20 Thread Milan Kupcevic
clone 604134 -1
reassign -1 os-prober
retitle -1 os-prober: Won't detect MacOS 9
severity -1 important
affects -1 yaboot-installer
thanks

I can confirm that os-prober takes a look at hfsplus partition
containing MacOS 9, but won't report installed MacOS 9. Cloning to
os-prober.



signature.asc
Description: OpenPGP digital signature


Bug#603303: ttf-oriya-fonts: purge does not remove oriya fonts from defoma cache

2010-11-20 Thread Hideki Yamane
Hi,

> dpkg --purge ttf-oriya-fonts does NOT tell defoma to update its cache
> correspondingly.  

 Yes, because its version 0.5.11 doesn't contain defoma hints file
 and it would delete old defoma cache and hints file when it would 
 be installed/upgraded.

 upgraded from lenny to squeeze, hints file and defoma cache will be deleted.

> Preparing to replace ttf-oriya-fonts 1:0.5.4 (using 
> .../ttf-oriya-fonts_1%3a0.5.11_all.deb) ...
> Removing obsolete conffile /etc/fonts/conf.d/ttf-oriya-fonts.conf ...
> Removing obsolete conffile /etc/defoma/hints/ttf-oriya-fonts.hints ...
> Unpacking replacement ttf-oriya-fonts ...
> (Reading database ... 11534 files and directories currently installed.)
> Removing defoma ...
> Removing file ...



> Versions of packages ttf-oriya-fonts depends on:
> ii  defoma0.11.11Debian Font Manager -- automatic 
> f

 It's something strange because it doesn't depend on defoma.

$ apt-cache show ttf-oriya-fonts 
Package: ttf-oriya-fonts
Priority: optional
Section: fonts
Installed-Size: 460
Maintainer: Debian-IN Team 
Architecture: all
Source: ttf-indic-fonts
Version: 1:0.5.11
Suggests: xserver-xfree86 | xserver | xfs, x-ttcidfont-conf
Filename: pool/main/t/ttf-indic-fonts/ttf-oriya-fonts_0.5.11_all.deb
(snip)

 I suggest to downgrade this bug to normal and add "unreproducible" tag,
 then provide other information about your environment.

 - fresh install or upgrade?
   if upgrade, from which version? see "/var/log/aptitude"
 - which version do you use? "dpkg --status ttf-oriya-fonts"
 - is there hints file /etc/defoma ?


-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: Re: Bug#604134: ppc: after debian installation MacOS 9.2 won't recognize disk anymore

2010-11-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> clone 604134 -1
Bug#604134: ppc: after debian installation MacOS 9.2 won't recognize disk 
anymore
Bug 604134 cloned as bug 604192.

> reassign -1 os-prober
Bug #604192 [yaboot-installer] ppc: after debian installation MacOS 9.2 won't 
recognize disk anymore
Bug reassigned from package 'yaboot-installer' to 'os-prober'.
> retitle -1 os-prober: Won't detect MacOS 9
Bug #604192 [os-prober] ppc: after debian installation MacOS 9.2 won't 
recognize disk anymore
Changed Bug title to 'os-prober: Won't detect MacOS 9' from 'ppc: after debian 
installation MacOS 9.2 won't recognize disk anymore'
> severity -1 important
Bug #604192 [os-prober] os-prober: Won't detect MacOS 9
Severity set to 'important' from 'critical'

> affects -1 yaboot-installer
Bug #604192 [os-prober] os-prober: Won't detect MacOS 9
Added indication that 604192 affects yaboot-installer
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
604192: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=604192
-1: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=-1
604134: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=604134
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#584663: Bug#584653: Patch to close CVE-2010-2055

2010-11-20 Thread Jonas Smedegaard

Hi Paul,

On Sun, Nov 21, 2010, paul.sz...@sydney.edu.au wrote (at bug#58653):

... I have backported it ...
deb http://debian.jones.dk/ squeeze printing


I have now upgraded a machine to squeeze and tried your
ghostscript 9.00~dfsg-1~0jones1
package, it works perfectly, thanks.

[snip]

Seems to me that in your package, the default is -P- (not -P).
Should not this be mentioned in bug #584663 ?


It seems that you are more knowledgeable in that bug than me, and I 
would appreciate your judgement:


Do you mean to say that bug#584663 is closed too with upstream release 
9.00?


I wasn't quite sure about that from the conversation between
(especially) you, Moritz and Markus.


Kind regards,

 - Jonas

--
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature


Bug#584653: Patch to close CVE-2010-2055

2010-11-20 Thread Jonas Smedegaard

Hi Paul,

On Sun, Nov 21, 2010, paul.sz...@sydney.edu.au wrote:

... I have backported it ...
deb http://debian.jones.dk/ squeeze printing


I have now upgraded a machine to squeeze and tried your
ghostscript 9.00~dfsg-1~0jones1
package, it works perfectly, thanks.


Great!  Thanks for the feedback!



Will this make it into squeeze? Seems not, being a backport.


8.71~dfsg2-6 is in testing, but contains RC bugs.

9.00~dfsg-1 is in experimental: Will never be part of a release.

9.00~dfsg-1~0jones1 is unofficial: Will never enter Debian.

Thanks to positive feedback from you and others, I intend to release 
9.00~dfsg-2 targeted unstable, and then ask the Release Team for a 
freeze exception to let it into testing.


So these are possible scenarios for Ghostscript in Squeeze:

 a) 9.00~dfsg-2 (if approved by Release team and no new bugs found)
 b) 8.71~dfsg2-7 (if someone steps up to package AND MAINTAIN it)
 c) 8.71~dfsg2-6 (if Release team choose to ignore the RC bugs)
 d) none (if Release team choose to drop ghostscript from Squeeze)

I consider c) and d) as highly unlikely.



Should not this bug #584653 be left open (not "done"), as a
reminder that squeeze is insecure? Or maybe, that is tracked
in some way I am not aware of.


As Julien correctly points out, the "done" marking included a version 
hint, so when telling the BTS that you are interested in Squeeze, it 
will properly show the bug as still not closed there.  Thanks for your 
concern, though! :-)




Seems to me that in your package, the default is -P- (not -P).
Should not this be mentioned in bug #584663 ?

Could your package include the patch for bug #592569 also, to have 
-dSAFER as default?


Let's discuss these issues at the particular bugreports.

I really appreciate your persistence!! :-)


- Jonas

--
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature


Processed: tagging 600374

2010-11-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 600374 + patch
Bug #600374 [mokomaze] mokomaze: uses non-free, possibly non-distributable icons
Added tag(s) patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
600374: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=600374
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#604134: ppc: after debian installation MacOS 9.2 won't recognize disk anymore

2010-11-20 Thread Mathias Wittau
I did further investigations if other people had similar problems, and
indeed the problem occured several times. For example in 2008 here:
http://lists.debian.org/debian-powerpc/2008/05/msg00047.html
So it seems to be a common issue. But the solution which worked for José,
and Samy back than, do not work in my case/with the latest test image.

It's not that the different volumes are not activated/unmounted, it is
that the entire hard disk, with all partitions, appears as "not
initialized"! Maybe it is the same complex of problems - just a little bit
more complicated now, as the Debian partitioning tool advanced? If so, it
is maybe not too much work to fix this, and prevent users from beeing
unable to have a dualboot system and loosing in unexpected ways the MacOS
9 installation?







-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#601859: wesnoth-1.9: Bad error handling in postinst script

2010-11-20 Thread Gerfried Fuchs
* PJ Weisberg  [2010-11-20 23:10:17 CET]:
> From 1:1.9.1-1 to 1:1.9.2-1.

 There is no 1:1.9.1-1 anymore since a while already in the pool.
Rhonda



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: Re: Bug#603710: root and swap devices on lvm do not correctly show up in udev (missing symlinks)

2010-11-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 603710 serious
Bug #603710 [lvm2] root and swap devices on lvm do not correctly show up in 
udev (missing symlinks)
Severity set to 'serious' from 'important'

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
603710: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603710
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#584653: Patch to close CVE-2010-2055

2010-11-20 Thread paul . szabo
Dear Julien,

>> Will this make it into squeeze? ...
> See the version graph at
> http://bugs.debian.org/584653
> The affected versions seem to be marked correctly.

What I was asking... When the squeeze release is being put together
and they look at ghostscript, will they say:
  1 - The bug is done, ghostscript is OK.
  2 - Version 8.71 has a grave i.e. RC bug, must upgrade to 9.00.
(or something else)? Your reply suggests that they will choose "2",
in effect assuring me that this will make it into squeeze.

Thanks, Paul

Paul Szabo   p...@maths.usyd.edu.au   http://www.maths.usyd.edu.au/u/psz/
School of Mathematics and Statistics   University of SydneyAustralia



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#598234: fixed on rebuild

2010-11-20 Thread Robert Millan
2010/11/20 Rob Browning :
> I'm not sure I understand where we stand with respect to this bug.  Do
> we think the newer binutils fixes the problem or not?

TBH, I'm not sure anymore.  I just know rebuilding it on my (clean)
squeeze system produced a working binary.

-- 
Robert Millan



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#601859: wesnoth-1.9: Bad error handling in postinst script

2010-11-20 Thread PJ Weisberg
>From 1:1.9.1-1 to 1:1.9.2-1.


Bug#603545: (no subject)

2010-11-20 Thread Thomas Lange
I would suggest to include 6.17.00 instead of .02 in squeeze.
I'm using 6.17.00 since several month now, without any problems. Also
my colleagues are using it.

Is it possible to remove .02 and put 6.17.00 into testing now?

-- 
regards Thomas



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#604086: marked as done (xsd: FTBFS in sid, error in Build-Depends)

2010-11-20 Thread Debian Bug Tracking System
Your message dated Sat, 20 Nov 2010 22:02:16 +
with message-id 
and subject line Bug#604086: fixed in xsd 3.3.0-2
has caused the Debian Bug report #604086,
regarding xsd: FTBFS in sid, error in Build-Depends
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
604086: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=604086
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: xsd
Version: 3.3.0-1
Severity: important
Tags: upstream

The package FTBFS in sid because it should Build-Depend on autotools-dev
to dinamically update config.{sub,guess}, I attach a patch.

The pbuilder error log:

test -s /tmp/buildd/xsd-3.3.0/xsd-srcdir/build-0.3/system/config.sub -a -s 
/usr/share/misc/config.sub && \
cp -vf /usr/share/misc/config.sub 
/tmp/buildd/xsd-3.3.0/xsd-srcdir/build-0.3/system/config.sub
make[1]: *** [/tmp/buildd/xsd-3.3.0/xsd-srcdir] Error 1
make[1]: Leaving directory `/tmp/buildd/xsd-3.3.0'
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
E: Failed autobuilding of package

Thanks!

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.32-5-powerpc
Locale: LANG=es_ES.utf8, LC_CTYPE=es_ES.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru -w xsd-3.3.0/debian/control xsd-3.3.0/debian/control
--- xsd-3.3.0/debian/control	2010-11-19 09:02:45.0 +0100
+++ xsd-3.3.0/debian/control	2010-11-20 02:09:49.0 +0100
@@ -2,7 +2,7 @@
 Section: devel
 Priority: optional
 Maintainer: Raphael Bossek 
-Build-Depends: debhelper (>= 7.0.50~), quilt (>= 0.46-7~), libxerces-c-dev (>= 3.0.0), libboost-date-time-dev, libboost-filesystem-dev, libboost-regex-dev, m4
+Build-Depends: debhelper (>= 7.0.50~), quilt (>= 0.46-7~), libxerces-c-dev (>= 3.0.0), libboost-date-time-dev, libboost-filesystem-dev, libboost-regex-dev, m4, autotools-dev
 Standards-Version: 3.9.1
 
 Package: xsdcxx
--- End Message ---
--- Begin Message ---
Source: xsd
Source-Version: 3.3.0-2

We believe that the bug you reported is fixed in the latest version of
xsd, which is due to be installed in the Debian FTP archive:

xsd_3.3.0-2.debian.tar.gz
  to main/x/xsd/xsd_3.3.0-2.debian.tar.gz
xsd_3.3.0-2.dsc
  to main/x/xsd/xsd_3.3.0-2.dsc
xsdcxx_3.3.0-2_i386.deb
  to main/x/xsd/xsdcxx_3.3.0-2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 604...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Raphael Bossek  (supplier of updated xsd package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 20 Nov 2010 22:28:47 +0100
Source: xsd
Binary: xsdcxx
Architecture: source i386
Version: 3.3.0-2
Distribution: unstable
Urgency: low
Maintainer: Raphael Bossek 
Changed-By: Raphael Bossek 
Description: 
 xsdcxx - XML Data Binding for C++
Closes: 604086
Changes: 
 xsd (3.3.0-2) unstable; urgency=low
 .
   * Added autotools-dev build dependency. Closes: #604086
Checksums-Sha1: 
 2006635e1a276682ea4f97cafd370cb8b764e1b5 1078 xsd_3.3.0-2.dsc
 94c31760ef3148816e97e6e3bda205670b41f255 6935 xsd_3.3.0-2.debian.tar.gz
 0ab42916636568238c2978485f944dbd73951943 2662986 xsdcxx_3.3.0-2_i386.deb
Checksums-Sha256: 
 e6acd055b89d8cfd9de193aba8131f923374fc82469591d032f333b5204c 1078 
xsd_3.3.0-2.dsc
 58efae1107aa8a6f43fff396525e683ba109befd461af6a28ab6bed5a90e8e39 6935 
xsd_3.3.0-2.debian.tar.gz
 9a7e9d76f9411fe75c57e93b18dab8bda79260e826e2d12f911592a6fd842c6f 2662986 
xsdcxx_3.3.0-2_i386.deb
Files: 
 41d77e5fcf56c7fc97c0df471f97951e 1078 devel optional xsd_3.3.0-2.dsc
 bc6419fe27cb9f3a6b0f1f57afb0e40b 6935 devel optional xsd_3.3.0-2.debian.tar.gz
 b3ef22b26a47b6e251a4eecdd2facf29 2662986 devel optional xsdcxx_3.3.0-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iD8DBQFM6EGQN2lBq4Nesv8RAoRCAJ40TQiIIduEgIfERNfPRElYO5I+4QCdGbU2
lJebC9VufYftpmmuwOQ09B4=
=sypu
-END PGP SIGNATURE-


--- End Message ---


Bug#604172: lincity-ng crash (easyly reproducible)

2010-11-20 Thread Alain B

Package: lincity-ng
Version: 2.0-2+b2
Severity: grave
Justification: renders package unusable

This bug was reported on upstream mailing list, and seems to affect only
debian squeeze (with either the squeeze version or latest svn version)
maybe only the amd64 version.

For sure this does not happen on ubuntu 10.04 32bits (either packaged or svn)

Howto crash :
- start a game (either window or full screen, SDL or OpenGL)
- zoom out (get as far as possible from the town)
- put the mouse cursor on top of screen to scroll at maximum
- select buldozer tool

the game should crash after 2 or 3 tries (maybe the first one) even
without doing anything else than selecting tool.


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages lincity-ng depends on:
ii  libc6   2.11.2-7 Embedded GNU C Library: Shared lib
ii  libgcc1 1:4.4.5-6GCC support library
ii  libgl1-mesa-glx [libgl1 7.7.1-4  A free implementation of the OpenG
ii  libphysfs1  2.0.1-2  filesystem abstraction library for
ii  libsdl-gfx1.2-4 2.0.20-1.1   drawing and graphical effects exte
ii  libsdl-image1.2 1.2.10-2+b2  image loading library for Simple D
ii  libsdl-mixer1.2 1.2.8-6+b1   mixer library for Simple DirectMed
ii  libsdl-ttf2.0-0 2.0.9-1  ttf library for Simple DirectMedia
ii  libsdl1.2debian 1.2.14-6.1   Simple DirectMedia Layer
ii  libstdc++6  4.4.5-6  The GNU Standard C++ Library v3
ii  libxml2 2.7.7.dfsg-4 GNOME XML library
ii  lincity-ng-data 2.0-2Media files for the city simulator
ii  ttf-dejavu  2.31-1   Metapackage to pull in ttf-dejavu-
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

lincity-ng recommends no packages.

lincity-ng suggests no packages.

-- no debconf information




-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#584653: Patch to close CVE-2010-2055

2010-11-20 Thread Julien Cristau
On Sun, Nov 21, 2010 at 07:39:16 +1100, paul.sz...@sydney.edu.au wrote:

> Will this make it into squeeze? Seems not, being a backport.
> Should not this bug #584653 be left open (not "done"), as a
> reminder that squeeze is insecure? Or maybe, that is tracked
> in some way I am not aware of.
> 
See the version graph at
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=584653
The affected versions seem to be marked correctly.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#603788: Bug#603966: aribas: request to unblock

2010-11-20 Thread Julien Cristau
On Sat, Nov 20, 2010 at 21:46:14 +0100, Ralf Treinen wrote:

> On Sat, Nov 20, 2010 at 09:22:15PM +0100, Julien Cristau wrote:
> > On Sat, Nov 20, 2010 at 21:03:48 +0100, Ralf Treinen wrote:
> > 
> > > Can you please unblock unblock 1.64-5 ? -Ralf.
> > > 
> > I assume you tested the upgrade from lenny with the broken prerm?
> 
> you assume right. I did the following tests:
> 
> install 1.64-5 in squeeze: OK
> upgrade 1.64-3 to 1.65-5 in squeeze: OK
> upgrade 1.64-4 to 1.64-5 in squeeze: OK
> 
> upgrade 1.63-2 to 1.64-5 in lenny: OK
> upgrade 1.63-2 with emacs22 installed to 1.64-5 in lenny: OK
> 
Thanks, unblocked.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#604153: marked as done (keyboard-configuration: Template parse error near description...@latin.utf-8)

2010-11-20 Thread Debian Bug Tracking System
Your message dated Sat, 20 Nov 2010 20:47:18 +
with message-id 
and subject line Bug#604153: fixed in console-setup 1.61
has caused the Debian Bug report #604153,
regarding keyboard-configuration: Template parse error near 
description...@latin.utf-8
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
604153: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=604153
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: keyboard-configuration
Version: 1.59
Severity: important


After installing keyboard-configuration from testing (1.59) post-install
script fails with message:
Setting up keyboard-configuration (1.59) ...
Template parse error near `description...@latin.utf-8: Konfiguriši tastaturu', 
in stanza #1 of /var/lib/dpkg/info/keyboard-configuration.templates

-- System Information:
Debian Release: 5.0.6
  APT prefers stable
  APT policy: (700, 'stable'), (400, 'testing'), (100, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages keyboard-configuration depends on:
ii  debconf [debconf-2.0] 1.5.24 Debian configuration management sy

keyboard-configuration recommends no packages.

keyboard-configuration suggests no packages.

-- debconf information:
  keyboard-configuration/layout:
  keyboard-configuration/variant:
  keyboard-configuration/unsupported_options: true
  keyboard-configuration/optionscode: grp:caps_toggle,compose:ralt
  keyboard-configuration/modelcode: pc104
  keyboard-configuration/unsupported_config_options: true
  keyboard-configuration/toggle: Caps Lock
  keyboard-configuration/altgr: The default for the keyboard layout
  keyboard-configuration/unsupported_layout: true
  keyboard-configuration/layoutcode: us,ru
  keyboard-configuration/store_defaults_in_debconf_db: true
  debian-installer/console-setup-udeb/title:
  keyboard-configuration/ctrl_alt_bksp: false
  keyboard-configuration/variantcode: winkeys
  keyboard-configuration/other:
  keyboard-configuration/unsupported_config_layout: true
  keyboard-configuration/compose: Right Alt (AltGr)
  keyboard-configuration/switch: No temporary switch
  keyboard-configuration/model: Обычный 104-клавишный ПК


--- End Message ---
--- Begin Message ---
Source: console-setup
Source-Version: 1.61

We believe that the bug you reported is fixed in the latest version of
console-setup, which is due to be installed in the Debian FTP archive:

bdf2psf_1.61_all.deb
  to main/c/console-setup/bdf2psf_1.61_all.deb
console-setup-amiga-ekmap_1.61_all.udeb
  to main/c/console-setup/console-setup-amiga-ekmap_1.61_all.udeb
console-setup-ataritt-ekmap_1.61_all.udeb
  to main/c/console-setup/console-setup-ataritt-ekmap_1.61_all.udeb
console-setup-fonts-udeb_1.61_all.udeb
  to main/c/console-setup/console-setup-fonts-udeb_1.61_all.udeb
console-setup-macintoshold-ekmap_1.61_all.udeb
  to main/c/console-setup/console-setup-macintoshold-ekmap_1.61_all.udeb
console-setup-mini_1.61_all.deb
  to main/c/console-setup/console-setup-mini_1.61_all.deb
console-setup-pc-ekmap_1.61_all.udeb
  to main/c/console-setup/console-setup-pc-ekmap_1.61_all.udeb
console-setup-sun4-ekmap_1.61_all.udeb
  to main/c/console-setup/console-setup-sun4-ekmap_1.61_all.udeb
console-setup-sun5-ekmap_1.61_all.udeb
  to main/c/console-setup/console-setup-sun5-ekmap_1.61_all.udeb
console-setup-udeb_1.61_all.udeb
  to main/c/console-setup/console-setup-udeb_1.61_all.udeb
console-setup_1.61.dsc
  to main/c/console-setup/console-setup_1.61.dsc
console-setup_1.61.tar.gz
  to main/c/console-setup/console-setup_1.61.tar.gz
console-setup_1.61_all.deb
  to main/c/console-setup/console-setup_1.61_all.deb
keyboard-configuration_1.61_all.deb
  to main/c/console-setup/keyboard-configuration_1.61_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 604...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christian Perrier  (supplier of updated console-setup 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 20 Nov 2010 20:05:50 +0100
Source: console-setup
Binary: keyboard-configuration console-set

Bug#603788: Bug#603966: aribas: request to unblock

2010-11-20 Thread Ralf Treinen
On Sat, Nov 20, 2010 at 09:22:15PM +0100, Julien Cristau wrote:
> On Sat, Nov 20, 2010 at 21:03:48 +0100, Ralf Treinen wrote:
> 
> > Can you please unblock unblock 1.64-5 ? -Ralf.
> > 
> I assume you tested the upgrade from lenny with the broken prerm?

you assume right. I did the following tests:

install 1.64-5 in squeeze: OK
upgrade 1.64-3 to 1.65-5 in squeeze: OK
upgrade 1.64-4 to 1.64-5 in squeeze: OK

upgrade 1.63-2 to 1.64-5 in lenny: OK
upgrade 1.63-2 with emacs22 installed to 1.64-5 in lenny: OK

-Ralf.



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#584653: Patch to close CVE-2010-2055

2010-11-20 Thread paul . szabo
Dear Jonas,

> ... I have backported it ...
> deb http://debian.jones.dk/ squeeze printing

I have now upgraded a machine to squeeze and tried your
ghostscript 9.00~dfsg-1~0jones1
package, it works perfectly, thanks.

Will this make it into squeeze? Seems not, being a backport.
Should not this bug #584653 be left open (not "done"), as a
reminder that squeeze is insecure? Or maybe, that is tracked
in some way I am not aware of.

Seems to me that in your package, the default is -P- (not -P).
Should not this be mentioned in bug #584663 ?

Could your package include the patch for bug #592569 also,
to have -dSAFER as default?

Thanks, Paul

Paul Szabo   p...@maths.usyd.edu.au   http://www.maths.usyd.edu.au/u/psz/
School of Mathematics and Statistics   University of SydneyAustralia



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: tagging 604163, severity of 604163 is serious

2010-11-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 604163 - squeeze
Bug #604163 [cron] dpkg-maintscript-helper error reconfiguring the package
Removed tag(s) squeeze.
> severity 604163 serious
Bug #604163 [cron] dpkg-maintscript-helper error reconfiguring the package
Severity set to 'serious' from 'important'

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
604163: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=604163
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#604164: dpkg-reconfigure error

2010-11-20 Thread Marco Nenciarini
Package: emacsen-common
Version: 1.4.19
Severity: serious

On a fresh squeeze install reconfiguring the package give you an error
and an exit status of 1

mnen...@poison:~$ sudo dpkg-reconfigure emacsen-common
emacsen-common: Handling removal of emacsen flavor emacs
emacsen-common: Handling removal of emacsen flavor emacs23
emacsen-common: purging byte-compiled files for emacs23
emacsen-common: Handling install of emacsen flavor emacs
emacsen-common: Handling install of emacsen flavor emacs23
emacsen-common: byte-compiling for emacs23
Wrote /etc/emacs23/site-start.d/00debian-vars.elc

In debian-run-directories:
debian-startup.el:131:25:Warning: `mapcar' called for effect; use `mapc' or
`dolist' instead
Wrote /usr/share/emacs23/site-lisp/debian-startup.elc
This is not dpkg install-info anymore, but GNU install-info
See the man page for ginstall-info for command line arguments
install-info: No dir file specified; try --help for more information.
mnen...@poison:~$ echo $?
1
mnen...@poison:~$ 

This also breaks a dpkg-reconfigure -a invocation

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

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages emacsen-common depends on:
ii  bsdmainutils  8.0.13 collection of more utilities from 

emacsen-common recommends no packages.

emacsen-common suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#603788: Bug#603966: aribas: request to unblock

2010-11-20 Thread Julien Cristau
On Sat, Nov 20, 2010 at 21:03:48 +0100, Ralf Treinen wrote:

> Can you please unblock unblock 1.64-5 ? -Ralf.
> 
I assume you tested the upgrade from lenny with the broken prerm?

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#604153: keyboard-configuration: Template parse error near description...@latin.utf-8

2010-11-20 Thread Joey Hess
Version: 1.5.34

  * Handle ll[_...@modifier as a locale name.  Closes: #591633

   -- Colin Watson   Fri, 06 Aug 2010 17:53:52 

1.5.36 is already in testing and I cannot reproduce it with that
version.

To safely use this new feature, keyboard-configuration should
Pre-Depend on debconf (>= 1.5.34). This will avoid breakage during
upgrades (particularly during preconfiguration) with the old version of
debconf.

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#603788: Bug#603966: aribas: request to unblock

2010-11-20 Thread Ralf Treinen
On Fri, Nov 19, 2010 at 02:23:03PM +0100, Julien Cristau wrote:

> If the old prerm fails, dpkg should call new-prerm failed-upgrade.
> Can't the error be handled there?

I just uploaded aribas_1.64-5 with a better fix for #603788: I dropped
completely dependence on emacsen-common or any other emacs stuff.

Justification: debian emacs policy, section 5, says that packages having 
only marginal emacs relevance do not have to depend on emacsen-common
and may just drop their emacs addon in the right directory. And that is
exactely the case here.

Can you please unblock unblock 1.64-5 ? -Ralf.



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#603598: marked as done (Psql binary license incompatibility)

2010-11-20 Thread Adam D. Barratt
Hi,

On Wed, 2010-11-17 at 17:36 +, Debian Bug Tracking System wrote:
> Your message dated Wed, 17 Nov 2010 17:33:34 +
> with message-id 
> and subject line Bug#603598: fixed in postgresql-8.4 8.4.5-2
> has caused the Debian Bug report #603598,
> regarding Psql binary license incompatibility
> to be marked as done.
[...]
> >  postgresql-8.4 (8.4.5-2) unstable; urgency=low
> >  .
> >* debian/control: Build against libedit instead of libreadline. We can't
> >  simultaneously link against readline (GPL) and libssl (incompatible 
> > with
> >  GPL). (Closes: #603598)

As 8.4.5-2 won't be able to migrate to testing before the release,
please could you prepare a t-p-u upload to fix this for Squeeze?

Thanks,

Adam




-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#600374: mokomaze: uses non-free, possibly non-distributable icons

2010-11-20 Thread Steve M. Robbins
On Sat, Nov 20, 2010 at 11:57:28PM +0800, Paul Wise wrote:

> Quick update, Anton found kde.svgz from the Oxygen icon theme (LGPL) to
> be a suitable replacement for the blue bits. And the ball from
> mokomaze.png was a modified version of the logo of neverball (GPL)
> 
> I've just now sent him a patch for building all the icons from source
> using rsvg-convert, so that there are no pre-built images without source
> code in the tarball, ensuring license compliance for kde.svg from Oxygen
> and neverlogos.svg from Neverball.

That's awesome!  

Now, how can we resolve the RC bug in Debian :-)  Joachim or Paul: are
you going to coordinate an upload for this with the release team?

Cheers,
-Steve


signature.asc
Description: Digital signature


Processed: Re: live-installer: incomplete sources.list after installation

2010-11-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 604027 live-build
Bug #604027 [live-installer] live-installer: incomplete sources.list after 
installation
Bug reassigned from package 'live-installer' to 'live-build'.
> retitle 604027 needs to include apt-mirror-setup by default
Bug #604027 [live-build] live-installer: incomplete sources.list after 
installation
Changed Bug title to 'needs to include apt-mirror-setup by default' from 
'live-installer: incomplete sources.list after installation'
> tag 604027 pending
Bug #604027 [live-build] needs to include apt-mirror-setup by default
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
604027: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=604027
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#604027: live-installer: incomplete sources.list after installation

2010-11-20 Thread Daniel Baumann
reassign 604027 live-build
retitle 604027 needs to include apt-mirror-setup by default
tag 604027 pending
thanks

live-builds needs to include apt-mirror-setup udeb when using
live-installer, then mirrors are setup correctly.

pushing fix to git in a minute...

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@panthera-systems.net
Internet:   http://people.panthera-systems.net/~daniel-baumann/



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#602222: Should bacula-sd have an OR in the recommends?

2010-11-20 Thread Clint Byrum
Would it fix the problem if bacula-sd had

Recommends: mt-st, bacula-sd-sqlite3 (>= 5.0.2-2) | bacula-sd-tools

Similar to the way bacula-server depends on bacula-sd-tools?




-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#582964: marked as done (emacs-install should be moved from cscope to cscope-el too)

2010-11-20 Thread Debian Bug Tracking System
Your message dated Sat, 20 Nov 2010 19:17:12 +
with message-id 
and subject line Bug#582964: fixed in cscope 15.7a-3.2
has caused the Debian Bug report #582964,
regarding emacs-install should be moved from cscope to cscope-el too
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
582964: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582964
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: cscope-el
Version: 15.7a-3.1
Severity: minor

since cscope-el has been separated from cscope, emacs install of
xcsope.el should also been moved or the installation will not be
complete:

 Setting up cscope (15.7a-3.1) ...
 install/cscope: Byte-compiling for emacs23
 cp: cannot stat `xcscope.el': No such file or directory
 Error occurred processing xcscope.el: File error
 (("Opening input file" "no such file or directory"
 "/usr/share/emacs23/site-lisp/cscope/xcscope.el"))

also cscope should suggest cscope-el


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=zh_CN.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages cscope-el depends on:
ii  cscope15.7a-3.1  Interactively examine a C program
hi  emacs23 [emacsen] 23.2+1-2   The GNU Emacs editor (with GTK+ us

cscope-el recommends no packages.

cscope-el suggests no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: cscope
Source-Version: 15.7a-3.2

We believe that the bug you reported is fixed in the latest version of
cscope, which is due to be installed in the Debian FTP archive:

cscope-el_15.7a-3.2_all.deb
  to main/c/cscope/cscope-el_15.7a-3.2_all.deb
cscope_15.7a-3.2.debian.tar.gz
  to main/c/cscope/cscope_15.7a-3.2.debian.tar.gz
cscope_15.7a-3.2.dsc
  to main/c/cscope/cscope_15.7a-3.2.dsc
cscope_15.7a-3.2_i386.deb
  to main/c/cscope/cscope_15.7a-3.2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 582...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jari Aalto  (supplier of updated cscope package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 13 Nov 2010 15:51:58 +0200
Source: cscope
Binary: cscope cscope-el
Architecture: source i386 all
Version: 15.7a-3.2
Distribution: unstable
Urgency: low
Maintainer: Tobias Klauser 
Changed-By: Jari Aalto 
Description: 
 cscope - Interactively examine a C program source
 cscope-el  - Interactively examine a C program source, cscope emacs binding
Closes: 582964
Changes: 
 cscope (15.7a-3.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * debian/clean
 - New file.
   * debian/control
 - (Standards-Version): Update to 3.9.1.
 - (cscope::Suggests): Add cscope-el.
   * debian/cscope-el.emacsen-install
 - Move from debian/cscope.emacsen-install (Closes: #582964).
 - Prefer install(1) to cp(1).
   * cscope-el.emacsen-remove
 - Move from cscope.emacsen-remove
Checksums-Sha1: 
 0b06b1c3396e48fa6b83a2d26b1e4d6faf64eac8 1829 cscope_15.7a-3.2.dsc
 d0d4c731f636182dde83d007805c14d63dc54330 12450 cscope_15.7a-3.2.debian.tar.gz
 4fc62396003e56eb9f1caff8924b139b033cc94c 133342 cscope_15.7a-3.2_i386.deb
 d97fc9e20357a31979ff3cdc8a6e6655444e80a8 36916 cscope-el_15.7a-3.2_all.deb
Checksums-Sha256: 
 301fafccab0a55e2f406e3207b613259d33685a77c890d9c170d71563044c33a 1829 
cscope_15.7a-3.2.dsc
 e419d35028cc684622e4cf49e879fccc99c1f1c3b3a19cc2d62c94223c3ebc3d 12450 
cscope_15.7a-3.2.debian.tar.gz
 2376131c108dc6610958680387cc6f1607403423c9dc7a77cb633487f793b43d 133342 
cscope_15.7a-3.2_i386.deb
 69ef1353b19cc66b6f8f398de30a31c26344157364c53b71434b6d95c82d2961 36916 
cscope-el_15.7a-3.2_all.deb
Files: 
 562e7f3247468250cd18e7fdfc1c5019 1829 devel optional cscope_15.7a-3.2.dsc
 d97db34b5b0f940f82cab8e89b911e1a 12450 devel optional 
cscope_15.7a-3.2.debian.tar.gz
 aae4ddb33d083cf200fa3b98b794191d 133342 devel optional 
cscope_15.7a-3.2_i386.deb
 70fd055463644792b2eef5cb12a75964 36916 devel optional 
cscope-el_15.7a-3.2_all.deb

-BEGIN PGP SIGNATURE-
Version: Gnu

Processed: severity of 604153 is serious

2010-11-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 604153 serious
Bug #604153 [keyboard-configuration] keyboard-configuration: Template parse 
error near description...@latin.utf-8
Severity set to 'serious' from 'important'

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
604153: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=604153
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#594967: grub-pc: GRUB Hangs After "Welcome to GRUB!"

2010-11-20 Thread Steve McIntyre
On Sat, Nov 20, 2010 at 05:09:38PM +0100, Vladimir 'φ-coder/phcoder' Serbinenko 
wrote:
>
>>   * New Bazaar snapshot.
>> - Use video functions in Linux loader rather than hardcoding UGA; load
>>   all available video backends (closes: #565576, probably).
>>
>>   
>This change affects only EFI port

Ah, OK. There goes that theory. :-(

I can help test/debug if desired, but I've not got much time to
actually work on the code here.

-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
Who needs computer imagery when you've got Brian Blessed?




-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: your mail

2010-11-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 576340 libsoup2.4-1
Bug #576340 [epiphany-browser] epiphany-browser: unable to access https site 
after webkit switchover
Bug reassigned from package 'epiphany-browser' to 'libsoup2.4-1'.
Bug No longer marked as found in versions epiphany-browser/2.29.92-1.
> forcemerge 576339 576340
Bug#576339: libsoup does not disable TLS1.2
Bug#576340: epiphany-browser: unable to access https site after webkit 
switchover
Forcibly Merged 576339 576340.

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
576339: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=576339
576340: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=576340
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#591924: postgresql-common - insserv: script postgresql: service postgresql already provided!

2010-11-20 Thread Julien Cristau
On Sat, Nov 20, 2010 at 19:44:49 +0100, Martin Pitt wrote:

> Waiting for -release ack before I upload this.
> 
Sounds like that's the least bad way to go, so ack.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#591924: postgresql-common - insserv: script postgresql: service postgresql already provided!

2010-11-20 Thread Martin Pitt
Martin Pitt [2010-11-20 16:12 +0100]:
> We could upload it to lenny-updates, but there's no guarantee that
> everyone installs it before an upgrade to squeeze.

Sorry, this option was a brainfart of course. postgresql-common's
postinst can't dpkg-reconfigure postgresql-8.3, since apt/dpkg are
already running at that point. And it would be much more brittle
anyway. 

There just isn't a postgresql-8.3 in squeeze which could clean up, 
so I think it's much safer to nuke postgresql-8.3's init script in
postgresql-common's postinst. While it's breaking the letter of the
Debian Policy, the packages are still closely related to each other,
and at that point we are sure that the -common init script can fully
replace the one from 8.3. So I highly recommend to go with this
option.

Waiting for -release ack before I upload this.

Thanks,

Martin
-- 
Martin Pitt| http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)


signature.asc
Description: Digital signature


Bug#491035: Connection to host www.flickr.com is broken

2010-11-20 Thread Ana Guerrero
severity 491035 grave
thanks

On Wed, Jul 16, 2008 at 01:48:48AM -0400, Anthony DeRobertis wrote:
> Package: kflickr
> Version: 0.9.1-2
> Severity: wishlist
> 
> First, having to hit OK twice after this all-too-common error is quite
> annoying. Once is more than enough.
> 
> Second, there really ought to be an auto-retry option.

Currently, the version in the archive does not work anymore, you get a window 
saying:

HTTP request to FLickr.com failed (msg: invalid frob)

and if you re-try you get again and again the same message.


Ana



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: Re: Bug#491035: Connection to host www.flickr.com is broken

2010-11-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 491035 grave
Bug #491035 [kflickr] Connection to host www.flickr.com is broken
Severity set to 'grave' from 'wishlist'

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
491035: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=491035
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#603866: marked as done (rt3.8-rtfm: Failure to set up database on a clean install)

2010-11-20 Thread Debian Bug Tracking System
Your message dated Sat, 20 Nov 2010 17:47:25 +
with message-id 
and subject line Bug#603866: fixed in rtfm 2.4.2-4
has caused the Debian Bug report #603866,
regarding rt3.8-rtfm: Failure to set up database on a clean install
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
603866: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603866
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: rt3.8-rtfm
Version: 2.4.2-3
Severity: grave
Justification: renders package unusable

According to the build logs here, this package fails to install
cleanly:

http://people.debian.org/~lucas/logs/2010/11/17/rt3.8-rtfm.log


--- End Message ---
--- Begin Message ---
Source: rtfm
Source-Version: 2.4.2-4

We believe that the bug you reported is fixed in the latest version of
rtfm, which is due to be installed in the Debian FTP archive:

rt3.8-rtfm_2.4.2-4_all.deb
  to main/r/rtfm/rt3.8-rtfm_2.4.2-4_all.deb
rtfm_2.4.2-4.diff.gz
  to main/r/rtfm/rtfm_2.4.2-4.diff.gz
rtfm_2.4.2-4.dsc
  to main/r/rtfm/rtfm_2.4.2-4.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 603...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dominic Hargreaves  (supplier of updated rtfm package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 20 Nov 2010 17:21:53 +
Source: rtfm
Binary: rt3.8-rtfm
Architecture: source all
Version: 2.4.2-4
Distribution: unstable
Urgency: low
Maintainer: Debian Request Tracker Group 

Changed-By: Dominic Hargreaves 
Description: 
 rt3.8-rtfm - FAQ Manager for Request Tracker 3.8
Closes: 603866
Changes: 
 rtfm (2.4.2-4) unstable; urgency=low
 .
   * Fix postinst helper scripts to not output informational messages which
 cause the postinst to exist with an error, by configuring the logging
 explictly (Closes: #603866)
Checksums-Sha1: 
 1a83174acb90a284793a0d75324a4409a2a1f94b 1245 rtfm_2.4.2-4.dsc
 0db00625d4bff22014b49d537ecf22055bbea7e8 24026 rtfm_2.4.2-4.diff.gz
 fbed0b105240c59824ece05bbca1c4564b91e945 121270 rt3.8-rtfm_2.4.2-4_all.deb
Checksums-Sha256: 
 21915868d8366f920a224e7ed605f2a86bb331542b9ffd826449c496cb9961c2 1245 
rtfm_2.4.2-4.dsc
 979dcc5e380a7b0d4cdec7fecb46d111c2d315c80229fa6f617a6131645636e3 24026 
rtfm_2.4.2-4.diff.gz
 e16a496dd01a345d648d1ef9011f33bf68a88fd4bb137ecb31e394247bc943db 121270 
rt3.8-rtfm_2.4.2-4_all.deb
Files: 
 adea526da49238586f7d0a176a49ff07 1245 misc optional rtfm_2.4.2-4.dsc
 3de666c549155c889d1fa6063f3bd70b 24026 misc optional rtfm_2.4.2-4.diff.gz
 80aedb46759aa2c2c503d438e4cec802 121270 misc optional 
rt3.8-rtfm_2.4.2-4_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iD8DBQFM6AQTYzuFKFF44qURApQkAJ9V9mvwErLWUyN5yuX4+FgXYrwDBACfXnjN
pEsIeXyOyOullsW9bql/0GQ=
=x8xZ
-END PGP SIGNATURE-


--- End Message ---


Processed: Re: live-installer: should remove debian-installer-launcher from target

2010-11-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 604133 pending
Bug #604133 [live-installer] live-installer: should remove 
debian-installer-launcher from target
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
604133: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=604133
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#604133: live-installer: should remove debian-installer-launcher from target

2010-11-20 Thread Daniel Baumann
tag 604133 pending
thanks

fixed in svn.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@panthera-systems.net
Internet:   http://people.panthera-systems.net/~daniel-baumann/



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: Re: Bug#604128: libreoffice: FTBFS (s390): dpkg-shlibdeps: error: objdump died from signal 6

2010-11-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 604128 important
Bug #604128 [src:libreoffice] libreoffice: FTBFS (s390): dpkg-shlibdeps: error: 
objdump died from signal 6
Severity set to 'important' from 'serious'

> reassign 604128 perl
Bug #604128 [src:libreoffice] libreoffice: FTBFS (s390): dpkg-shlibdeps: error: 
objdump died from signal 6
Bug reassigned from package 'src:libreoffice' to 'perl'.
Bug No longer marked as found in versions libreoffice/1:3.3.0~beta3-2.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
604128: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=604128
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#604128: libreoffice: FTBFS (s390): dpkg-shlibdeps: error: objdump died from signal 6

2010-11-20 Thread Rene Engelhard
severity 604128 important
reassign 604128 perl
thanks


Hi,

On Sat, Nov 20, 2010 at 03:27:44PM +0100, Philipp Kern wrote:
> > dpkg-shlibdeps: warning: Can't extract name and version from library name 
> > `libvclplug_genl3.so'
> > dpkg-shlibdeps: warning: Can't extract name and version from library name 
> > `libvcll3.so'
> > *** glibc detected *** /usr/bin/perl: corrupted double-linked list: 
> > 0x01247c90 ***
   ^
> > === Backtrace: =^
> > /lib/libc.so.6(+0x7445a)[0x402d145a]
> > /lib/libc.so.6(+0x75e16)[0x402d2e16]
> > /lib/libc.so.6(cfree+0x66)[0x402d68d2]
> > /usr/lib/libperl.so.5.10(Perl_safesysfree+0x20)[0x400c7e68]
> > /usr/lib/libperl.so.5.10(Perl_regexec_flags+0xb08)[0x401463fc]
> > /usr/lib/libperl.so.5.10(Perl_pp_match+0x2a0)[0x400e48f4]
> > /usr/lib/libperl.so.5.10(Perl_runops_standard+0x24)[0x400de2d0]
> > /usr/lib/libperl.so.5.10(perl_run+0x314)[0x400829fc]
> > /usr/bin/perl(main+0xfc)[0x400c18]
> > /lib/libc.so.6(__libc_start_main+0xda)[0x4027647e]
> > /usr/bin/perl[0x400a6c]
> > === Memory map: 
> > 0040-00401000 r-xp  fe:04 148587 
> > /usr/bin/perl
> > 00401000-00402000 rwxp 1000 fe:04 148587 
> > /usr/bin/perl
> > 00402000-023cb000 rw-p  00:00 0  
> > [heap]
> > 4000-4001e000 r-xp  fe:04 213141 
> > /lib/ld-2.11.2.so
> > 4001e000-4001f000 r-xp 0001d000 fe:04 213141 
> > /lib/ld-2.11.2.so
> > 4001f000-4002 rwxp 0001e000 fe:04 213141 
> > /lib/ld-2.11.2.so
> > 4002-40022000 r-xp  00:00 0  
> > [vdso]
> > 40022000-40028000 rwxp  00:00 0 
> > 40028000-40031000 r-xp  fe:04 181326 
> > /usr/lib/libfakeroot/libfakeroot-sysv.so
> > 40031000-40032000 rwxp 8000 fe:04 181326 
> > /usr/lib/libfakeroot/libfakeroot-sysv.so
> > 40032000-40035000 r-xp  fe:04 173204 
> > /usr/lib/perl/5.10.1/auto/Fcntl/Fcntl.so
> > 40035000-40036000 rwxp 2000 fe:04 173204 
> > /usr/lib/perl/5.10.1/auto/Fcntl/Fcntl.so
> > 40036000-40039000 r-xp  fe:04 173192 
> > /usr/lib/perl/5.10.1/auto/Cwd/Cwd.so
> > 40039000-4003a000 rwxp 2000 fe:04 173192 
> > /usr/lib/perl/5.10.1/auto/Cwd/Cwd.so
> > 4003f000-4019c000 r-xp  fe:04 148589 
> > /usr/lib/libperl.so.5.10.1
> > 4019c000-401a1000 rwxp 0015d000 fe:04 148589 
> > /usr/lib/libperl.so.5.10.1
> > 401a1000-401a4000 r-xp  fe:04 213149 
> > /lib/libdl-2.11.2.so
> > 401a4000-401a5000 r-xp 2000 fe:04 213149 
> > /lib/libdl-2.11.2.so
> > 401a5000-401a6000 rwxp 3000 fe:04 213149 
> > /lib/libdl-2.11.2.so
> > 401a6000-401a7000 rwxp  00:00 0 
> > 401a7000-40241000 r-xp  fe:04 213150 
> > /lib/libm-2.11.2.so
> > 40241000-40242000 r-xp 00099000 fe:04 213150 
> > /lib/libm-2.11.2.so
> > 40242000-40243000 rwxp 0009a000 fe:04 213150 
> > /lib/libm-2.11.2.so
> > 40243000-40259000 r-xp  fe:04 213160 
> > /lib/libpthread-2.11.2.so
> > 40259000-4025a000 r-xp 00015000 fe:04 213160 
> > /lib/libpthread-2.11.2.so
> > 4025a000-4025b000 rwxp 00016000 fe:04 213160 
> > /lib/libpthread-2.11.2.so
> > 4025b000-4025d000 rwxp  00:00 0 
> > 4025d000-403ba000 r-xp  fe:04 213146 
> > /lib/libc-2.11.2.so
> > 403ba000-403bc000 r-xp 0015c000 fe:04 213146 
> > /lib/libc-2.11.2.so
> > 403bc000-403bd000 rwxp 0015e000 fe:04 213146 
> > /lib/libc-2.11.2.so
> > 403bd000-403c rwxp  00:00 0 
> > 403c-403ca000 r-xp  fe:04 213148 
> > /lib/libcrypt-2.11.2.so
> > 403ca000-403cb000 r-xp 9000 fe:04 213148 
> > /lib/libcrypt-2.11.2.so
> > 403cb000-403cc000 rwxp a000 fe:04 213148 
> > /lib/libcrypt-2.11.2.so
> > 403cc000-403f5000 rwxp  00:00 0 
> > 403f5000-40411000 r-xp  fe:04 173195 
> > /usr/lib/perl/5.10.1/auto/POSIX/POSIX.so
> > 40411000-40413000 rwxp 0001b000 fe:04 173195 
> > /usr/lib/perl/5.10.1/auto/POSIX/POSIX.so
> > 40413000-4041d000 r-xp  fe:04 188970 
> > /usr/lib/perl/5.10.1/auto/Encode/Encode.so
> > 4041d000-4041e000 rwxp 9000 fe:04 188970 
> > /usr/lib/perl/5.10.1/auto/Encode/Encode.so
> > 404

Processed: Re: Bug#598989: libextractor-java: FTBFS on armel: error: libextractor-java requires libextractor

2010-11-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reopen 598989
Bug #598989 {Done: Daniel Baumann } [src:libextractor-java] 
libextractor-java: FTBFS on armel: error: libextractor-java requires 
libextractor
> kthxbye
Stopping processing here.

Please contact me if you need assistance.
-- 
598989: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598989
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#598989: libextractor-java: FTBFS on armel: error: libextractor-java requires libextractor

2010-11-20 Thread Julien Cristau
reopen 598989
kthxbye

On Sat, Nov 20, 2010 at 17:44:52 +0100, Daniel Baumann wrote:

> libe-java 0.6 needs libe 0.6, which is why there's a versioned
> build-depends on it.
> 
> in the build log, it can be seen, that the autobuilder is installing
> libe 0.5 from unstable, rather than 0.6 from experimental.
> 
> this is a problem in your autobuilder, not in the package, closing.
> 
No.  0.6.0 <= 1:0.5.23 so the package from unstable satisfies the build
dependency.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#604134: ppc: after debian installation MacOS 9.2 won't recognize disk anymore

2010-11-20 Thread Christian PERRIER
reassign 604134 yaboot-installer
thanks

Quoting wit...@lnxnt.org (wit...@lnxnt.org):

> As said above all MacOS 9 data are accessable from Debian, but it seems to us
> Debian partitioning tool is "killing" the non afflicted MacOS 9 partitions for
> MacOS 9. We don't know how to get our MacOS 9 system back. People who try to
> install Debian not at a seperat hard disk will get serious problems, as they
> not only have no dualboot system - they even would have no MacOS anymore and a
> kind of complete dataloss, ...
> 
> Please let us know if we can help with further information. Also any hints
> how to get our MacOS installation back working without reinstalling (and
> thus killing Debian) would be appreciated.

If there's a surviving powerpc porter, hopefully




signature.asc
Description: Digital signature


Processed: Re: Bug#604134: ppc: after debian installation MacOS 9.2 won't recognize disk anymore

2010-11-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 604134 yaboot-installer
Bug #604134 [installation-reports] ppc: after debian installation MacOS 9.2 
won't recognize disk anymore
Bug reassigned from package 'installation-reports' to 'yaboot-installer'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
604134: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=604134
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#598989: libextractor-java: FTBFS on armel: error: libextractor-java requires libextractor

2010-11-20 Thread Daniel Baumann
libe-java 0.6 needs libe 0.6, which is why there's a versioned
build-depends on it.

in the build log, it can be seen, that the autobuilder is installing
libe 0.5 from unstable, rather than 0.6 from experimental.

this is a problem in your autobuilder, not in the package, closing.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@panthera-systems.net
Internet:   http://people.panthera-systems.net/~daniel-baumann/



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#598989: marked as done (libextractor-java: FTBFS on armel: error: libextractor-java requires libextractor)

2010-11-20 Thread Debian Bug Tracking System
Your message dated Sat, 20 Nov 2010 17:44:52 +0100
with message-id <4ce7fb04.1000...@debian.org>
and subject line Re: libextractor-java: FTBFS on armel: error: 
libextractor-java requires libextractor
has caused the Debian Bug report #598989,
regarding libextractor-java: FTBFS on armel: error: libextractor-java requires 
libextractor
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
598989: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598989
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libextractor-java
Version: 0.6.0-1
Severity: serious
Justification: FTBFS
User: debian-...@lists.debian.org
Usertags: eabi

Hi,

your package no longer builds on armel:
| checking for extractor.h... yes
| configure: error: libextractor-java requires libextractor
| checking for EXTRACTOR_plugin_add_defaults in -lextractor... no

Full build logs:
  
https://buildd.debian.org/status/package.php?p=libextractor-java&suite=experimental

Mraw,
KiBi.


--- End Message ---
--- Begin Message ---
libe-java 0.6 needs libe 0.6, which is why there's a versioned
build-depends on it.

in the build log, it can be seen, that the autobuilder is installing
libe 0.5 from unstable, rather than 0.6 from experimental.

this is a problem in your autobuilder, not in the package, closing.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@panthera-systems.net
Internet:   http://people.panthera-systems.net/~daniel-baumann/

--- End Message ---


Bug#600374: mokomaze: uses non-free, possibly non-distributable icons

2010-11-20 Thread Paul Wise
On Mon, 2010-11-15 at 07:11 +0700, Paul Wise wrote:
> On Sat, 2010-10-16 at 20:43 +0400, Anton Olkhovik wrote:
> 
> > Yes, they are needed to be replaced, but I have no skill in drawing
> > and I'm not familiar with any artist that will draw for free. Maybe
> > some suitable icons can be found within KDE/Gnome themes.
> 
> Anton, did you make any progress in finding some replacements?

Quick update, Anton found kde.svgz from the Oxygen icon theme (LGPL) to
be a suitable replacement for the blue bits. And the ball from
mokomaze.png was a modified version of the logo of neverball (GPL)

I've just now sent him a patch for building all the icons from source
using rsvg-convert, so that there are no pre-built images without source
code in the tarball, ensuring license compliance for kde.svg from Oxygen
and neverlogos.svg from Neverball.

-- 
bye,
pabs

http://bonedaddy.net/pabs3/


signature.asc
Description: This is a digitally signed message part


Processed: Re: Bug#592935: tucan: Tucan doesn't run in sid (powerpc)

2010-11-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 592935 python-minimal
Bug #592935 [tucan] tucan: Tucan doesn't run in sid (powerpc)
Bug reassigned from package 'tucan' to 'python-minimal'.
Bug No longer marked as found in versions tucan/0.3.9-1.
> forcemerge 589349 592935
Bug#589349: python-yaml: import yaml throws ValueError: bad marshal data
Bug#592935: tucan: Tucan doesn't run in sid (powerpc)
Bug#590224: python-sqlalchemy: sqlalchemy crashes on import
Bug#590623: python-svn: SyntaxError during installation
Bug#590764: ValueError: bad marshal data
Bug#591021: deluged fails to start with "ValueError: bad marshal data"
Bug#591606: python2.6: broken imports - ValueError: bad marshal data
Bug#592732: jsonpickle: FTBFS: ValueError: bad marshal data
Forcibly Merged 589349 590224 590623 590764 591021 591606 592732 592935.

> # provide more accurate version information:
> found 589349 2.6.5-5
Bug #589349 {Done: Piotr Ożarowski } [python-minimal] 
python-yaml: import yaml throws ValueError: bad marshal data
Bug #590224 {Done: Piotr Ożarowski } [python-minimal] 
python-sqlalchemy: sqlalchemy crashes on import
Bug #590623 {Done: Piotr Ożarowski } [python-minimal] 
python-svn: SyntaxError during installation
Bug #590764 {Done: Piotr Ożarowski } [python-minimal] 
ValueError: bad marshal data
Bug #591021 {Done: Piotr Ożarowski } [python-minimal] 
deluged fails to start with "ValueError: bad marshal data"
Bug #591606 {Done: Piotr Ożarowski } [python-minimal] 
python2.6: broken imports - ValueError: bad marshal data
Bug #592732 {Done: Piotr Ożarowski } [python-minimal] 
jsonpickle: FTBFS: ValueError: bad marshal data
Bug #592935 {Done: Piotr Ożarowski } [python-minimal] tucan: 
Tucan doesn't run in sid (powerpc)
Bug Marked as found in versions python-defaults/2.6.5-5.
Bug Marked as found in versions python-defaults/2.6.5-5.
Bug Marked as found in versions python-defaults/2.6.5-5.
Bug Marked as found in versions python-defaults/2.6.5-5.
Bug Marked as found in versions python-defaults/2.6.5-5.
Bug Marked as found in versions python-defaults/2.6.5-5.
Bug Marked as found in versions python-defaults/2.6.5-5.
Bug Marked as found in versions python-defaults/2.6.5-5.
> # release tags not needed anymore:
> tags 589349 - sid squeeze
Bug #589349 {Done: Piotr Ożarowski } [python-minimal] 
python-yaml: import yaml throws ValueError: bad marshal data
Bug #590224 {Done: Piotr Ożarowski } [python-minimal] 
python-sqlalchemy: sqlalchemy crashes on import
Bug #590623 {Done: Piotr Ożarowski } [python-minimal] 
python-svn: SyntaxError during installation
Bug #590764 {Done: Piotr Ożarowski } [python-minimal] 
ValueError: bad marshal data
Bug #591021 {Done: Piotr Ożarowski } [python-minimal] 
deluged fails to start with "ValueError: bad marshal data"
Bug #591606 {Done: Piotr Ożarowski } [python-minimal] 
python2.6: broken imports - ValueError: bad marshal data
Bug #592732 {Done: Piotr Ożarowski } [python-minimal] 
jsonpickle: FTBFS: ValueError: bad marshal data
Bug #592935 {Done: Piotr Ożarowski } [python-minimal] tucan: 
Tucan doesn't run in sid (powerpc)
Removed tag(s) squeeze and sid.
Removed tag(s) squeeze and sid.
Removed tag(s) squeeze and sid.
Removed tag(s) squeeze and sid.
Removed tag(s) squeeze and sid.
Removed tag(s) squeeze and sid.
Removed tag(s) squeeze and sid.
Removed tag(s) squeeze and sid.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
589349: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589349
591021: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591021
591606: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591606
590224: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590224
590623: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590623
590764: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590764
592935: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=592935
592732: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=592732
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#592935: tucan: Tucan doesn't run in sid (powerpc)

2010-11-20 Thread Jakub Wilk
reassign 592935 python-minimal 
forcemerge 589349 592935

# provide more accurate version information:
found 589349 2.6.5-5
# release tags not needed anymore:
tags 589349 - sid squeeze
thanks

* Angel Abad , 2010-11-20, 13:58:

Great! Tucan is working again after re-installing python-imaging.


Okay, thanks. Let me merge the bugs.

--
Jakub Wilk



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#603867: marked as done (movabletype-opensource: Fails to install cleanly)

2010-11-20 Thread Debian Bug Tracking System
Your message dated Sat, 20 Nov 2010 16:17:12 +
with message-id 
and subject line Bug#603867: fixed in movabletype-opensource 4.3.4+dfsg-2
has caused the Debian Bug report #603867,
regarding movabletype-opensource: Fails to install cleanly
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
603867: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603867
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: movabletype-opensource
Version: 4.3.4+dfsg-1
Severity: grave
Justification: renders package unusable

According to the build logs here, this package fails install cleanly
on a new install:

http://people.debian.org/~lucas/logs/2010/11/17/movabletype-opensource.log


--- End Message ---
--- Begin Message ---
Source: movabletype-opensource
Source-Version: 4.3.4+dfsg-2

We believe that the bug you reported is fixed in the latest version of
movabletype-opensource, which is due to be installed in the Debian FTP archive:

movabletype-opensource_4.3.4+dfsg-2.diff.gz
  to main/m/movabletype-opensource/movabletype-opensource_4.3.4+dfsg-2.diff.gz
movabletype-opensource_4.3.4+dfsg-2.dsc
  to main/m/movabletype-opensource/movabletype-opensource_4.3.4+dfsg-2.dsc
movabletype-opensource_4.3.4+dfsg-2_all.deb
  to main/m/movabletype-opensource/movabletype-opensource_4.3.4+dfsg-2_all.deb
movabletype-plugin-core_4.3.4+dfsg-2_all.deb
  to main/m/movabletype-opensource/movabletype-plugin-core_4.3.4+dfsg-2_all.deb
movabletype-plugin-zemanta_4.3.4+dfsg-2_all.deb
  to 
main/m/movabletype-opensource/movabletype-plugin-zemanta_4.3.4+dfsg-2_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 603...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dominic Hargreaves  (supplier of updated movabletype-opensource 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 20 Nov 2010 15:44:32 +
Source: movabletype-opensource
Binary: movabletype-opensource movabletype-plugin-core 
movabletype-plugin-zemanta
Architecture: source all
Version: 4.3.4+dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Dominic Hargreaves 
Changed-By: Dominic Hargreaves 
Description: 
 movabletype-opensource - A well-known blogging engine
 movabletype-plugin-core - Core Movable Type plugins
 movabletype-plugin-zemanta - Zemanta Movable Type plugin
Closes: 603867
Changes: 
 movabletype-opensource (4.3.4+dfsg-2) unstable; urgency=low
 .
   * Adjust database-related dependencies to avoid dbconfig failure
 on a minimal system (closes: #603867)
Checksums-Sha1: 
 83390eb259b827533710f25a9fb992657ae8257b 1253 
movabletype-opensource_4.3.4+dfsg-2.dsc
 98efffc5602470b9bdabca387311ab43d3d75370 26403 
movabletype-opensource_4.3.4+dfsg-2.diff.gz
 17550ac4770febdafe30e4b5eac8256c1a1cc4f1 2899704 
movabletype-opensource_4.3.4+dfsg-2_all.deb
 57942ee3febe0904277189aaee878cc785a176d3 170504 
movabletype-plugin-core_4.3.4+dfsg-2_all.deb
 b971afa0254b51099072cde079a09df7b978a4d0 14408 
movabletype-plugin-zemanta_4.3.4+dfsg-2_all.deb
Checksums-Sha256: 
 7d3ae9144b30d2824db7fc9f7b578a6ad0fa7b02ba5269bb5d7bc759d5cf3eaa 1253 
movabletype-opensource_4.3.4+dfsg-2.dsc
 c09a6b5b4066402ccf49119d393f348b5d3c8e33ee276ee7a3566063b90d8ffa 26403 
movabletype-opensource_4.3.4+dfsg-2.diff.gz
 c207fd15b46ca8a779ac49cf0625712d5884d46838571ece0729140e70f00401 2899704 
movabletype-opensource_4.3.4+dfsg-2_all.deb
 8bc29364f0983e09cfff272ddf83ccaf573efc05dbd0085e720d33466ca3bc6f 170504 
movabletype-plugin-core_4.3.4+dfsg-2_all.deb
 ce2fb3e42831cd84bfa2cc47975b60e62d4784024c190b6b5a04c228d36b6b32 14408 
movabletype-plugin-zemanta_4.3.4+dfsg-2_all.deb
Files: 
 681be5c1f6da17a8fa827e39a89c2f8e 1253 web optional 
movabletype-opensource_4.3.4+dfsg-2.dsc
 58091059d9df02fda6bc2abf9d4b0cc5 26403 web optional 
movabletype-opensource_4.3.4+dfsg-2.diff.gz
 a15575fe994874fdb95d4a1fbbed779a 2899704 web optional 
movabletype-opensource_4.3.4+dfsg-2_all.deb
 aecfde874c3ea23b63ad621f1fd1b97a 170504 web optional 
movabletype-plugin-core_4.3.4+dfsg-2_all.deb
 0da1bd51982747bd0bda795d22361509 14408 web optional 
movabletype-plugin-zemanta_4.3.4+dfsg-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iD8DBQFM5/LqYzuFKFF44qURAm0QAKCuO

Bug#594967: grub-pc: GRUB Hangs After "Welcome to GRUB!"

2010-11-20 Thread Vladimir 'φ-coder/phcoder' Serbinenko

>   * New Bazaar snapshot.
> - Use video functions in Linux loader rather than hardcoding UGA; load
>   all available video backends (closes: #565576, probably).
>
>   
This change affects only EFI port
> I'm not sure exactly what changed in there and I don't have time right
> now to dig much further, but it's worth sharing where I got to.
>
>   


-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko




signature.asc
Description: OpenPGP digital signature


Bug#604140: marked as done (gadmin-openvpn-server: puts logfile in /etc instead of /var/log)

2010-11-20 Thread Debian Bug Tracking System
Your message dated Sat, 20 Nov 2010 16:02:32 +
with message-id 
and subject line Bug#604140: fixed in gadmin-openvpn-client 0.1.1-2
has caused the Debian Bug report #604140,
regarding gadmin-openvpn-server: puts logfile in /etc instead of /var/log
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
604140: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=604140
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gadmin-openvpn-server
Version: 0.1.5-1
Severity: serious
Justification: Policy 9.1.1

The configuration created by gadmin-openvpn-server contains these two lines:

log/etc/gadmin-openvpn/server/openvpn-server.log
status /etc/gadmin-openvpn/server/openvpn-server-status.log

I don't see any way to change this from a client perspective.  Logfiles should
be placed in /var/log by the FHS.

stew

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (600, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gadmin-openvpn-server depends on:
ii  libatk1.0-0  1.30.0-1The ATK accessibility toolkit
ii  libc62.11.2-6Embedded GNU C Library: Shared lib
ii  libcairo21.8.10-6The Cairo 2D vector graphics libra
ii  libfontconfig1   2.8.0-2.1   generic font configuration library
ii  libfreetype6 2.4.2-2 FreeType 2 font engine, shared lib
ii  libglib2.0-0 2.24.2-1The GLib library of C routines
ii  libgtk2.0-0  2.20.1-1+b1 The GTK+ graphical user interface 
ii  libpango1.0-01.28.1-1Layout and rendering of internatio
ii  menu 2.1.44  generates programs menu for all me
ii  openvpn  2.1.3-1 virtual private network daemon

gadmin-openvpn-server recommends no packages.

gadmin-openvpn-server suggests no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: gadmin-openvpn-client
Source-Version: 0.1.1-2

We believe that the bug you reported is fixed in the latest version of
gadmin-openvpn-client, which is due to be installed in the Debian FTP archive:

gadmin-openvpn-client-dbg_0.1.1-2_i386.deb
  to main/g/gadmin-openvpn-client/gadmin-openvpn-client-dbg_0.1.1-2_i386.deb
gadmin-openvpn-client_0.1.1-2.diff.gz
  to main/g/gadmin-openvpn-client/gadmin-openvpn-client_0.1.1-2.diff.gz
gadmin-openvpn-client_0.1.1-2.dsc
  to main/g/gadmin-openvpn-client/gadmin-openvpn-client_0.1.1-2.dsc
gadmin-openvpn-client_0.1.1-2_i386.deb
  to main/g/gadmin-openvpn-client/gadmin-openvpn-client_0.1.1-2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 604...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Baumann  (supplier of updated gadmin-openvpn-client 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 20 Nov 2010 16:47:05 +0100
Source: gadmin-openvpn-client
Binary: gadmin-openvpn-client gadmin-openvpn-client-dbg
Architecture: source i386
Version: 0.1.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian Gadmintools Maintainers 

Changed-By: Daniel Baumann 
Description: 
 gadmin-openvpn-client - GTK+ configuration tool for openvpn (client)
 gadmin-openvpn-client-dbg - GTK+ configuration tool for openvpn (debug for 
client)
Closes: 604140
Changes: 
 gadmin-openvpn-client (0.1.1-2) unstable; urgency=low
 .
   * Adding patch to move logfiles to /var/log (Closes: #604140).
Checksums-Sha1: 
 7793bfa4d40fd2fae32011268c789d8afc331371 1469 gadmin-openvpn-client_0.1.1-2.dsc
 0323fe490890ed5db7e780113ed5e222c2f555bc 6562 
gadmin-openvpn-client_0.1.1-2.diff.gz
 d9a0b22279f28c9a7a22ce43444b9b1be34e0df3 65660 
gadmin-openvpn-client_0.1.1-2_i386.deb
 3cec94d0a098f5adfed2d7207911f66912f28195 111624 
gadmin-openvpn-client-dbg_0.1.1-2_i386.deb
Checksums-Sha256: 
 0e082e686cd06c202dee1cdb7d83b6cc6297849db66625183d6c6a08a2dc8dc6 1469 
gadmin-openvpn-client_0.1.1-2.dsc
 e8b05aec6e4bef6855bf355ac98303278f8778143dae15b

Bug#604140: marked as done (gadmin-openvpn-server: puts logfile in /etc instead of /var/log)

2010-11-20 Thread Debian Bug Tracking System
Your message dated Sat, 20 Nov 2010 16:02:42 +
with message-id 
and subject line Bug#604140: fixed in gadmin-openvpn-client 0.1.2-2
has caused the Debian Bug report #604140,
regarding gadmin-openvpn-server: puts logfile in /etc instead of /var/log
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
604140: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=604140
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gadmin-openvpn-server
Version: 0.1.5-1
Severity: serious
Justification: Policy 9.1.1

The configuration created by gadmin-openvpn-server contains these two lines:

log/etc/gadmin-openvpn/server/openvpn-server.log
status /etc/gadmin-openvpn/server/openvpn-server-status.log

I don't see any way to change this from a client perspective.  Logfiles should
be placed in /var/log by the FHS.

stew

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (600, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gadmin-openvpn-server depends on:
ii  libatk1.0-0  1.30.0-1The ATK accessibility toolkit
ii  libc62.11.2-6Embedded GNU C Library: Shared lib
ii  libcairo21.8.10-6The Cairo 2D vector graphics libra
ii  libfontconfig1   2.8.0-2.1   generic font configuration library
ii  libfreetype6 2.4.2-2 FreeType 2 font engine, shared lib
ii  libglib2.0-0 2.24.2-1The GLib library of C routines
ii  libgtk2.0-0  2.20.1-1+b1 The GTK+ graphical user interface 
ii  libpango1.0-01.28.1-1Layout and rendering of internatio
ii  menu 2.1.44  generates programs menu for all me
ii  openvpn  2.1.3-1 virtual private network daemon

gadmin-openvpn-server recommends no packages.

gadmin-openvpn-server suggests no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: gadmin-openvpn-client
Source-Version: 0.1.2-2

We believe that the bug you reported is fixed in the latest version of
gadmin-openvpn-client, which is due to be installed in the Debian FTP archive:

gadmin-openvpn-client-dbg_0.1.2-2_i386.deb
  to main/g/gadmin-openvpn-client/gadmin-openvpn-client-dbg_0.1.2-2_i386.deb
gadmin-openvpn-client_0.1.2-2.diff.gz
  to main/g/gadmin-openvpn-client/gadmin-openvpn-client_0.1.2-2.diff.gz
gadmin-openvpn-client_0.1.2-2.dsc
  to main/g/gadmin-openvpn-client/gadmin-openvpn-client_0.1.2-2.dsc
gadmin-openvpn-client_0.1.2-2_i386.deb
  to main/g/gadmin-openvpn-client/gadmin-openvpn-client_0.1.2-2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 604...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Baumann  (supplier of updated gadmin-openvpn-client 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 20 Nov 2010 16:42:56 +0100
Source: gadmin-openvpn-client
Binary: gadmin-openvpn-client gadmin-openvpn-client-dbg
Architecture: source i386
Version: 0.1.2-2
Distribution: experimental
Urgency: low
Maintainer: Debian Gadmintools Maintainers 

Changed-By: Daniel Baumann 
Description: 
 gadmin-openvpn-client - GTK+ configuration tool for openvpn (client)
 gadmin-openvpn-client-dbg - GTK+ configuration tool for openvpn (debug for 
client)
Closes: 604140
Changes: 
 gadmin-openvpn-client (0.1.2-2) experimental; urgency=low
 .
   * Adding patch to move logfiles to /var/log (Closes: #604140).
Checksums-Sha1: 
 13bde43bd27cbbfb8bd33b714b3d1dc4a006c4dd 1469 gadmin-openvpn-client_0.1.2-2.dsc
 7916dbeeb53afacdab78b265612e74b4b653b520 6728 
gadmin-openvpn-client_0.1.2-2.diff.gz
 ec22c0532f172b7d9aa42a177df0f91cb55c71f1 65816 
gadmin-openvpn-client_0.1.2-2_i386.deb
 b95c20a5f8abe4fa3f993900426f5ebef4d3ff06 111758 
gadmin-openvpn-client-dbg_0.1.2-2_i386.deb
Checksums-Sha256: 
 05dff5866f2557512c235969fce7b29c4a9ae651ca5160c5098a36766c28c541 1469 
gadmin-openvpn-client_0.1.2-2.dsc
 f0fa1f91805e6867c87cb7b4778bd55878759e6

Bug#602869: marked as done (gadmin-openvpn-server: puts logfile in /etc instead of /var/log)

2010-11-20 Thread Debian Bug Tracking System
Your message dated Sat, 20 Nov 2010 15:47:07 +
with message-id 
and subject line Bug#602869: fixed in gadmin-openvpn-server 0.1.5-2
has caused the Debian Bug report #602869,
regarding gadmin-openvpn-server: puts logfile in /etc instead of /var/log
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
602869: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602869
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gadmin-openvpn-server
Version: 0.1.5-1
Severity: serious
Justification: Policy 9.1.1

The configuration created by gadmin-openvpn-server contains these two lines:

log/etc/gadmin-openvpn/server/openvpn-server.log
status /etc/gadmin-openvpn/server/openvpn-server-status.log

I don't see any way to change this from a client perspective.  Logfiles should
be placed in /var/log by the FHS.

stew

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (600, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gadmin-openvpn-server depends on:
ii  libatk1.0-0  1.30.0-1The ATK accessibility toolkit
ii  libc62.11.2-6Embedded GNU C Library: Shared lib
ii  libcairo21.8.10-6The Cairo 2D vector graphics libra
ii  libfontconfig1   2.8.0-2.1   generic font configuration library
ii  libfreetype6 2.4.2-2 FreeType 2 font engine, shared lib
ii  libglib2.0-0 2.24.2-1The GLib library of C routines
ii  libgtk2.0-0  2.20.1-1+b1 The GTK+ graphical user interface 
ii  libpango1.0-01.28.1-1Layout and rendering of internatio
ii  menu 2.1.44  generates programs menu for all me
ii  openvpn  2.1.3-1 virtual private network daemon

gadmin-openvpn-server recommends no packages.

gadmin-openvpn-server suggests no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: gadmin-openvpn-server
Source-Version: 0.1.5-2

We believe that the bug you reported is fixed in the latest version of
gadmin-openvpn-server, which is due to be installed in the Debian FTP archive:

gadmin-openvpn-server-dbg_0.1.5-2_i386.deb
  to main/g/gadmin-openvpn-server/gadmin-openvpn-server-dbg_0.1.5-2_i386.deb
gadmin-openvpn-server_0.1.5-2.diff.gz
  to main/g/gadmin-openvpn-server/gadmin-openvpn-server_0.1.5-2.diff.gz
gadmin-openvpn-server_0.1.5-2.dsc
  to main/g/gadmin-openvpn-server/gadmin-openvpn-server_0.1.5-2.dsc
gadmin-openvpn-server_0.1.5-2_i386.deb
  to main/g/gadmin-openvpn-server/gadmin-openvpn-server_0.1.5-2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 602...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Baumann  (supplier of updated gadmin-openvpn-server 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 20 Nov 2010 16:37:36 +0100
Source: gadmin-openvpn-server
Binary: gadmin-openvpn-server gadmin-openvpn-server-dbg
Architecture: source i386
Version: 0.1.5-2
Distribution: unstable
Urgency: low
Maintainer: Debian Gadmintools Maintainers 

Changed-By: Daniel Baumann 
Description: 
 gadmin-openvpn-server - GTK+ configuration tool for openvpn (server)
 gadmin-openvpn-server-dbg - GTK+ configuration tool for openvpn (debug for 
server)
Closes: 602869
Changes: 
 gadmin-openvpn-server (0.1.5-2) unstable; urgency=low
 .
   * Updating standards version to 3.9.0.
   * Adding patch to move logfiles to /var/log (Closes: #602869).
   * Updating standards version to 3.9.1.
   * Updating logfiles.patch.
Checksums-Sha1: 
 2725d71b3604be7aa1859cc3d549afc3d7bd74aa 1469 gadmin-openvpn-server_0.1.5-2.dsc
 2044c5cfe87039ab6a3d75e38ce4a3a87fe82ad5 6997 
gadmin-openvpn-server_0.1.5-2.diff.gz
 b8669ec1ffe51a4ff050036ae48bbdfa14cf3f18 73772 
gadmin-openvpn-server_0.1.5-2_i386.deb
 b0a7ab361058c985ba946ef69e2413c42916e281 148576 
gadmin-openvpn-server-dbg_0.1.5-2_i386.deb
Checksums-Sha256: 
 907eb8b562d759bd4364450a17477e4be4ceade

Processed: your mail

2010-11-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> clone 602869 -1
Bug#602869: gadmin-openvpn-server: puts logfile in /etc instead of /var/log
Bug 602869 cloned as bug 604140.

> reassign -1 gadmin-openvpn-client
Bug #604140 [gadmin-openvpn-server] gadmin-openvpn-server: puts logfile in /etc 
instead of /var/log
Bug reassigned from package 'gadmin-openvpn-server' to 'gadmin-openvpn-client'.
Bug No longer marked as found in versions gadmin-openvpn-server/0.1.5-1.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
604140: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=604140
602869: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602869
-1: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=-1
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#603427: probable fix for rc bug #603427

2010-11-20 Thread Jan Wagner
hi there,

i did work on a fix for rc bug  #603427[1], but before uploading i would like 
to get some feedback from you, if that would be sufficient, as it isn't a 
small fix.

changelog:

ipplan (4.92a-2) unstable; urgency=low

  * Implement proper configuration handling (Closes: #603427)
- Add ucf to Pre-Depends
- Move 'debconf (>= 0.2.26) | debconf-2.0' to Pre-Depends
- Write database settings collected via debconf into /etc/ipplan/db.php
- Register /etc/ipplan/db.php via ucf in postinst
- Deregister /etc/ipplan/db.php via ucf and remove variants in postrm on
  purge
- Migrate /etc/ipplan/config.php to /etc/ipplan/local_conf.php, if user
  has modified the file
- Adjust README.Debian related to our new way to configure ipplan
  * Add 11_user_config.dpatch to patch shipped config to also read our config
files
  * Add 05_fix_config_syntax.dpatch to fix broken default config
  * Only call postinst and config if we install the package or on
dpkg-reconfigure

 -- Jan Wagner   Tue, 16 Nov 2010 21:00:25 +0100

diffstat:

 README.Debian   |   15 +++---
 changelog   |   20 
 config  |   18 ---
 control |3 -
 dirs|2 
 local_conf.php  |4 +
 patches/00list  |2 
 patches/05_fix_config_syntax.dpatch |   18 +++
 patches/11_user_config.dpatch   |   16 ++
 postinst|   68 ++---
 postrm  |   17 +++
 preinst |   84 

 rules   |   17 +++
 13 files changed, 233 insertions(+), 51 deletions(-)

many thanks, jan.
[1] http://bugs.debian.org/603427
-- 
Never write mail to , you have been warned!
-BEGIN GEEK CODE BLOCK-
Version: 3.12
GIT d-- s+: a C+++ UL P+ L+++ E--- W+++ N+++ o++ K++ w--- O M V- PS PE Y++
PGP++ t-- 5 X R tv- b+ DI D+ G++ e++ h r+++ y 
--END GEEK CODE BLOCK--
Index: control
===
--- control	(revision 2130)
+++ control	(revision 2268)
@@ -10,7 +10,8 @@
 
 Package: ipplan
 Architecture: all
-Depends: ${misc:Depends}, apache2 | httpd, php5 | php5-cgi | libapache2-mod-php5 | libapache-mod-php5 | php4 | php4-cgi | libapache2-mod-php4 | libapache-mod-php4, debconf (>= 0.2.26) | debconf-2.0, mysql-client | postgresql-client, wwwconfig-common, php5-mysql | php4-mysql | php5-pgsql | php4-pgsql, libphp-adodb, libphp-phplayersmenu, libphp-phpmailer
+Pre-Depends: ucf (>= 2.0020), debconf (>= 0.2.26) | debconf-2.0
+Depends: ${misc:Depends}, apache2 | httpd, php5 | php5-cgi | libapache2-mod-php5 | libapache-mod-php5 | php4 | php4-cgi | libapache2-mod-php4 | libapache-mod-php4, mysql-client | postgresql-client, wwwconfig-common, php5-mysql | php4-mysql | php5-pgsql | php4-pgsql, libphp-adodb, libphp-phplayersmenu, libphp-phpmailer
 Recommends: mysql-server, postgresql, php5-snmp | php4-snmp
 Suggests: nmap
 Description: web-based IP address manager and tracker
Index: postinst
===
--- postinst	(revision 2130)
+++ postinst	(revision 2268)
@@ -2,11 +2,14 @@
 
 set -e
 
+MCONFDIR=/usr/share/ipplan/mconf/
+
+# only if we install the package and on dpkg-reconfigure
+if [ "${DEBCONF_RECONFIGURE}" = "1" ]  || [ "$1" = "configure" ] && [ -z "$2" ]; then
+
 . /usr/share/debconf/confmodule
 db_version 2.0 || [ $? -lt 30 ]
 
-if [ "$1" = "configure" ]; then
-
 db_get ipplan/webserver_type
 webservers="$RET"
 restart=""
@@ -64,36 +67,31 @@
 	. /usr/share/wwwconfig-common/mysql-createdb.sh
 	# create user
 	. /usr/share/wwwconfig-common/mysql-createuser.sh
-fi
 
-db_stop
+	# write database options into config
+	echo " $MCONFDIR/db.php
+	echo "// Please don't edit this file, use local_conf.php to overwrite" >> $MCONFDIR/db.php
+	echo "// You can change this settings with 'dpkg-reconfigure -plow ipplan'." >> $MCONFDIR/db.php
+	echo "defined(\"DBF_TYPE\")|| define(\"DBF_TYPE\", 'mysql');" >> $MCONFDIR/db.php
+	echo "defined(\"DBF_HOST\")|| define(\"DBF_HOST\", '$dbserver');" >> $MCONFDIR/db.php
+	echo "defined(\"DBF_USER\")|| define(\"DBF_USER\", '$dbuser');" >> $MCONFDIR/db.php
+	echo "defined(\"DBF_NAME\")|| define(\"DBF_NAME\", '$dbname');" >> $MCONFDIR/db.php
+	echo "defined(\"DBF_PASSWORD\")|| define(\"DBF_PASSWORD\", '$dbpass');" >> $MCONFDIR/db.php
+	echo "?>" >> $MCONFDIR/db.php
 
-# write database options into config
-if [ -e /etc/ipplan/config.php ]; then
-	sed -i -e \
-	"
-	s/\(\.*\"DBF_TYPE\"[^'\"]*['\"]\)[^'\"]*\(['\"].*\)/\1mysql\2/;
-	s/\(\.*\"DBF_HOST\"[^'\"]*['\"]\)[^'\"]*\(['\"].*\)/\1$dbserver\2/;
-	s/\(\.*\"DBF_USER\"[^'\"]*['\"]\)[^'\"]*\(['\"].*\)/\1$dbuser\2/;
-	s/\(\.*\"DBF_NAME\"[^'\"]*['\"]\)[^'\"]*\(['\"].*\)/\

Bug#604137: libpano12: [Dummy bug] Should not be part of squeeze

2010-11-20 Thread Andreas Metzler
Package: libpano12
Version: 2.8.6-0.2
Severity: serious

This is a dummy bug to prevent accidental re-introduction to squeeze.
libpano12 is superseded by libpano13.

See removal request #604135.

cu andreas



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#604134: ppc: after debian installation MacOS 9.2 won't recognize disk anymore

2010-11-20 Thread wittau
Package: installation-reports
Severity: critical
Tags: d-i
Justification: breaks unrelated software (other OS on same computer)

We did a clean new installation of MacOS 9.2.2, and subsequent the next 
step for setting up a dualboot system. We created 3 partitions with MacOS 9 
(1 Linux with 71GB, two hfs+ 30GB) - the Linux partition was first on the
disk, that's what the d-i manual recommends. Then we used the Debian 
netinstaller (default mode) to remove the Linux partition, because yaboot 
needs it's own extra partition. Then we let the installer do the automatic 
Linux partitioning for beginners, on the now empty space. 
The Debian installation worked flawlessly and all data are recognized from 
within debian (even the Mac OS data).

However after rebooting the system, yaboot only found the debian installation
but didn't know anything about the Mac OS 9 system present on the same hard
drive. We manually added the Mac OS installation to yaboot.conf, which kind of
worked (yaboot indeed switches to open firmware) but the Mac OS installation
appears destroyed (the disk symbol with the blinking question mark).

Next step was to reboot from MacOS 9 CD and see what the partitioning 
tool from MacOS can tell. Nothing. "Laufwerke Konfigurieren" (a German 
system - can't remember the English name for the partitioning tool)
reports a not formatted IDE disc.

As said above all MacOS 9 data are accessable from Debian, but it seems to us
Debian partitioning tool is "killing" the non afflicted MacOS 9 partitions for
MacOS 9. We don't know how to get our MacOS 9 system back. People who try to
install Debian not at a seperat hard disk will get serious problems, as they
not only have no dualboot system - they even would have no MacOS anymore and a
kind of complete dataloss, ...

Please let us know if we can help with further information. Also any hints
how to get our MacOS installation back working without reinstalling (and
thus killing Debian) would be appreciated.

-- Package-specific info:

Boot method: CD
Image version: 
http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/powerpc/iso-cd/debian-testing-powerpc-netinst.iso
Date: Fre Nov 19 16:43:35 CET 2010

Machine: Macintosh PPC G4 @1.4 GHz
Partitions: 

dr...@g414:~$ df -Tl
Dateisystem   Typ1K‐Blöcke   Benutzt Verfügbar Ben% Eingehängt auf
/dev/hda12ext370154660   3691936  62899056   6% /
tmpfstmpfs  256508 0256508   0% /lib/init/rw
udev tmpfs  251548   220251328   1% /dev
tmpfstmpfs  256508 0256508   0% /dev/shm
dr...@g414:~$

The MacOS Volumes were hda10 and hda11.
We guess the yaboot-partition is hda9


Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [O]
Detect network card:[O]
Configure network:  [O]
Detect CD:  [O]
Load installer modules: [O]
Detect hard drives: [O]
Partition hard drives:  [E]
Install base system:[O]
Clock/timezone setup:   [O]
User/password setup:[O]
Install tasks:  [O]
Install boot loader:[E]
Overall install:[E]

Comments/Problems:

On the "Partition hard drives" error:
After partitioning the hard drive in d-i, the open firmware and the
MacOS installation CDROM both did not recognize any volumes anymore. 
Thus rendering the system unuseable.

On the "Install boot loader": d-i failed to setup the bootloader in way
that the other OS can be loaded. This works for other platforms/OS, so 
we see no obvious reason why that shouldn't work on ppc/MacOS 9 too.

See above for a detailed description of how we used the installer.

-- 

Please make sure that the hardware-summary log file, and any other
installation logs that you think would be useful are attached to this
report. Please compress large files using gzip.

Once you have filled out this report, mail it to sub...@bugs.debian.org.

==
Installer lsb-release:
==
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION="Debian GNU/Linux installer"
DISTRIB_RELEASE="6.0 (squeeze) - installer build 20101119-00:04"
X_INSTALLATION_MEDIUM=cdrom

==
Installer hardware-summary:
==
uname -a: Linux G414 2.6.32-5-powerpc #1 Sat Oct 30 23:26:42 UTC 2010 ppc 
GNU/Linux
lspci -knn: :00:0b.0 Host bridge [0600]: Apple Computer Inc. UniNorth AGP 
[106b:0020]
lspci -knn: Kernel driver in use: agpgart-uninorth
lspci -knn: :00:10.0 VGA compatible controller [0300]: ATI Technologies Inc 
Radeon R200 QL [Radeon 8500 LE] [1002:514c]
lspci -knn: Subsystem: ATI Technologies Inc Radeon R200 QL [Radeon 8500 LE] 
[1002:514c]
lspci -knn: Kernel driver in use: radeonfb
lspci -knn: 0001:10:0b.0 Host bridge [0600]: Apple Computer Inc. UniNorth PCI 
[106b:001f]
lspci -knn: 0001:10:0d.0 PCI bridge [0604]: Digital Equipment Corporation 

Bug#591924: postgresql-common - insserv: script postgresql: service postgresql already provided!

2010-11-20 Thread Martin Pitt
Hello all,

Petter Reinholdtsen [2010-08-06 17:32 +0200]:
> I believe I already suggested how to solve this in #474515: Make all
> postgresql init.d scripts have a unique provides line, and let them
> all provide a $postgresql virtual facility, and get all init.d scripts
> that should start before or after any of the postgresql init.d scripts
> declare a relationship on $postgresql.
>
> See http://wiki.debian.org/LSBInitScripts/DebianVirtualFacilities >
> for more information on Debian specific virtual facilities.

But this would mean that we would need to change the init scripts of
all reverse dependencies of the postgresql service, just to fix the
remaining upgrade problem from Lenny.

If sysvinit isn't meant to handle this situation gracefully, would it
be acceptable for the release team if I add a preinst snippet to
postgresql-common which removes /etc/init.d/postgresql-8.3 (shipped by
postgresql-8.3 in lenny) on upgrade if it was unmodified, and rename
it to .dpkg-bak if it was modified? This is essentially the same that
postgresql-8.4 does in its preinst to remove its obsolete init script
in favor of the shared one in p-common. By the letter of the policy
this preinst snippet would need to go into postgresql-8.3, but we
can't retroactively fix this in lenny reliably. We could upload it to
lenny-updates, but there's no guarantee that everyone installs it
before an upgrade to squeeze.

Thanks,

Martin

-- 
Martin Pitt| http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)


signature.asc
Description: Digital signature


Bug#604133: live-installer: should remove debian-installer-launcher from target

2010-11-20 Thread Daniel Baumann
Package: live-installer
Severity: serious

live-installer should remove debian-installer-launcher from target.
waiting with commit to svn for recieving the bugnumber..

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@panthera-systems.net
Internet:   http://people.panthera-systems.net/~daniel-baumann/



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: reassign 603140 to postgresql-common, forcibly merging 591924 603140

2010-11-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 603140 postgresql-common
Bug #603140 [postgresql,postgresql-contrib] postgresql: fails to install due to 
incorrect dependencies in init.d LSB header
Bug reassigned from package 'postgresql,postgresql-contrib' to 
'postgresql-common'.
Bug No longer marked as found in versions 8.4.4-2.
> forcemerge 591924 603140
Bug#591924: postgresql-common - insserv: script postgresql: service postgresql 
already provided!
Bug#603140: postgresql: fails to install due to incorrect dependencies in 
init.d LSB header
Forcibly Merged 591924 603140.

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
591924: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591924
603140: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603140
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#592935: tucan: Tucan doesn't run in sid (powerpc)

2010-11-20 Thread Jakub Wilk

* Angel Abad , 2010-08-14, 10:42:

Hi, Tucan doesn't run in my sid PowerBook G4, if I ran it from a console I got
this error:

:~$ tucan
** Message: pygobject_register_sinkfunc is deprecated (GtkWindow)
** Message: pygobject_register_sinkfunc is deprecated (GtkInvisible)
** Message: pygobject_register_sinkfunc is deprecated (GtkObject)
bad marshal data
Reporting error, please wait...
Unhandled Error! Check the log file for details.

I attach the log file.


This is most likely yet another instance of #589349. Could reinstall 
python-imaging and see if it helps?


--
Jakub Wilk



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#604126: live-installer: needs to install lvm when lvm is selected

2010-11-20 Thread Daniel Baumann
Package: live-installer
Severity: serious

when the users chooses to use lvm, and the live system doesn't contain
lvm, we end up with an unbootable system..

somewhere, this should be accounted for, so that such auxilliary
packages are tracked and manually installed after the image has been
unpacked to target.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@panthera-systems.net
Internet:   http://people.panthera-systems.net/~daniel-baumann/



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: Re: Bug#603145: lprfax: fails to install and eats all cpu

2010-11-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 603145 + confirmed
Bug #603145 [lprfax] lprfax: fails to install and eats all cpu
Added tag(s) confirmed.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
603145: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603145
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#603145: lprfax: fails to install and eats all cpu

2010-11-20 Thread gregor herrmann
tag 603145 + confirmed
thanks

On Thu, 11 Nov 2010 11:17:04 +0100, Holger Levsen wrote:

> Installation was hanging, so I had to kill it:
> 
> 29522 pts/1S+ 0:00  \_ apt-get -y install lprfax
> 29776 pts/1S+ 0:00  
> \_ /usr/bin/dpkg --status-fd 12 --configure lprfax
> 29777 pts/1S+ 0:00  
> \_ /bin/sh /var/lib/dpkg/info/lprfax.postinst configure 
> 29778 pts/1R+63:23  
> \_ /bin/bash /usr/lib/lprfax/config


Same here.
postinst calls /usr/lib/lprfax/config which waits for user input.

IMO this is also a violation of policy 3.9.1 (prompting in maintainer
scripts).

Cheers,
gregor

-- 
 .''`.   http://info.comodo.priv.at/ -- GPG key IDs: 0x8649AA06, 0x00F3CFE4
 : :' :  Debian GNU/Linux user, admin, & developer - http://www.debian.org/
 `. `'   Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe
   `-NP: Die Quote: So far


signature.asc
Description: Digital signature


Bug#548909: marked as done (xen-tools: xen-create-image creates world readable disk image files)

2010-11-20 Thread Debian Bug Tracking System
Your message dated Sat, 20 Nov 2010 13:54:58 +
with message-id 
and subject line Bug#548909: fixed in xen-tools 3.9-4+lenny1
has caused the Debian Bug report #548909,
regarding xen-tools: xen-create-image creates world readable disk image files
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
548909: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=548909
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: xen-tools
Version: 3.9-4
Severity: grave
Tags: security
Justification: user security hole

I'm tagging this security, though common best practices would suggest that 
access
to the Dom0 should be severely restricted to begin with.

When xen-create-image is used to create a file based DomU, the disk image files
will have world readable permissions on a typical system with default umask
settings.  This means that all accounts on the Dom0 will have full access to 
the data
on the DomU.  The fix is to simply to alter createLoopbackImages() to chmod 
0600 the
image files after they are created with DD and before the filesystem is 
initialized
or to simply to adjust the umask before running dd.

This problem exists in both the stable 3.9 version of xen-tools and the 
unstable 4.1
version.

-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-xen-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xen-tools depends on:
ii  debootstrap  1.0.10lenny1Bootstrap a basic Debian system
ii  libconfig-inifiles-perl  2.39-5  Read .ini-style configuration file
ii  libtext-template-perl1.44-1.2Text::Template perl module
ii  perl-modules 5.10.0-19lenny2 Core Perl modules

Versions of packages xen-tools recommends:
ii  libexpect-perl 1.20-1Expect.pm - Perl Expect interface
ii  reiserfsprogs  1:3.6.19-6User-level tools for ReiserFS file
ii  rinse  1.3-2 RPM installation environment
ii  xen-hypervisor-3.2-1-amd64 3.2.1-2.jd1   The Xen Hypervisor on AMD64
ii  xen-shell  1.8-3 Console based Xen administration u
ii  xfsprogs   2.9.8-1lenny1 Utilities for managing the XFS fil

xen-tools suggests no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: xen-tools
Source-Version: 3.9-4+lenny1

We believe that the bug you reported is fixed in the latest version of
xen-tools, which is due to be installed in the Debian FTP archive:

xen-tools_3.9-4+lenny1.diff.gz
  to main/x/xen-tools/xen-tools_3.9-4+lenny1.diff.gz
xen-tools_3.9-4+lenny1.dsc
  to main/x/xen-tools/xen-tools_3.9-4+lenny1.dsc
xen-tools_3.9-4+lenny1_all.deb
  to main/x/xen-tools/xen-tools_3.9-4+lenny1_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 548...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Axel Beckert  (supplier of updated xen-tools package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 19 Nov 2010 20:26:43 +0100
Source: xen-tools
Binary: xen-tools
Architecture: source all
Version: 3.9-4+lenny1
Distribution: stable
Urgency: low
Maintainer: Roland Stigge 
Changed-By: Axel Beckert 
Description: 
 xen-tools  - Tools to manage Debian XEN virtual servers
Closes: 548909
Changes: 
 xen-tools (3.9-4+lenny1) stable; urgency=low
 .
   * Set umask to 0077 before creating disk images (Closes: #548909)
 (Cherry-picked dfbf591 from master branch)
Checksums-Sha1: 
 c16b7de999d795a31d9b81cd93502f41896ab7c8 1140 xen-tools_3.9-4+lenny1.dsc
 8568164b5e529f54541419ddb3679549a4f8032e 11804 xen-tools_3.9-4+lenny1.diff.gz
 8fee5ba4a0e52b28b2e62dd99e961ea11a70ba11 178384 xen-tools_3.9-4+lenny1_all.deb
Checksums-Sha256: 
 9754e7d908ab83b23e019b23cdc7bd78f7d84289cdab66aa3f33b8ae7bee05df 1140 
xen-tools_3.9-4+lenny1.dsc
 dff163f70f7b557aed1d9433a54e97449ccffe8067d752bbd38a417632667fb2 11804 
xen-tools_3.9-4+lenny1.diff.gz
 792e3c300faca01b199fae17b168d0e662257a11d4459dc7a5b52d7b0c8a6bcb 178384 
xen-tools_3.9-4+lenny1_all.deb
Files: 
 2eecc5e59acb306b6

Processed: tagging 591565

2010-11-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 591565 + sid
Bug #591565 [multisync-tools] multisync-tools: not installable in unstable
Added tag(s) sid.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
591565: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591565
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: tagging 569410

2010-11-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 569410 + sid
Bug #569410 [src:multisync0.90] multisync0.90: FTBFS: Nonexistent 
build-dependency: libopensync0-dev
Added tag(s) sid.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
569410: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569410
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#594967: grub-pc: GRUB Hangs After "Welcome to GRUB!"

2010-11-20 Thread Steve McIntyre
On Mon, Aug 30, 2010 at 07:50:56PM -0500, David A. Greene wrote:
>Package: grub-pc
>Version: 1.98+20100804-2
>Severity: critical
>Tags: d-i
>Justification: breaks the whole system
>
>This problem originally happened when upgrading an old Squeeze installation.
>I do not know how long the problem has existed.  Doing a fresh install from the
>very latest testing images does not solve the problem.
>
>On an Acer Aspire One AO751h, GRUB fails to boot.  It hangs at "Welcome to 
>GRUB!"
>and a Ctl-Alt-Del does not reboot the machine.  I have tried multiple 
>installation
>methods and partitioning schemes with no luck.

On Sat, Nov 20, 2010 at 10:38:03AM +, Steve McIntyre wrote:
>On Thu, Sep 16, 2010 at 03:29:43PM -0500, Matt Zagrabelny wrote:
>>Not sure what else, besides the subject, would be of use for debugging.
>>
>>I did follow Nuutti Kotivuori's  suggestion of uncommenting:
>>
>>#GRUB_TERMINAL=console
>>
>>in /etc/default/grub
>>
>>reran update-grub2
>>
>>and was able to boot into the system. Let me know what else I can do
>>to help debug this.
>
>I'm seeing the same problem on an Acer 0751H machine as well, on a
>fresh squeeze installation. I used to have (and rely on) a graphical
>grub to set up the right graphics mode on this Poulsbo machine, but
>that was from quite a while back using an Ubuntu-based system.
>
>I'll start bisecting now to see where this came in.

OK, done. I'm cc:ing all the people who have added comments on the bug
too, for information.

On the Acer 0751H here, I've walked through the versions of grub-pc
available on snapshot.debian.org to see where things broke. The answer
is that the break happened between 20100617-1 and 20100702-1. Using
the text console workaround will let you use grub as-is, but if you
want graphical goodness too (and the smarts to make the Poulsbo
chipset work at a proper resolution), then download and install the
following older versions for now:

http://snapshot.debian.org/archive/debian/20100619T041712Z/pool/main/g/grub2/grub-common_1.98%2B20100617-1_i386.deb
http://snapshot.debian.org/archive/debian/20100619T041712Z/pool/main/g/grub2/grub-pc_1.98%2B20100617-1_i386.deb

and you should be fine. You'll need to mark those packages as "held"
to stop apt(itude) upgrading beyond them as well, of course. I hope
that's helpful for people. :-)

Now, looking at the changes from 20100617-1 to 20100702-1. There's a
big obvious candidate for the issue we're seeing:

  * New Bazaar snapshot.
- Use video functions in Linux loader rather than hardcoding UGA; load
  all available video backends (closes: #565576, probably).

I'm not sure exactly what changed in there and I don't have time right
now to dig much further, but it's worth sharing where I got to.

-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
"Further comment on how I feel about IBM will appear once I've worked out
 whether they're being malicious or incompetent. Capital letters are forecast."
 Matthew Garrett, http://www.livejournal.com/users/mjg59/30675.html




-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#592935: tucan: Tucan doesn't run in sid (powerpc)

2010-11-20 Thread Angel Abad
Great! Tucan is working again after re-installing python-imaging.

Should I close this bug?

Thanks!
-- 
Angel Abad
angela...@gmail.com | angela...@ubuntu.com | angela...@fsfe.org
http://www.pastelero.net
FPR: EBF6 080D 59D4 008A DF47  00D4 098D AE47 EE3B C279



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#555711: Reopening

2010-11-20 Thread MT
> Allow the creation of a default group, and add
> 
> group sysdefault {
> cpu {
> cpu.rt_runtime_us = 50;
> }
> }
> 
> to your cgconfig.conf and let me know about it.
> 
> Also if that fails, does this happen with current upstream?
> 
> Dhaval
> 

I made the changes, and now it works! Should I expect any problems if I
leave the cpu.rt_runtime_us parameter for the other groups as the
default 0, or should I change them too? I did not try compiling the
upstream version, but thanks for the help.

-- 
http://www.fastmail.fm - Faster than the air-speed velocity of an
  unladen european swallow




-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#601859: wesnoth-1.9: Bad error handling in postinst script

2010-11-20 Thread Gerfried Fuchs
* PJ Weisberg  [2010-11-20 11:59:13 CET]:
> Actually, drop #3 from that workaround.  Upgrading wesnoth-1.9-core *also*
> requires wesnoth-1.8-core to be installed.  :-/

 Upgrading from what to what? Actually, no, it won't. That's why this
bugreport is marked as pending, the fix has been applied to the VCS.

 Thanks,
Rhonda
-- 
 Last day of https://wiki.ubuntu.com/UbuntuDeveloperWeek starting in
   34 minutes in #ubuntu-classroom on irc.feenode.net
 * ScottK hands dholbach an "r".
 Are they fundraising again?



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: your mail

2010-11-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 592935 grave
Bug #592935 [tucan] tucan: Tucan doesn't run in sid (powerpc)
Severity set to 'grave' from 'important'

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
592935: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=592935
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#601859: wesnoth-1.9: Bad error handling in postinst script

2010-11-20 Thread PJ Weisberg
Actually, drop #3 from that workaround.  Upgrading wesnoth-1.9-core *also*
requires wesnoth-1.8-core to be installed.  :-/


Processed: Re: Bug#604096: xserver-xorg: freezes when running as dom0 under Xen 4.0 at startup

2010-11-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 604096 normal
Bug #604096 [xserver-xorg] xserver-xorg: freezes when running as dom0 under Xen 
4.0 at startup
Severity set to 'normal' from 'grave'

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
604096: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=604096
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#604096: xserver-xorg: freezes when running as dom0 under Xen 4.0 at startup

2010-11-20 Thread Cyril Brulebois
severity 604096 normal
thanks

Hi Brent,

lowering severity since that's only happening on a quite particular
setup.

Brent Kolasinski  (19/11/2010):
> Installing xserver-xorg with gnome (gdm3) in dom0 of a Xen 4.0 host
> causes the entire computer to freeze.  When gdm3 starts up, the
> screen goes blank with a single cursor showing.
> 
> I have tried this on multiple computers (all with nVidia graphics
> cards) with the same results.  On one computer the cursor blinked
> rapidly, but still was completely unresponsive.
> 
> The entire machine freezes up when this happens, without any ability
> to switch between VT's.  The only resolution is a hard reset of the
> computer.

This seems to be a duplicate of #601341. I'll keep this one open
against an X package (though I could reassign, merge, and affects
instead).

> The video driver being used in all cases was the nouveau driver
> included with squeeze.  I am not sure if this is specific to the
> xserver, nouveau, gdm3, or Xen.  I did not make any changes to the
> base system after install.

You could try removing all xserver-xorg-video-* packages, and only
keep xserver-xorg-video-{fbdev,vesa}. This way, you might get a
functional X until the kernel bug is fixed.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#594967: Same problem on Dell Inspiron Mini 10.

2010-11-20 Thread Steve McIntyre
On Thu, Sep 16, 2010 at 03:29:43PM -0500, Matt Zagrabelny wrote:
>Not sure what else, besides the subject, would be of use for debugging.
>
>I did follow Nuutti Kotivuori's  suggestion of uncommenting:
>
>#GRUB_TERMINAL=console
>
>in /etc/default/grub
>
>reran update-grub2
>
>and was able to boot into the system. Let me know what else I can do
>to help debug this.

I'm seeing the same problem on an Acer 0751H machine as well, on a
fresh squeeze installation. I used to have (and rely on) a graphical
grub to set up the right graphics mode on this Poulsbo machine, but
that was from quite a while back using an Ubuntu-based system.

I'll start bisecting now to see where this came in.

-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
"Every time you use Tcl, God kills a kitten." -- Malcolm Ray




-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#599937: [debian-mysql] Bug#599937: mysql-5.1: 5.1.51 fixes several vulnerabilities

2010-11-20 Thread Moritz Muehlenhoff
On Sun, Nov 07, 2010 at 11:54:14AM +0100, Norbert Tretkowski wrote:
> Hi Moritz,
> 
> Am Freitag, den 29.10.2010, 21:57 +0200 schrieb Moritz Muehlenhoff:
> > Patch against 5.1.49 attached.
> 
> thanks, I was on vacation last week, but I'm going to upload 5.1.49-3
> including your patch in the course of next week.
> 
>   Norbert

What's the status?

Cheers,
Moritz



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#604049: new anwser from Ed Lin

2010-11-20 Thread Markus Schulz
a mail from Ed Lin reached me and it looks like he has found the cause 
of this error:

> Hello,
> 
> The cause of the error is probably found. It should be a
> bug in the scsi mid layer. The bug is always there, but
> a code change from 2.6.31 to 2.6.32 finally exposed the
> bug to the stex driver, although the code change was not
> a bug itself.
>
> I have contacted the linux kernel community for this issue.
> I will tell you the result once it is resolved.


Regards,
msc



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#555711: Reopening

2010-11-20 Thread Dhaval Giani
On Sat, Nov 20, 2010 at 8:53 AM, MT  wrote:
> Hi,
> I installed cgroup-bin on my system (Ubuntu 10.10, kernel 2.6.36), and
> experienced similar problems as the original bug reporter, so I'm
> reopening this bug. My system would suspend fine, but would not be able
> to resume from it afterwards, requiring a hard reset.
> I played around with the configuration files a bit, and managed to fix
> the problem by disabling the creation of a default group (/sysdefault)
> by editing /etc/default/cgconfig. I haven't experienced the problem
> since that change. I'm pasting the contents of the relevant portions of
> my config files (which I have changed from the defaults). If there are
> other test cases you would like me to try, I can do that and report back
> the results.
>
> ---/etc/cgconfig.conf---
> mount {
>        cpu = /mnt/cgroups/cpu;
> #       cpuacct = /mnt/cgroups/cpuacct;
> #       devices = /mnt/cgroups/devices;
> }
>
> group root {
>        cpu {
>        }
> }
>
> group desktop {
>        cpu {
>        }
> }
>
> group shell {
>        cpu {
>        }
> }
> ---/etc/cgconfig.conf---
>
> ---/etc/default/cgconfig---
> # Service cgconfig can create a default group in all mounted hierarchies
> and
> # move all processes there on boot. If no default rule is specified in
> # /etc/cgrules.conf, the default group is named '/sysdefault'.
> # This automatically created group(s) can be useful e.g. when using
> 'cpu'
> # controller to limit cpu.shares of this default group and allowing some
> more
> # important group take most of the CPU.
> #
> # By default, create these groups:
> #CREATE_DEFAULT=yes
>
> # Uncomment following line to disable creation of the default group on
> startup:
> CREATE_DEFAULT=no
> ---/etc/default/cgconfig---
>
> ---/etc/cgrules.conf---
> @root           cpu             root/
> *:gnome-session cpu             desktop/
> *:bash          cpu             shell/
> ---/etc/cgrules.conf---
>

Allow the creation of a default group, and add

group sysdefault {
cpu {
cpu.rt_runtime_us = 50;
}
}

to your cgconfig.conf and let me know about it.

Also if that fails, does this happen with current upstream?

Dhaval



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org