Bug#416210: linux-image-2.6.18-4-686: Hangs at initrd boot state [i386] dual PentiumIII chipset ServerWorks OSB4

2007-03-25 Thread Grzegorz Szyszlo
On Mon, 26 Mar 2007, Oleg Verych wrote:

> > System: fresh pure install, all tasks from tasksel. On install state
> > I hadn't any problems, but next boot cause any big problem for me:
> >
> > Kernel 2.6.18-4-486 works ok, but it has only ONE processor support and
> > is slower.
>
> What kernel fully worked for you last time?

fully works 2.6.18-4-486, but it use only one CPU
2.6.18-3-686 and last -4- doesn't work.
Also kernel 2.6.8-3-686 from woody works, but I must config IP network
by hand, and by hand load ps-mouse module because this name was changed.
All others works properly.
In the system is installed glibc for i686 architecture.
At the history i installed etch, but after one past kernel update system
changed state to unstable. I don't remember kernel version.

> > Kernel 2.6.18-4-686 hangs at boot. I don't know how switch off SMP at
> >boot for tests.
>
> In the BIOS (must be something APIC related)

I try to find.

> > Finally system start up, but is very unstable. A lot of processes
> > have  status.
>
> Can you grab dmesg and save it somewhere? Without boot log there's
> noone, who can help you, i guess.

it is impossible. I tryed do it, send dmesg by ssh, but it doesn't work.
it's that why i want grab startup messages by RS232. another problem is,
beginning of dmesg is cutted because dmesg buffer is too short.
generally first stop is after loading atapi CD module.
Rewrite boot messages by hand is too stupid :)

> > My needs:
> > 1. I have two computers. Give me scheme for RS232 cable to save
> >all startup log, and command for kernel to switch output to RS232.
> >I can use minicom for getting messages.[]
>
> You need ordinary female-female(2-3, 3-2, 5-5) RS232 cable, or
> USB-to-RS232 cable. Serial console is activated by 'console=ttyS0'
> (default bautrate is 115200, i think, see more in
> Documentation/serial-console.txt).

thanks, I'll try do it & send all messages. Work is easer, because I found
that 486 kernel works.

> > 2. I want temporarly switch off SMP on -686, & try boot.
> > 3. Maybe use 486 kernel version with SMP support[]
>
> Try some older kernels also.

maybe I'll try build my own kernel. but I hope it isn't be needed.

-- 
Grzegorz Szyszło



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#416043: Solution and Patch

2007-03-25 Thread Glenn Wurster
The Amarok package is compiled against libgpod 3.2 which is contained
in package libgpod0 when it should be compiled against the updated
libgpod 4.2 which is contained in package libgpod1.  It is a known
problem (google for "amarok libgpod crash" lists many results).

A patch needs to be applied to Amarok to compile against the libgpod1
Debian package.  A quick patch is included.

Tested against a 5g 80GB Ipod.  The crash is gone.

Glenn Wurster.
diff -Naur amarok-1.4.4/amarok/src/mediadevice/ipod/ipodmediadevice.cpp amarok-1.4.4-mod/amarok/src/mediadevice/ipod/ipodmediadevice.cpp
--- amarok/src/mediadevice/ipod/ipodmediadevice.cpp	2006-10-26 16:40:20.0 -0400
+++ amarok/src/mediadevice/ipod/ipodmediadevice.cpp	2007-03-26 00:05:05.0 -0400
@@ -302,7 +302,7 @@
 track->genre = g_strdup( metaBundle.genre()->utf8() );
 
 
-track->unk208 = 0x01; // for audio
+track->mediatype = 0x01; // for audio
 if(type=="wav")
 {
 track->filetype = g_strdup( "wav" );
@@ -323,7 +323,7 @@
 #else
 track->flag3 |= 0x01; // remember current position in track
 #endif
-track->unk208 = 0x08; // for audiobooks
+track->mediatype = 0x08; // for audiobooks
 }
 else if(type=="m4v" || type=="mp4v" || type=="mov" || type=="mpg" || type=="mp4")
 {
@@ -331,7 +331,7 @@
 #ifdef HAVE_ITDB_SKIP_SHUFFLE_FLAG
 track->movie_flag = 0x01; // for videos
 #endif
-track->unk208 = 0x02; // for videos
+track->mediatype = 0x02; // for videos
 }
 else if(type=="aa")
 {
@@ -341,7 +341,7 @@
 #else
 track->flag3 |= 0x01; // remember current position in track
 #endif
-track->unk208 = 0x08; // for audiobooks
+track->mediatype = 0x08; // for audiobooks
 
 TagLib::Audible::File f( QFile::encodeName( propertiesBundle.url().path() ) );
 TagLib::Audible::Tag *t = f.getAudibleTag();
@@ -384,7 +384,7 @@
 #ifdef HAVE_ITDB_MARK_UNPLAYED
 track->mark_unplayed = podcastInfo->listened ? 0x01 : 0x02;
 #endif
-track->unk208 = track->unk208==0x02 ? 0x06 : 0x04; // video or audio podcast
+track->mediatype = track->mediatype==0x02 ? 0x06 : 0x04; // video or audio podcast
 track->flag4 = 0x01; // also show description on iPod
 QString plaindesc = podcastInfo->description;
 plaindesc.replace( QRegExp("<[^>]*>"), "" );


Bug#416098: kills my server on install

2007-03-25 Thread Tore Anderson

reassign 416098 linux-image-2.6.18-4-amd64
retitle 416098 MegaRAID SAS adapter locks up
quit

* Steinar H. Gunderson


I'm unsure if this is a munin bug or a kernel bug; I'm filing against
munin, but it should perhaps be reassigned.

I installed munin on a Dell PowerEdge 2950:

  Setting up munin-node (1.2.5-1) ...
  Initializing plugins..

At this point, ssh froze. I connected through the remote admin console,
which was filled with messages like:

  megasas: [65] waiting for 140 requests to complete
  megasas: [70] waiting for 140 commands to complete
  megasas: [75] waiting for 140 commands to complete
  megasas: [80] waiting for 140 commands to complete


  I googled this error message and it seems a lot of people have seen
 lockups with this SAS adapter (without there being any mention of
 Munin).  Unless you can reproduce this I agree with Stephen that the
 kernel (or hardware) is at the prime suspect, and that it happened
 during a Munin installation was just random chance.  Therefore I'm
 reassigning the bug.

  To repeat the step the init script did at the time of the crash, you
 run the following command:

munin-node-configure --shell --debug | sh -x

  That does the same, but with more debug information.


The server never recovered, and I had to (remote) reset it. In other
words, some plugin in munin-node kills the megasas driver, which in turn
kills the entire server.


  Well, I'm not aware of any plugins that could possibly do this.  The
 only plugins I know that are run with elevated privileges and that have
 something to do with block devices is smart_ and hddtemp_smartctl, but
 they both rely on the helper program "smartctl" so the bug has would
 have had to be in that program anyway.

* Stephen Gran


Disclaimer: I am not a munin maintainer.


  Would you like to be?  :-)  I really need a comaintainer or for
 someone to take over the package completely - way too little free time
 these days.

Regards
--
Tore Anderson


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#334339: Major bug in mysql build (all versions since 4.1)

2007-03-25 Thread BERTRAND Joël

Daniel Smolik a écrit :

BERTRAND Joël napsal(a):

Frans Pop a écrit :


tags 334339 - wontfix
thanks

On Sunday 25 March 2007 20:02, BERTRAND Joël wrote:


See bug #334339 (wontfix).



IMO the "wontfix" tag is not correct. There should at least be an 
explanation by the maintainer _why_ he considers this an issue that 
is does not need to be fixed.
Removing the tag as it was added without any justification. AFAICT 
this is a real issue that should be solved.



I aggree.

Bug was reported to mysql dev without success because dev have 
said that is a gcc-4.0 bug, not a mysql bug.



Yes, but the gcc maintainers have said that the bug there has been fixed
"long ago". Unfortunately they don't say in which version.



"has been fixed" ? I have tried to build mysql with _all_ gcc 
release between 3.3 and 4.1 without any success. Where have you seen 
that this bug was fixed ?



Maybe, but I think it is not very difficult to fix the configure.in
script to avoid this bug.



I have no idea about that and no idea how that would affect other 
architectures. Anyway, It is now probably too late to fix this for Etch.



I have no idea too. In a first time, I suspected a 32 bits wide 
userland and a 64 bits kernel... Maybe a trouble with gcc include on 
sparc architectures.


Regards,

JKB



Hi,
could you tell me if this bug
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=413471
reported by me is the same as bug you reported ?


Yes, I think. But to be sure, you have to apply my workaround.

Regards,

JKB



Bug#416240: color control

2007-03-25 Thread Joey Hess
Package: docker
Version: 1.4-3
Severity: wishlist

I'd like a way to be able to control the background color of the window.
Some tray apps do not work best against a black background.

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages docker depends on:
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libglib2.0-02.12.6-2 The GLib library of C routines
ii  libx11-62:1.0.3-6X11 client-side library

docker recommends no packages.

-- no debconf information

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#391279: possible idea for a fix

2007-03-25 Thread Marc Graham

I had a similar error like this:

(EE) AIGLX error: dlopen of /usr/lib/dri/fglrx_dri.so failed
(/usr/lib/dri/fglrx_dri.so: undefined symbol: __glXFindDRIScreen)

and i found 
this(see
post #57)  forum were someone fixed that error and the solution may be
the same.

His fix which was a little "dirty was"

I have DRI working


here is what i did basically the files are in the wrong places.
this is kind of dirty but it works
some help came from

 Quote:
  
http://www.fedoraforum.org/forum/sh...ad.php?p=484317
/usr/lib/dri/fglrx_dri.so: undefined symbol: __glXFindDRIScreen
SOLUTION (not clean, but works):
I said that __glXFindDRIScreen comes from libGL, I found that libGL in my
/usr/lib/ comes not from ATI (it was Mesa probably). So I delete all libGL
files (BACKUP first!, delete no libGLU!) from /usr/lib/ and copy libs from
/usr/lib/ati-fglrx (libGL.so.1 and libGL.so.1.2) to /usr/lib/
and now IT WORKS!!!

have to make symlinks to

ln -s /usr/lib/xorg/modules/dri/* /usr/lib/dri/


mkdir /usr/lib/driold make directory to back up dri directory

cp /usr/lib/dri/* /usr/lib/driold/ #backup old dri directory

rm /usr/lib/dri/fglrx_dri.so

ln -s /usr/lib/xorg/modules/dri/* /usr/lib/dri/

rm /usr/bin/libGL.* #remove incorrect opengl librarys

cp /usr/lib/ati-fglrx/lib* /usr/lib/ #copy ati specific opengl. library

rm /usr/lib/libGL.so.1 #remove broken symlink

ln -s /usr/lib/ati-fglrx/libGL.so.1 /usr/lib/libGL.so.1 #create new
symlink

now run LIBGL_DEBUG=verbose glxinfo





Marc


Bug#416239: upgrade-reports: upgrade report from Sarge Japanese environment to Etch

2007-03-25 Thread kmuto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: upgrade-reports
Severity: normal
Version: 20070326

* vmware i386
* Initial Sarge installation with Japanese desktop and uim, mlterm, and
  mlterm-im-uim
* Followed http://wiki.debian.org/Sarge2EtchUpgradeBlackboard
  (2007-03-26 05:12:40)

Result: mostly success. I can succeed to upgrade to Etch without
any errors.

Comment:
'aptitude install initrd-tools libfam0 xlibmesa-glu x11-common'
trys to remove many packages such as KDE.
I dropped x11-common from the install target, then the installation
succeeded.

'aptitude dist-upgrade' just removed mozilla / mozilla-locale-ja without
replacing by iceweasel.

'check which kernels are installed with dpkg -l *-image-* | grep ^ii',
but Sarge installed -386 flavour. So I think it is better to describe
about the name change of 386->486 in upgrade-note.

After 'aptitude update (get gpg sigs)', I had to do 'aptitude dist-upgrade'
again because libuim* was still hold status by a dependency issue.
By 2nd 'aptitude dist-upgrade', mlterm and uim were upgraded correctly.
I think some other packages may need 2nd dist-upgrade also.

Thanks,
- -- 
Kenshi Muto
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 

iEYEARECAAYFAkYHa1oACgkQQKW+7XLQPLFwPgCfcQSOe/ZkqtNBQNbPeHHMbCM/
fvoAn1bVBF7nkCfV4h3nH6j/LqJvNUsf
=7P25
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#393774: kmail crashed after moving some messages between imap folders

2007-03-25 Thread supaplex
Package: kmail
Version: 4:3.5.5.dfsg.1-6
Followup-For: Bug #393774

Attached is the kcrash capture of the callstack (filtered with "uniq"
for those pesky no debugging symbols found parts...)

I was moving a small batch of messages (10 or so) from the inbox to a
filter I call "archives". I switched back to the inbox. I think I either
acted quickly on another batch while those were churning, or I clicked
on something in a mild panic, at which point it crashed.  I might have
remembered better if it didn't blow up all at once :). No data lost
AFAIT. just had to move messages again after I restarted.

Thanks.


Scott.

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686-bigmem
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages kmail depends on:
ii  kdebase-kio-plugins4:3.5.5a.dfsg.1-6 core I/O slaves for KDE
ii  kdelibs4c2a4:3.5.5a.dfsg.1-6 core libraries and binaries for al
ii  kdepim-kio-plugins 4:3.5.5.dfsg.1-6  KDE pim I/O Slaves
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libaudio2  1.8-3 The Network Audio System (NAS). (s
ii  libc6  2.3.6.ds1-13  GNU C Library: Shared libraries
ii  libfontconfig1 2.4.2-1.2 generic font configuration library
ii  libfreetype6   2.2.1-5   FreeType 2 font engine, shared lib
ii  libgcc11:4.1.1-21GCC support library
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libidn11   0.6.5-1   GNU libidn library, implementation
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  libkcal2b  4:3.5.5.dfsg.1-6  KDE calendaring library
ii  libkdepim1a4:3.5.5.dfsg.1-6  KDE PIM library
ii  libkleopatra1  4:3.5.5.dfsg.1-6  KDE GnuPG interface libraries
ii  libkmime2  4:3.5.5.dfsg.1-6  KDE MIME interface library
ii  libkpimidentities1 4:3.5.5.dfsg.1-6  KDE PIM user identity information 
ii  libksieve0 4:3.5.5.dfsg.1-6  KDE mail/news message filtering li
ii  libmimelib1c2a 4:3.5.5.dfsg.1-6  KDE mime library
ii  libpng12-0 1.2.15~beta5-1PNG library - runtime
ii  libqt3-mt  3:3.3.7-3 Qt GUI Library (Threaded runtime v
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libstdc++6 4.1.1-21  The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-6 X11 client-side library
ii  libxcursor11.1.7-4   X cursor management library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxft22.1.8.2-8 FreeType-based font drawing librar
ii  libxi6 1:1.0.1-4 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxrandr2 2:1.1.0.2-5   X11 RandR extension library
ii  libxrender11:0.9.1-3 X Rendering Extension client libra
ii  libxt6 1:1.0.2-2 X11 toolkit intrinsics library
ii  perl   5.8.8-7   Larry Wall's Practical Extraction 
ii  zlib1g 1:1.2.3-13compression library - runtime

Versions of packages kmail recommends:
ii  procmail  3.22-16Versatile e-mail processor

-- no debconf information
(no debugging symbols found)
Using host libthread_db library "/lib/tls/libthread_db.so.1".
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1248941856 (LWP 3791)]
[New Thread -1279124560 (LWP 3796)]
[New Thread -1270735952 (LWP 3794)]
[New Thread -1262347344 (LWP 3793)]
[New Thread -1253958736 (LWP 3792)]
(no debugging symbols found)
[KCrash handler]
#5  0x53203a65 in ?? ()
#6  0xb7e94520 in KMail::ImapJob::slotGetNextMessage ()
   from /usr/lib/libkmailprivate.so
#7  0xb7e952c9 in KMail::ImapJob::init () from /usr/lib/libkmailprivate.so
#8  0xb7e9679b in KMail::ImapJob::execute () from /usr/lib/libkmailprivate.so
#9  0xb7bf46cd in KMail::FolderJob::start () from /usr/lib/libkmailprivate.so
#10 0xb7dab78d in KMMainWidget::slotMsgSelected ()
   from /usr/lib/libkmailprivate.so
#11 0xb7eb4a0e in KMMainWidget::qt_invoke () from /usr/lib/libkmailprivate.so
#12 0xb7109d4f in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#13 0xb7c3988e in KMHeaders::selected () from /usr/lib/libkmailprivate.so
#14 0xb7d28513 in KMHeaders::highlightMessage ()
   from /usr/lib/libkmailprivate.so
#15 0xb7d28eec in KMHeaders::finalizeMove () from /usr/lib/libkmailprivate.so
#16 0xb7d27c66 in KMHeaders::moveMsgToFolder ()
   from /usr/lib/libkmailprivate.so
#17 0xb7bf420a in KMMainWidget::slotMoveMsgToFolder ()
   from /usr/lib/libkm

Bug#416238: gdm: Should suggest xnest

2007-03-25 Thread Ted Percival
Package: gdm
Version: 2.16.4-1.1
Severity: wishlist

gdm should Suggest xnest, because when Xnest is installed the "New Login
in a Nested Window" menu item will be visible and gdmflexiserver --xnest
will work.

See /usr/share/applications/gdmflexiserver-xnest.desktop for reference.


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-k7
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages gdm depends on:
ii  adduser  3.102   Add and remove users and groups
ii  debconf [debconf-2.0 1.5.13  Debian configuration management sy
ii  gksu 2.0.0-4 graphical frontend to su
ii  gnome-session2.14.3-6The GNOME 2 Session Manager
ii  gnome-terminal [x-te 2.14.2-2The GNOME 2 terminal emulator appl
ii  konsole [x-terminal- 4:3.5.5a.dfsg.1-6   X terminal emulator for KDE
ii  kwin [x-window-manag 4:3.5.5a.dfsg.1-6   the KDE window manager
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libatk1.0-0  1.12.4-3The ATK accessibility toolkit
ii  libattr1 1:2.4.32-1.1Extended attribute shared library
ii  libc62.3.6.ds1-13GNU C Library: Shared libraries
ii  libcairo21.2.4-4 The Cairo 2D vector graphics libra
ii  libdmx1  1:1.0.2-2   X11 Distributed Multihead extensio
ii  libfontconfig1   2.4.2-1.2   generic font configuration library
ii  libglade2-0  1:2.6.0-4   library to load .glade files at ru
ii  libglib2.0-0 2.12.6-2The GLib library of C routines
ii  libgnomecanvas2-02.14.0-2A powerful object-oriented display
ii  libgtk2.0-0  2.8.20-7The GTK+ graphical user interface 
ii  libpam-modules   0.79-4  Pluggable Authentication Modules f
ii  libpam-runtime   0.79-4  Runtime support for the PAM librar
ii  libpam0g 0.79-4  Pluggable Authentication Modules l
ii  libpango1.0-01.14.8-5Layout and rendering of internatio
ii  libpopt0 1.10-3  lib for parsing cmdline parameters
ii  librsvg2-2   2.14.4-2SAX-based renderer library for SVG
ii  librsvg2-common  2.14.4-2SAX-based renderer library for SVG
ii  libselinux1  1.32-3  SELinux shared libraries
ii  libwrap0 7.6.dbs-13  Wietse Venema's TCP wrappers libra
ii  libx11-6 2:1.0.3-6   X11 client-side library
ii  libxau6  1:1.0.1-2   X11 authorisation library
ii  libxcursor1  1.1.7-4 X cursor management library
ii  libxdmcp61:1.0.1-2   X11 Display Manager Control Protoc
ii  libxext6 1:1.0.1-2   X11 miscellaneous extension librar
ii  libxfixes3   1:4.0.1-5   X11 miscellaneous 'fixes' extensio
ii  libxi6   1:1.0.1-4   X11 Input extension library
ii  libxinerama1 1:1.0.1-4.1 X11 Xinerama extension library
ii  libxml2  2.6.27.dfsg-1   GNOME XML library
ii  libxrandr2   2:1.1.0.2-5 X11 RandR extension library
ii  libxrender1  1:0.9.1-3   X Rendering Extension client libra
ii  lsb-base 3.1-23.1Linux Standard Base 3.1 init scrip
ii  metacity [x-window-m 1:2.14.5-4  A lightweight GTK2 based Window Ma
ii  rxvt [x-terminal-emu 1:2.6.4-10  VT102 terminal emulator for the X 
ii  sawfish [x-window-ma 1:1.3+cvs20061004-1 a window manager for X11
ii  xbase-clients1:7.1.ds1-2 miscellaneous X clients

Versions of packages gdm recommends:
ii  dialog1.0-20060221-3 Displays user-friendly dialog boxe
ii  gdm-themes0.5.1  Themes for the GNOME Display Manag
ii  whiptail  0.52.2-10  Displays user-friendly dialog boxe
ii  zenity2.14.3-2   Display graphical dialog boxes fro

-- debconf information:
  gdm/daemon_name: /usr/bin/gdm
* shared/default-x-display-manager: gdm


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#406861: Version 1.0.8-3 still segfaults

2007-03-25 Thread Mike Hommey
On Sun, Mar 25, 2007 at 10:51:44PM +0200, David Andel <[EMAIL PROTECTED]> wrote:
> On Sun, 2007-03-25 at 22:44 +0200, Mike Hommey wrote:
> 
> > What are the accessibility features you have enabled on your 
> > desktop ? I'd really like to be able to reproduce this...
> 
> None that I know of. Maybe it helps to tell that iceape (and icedove for
> that matter) starts just fine if I move my many huge mailfolders out of
> the way. But then, before version 1.0.7-2 it worked fine also with my
> huge mailfolders, and it should.

Could you also give a try to version 1.1.1-1 from experimental ?

Thanks

Mike



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#416237: masqmail: doesn't configure with 'hostname: Unknown host' error

2007-03-25 Thread Dmitry V. Rutsky
Package: masqmail
Version: 0.2.21-1.2
Severity: important

On a fresh system it fails to configure with the following message:  
~~~
balto:~# dpkg --configure --pending
Setting up masqmail (0.2.21-1.2) ...
hostname: Unknown host
dpkg: error processing masqmail (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 masqmail
~~

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20.4
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages masqmail depends on:
ii  debconf [debconf-2.0]   1.5.13   Debian configuration management sy
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libglib2.0-02.12.6-2 The GLib library of C routines
ii  libident0.22-3   simple RFC1413 client library - ru
ii  liblockfile11.06.1   NFS-safe locking library, includes
ii  netbase 4.29 Basic TCP/IP networking system

masqmail recommends no packages.

-- debconf information:
  masqmail/ipup_fetch: false
  masqmail/mda: /usr/bin/procmail -Y -d ${rcpt_local}
  masqmail/online_file: /var/run/masqmail-route
  masqmail/mbox_default: mbox
  masqmail/init_smtp_daemon: true
  masqmail/ipup_runqueue: true
  masqmail/online_detect: file
  masqmail/local_hosts:
  masqmail/queue_daemon_ival: -q10m
  masqmail/host_name:
  masqmail/alias_local_caseless: false
  masqmail/manage_config_with_debconf: true
  masqmail/use_syslog: false
  masqmail/listen_addresses: localhost:25
  masqmail/init_fetch_daemon: false
  masqmail/move_existing_nondebconf_config: true
  masqmail/ifup_ifaces: all
  masqmail/online_pipe:
  masqmail/init_queue_daemon: true
  masqmail/fetch_daemon_ival: -go5m
  masqmail/local_nets:


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#416236: desktop-file-utils: Manpage for non-existent command desktop-menu-tool

2007-03-25 Thread Ted Percival
Package: desktop-file-utils
Version: 0.11-1
Severity: minor

desktop-file-utils ships a manpage for desktop-menu-tool(1) but there is
no such command. An `apt-file search` indicates the program does not
exist at all in Debian, so it can probably just be removed. The
package's README can also be updated to remove reference to that
command.

Some other minor points:
- It would be nice if the README file was wrapped at <80 columns.
- The desktop-file-install manpage is in section 8, but the command is
  installed in /usr/bin. Should the manpage be in section 1?


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-k7
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages desktop-file-utils depends on:
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libglib2.0-02.12.6-2 The GLib library of C routines

desktop-file-utils recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#416235: netbase: postinst configures networking script to start in runlevels 0 and 6

2007-03-25 Thread Brian Cox
Package: netbase
Version: 4.29
Severity: normal

The subject about says it all.  Rather than configuring the networking
script in /etc/init.d to stop in runlevels 0 and 6, the postinst hook
for netbase sets it up to start, as you can see from this snippet
(starting at line 100):


update_rc() {
  update-rc.d networking start 40 S . start 35 0 6 . > /dev/null
}


Cheers,
Brian

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-4-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_US)

Versions of packages netbase depends on:
ii  debconf [debconf-2.0]   1.5.13   Debian configuration management sy
ii  ifupdown0.6.8high level tools to configure netw
ii  iputils-ping [ping] 3:20020927-6 Tools to test the reachability of 
ii  lsb-base3.1-23.1 Linux Standard Base 3.1 init scrip
ii  openbsd-inetd [inet-superse 0.20050402-6 The OpenBSD Internet Superserver

netbase recommends no packages.

-- debconf information excluded


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#416143: asterisk_1:1.4.2~dfsg-2(experimental/amd64/xenophanes): FTBFS: Cries for its sound files like a baby

2007-03-25 Thread Mark Purcell
reopen 416143
thanks  

Looks like 1:1.4.2~dfsg-3 didn't solve this issue:

http://experimental.debian.net/fetch.php?&pkg=asterisk&ver=1%3A1.4.2%7Edfsg-3&arch=sparc&stamp=1174875830&file=log&as=raw
http://experimental.debian.net/fetch.php?&pkg=asterisk&ver=1%3A1.4.2%7Edfsg-3&arch=ia64&stamp=1174869852&file=log&as=raw

Mark


pgpQQZDVoz9fW.pgp
Description: PGP signature


Bug#416231: apache2: fails to start after upgrade from Sarge

2007-03-25 Thread Frans Pop
On Monday 26 March 2007 07:10, netbone wrote:
> Can you send the error.log from apache?

Attached. I've also attached a new version of the upgrade log as I noticed 
I missed a few probably relevant lines at the end.

[...]

Preparing to replace libapache2-mod-perl2 1.999.21-1 (using .../libapache2-mod-perl2_2.0.2-2.3_i386.deb) ...
Unpacking replacement libapache2-mod-perl2 ...
dpkg: apache2-common: dependency problems, but removing anyway as you request:
 apache2-mpm-prefork depends on apache2-common (= 2.0.54-5sarge1); however:
  Package apache2-common is to be removed.
(Reading database ... 47277 files and directories currently installed.)
Removing apache2-common ...
Stopping web server: Apache2.
(Reading database ... 46905 files and directories currently installed.)
Preparing to replace apache2-mpm-prefork 2.0.54-5sarge1 (using .../apache2-mpm-prefork_2.2.3-3.3_i386.deb) ...
Stopping web server: Apache2 ... failed!
You may still have some apache2 processes running.  There are
processes named 'apache2' which do not match your pid file,
and in the name of safety, we've left them alone.  Please review
the situation by hand.
.
Stopping web server: Apache2 ... failed!
You may still have some apache2 processes running.  There are
processes named 'apache2' which do not match your pid file,
and in the name of safety, we've left them alone.  Please review
the situation by hand.
.
Unpacking replacement apache2-mpm-prefork ...
Preparing to replace sed 4.1.2-8 (using .../archives/sed_4.1.5-1_i386.deb) ...
Unpacking replacement sed ...
Setting up sed (4.1.5-1) ...

(Reading database ... 46908 files and directories currently installed.)
Preparing to replace libapache2-mod-php4 4:4.3.10-19 (using .../libapache2-mod-php4_6%3a4.4.4-8+etch1_i386.deb) ...
Unpacking replacement libapache2-mod-php4 ...
Preparing to replace php4-common 4:4.3.10-19 (using .../php4-common_6%3a4.4.4-8+etch1_i386.deb) ...
Unpacking replacement php4-common ...
Preparing to replace apache2-utils 2.0.54-5sarge1 (using .../apache2-utils_2.2.3-3.3_i386.deb) ...
Unpacking replacement apache2-utils ...
Selecting previously deselected package apache2.2-common.
Unpacking apache2.2-common (from .../apache2.2-common_2.2.3-3.3_i386.deb) ...
Stopping web server: Apache2 ... failed!
You may still have some apache2 processes running.  There are
processes named 'apache2' which do not match your pid file,
and in the name of safety, we've left them alone.  Please review
the situation by hand.
.

[...]

Setting up apache2-utils (2.2.3-3.3) ...
Setting up apache2.2-common (2.2.3-3.3) ...
Installing new version of config file /etc/apache2/envvars ...
Installing new version of config file /etc/apache2/apache2.conf ...
Installing new version of config file /etc/apache2/mods-available/proxy.load ...
Installing new version of config file /etc/apache2/mods-available/proxy_connect.load ...
Installing new version of config file /etc/apache2/mods-available/mem_cache.load ...
Installing new version of config file /etc/apache2/mods-available/dav_fs.conf ...
Installing new version of config file /etc/apache2/mods-available/disk_cache.load ...
Installing new version of config file /etc/apache2/mods-available/ssl.conf ...
Installing new version of config file /etc/apache2/mods-available/dav_fs.load ...
Installing new version of config file /etc/apache2/mods-available/userdir.conf ...
Installing new version of config file /etc/apache2/mods-available/proxy_ftp.load ...
Installing new version of config file /etc/apache2/mods-available/proxy_http.load ...
Installing new version of config file /etc/apache2/mods-available/mime_magic.conf ...
Installing new version of config file /etc/apache2/mods-available/file_cache.load ...
Installing new version of config file /etc/apache2/mods-available/cgid.conf ...
Installing new version of config file /etc/apache2/mods-available/proxy.conf ...
Installing new version of config file /etc/apache2/sites-available/default ...
Installing new version of config file /etc/init.d/apache2 ...
Module alias installed; run /etc/init.d/apache2 force-reload to enable.
Module autoindex installed; run /etc/init.d/apache2 force-reload to enable.
Module dir installed; run /etc/init.d/apache2 force-reload to enable.
Module env installed; run /etc/init.d/apache2 force-reload to enable.
Module mime installed; run /etc/init.d/apache2 force-reload to enable.
Module negotiation installed; run /etc/init.d/apache2 force-reload to enable.
Module setenvif installed; run /etc/init.d/apache2 force-reload to enable.
Module status installed; run /etc/init.d/apache2 force-reload to enable.
Module auth_basic installed; run /etc/init.d/apache2 force-reload to enable.
Module authz_default installed; run /etc/init.d/apache2 force-reload to enable.
Module authz_user installed; run /etc/init.d/apache2 force-reload to enable.
Module authz_groupfile installed; run /etc/init.d/apache2 force-reload to enable.
Module authn_file installed; run /etc/init.d/apache2 force-reload to enable.
Mod

Bug#416232: escaped markup in man page

2007-03-25 Thread Kobayashi Noritada
forcemerge 415468 416232
thanks

Hi,

From: Joey Hess <[EMAIL PROTECTED]>
Subject: Bug#416232: escaped markup in man page
Date: Mon, 26 Mar 2007 01:01:46 -0400

> aptitude(8) is full of stuff like this:
> 
> \efBinstall\efR

This issue has already been discussed as Bug#415468, which was due to
a change in the DocBook-XSL stylesheets version 1.72.0.

Thanks,

-nori


pgpby1CluLZbJ.pgp
Description: PGP signature


Bug#416234: wpasupplicant: wpa-ifupdown init script starts, but should stop, on runlevels 0 and 6

2007-03-25 Thread Brian Cox
Package: wpasupplicant
Version: 0.5.5-4
Severity: normal


This package's init script, /etc/init.d/wpa-ifupdown, is configured to
start rather than stop during runlevels 0 and 6.  This is especially
perplexing since the init script itself does absolutely nothing for
'start' All of the action happens when the script is called with
'stop'.

The problem appears to be in the postinst hook:

# Automatically added by dh_installinit
if [ -x "/etc/init.d/wpa-ifupdown" ]; then
update-rc.d wpa-ifupdown start 15 0 6 . >/dev/null || exit $?
fi
# End automatically added section

The call to update-rc.d should specify a stop set, not a start set.

Cheers,
Brian

-- System Information:
Debian Release: 4.0 by Linux-Systeme
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-4-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_US)

Versions of packages wpasupplicant depends on:
ii  libc6   2.3.6.ds1-14 GNU C Library: Shared libraries
ii  libdbus-1-3 1.0.2-1  simple interprocess messaging syst
ii  libncurses5 5.5-5Shared libraries for terminal hand
ii  libreadline55.2-2GNU readline and history libraries
ii  libssl0.9.8 0.9.8e-5 SSL shared libraries
ii  lsb-base3.1-23.1 Linux Standard Base 3.1 init scrip

Versions of packages wpasupplicant recommends:
pn  dhcp3-client   (no description available)

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#416231: apache2: fails to start after upgrade from Sarge

2007-03-25 Thread netbone

Can you send the error.log from apache?

Package: apache2
Version: 2.2.3-3.3
Severity: serious

Apache's behavior on upgrades from Sarge is quite ugly. It initially does 
get stopped correctly, but after that there are two more attempts to stop 
it with quite scary messages.


And then it fails to start when the new packages are being set up. 
Starting apache manually (/etc/init.d/apache2 start) after the upgrade is 
completed does succeed without problems.


I have tested this in vmware with a totally default Sarge installation 
with all server tasks selected; no additional custom apache configuration 
was done.


A full log of the upgrade with the problem spots marked is available at:
http://people.debian.org/~fjp/tmp/upgrade_server.html
The most relevant section is also attached.

  



[...]

Preparing to replace libapache2-mod-perl2 1.999.21-1 (using 
.../libapache2-mod-perl2_2.0.2-2.3_i386.deb) ...
Unpacking replacement libapache2-mod-perl2 ...
dpkg: apache2-common: dependency problems, but removing anyway as you request:
 apache2-mpm-prefork depends on apache2-common (= 2.0.54-5sarge1); however:
  Package apache2-common is to be removed.
(Reading database ... 47277 files and directories currently installed.)
Removing apache2-common ...
Stopping web server: Apache2.
(Reading database ... 46905 files and directories currently installed.)
Preparing to replace apache2-mpm-prefork 2.0.54-5sarge1 (using 
.../apache2-mpm-prefork_2.2.3-3.3_i386.deb) ...
Stopping web server: Apache2 ... failed!
You may still have some apache2 processes running.  There are
processes named 'apache2' which do not match your pid file,
and in the name of safety, we've left them alone.  Please review
the situation by hand.
.
Stopping web server: Apache2 ... failed!
You may still have some apache2 processes running.  There are
processes named 'apache2' which do not match your pid file,
and in the name of safety, we've left them alone.  Please review
the situation by hand.
.
Unpacking replacement apache2-mpm-prefork ...
Preparing to replace sed 4.1.2-8 (using .../archives/sed_4.1.5-1_i386.deb) ...
Unpacking replacement sed ...
Setting up sed (4.1.5-1) ...

(Reading database ... 46908 files and directories currently installed.)
Preparing to replace libapache2-mod-php4 4:4.3.10-19 (using 
.../libapache2-mod-php4_6%3a4.4.4-8+etch1_i386.deb) ...
Unpacking replacement libapache2-mod-php4 ...
Preparing to replace php4-common 4:4.3.10-19 (using 
.../php4-common_6%3a4.4.4-8+etch1_i386.deb) ...
Unpacking replacement php4-common ...
Preparing to replace apache2-utils 2.0.54-5sarge1 (using 
.../apache2-utils_2.2.3-3.3_i386.deb) ...
Unpacking replacement apache2-utils ...
Selecting previously deselected package apache2.2-common.
Unpacking apache2.2-common (from .../apache2.2-common_2.2.3-3.3_i386.deb) ...
Stopping web server: Apache2 ... failed!
You may still have some apache2 processes running.  There are
processes named 'apache2' which do not match your pid file,
and in the name of safety, we've left them alone.  Please review
the situation by hand.
.

[...]

Setting up apache2-utils (2.2.3-3.3) ...
Setting up apache2.2-common (2.2.3-3.3) ...
Installing new version of config file /etc/apache2/envvars ...
Installing new version of config file /etc/apache2/apache2.conf ...
Installing new version of config file /etc/apache2/mods-available/proxy.load ...
Installing new version of config file 
/etc/apache2/mods-available/proxy_connect.load ...
Installing new version of config file 
/etc/apache2/mods-available/mem_cache.load ...
Installing new version of config file /etc/apache2/mods-available/dav_fs.conf 
...
Installing new version of config file 
/etc/apache2/mods-available/disk_cache.load ...
Installing new version of config file /etc/apache2/mods-available/ssl.conf ...
Installing new version of config file /etc/apache2/mods-available/dav_fs.load 
...
Installing new version of config file /etc/apache2/mods-available/userdir.conf 
...
Installing new version of config file 
/etc/apache2/mods-available/proxy_ftp.load ...
Installing new version of config file 
/etc/apache2/mods-available/proxy_http.load ...
Installing new version of config file 
/etc/apache2/mods-available/mime_magic.conf ...
Installing new version of config file 
/etc/apache2/mods-available/file_cache.load ...
Installing new version of config file /etc/apache2/mods-available/cgid.conf ...
Installing new version of config file /etc/apache2/mods-available/proxy.conf ...
Installing new version of config file /etc/apache2/sites-available/default ...
Installing new version of config file /etc/init.d/apache2 ...
Module alias installed; run /etc/init.d/apache2 force-reload to enable.
Module autoindex installed; run /etc/init.d/apache2 force-reload to enable.
Module dir installed; run /etc/init.d/apache2 force-reload to enable.
Module env installed; run /etc/init.d/apache2 force-reload to enable.
Module mime installed

Bug#416233: bsdutils: [ -c COMMAND ] missing from help output; there's also no --help

2007-03-25 Thread supaplex
Package: bsdutils
Version: 1:2.12r-19
Severity: wishlist

$ script --help
script: invalid option -- -
usage: script [-a] [-f] [-q] [-t] [file]

I guess there's no -h either.  I use this command just enough, that I
don't quite remember if -c is there.  It all leads to a little confusing
/ time consuming until I spot it on the man page again. (trivial
annoyance)

TIA,


Scott.

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686-bigmem
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages bsdutils depends on:
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries

Versions of packages bsdutils recommends:
ii  bsdmainutils  6.1.6  collection of more utilities from 

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#416232: escaped markup in man page

2007-03-25 Thread Joey Hess
Package: aptitude
Version: 0.4.4-4
Severity: normal

aptitude(8) is full of stuff like this:

\efBinstall\efR

Which man renders as:

   \fBinstall\fR

Something has apparently escaped all the markup with \e

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages aptitude depends on:
ii  apt [libapt-pkg-libc6.3-6-3 0.6.46.4-0.1 Advanced front-end for dpkg
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libgcc1 1:4.1.1-21   GCC support library
ii  libncursesw55.5-5Shared libraries for terminal hand
ii  libsigc++-2.0-0c2a  2.0.17-2 type-safe Signal Framework for C++
ii  libstdc++6  4.1.1-21 The GNU Standard C++ Library v3

Versions of packages aptitude recommends:
ii  aptitude-doc-en [aptitude-doc 0.4.4-4English manual for aptitude, a ter
ii  libparse-debianchangelog-perl 1.0-1  parse Debian changelogs and output

-- no debconf information

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#334825: wish: remember printer selection

2007-03-25 Thread Karl Chen
> On 2007-03-25 07:31 PDT, Sven Arvidsson writes:

Sven> If you print from the same document several times, the
Sven> last printer used should be select by default now (in
Sven> version 0.8.0 from experimental).

Sven> Otherwise, the printer selected as default (from
Sven> gnome-cups-manager) should be used.

Sven> Is this the desired behaviour you described?

Hi, yes, that sounds right.  Thanks!

-- 
Karl 2007-03-25 21:56


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#416231: apache2: fails to start after upgrade from Sarge

2007-03-25 Thread Frans Pop
Package: apache2
Version: 2.2.3-3.3
Severity: serious

Apache's behavior on upgrades from Sarge is quite ugly. It initially does 
get stopped correctly, but after that there are two more attempts to stop 
it with quite scary messages.

And then it fails to start when the new packages are being set up. 
Starting apache manually (/etc/init.d/apache2 start) after the upgrade is 
completed does succeed without problems.

I have tested this in vmware with a totally default Sarge installation 
with all server tasks selected; no additional custom apache configuration 
was done.

A full log of the upgrade with the problem spots marked is available at:
http://people.debian.org/~fjp/tmp/upgrade_server.html
The most relevant section is also attached.

[...]

Preparing to replace libapache2-mod-perl2 1.999.21-1 (using .../libapache2-mod-perl2_2.0.2-2.3_i386.deb) ...
Unpacking replacement libapache2-mod-perl2 ...
dpkg: apache2-common: dependency problems, but removing anyway as you request:
 apache2-mpm-prefork depends on apache2-common (= 2.0.54-5sarge1); however:
  Package apache2-common is to be removed.
(Reading database ... 47277 files and directories currently installed.)
Removing apache2-common ...
Stopping web server: Apache2.
(Reading database ... 46905 files and directories currently installed.)
Preparing to replace apache2-mpm-prefork 2.0.54-5sarge1 (using .../apache2-mpm-prefork_2.2.3-3.3_i386.deb) ...
Stopping web server: Apache2 ... failed!
You may still have some apache2 processes running.  There are
processes named 'apache2' which do not match your pid file,
and in the name of safety, we've left them alone.  Please review
the situation by hand.
.
Stopping web server: Apache2 ... failed!
You may still have some apache2 processes running.  There are
processes named 'apache2' which do not match your pid file,
and in the name of safety, we've left them alone.  Please review
the situation by hand.
.
Unpacking replacement apache2-mpm-prefork ...
Preparing to replace sed 4.1.2-8 (using .../archives/sed_4.1.5-1_i386.deb) ...
Unpacking replacement sed ...
Setting up sed (4.1.5-1) ...

(Reading database ... 46908 files and directories currently installed.)
Preparing to replace libapache2-mod-php4 4:4.3.10-19 (using .../libapache2-mod-php4_6%3a4.4.4-8+etch1_i386.deb) ...
Unpacking replacement libapache2-mod-php4 ...
Preparing to replace php4-common 4:4.3.10-19 (using .../php4-common_6%3a4.4.4-8+etch1_i386.deb) ...
Unpacking replacement php4-common ...
Preparing to replace apache2-utils 2.0.54-5sarge1 (using .../apache2-utils_2.2.3-3.3_i386.deb) ...
Unpacking replacement apache2-utils ...
Selecting previously deselected package apache2.2-common.
Unpacking apache2.2-common (from .../apache2.2-common_2.2.3-3.3_i386.deb) ...
Stopping web server: Apache2 ... failed!
You may still have some apache2 processes running.  There are
processes named 'apache2' which do not match your pid file,
and in the name of safety, we've left them alone.  Please review
the situation by hand.
.

[...]

Setting up apache2-utils (2.2.3-3.3) ...
Setting up apache2.2-common (2.2.3-3.3) ...
Installing new version of config file /etc/apache2/envvars ...
Installing new version of config file /etc/apache2/apache2.conf ...
Installing new version of config file /etc/apache2/mods-available/proxy.load ...
Installing new version of config file /etc/apache2/mods-available/proxy_connect.load ...
Installing new version of config file /etc/apache2/mods-available/mem_cache.load ...
Installing new version of config file /etc/apache2/mods-available/dav_fs.conf ...
Installing new version of config file /etc/apache2/mods-available/disk_cache.load ...
Installing new version of config file /etc/apache2/mods-available/ssl.conf ...
Installing new version of config file /etc/apache2/mods-available/dav_fs.load ...
Installing new version of config file /etc/apache2/mods-available/userdir.conf ...
Installing new version of config file /etc/apache2/mods-available/proxy_ftp.load ...
Installing new version of config file /etc/apache2/mods-available/proxy_http.load ...
Installing new version of config file /etc/apache2/mods-available/mime_magic.conf ...
Installing new version of config file /etc/apache2/mods-available/file_cache.load ...
Installing new version of config file /etc/apache2/mods-available/cgid.conf ...
Installing new version of config file /etc/apache2/mods-available/proxy.conf ...
Installing new version of config file /etc/apache2/sites-available/default ...
Installing new version of config file /etc/init.d/apache2 ...
Module alias installed; run /etc/init.d/apache2 force-reload to enable.
Module autoindex installed; run /etc/init.d/apache2 force-reload to enable.
Module dir installed; run /etc/init.d/apache2 force-reload to enable.
Module env installed; run /etc/init.d/apache2 force-reload to enable.
Module mime installed; run /etc/init.d/apache2 force-reload to enable.
Module negotiation installed; run /etc/init.d/apache2 force-reload to enable.
Module set

Bug#416189: nautilus-open-terminal: fails when a terminal is in ~/.gnome2/nautilus-scripts/

2007-03-25 Thread Julien Valroff
package nautilus-open-terminal
merge 416189 394765
thanks

The issue described by GiGGz proves to be the same as the behaviour reported in 
#394765

Cheers,
Julien




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#416230: debian-cd: support KERNEL_PARAMS for powerpc, alpha and sparc

2007-03-25 Thread Vagrant Cascadian
Package: debian-cd
Version: 3.0.1
Severity: wishlist
Tags: patch

i make use of the KERNEL_PARAMS variable when creating custom
debian-installer CDs, but after trying to build a powerpc image, noticed
that it is only supported on i386 and amd64... why should other
architectures miss out on the fun?

please consider the attached patch (untested) to add support for
KERNEL_PARAMS to powerpc, alpha and sparc.

not sure how the other arches work to even try...

live well,
  vagrant
Index: tools/boot/etch/boot-powerpc
===
--- tools/boot/etch/boot-powerpc	(revision 1386)
+++ tools/boot/etch/boot-powerpc	(working copy)
@@ -75,6 +75,9 @@
  > boot.msg
 cat $BASEDIR/data/$DI_CODENAME/yaboot/yaboot.conf \
  | sed "s/CODENAME/${CODENAME}/g" > yaboot.conf
+if [ -n "$KERNEL_PARAMS" ]; then
+sed -ie "s|append=\"|append=\"$KERNEL_PARAMS |g" yaboot.conf
+fi
 cp $BASEDIR/data/$DI_CODENAME/yaboot/ofboot.b ofboot.b
 
 for subarch in powerpc powerpc64 prep
@@ -123,5 +126,8 @@
 cp $BASEDIR/data/$DI_CODENAME/chrp/bootinfo.txt ppc
 mkdir etc
 cp $INSTALLDIR/yaboot.conf etc
+if [ -n "$KERNEL_PARAMS" ]; then
+sed -ie "s|append=\"|append=\"$KERNEL_PARAMS |g" etc/yaboot.conf
+fi
 
 exit 0
Index: tools/boot/etch/boot-alpha
===
--- tools/boot/etch/boot-alpha	(revision 1386)
+++ tools/boot/etch/boot-alpha	(working copy)
@@ -80,9 +80,9 @@
 RSIZE=$(expr $(zcat boot$N/boot/initrd.gz | wc --bytes) / 1024)
 OPTS="ramdisk_size=$RSIZE initrd=/boot/initrd.gz root=/dev/ram devfs=mount,dall"
 
-echo "0:boot/vmlinuz $OPTS"   >  boot$N/etc/aboot.conf
-echo "1:boot/vmlinuz $OPTS console=ttyS0" >> boot$N/etc/aboot.conf
-echo "2:boot/vmlinuz $OPTS console=ttyS1" >> boot$N/etc/aboot.conf
+echo "0:boot/vmlinuz $OPTS $KERNEL_PARAMS"   >  boot$N/etc/aboot.conf
+echo "1:boot/vmlinuz $OPTS console=ttyS0 $KERNEL_PARAMS" >> boot$N/etc/aboot.conf
+echo "2:boot/vmlinuz $OPTS console=ttyS1 $KERNEL_PARAMS" >> boot$N/etc/aboot.conf
 
 mkdir -p boot$N/milo
 
Index: tools/boot/etch/boot-sparc
===
--- tools/boot/etch/boot-sparc	(revision 1386)
+++ tools/boot/etch/boot-sparc	(working copy)
@@ -46,6 +46,9 @@
 
 # Some custom etc files
 cp -f -p $BASEDIR/data/etch/sparc/silo.conf $inst/boot/
+if [ -n "$KERNEL_PARAMS" ]; then
+sed -ie "s|append=\"|append=\"$KERNEL_PARAMS |g" $inst/boot/silo.conf
+fi
 cat $BASEDIR/data/etch/sparc/debian.txt \
  | sed "s/\${MEDIA_TYPE}/CDROM/" \
  | sed "s/\${DEBIAN_VERSION}/${CODENAME}/g" \


Bug#413926: Call for vote: wordpress: Should not ship with Etch

2007-03-25 Thread Steve Langasek
> - - -=-=-=-=-=- Don't Delete Anything Between These Lines =-=-=-=-=-=-=-=-
> [ 1 ] Choice 1: wordpress should not be included in etch due to bug #413269
> [ 2 ] Choice 2: wordpress should be included in etch in spite of bug #413269
> [ 3 ] Choice 3: Further discussion
> - - -=-=-=-=-=- Don't Delete Anything Between These Lines =-=-=-=-=-=-=-=-

Rationale: the security team are domain experts when it comes to questions
of code quality vis-à-vis security; even with a guarantee that developer
time will be available for preparation of DSAs, it is reasonable to exclude
packages based on estimates of the number of security fixes a package will
require over the course of a stable release cycle.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature


Bug#416100: win64 support for lenny

2007-03-25 Thread Ove Kaaven

Robert Millan wrote:

OTOH, if we provide win64, game vendors will be very happy that they can target
all platforms with a single binary, stablishing win64 as the standard.


Dream on. Game vendors don't care what Wine can and can't run, it's not 
their problem. Their target platforms are it.



I suppose we'll have released lenny by end of 2008.  In case we haven't (big
failure in our part), at that point win64 in wine would stop being a problem and
begin being something useful.  So my request can be translated into "not
providing win64 before end of 2008" rather than "with lenny".


And lenny+1 will be out when? 2009? So if win64 apps appear in 2008, 
debian (stable) won't support them until 2009. Yay.



Btw, I suppose you have read this essay which is very related to our discussion;
if you haven't, I strongly recommend it:

  http://www.catb.org/~esr/writings/world-domination/world-domination-201.html


I read the important parts, yes. However,

1) Eric Raymond is so full of crap (again) it's not even funny. While 
the whole article is silly, the only thing I even need to mention, is 
that x86-64 systems don't need 64-bit software, they can run 32-bit 
software, and this 32-bit software can address 64GB of RAM (see 
http://en.wikipedia.org/wiki/Physical_Address_Extension for an 
explanation), which, if we even accept his assumptions that RAM usage 
drives OS migration, places the supposed "hard deadline" in 2014.


(MS-DOS, also, could address more than 1MB, and even run 32-bit code, 
such as Doom. Windows took over for quite different reasons.)


2) If you seriously think every Joe on the street is going to pick up 
Linux just because it supports 64-bit a little bit faster than Windows, 
I've got a nice bridge in San Francisco to sell you.


3) World domination is not something to toy with. In my opinion, it 
should be deserved by someone/something responsible - and so, if it 
takes surreptitious machinations to achieve it, I don't even want it.




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#416228: fails to install -> chown: cannot access `/var/lib/postgresql'

2007-03-25 Thread Adam Majer
Package: postgresql-common
Version: 72
Severity: serious

Setting up postgresql-common (72) ...
chown: cannot access `/var/lib/postgresql': No such file or directory
dpkg: error processing postgresql-common (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 postgresql-common


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (900, 'unstable'), (5, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20.4
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages postgresql-common depends on:
ii  adduser   3.102  Add and remove users and groups
ii  debconf [debconf-2.0] 1.5.13 Debian configuration management sy
ii  lsb-base  3.1-23.1   Linux Standard Base 3.1 init scrip
ii  postgresql-client-common  72 manager for multiple PostgreSQL cl
ii  procps1:3.2.7-3  /proc file system utilities
ii  ssl-cert  1.0.14 Simple debconf wrapper for openssl

postgresql-common recommends no packages.

-- debconf information:
* postgresql-common/obsolete-major:
  postgresql-common/untransitioned:


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#416229: gnome-main-menu: Hard drive status counts only /boot

2007-03-25 Thread Ryan Finnie
Package: gnome-main-menu
Version: 0.0.cvs.20061028-1
Severity: normal

I have a "normal" encrypted LVM setup (/boot on /dev/sda1, / + swap on
LVM over luks on /dev/sda2, see mount below), but when I open
gnome-main-menu, it displays "Hard Drive: 44M Free, 91M Total".  It
obviously doesn't recognize /dev/mapper/mainvg-rootlv and is just
calculating the /boot partition.  Yes, I'm rather confident my hard
drive is larger than 91M.

RF

/dev/mapper/mainvg-rootlv on / type ext3 (rw,errors=remount-ro)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
procbususb on /proc/bus/usb type usbfs (rw)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
/dev/sda1 on /boot type ext3 (rw)


-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20-1-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages gnome-main-menu depends on:
ii  debconf1.5.11Debian configuration management sy
ii  gconf2 2.16.1-1  GNOME configuration database syste
ii  gnome-menus2.16.1-3  an implementation of the freedeskt
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.12.4-3  The ATK accessibility toolkit
ii  libbonobo2-0   2.14.0-3  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.14.0-5  The Bonobo UI library
ii  libc6  2.3.6.ds1-13  GNU C Library: Shared libraries
ii  libcairo2  1.2.4-4   The Cairo 2D vector graphics libra
ii  libdbus-1-31.0.2-1   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.71-3simple interprocess messaging syst
ii  libfontconfig1 2.4.2-1.2 generic font configuration library
ii  libgconf2-42.16.1-1  GNOME configuration database syste
ii  libglade2-01:2.6.0-4 library to load .glade files at ru
ii  libglib2.0-0   2.12.4-2  The GLib library of C routines
ii  libgnome-desktop-2 2.14.3-2  Utility library for loading .deskt
ii  libgnome-keyring0  0.6.0-3   GNOME keyring services library
ii  libgnome-menu2 2.16.1-3  an implementation of the freedeskt
ii  libgnome2-02.16.0-2  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgnomeui-0   2.14.1-2  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.14.2-7GNOME virtual file-system (runtime
ii  libgtk2.0-02.8.20-7  The GTK+ graphical user interface
ii  libgtop2-7 2.14.4-3  gtop system monitoring library
ii  libhal-storage10.5.8.1-9 Hardware Abstraction Layer - share
ii  libhal10.5.8.1-9 Hardware Abstraction Layer - share
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libiw2828-1  Wireless tools - library
ii  liborbit2  1:2.14.3-0.1  libraries for ORBit2 - a CORBA ORB
ii  libpanel-applet2-0 2.14.3-5  library for GNOME 2 panel applets
ii  libpango1.0-0  1.14.8-5  Layout and rendering of internatio
ii  libpopt0   1.10-3lib for parsing cmdline parameters
ii  librsvg2-2 2.14.4-2  SAX-based renderer library for SVG
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libstartup-notification0   0.8-2 library for program launch feedbac
ii  libx11-6   2:1.0.3-6 X11 client-side library
ii  libxcursor11.1.7-4   X cursor management library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.1-5 X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.1-4 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxml22.6.27.dfsg-1 GNOME XML library
ii  libxrandr2 2:1.1.0.2-5   X11 RandR extension library
ii  libxrender11:0.9.1-3 X Rendering Extension client libra

gnome-main-menu recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#416227: bayonne_1.2.16-6(hppa/unstable): FTBFS: cannot find -lccscript

2007-03-25 Thread lamont
Package: bayonne
Version: 1.2.16-6
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of bayonne_1.2.16-6 on bld-3 by sbuild/hppa 98
> Build started at 20070325-2056

[...]

> ** Using build dependencies supplied by package:
> Build-Depends: debhelper (>> 4.0.0), libcommoncpp2-dev (>= 1.4.2-2), 
> libccaudio-dev (>= 1.1.2-2), libccscript-dev (>= 2.5.9-1), libperl-dev, 
> zlib1g-dev, libxml2-dev [!amd64 !alpha !s390], tcl8.4-dev, libzap-dev, 
> libjpeg62-dev, libmysqlclient15-dev, libpam0g-dev (>= 0.76), dpatch, 
> autotools-dev, sox

[...]

> hppa-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.  -DVERPATH=\"1.2.16\"   
> -I/usr/include/cc++2/ -fPIC  -g -O2 -D_GNU_SOURCE -c audio.cpp
> hppa-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.  -DVERPATH=\"1.2.16\"   
> -I/usr/include/cc++2/ -fPIC  -g -O2 -D_GNU_SOURCE -c request.cpp
> hppa-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.  -DVERPATH=\"1.2.16\"   
> -I/usr/include/cc++2/ -fPIC  -g -O2 -D_GNU_SOURCE -c conf.cpp
> hppa-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.  -DVERPATH=\"1.2.16\"   
> -I/usr/include/cc++2/ -fPIC  -g -O2 -D_GNU_SOURCE -c image.cpp
> hppa-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.  -DVERPATH=\"1.2.16\"   
> -I/usr/include/cc++2/ -fPIC  -g -O2 -D_GNU_SOURCE -c rpc.cpp
> /bin/sh ../libtool --mode=link hppa-linux-gnu-g++  -g -O2 -D_GNU_SOURCE  -o 
> bayonne.bin -export-dynamic  server.o scheduler.o config.o commands.o trunk.o 
> script.o fifo.o dso.o stat.o services.o protocols.o resolver.o network.o 
> audio.o request.o conf.o image.o rpc.o -lccscript -lccaudio1 -L/usr/lib 
> -lccgnu2 -ldl -lrt -pthread -lpam 
> mkdir .libs
> hppa-linux-gnu-g++ -g -O2 -D_GNU_SOURCE -o bayonne.bin server.o scheduler.o 
> config.o commands.o trunk.o script.o fifo.o dso.o stat.o services.o 
> protocols.o resolver.o network.o audio.o request.o conf.o image.o rpc.o 
> -pthread -Wl,--export-dynamic  -lccscript -lccaudio1 -L/usr/lib 
> /usr/lib/libccgnu2.so /usr/lib/libgnutls.so /usr/lib/libtasn1.so -lz 
> /usr/lib/libgcrypt.so /usr/lib/libgpg-error.so -lnsl -ldl -lrt -lpam
> /usr/bin/ld: cannot find -lccscript
> collect2: ld returned 1 exit status
> make[2]: *** [bayonne.bin] Error 1
> make[2]: Leaving directory `/build/buildd/bayonne-1.2.16/server'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/build/buildd/bayonne-1.2.16'
> make: *** [build-stamp] Error 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=hppa&pkg=bayonne&ver=1.2.16-6



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#403863: [Pkg-sysvinit-devel] Bug#403863: Cron <[EMAIL PROTECTED]> test -x /usr/sbin/anacron || run-parts --report /etc/cron.daily

2007-03-25 Thread Henrique de Moraes Holschuh
reassign 403863 chkrootkit
severity 403863 wishlist
retitle 403863 chkrootkit: please remove known false positives
thanks

On Sun, 25 Mar 2007, Binzberger Viktor wrote:
> The following suspicious files and directories were found:
> /lib/init/rw/.mdadm
> /lib/init/rw/.ramfs
> 
> Now this means that your approach is inconsistent with the use of 
> standard security tools within the same distribution. I'd like to ask 
> you to EITHER reconsider this strange new policy of putting hidden files 
> under /lib OR provide and maintain a patched version of chrootkit in the 
> distribution . Please, understand that I _don't_ want to recompile 
> chkrootkit, and also don't want to write a wrapper around it to supress 
> these messages, and I suspect that I'm not alone with this desire.

Sure thing.  chkrootkit will have to stop annoying people about this stuff
under /lib/init/rw.  It is already annoying people about other dotfiles and
the threads about it on d-devel were quite clear that the dotfiles will
stay (I don't appreciate these dot-files either, but...).

This bug is a "wontfix" on the sysvinit side for the time being, and even if
we do change it later on for some other reason, chkrootkit would still annoy
people over the other dotfiles from other packages.  Thus, I am reassigning
this bug to chkrootkit.

-- 
  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie." -- The Silicon Valley Tarot
  Henrique Holschuh


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#416086: [Pkg-sysvinit-devel] Bug#416086: symlinks are not removed on uninstall/purge

2007-03-25 Thread Henrique de Moraes Holschuh
On Sat, 24 Mar 2007, Michael Biebl wrote:
> When deinstalling/purging initscripts, the symlinks in /etc/rcS.d,rc0.d
> and rc6.d are not removed.

Messing with those has a critical effect on the ability to shutdown or
reboot the system.  I don't know if we can change that, even for purging.

> Imo these symlinks should not only be removed on purge but also on
> uninstall. As all files in /etc/ are treated as conffiles, uninstalling

They are configuration data. That *cannot* be removed on uninstall, period.

If a uninstall-install cycle doesn't leave you exactly where you were re.
configuration, a package has a serious bug.

> I expect though, when uninstalling the initscript package, that it is
> not active anymore.

It should not be, and if it is we have to fix that... in such a way that
NONE of the /etc stuff gets removed or modified on uninstall.

-- 
  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie." -- The Silicon Valley Tarot
  Henrique Holschuh


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#396751: pilot-link: stopped working with jpilot

2007-03-25 Thread Mark Grieveson
Hello.  It turns out this was not a problem.  It is now working.  I
suspect that I accidentally took my user out of a required group
(dialout, or something).  Anyway, after putting my user back into some
groups (dialout, and audio, etc), it started working again. 

Thanks for your responses.

Mark


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#413926: Call for vote: wordpress: Should not ship with Etch

2007-03-25 Thread Anthony Towns
On Sun, Mar 25, 2007 at 07:27:13PM -0700, Steve Langasek wrote:
> - - -=-=-=-=-=- Don't Delete Anything Between These Lines =-=-=-=-=-=-=-=-
> [ 2 ] Choice 1: wordpress should not be included in etch due to bug #413269
> [ 1 ] Choice 2: wordpress should be included in etch in spite of bug #413269
> [ 3 ] Choice 3: Further discussion
> - - -=-=-=-=-=- Don't Delete Anything Between These Lines =-=-=-=-=-=-=-=-

Rationale: Neil McGovern [0] has indicated it should be supportable,
having already done testing-security support for it, and Kai Hendy as
the non-DD Debian maintainer has indicated both he and upstream [1]
are expecting to continue support the package. That seems sufficient to
count the package as security supportable for etch to me.

As far as advising versus overruling goes, I think inclusion in etch is
the RMs' decision, and without an opinion from them, we've got a case
of "Developers' jurisdictions overlap" so rather than trying to work
out whether it's fair to overrule the security team or the maintainer
(both of which I'd rather not), I'm just giving my opinion on what's
the best course of action.

Cheers,
aj

[0] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=413926;msg=99
[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=413926;msg=44


signature.asc
Description: Digital signature


Bug#416095: switchconf: Allow for boot time configuration switch using kernel options.

2007-03-25 Thread Jose Calhariz
On Sat, Mar 24, 2007 at 08:34:21PM +0100, Eric Lavarde wrote:
> Package: switchconf
> Version: 0.0.5.1-1
> Severity: wishlist
> Tags: patch
> 
> 
> Hello again,
> 
> I've developed a small init script for switchconf which allows to
> switch the configuration at boot time. In order to do this you just
> need to add a kernel option 'switchconf=', e.g. to lilo.conf
> or grub's menu.lst; and the init script will call switchconf with
>  as parameter. 
> 
> As an example, I have now the following in /boot/grub/menu.lst:
> 
> title   Debian GNU/Linux, kernel 2.6.18-4-686 (WORK)
> root(hd0,4)
> kernel  /boot/vmlinuz-2.6.18-4-686 root=/dev/hda5 ro switchconf=work
> initrd  /boot/initrd.img-2.6.18-4-686
> savedefault
> 
> title   Debian GNU/Linux, kernel 2.6.18-4-686 (HOME)
> root(hd0,4)
> kernel  /boot/vmlinuz-2.6.18-4-686 root=/dev/hda5 ro switchconf=home
> initrd  /boot/initrd.img-2.6.18-4-686
> savedefault
> 
> The switchconf file shall be installed as /etc/init.d/switchconf and
> linked to /etc/rcS.d/S37switchconf. I chose 37 because it's just
> after 36 ;-) and 36 is the level where the local file systems are
> mounted, i.e. there is no risk that switchconf tries to install
> files to non-mounted file systems, and you can still manipulate the
> network configuration. 
> 
> Cheers, Eric
> 
> -- System Information:
> Debian Release: 4.0
>   APT prefers testing
>   APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
> Architecture: i386 (i686)
> Shell:  /bin/sh linked to /bin/bash
> Kernel: Linux 2.6.18-4-686
> Locale: LANG=en_IE.UTF-8, LC_CTYPE=en_IE.UTF-8 (charmap=UTF-8)
> 
> -- no debconf information

Thank you for your patch.  On the next weeks I should release a new
version with your enhancement, but I will only try to send to Debian
after etch release.

 José Calhariz

-- 
P.S. [En_US] The sig below is from my random sig-generator, which strangely
often seems to pick signatures which are apropriate to the message at
hand!

P.S. [Pt_Pt] A assinatura em baixo é do gerador aleatório de
assinaturas, que estranhamente, escolhe com frequência assinaturas que
parecem apropriadas ao email!
--

Quando um executivo não se dá bem com as pessoas, então o problema dele é 
grande mesmo, porque numa empresa temos pessoas por toda parte. Não temos cães 
nem macacos - só pessoas

--Lee Iacocca


signature.asc
Description: Digital signature


Bug#416094: switchconf: Allow for alternative configuration methods using cp instead of ln.

2007-03-25 Thread Jose Calhariz
On Sat, Mar 24, 2007 at 08:10:37PM +0100, Eric Lavarde wrote:
> Package: switchconf
> Version: 0.0.5.1-1
> Severity: wishlist
> Tags: patch
> 
> 
> Hello,
> 
> as I've started to use switchconf in order to configure a chroot
> environment, using ln to apply configurations doesn't work for
> me. So I created the attached patch, adding effectively a new option
> to /etc/switchconf/conf: 
> 
> # defines how to copy files to their configuration place. 'softlink' is the
> # default value, 'copy' is an alternative possibility.
> config_method=copy
> 
> I made the patch such that it doesn't make any difference for people not
> changing their config file. Hope you can include it in a next version of
> switchconf.
> 
> I might in the future try to find a way to decide on copy vs. link
> for each file individually, but it's 2nd priority for me, so it
> might never come. 
> 
> Cheers, Eric

Thank you for your patch.  I am thinking in expanding your patch to support
hardlinks.  On the next weeks I should release a new version with your
enhancement, but I will only try to send to Debian after etch release.

José Calhariz


-- 
P.S. [En_US] The sig below is from my random sig-generator, which strangely
often seems to pick signatures which are apropriate to the message at
hand!

P.S. [Pt_Pt] A assinatura em baixo é do gerador aleatório de
assinaturas, que estranhamente, escolhe com frequência assinaturas que
parecem apropriadas ao email!
--

Quando um executivo não se dá bem com as pessoas, então o problema dele é 
grande mesmo, porque numa empresa temos pessoas por toda parte. Não temos cães 
nem macacos - só pessoas

--Lee Iacocca


signature.asc
Description: Digital signature


Bug#413926: Call for vote: wordpress: Should not ship with Etch

2007-03-25 Thread Steve Langasek
On Sat, Mar 17, 2007 at 10:48:59AM -0400, Raul Miller wrote:
> On 3/12/07, Steve Langasek <[EMAIL PROTECTED]> wrote:
> >Hmm -- if it's the RMs' call, I guess that means Andi and I both are
> >required to abstain from any vote on this (Constitution 6.3.2).  Is it 
> >still
> >ok for me to call for a vote? :)  (FWIW, as RM the decision I consider to
> >have made is "defer to the judgement of the security team", so I guess the
> >TC does have a choice on who to overrule...)

> I can think of no reason [constitutional or otherwise] why you should not be
> allowed to call for a vote for the rest of the committee to
> [potentially] override
> you.

So we've been discussing within the release team the decision whether to
treat the security team's request as RC, and we're split on the question;
the decision has been made that the release team will instead refer this
decision to the TC under 6.1.3 of the constitution.

Since that makes this a referred decision rather than an override, a simple
majority should therefore be sufficient to decide in either direction.
Further, it's my understanding that there's no requirement for Andi or I to
abstain.  (Not that I think it's likely to affect the vote outcome, given
that we were split on the question to begin with. ;)

Following is a ballot for the question of bug #413926.  I've drafted two
separate ballot options to allow the TC to vote the full range of
preferences under Condorcet; hopefully, 'further discussion' will rank low
on everyone's ballots anyway. :)  As far as I'm concerned no verbose
resolution is needed here, feel free to consider the one-line description to
be the full text of the resolution.

I'm calling for an immediate vote, in the hopes that this decision can be
made without impact to the etch release timeline.

  In the brackets next to your preferred choice, place a 1. Place a 2 in
  the brackets next to your next choice.  Continue until you reach your last
  choice.  Do not enter a number smaller than 1 or larger than 3.  You may
  skip numbers.  You may rank options equally (as long as all choices X you
  make fall in the range 1 <= X <= 3).

  To vote "no, no matter what" rank "Further discussion" as more
  desirable than the unacceptable choices, or You may rank the "Further
  discussion" choice, and leave choices you consider unacceptable
  blank. Unranked choices are considered equally the least desired
  choices, and ranked below all ranked choices. (Note: if the Further
  Discussion choice is unranked, then it is equal to all other unranked
  choices, if any.)

- - -=-=-=-=-=- Don't Delete Anything Between These Lines =-=-=-=-=-=-=-=-
[   ] Choice 1: wordpress should not be included in etch due to bug #413269
[   ] Choice 2: wordpress should be included in etch in spite of bug #413269
[   ] Choice 3: Further discussion
- - -=-=-=-=-=- Don't Delete Anything Between These Lines =-=-=-=-=-=-=-=-


Cheers,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#415602: jd: please display a warning message if setlocale() fails

2007-03-25 Thread Hideki Yamane
Hi,

On Sun, 25 Mar 2007 06:41:38 +0900 (JST)
Tatsuya Kinoshita <[EMAIL PROTECTED]> wrote:
> I reconsidered that setlocale() should be done to set locale
> categories, so I've revised my suggestion:
> 
> * Do setlocale(LC_ALL, "").
> * Check a value of setlocale(LC_CTYPE, NULL).
> * If the value is not UTF-8 locale, do setlocale(LC_ALL, "ja_JP.UTF-8").
> * if the return value of setlocale() is NULL, display a warning message.

 Now upstream discuss with your suggestion, so stay tuned...



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#366775: even worse in libgnomeprint2.2-0 v2.18

2007-03-25 Thread Drew Parsons
Package: libgnomeprint2.2-0
Version: 2.18.0-1
Followup-For: Bug #366775

I installed libgnomeprint* 2.18 from experimental.  The behaviour of
evince now is even worse: it doesn't send the print job to the CUPS
printer at all!

I tried half a dozen different permutations - switching duplex on and
off, setting layout to plain - and only once did evince/libgnomeprint
2.18 actually communicate with the CUPS printer I was printing to.
That is, only once out of six or so attempts did
/var/log/cups/access_log report "Print-Job successful-ok".  The other
times there was simply nothing in cups/access_log  at all, nor in
cups/error_log.

As far as I can tell, the successful print job occurs when I press
"Print" immediately, without going into the configuration dialog box.
Any visit into "Configure" results in no job being sent to the print,
regardless of whether Duplex is selected there or not.

Apart from that fatal problem, the other problems appear to still be
there.  That is, when I first open up the printer configuration,
Duplex is not selected even though the printer is configured
under CUPS to use it by default. 


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)

Versions of packages libgnomeprint2.2-0 depends on:
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libc6  2.3.6.ds1-13  GNU C Library: Shared libraries
ii  libcupsys2 1.2.7-4   Common UNIX Printing System(tm) - 
ii  libfontconfig1 2.4.2-1.2 generic font configuration library
ii  libfreetype6   2.2.1-5   FreeType 2 font engine, shared lib
ii  libglib2.0-0   2.12.6-2  The GLib library of C routines
ii  libgnomecups1.0-1  0.2.2-5   GNOME library for CUPS interaction
ii  libgnomeprint2.2-data  2.18.0-1  The GNOME 2.2 print architecture -
ii  libgnutls131.4.4-3   the GNU TLS library - runtime libr
ii  libpango1.0-0  1.14.8-5  Layout and rendering of internatio
ii  libpopt0   1.10-3lib for parsing cmdline parameters
ii  libxml22.6.27.dfsg-1 GNOME XML library
ii  zlib1g 1:1.2.3-13compression library - runtime

Versions of packages libgnomeprint2.2-0 recommends:
ii  cupsys1.2.7-4Common UNIX Printing System(tm) - 

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#416226: kde: KDE Control Center - Password & User Account - Picture Change Disallowed

2007-03-25 Thread Sheridan Hutchinson
Package: kde
Version: 5:47
Severity: normal

The 'Password & User Account' modules of the 'Control Center' is by 
default disallowing users from changing their pictures and provides no 
way for them to work around this (e.g. by providing the root password).

To replicate: As a normal user, load control centre, click 'security & 
privacy', click 'password & user account', click on the button with the 
blank picture at the top (which is to the left of the name of the user), 
and you'll get a message saying 'your administrator has disallowed 
changing your image'.

This happens on a fresh install of Etch (RC2) on my laptop after KDE and 
the relevent latest updates are installed for the system via apt.

Interestingly, my desktop, which I upgraded to Etch from Sarge over 7 
months ago with an almost indentical install, allows normal users to 
change this image without a fuss.

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages kde depends on:
ii  kde-amusements  5:47 the K Desktop Environment games an
ii  kde-core5:47 the K Desktop Environment core mod
ii  kdeaccessibility4:3.5.5-2accessibility packages from the of
ii  kdeaddons   4:3.5.5-1add-on plugins and applets provide
ii  kdeadmin4:3.5.5-4system administration tools from t
ii  kdeartwork  4:3.5.5-1themes, styles and more from the o
ii  kdegraphics 4:3.5.5-3graphics apps from the official KD
ii  kdemultimedia   4:3.5.5-2multimedia apps from the official 
ii  kdenetwork  4:3.5.5-5network-related apps from the offi
ii  kdepim  4:3.5.5.dfsg.1-6 Personal Information Management ap
ii  kdeutils4:3.5.5-3general purpose utilities from the
ii  kdewebdev   4:3.5.5-1web development apps from the offi

kde recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#415239: linux-image-2.6.18-4-amd64: general protection fault from powernow-k8

2007-03-25 Thread Oleg Verych
On Sun, Mar 25, 2007 at 10:49:30PM +1000, Hamish Moffatt wrote:
[]
> I tried the 2.6.20 package from buildserver.net. It crashed similarly.
> Yes I had the nvidia driver loaded as usual :-|

Full dmesg and without nvidia, please.

> I will try upstream 2.6.20 asap.

Latest upstream is 2.6.21-rc5 (:.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#416210: linux-image-2.6.18-4-686: Hangs at initrd boot state [i386] dual PentiumIII chipset ServerWorks OSB4

2007-03-25 Thread Oleg Verych
> System: fresh pure install, all tasks from tasksel. On install state
> I hadn't any problems, but next boot cause any big problem for me:
>
> Kernel 2.6.18-4-486 works ok, but it has only ONE processor support and 
> is slower.

What kernel fully worked for you last time?

> Kernel 2.6.18-4-686 hangs at boot. I don't know how switch off SMP at 
>boot for tests.

In the BIOS (must be something APIC related)

> Finally system start up, but is very unstable. A lot of processes
> have  status.

Can you grab dmesg and save it somewhere? Without boot log there's
noone, who can help you, i guess.

[]
> My needs:
> 1. I have two computers. Give me scheme for RS232 cable to save
>all startup log, and command for kernel to switch output to RS232.
>I can use minicom for getting messages.[]

You need ordinary female-female(2-3, 3-2, 5-5) RS232 cable, or
USB-to-RS232 cable. Serial console is activated by 'console=ttyS0'
(default bautrate is 115200, i think, see more in
Documentation/serial-console.txt).

[]
> 2. I want temporarly switch off SMP on -686, & try boot.
> 3. Maybe use 486 kernel version with SMP support[]

Try some older kernels also.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#416038: Several NAS security bugs

2007-03-25 Thread Steve McIntyre
On Sun, Mar 25, 2007 at 11:30:13PM +0100, Steve McIntyre wrote:
>On Sat, Mar 24, 2007 at 11:08:27AM +0100, Florian Weimer wrote:
>>Package: nas
>>Tags: security
>>Severity: grave
>>
>>Several bugs in the Network Audio System have been disclosed:
>>
>>
>>
>>The CVE project has assigned the names CVE-2007-1543, CVE-2007-1544,
>>CVE-2007-1545, CVE-2007-1546 and CVE-2007-1547 to these
>>vulnerabilities.  Please mention them in the changelog when fixing the
>>bugs.
>
>I'm working on updates for both sarge and etch now. Upstream just
>released a new version which I'll put into sid, and the diffs from the
>last version are clear, easy to follow and well documented. I *like*
>the nas upstream... :-)

New versions for sid/etch and sarge now uploaded.

-- 
Steve McIntyre, Cambridge, UK.[EMAIL PROTECTED]
"The problem with defending the purity of the English language is that
 English is about as pure as a cribhouse whore. We don't just borrow words; on
 occasion, English has pursued other languages down alleyways to beat them
 unconscious and rifle their pockets for new vocabulary."  -- James D. Nicoll


signature.asc
Description: Digital signature


Bug#416200: linux-image-2.6.18-4-686: Missing sk98lin module.

2007-03-25 Thread Oleg Verych
> From: Andrew Nady
> Newsgroups: gmane.linux.debian.devel.kernel
> Subject: Bug#416200: linux-image-2.6.18-4-686: Missing sk98lin module.
> Date: Sun, 25 Mar 2007 17:41:49 -0400
> Organization: Primary Support Systems Inc.
[]
> As mentioned before. In the older kernel (2.6.18-3), most likely due to 
> conflict with skge, I had to blacklist skge than  rmmod sk98lin and insmod 
> sk98lin on each reboot to get the eth2 working.
> As of 2.6.18-4 this is no longer functioning.

skge here is too old, and maybe because of this 

,-*- skge version 1.8+ -*-
| Stephen Hemminger [Sun, 24 Sep 2006 04:25:28 + (21:25 -0700)]
|   
| Add support for older fiber versions of the SysKonnect board.
| These chipsets use an internal PHY so they require special handling.
| The older sk98lin driver already supported these
| 
| 
http://git.kernel.org/?p=linux/kernel/git/jgarzik/netdev-2.6.git;a=commitdiff;h=64f6b64dfb8cdda21652f24a0fb0a68e2f0b0022
`-*-

it will not handle this chip. Maybe 'sk98lin' should be returned back?

Alternative is to backport changes to this in-rapid-development driver
from the upstream. If core subsystems aren't changed much, i think,
porting changes (not only bug fixes) to drivers isn't such a bad idea
with today's hardware and development style of linux-2.6. But this can
cause even more bugreports from (imho larger, than lkml) audience. Just
my opinion.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#414948: mondorestore hangs when trying to create a new RAID array

2007-03-25 Thread John Pearson
Thanks Bruno,

Sorry for not replying earlier, but I've been away from my work email.

The fix you provided allows me to get further: I can now allocate
devices to the array, but mondorestore segfaults when I choose 'OK'
after specifying the devices to use; I've tried with both existing RAID
autodetect partitions, and with empty disks that I've 'added' RAID
partitions to using mondorestore's partition editor.

Regards,


John Pearson.

Bruno Cornec wrote:
> John Pearson said on Thu, Mar 15, 2007 at 08:59:20AM +1030:
>
>   
>> Ran 'ps fx' on another tty, which showed commands like
>>   grep " /proc/mdstatraid1" > /dev/null 2>/dev/null
>> It looks like this should be
>>   grep "raid1" "/proc/mdstat" 
>> 
>
> Oh yes. I fixed that in the stable SVN branch since, but I didn't for
> the future 2.2.2. Thanks for reporting that. I've now committed it as
> rev 1253 of SVN - http://trac.mondorescue.org/changeset/1253
>
> Could you try to add the patch to your tree:
>
> --- mondo/src/common/libmondo-raid.c(révision 1247)
> +++ mondo/src/common/libmondo-raid.c(copie de travail)
> @@ -80,13 +80,13 @@
> int res;
>
> command = malloc(MAX_STR_LEN * 2);
> -   strcpy(command, "grep \" /proc/mdstat");
> +   strcpy(command, "grep \"");
> if (raidno == -1) {
> strcat(command, "linear");
> } else {
> sprintf(command + strlen(command), "raid%d", raidno);
> }
> -   strcat(command, "\" > /dev/null 2> /dev/null");
> +   strcat(command, "\" /proc/mdstat > /dev/null 2> /dev/null");
> log_it("Is raid %d registered? Command = '%s'", raidno,
> command);
> res = system(command);
> paranoid_free(command);
>
>
>   


-- 
[EMAIL PROTECTED]  |   The greatest problem in communication is
Network Administrator| the illusion that it has been accomplished
+61 4 0739 1169  |   - George Bernard Shaw: The Sanity of Art



Bug#416225: www-mysql: Segfault due to missing initialization

2007-03-25 Thread Matto Marjanovic
Package: www-mysql
Version: 0.5.7-20
Severity: important
Tags: patch

Hi,

www-mysql was segfaulting on my Sparc Ultra5 --- I tracked the problem
 down to the omission of an initialization of a MYSQL struct.
 Appended is a tiny patch that fixes the problem.

Thanks for the continued maintenance!  (Sometimes I wonder if I'm
 the only guy out there using this handy software),
-matt m.


--- www-sql-0.5.7-original/mysql.c  2007-01-05 22:27:30.0 -0500
+++ www-sql-0.5.7/mysql.c   2007-01-05 21:24:32.0 -0500
@@ -143,6 +143,7 @@
   }
 
   conn = xmalloc(sizeof(MYSQL));
+  mysql_init(conn);
   mysql_real_connect(conn, host, user, pass, 0, 0, 0, 0);
 #ifdef mysql_errno
   if (mysql_errno(conn)) {




-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: sparc (sparc64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.27-2-sparc64
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages www-mysql depends on:
ii  apache-ssl   1.3.34-4versatile, high-performance HTTP s
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libmysqlclient15off  5.0.30-3mysql database client library
ii  wn   2.2.9-3 Secure and efficient http server w

www-mysql recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#416224: Package doesn't purge or reinstall /boot/grub/*

2007-03-25 Thread Tony Houghton
Package: grub
Version: 0.97-26
Severity: normal

A misleading error message made me mistakenly believe /boot/grub/stage1 
was corrupted. I backed up my menu.lst and ran `apt-get remove --purge' 
but all the files in /boot/grub/ stayed intact. I removed them manually 
and reinstalled grub, but it didn't recreate the files. Not even with 
dpkg --force-confmiss. I had to copy them manually from /usr/lib/grub.

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20.4
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages grub depends on:
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libncurses5 5.5-5Shared libraries for terminal hand

grub recommends no packages.

-- no debconf information

-- 
TH * http://www.realh.co.uk


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#356863: savedefault seems broken

2007-03-25 Thread Kurt J. Bosch
It happend again right when trying to boot the first menu entry for the 
second time and each time after that.


Manual booting from grub command line worked without problems this time, 
but at command savedefault it sayed :

 Error 27: command not recognized

Booting an alternative entry with same kernel worked too. (There is no 
savedefault)


After I disabled
  echo savedefault --default=$menuentry |
  /usr/sbin/grub_bin --batch
in some extra script in /etc/acpi/suspend.d which I have allready there 
since dapper and doing

  sudo grub-install
grub worked normal again.

So, there seems to be broken/missing support of command savedefault in 
/usr/bin/grub and/or grub boot-loader itself.


Will see if that was allready all, or if it will happen again 
sporadically ...




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#416196: ImportError: /usr/lib/libpangocairo-1.0.so.0: undefined symbol

2007-03-25 Thread Julien Cristau
On Mon, Mar 26, 2007 at 02:08:24 +0200, dmilith wrote:

> [EMAIL PROTECTED] (~)]$ ldd -r /usr/lib/libpangocairo-1.0.so.0
> 
[snip]
> libcairo.so.2 => /usr/eclipse/libcairo.so.2 (0x2abd45b4)
   ^^
Where does this come from, and why is /usr/eclipse in your
LD_LIBRARY_PATH?

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#416196: ImportError: /usr/lib/libpangocairo-1.0.so.0: undefined symbol

2007-03-25 Thread dmilith
Dnia Sun, 25 Mar 2007 22:55:29 +0200
Josselin Mouette <[EMAIL PROTECTED]> napisał(a):

> Le dimanche 25 mars 2007 à 21:33 +0200, dmilith a écrit :
> > ImportError: /usr/lib/libpangocairo-1.0.so.0: undefined symbol:
> > cairo_scaled_font_get_font_options
> > 
> > "
> > 
> > i also receive similar problem (but only sometimes) in xqf, amule,
> > firefox (but export with disabled pango helps..)
> 
> Please send the output of "ldd -r /usr/lib/libpangocairo-1.0.so.0".
> 

here You go:

[EMAIL PROTECTED] (~)]$ ldd -r /usr/lib/libpangocairo-1.0.so.0

libpango-1.0.so.0 => /usr/lib/libpango-1.0.so.0 (0x2abd45519000)
libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0x2abd4565b000)
libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0 (0x2abd4579c000)
libdl.so.2 => /lib/libdl.so.2 (0x2abd4589f000)
libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x2abd459a3000)
libcairo.so.2 => /usr/eclipse/libcairo.so.2 (0x2abd45b4)
libm.so.6 => /lib/libm.so.6 (0x2abd45c9)
libpangoft2-1.0.so.0 => /usr/lib/libpangoft2-1.0.so.0 (0x2abd45e13000)
libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x2abd45f41000)
libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x2abd46075000)
libz.so.1 => /usr/lib/libz.so.1 (0x2abd461ee000)
libc.so.6 => /lib/libc.so.6 (0x2abd46304000)
librt.so.1 => /lib/librt.so.1 (0x2abd46541000)
/lib64/ld-linux-x86-64.so.2 (0x4000)
libXrender.so.1 => /usr/lib64/libXrender.so.1 (0x2abd4664b000)
libXext.so.6 => /usr/lib64/libXext.so.6 (0x2abd46754000)
libX11.so.6 => /usr/lib64/libX11.so.6 (0x2abd46865000)
libexpat.so.1 => /usr/lib/libexpat.so.1 (0x2abd46a6f000)
libpthread.so.0 => /lib/libpthread.so.0 (0x2abd46b91000)
libXau.so.6 => /usr/lib64/libXau.so.6 (0x2abd46ca6000)
libXdmcp.so.6 => /usr/lib64/libXdmcp.so.6 (0x2abd46da9000)

undefined symbol: cairo_scaled_font_get_font_options
(/usr/lib/libpangocairo-1.0.so.0)
undefined symbol: cairo_scaled_font_text_extents 
(/usr/lib/libpangocairo-1.0.so.0)
undefined symbol: cairo_scaled_font_get_ctm 
(/usr/lib/libpangocairo-1.0.so.0)


signature.asc
Description: PGP signature


Bug#416223: NFS V4 GSS/KRB5 Volumes not mounted during boot because gssd won't start

2007-03-25 Thread Joachim Keltsch
Package: initscripts
Version: 2.86.ds1-38

Problem:

On boot, NFS V4 mount points with KRB5 security won't be mounted,
because rpc.gssd won't be started. A typo
in /etc/network/if-up.d/mountnfs prevents the start of gssd.

There is a check whether krb5, krb5i, or krb5p options are present 
in
the mount options string. krb5 will be detectet if the only 
option, if placed at the very beginning of the string, or if 
placed at the end of the string. It will not be detected if it is 
in the middle of the
options string.

This is clearly a typo, since the check whether krb5i is in the 
middle
of the line takes place twice. Workaround below, patch attached.

Regards
Joachim



Workaround:
===
put the krb5 mount option at the beginning or the end of the 
mount
options in /etc/fstab, but not in the middle.

Examples:
this will work fine:
/etc/fstab: calvin:/  /mnt/calvin  nfs4  sec=krb5,rw,bg,auto

this won't work:
/etc/fstab: calvin:/  /mnt/calvin  nfs4  rw,sec=krb5,bg,auto


patch
Description: Binary data


Bug#416197: scrollz: fails to display ansi graphics correctly

2007-03-25 Thread Thomas Dickey
On Sun, Mar 25, 2007 at 10:10:09PM +0200, Jeremy Cyrus wrote:
> using xterm with vga font from xfonts-dosemu package.
> nothing has changed in my configuration from the way it has always worked in
> the past.
> someone on #debian told me it had to do with UTF-8 and locales.

sure - a quick look at scrollz shows me it does not pay any attention
to locale.  Running in a terminal with UTF-8 encoding, the codes in
128-255 all mean something different from what it's expecting.
 
> 03/25/07, Jeremy Cyrus <[EMAIL PROTECTED]> wrote:
> >Package: scrollz
> >Version: 1.9.99-1
> >Severity: important
...
> >Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

presumably if your locale is *.UTF-8, the encoding matches...

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net


pgp6bmVUN0J8Q.pgp
Description: PGP signature


Bug#416220: network-manager fails to associate with an open (unencrypted) wlan

2007-03-25 Thread Jim Hague
Package: network-manager
Version: 0.6.4-6
Severity: normal

network-manager on my laptop using the onboard Broadcom BCM4318 via
ndiswrapper works fine with WEP and WPA encrypted wireless networks,
but fails when connecting to open networks. network-manager-kde shows
28% done 'Activation stage: Configuring device', and sticks there until
timing out.

A log of wpa_supplicant traffic follows. Superficially this looks
exactly like Ubuntu bug 42504, 
https://launchpad.net/ubuntu/+source/network-manager/+bug/42504.
The workaround given there, 'sudo dhclient '
works. However, looking at the log it appears that the main problem
there, wpasupplicant being asked to use interface type 'ndiswrapper'
not 'wext', is not the case here.

I am filing this bug from my amd64 install. The x86 install behaves
identically.

Mar 25 23:54:14 scabbers NetworkManager: ^ISUP: sending command 
'INTERFACE_ADD eth1^I^Iwext^I/var/run/wpa_supplicant^I' 
Mar 25 23:54:24 scabbers NetworkManager: ^Iwpa_supplicant(3856): 
Global control interface '/var/run/wpa_supplicant-global' 
Mar 25 23:54:24 scabbers NetworkManager: ^Iwpa_supplicant(3856): 
RX global ctrl_iface - hexdump_ascii(len=49): 
Mar 25 23:54:24 scabbers NetworkManager: ^Iwpa_supplicant(3856):   
   49 4e 54 45 52 46 41 43 45 5f 41 44 44 20 65 74   INTERFACE_ADD et 
Mar 25 23:54:24 scabbers NetworkManager: ^Iwpa_supplicant(3856):   
   68 31 09 09 77 65 78 74 09 2f 76 61 72 2f 72 75   h1__wext_/var/ru 
Mar 25 23:54:24 scabbers NetworkManager: ^Iwpa_supplicant(3856):   
   6e 2f 77 70 61 5f 73 75 70 70 6c 69 63 61 6e 74   n/wpa_supplicant 
Mar 25 23:54:24 scabbers NetworkManager: ^Iwpa_supplicant(3856):   
   09_
Mar 25 23:54:24 scabbers NetworkManager: ^Iwpa_supplicant(3856): 
CTRL_IFACE GLOBAL INTERFACE_ADD 'eth1^I^Iwext^I/var/run/wpa_supplicant^I' 
Mar 25 23:54:24 scabbers NetworkManager: ^Iwpa_supplicant(3856): 
Initializing interface 'eth1' conf 'N/A' driver 'wext' ctrl_interface 
'/var/run/wpa_supplicant' bridge 'N/A' 
Mar 25 23:54:24 scabbers NetworkManager: ^Iwpa_supplicant(3856): 
Initializing interface (2) 'eth1' 
Mar 25 23:54:24 scabbers NetworkManager: ^Iwpa_supplicant(3856): 
EAPOL: SUPP_PAE entering state DISCONNECTED 
Mar 25 23:54:24 scabbers NetworkManager: ^Iwpa_supplicant(3856): 
EAPOL: KEY_RX entering state NO_KEY_RECEIVE 
Mar 25 23:54:24 scabbers NetworkManager: ^Iwpa_supplicant(3856): 
EAPOL: SUPP_BE entering state INITIALIZE 
Mar 25 23:54:24 scabbers NetworkManager: ^Iwpa_supplicant(3856): 
EAP: EAP entering state DISABLED 
Mar 25 23:54:24 scabbers NetworkManager: ^Iwpa_supplicant(3856): 
EAPOL: External notification - portEnabled=0 
Mar 25 23:54:24 scabbers NetworkManager: ^Iwpa_supplicant(3856): 
EAPOL: External notification - portValid=0 
Mar 25 23:54:24 scabbers NetworkManager: ^Iwpa_supplicant(3856): 
SIOCGIWRANGE: WE(compiled)=20 WE(source)=18 enc_capa=0xf 
Mar 25 23:54:24 scabbers NetworkManager: ^Iwpa_supplicant(3856):   
capabilities: key_mgmt 0xf enc 0xf 
Mar 25 23:54:24 scabbers NetworkManager: ^Iwpa_supplicant(3856): 
WEXT: Operstate: linkmode=1, operstate=5 
Mar 25 23:54:24 scabbers NetworkManager: ^Iwpa_supplicant(3856): c 
Mar 25 23:54:24 scabbers NetworkManager: ^Iwpa_supplicant(3856): 
wpa_driver_wext_set_wpa 
Mar 25 23:54:24 scabbers NetworkManager: ^Iwpa_supplicant(3856): 
wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0 
Mar 25 23:54:24 scabbers NetworkManager: ^Iwpa_supplicant(3856): 
wpa_driver_wext_set_key: alg=0 key_idx=1 set_tx=0 seq_len=0 key_len=0 
Mar 25 23:54:24 scabbers NetworkManager: ^Iwpa_supplicant(3856): 
wpa_driver_wext_set_key: alg=0 key_idx=2 set_tx=0 seq_len=0 key_len=0 
Mar 25 23:54:24 scabbers NetworkManager: ^Iwpa_supplicant(3856): 
wpa_driver_wext_set_key: alg=0 key_idx=3 set_tx=0 seq_len=0 key_len=0 
Mar 25 23:54:24 scabbers NetworkManager: ^Iwpa_supplicant(3856): 
wpa_driver_wext_set_countermeasures 
Mar 25 23:54:24 scabbers NetworkManager: ^Iwpa_supplicant(3856): 
wpa_driver_wext_set_drop_unencrypted 
Mar 25 23:54:24 scabbers NetworkManager: ^Iwpa_supplicant(3856): 
Setting scan request: 0 sec 10 usec 
Mar 25 23:54:24 scabbers NetworkManager: ^Iwpa_supplicant(3856): 
Added interface eth1 
Mar 25 23:54:24 scabbers NetworkManager: ^Iwpa_supplicant(3856): 
RTM_NEWLINK: operstate=0 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP]) 
Mar 25 23:54:24 scabbers NetworkManager: ^Iwpa_supplicant(3856): 
Wireless event: cmd=0x8b06 len=12 
Mar 25 23:54:24 scabbers NetworkManager: ^Iwpa_supplicant(3856): 
RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP]) 
Mar 25 23:54:24 scabbers NetworkManager: ^Iwpa_supplicant(3856): 
RTM_NEWLINK, IFLA_IFNAME: Interface 'eth1' added 
Mar 25 23:54:24 scabbers NetworkManager: ^Iwpa_supplicant(3856): 
RX ctrl_iface - hexdump_ascii(len=9): 
Mar 25 23:54:24 scabbers NetworkManager: ^Iwpa_supplicant(3856):   
   41 50 5f 53 43 41 4e 20 31AP_SCAN 1
Mar 25 23:54:24 scabbers Netw

Bug#416221: ITP: libgtkol -- GTK C++ Object Layer

2007-03-25 Thread Jonas Smedegaard
Package: wnpp
Severity: wishlist
Owner: Jonas Smedegaard <[EMAIL PROTECTED]>


* Package name: libgtkol
  Version : 1.4
  Upstream Author : Jérémie Bernard <[EMAIL PROTECTED]>
* URL : http://sourceforge.net/projects/libgtkol/
* License : GPLv2
  Programming Lang: C++
  Description : GTK C++ Object Layer


 GTK C++ Object Layer based on the libgenerics abstract services and the
 Gtk API.
 .
 Offers a complete intuitive object API without restricting access to
 the Gtk functionalities themselves.


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20-11-powerpc
Locale: LANG=da_DK.UTF-8, LC_CTYPE=da_DK.UTF-8 (charmap=UTF-8)



Bug#416222: hugin: Crashes when loading unexpected file type

2007-03-25 Thread Mike Hicks
Package: hugin
Version: 0.6.1-1
Severity: normal

Just starting up hugin, I clicked on "Add individual images...".  In the
popup, I changed the bottom-right drop-down from "All Image Files" to
"All files (*)" and attempted to open a CR2 file (a RAW file from a
Canon camera).  Hugin then crashed with this error in the terminal:

** (hugin:2162): CRITICAL **: clearlooks_style_draw_focus: assertion 
`height >= -1' failed
terminate called after throwing an instance of 'std::runtime_error'  
what():  
TIFFDecoderImpl::init(): Photometric tag is not set. A suitable default 
was not found.
(tiff.cxx:352)

Aborted

Oops.  Oh well, I guess I'll have to load my CR2 files in some other
editor first.  It'd be nice if hugin could catch this and not crash,
though.

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (988, 'testing'), (500, 'stable'), (499, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages hugin depends on:
ii  hugin-bin 0.6.1-1hugin binaries
ii  hugin-tools   0.6.1-1some tools for hugin
ii  libpano12-bin 2.8.3-1panorama tools utilities

hugin recommends no packages.

-- no debconf information

-- 
Mike Hicks <[EMAIL PROTECTED]>


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


Bug#416219: ITP: libgenerics -- general c++ utility library

2007-03-25 Thread Jonas Smedegaard
Package: wnpp
Severity: wishlist
Owner: Jonas Smedegaard <[EMAIL PROTECTED]>


* Package name: libgenerics
  Version : 1.2
  Upstream Author : Jérémie Bernard <[EMAIL PROTECTED]>
* URL : http://sourceforge.net/projects/libgenerics/
* License : GPLv2
  Programming Lang: C++
  Description : general c++ utility library

 Libgenerics is a general c++ utility library. Its main purpose is to give
 developpers a set of tools that enable them to describe the objects they are
 developping at compil time to dynamically analyse them at runtime. It gives the
 possibility to dump and restore the objects states in a binary chunk or xml
 format way too.
 .
 Libgenerics introduces the following notions:
  * metaclasses handling,
  * serialization process definition,
  * a small xml object layer,
  * object listener abstraction,
  * API-signed dynamic module load / link capabilities.


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20-11-powerpc
Locale: LANG=da_DK.UTF-8, LC_CTYPE=da_DK.UTF-8 (charmap=UTF-8)



Bug#416217: xml-resume-library: Makefile should not use online stylesheets , but local ones

2007-03-25 Thread Philippe Coval
Package: xml-resume-library
Version: 1.5.1-6
Severity: wishlist
Tags: patch

Hi,

I was wondering, Why use online stylesheet by default, when they're packaged.
Furthermore when they're bugged (the french ones are not updated).

I fixed the exemple makefile, see the file attached :
http://rzr.online.fr/docs/contribs/patches/xml-resume-library-1.5.1-6-rzr.diff

Now I can generate my own output easly without editing it :

 make -f /Makefile resume=xmlresume-fr country=fr papersize=a4

Hope it helps

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20-k7-amiloa-rt
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages xml-resume-library depends on:
ii  sgml-data 2.0.3  common SGML and XML data

Versions of packages xml-resume-library recommends:
ii  fop   1:0.20.5-8 XML to PDF Translator
pn  xmlto  (no description available)
ii  xsltproc  1.1.19-1   XSLT command line processor

-- no debconf information
diff -BurN xml-resume-library-1.5.1-6/examples/Makefile 
xml-resume-library-1.5.1-6-rzr/examples/Makefile
--- xml-resume-library-1.5.1-6/examples/Makefile2002-11-28 
03:38:35.0 +0100
+++ xml-resume-library-1.5.1-6-rzr/examples/Makefile2007-03-25 
22:37:33.0 +0200
@@ -48,41 +48,47 @@
 # Basename (filename minus .xml extension) of resume to process
 # For example, put "myresume" here to process "myresume.xml".
 #--
-resume = resume
+resume?=resume
 
 #--
 # Stylesheets
 #--
 # Options: br de fr it nl uk us es
-country = us
+country?=us
 # Options: letter for country=us, a4 for others
-papersize = letter
+papersize?=letter
 
-xsl_base = http://xmlresume.sourceforge.net/xsl
-#xsl_base = ../xsl
-#xsl_base = ../src/www/xsl
-
-html_style = $(xsl_base)/output/$(country)-html.xsl
-text_style = $(xsl_base)/output/$(country)-text.xsl
-fo_style = $(xsl_base)/output/$(country)-$(papersize).xsl
-upgrade_13x_140_style = $(xsl_base)/misc/13x-140.xsl
+xsl_base?=/usr/share/sgml/xml-resume-library/xsl
+#xsl_base?=http://xmlresume.sourceforge.net/xsl
+#xsl_base?=../xsl
+#xsl_base?=../src/www/xsl
+
+html_style?=$(xsl_base)/output/$(country)-html.xsl
+text_style?=$(xsl_base)/output/$(country)-text.xsl
+fo_style?=$(xsl_base)/output/$(country)-$(papersize).xsl
+upgrade_13x_140_style?=$(xsl_base)/misc/13x-140.xsl
 
 #--
 # Processing software
 #--
-make = gmake
+make?=gmake
 
-xsl_proc = java org.apache.xalan.xslt.Process $(xsl_flags) -in $(in) -xsl 
$(xsl) -out $(out)
-#xsl_proc = java com.icl.saxon.StyleSheet $(xsl_flags) -o $(out) $(in) $(xsl) 
$(xsl_params)
+CLASSPATH?=\
+/usr/share/java/xalan2.jar:\
+/usr/share/java/fop-0.20.5.jar:\
+/usr/share/java/avalon-framework-4.2.0.jar
 
-pdf_proc = java org.apache.fop.apps.Fop -fo $(fo_flags) $(in) -pdf $(out)
-#pdf_proc = ~/bin/xep/run.sh $(fo_flags) $(in) $(out)
+xsl_proc?=java org.apache.xalan.xslt.Process $(xsl_flags) -in $(in) -xsl 
$(xsl) -out $(out)
+#xsl_proc?=java com.icl.saxon.StyleSheet $(xsl_flags) -o $(out) $(in) $(xsl) 
$(xsl_params)
+
+pdf_proc?=java org.apache.fop.apps.Fop -fo $(fo_flags) $(in) -pdf $(out)
+#pdf_proc?=~/bin/xep/run.sh $(fo_flags) $(in) $(out)
 
 # RTF generation currently requires you download a separate, closed source jar 
 # file and add it to your java classpath:  
 # http://www.xmlmind.com/foconverter/downloadperso.shtml
-rtf_proc = java com.xmlmind.fo.converter.Driver $(in) $(out)
-#rtf_proc = java ch.codeconsult.jfor.main.CmdLineConverter $(in) $(out)
+rtf_proc?=java com.xmlmind.fo.converter.Driver $(in) $(out)
+#rtf_proc?=java ch.codeconsult.jfor.main.CmdLineConverter $(in) $(out)
 
 # Element filtering allows you to create targeted resumes.  
 # You can create your own targets; just specify them in your resume.xml 
@@ -92,8 +98,8 @@
 # "targets" attribute) are always included.  
 # Take a look at example2.xml and try changing the filter targets to get a 
 # feel for how the filter works.
-filter_targets = foodservice carpentry
-filter_proc = java net.sourceforge.xmlresume.filter.Filter -in $(in) -out 
$(out) $(filter_targets)
+filter_targets?=foodservice carpentry
+filter_proc?=java net.sourceforge.xmlresume.filter.Filter -in $(in) -out 
$(out) $(filter_targets)
 
 #--
 # End configurable parameters
@@ -111,17 +117,17 @@
 filter: $(resume)-filtered.xml
 
 clean:
-   rm -f $(resume).

Bug#416218: dpkg-dev-el: native package changelog coding system for emacs 22

2007-03-25 Thread Kevin Ryde
Package: dpkg-dev-el
Version: 26.9-1
Severity: normal
File: /etc/emacs/site-start.d/50dpkg-dev-el.el

The `debian-changelog-coding-system' function I submitted for choosing
utf-8 on a debian-native package changelog.gz gets an error in the
upcoming emacs 22.  Eg. with the emacs-snapshot,

(find-file "/usr/share/doc/menu/changelog.gz")

=> Wrong type argument: stringp, ("/usr/share/doc/menu/changelog" . 
#>)

Apparently the filename arg is now a pair.  I get some joy from the
following, to cope with either string or pair.


(defun debian-changelog-coding-system (args)
  "Return the coding system for a /usr/share/doc/[package]/changelog file.
If [package] is a debian native (no separate changelog.Debian) then answer
`utf-8', otherwise remove ourselves from `file-coding-system-alist' and see
what other rules say."
  (let ((filename (if (consp (cadr args))
  (car (cadr args)) ;; ("filename" . buffer) in emacs 22
(cadr args)))   ;; "filename" in emacs 21
(dirname  (file-name-directory filename)))
(if (file-exists-p (concat dirname "changelog.Debian.gz"))
(let ((file-coding-system-alist
   (remove '("/usr/share/doc/[^/]+/changelog\\'"
 . debian-changelog-coding-system)
   file-coding-system-alist)))
  (apply 'find-operation-coding-system args))
  'utf-8)))


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.15-1-486
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)

Versions of packages dpkg-dev-el depends on:
ii  debian-el   26.9-1   Emacs helpers specific to Debian u
ii  emacs-snapshot [emacsen]1:20070302-1 The GNU Emacs editor (development 
ii  emacs21 [emacsen]   21.4a+1-3The GNU Emacs editor
ii  xemacs21-mule [emacsen] 21.4.19-2highly customizable text editor --

Versions of packages dpkg-dev-el recommends:
ii  wget  1.10.2-2   retrieves files from the web

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#390868: review orpheus 1.5-7

2007-03-25 Thread Kobayashi Noritada
Hi Bart,

From: Bart Martens
Subject: Bug#390868: review orpheus 1.5-7
Date: Sun, 25 Mar 2007 21:38:26 +0200

> http://mentors.debian.net/cgi-bin/sponsor-pkglist?action=details;package=orpheus
> 
> There's a newer upstream release.  Maybe you want to replace your
> package at mentors.

Thank you very much for reviewing.  In fact, the man who reported the
new upstream release as Bug#411993 was me. :-) I've already prepared
for 1.6-1 locally; I did not include the new upstream release to the
version uploaded to mentors.debian.net only because the version 1.5-7
already had many changes.  However, if you like seeing 1.6-1 in sid
instead of 1.5-7, I'll obey you. :-)

Many thanks,

-nori


pgpBtrKJfFd06.pgp
Description: PGP signature


Bug#312516: dcc-milter/spamass-milter conflict

2007-03-25 Thread Pierre Habouzit
tag 312516 + help
thanks

On Sun, Mar 25, 2007 at 11:56:32PM +0200, Matus UHLAR - fantomas wrote:
> Hello,
> 
> I also think there's no valid reason to conflict with sendmail-miler.
> dcc-milter can be used gor greylisting and I'm thinking about this usage.
> Could you please change this?
> Thank you.

  You're very welcomed to provide a *working* patch. Upstream build
system for dcc is uterly broken, scripts are very dependant on how
scripts are called, and changing a script name could have consequences I
don't understand fully.

To the potential helpers:
  I've neither the time nor (in feact especially not) the will to work
on this issue. I would gladly apply any reasonnable patch, and very
quick, so please don't NMU that bug, poke me with a patch first. TIA.
-- 
·O·  Pierre Habouzit
··O[EMAIL PROTECTED]
OOOhttp://www.madism.org


pgpMBPdHTkWCq.pgp
Description: PGP signature


Bug#416216: libdatetime-timezone-perl: Sarge does not have latest US DST changes.

2007-03-25 Thread Gregory Margo
Package: libdatetime-timezone-perl
Version: 1:0.28-1
Severity: important

"Sarge" contains obsolete timezone information.
The released package for Sarge does not contain the latest US DST changes,
so any code using this package and depending on US time will be wrong for
about 4 weeks a year.

Please consider releasing a more recent version for Sarge.
The timezone database should probably match the one installed with libc.

I can provide a test program to demonstrate the problem if desired.



-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-3-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set
to POSIX)

Versions of packages libdatetime-timezone-perl depends on:
ii  libclass-singleton-perl   1.03-6 Implementation of a "Singleton" cl
ii  libparams-validate-perl   0.76-1 validate parameters to Perl method

-- no debconf information



Gregory H. Margo
[EMAIL PROTECTED]


 

No need to miss a message. Get email on-the-go 
with Yahoo! Mail for Mobile. Get started.
http://mobile.yahoo.com/mail 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#361751: blobwars: Spelling errors

2007-03-25 Thread Javier Serrano Polo
El dg 25 de 03 del 2007 a les 13:37 -0700, en/na Josh Triplett va
escriure:
> I'd suggest shortening the earlier portion.  s/From what you were able to find
> out/From what you found out/; s/could very well/may well/; s/a number
> of/many/; s/those that try to find/those seeking/; s/it seems that due to/due
> to/.  Then leave the last sentence as written.

Ok, this should be the final version.


levelBrief.diff.gz
Description: GNU Zip compressed data


Bug#319870: continous space increase in mail statusbar applet

2007-03-25 Thread Martin Michlmayr
* Ben Hutchings <[EMAIL PROTECTED]> [2007-03-25 22:22]:
> The behaviour of "stretchable space" is intentional, if perhaps
> surprising.  Since it's no longer used by default, the only bug here
> is that it's not fully explained.

Why is it intentional?  (Also, I'm pretty sure I still see this.)
-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#409565: python-django: SVN version?

2007-03-25 Thread Brett Parker
On Sun, Feb 04, 2007 at 01:01:47AM +0100, Vedran Fura?? wrote:
> Package: python-django
> Version: 0.95.1-1
> Severity: wishlist
> 
> Could you please package a SVN version and possibly upload it to
> experimental? It contains many new interesting features (newforms...).

newforms is in the newforms branch, which is seperate - the recent 0.96
release, however, has newforms - I've commited the necessary files to
svn and am just waiting for Raphael to check it over and upload the new
version.

Thanks,
-- 
Brett Parker


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#411249: python-django: please package the documentation

2007-03-25 Thread Brett Parker
The next upload will include the documentation - the patch to install it
is in svn.
-- 
Brett Parker


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#414399: Adding bash completion

2007-03-25 Thread Brett Parker
A modified version of the patch (only needed the install file,
debhelper.mk sorts out the dh_install), and a patch to the
django_bash_completion file to take in to account the renaming of
django-admin.py -> django-admin are now in svn, along with a new
upstream version (0.96).


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#416214: scim breaks with LC_* variables set other than to $LANG

2007-03-25 Thread Toni Mueller

Package: scim
Version: 1.4.4-7
Severity: normal

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

Hello,

I have my environment usually set up like this:

$ env|grep -E '(LANG|LC_)'
LANG=de_DE.utf8
LC_MESSAGES=C
LC_COLLATE=C
LC_CTYPE=C
LC_TIME=C

I find that scim does not work if I don't have a locale setting like
"LANG=de_DE.utf8", while having a system standard locale of 'C', and it
also does decidedly not work with any of the LC_* variables set to 'C',
as you can see above. Unsetting those makes it work, but since I really
don't want to have changing file sort orders and the like only because
I happened to want to input some foreign-language characters, this
is a nuisance - this way, I have to select which applications I want to
use with scim, and create a wrapper around them that unsets those
environment variables. I would very much prefer to have an option to say
"ignore the environment and just take what I've configured with
scim-setup", or this be the default behaviour anyway.

Thank you for consideration!


Best,
--Toni++



-- Package-specific info:
Related packages:
ii  libscim8c2a1.4.4-7library for SCIM platform
ii  mlterm-im-scim 2.9.3-5MultiLingual TERMinal, scim 
input method plugin
ii  scim   1.4.4-7smart common input method 
platform
ii  scim-canna 1.0.0-2SCIM IMEngine module for Canna
ii  scim-chinese   0.5.0-2smart pinyin IM engine for 
SCIM (transitional package)
ii  scim-gtk2-immodule 1.4.4-7GTK+2 input method module 
with SCIM as backend
ii  scim-m17n  0.1.3-2M17N Input Method Engine for 
SCIM
ii  scim-modules-socket1.4.4-7socket modules for SCIM 
platform
ii  scim-modules-table 0.5.6-2generic tables IM engine 
module for SCIM platform
ii  scim-pinyin0.5.0-2smart pinyin IM engine for 
SCIM platform
ii  scim-tables-additional 0.5.6-2miscellaneous input method 
data tables for SCIM platform
ii  scim-tables-zh 0.5.6-2Chinese input method data 
tables for SCIM platform
ii  scim-uim   0.1.4-1+b2 UIM IM engine module for SCIM 
platform

Related environment variables:
[EMAIL PROTECTED]
$GTK_IM_MODULE=xim

Installed SCIM components:
/usr/lib/scim-1.0:
1.4.0
scim-helper-launcher
scim-helper-manager
scim-launcher
scim-panel-gtk

/usr/lib/scim-1.0/1.4.0:
Config
Filter
FrontEnd
Helper
IMEngine
SetupUI

/usr/lib/scim-1.0/1.4.0/Config:
simple.so
socket.so

/usr/lib/scim-1.0/1.4.0/Filter:
sctc.so

/usr/lib/scim-1.0/1.4.0/FrontEnd:
socket.so
x11.so

/usr/lib/scim-1.0/1.4.0/Helper:
setup.so

/usr/lib/scim-1.0/1.4.0/IMEngine:
canna.la
canna.so
libcanna.a
m17n.so
pinyin.so
rawcode.so
socket.so
table.so
uim.so

/usr/lib/scim-1.0/1.4.0/SetupUI:
aaa-frontend-setup.so
aaa-imengine-setup.so
canna-imengine-setup.la
canna-imengine-setup.so
libcanna-imengine-setup.a
panel-gtk-setup.so
pinyin-imengine-setup.so
table-imengine-setup.so

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-xen-686
Locale: LANG=de_DE.utf8, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages scim depends on:
ii  libatk1.0-0 1.12.4-3 The ATK accessibility toolkit
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libcairo2   1.2.4-4  The Cairo 2D vector graphics libra
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libgcc1 1:4.1.1-21   GCC support library
ii  libglib2.0-02.12.6-2 The GLib library of C routines
ii  libgtk2.0-0 2.8.20-7 The GTK+ graphical user interface 
ii  libpango1.0-0   1.14.8-5 Layout and rendering of internatio
ii  libscim8c2a 1.4.4-7  library for SCIM platform
ii  libstdc++6  4.1.1-21 The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-6X11 client-side library
ii  libxcursor1 1.1.7-4  X cursor management library
ii  libxext61:1.0.1-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.1-5X11 miscellaneous 'fixes' extensio
ii  libxi6  1:1.0.1-4X11 Input extension library
ii  libxinerama11:1.0.1-4.1  X11 Xinerama extension library
ii  libxrandr2  2:1.1.0.2-5  X11 RandR extension library
ii  libxrender1 1:0.9.1-3X Rendering Extension client libra

Versions of packages scim recommends:
ii  im-switch 1.14   Input method switch framework
ii  scim-gtk2-immodule1.4.4-7GTK+2 input method module with SCI

-- no debconf information


-- 

Bug#416215: pyzor: package does not conform to the new Python policy

2007-03-25 Thread Toni Mueller


Package: pyzor
Version: 0.4.0+cvs20030201
Severity: normal
Tags: patch

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

Hello,

while trying to build this package, I get a lot of warnings like this:

/usr/share/cdbs/1/class/python-distutils.mk:104: 

/usr/share/cdbs/1/class/python-distutils.mk:105: Your package does not conform 
to the new Python policy.
/usr/share/cdbs/1/class/python-distutils.mk:106: Please consider updating.  
Here is some documentation:
/usr/share/cdbs/1/class/python-distutils.mk:107: 
http://wiki.debian.org/DebianPython/NewPolicy
/usr/share/cdbs/1/class/python-distutils.mk:108: 
http://wiki.debian.org/DebianPythonFAQ
/usr/share/cdbs/1/class/python-distutils.mk:109: 



The small patch (attached) makes them go away.


Best,
--Toni++


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-xen-686
Locale: LANG=de_DE.utf8, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


Bug#416038: Several NAS security bugs

2007-03-25 Thread Steve McIntyre
On Sat, Mar 24, 2007 at 11:08:27AM +0100, Florian Weimer wrote:
>Package: nas
>Tags: security
>Severity: grave
>
>Several bugs in the Network Audio System have been disclosed:
>
>
>
>The CVE project has assigned the names CVE-2007-1543, CVE-2007-1544,
>CVE-2007-1545, CVE-2007-1546 and CVE-2007-1547 to these
>vulnerabilities.  Please mention them in the changelog when fixing the
>bugs.

I'm working on updates for both sarge and etch now. Upstream just
released a new version which I'll put into sid, and the diffs from the
last version are clear, easy to follow and well documented. I *like*
the nas upstream... :-)

-- 
Steve McIntyre, Cambridge, UK.[EMAIL PROTECTED]
"I suspect most samba developers are already technically insane... Of
 course, since many of them are Australians, you can't tell." -- Linus Torvalds


signature.asc
Description: Digital signature


Bug#312516: dcc-milter/spamass-milter conflict

2007-03-25 Thread Matus UHLAR - fantomas
Hello,

I also think there's no valid reason to conflict with sendmail-miler.
dcc-milter can be used gor greylisting and I'm thinking about this usage.
Could you please change this?
Thank you.
-- 
Matus UHLAR - fantomas, [EMAIL PROTECTED] ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
I intend to live forever - so far so good. 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#416205: ITP: centerim -- A text-mode multi-protocol instant messenger client

2007-03-25 Thread Anibal Avelar

Yes, he is not. But while officially there aren't new upstreams the
file AUTHORS has the name Konstantin Klyagin yet. I hope with the new
release 4.23 new uptreams will have.


On 3/25/07, Nico Golde <[EMAIL PROTECTED]> wrote:

Hey,
* Anibal Avelar <[EMAIL PROTECTED]> [2007-03-25 22:35]:
> Package: wnpp
> Severity: wishlist
> Owner: Anibal Avelar <[EMAIL PROTECTED]>
>
> * Package name : centerim
>  Version : 4.22
>  Upstream Author : Konstantin Klyagin <[EMAIL PROTECTED]>

Konst is upstream of centericq but I guess not of the fork.
Kind regards
Nico
--
Nico Golde - http://www.ngolde.de
JAB: [EMAIL PROTECTED] - GPG: 0x73647CFF
Forget about that mouse with 3/4/5 buttons,
gimme a keyboard with 103/104/105 keys!





--
Anibal Avelar (FixXxeR) http://fixxxer.cc
GPG: 83B64656 - C143 4AD8 B017 53FA B742  D6AA CEEA F9F3 83B6 4656


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#378484: can't fix it - have no Sarge

2007-03-25 Thread Toni Mueller


Hello,

sorry for having left this bug so long in limbo, but I can't easily fix
it because I have no Sarge system suitable for doing this. An NMU could
go through, or I'd also sponsor an appropriate package, but in general,
I think that "wontfix" is appropriate because current versions of
roundup are MUCH better than the 0.8 variety, and Etch is (hopefully)
just around the corner.

Just let me know which option you prefer.


Best,
--Toni++



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#416211: sunbird: FTBFS on amd64

2007-03-25 Thread Helmut Grohne
tag 416211 patch
thanks

> c++ [...]

Looks like it should have been build with g++-3.4. Adding
export CC=gcc-3.4
export CXX=g++-3.4
to debian/rules seems solve the problem.

Helmut Grohne


signature.asc
Description: Digital signature


Bug#416213: evince: Duplex print fails

2007-03-25 Thread Mathias Brodala
Package: evince
Version: 0.4.0-5
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Activating the checkbox for duplex print does not do anything; the documents
still are printed on separate pages.

- -- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20-1-k7
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to de_DE.UTF-8)

Versions of packages evince depends on:
ii  gconf2 2.16.1-1  GNOME configuration database syste
ii  gs-esp [gs]8.15.3.dfsg.1-1   The Ghostscript PostScript interpr
ii  gs-gpl [gs]8.54.dfsg.1-5 The GPL Ghostscript PostScript int
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.12.4-3  The ATK accessibility toolkit
ii  libaudiofile0  0.2.6-6   Open-source version of SGI's audio
ii  libavahi-client3   0.6.16-5  Avahi client library
ii  libavahi-common3   0.6.16-5  Avahi common library
ii  libavahi-glib1 0.6.16-5  Avahi glib integration library
ii  libbonobo2-0   2.14.0-4  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.14.0-6  The Bonobo UI library
ii  libc6  2.3.6.ds1-13  GNU C Library: Shared libraries
ii  libcairo2  1.2.4-4   The Cairo 2D vector graphics libra
ii  libdbus-1-31.0.2-1   simple interprocess messaging syst
ii  libdjvulibre15 3.5.17-3  Runtime support for the DjVu image
ii  libesd-alsa0 [libe 0.2.36-3  Enlightened Sound Daemon (ALSA) - 
ii  libfontconfig1 2.4.2-1.2 generic font configuration library
ii  libfreetype6   2.2.1-5   FreeType 2 font engine, shared lib
ii  libgconf2-42.16.1-1  GNOME configuration database syste
ii  libgcrypt111.2.3-2   LGPL Crypto library - runtime libr
ii  libglade2-01:2.6.0-4 library to load .glade files at ru
ii  libglib2.0-0   2.12.6-2  The GLib library of C routines
ii  libgnome-keyring0  0.6.0-3   GNOME keyring services library
ii  libgnome2-02.16.0-2  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgnomeprint2.2-0 2.12.1-8  The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2 2.12.1-4  GNOME 2.2 print architecture User 
ii  libgnomeui-0   2.14.1-3  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.14.2-7GNOME virtual file-system (runtime
ii  libgnutls131.4.4-3   the GNU TLS library - runtime libr
ii  libgpg-error0  1.4-2 library for common error values an
ii  libgtk2.0-02.8.20-5.1~macmenubar The GTK+ graphical user interface 
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  libkpathsea4   3.0-30path search library for teTeX (run
ii  libnautilus-extens 2.14.3-11+b1  libraries for nautilus components 
ii  liborbit2  1:2.14.4-1libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.14.8-5  Layout and rendering of internatio
ii  libpng12-0 1.2.15~beta5-1PNG library - runtime
ii  libpoppler0c2  0.4.5-5.1 PDF rendering library
ii  libpoppler0c2-glib 0.4.5-5.1 PDF rendering library (GLib-based 
ii  libpopt0   1.10-3lib for parsing cmdline parameters
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libstdc++6 4.1.1-21  The GNU Standard C++ Library v3
ii  libtasn1-3 0.3.6-2   Manage ASN.1 structures (runtime)
ii  libtiff4   3.8.2-7   Tag Image File Format (TIFF) libra
ii  libx11-6   2:1.0.3-6 X11 client-side library
ii  libxcursor11.1.7-4   X cursor management library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.1-5 X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.1-4 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxml22.6.27.dfsg-1 GNOME XML library
ii  libxrandr2 2:1.1.0.2-5   X11 RandR extension library
ii  libxrender11:0.9.1-3 X Rendering Extension client libra
ii  zlib1g 1:1.2.3-13compression library - runtime

Versions of packages evince recommends:
ii  gnome-icon-theme  2.14.2-3   GNOME De

Bug#226500: [PATCH] Re: Bug#226500: mutt: "a" (alias) command fails if .mutt doesn't exist

2007-03-25 Thread Christoph Berg
tags 226500 + patch
thanks

# HG changeset patch
# User Christoph Berg <[EMAIL PROTECTED]>
# Date 1174860003 -7200
# Node ID a9ce9fc0185bb9afff31ee571a120134d688b0f4
# Parent  82d3e0a90f91a2c41b72d14903c0196bfd7c06e3
Use ~/.muttrc as default for alias_file as the documentation claims if there is 
no user muttrc found. Document that default is actually the used muttrc. 
(Closes Debian #226500.)

diff -r 82d3e0a90f91 -r a9ce9fc0185b init.c
--- a/init.cSat Mar 24 18:05:25 2007 +0100
+++ b/init.cMon Mar 26 00:00:03 2007 +0200
@@ -2967,7 +2967,9 @@ void mutt_init (int skip_sys_rc, LIST *c
   snprintf (buffer, sizeof (buffer), "%s/.mutt/muttrc-%s", 
NONULL(Homedir), MUTT_VERSION);
 if (access(buffer, F_OK) == -1)
   snprintf (buffer, sizeof (buffer), "%s/.mutt/muttrc", NONULL(Homedir));
-
+if (access(buffer, F_OK) == -1) /* default to .muttrc for alias_file */
+  snprintf (buffer, sizeof(buffer), "%s/.muttrc", NONULL(Homedir));
+
 default_rc = 1;
 Muttrc = safe_strdup (buffer);
   }
diff -r 82d3e0a90f91 -r a9ce9fc0185b init.h
--- a/init.hSat Mar 24 18:05:25 2007 +0100
+++ b/init.hMon Mar 26 00:00:03 2007 +0200
@@ -107,6 +107,9 @@ struct option_t MuttVars[] = {
   ** .pp
   ** \fBNote:\fP Mutt will not automatically source this file; you must
   ** explicitly use the ``$source'' command for it to be executed.
+  ** .pp
+  ** The default for this option is the currently used muttrc file, or
+  ** ``~/.muttrc'' if no user muttrc was found.
   */
   { "alias_format",DT_STR,  R_NONE, UL &AliasFmt, UL "%4n %2f %t %-10a   
%r" },
   /*


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#400311: Request for clarification on Mozilla-related release notes security-support text

2007-03-25 Thread Moritz Muehlenhoff
Javier Fernández-Sanguino Peña wrote:
> tags 400311 moreinfo
> thanks
> 
> Hi Security Team,
> 
> Could you please comment on whether we need to keep, modify or remove the
> section introduced through bug #390441 and titled "Security status of Mozilla
> products":
> http://www.debian.org/releases/etch/i386/release-notes/ch-information.en.html#s-mozilla-security
> 
> I would like to know if this text needs to be dropped or modified now that
> firefox/thunderbird are not provided (and have been replaced by
> iceweasel/icedove). Does the text above also apply to these Debian-specific
> forks?

It applies to icefoo as well, yes.

Cheers,
Moritz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#414370: Summary of test cases that still break gm

2007-03-25 Thread Moritz Muehlenhoff
Sami Liedes wrote:
> Hmm, ok. Perhaps some of these bugs (or at least the equivalent
> #412945 which contains some of the same problems that were severity
> grave on graphicsmagick but for imagemagick) should be severity grave
> so the release manager will have to explicitly decide to etch-ignore
> if he decides to release with known security issues? Not that I doubt
> the ability of the RM or the security team to keep track of these,
> just trying to prevent mistakes :) But I'll leave all the severity
> setting to you, I'm hesitant to interfere since I'm not (yet?) a DD.

I disagree about the severity. The code history of graphicksmagick/
imagemagick makes it fairly obvious that they are both unsuitable
for processing images from untrusted sources. An afternoon of fuzzing
will most likely reveal another dozen ways to potentially trigger code
injection.
It might be a good idea to document this more clearly, if this isn't
done yet.

Cheers,
Moritz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#412618: apg generates incredibly low-quality passwords on amd64

2007-03-25 Thread Moritz Muehlenhoff
Sami Liedes wrote:
> > If you have a better test case, I'd be happy to hear about it.  Also,
> > could you by any chance test my patch (posted on BTS) and verify that
> > it solves your problem, and isn't just a thing on my side?
> 
> Seems to fix the problem for me too.

Marc, can you please upload a minimal fix?

Cheers,
Moritz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#416212: Package: Sudoku Re: sudoku crash on exit when showing screen where you can set the difficulty level

2007-03-25 Thread sven
Package: Sudoku

Kernel (not self-compiled): 2.6.17-50-generic #2 SMP Tue Jan 23 16:52:02
UTC 2007 i686 GNU/Linux

C library: /lib/libc.so.6 -> libc-2.4.so
On Sun, 2007-03-25 at 14:11 +0200, sven wrote:
> Hi,
> 
> The debugger captured info on the crash and this you find attached in
> the text document.
> 
> The situation:  I solved a sudoku, then got the screen with the high
> scores, pressed the continue button and then got the screen where you
> set the difficulty level.  Then I pressed the close button of the window
> border (top right) and then it crashed.
> 
> I'm running Ubuntu Edgy with all latest updates installed.
> 
> Please let me know if you need more info on library versions etc..
> 
> Kind Regards
> Sven
Memory status: size: 84312064 vsize: 0 resident: 84312064 share: 0 rss: 
27385856 rss_rlim: 0
CPU usage: start_time: 1174822472 rtime: 0 utime: 4322 stime: 0 cutime:4169 
cstime: 0 timeout: 153 it_real_value: 0 frequency: 0

Backtrace was generated from '/usr/libexec/GNOME Sudoku'

(no debugging symbols found)
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1210218832 (LWP 7641)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no d

Bug#416200: linux-image-2.6.18-4-686: Missing sk98lin module.

2007-03-25 Thread Andrew Nady
Hi,
the output for "ip-link" from 2.6.18-3, I had to revert.

1: lo:  mtu 16436 qdisc noqueue
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0:  mtu 1500 qdisc pfifo_fast qlen 1000
link/ether 00:48:54:82:87:c4 brd ff:ff:ff:ff:ff:ff
3: eth1:  mtu 1500 qdisc pfifo_fast qlen 1000
link/ether 00:60:67:72:74:0d brd ff:ff:ff:ff:ff:ff
5: sit0:  mtu 1480 qdisc noop
link/sit 0.0.0.0 brd 0.0.0.0
6: eth2:  mtu 1500 qdisc pfifo_fast qlen 1000
link/ether 00:11:d8:74:2c:2f brd ff:ff:ff:ff:ff:ff

Here is a dmesg snip when the three nic's are brought up.

~snip~
8139too Fast Ethernet driver 0.9.27
ACPI: PCI Interrupt :02:0b.0[A] -> GSI 23 (level, low) -> IRQ 169
eth0: RealTek RTL8139 at 0xde00, 00:48:54:82:87:c4, IRQ 169
eth0:  Identified 8139 chip type 'RTL-8139C'
ACPI: PCI Interrupt :02:0c.0[A] -> GSI 20 (level, low) -> IRQ 177
eth1: RealTek RTL8139 at 0xdd00, 00:60:67:72:74:0d, IRQ 177
eth1:  Identified 8139 chip type 'RTL-8139B'
ACPI: PCI Interrupt :02:05.0[A] -> GSI 22 (level, low) -> IRQ 185
eth2: Yukon Gigabit Ethernet 10/100/1000Base-T Adapter
  PrefPort:A  RlmtMode:Check Link State
~snip~

eth0: link up, 100Mbps, full-duplex, lpa 0xC1E1
NET: Registered protocol family 10
lo: Disabled Privacy Extensions
IPv6 over IPv4 tunneling driver
eth1: link up, 100Mbps, full-duplex, lpa 0xC1E1
eth2: Yukon Gigabit Ethernet 10/100/1000Base-T Adapter
  PrefPort:A  RlmtMode:Check Link State
ADDRCONF(NETDEV_UP): eth2: link is not ready
ip_tables: (C) 2000-2006 Netfilter Core Team
Netfilter messages via NETLINK v0.30.
ip_conntrack version 2.4 (4093 buckets, 32744 max) - 224 bytes per conntrack
Bridge firewalling registered
ip_conntrack_pptp version 3.1 loaded
ip_nat_pptp version 3.0 loaded
ClusterIP Version 0.8 loaded successfully
eth2: network connection up using port A
speed:   1000
autonegotiation: yes
duplex mode: full
flowctrl:none
role:slave
irq moderation:  disabled
scatter-gather:  disabled
tx-checksum: disabled
rx-checksum: disabled
ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready
ip6_tables: (C) 2000-2006 Netfilter Core Team
Initializing IPsec netlink socket
eth1: no IPv6 routers present
eth0: no IPv6 routers present
ttyS1: LSR safety check engaged!
ttyS1: LSR safety check engaged!
eth2: no IPv6 routers present
~snip~

As mentioned before. In the older kernel (2.6.18-3), most likely due to 
conflict with skge, I had to blacklist skge than  rmmod sk98lin and insmod 
sk98lin on each reboot to get the eth2 working.
As of 2.6.18-4 this is no longer functioning.

Thank you.



On Sunday 25 March 2007 16:38, Bastian Blank wrote:
> tags 416200 moreinfo
> thanks
>
> On Sun, Mar 25, 2007 at 03:40:53PM -0400, Andrew N. wrote:
> > This version of the kernel is missing the sk98lin module for:
>
> No. The tables of supported pci devices is similar in sk98lin and skge.
>
> > dmesg:
> > skge 1.6 addr 0xfeaf8000 irq 225 chip Yukon-Lite rev 9
> > skge eth2: addr 00:11:d8:74:2c:2f
>
> So it finds something which is handled by the skge module.
>
> > The skge module is erroring out with:
> > #ifup eth2
> > SIOCSIFADDR: No such device
> > eth2: ERROR while getting interface flags: No such device
> > SIOCSIFNETMASK: No such device
> > SIOCSIFBRDADDR: No such device
> > eth2: ERROR while getting interface flags: No such device
> > eth2: ERROR while getting interface flags: No such device
> > Failed to bring up eth2.
>
> This is no error from skge. Please show the output of "ip link".
>
> Bastian

-- 
Andrew Nady.
Network Support/Account Manager

Primary Support Systems Inc.
P: 416-736-4888
M: 416-688-8928
F: 416-736-4890

"Of course you have a purpose -- to find a purpose."


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#415596: #415596 "dialog --gauge" cannot display new prompt beginning with a number

2007-03-25 Thread Thomas Dickey
This quirk dates back before I started working on dialog in 1999.

The gauge widget appeared in dialog 0.6 in 1995 (which in turn
was reported based on dialog 0.5 from 1994).  I don't believe I have
a copy of the 0.5 series.

Some investigation shows that the quirk was first mentioned in 1997
by John Gatewood Ham for dialog 0.6z, and the manpage noted:

.IP "\fB\-\-guage \fItext height width percent\fR" 
.RB "A " guage " box displays a meter along the bottom of the box. 
The meter indicates the percentage.  New percentages are read from 
standard input, one integer per line.  The meter is updated 
to reflect each new percentage.  If stdin is XXX, then the first 
line following is taken as an integer percentage, then subsequent 
lines up to another XXX are used for a new prompt. 
The guage exits when EOF is reached on stdin.

However, the code for dialog 0.6c (1995/8/11) has the same quirk.
Ditto dialog 0.6 from Redhat (1995/1/15).

The manpage chunk for Debian's 1999 version did not incorporate that
remark about the "first line following":

.IP "\fB\-\-guage \fItext height width percent\fR"
.RB "A " guage " box displays a meter along the bottom of the box.
The meter indicates the percentage.  New percentages are read from
standard input, one integer per line.  The meter is updated
to reflect each new percentage.  If stdin is XXX, then subsequent
lines up to another XXX are used for a new prompt.
The guage exits when EOF is reached on stdin.

Since this is longstanding behavior of dialog, I'm inclined to document
it, and consider suggestions for adding an option to make it behave
as the documentation implied.

-- 
Thomas E. Dickey <[EMAIL PROTECTED]>
http://invisible-island.net
ftp://invisible-island.net


signature.asc
Description: Digital signature


Bug#416201: Fail installing php-sqlite3 while apache2 is installed

2007-03-25 Thread Steve Langasek
severity 416201 important
thanks

On Sun, Mar 25, 2007 at 10:09:33PM +0200, Pascal Bernard wrote:
> Package: php-sqlite3
> Version: 0.4-4
> Severity: serious
> Justification: Policy 3.5

> Paramétrage de php-sqlite3 (0.4-4) ...
> /usr/sbin/apachectl is not executable, exiting... failed!
> invoke-rc.d: initscript apache, action "restart" failed.
> dpkg : erreur de traitement de php-sqlite3 (--configure) :

> # apt-file search usr/sbin/apachectl
> apache: usr/sbin/apachectl

> Should php-sqlite3 pre-depend on apache or preinst be updated for apache2 ?

No, this is not a preinst issue.

The php-sqlite3 postinst calls invoke-rc.d apache restart opportunistically,
*only* if /etc/init.d/apache is present and executable, which is a sensible
check.  However, you appear to have apache in a 'removed, config-files'
state, with a version of /etc/init.d/apache which does not fail gracefully
when called.

I would recommend that you purge the apache package from your system, which
should allow php-sqlite3 to be configured.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/



Bug#416211: sunbird: FTBFS on amd64

2007-03-25 Thread Helmut Grohne
Package: sunbird
Version: 0.2.99+0.3alpha1
Severity: serious
Justification: Policy 4.2

ftbfs on amd64 using pbuilder

c++  -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wcast-align 
-Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor 
-Wno-long-long -pedantic -fshort-wchar -pthread -pipe  -DNDEBUG -DTRIMMED -O 
-fPIC -shared -Wl,-h,libxpcom_core.so -o libxpcom_core.so  pldhash.o nsCOMPtr.o 
nsCOMArray.o nsCRTGlue.o nsComponentManagerUtils.o nsDebug.o nsID.o 
nsIInterfaceRequestorUtils.o nsINIParser.o nsMemory.o nsTraceRefcnt.o 
nsWeakReference.o nsGREGlue.o nsVersionComparator.o nsTHashtable.o 
nsQuickSort.o nsVoidArray.o nsGenericFactory.o nsXPComInit.o nsStringAPI.o  
 -Wl,--whole-archive ../../dist/lib/libxpcomds_s.a 
../../dist/lib/libxpcomio_s.a ../../dist/lib/libxpcomcomponents_s.a 
../../dist/lib/libxpcomthreads_s.a ../../dist/lib/libxpcomproxy_s.a 
../../dist/lib/libxpcombase_s.a ../../dist/lib/libxptcall.a 
../../dist/lib/libxptinfo.a ../../dist/lib/libxpt.a ../../dist/lib/libxptcmd.a 
../../dist/lib/libstring_s.a  -Wl,--no-whole-archive  -L../../dist/lib -lplds4 
-lplc4 -lnspr4 -lpthread -ldl -ldl -lm 
/usr/bin/ld: nsCOMPtr.o: relocation R_X86_64_PC32 against 
`nsGetServiceByContractIDWithError::operator()(nsID const&, void**) const' can 
not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: Bad value
collect2: ld returned 1 exit status
make[5]: *** [libxpcom_core.so] Error 1
make[5]: Leaving directory 
`/tmp/buildd/sunbird-0.2.99+0.3alpha1/build-dir/mozilla/xpcom/build'

Helmut Grohne

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20.1
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)


signature.asc
Description: Digital signature


Bug#415509: [INTL:nl] Dutch po-debconf translation

2007-03-25 Thread Florian Weimer
tag 415509 pending
thanks

> Please find attached the dutch po-debconf translation. Please add 
> it to your next package revision, it should be inserted in your package 
> build-tree as debian/po/nl.po, TIA.

Thanks.  You forgot to update the boilerplate:

--- /dev/null
+++ b/debian/po/nl.po
@@ -0,0 +1,72 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <[EMAIL PROTECTED]>, YEAR.
+#
+msgid ""

Feel free to send me a corrected copy.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#414828: mutt inserts attribution in wrong charset

2007-03-25 Thread Christoph Berg
Re: Alain Bench 2007-03-25 <[EMAIL PROTECTED]>
> > my locale is LANG=de_DE.UTF-8 when I reply to utf-8 encoded mails, the
> > attribution is encoded in iso8859-1 because strftime does not know
> > about charsets.
> 
> Date and time in attributions don't follow the locale from
> environment. They follow Mutt's $locale variable. The user is reponsible
> to set $locale to any available value using the same charset as the
> current locale.

Hi,

I wonder if $locale shouldn't default to $LC_TIME - the default
date_format does already start with a ! to disable localized
timestamps there, and index_format/attribution could be changed as
well. We always advise users to use LANG and LC_* instead of $charset
if possible, so $locale should IMHO be handled likewise.

> If you want to attribute in German:
> 
> | set locale=de_DE.UTF-8
> 
> If you want to automatically follow your own locale:
> 
> | set locale=`echo "${LC_ALL:-${LC_TIME:-${LANG}}}"`

Changing the mutt default would also have the advantage that "set
locale=C" is much easier for the user than the other way round.

Comments?

> If you want to attribute in French:
> 
> | set locale=fr_FR.UTF-8
> 
> ...und so weiter. Does it work now?
> 
> 
> | $ attributer de_DE.UTF-8
> | set my_save_config_charset="$config_charset"
> | set config_charset="utf-8"
> | set attribution=" Am %d, %n schrieb:\n"
> | set date_format="%A %-d %B %Y um %-H:%M:%S %Z"
> | set locale="de_DE.UTF-8"
> | set config_charset="$my_save_config_charset"
> | unset my_save_config_charset
> 
> 
> Bye!  Alain.
> -- 
> Give your computer's unused idle processor cycles to a scientific goal:
> The [EMAIL PROTECTED] project at http://folding.stanford.edu/>.

Christoph
-- 
[EMAIL PROTECTED] | http://www.df7cb.de/


signature.asc
Description: Digital signature


Bug#416210: linux-image-2.6.18-4-686: Hangs at initrd boot state [i386] dual PentiumIII chipset ServerWorks OSB4

2007-03-25 Thread Grzegorz Szyszlo
Package: linux-image-2.6.18-4-686
Version: 2.6.18.dfsg.1-11
Severity: critical
Justification: breaks the whole system


System: fresh pure install, all tasks from tasksel. On install state
I hadn't any problems, but next boot cause any big problem for me:

Kernel 2.6.18-4-486 works ok, but it has only ONE processor support and 
is slower.

Kernel 2.6.18-4-686 hangs at boot. I don't know how switch off SMP at 
   boot for tests.
   both install selections SMP & nonSMP uses both installed processors.
   I had this problem with -3- kernel version. Previous I don't remember,
   because I had not much time for tests, and I reinstalled system many times
   to find stable system.
   I didn't try remove one processor for test. I'll do it if it will be needed.


System hanging is very strange.
I can do ctrl+alt+del, I can scroll shift+pgup/pgdown. Maybe one
thread is hang, and don't allow second thread (second processor)
to continue boot process.
After about 45 minutes system boot, but  hangs on another step.
Finally system start up, but is very unstable. A lot of processes
have  status. It is impossible to down system properly.
shutdown -h now  didn't down the system for about 3 hours,
but started this process corectly - changed init state i succesfully 
stopped some of daemons.
To install correctly fresh system, I must look out for selecting 486 
kernel version, because 686 strange hang at initrd/boot state.

Bootloader is grub, booted as (hd0,1)  or /dev/ida/c0d0p2,
because on p1 is configuration partition. Making boot sector on c0d0
cause config partition unusable. Really config partition is DOS partition,
accessed by BIOS. c0d0p2 has bootable flag. Booting cause no problems.
Kernel & initrd file are loaded & initialized correctly.


My needs:
1. I have two computers. Give me scheme for RS232 cable to save
   all startup log, and command for kernel to switch output to RS232.
   I can use minicom for getting messages.
2. I want temporarly switch off SMP on -686, & try boot.
3. Maybe use 486 kernel version with SMP support

If it don't take any effect, please help me remove kernel module by 
module, to find one that cause problem.

I think, it's possible 3 ways for resolving:
1. SMP cause problem
2. 686 cause problem
3. Problem is in any kernel module compiled as SMP or 680 or both.


Hardware:
Serwer Compaq Proliant ML380 (without G1/G2/G3)
Processors
#1 PentiumIII Coopermine 933MHz
#2 PentiumIII Coopermine 633MHz
Memory
 2x modules ECC SDRAM 133MHz
RootFS on Compaq Smart Array 3200 (hardware raid controller)
 #1 volume /dev/ida/c0d0  raid5   conf compaq partition & rootfs
 #2 volume /dev/ida/c0d1  raid5   swap & other partitions
 both on 6x 9GB scsi hotplug hdds
Motherboard SCSI controller:
 2-channel NCR, supported by sym53c8xx kernel module, no devices.
 in the future streamer and hdds for backups will be connected
IDE & Chipset - ServerWorks OSB4. I know about troubles on drivers
with 2.6.18 kernel versions. People on the Internet says, that
previous & laters kernels has no problems.
Network: intel based en100, supported by e100 kernel module
USB1.x port
Graphics, some ATI

All were tested (ram, mass storage, processors, peripherials) by compaq 
software (installed on configuration partition 
from "SmartStart 5.50"),
& additionaly by memtest86. There aren't any errors.



server# lsmod
Module  Size  Used by
appletalk  30640  20 
nfsd  196784  13 
exportfs5376  1 nfsd
nfs   196300  0 
lockd  53256  3 nfsd,nfs
nfs_acl 3584  2 nfsd,nfs
sunrpc133820  11 nfsd,nfs,lockd,nfs_acl
rfcomm 33180  0 
l2cap  20100  5 rfcomm
bluetooth  43108  4 rfcomm,l2cap
nls_iso8859_1   4352  0 
isofs  31928  0 
udf72324  0 
sg 30364  0 
ppdev   8708  0 
lp 10948  0 
button  6800  0 
ac  5252  0 
battery 9732  0 
ipv6  213856  25 
dm_snapshot15644  0 
dm_mirror  18000  0 
dm_mod 48952  2 dm_snapshot,dm_mirror
loop   14216  0 
tsdev   7616  0 
i2c_piix4   8204  0 
parport_pc 31524  1 
parport32200  3 ppdev,lp,parport_pc
floppy 52004  0 
shpchp 32796  0 
pci_hotplug28088  1 shpchp
i2c_core   19472  1 i2c_piix4
psmouse34568  0 
serio_raw   6532  0 
pcspkr  2816  0 
sworks_agp  9120  0 
agpgart29360  1 sworks_agp
evdev   9088  1 
ext3  116488  4 
jbd47272  1 ext3
ide_cd 35616  0 
cdrom  32416  1 ide_cd
generic 5508  0 [permanent]
cpqarray   

Bug#416209: frozen-bubble: error in multiplayer training high score

2007-03-25 Thread Jiska
Package: frozen-bubble
Version: 2.1.0-1



There are 20 places in both of the sections in the multiplayer high
score. If all the 20 places are full and you get a new high score, many
older ones disappear.

Old Highscore:
Chain-reaction enabled:
 1. user: 33
 2. user: 33
 3. user: 28
 4. user: 27
 5. user: 24
 6. user: 22
 7. user: 22
 8. user: 22
 9. user: 21
10. user: 21
11. user: 18
12. user: 17
13. user: 17
14. user: 17
15. user: 16
16. user: 14
17. user: 13
18. user: 13
19. user: 12
20. user: 10


Highscore after I got 48 points:
 1. user: 28
 2. user: 22
 3. user: 22
 4. user: 21
 5. user: 18
 6. user: 17
 7. user: 17
 8. user: 13
None of those high scores was highlighted as new!


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#406861: Version 1.0.8-3 still segfaults

2007-03-25 Thread David Andel
On Sun, 2007-03-25 at 22:44 +0200, Mike Hommey wrote:

> What are the accessibility features you have enabled on your 
> desktop ? I'd really like to be able to reproduce this...

None that I know of. Maybe it helps to tell that iceape (and icedove for
that matter) starts just fine if I move my many huge mailfolders out of
the way. But then, before version 1.0.7-2 it worked fine also with my
huge mailfolders, and it should.

And maybe this helps as well: 
[EMAIL PROTECTED]:~$ dpkg -l '*iceape*' | grep ^i
ii  iceape   1.0.8-3The Iceape Internet Suite
ii  iceape-browser   1.0.8-3Iceape Navigator (Internet
browser) and Comp
ii  iceape-calendar  1.0.8-3Iceape Calendar
ii  iceape-chatzilla 1.0.8-3Iceape Chatzilla IRC client
ii  iceape-dbg   1.0.8-3Debugging symbols for the Iceape
Internet Su
ii  iceape-gnome-support 1.0.8-3Gnome support for the Iceape
Internet Suite
ii  iceape-mailnews  1.0.8-3Iceape Mail & Newsgroups and
Address Book




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#416196: ImportError: /usr/lib/libpangocairo-1.0.so.0: undefined symbol

2007-03-25 Thread Josselin Mouette
Le dimanche 25 mars 2007 à 21:33 +0200, dmilith a écrit :
> ImportError: /usr/lib/libpangocairo-1.0.so.0: undefined symbol:
> cairo_scaled_font_get_font_options
> 
> "
> 
> i also receive similar problem (but only sometimes) in xqf, amule,
> firefox (but export with disabled pango helps..)

Please send the output of "ldd -r /usr/lib/libpangocairo-1.0.so.0".

-- 
 .''`.
: :' :  We are debian.org. Lower your prices, surrender your code.
`. `'   We will add your hardware and software distinctiveness to
  `-our own. Resistance is futile.


signature.asc
Description: Ceci est une partie de message	numériquement signée


Bug#352315: Not related with nvidia driver

2007-03-25 Thread Cesar Martinez Izquierdo
Sven Arvidsson escribió:
> On Fri, 2007-03-23 at 16:31 +0100, Cesar Martinez Izquierdo wrote:
>> Hi, as I reported before, I suffer the same problem.
>>
>> I don't have an nvidia graphic card, but an Intel 855GM one (i810 driver).
>>
>> So I don't think it's the same bug as #405179, (or that one it isn't
>> correctly assigned to xserver-xorg-video-nv).
>>
>> I reopen it, for the moment.
>>
>> Maybe it's an xserver error, but I just get it when starting gnome
>> (either from gdm or kdm). I don't get it with KDE.
> 
> Hi,
> 
> What version are you running, the one in Etch?

I use Debian unstable packages.

xserver-xorg version: 1:7.1.0-15
gnome-core version: 1:2.14.3.6


> 
> It would be great if you could capture a stacktrace of the crash. It's
> not so easy with X, but this can help you:
> 
> http://wiki.x.org/wiki/DebuggingTheXserver
> http://wiki.debian.org/?HowToGetABacktrace
> 

OK, I'll try to get it.

Regards,

  César


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#416205: ITP: centerim -- A text-mode multi-protocol instant messenger client

2007-03-25 Thread Nico Golde
Hey,
* Anibal Avelar <[EMAIL PROTECTED]> [2007-03-25 22:35]:
> Package: wnpp
> Severity: wishlist
> Owner: Anibal Avelar <[EMAIL PROTECTED]>
> 
> * Package name : centerim
>  Version : 4.22
>  Upstream Author : Konstantin Klyagin <[EMAIL PROTECTED]>

Konst is upstream of centericq but I guess not of the fork.
Kind regards
Nico
-- 
Nico Golde - http://www.ngolde.de
JAB: [EMAIL PROTECTED] - GPG: 0x73647CFF
Forget about that mouse with 3/4/5 buttons,
gimme a keyboard with 103/104/105 keys!


pgpqFQ6dZyT5z.pgp
Description: PGP signature


Bug#416207: libarts1c2a: /usr/bin/artsd dies with Assertion `pcm' failed.

2007-03-25 Thread Martin Atukunda
Package: libarts1c2a
Version: 1.5.5-1
Severity: important

I'm having difficulty using arts with alsa on my box (etch).

When I first try to run it this is what I get:

-- 8< --
[EMAIL PROTECTED]:~$ artsd
artsd: pcm.c:695: snd_pcm_close: Assertion `pcm' failed.
Aborted
[EMAIL PROTECTED]:~$
-- >8 --

Any other attempts to run it after that I get:

-- 8< --
[EMAIL PROTECTED]:/etc/apt$ artsd
unix_connect: can't connect to server 
(unix:/tmp/ksocket-matlads/igloo.ds.co.ug-248d-4606ddb7)
artsd: pcm.c:695: snd_pcm_close: Assertion `pcm' failed.
Aborted
[EMAIL PROTECTED]:/etc/apt$
-- >8 --

When I use kde's control center and specify ALSA as the audio device, I get 
crash 
dialogs. This is what initially set me off trying to find the solution.

Any solutions for me?

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-4-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages libarts1c2a depends on:
ii  libartsc0 1.5.5-1aRts sound system C support librar
ii  libasound21.0.13-2   ALSA library
ii  libaudio2 1.8-3  The Network Audio System (NAS). (s
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio
ii  libc6 2.3.6.ds1-13   GNU C Library: Shared libraries
ii  libesd0   0.2.36-3   Enlightened Sound Daemon - Shared 
ii  libgcc1   1:4.1.1-21 GCC support library
ii  libglib2.0-0  2.12.4-2   The GLib library of C routines
ii  libice6   1:1.0.1-2  X11 Inter-Client Exchange library
ii  libjack0.100.0-0  0.101.1-2  JACK Audio Connection Kit (librari
ii  libmad0   0.15.1b-2.1MPEG audio decoder library
ii  libogg0   1.1.3-2Ogg Bitstream Library
ii  libpng12-01.2.15~beta5-1 PNG library - runtime
ii  libqt3-mt 3:3.3.7-3  Qt GUI Library (Threaded runtime v
ii  libsm61:1.0.1-3  X11 Session Management library
ii  libstdc++64.1.1-21   The GNU Standard C++ Library v3
ii  libvorbis0a   1.1.2.dfsg-1.2 The Vorbis General Audio Compressi
ii  libvorbisenc2 1.1.2.dfsg-1.2 The Vorbis General Audio Compressi
ii  libvorbisfile31.1.2.dfsg-1.2 The Vorbis General Audio Compressi
ii  libx11-6  2:1.0.3-6  X11 client-side library
ii  libxext6  1:1.0.1-2  X11 miscellaneous extension librar
ii  libxt61:1.0.2-2  X11 toolkit intrinsics library
ii  zlib1g1:1.2.3-13 compression library - runtime

Versions of packages libarts1c2a recommends:
ii  libarts1-akode4:3.5.5-2  akode plugin for aRts

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#416208: Installation report HP-715/64 (HIL)

2007-03-25 Thread Helge Deller
Package: installation-reports

Boot method: CD-Image (Etch RC-2 Installer)
Image version: 
http://ftp.nl.debian.org/debian/dists/etch/main/installer-hppa/rc2/images/2.6/mini.iso
Date: 23. March 2007

Machine: HP PARISC (HP 715/64)
Processor: PA7100LC (PA-RISC)
Memory: 128MB

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 keyboard:  [ E]
Detect CD:  [ O]
Detect hard drives: [ O]
Partition hard drives:  [ O]
Install base system:[ O]
Clock/timezone setup:   [ O]
User/password setup:[ O]
Install tasks:  [ O]
Install boot loader:[O ]
Overall install:[ E]

Summary:
Installer is basically ok, but Etch is not at all installable with current RC-2 
installer image on systems with HIL keyboards.

Comments/Problems:
The installer itself seems OK, but the keyboard does not work at all.
Main problem is, that the keyboard on this machine is a HIL device (similiar to 
USB, but much "older").
The boot-kernel (2.6.18) does not detect this keyboard on the HIL bus.
It seems the needed .config values are not set when it was built.
To solve this problem, the boot kernel needs the "CONFIG_KEYBOARD_HIL_OLD=y" 
option set.
Additionally, all other "HIL" options should be disabled (see below).
With those options, the HIL keyboard should work. HIL-Mouse will not be 
available, but it's not needed either for the installation process.
In general, all newer HIL drivers do not work at all, so defaulting back to the 
old driver should be ok.

Proposed .config options for Debian Etch Linux boot kernel:

#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_KEYBOARD_NEWTON is not set
# CONFIG_KEYBOARD_STOWAWAY is not set
CONFIG_KEYBOARD_HIL_OLD=y
# CONFIG_KEYBOARD_HIL is not set
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y
CONFIG_MOUSE_SERIAL=y
# CONFIG_MOUSE_VSXXXAA is not set
# CONFIG_MOUSE_HIL is not set
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
# CONFIG_INPUT_MISC is not set

#
# Hardware I/O ports
#
CONFIG_SERIO=y
# CONFIG_SERIO_SERPORT is not set
# CONFIG_SERIO_PARKBD is not set
CONFIG_SERIO_GSCPS2=y
# CONFIG_HP_SDC is not set
# CONFIG_SERIO_PCIPS2 is not set
CONFIG_SERIO_LIBPS2=y
# CONFIG_SERIO_RAW is not set
# CONFIG_GAMEPORT is not set


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#406861: Version 1.0.8-3 still segfaults

2007-03-25 Thread Mike Hommey
On Sun, Mar 25, 2007 at 09:19:33PM +0200, David Andel <[EMAIL PROTECTED]> wrote:
> On Sun, 2007-03-25 at 20:07 +0200, Mike Hommey wrote:
> > Could you send a backtrace ?
> 
> [EMAIL PROTECTED]:~$ iceape -g
(...)

What are the accessibility features you have enabled on your 
desktop ? I'd really like to be able to reproduce this...

Mike



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#361751: blobwars: Spelling errors

2007-03-25 Thread Josh Triplett
Javier Serrano Polo wrote:
> El dj 22 de 03 del 2007 a les 23:33 -0700, en/na Josh Triplett va
> escriure:
>>> -those that try to find the entrance! Luckily it seems that due to the 
>>> number of traps, the enemy have
>>> -not yet entered this area. That doesn't, however, mean that they won't...
>>> +those seeking the entrance! Luckily it seems that due to the number of 
>>> traps, the enemy hasn't
>>> +yet entered this area. However, that doesn't mean they won't...
>> I like the first change (s/that try to find/seeking/), but I personally like
>> the second part as it currently stands, with the "however" in the middle.
>> It gives the sentence a certain character and tone that the rewrite seems to
>> lose.
> 
> How about "the enemy hasn't entered this area yet. That doesn't mean,
> however, they won't..."?

After reviewing the relevant bugreport (#361751), I see that you want to fix
the bug that the text gets cut off, presumably by making the text shorter.
I'd suggest shortening the earlier portion.  s/From what you were able to find
out/From what you found out/; s/could very well/may well/; s/a number
of/many/; s/those that try to find/those seeking/; s/it seems that due to/due
to/.  Then leave the last sentence as written.

- Josh Triplett



signature.asc
Description: OpenPGP digital signature


Bug#416200: linux-image-2.6.18-4-686: Missing sk98lin module.

2007-03-25 Thread Bastian Blank
tags 416200 moreinfo
thanks

On Sun, Mar 25, 2007 at 03:40:53PM -0400, Andrew N. wrote:
> This version of the kernel is missing the sk98lin module for:


No. The tables of supported pci devices is similar in sk98lin and skge.

> dmesg:
> skge 1.6 addr 0xfeaf8000 irq 225 chip Yukon-Lite rev 9
> skge eth2: addr 00:11:d8:74:2c:2f

So it finds something which is handled by the skge module.

> The skge module is erroring out with:
> #ifup eth2
> SIOCSIFADDR: No such device
> eth2: ERROR while getting interface flags: No such device
> SIOCSIFNETMASK: No such device
> SIOCSIFBRDADDR: No such device
> eth2: ERROR while getting interface flags: No such device
> eth2: ERROR while getting interface flags: No such device
> Failed to bring up eth2. 

This is no error from skge. Please show the output of "ip link".

Bastian

-- 
The sooner our happiness together begins, the longer it will last.
-- Miramanee, "The Paradise Syndrome", stardate 4842.6


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#416206: libdatetime-timezone-perl: Contains duplicate timezone information.

2007-03-25 Thread Kurt Roeckx
Package: libdatetime-timezone-perl
Severity: wishlist

Hi,

It seems your package uses Olson's timezone database and turns this into
perl modules during build.  The tzdata package contains the same data,
and it would be nice if we only had to update 1 package to update the
timezone information.

Would it be possible to do the conversion at runtime rather than build
time?


Kurt



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#416205: ITP: centerim -- A text-mode multi-protocol instant messenger client

2007-03-25 Thread Anibal Avelar

Package: wnpp
Severity: wishlist
Owner: Anibal Avelar <[EMAIL PROTECTED]>

* Package name : centerim
 Version : 4.22
 Upstream Author : Konstantin Klyagin <[EMAIL PROTECTED]>
* URL  :  http://www.centerim.org/index.php/Main_Page
* License: GPL
 Description   :  A text-mode multi-protocol instant messenger client

Centerim is a text mode menu- and window-driven IM client program that
supports the ICQ2000, Yahoo!, AIM, MSN, IRC and Jabber protocols.

It is a fork of Centericq. There are many feature requests as:

-  File reception
-  File sending
-  Partial loading of history (in chat modus)
-  Server-side contact list save
-  Multiple simultaneous instances of same protocol (e.g. 2 Jabber accounts)
- etc.


--
Anibal Avelar (FixXxeR) http://fixxxer.cc
GPG: 83B64656 - C143 4AD8 B017 53FA B742  D6AA CEEA F9F3 83B6 4656


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#416204: python-dateutil: Contains duplicate timezone information.

2007-03-25 Thread Kurt Roeckx
Package: python-dateutil
Severity: wishlist

Hi,

The description of python-dateutil says:
  * timezone (tzinfo) implementations for tzfile(5) format files
(/etc/localtime, /usr/share/zoneinfo, etc),
[...]
  * internal up-to-date world timezone information based on Olson's database.

Is this internal (oudated) version of Olson's database really useful?
We already have an up-to-date version of this in the tzdata package.
It would be nice if we only had 1 package providing this so we only need
to update 1 package.


PS: There is also a python-tz package which provides this database.


Kurt



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#416201: libapache-mod-php4 was causing the problem

2007-03-25 Thread pascal
This package provides:
/etc/php4/apache

from which php-sqlite postinst deduced apache was installed

# apt-get --purge remove libapache-mod-php4

solved my problem but people replacing apache by apache2 will still have 
it. Postinst should rather look in the package database since obsolete 
configuration files are misleading.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#416202: python-tz: Provides duplicate timezone information.

2007-03-25 Thread Kurt Roeckx
Package: python-tz
Severity: wishlist

Hi,

It seems that python-tz basicly packs the Olson database which is also
provided by the tzdata package.  It would be good if we only had 1
package that provided that data, so we only have to update one of them.

It seems to contain the same data, but in a different format.  It would
be nice if it could just get that information from the tzdata package
instead.


Kurt



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



  1   2   3   >