Bug#262183: xserver-xfree86: [s3] can't find PCI card on Alpha [regression from 4.2.1]

2004-09-02 Thread Atsuhito Kohda
From: Branden Robinson <[EMAIL PROTECTED]>
Subject: Bug#262183: xserver-xfree86: [s3] can't find PCI card on Alpha 
[regression from 4.2.1]
Date: Wed, 1 Sep 2004 05:31:17 -0500

> On Tue, Aug 24, 2004 at 11:09:50PM +0900, Atsuhito Kohda wrote:
> > BTW, with the 2.4.27 kernel I tested XFree86 (as a root of course)
> > but unfortunately it failed with the same messages as 2.2.25 kernel.
> 
> Do any Alpha hackers have any clue what's going on here?  Please?
> 
> Is anyone else experiencing this problem?

I've succedded to boot with 2.6.8 kernel but X failed
to start with the kernel.

This might be irrelevant with the problem but I noticed
that kernel 2.6.8 showed the following message at boot time;

 ignoring pci display device on 00:09.0

Regards, 2004.9.2(Thu)

-- 
 Debian Developer & Debian JP Developer - much more I18N of Debian
 Atsuhito Kohda <[EMAIL PROTECTED]>
 Department of Math., Univ. of Tokushima




X Strike Force XFree86 SVN commit: r1792 - branches/debconf-overhaul/debian

2004-09-02 Thread X Strike Force SVN Repository Admin
Author: fabbione
Date: 2004-09-02 01:43:51 -0500 (Thu, 02 Sep 2004)
New Revision: 1792

Modified:
   branches/debconf-overhaul/debian/xserver-xfree86.config.in
Log:
Add required "" when date format includes a blank/space


Modified: branches/debconf-overhaul/debian/xserver-xfree86.config.in
===
--- branches/debconf-overhaul/debian/xserver-xfree86.config.in  2004-09-01 
19:04:51 UTC (rev 1791)
+++ branches/debconf-overhaul/debian/xserver-xfree86.config.in  2004-09-02 
06:43:51 UTC (rev 1792)
@@ -52,7 +52,7 @@
   # another function if someone forgets to set its value.  Misleading debugging
   # messages are very bad.
 
-  echo "$(date +%F %X%z) ${*:-(empty message)}" >>"$CONFIG_LOG"
+  echo "$(date +"%F %X%z") ${*:-(empty message)}" >>"$CONFIG_LOG"
   observe "$*"
 }
 



Re: X Strike Force XFree86 SVN commit: r1792 - branches/debconf-overhaul/debian

2004-09-02 Thread Daniel Stone
On Thu, Sep 02, 2004 at 01:43:54AM -0500, X Strike Force SVN Repository Admin 
wrote:
> Author: fabbione
> Date: 2004-09-02 01:43:51 -0500 (Thu, 02 Sep 2004)
> New Revision: 1792
> 
> Modified:
>branches/debconf-overhaul/debian/xserver-xfree86.config.in
> Log:
> Add required "" when date format includes a blank/space
> 
> 
> Modified: branches/debconf-overhaul/debian/xserver-xfree86.config.in
> ===
> --- branches/debconf-overhaul/debian/xserver-xfree86.config.in
> 2004-09-01 19:04:51 UTC (rev 1791)
> +++ branches/debconf-overhaul/debian/xserver-xfree86.config.in
> 2004-09-02 06:43:51 UTC (rev 1792)
> @@ -52,7 +52,7 @@
># another function if someone forgets to set its value.  Misleading 
> debugging
># messages are very bad.
>  
> -  echo "$(date +%F %X%z) ${*:-(empty message)}" >>"$CONFIG_LOG"
> +  echo "$(date +"%F %X%z") ${*:-(empty message)}" >>"$CONFIG_LOG"
>observe "$*"
>  }

s/")/)"/

-- 
Daniel Stone<[EMAIL PROTECTED]>
Debian: the universal operating system http://www.debian.org


signature.asc
Description: Digital signature


test results from branches/debconf-overhaul

2004-09-02 Thread Fabio Massimo Di Nitto

Hi Branden,
glad to see that most of the changes are working smoothly, but
there are a few things that we need to work on. That means that the branch
isn't ready to be merge in trunk yet and i am afraid that it will be part
of -8.

Upgrading from -6 to -6+SVN i have been warned 3 times that my
configuration has been customized. Probably one should be enough.

On fresh install (meaning a real purge of xserver-xfree86 and no
/etc/X11/XF86Config-4)

 + Make the "medium" monitor configuration interface the default

but it still defaults to Simple here.

mode-list templates is asked after unpacking.. weird.. it should still be
part of config.
Also the new comments in this template are ok, but they make the text too
long. On a normal console it will show only 2 lines to select from. It is
more a usability issue than anything else.. it works.

In postinst i am asked if i want to detect video hardware.. doh!
And the first time i answer the question, indipendently from the answer, i
will be prompted again. Only at the second time it will exit properly.

This behaviour is reproducible constantly so it should be pretty simple to
debug.

Fabio

PS of course i will try to debug all the problems.. but this is more FYI
:-)

-- 
 fajita: step one
 Whatever the problem, step one is always to look in the error log.
 fajita: step two
 When in danger or in doubt, step two is to scream and shout.



Bug#255025: xlibs: Windows keys stopped working as modifiers to some other keys

2004-09-02 Thread Bruce Stephens
[EMAIL PROTECTED] (Denis Barbier) writes:

[...]

> Hi, there have been some changes in dfsg.1-6 related to modifiers,
> can you please check whether this bug is still there?

The bug's still present in dfsg.1-6.  I think things have improved a
little---Super with any alphabetic key seems to work with 1-6, except
c, oddly.  That is, with xev I can hold down the Super-L key and then
I get events for pressing z, x, v, b, etc., but pressing c does
nothing.  Space and the cursor keys still don't work (I use Super and
Space for toggling iconified status, and Super with the cursor keys
for a variety of operations).




Bug#262183: xserver-xfree86: [s3] can't find PCI card on Alpha [regression from 4.2.1]

2004-09-02 Thread Jim Crilly
This is just a guess, but I believe the ignore message is from the 
hotplug scripts and shouldn't break X. If you look in 
/etc/default/hotplug you'll see an entry like


IGNORE_PCI_CLASS_DISPLAY=true

which just tells hotplug not to load any DRI kernel modules for pci 
display devices. So as long as X is configured properly 2D should work 
fine, but 3D most likely won't.


Jim.

Atsuhito Kohda wrote:

From: Branden Robinson <[EMAIL PROTECTED]>
Subject: Bug#262183: xserver-xfree86: [s3] can't find PCI card on Alpha 
[regression from 4.2.1]
Date: Wed, 1 Sep 2004 05:31:17 -0500



On Tue, Aug 24, 2004 at 11:09:50PM +0900, Atsuhito Kohda wrote:


BTW, with the 2.4.27 kernel I tested XFree86 (as a root of course)
but unfortunately it failed with the same messages as 2.2.25 kernel.


Do any Alpha hackers have any clue what's going on here?  Please?

Is anyone else experiencing this problem?



I've succedded to boot with 2.6.8 kernel but X failed
to start with the kernel.

This might be irrelevant with the problem but I noticed
that kernel 2.6.8 showed the following message at boot time;

 ignoring pci display device on 00:09.0

Regards, 2004.9.2(Thu)






Re: Document

2004-09-02 Thread Mailbox
Beste klant,

Wij hebben je mail ontvangen en zullen zo spoedig mogelijk antwoord geven op je 
vraag.
Door drukte kan het soms enkele dagen duren eer je een antwoord krijgt.

Large Klantenservice.



Bug#255025: xlibs: Windows keys stopped working as modifiers to some other keys

2004-09-02 Thread Denis Barbier
On Thu, Sep 02, 2004 at 12:32:00PM +0100, Bruce Stephens wrote:
> [EMAIL PROTECTED] (Denis Barbier) writes:
> 
> [...]
> 
> > Hi, there have been some changes in dfsg.1-6 related to modifiers,
> > can you please check whether this bug is still there?
> 
> The bug's still present in dfsg.1-6.  I think things have improved a
> little---Super with any alphabetic key seems to work with 1-6, except
> c, oddly.  That is, with xev I can hold down the Super-L key and then
> I get events for pressing z, x, v, b, etc., but pressing c does
> nothing.  Space and the cursor keys still don't work (I use Super and
> Space for toggling iconified status, and Super with the cursor keys
> for a variety of operations).

I cannot reproduce this behavior here, xev displays events for the c key
when Super-L is hold down.  Can you please run
  $ xkbcomp :0
and send the generated server-0.xkb file?  It will explain why your
keymap is broken, and will help debugging to see if xlibs is buggy
or if we have to find another culprit.

Denis




Bug#234388: Norton AntiVirus detected a virus in a message you sent. The inf ected attachment was deleted.

2004-09-02 Thread NAV for Microsoft Exchange-EMAIL
Recipient of the infected attachment:  Genialloyd - Servizio assicurativo
on-line\Posta in arrivo
Subject of the message:  Re: Developement
One or more attachments were deleted
  Attachment doc_word3.zip was Deleted for the following reasons:
Virus [EMAIL PROTECTED] was found.
Virus [EMAIL PROTECTED] was found in document.txt
.exe.
<>

Bug#230422: Rapport à l'expéditeur

2004-09-02 Thread Zeus/Madrid%MADRID
Information sur l'incident:-

Base de données:f:/Lotus/Domino/Data/mail.box
Expéditeur:[EMAIL PROTECTED]
Destinataires: [EMAIL PROTECTED]
Objet:Mail Delivery (failure [EMAIL PROTECTED])
Date/Heure:02/09/2004 22:30:40

Le fichier joint message.scr que vous avez envoyé aux destinataires de la
liste ci-dessus a été infecté par le virus W32/[EMAIL PROTECTED] et n'a pas pu
être nettoyé.




Bug#76439: marked as done (xlibs: [XKB] hu symbols file presumes locale is hu_HU)

2004-09-02 Thread Debian Bug Tracking System
Your message dated Thu, 2 Sep 2004 22:56:48 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#76439: xlibs: [XKB] hu symbols file presumes locale is 
hu_HU
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 7 Nov 2000 01:48:38 +
>From [EMAIL PROTECTED] Mon Nov 06 19:48:38 2000
Return-path: <[EMAIL PROTECTED]>
Received: from tty-53.nas1.euroweb.hu (great.expectations) 
[:::193.226.222.53] 
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 13sxsK-0004k4-00; Mon, 06 Nov 2000 19:48:38 -0600
Received: from raszi by great.expectations with local (Exim 3.16 #1 (Debian))
id 13sxsA-0001n5-00; Tue, 07 Nov 2000 02:48:26 +0100
From: KARASZI Istvan <[EMAIL PROTECTED]>
Subject: xlibs: hungarian keyboard layout problems
To: [EMAIL PROTECTED]
X-Mailer: bug 3.3.7
Reply-To: [EMAIL PROTECTED]
Message-Id: <[EMAIL PROTECTED]>
Date: Tue, 07 Nov 2000 02:48:26 +0100
Delivered-To: [EMAIL PROTECTED]

Package: xlibs
Version: 4.0.1-1
Severity: normal

Hi Branden!

 i post this message to debian-x list, but isn't replyed. Hungarian keyboard
 layout don't work correctly in 4.0.1. Some keys aren't working. Here is my
 config part:

- -
Section "InputDevice"

Identifier  "Keyboard1"
Driver  "Keyboard"
Option "AutoRepeat" "500 30"
Option "XkbRules"   "xfree86"
Option "XkbModel"   "microsoft"
Option "XkbLayout"  "hu"
Option "XkbCompat"  ""

EndSection
- -

and with this 'û' and 'õ' characters doesn't work.

-- System Information
Debian Release: woody
Kernel Version: Linux great.expectations 2.2.17 #1 Sat Oct 28 16:28:41 CEST 
2000 i686 unknown

Versions of the packages xlibs depends on:
ii  libc6  2.1.96-1   GNU C Library: Shared libraries and Timezone
ii  xfree86-common 4.0.1-1X Window System (XFree86) infrastructure

---
Received: (at 76439-done) by bugs.debian.org; 2 Sep 2004 20:53:42 +
>From [EMAIL PROTECTED] Thu Sep 02 13:53:42 2004
Return-path: <[EMAIL PROTECTED]>
Received: from postfix4-2.free.fr [213.228.0.176] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1C2yaU-0007op-00; Thu, 02 Sep 2004 13:53:42 -0700
Received: from localhost.localdomain (unknown [82.254.62.138])
by postfix4-2.free.fr (Postfix) with ESMTP id 2C9771C9F3E
for <[EMAIL PROTECTED]>; Thu,  2 Sep 2004 22:53:41 +0200 (CEST)
Received: by localhost.localdomain (Postfix, from userid 1000)
id B24D823DAA; Thu,  2 Sep 2004 22:56:48 +0200 (CEST)
Date: Thu, 2 Sep 2004 22:56:48 +0200
To: [EMAIL PROTECTED]
Subject: Bug#76439: xlibs: [XKB] hu symbols file presumes locale is hu_HU
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.6+20040818i
From: [EMAIL PROTECTED] (Denis Barbier)
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Hi,

there is no bug here (hence it is being closed now).  If you want to
input national characters, you must specify their encoding.  It worked
with XFree86 3.3, but it was a kludge.

Denis



Bug#33154: marked as done (xlibs: cannot input local characters when using Hungarian (hu) layout)

2004-09-02 Thread Debian Bug Tracking System
Your message dated Thu, 2 Sep 2004 22:54:03 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#33154: xlibs: cannot input local characters when using 
Hungarian (hu) layout
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 9 Feb 1999 23:48:03 +
Received: (qmail 30046 invoked from network); 9 Feb 1999 23:48:02 -
Received: from freeside.elte.hu ([EMAIL PROTECTED])
  by master.debian.org with SMTP; 9 Feb 1999 23:48:02 -
Received: from orion.fido.hu ([EMAIL PROTECTED] [157.181.74.106])
by freeside.elte.hu (8.9.2/8.9.2/Debian/GNU) with ESMTP id AAA25962
for <[EMAIL PROTECTED]>; Wed, 10 Feb 1999 00:47:09 +0100 (CET)
From: [EMAIL PROTECTED]
Received: (from [EMAIL PROTECTED])
by orion.fido.hu (8.9.2/8.9.2/Debian/GNU) id AAA04536;
Wed, 10 Feb 1999 00:46:24 +0100 (CET)
Date: Wed, 10 Feb 1999 00:46:24 +0100 (CET)
Message-Id: <[EMAIL PROTECTED]>
Subject: xlib6g: Cannot enter local characters with correct locale setup
To: [EMAIL PROTECTED]
X-Mailer: bug 3.1.7
Reply-To: [EMAIL PROTECTED]

Package: xlib6g
Version: 3.3.2.3a-8

Well, I'm not sure that this is a bug in xlib6g, but I can't figure it out.
The situatuation is:
I'm in Hungary, so the correct LANG is hu_HU. That works most of the cases.
When I start an xterm, rxvt, gnome-term, etc with LANG="C" or no LANG setup, I 
can enter our national characters  like aacute, odoubleacute, etc in them.
When I start one of the abve programs wit LANG=hu_HU, I cannot enter any of our 
national characters.
I'm using XKB for keyboard mapping (setxkbmap hu).
I've checked locale also:
orion% export LANG=hu_HU
orion% locale
LANG=hu_HU
LC_CTYPE="hu_HU"
LC_NUMERIC="hu_HU"
LC_TIME="hu_HU"
LC_COLLATE="hu_HU"
LC_MONETARY="hu_HU"
LC_MESSAGES="hu_HU"
LC_ALL=



-- System Information
Debian Release: 2.1
Kernel Version: Linux orion 2.2.1 #1 SMP Sun Jan 31 15:14:58 CET 1999 i686 
unknown

Versions of the packages xlib6g depends on:
ii  xbase   3.3.2.3a-8.1   X Window System (XFree86) infrastructure
ii  libc6   2.0.7.19981211 GNU Libc: shared libraries
---
Received: (at 33154-done) by bugs.debian.org; 2 Sep 2004 20:50:58 +
>From [EMAIL PROTECTED] Thu Sep 02 13:50:58 2004
Return-path: <[EMAIL PROTECTED]>
Received: from postfix4-2.free.fr [213.228.0.176] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1C2yXq-0007g5-00; Thu, 02 Sep 2004 13:50:58 -0700
Received: from localhost.localdomain (unknown [82.254.62.138])
by postfix4-2.free.fr (Postfix) with ESMTP id 65A761C9D14
for <[EMAIL PROTECTED]>; Thu,  2 Sep 2004 22:50:56 +0200 (CEST)
Received: by localhost.localdomain (Postfix, from userid 1000)
id E9B0723DAA; Thu,  2 Sep 2004 22:54:03 +0200 (CEST)
Date: Thu, 2 Sep 2004 22:54:03 +0200
To: [EMAIL PROTECTED]
Subject: Bug#33154: xlibs: cannot input local characters when using Hungarian 
(hu) layout
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.6+20040818i
From: [EMAIL PROTECTED] (Denis Barbier)
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Hi,

there is no bug here (hence it is being closed now).  If you want to
input national characters, you must specify their encoding.  It worked
with XFree86 3.3, but it was a kludge.
Thanks for your report.

Denis