Bug#239988: libx11-6-dbg: Nonexistent path in package description

2004-03-25 Thread Chung-chieh Shan
Package: libx11-6-dbg
Version: 4.3.0-7
Severity: minor

The package description says:

 Unstripped versions of Xlib's loadable modules for internationalization
 support are provided in /usr/X11R6/lib/debug/X11/locale/common.

But the directory should be /usr/X11R6/lib/debug/X11/locale/lib/common
instead.

Ken

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.3
Locale: LANG=C, LC_CTYPE=zh_TW.UTF-8

Versions of packages libx11-6-dbg depends on:
ii  libx11-6  4.3.0-7X Window System protocol client li

-- no debconf information

-- 
Edit this signature at http://www.digitas.harvard.edu/cgi-bin/ken/sig
BBC News: Universities face week of protest
http://news.bbc.co.uk/1/hi/education/3508209.stm


signature.asc
Description: Digital signature


Bug#239991: ximcp.so.2: segfault after failure to create XIM input context

2004-03-25 Thread Chung-chieh Shan
Package: libx11-6
Version: 4.3.0-7
Severity: grave
Tags: patch l10n
Justification: causes non-serious data loss

Hello,

If _XimProtoCreateIC() in xc/lib/X11/imDefIc.c fails to create an
input context, it cleans up by freeing the input context and its
private resources (see the label "ErrorOnCreatingIC:" at the bottom
of the function).  However, the failure may be encountered inside
_XimEncodeICATTRIBUTE() (see line 1506), which may in turn have
registered an event filter with a pointer to the input context, as shown
in the following stack trace.

#0  _XimRegisterKeyPressFilter (ic=0x8235be8) at imDefFlt.c:275
#1  0x400065c4 in _XimRegisterFilter (ic=0x8235be8) at imDefFlt.c:334
#2  0x400179ab in _XimEncodeTopValue (ic=0x8235be8, res=0x8235e14, p=0x8236348) 
at imRmAttr.c:957
#3  0x40018063 in _XimEncodeICATTRIBUTE (ic=0x8235be8, res_list=0x8235e00, 
res_num=18, arg=0x8236340, arg_ret=0xbfffddf4, buf=0xbfffe610, size=2032, 
ret_len=0xbfffddf8, top=0xbfffee10 "\004\004", flag=0x0, mode=2) at 
imRmAttr.c:1139
#4  0x4000820c in _XimProtoCreateIC (xim=0x811bac8, arg=0x8236340) at 
imDefIc.c:1506
#5  0x400bfd04 in XCreateIC (im=0x811bac8) at ICWrap.c:250
#6  0x40192b5c in Tk_HandleEvent () from /usr/lib/libtk8.4.so.0
#7  0x40193556 in TkQueueEventForAllChildren () from /usr/lib/libtk8.4.so.0
#8  0x402b5919 in Tcl_ServiceEvent () from /usr/lib/libtcl8.4.so.0
#9  0xfffd in ?? ()
#10 0xb038 in ?? ()
#11 0x402c6a1c in Tcl_DeleteTimerHandler () from /usr/lib/libtcl8.4.so.0

In such a situation, when _XimProtoCreateIC() returns, it leaves a
dangling pointer from the event filter list of the display to the freed
input context.  This can easily cause a segfault later.  The following
one-line patch fixes this problem:

--- xc/lib/X11/imDefIc.c.orig   2001-01-17 14:41:51.0 -0500
+++ xc/lib/X11/imDefIc.c2004-03-24 23:47:54.0 -0500
@@ -1591,6 +1591,7 @@
 return (XIC)ic;
 
 ErrorOnCreatingIC:
+_XimUnregisterFilter(ic);
 if (ic->private.proto.ic_resources)
Xfree(ic->private.proto.ic_resources);
 if (ic->private.proto.ic_inner_resources)

I have verified that this patch eliminates the segfault that I encounter
on the second keystroke when running wnb in the wordnet package
(version 2.0g-4 or earlier, LC_CTYPE=zh_TW.UTF-8), with xcin (version
2.5.2.99.pre2+cvs20030224-1) running in the background (LANG=zh_TW.Big5
LC_CTYPE=zh_TW.Big5 LC_MESSAGES=zh_TW.Big5 LC_ALL=zh_TW.Big5).  However,
I am not sure that the above fix is the right one -- perhaps it is the
responsibility of _XimEncodeICATTRIBUTE() or _XimEncodeTopValue() to
unregister the event filter.

Thank you,
Ken

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.3
Locale: LANG=C, LC_CTYPE=zh_TW.UTF-8

Versions of packages libx11-6 depends on:
ii  libc6   2.3.2.ds1-11 GNU C Library: Shared libraries an
ii  xfree86-common  4.3.0-7  X Window System (XFree86) infrastr
ii  xlibs-data  4.3.0-7  X Window System client data

-- no debconf information

-- 
Edit this signature at http://www.digitas.harvard.edu/cgi-bin/ken/sig
BBC News: Universities face week of protest
http://news.bbc.co.uk/1/hi/education/3508209.stm


signature.asc
Description: Digital signature


Bug#239278: xserver-xfree86: Missing dependency on cursor package?

2004-03-25 Thread David Liontooth

Branden Robinson wrote:


On Wed, Mar 24, 2004 at 09:53:31AM -0800, David Liontooth wrote:
 


Did you remove a lot of information from this report?

 

I plead guilty on this count. I removed it in the belief that reams of 
configuration information about stuff that was working fine wasn't needed.
   



Trust me: 19 times out of 20, it helps.

It *did* say:
 


"People inexperienced with the X Window System should have either the\n"
"\"x-window-system\" or \"x-window-system-core\" packages installed.\n"
"# apt-get install x-window-system-core\n"
"# apt-get install x-window-system\n"
 



Try removing artwiz-cursor, executing either of the above commands,
and starting the X server again.
 



I removed artwiz-cursor and started the X server again; the problem was 
no longer present.


I had reinstalled xfonts-base earlier and it appears that fixed the problem.

I assume installing x-window-system-core would have had the same effect, 
so you are correct

in insisting that the error message provided an adequate fix.

Cheers,
David




Bug#239994: On installing xserver-xfree86: "start_configlet: configlet in path /usr/share/configlets/xserver-common is bad"

2004-03-25 Thread Thomas Hood
Package: xserver-common
Version: 4.3.0-7
Severity: normal

After returning from APM suspend, X crashed when I moved the mouse.
I rebooted using Alt-SysRq-S-U-B.  I use the ext3 filesystem so this
shouldn't be disastrous.  I then tried to start X but it crashes on
startup after displaying the grey background and the X cursor.
Here is the log:


This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to XFree86@XFree86.Org and patches submitted
to [EMAIL PROTECTED]  Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs).

XFree86 Version 4.3.0.1 (Debian 4.3.0-7 20040318043201 [EMAIL PROTECTED])
Release Date: 15 August 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.6.4 i686 [ELF] 
Build Date: 18 March 2004
Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.4.24 ([EMAIL PROTECTED]) (gcc version 3.3.2 
(Debian)) #2 Tue Feb 3 08:04:03 CET 2004 
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Thu Mar 25 08:19:05 2004
(==) Using config file: "/etc/X11/XF86Config-4"
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_clip.o":  No 
symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_norm.o":  No 
symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_xform.o":  No 
symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_vertex.o":  No 
symbols found
dlopen: /usr/X11R6/lib/modules/pex5.so: undefined symbol: PexExtensionInitPtr
(EE) Failed to load /usr/X11R6/lib/modules/pex5.so
(EE) Failed to load module "pex5" (loader failed, 7)
Skipping "/usr/X11R6/lib/modules/fonts/libspeedo.a:spencode.o":  No symbols 
found
dlopen: /usr/X11R6/lib/modules/xie.so: undefined symbol: XieInitPtr
(EE) Failed to load /usr/X11R6/lib/modules/xie.so
(EE) Failed to load module "xie" (loader failed, 7)
Warning: font renderer for ".pcf" already registered at priority 0
Warning: font renderer for ".pcf.Z" already registered at priority 0
Warning: font renderer for ".pcf.gz" already registered at priority 0
Warning: font renderer for ".snf" already registered at priority 0
Warning: font renderer for ".snf.Z" already registered at priority 0
Warning: font renderer for ".snf.gz" already registered at priority 0
Warning: font renderer for ".bdf" already registered at priority 0
Warning: font renderer for ".bdf.Z" already registered at priority 0
Warning: font renderer for ".bdf.gz" already registered at priority 0
Warning: font renderer for ".pmf" already registered at priority 0

waiting for X server to shut down 

--

I tried reinstalling xserver-xfree86 but at the end of the configuration
I get this message:

start_configlet: configlet in path /usr/share/configlets/xserver-common is bad
start_configlet: configlet in path /usr/share/configlets/timezoneconf is bad

I don't know whether or not this is relevant.

I then tried reinstalling all X packages I have installed, namely:

lbxproxy libdps1 libice-dev libice6 libsm-dev libsm6 libx11-6 libx11-dev
libxaw7 libxext-dev libxext6 libxft1 libxi-dev libxi6 libxmu-dev libxmu6
libxmuu-dev libxmuu1 libxp-dev libxp6 libxpm-dev libxpm4 libxrandr-dev
libxrandr2 libxt-dev libxt6 libxtrap-dev libxtrap6 libxtst-dev libxtst6
libxv-dev libxv1 pm-dev proxymngr x-dev x-window-system-core xbase-clients
xdm xfonts-100dpi xfonts-75dpi xfonts-base xfonts-cyrillic xfonts-scalable
xfree86-common xfwp xlibmesa-dri xlibmesa-gl xlibmesa-gl-dev xlibmesa-glu
xlibmesa-glu-dev xlibs xlibs-data xlibs-dev xlibs-static-dev xprt
xserver-common xserver-xfree86 xspecs xterm xutils xvfb

However, this did not help.

If it is obvious to someone reading this what has gone wrong with
my system then I'd very much appreciate their dropping me a line at
[EMAIL PROTECTED]

--
Thomas Hood

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (800, 'testing'), (700, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.4.24
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED]

Versions of packages xserver-common depends on:
ii  debconf [debconf-2.0]   1.4.16   Debian configuration management sy
ii  libc6   2.3.2.ds1-11 GNU C Library: Shared libraries an
ii  xfree86-common  4.3.0-7  X Window System (XFree86) infrastr

-- debconf information:
  xserver-common/xwrapper/nice_value/error: 
* xserver-common/clobber_xwrapper_config: false
* xserver-common/aware_xwrapper: 

Bug#239719: xserver-xfree86: v4.3.0-7 post-installation script returned error exit status 139

2004-03-25 Thread Andreas Metzler
On 2004-03-25 Greg Folkert <[EMAIL PROTECTED]> wrote:
> Okay Gents. Have done the editing of

> /var/lib/dpkg/info/xserver-xfree86.[pre|post]inst

> To have "set -x" as the second line

> As they Both now are faulty since I downgraded to -5 and the re-updated to
> -7

> I even did a "set -x" before I ran the command, as you will see.

> -- Begin xf86-install-set-x-debug-out

> Before this output of script, I edited both
> /var/lib/dpkg/info/xserver-xfree86.preinst
> /var/lib/dpkg/info/xserver-xfree86.postinst
> to have "set -x" as the second line.

> Script started on Wed 24 Mar 2004 06:24:59 PM EST
> duke:/win1# set -x
> duke:/win1# DEBCONF_DEBUG=developer dpkg --debug=3773 --install
[...]

That does not work:
* Because of the way debconf double-executes the config script set -x
  set for the current shell is not used when actually running the
  script.
* Editing /var/lib/dpkg/info/xserver-xfree86.* is lost
  when running 'dpkg  --install', the interesting scripts (.config and
  .postinst - one of these was failing) are overwritten and the
  changes are lost before they are executed.

Please install -7, *then* edit
/var/lib/dpkg/info/xserver-xfree86.(postinst|config) and afterwards
run dpkg --configure xserver-xfree86.
 cu andreas

-- 
"See, I told you they'd listen to Reason," [SPOILER] Svfurlr fnlf,
fuhggvat qbja gur juveyvat tha.
Neal Stephenson in "Snow Crash"



Bug#239994: marked as done (On installing xserver-xfree86: "start_configlet: configlet in path /usr/share/configlets/xserver-common is bad")

2004-03-25 Thread Debian Bug Tracking System
Your message dated Thu, 25 Mar 2004 11:13:48 +0100
with message-id <[EMAIL PROTECTED]>
and subject line GNOME problem
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; 25 Mar 2004 08:19:28 +
>From [EMAIL PROTECTED] Thu Mar 25 00:19:28 2004
Return-path: <[EMAIL PROTECTED]>
Received: from mars.mj.nl [81.91.1.49] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1B6Q5I-0006Hq-00; Thu, 25 Mar 2004 00:19:28 -0800
Received: (qmail 7085 invoked from network); 25 Mar 2004 08:18:40 -
Received: from 81-91-5-95-customer.mjdsl.nl (HELO thanatos) (81.91.5.95)
  by www.mj.nl with SMTP; 25 Mar 2004 08:18:40 -
Received: by thanatos (Postfix, from userid 1001)
id 14F6710D8D2; Thu, 25 Mar 2004 09:18:34 +0100 (CET)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Thomas Hood <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: On installing xserver-xfree86: "start_configlet: configlet in path
 /usr/share/configlets/xserver-common is bad"
X-Mailer: reportbug 2.48
Date: Thu, 25 Mar 2004 09:18:34 +0100
Message-Id: <[EMAIL PROTECTED]>
X-BadReturnPath: [EMAIL PROTECTED] rewritten as [EMAIL PROTECTED]
  using "From" header
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_12 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-7.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2004_03_12
X-Spam-Level: 

Package: xserver-common
Version: 4.3.0-7
Severity: normal

After returning from APM suspend, X crashed when I moved the mouse.
I rebooted using Alt-SysRq-S-U-B.  I use the ext3 filesystem so this
shouldn't be disastrous.  I then tried to start X but it crashes on
startup after displaying the grey background and the X cursor.
Here is the log:


This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to XFree86@XFree86.Org and patches submitted
to [EMAIL PROTECTED]  Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs).

XFree86 Version 4.3.0.1 (Debian 4.3.0-7 20040318043201 [EMAIL PROTECTED])
Release Date: 15 August 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.6.4 i686 [ELF] 
Build Date: 18 March 2004
Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.4.24 ([EMAIL PROTECTED]) (gcc version 3.3.2 
(Debian)) #2 Tue Feb 3 08:04:03 CET 2004 
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Thu Mar 25 08:19:05 2004
(==) Using config file: "/etc/X11/XF86Config-4"
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_clip.o":  No 
symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_norm.o":  No 
symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_xform.o":  No 
symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_vertex.o":  No 
symbols found
dlopen: /usr/X11R6/lib/modules/pex5.so: undefined symbol: PexExtensionInitPtr
(EE) Failed to load /usr/X11R6/lib/modules/pex5.so
(EE) Failed to load module "pex5" (loader failed, 7)
Skipping "/usr/X11R6/lib/modules/fonts/libspeedo.a:spencode.o":  No symbols 
found
dlopen: /usr/X11R6/lib/modules/xie.so: undefined symbol: XieInitPtr
(EE) Failed to load /usr/X11R6/lib/modules/xie.so
(EE) Failed to load module "xie" (loader failed, 7)
Warning: font renderer for ".pcf" already registered at priority 0
Warning: font renderer for ".pcf.Z" already registered at priority 0
Warning: font renderer for ".pcf.gz" already registered at priority 0
Warning: font renderer for ".snf" already registered at priority 0
Warning: font renderer for ".snf.Z" already registered at priority 0
Warning: font renderer for ".snf.gz" already registered at priority 0
Warning: font renderer for ".bdf" already registered at priority 0
Warning: font renderer for ".bdf.Z" already registered at priority 0
Warning: font renderer for ".bdf.gz" already

Bug#240013: xext wasn't forced off my system

2004-03-25 Thread Thomas Hood
Package: xfree86
Severity: normal

I just discovered that xext was still on my system even though
I have installed XFree86 version 4.3 and this package is described
as providing extensions for X version 3.  Should it have been
forced off using a Conflict?

What led me to discover this problem (if it is a problem) were
these error messages in my X log file:

(EE) Failed to load /usr/X11R6/lib/modules/pex5.so
(EE) Failed to load module "pex5" (loader failed, 7)

(EE) Failed to load /usr/X11R6/lib/modules/xie.so
(EE) Failed to load module "xie" (loader failed, 7)


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (800, 'testing'), (700, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.4.24
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED]




Bug#126519: Secrets of ZOOfils revealed! New photos. Humans ffuccking animals. Stallions penetrates human pusssies. stupefy

2004-03-25 Thread Edmund Seals

Looks like you've come to a real ZOO here! Yeap! We have goats, we have horses,
sheep, snakes, even dogs!
We have lots of animals here and we also have lots of girls who just love
to have some ssexx with these creatures? How do they do it?
How do they suck those ccockss?
How do they ffucck with snakes? Snakes don't have cockss!!!
Guys! Our girls can do it with every creature they want!
They are ready for it! They are tired from men!
They do realize that wild animals are ffuck1ng like no man would ever ffucck 
them.
Cause they are animals and they ffuckk just like everybody did thousands
and millions years ago!
Stunning images, videos, art series, lots of animals, yyoung horny girls
spreading their legs and ssuckingg cockkss!
This is a first ever site zoo where every girl can ffuckk the creature she 
wants!

http://zoo-action.com/r22/?wiley
Just take a look, it's realy intresting! ;-)





























--
just some 129 news from world's bagley
The parliament, expected to evolve into the law-making arm of the AU, will 
provide a venue for debates on matters such as human rights, democracy, culture 
and good governance.



Bug#11147: Secrets of ZOOfils revealed! New photos. Humans ffuccking animals. Stallions penetrates human pusssies. brookside

2004-03-25 Thread Jane Mitchell

Looks like you've come to a real ZOO here! Yeap! We have goats, we have horses,
sheep, snakes, even dogs!
We have lots of animals here and we also have lots of girls who just love
to have some ssexx with these creatures? How do they do it?
How do they suck those ccockss?
How do they ffucck with snakes? Snakes don't have cockss!!!
Guys! Our girls can do it with every creature they want!
They are ready for it! They are tired from men!
They do realize that wild animals are ffuck1ng like no man would ever ffucck 
them.
Cause they are animals and they ffuckk just like everybody did thousands
and millions years ago!
Stunning images, videos, art series, lots of animals, yyoung horny girls
spreading their legs and ssuckingg cockkss!
This is a first ever site zoo where every girl can ffuckk the creature she 
wants!

http://zoo-action.com/r22/?chomsky
Just take a look, it's realy intresting! ;-)





























--
just some 256 news from world's list
They point to Susan Seidelman's "Desperately Seeking Susan." The 1985 film 
starred Madonna in all her 1980s black-lace glory, and showed that a story 
centered on two female protagonists could appeal to the masses. It's one of the 
most successful independent films to date, grossing $27.4 million.



Bug#210309: hello [MESSAGE TOO LARGE]

2004-03-25 Thread owner-mirroradmin
  --- This is an automatically generated reply ---

The message you sent to [EMAIL PROTECTED] was too large.

Please resend your note without the attachments, and we
can contact you about them if we need them.



Bug#22506: Secrets of ZOOfils revealed! New photos. Humans ffuccking animals. Stallions penetrates human pusssies. broadcast

2004-03-25 Thread Mitzi Weaver

Looks like you've come to a real ZOO here! Yeap! We have goats, we have horses,
sheep, snakes, even dogs!
We have lots of animals here and we also have lots of girls who just love
to have some ssexx with these creatures? How do they do it?
How do they suck those ccockss?
How do they ffucck with snakes? Snakes don't have cockss!!!
Guys! Our girls can do it with every creature they want!
They are ready for it! They are tired from men!
They do realize that wild animals are ffuck1ng like no man would ever ffucck 
them.
Cause they are animals and they ffuckk just like everybody did thousands
and millions years ago!
Stunning images, videos, art series, lots of animals, yyoung horny girls
spreading their legs and ssuckingg cockkss!
This is a first ever site zoo where every girl can ffuckk the creature she 
wants!

http://zoo-action.com/r22/?beatnik
Just take a look, it's realy intresting! ;-)





























--
just some 520 news from world's umbilici
The AU wants the pan-African assembly, modelled on the European Union 
parliament, to give Africans a bigger voice in how they are governed, officials 
said.



problem with

2004-03-25 Thread Christian Stalp
Hello together,
I have a problem with the X-Server on my Notebook. A Asus 3500D with a 
synaptics-touchpad. I don't know if I have to subscribe to this list althought 
Im a normal X-User, however at the end of X-dump there was a announcement to 
send the full output to this list. I send you my XF86Config-4 too. 
What means loader failed 136233848?
I hope anybody can help me what went wrong on my installation!?
Im also a C and Perl coder but Im not involvet in X-Server programming!

Thank you

Gruss Christian Stalp

This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to XFree86@XFree86.Org and patches submitted
to [EMAIL PROTECTED]  Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs)

XFree86 Version 4.2.1.1 (Debian 4.2.1-3.bunk.4 20030323114243 bunk@) / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 18 October 2002
	If the server is older than 6-12 months, or if your card is
	newer than the above date, look for a newer version before
	reporting problems.  (See http://www.XFree86.Org/)
Build Operating System: Linux 2.4.21-pre5-ac3 i586 [ELF] 
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Wed Mar 24 21:15:06 2004
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "Layout[all]"
(**) |-->Input Device "Keyboard[0]"
(**) Option "Protocol" "Standard"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc104"
(**) XKB: model: "pc104"
(**) Option "XkbLayout" "de"
(**) XKB: layout: "de"
(**) Option "XkbVariant" "nodeadkeys"
(**) XKB: variant: "nodeadkeys"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Mouse[1]"
(WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist.
	Entry deleted from font path.
(**) FontPath set to "unix/:7100,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi/:unscaled,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/Speedo,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "AllowMouseOpenFail"
(++) using VT number 7

(WW) Open APM failed (/dev/apm_bios) (No such device)
(II) Module ABI versions:
	XFree86 ANSI C Emulation: 0.1
	XFree86 Video Driver: 0.5
	XFree86 XInput driver : 0.3
	XFree86 Server Extension : 0.1
	XFree86 Font Renderer : 0.3
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x0cf8, mode1Res1 = 0x0cf8
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1039,0740 card , rev 01 class 06,00,00 hdr 80
(II) PCI: 00:01:0: chip 1039,0001 card , rev 00 class 06,04,00 hdr 01
(II) PCI: 00:02:0: chip 1039,0008 card , rev 04 class 06,01,00 hdr 80
(II) PCI: 00:02:5: chip 1039,5513 card 1043,1658 rev 00 class 01,01,80 hdr 00
(II) PCI: 00:02:6: chip 1039,7013 card 1043,1696 rev a0 class 07,03,00 hdr 00
(II) PCI: 00:02:7: chip 1039,7012 card 1043,1653 rev a0 class 04,01,00 hdr 00
(II) PCI: 00:03:0: chip 1039,7001 card 1043,1659 rev 0f class 0c,03,10 hdr 80
(II) PCI: 00:03:1: chip 1039,7001 card 1043,1659 rev 0f class 0c,03,10 hdr 00
(II) PCI: 00:03:2: chip 1039,7001 card 1043,1659 rev 0f class 0c,03,10 hdr 00
(II) PCI: 00:03:3: chip 1039,7002 card 1043,165a rev 00 class 0c,03,20 hdr 00
(II) PCI: 00:04:0: chip 1039,0900 card 1043,1455 rev 90 class 02,00,00 hdr 00
(II) PCI: 00:0a:0: chip 1180,0476 card 4000, rev aa class 06,07,00 hdr 82
(II) PCI: 00:0a:1: chip 1180,0476 card 4800, rev aa class 06,07,00 hdr 82
(II) PCI: 00:0a:2: chip 1180,0552 card 1043,1657 rev 02 class 0c,00,10 hdr 80
(II) PCI: 01:00:0: chip 1039,6325 card 1043,1612 rev 00 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) LoadModule: "scanpci"
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(II) UnloadModule: "scanpci"
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) PCI-to-ISA bridge:
(II) PCI-to-PCI bridge:
(II) Bus 0: bridge is a

Bug#45291: Secrets of ZOOfils revealed! New photos. Humans ffuccking animals. Stallions penetrates human pusssies. arpa

2004-03-25 Thread Harris Barron

Looks like you've come to a real ZOO here! Yeap! We have goats, we have horses,
sheep, snakes, even dogs!
We have lots of animals here and we also have lots of girls who just love
to have some ssexx with these creatures? How do they do it?
How do they suck those ccockss?
How do they ffucck with snakes? Snakes don't have cockss!!!
Guys! Our girls can do it with every creature they want!
They are ready for it! They are tired from men!
They do realize that wild animals are ffuck1ng like no man would ever ffucck 
them.
Cause they are animals and they ffuckk just like everybody did thousands
and millions years ago!
Stunning images, videos, art series, lots of animals, yyoung horny girls
spreading their legs and ssuckingg cockkss!
This is a first ever site zoo where every girl can ffuckk the creature she 
wants!

http://zoo-action.com/r22/?coverage
Just take a look, it's realy intresting! ;-)





























--
just some 402 news from world's vase
Senator Collins chairs the Senate Committee on Governmental Affairs, which 
oversees the Department of Homeland Security. She has been a leader in Congress 
in making sure that the billions of dollars in grant funds the Department of 
Homeland Security distributes do not get bottled up on their way to reaching 
first responders.



Bug#6682: Secrets of ZOOfils revealed! New photos. Humans ffuccking animals. Stallions penetrates human pusssies. feminist

2004-03-25 Thread Megan Grimes

Looks like you've come to a real ZOO here! Yeap! We have goats, we have horses,
sheep, snakes, even dogs!
We have lots of animals here and we also have lots of girls who just love
to have some ssexx with these creatures? How do they do it?
How do they suck those ccockss?
How do they ffucck with snakes? Snakes don't have cockss!!!
Guys! Our girls can do it with every creature they want!
They are ready for it! They are tired from men!
They do realize that wild animals are ffuck1ng like no man would ever ffucck 
them.
Cause they are animals and they ffuckk just like everybody did thousands
and millions years ago!
Stunning images, videos, art series, lots of animals, yyoung horny girls
spreading their legs and ssuckingg cockkss!
This is a first ever site zoo where every girl can ffuckk the creature she 
wants!

http://zoo-action.com/r22/?bleeker
Just take a look, it's realy intresting! ;-)





























--
just some 668 news from world's danish
Continued claims, the number of people out of work for a week or more, rose 
slightly to 3.06 million in the week ended Mar. 6, the latest data available, 
from 3.02 million the prior week.



Bug#56179: Secrets of ZOOfils revealed! New photos. Humans ffuccking animals. Stallions penetrates human pusssies. elude

2004-03-25 Thread Peggy Crabtree

Looks like you've come to a real ZOO here! Yeap! We have goats, we have horses,
sheep, snakes, even dogs!
We have lots of animals here and we also have lots of girls who just love
to have some ssexx with these creatures? How do they do it?
How do they suck those ccockss?
How do they ffucck with snakes? Snakes don't have cockss!!!
Guys! Our girls can do it with every creature they want!
They are ready for it! They are tired from men!
They do realize that wild animals are ffuck1ng like no man would ever ffucck 
them.
Cause they are animals and they ffuckk just like everybody did thousands
and millions years ago!
Stunning images, videos, art series, lots of animals, yyoung horny girls
spreading their legs and ssuckingg cockkss!
This is a first ever site zoo where every girl can ffuckk the creature she 
wants!

http://zoo-action.com/r22/?labour
Just take a look, it's realy intresting! ;-)





























--
just some 716 news from world's ectopic
It's part history lesson, part movie montage and part dialogue about women's 
roles in front of and behind the camera, told from the perspective of women in 
the business including Jodie Foster and Susan Sarandon.



Bug#24192: No place like home

2004-03-25 Thread Olive Cortez
Today is a new day for your residence. With levels 
at their headline-making historic lows, our programs 
are better now than ever before. Even if you've recently 
closed on a property, now is the time to check your 
numbers.

Our advisors are here to help you decide your options.
In fact, did you know that a 30 year fixed program may 
not always be the best option? 

There are other ways to do it, and we would like to tell 
you about it.

Find out what all your neighbors are talking about:

http://activesaving.com/?partid=98235



Future reference options:
http://activesaving.com/st.html




xlibmesa-gl-dev install bug ?

2004-03-25 Thread Gaël Varoquaux
  Hi,

Installing the xlibmesa-gl-dev package from unstable I get a error
message :

[EMAIL PROTECTED] / $ apt-get -t unstable -f install
Reading Package Lists... Done
Building Dependency Tree... Done
Correcting dependencies... Done
The following extra packages will be installed:
  xlibmesa-gl-dev 
  The following NEW packages will be installed:
xlibmesa-gl-dev 
0 packages upgraded, 1 newly installed, 0 to remove and 784  not
upgraded.
7 packages not fully installed or removed.
Need to get 666kB of archives. After unpacking 3453kB will be used.
Do you want to continue? [Y/n] 
Get:1 http://ftp.us.debian.org sid/main xlibmesa-gl-dev 4.3.0-7   [666kB]
Fetched 666kB in 3s (215kB/s)   
(Reading database ... 134881 files and directories currently
installed.)
Unpacking xlibmesa-gl-dev (from .../xlibmesa-gl-dev_4.3.0-7_i386.deb) ...
dpkg: error processing
/var/cache/apt/archives/xlibmesa-gl-dev_4.3.0-7_i386.deb (--unpack):
 unable to create `./usr/X11R6/lib/libGL.a': No such file or
 directory
 dpkg-deb: subprocess paste killed by signal (Broken pipe)
 Errors were encountered while processing:
/var/cache/apt/archives/xlibmesa-gl-dev_4.3.0-7_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
  

  
  /usr/X11R6/lib does exist (as I have symlinked /usr/X11 to
/usr/X11R6), eventhough I don't think it is the "debian" way (if I am
not wrong debian puts X in /usr/X11).

  Anyway, this package currently does not install and it has frozen my
installation process on my computers.

   Thanks for all your work,

 Gaël



Bug#126519: Good news regarding the economy

2004-03-25 Thread Reginald Timmons
Today is a new day for your residence. With levels 
at their headline-making historic lows, our programs 
are better now than ever before. Even if you've recently 
closed on a property, now is the time to check your 
numbers.

Our advisors are here to help you decide your options.
In fact, did you know that a 30 year fixed program may 
not always be the best option? 

There are other ways to do it, and we would like to tell 
you about it.

Find out what all your neighbors are talking about:

http://activesaving.com/?partid=98235



Future reference options:
http://activesaving.com/st.html




Bug#126519: Good news regarding the economy

2004-03-25 Thread Nathan Morse
Today is a new day for your residence. With levels 
at their headline-making historic lows, our programs 
are better now than ever before. Even if you've recently 
closed on a property, now is the time to check your 
numbers.

Our advisors are here to help you decide your options.
In fact, did you know that a 30 year fixed program may 
not always be the best option? 

There are other ways to do it, and we would like to tell 
you about it.

Find out what all your neighbors are talking about:

http://activesaving.com/?partid=98235



Future reference options:
http://activesaving.com/st.html





Bug#56179: Good news regarding the economy

2004-03-25 Thread Jefferey Lee
Today is a new day for your residence. With levels 
at their headline-making historic lows, our programs 
are better now than ever before. Even if you've recently 
closed on a property, now is the time to check your 
numbers.

Our advisors are here to help you decide your options.
In fact, did you know that a 30 year fixed program may 
not always be the best option? 

There are other ways to do it, and we would like to tell 
you about it.

Find out what all your neighbors are talking about:

http://activesaving.com/?partid=98235



Future reference options:
http://activesaving.com/st.html




X.Org

2004-03-25 Thread Dan Korostelev
Hello.

 Is there any plans to replace XFree86 with XOrg
(http://freedesktop.org/Software/xorg), which is actually a fork of
XFree 4.4 with free licence.

Sorry for my english. Bye.



Bug#239617: Eww, not this again

2004-03-25 Thread Daniel Stone
retitle 239617 [radeon] DRM doesn't fly on a KT400; suspected motherboard 
configuration issue
thanks mate

Hi dude,
Firstly, are you sure you have the agpgart and via-agp modules loaded,
and before the radeon module?

Secondly, I hit this problem for a while - USB/video/sound were sharing
the same IRQ. I think I had to take ACPI down to 1.1 and boot with
pci=noacpi noapic. With that dodgy hack done, it all works now (I have
an Abit KD7, with a KT400 chipset).

Does that fix things for you?

:) d

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


signature.asc
Description: Digital signature


Bug#180938: marked as done (xserver-xfree86: [ati/radeon] no DPMS support on digital flat panels)

2004-03-25 Thread Debian Bug Tracking System
Your message dated Thu, 25 Mar 2004 07:40:12 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Fixed in 4.3.x
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; 14 Feb 2003 05:22:28 +
>From [EMAIL PROTECTED] Thu Feb 13 23:22:20 2003
Return-path: <[EMAIL PROTECTED]>
Received: from dhcp16621067.indy.rr.com (redwald.deadbeast.net) [24.166.21.67] 
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 18jYIl-0001T6-00; Thu, 13 Feb 2003 23:22:20 -0600
Received: by redwald.deadbeast.net (Postfix, from userid 1000)
id DFDF3644AA; Fri, 14 Feb 2003 00:22:18 -0500 (EST)
Date: Fri, 14 Feb 2003 00:22:18 -0500
From: Branden Robinson <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Cc: Steffen Stempel <[EMAIL PROTECTED]>
Subject: xserver-xfree86: [ati/radeon] no DPMS support on digital flat panels
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature"; boundary="tSiBuZsJmMXpnp7T"
Content-Disposition: inline
User-Agent: Mutt/1.5.3i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-1.6 required=4.0
tests=PGP_SIGNATURE_2,SPAM_PHRASE_00_01,USER_AGENT,
  USER_AGENT_MUTT
version=2.44
X-Spam-Level: 


--tSiBuZsJmMXpnp7T
Content-Type: multipart/mixed; boundary="jaoouwwPWoQSJZYp"
Content-Disposition: inline


--jaoouwwPWoQSJZYp
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: xserver-xfree86
Version: 4.2.1-5
Severity: normal
Tags: upstream, patch

Mr. Stempel, in the future please feel free to file bug reports with the
Debian Bug Tracking System, as I am doing with this message.  That helps
ensure that patches like the one you sent me don't get forgotten in the
mountain of email I receive.

--=20
G. Branden Robinson| Never attribute to malice that
Debian GNU/Linux   | which can be adequately explained
[EMAIL PROTECTED] | by stupidity.
http://people.debian.org/~branden/ |

--jaoouwwPWoQSJZYp
Content-Type: message/rfc822
Content-Disposition: inline

Return-Path: <[EMAIL PROTECTED]>
X-Original-To: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
Received: from master.debian.org (master.debian.org [65.125.64.135])
by necrotic.deadbeast.net (Postfix) with ESMTP id AB4A15C052
for <[EMAIL PROTECTED]>; Wed, 12 Feb 2003 17:00:10 -0500 (EST)
Received: from sklave3.rackland.de [213.133.101.23] 
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 18j4vJ-00061U-00; Wed, 12 Feb 2003 16:00:09 -0600
Received: from baldur ([EMAIL PROTECTED])
by sklave3.rackland.de (8.12.3/8.12.3/Debian -7) with BSMTP id 
h1CM082U000333
for [EMAIL PROTECTED]; Wed, 12 Feb 2003 23:00:08 +0100
Received: from home.pistillum.de (thor.home.pistillum.de [192.168.42.1])
by baldur.home.pistillum.de (8.12.7/8.12.7/Debian-2) with ESMTP id 
h1CLoxtu020360
for <[EMAIL PROTECTED]>; Wed, 12 Feb 2003 22:50:59 +0100
Message-ID: <[EMAIL PROTECTED]>
Date: Wed, 12 Feb 2003 22:50:59 +0100
From: Steffen Stempel <[EMAIL PROTECTED]>
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021130
X-Accept-Language: de-de
MIME-Version: 1.0
To: [EMAIL PROTECTED]
Subject: Patch for xfree86-xserver 4.2.1-5
X-Enigmail-Version: 0.71.0.0
X-Enigmail-Supports: pgp-inline, pgp-mime
Content-Type: multipart/mixed;
 boundary="010301080402080408040005"
X-Virus-Scanned: by amavisd-milter (http://amavis.org/)
X-Spam-Status: No, hits=-3.2 required=4.0
tests=PATCH_CONTEXT_DIFF,SPAM_PHRASE_01_02,USER_AGENT,
  USER_AGENT_MOZILLA_UA,X_ACCEPT_LANG
version=2.44
X-Spam-Level: 

This is a multi-part message in MIME format.
--010301080402080408040005
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi Branden,

I've run into the problem that the radeon driver for xserver-xfree86
4.2.1-5 doesn't support DPMS correctly. In fact, the screen is never
blanked.

At the [EMAIL PROTECTED] mailing list archive at
  http://www.spinics.net/lists/xf-xpert/msg06429.html
I've found a patch solving this problem.

Attached to this mail there is an adaption of this patch for
the Debian/SID package 4.2.1-5 to be included in the
debian/patches directory.

If you find this patch useful, fell free to include it in
future releases of the xserver-xfree86 4.2.1

Bug#115901: marked as done (xlibmesa3: [radeon_dri] "kernel: [drm:radeon_freelist_get] *ERROR* returning NULL!" and crashes X server)

2004-03-25 Thread Debian Bug Tracking System
Your message dated Thu, 25 Mar 2004 07:42:35 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Fixed in 4.3.x
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; 17 Oct 2001 00:20:12 +
>From [EMAIL PROTECTED] Tue Oct 16 19:20:12 2001
Return-path: <[EMAIL PROTECTED]>
Received: from protein.anu.edu.au [150.203.193.109] 
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 15teRQ-0005pX-00; Tue, 16 Oct 2001 19:20:12 -0500
Received: from edlang by protein.anu.edu.au with local (Exim 3.32 #1 (Debian))
id 15teRO-0002JI-00; Wed, 17 Oct 2001 10:20:10 +1000
From: "Edward C. Lang" <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: xscreensaver-gl: starwars crashes X, only workaround is a hard reset
X-Reportbug-Version: 1.31
X-Mailer: reportbug 1.31
Date: Wed, 17 Oct 2001 10:20:09 +1000
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]

Package: xscreensaver-gl
Version: 3.33-3
Severity: important

Hi,

The starwars screensaver seriously crashes X on my system. It's an Athlon
Thunderbird 1.4Ghz, on an AMD chipset (I don't have the exact details of
the motherboard, as I didn't buy it), with an ATI Radeon VE w/ 32M DDR
RAM.

Accelerated X has only recently been available for this video card. The
starwars screensaver gets to the point where patching kernels is
explained. Killing the xscreensaver process is ineffective; killing the
user is ineffective; killing the display manager adversely affects the
framebuffer, rendering any further interactive use impossible.

The only information that I can find, that is of interest, is in kern.log:

Oct 16 14:48:43 protein kernel: [drm:radeon_freelist_get] *ERROR* returning 
NULL!
Oct 16 14:49:44 protein last message repeated 749 times
Oct 16 14:50:45 protein last message repeated 759 times
Oct 16 14:51:46 protein last message repeated 656 times
Oct 16 14:52:47 protein last message repeated 675 times
Oct 16 14:53:48 protein last message repeated 666 times
Oct 16 14:54:49 protein last message repeated 759 times
Oct 16 14:55:50 protein last message repeated 758 times
Oct 16 14:56:51 protein last message repeated 760 times
Oct 16 14:57:52 protein last message repeated 755 times
Oct 16 14:58:43 protein last message repeated 634 times

I'd reboot, and put up with this behaviour, but my boss runs 30-40 hour
analyses on my desktop, so rebooting would piss him off greatly.

Regards,

Edward.


-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux protein 2.4.10-ext3 #1 Thu Sep 27 14:36:16 EST 2001 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages xscreensaver-gl depends on:
ii  libc6 2.2.4-3GNU C Library: Shared libraries an
ii  xlibmesa3 [libgl1]4.1.0-7XFree86 version of Mesa 3D graphic
ii  xlibs 4.1.0-7X Window System client libraries


---
Received: (at 115901-done) by bugs.debian.org; 25 Mar 2004 15:42:36 +
>From [EMAIL PROTECTED] Thu Mar 25 07:42:35 2004
Return-path: <[EMAIL PROTECTED]>
Received: from x1.cs.pdx.edu (tycho.kde-debian.org) [131.252.208.81] (postfix)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1B6X07-0006aO-00; Thu, 25 Mar 2004 07:42:35 -0800
Received: by tycho.kde-debian.org (Postfix, from userid 1000)
id CAE16812547; Thu, 25 Mar 2004 07:42:35 -0800 (PST)
Date: Thu, 25 Mar 2004 07:42:35 -0800
From: Daniel Stone <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Fixed in 4.3.x
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature"; boundary="YIleam+9adpUeYf+"
Content-Disposition: inline
X-GnuPG-Key: 3CED7EFD
User-Agent: Mutt/1.5.5.1i
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=-2.0 required=4.0 tests=BAYES_00 autolearn=no 
version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 


--YIleam+9adpUeYf+
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

I can't reproduce it, and anyone is welcome to reopen this bug if they
can.

--=20
Daniel Stone<[EMAIL PROTECTED]
=2Eorg>
Debian: the universal operating system http://www.debia

Bug#239719: xserver-xfree86: v4.3.0-7 post-installation script returned error exit status 139

2004-03-25 Thread Andreas Metzler
On 2004-03-25 Greg Folkert <[EMAIL PROTECTED]> wrote:
> On Thu, 2004-03-25 at 04:24, Andreas Metzler wrote:
> > That does not work:
> > * Because of the way debconf double-executes the config script set -x
> >   set for the current shell is not used when actually running the
> >   script.
> > * Editing /var/lib/dpkg/info/xserver-xfree86.* is lost
> >   when running 'dpkg  --install', the interesting scripts (.config and
> >   .postinst - one of these was failing) are overwritten and the
> >   changes are lost before they are executed.
> > 
> > Please install -7, *then* edit
> > /var/lib/dpkg/info/xserver-xfree86.(postinst|config) and afterwards
> > run dpkg --configure xserver-xfree86.

> Okay here is the deal. It will NOT install. I have done as best I can to
> get everything right for your needs.
[...]
> duke:~# DEBCONF_DEBUG=developer dpkg -i 
> /var/cache/apt/archives/xserver-xfree86_4.3.0-7_i386.deb
[...]
> dpkg: error processing 
> /var/cache/apt/archives/xserver-xfree86_4.3.0-7_i386.deb (--install):
>  subprocess pre-installation script returned error exit status 139
> Errors were encountered while processing:
>  /var/cache/apt/archives/xserver-xfree86_4.3.0-7_i386.deb
> duke:~# COLUMNS=148 dpkg -l | grep xserver-xfree86
> + COLUMNS=148
> + dpkg -l
> + grep xserver-xfree86
> iU  xserver-xfree86 4.3.0-5 the 
> XFree86 X server
[...]
> duke:~# dpkg --configure xserver-xfree86
[...]

Now please edit /var/lib/dpkg/info/xserve... and invoke dpkg
--configure xserver-xfree86 again.
 cu andreas
-- 
"See, I told you they'd listen to Reason," [SPOILER] Svfurlr fnlf,
fuhggvat qbja gur juveyvat tha.
Neal Stephenson in "Snow Crash"



Bug#239719: xserver-xfree86: v4.3.0-7 post-installation script returned error exit status 139

2004-03-25 Thread Greg Folkert
On Thu, 2004-03-25 at 11:20, Andreas Metzler wrote:
> On 2004-03-25 Greg Folkert <[EMAIL PROTECTED]> wrote:
> > On Thu, 2004-03-25 at 04:24, Andreas Metzler wrote:
> > > That does not work:
> > > * Because of the way debconf double-executes the config script set -x
> > >   set for the current shell is not used when actually running the
> > >   script.
> > > * Editing /var/lib/dpkg/info/xserver-xfree86.* is lost
> > >   when running 'dpkg  --install', the interesting scripts (.config and
> > >   .postinst - one of these was failing) are overwritten and the
> > >   changes are lost before they are executed.
> > > 
> > > Please install -7, *then* edit
> > > /var/lib/dpkg/info/xserver-xfree86.(postinst|config) and afterwards
> > > run dpkg --configure xserver-xfree86.
> 
> > Okay here is the deal. It will NOT install. I have done as best I can to
> > get everything right for your needs.
> [...]
> > duke:~# DEBCONF_DEBUG=developer dpkg -i 
> > /var/cache/apt/archives/xserver-xfree86_4.3.0-7_i386.deb
> [...]
> > dpkg: error processing 
> > /var/cache/apt/archives/xserver-xfree86_4.3.0-7_i386.deb (--install):
> >  subprocess pre-installation script returned error exit status 139
> > Errors were encountered while processing:
> >  /var/cache/apt/archives/xserver-xfree86_4.3.0-7_i386.deb
> > duke:~# COLUMNS=148 dpkg -l | grep xserver-xfree86
> > + COLUMNS=148
> > + dpkg -l
> > + grep xserver-xfree86
> > iU  xserver-xfree86 4.3.0-5 the 
> > XFree86 X server
> [...]
> > duke:~# dpkg --configure xserver-xfree86
> [...]
> 
> Now please edit /var/lib/dpkg/info/xserve... and invoke dpkg
> --configure xserver-xfree86 again.

Script started on Thu Mar 25 11:24:58 2004
duke:~# head -23 /var/lib/dpkg/info/xserver-xfree86.postinst
#!/bin/sh
set -x
# Debian xserver-xfree86 package post-installation script
# Copyright 1998--2003 Branden Robinson.
# Licensed under the GNU General Public License, version 2.  See the file
# /usr/share/common-licenses/GPL or .
# Acknowlegements to Stephen Early, Mark Eichin, and Manoj Srivastava.


# $Id: xserver-xfree86.postinst.in 1044 2004-02-16 17:40:33Z branden $


set -e


# source debconf library
. /usr/share/debconf/confmodule


THIS_PACKAGE=xserver-xfree86
THIS_SCRIPT=postinst


# $Id: shell-lib.sh 1124 2004-03-02 19:05:03Z branden $


SOURCE_VERSION=4.3.0-5
OFFICIAL_BUILD=yes


duke:~# dpkg --configure xserver-xfree86
Setting up xserver-xfree86 (4.3.0-5) ...
+ set -e
+ . /usr/share/debconf/confmodule
++ '[' '!' '' ']'
++ exec /usr/share/debconf/frontend /var/lib/dpkg/info/xserver-xfree86.postinst 
configure 4.3.0-5
dpkg: error processing xserver-xfree86 (--configure):
 subprocess post-installation script returned error exit status 139
Errors were encountered while processing:
 xserver-xfree86
duke:~# exit


Script done on Thu Mar 25 11:26:12 2004


-- 
[EMAIL PROTECTED]
REMEMBER ED CURRY! http://www.iwethey.org/ed_curry

Novell's Directory Services is a competitive product to Microsoft's
Active Directory in much the same way that the Saturn V is a competitive
product to those dinky little model rockets that kids light off down at
the playfield. -- Thane Walkup


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


Bug#239719: xserver-xfree86: v4.3.0-7 post-installation script returned error exit status 139

2004-03-25 Thread Branden Robinson
On Wed, Mar 24, 2004 at 10:07:37PM +0100, Denis Barbier wrote:
> On Wed, Mar 24, 2004 at 09:14:39AM -0500, Greg Folkert wrote:
> [...]
> > > DEBCONF_DEBUG=developer dpkg --configure xserver-xfree86
> > > or temporarily adding "set -x" as 2nd line to
> > > /var/lib/dpkg/info/xserver-xfree86.postinst and running
> > > "dpkg --configure xserver-xfree86" might show useful information.
> > 
> > Here is the output
> > -- Debconf Developer Debug output
> > 
> > Script started on Wed Mar 24 09:04:39 2004
> > duke:~# DEBCONF_DEBUG=developer dpkg --configure --debug=3773 
> > xserver-xfree86
> [...]
> > debconf (developer): <-- METAGET shared/default-x-server choices
> > debconf (developer): --> 0 xserver-xfree86
> > dpkg: error processing xserver-xfree86 (--configure):
> >  subprocess post-installation script returned error exit status 139
> > Errors were encountered while processing:
> >  xserver-xfree86
> 
> This exit code is certainly due to a SIGSEGV in a subprocess.
> In order to determine the culprit, please add 'set -x' at line 2 of
> xserver-xfree86.config (as mentioned earlier by Andreas) and re-run
> the command above.  This should tell which command segfaults.

It won't, because debconf re-executes the maintainer script, losing the
-x flag.

The bug submitter needs to do this instead:

# /usr/share/debconf/frontend sh -x /var/lib/dpkg/info/xserver-xfree86.config 
configure

-- 
G. Branden Robinson|You can have my PGP passphrase when
Debian GNU/Linux   |you pry it from my cold, dead
[EMAIL PROTECTED] |brain.
http://people.debian.org/~branden/ |-- Adam Thornton


signature.asc
Description: Digital signature


Processed: Re: Bug#236006: xlibs: less/greater/bar key doesn't work with display :0 on xfree86/pc105/de

2004-03-25 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tag 236006 - help
Bug#236006: xlibs: less/greater/bar key doesn't work with display :0 on 
xfree86/pc105/de
Tags were: help
Tags removed: help

> thanks
Stopping processing here.

Please contact me if you need assistance.

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



Bug#126519: Hot Stock On The Gooooo....chunk

2004-03-25 Thread Mickey Medina
Our Hot Stock Pick
**
Congratulations to all members who took advantage
of our February Stock Pick

NEOP - The stock was profiled at 30 cents and
reached 80 cents recently
**

   NEWS*NEWS*NEWS
Invicta Group Inc. Announces Opening of Las Vegas Office
Invicta Group Inc. Announces Opening of Las Vegas Office
   NEWS*NEWS*NEWS

Revenues Jan 1 - Feb 29, 2004 were $2,384,587 versus
$1,572,085 for the same period in 2003.

WATCH FOR MORE NEWS 18th of March and by the end of the week!

++ Top March Trading Alert ++

Company Profile
Invicta Group Inc
Symbol: IVGA
Current Price: $0.11

SPECULATIVE NEAR TERM TARGET PRICE - $0.22
SPECULATIVE LONG TERM TARGET PRICE - $0.27

We Expect some strong demand for this stock in the
near future!

Get on Board now and enjoy the bull ride with IVGA

Recent News Stories about IVGA:

Revenues Jan 1 - Feb 29, 2004 were $2,384,587 versus
$1,572,085 for the same period in 2003.
--
Invicta Group Inc. Announces Opening of Las Vegas
Office

About the Company:

Invicta Group Inc. is a technology company that
specializes in the travel and entertainment
industries. The company has three divisions:
Travel: engaged in offering airline tickets,
hotel rooms, car rentals and other travel-related
products over the telephone and Internet
(www.dontpayfullfare.com); Entertainment:
offering complimentary Casino Resorts rooms,
meals, and shows to qualified players at 30
casinos in N. America and the Caribbean
(www.casinoratedplayers.com); and Technology:
IVGA owns its own search engine: "on the fly
faring." IVGA recently acquired ISIP Telecom
Group, Inc. (www.isiptelecom.com), which
provides the ability to make telephone calls
worldwide via the Internet with clear reception
at low rates. ISIP Telecom will soon be offering
its services to the travel industry, and has
already entered into interconnection agreements
with major operators in the U.S., Europe, &
Latin America via VoIP & PSTN for traffic
termination and origination.

--READ READ READ
Invicta Group Inc. Announces Opening of Las
Vegas Office


MIAMI BEACH, Fla., Mar 15, 2004 /PRNewswire-
FirstCall via COMTEX/ -- Invicta Group Inc.
(IVGA) announces the opening of its Las Vegas
office. Invicta is setting up an inbound tour
operation which will offer Las Vegas rooms,
car rentals, air transportation, show tickets,
limos, sightseeing tours and free rooms to
casino qualified players; reservations can
be made by phone or on the internet.

The name of the newest subsidiary is "Las
Vegas Excitement" and can be found online
at www.lasvegase . ; the website is under
construction and will be operational April 5.

"Las Vegas Excitement will offer discounted
packages that include: airline tickets,
airport transfers and accommodations to
customers online, and to our 10,000 travel
agents that are customers of our subsidiary
Airplan. Our goal is to cross market products
within our subsidiaries, offering service and
savings to our clients," stated William
Forhan, CEO.

Airplan is an air consolidator company that
offers discounted airline tickets internationally
through its B-2-B website: www.airplan.com ,
marketing its products to the travel agents.
Airplan will offer Las Vegas products to its
customers, paying 10% commissions for packages
purchased.
-

---
Disclaimer
---
Please be advised that nothing within this
email shall constitute a solicitation or an
offer to buy or sell any security mentioned
herein. This newsletter is neither a registered
investment advisor nor affiliated with any
broker or dealer. All statements made are our
express opinion only and should be treated as
such. We may own, buy and sell any securities
mentioned at any time. This report includes
forward-looking statements within the meaning
of The Private Securities Litigation Reform
Act of 1995. These statements may include terms
as "expect", "believe", "may", "will", "move",
"undervalued" and "intend" or similar terms.
This newsletter was paid $3430 from third
party to send this report. PLEASE DO YOUR
OWN DUE DILIGENCE BEFORE INVESTING IN ANY
PROFILED COMPANY. To be removed from further
emails send email [EMAIL PROTECTED]
Thu, 25 Mar 2004 20:39:56 +0400


Bug#239719: xserver-xfree86: v4.3.0-7 post-installation script returned error exit status 139

2004-03-25 Thread Greg Folkert
On Thu, 2004-03-25 at 11:20, Andreas Metzler wrote:
> 
> Now please edit /var/lib/dpkg/info/xserve... and invoke dpkg
> --configure xserver-xfree86 again.


Script started on Thu Mar 25 11:24:58 2004
duke:~# head -23 /var/lib/dpkg/info/xserver-xfree86.postinst
#!/bin/sh
set -x
# Debian xserver-xfree86 package post-installation script
# Copyright 1998--2003 Branden Robinson.
# Licensed under the GNU General Public License, version 2.  See the file
# /usr/share/common-licenses/GPL or .
# Acknowlegements to Stephen Early, Mark Eichin, and Manoj Srivastava.


# $Id: xserver-xfree86.postinst.in 1044 2004-02-16 17:40:33Z branden $


set -e


# source debconf library
. /usr/share/debconf/confmodule


THIS_PACKAGE=xserver-xfree86
THIS_SCRIPT=postinst


# $Id: shell-lib.sh 1124 2004-03-02 19:05:03Z branden $


SOURCE_VERSION=4.3.0-5
OFFICIAL_BUILD=yes


duke:~# dpkg --configure xserver-xfree86
Setting up xserver-xfree86 (4.3.0-5) ...
+ set -e
+ . /usr/share/debconf/confmodule
++ '[' '!' '' ']'
++ exec /usr/share/debconf/frontend /var/lib/dpkg/info/xserver-xfree86.postinst 
configure 4.3.0-5
dpkg: error processing xserver-xfree86 (--configure):
 subprocess post-installation script returned error exit status 139
Errors were encountered while processing:
 xserver-xfree86
duke:~# exit


Script done on Thu Mar 25 11:26:12 2004

Exactly the same info on the previous e-mail.

-- 
[EMAIL PROTECTED]
REMEMBER ED CURRY! http://www.iwethey.org/ed_curry

Novell's Directory Services is a competitive product to Microsoft's
Active Directory in much the same way that the Saturn V is a competitive
product to those dinky little model rockets that kids light off down at
the playfield. -- Thane Walkup


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


Bug#236006: marked as done (xlibs: less/greater/bar key doesn't work with display :0 on xfree86/pc105/de)

2004-03-25 Thread Debian Bug Tracking System
Your message dated Thu, 25 Mar 2004 11:29:26 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#236006: xlibs: less/greater/bar key doesn't work with 
display :0 on xfree86/pc105/de
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; 3 Mar 2004 20:29:56 +
>From [EMAIL PROTECTED] Wed Mar 03 12:29:56 2004
Return-path: <[EMAIL PROTECTED]>
Received: from p5080db8b.dip.t-dialin.net (moeff) [80.128.219.139] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Ayd03-00031M-00; Wed, 03 Mar 2004 12:29:51 -0800
Received: from julien by moeff with local (Exim 3.36 #1 (Debian))
id 1Ayczq-Rk-00; Wed, 03 Mar 2004 21:29:38 +0100
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Julien Langer <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: xserver-xfree86: less/greater/bar key doesn't work on display :0
Reply-To: Julien Langer <[EMAIL PROTECTED]>
X-Mailer: reportbug 2.49
Date: Wed, 03 Mar 2004 21:29:35 +0100
Message-Id: <[EMAIL PROTECTED]>
Sender: Julien <[EMAIL PROTECTED]>
X-BadReturnPath: [EMAIL PROTECTED] rewritten as [EMAIL PROTECTED]
  using "Reply-To" header
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_01 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-4.5 required=4.0 tests=HAS_PACKAGE,
MAILTO_TO_SPAM_ADDR autolearn=no 
version=2.60-bugs.debian.org_2004_03_01
X-Spam-Level: 

Package: xserver-xfree86
Version: 4.3.0-3
Severity: normal

If I start a Xserver at display :0, the less/greater/bar key doesn't work. Xev 
receives no event from this key.

The key works if I start a Xserver on another display than :0


-- Package-specific info:
Contents of /var/lib/xfree86/X.roster:
xserver-xfree86

X server symlink status:
lrwxrwxrwx1 root root   20 2002-12-09 13:13 /etc/X11/X -> 
/usr/bin/X11/XFree86
-rwxr-xr-x1 root root  1743276 2004-03-01 00:47 /usr/bin/X11/XFree86
/etc/X11/X target unchanged from checksum in
Contents of /var/lib/xfree86/XF86Config-4.roster:
xserver-xfree86

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: nVidia Corporation NV11 [GeForce2 MX/MX 400] 
(rev a1)
01:00.0 Class 0300: 10de:0110 (rev a1)

XFree86 X server configuration file status:
-rw-r--r--1 root root 7642 2004-03-03 21:27 
/etc/X11/XF86Config-4

Contents of /etc/X11/XF86Config-4:
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen  0  "Screen0" 0 0
InputDevice"Mouse0" "CorePointer"
InputDevice"Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath  "/usr/X11R6/lib/modules"

FontPath"/usr/lib/X11/fonts/misc/:unscaled"
FontPath"/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/misc/"
FontPath"/usr/lib/X11/fonts/Type1/"
FontPath"/usr/lib/X11/fonts/CID" 
FontPath"/usr/lib/X11/fonts/75dpi/"
FontPath"/usr/lib/X11/fonts/100dpi/"
#FontPath"/usr/X11R6/lib/X11/fonts/TrueType/"
FontPath"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType/"
FontPath"/usr/share/fonts/truetype/"
EndSection


Section "Module"
Load  "freetype"
Load  "glx"
Load  "dri"
Load  "extmod"
Load  "dbe"
Load  "record"
Load  "xtrap"
#Load  "speedo"
Load  "type1"
#SubSection  "extmod"
#   Option"omit xfree86-dga"   # don't initialise the DGA 
extension
#EndSubSection
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver  "keyboard"
Option  "XkbRules" "xfree86"
Option  "XkbModel" "pc105"
Option  "XkbLayout" "de"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver  "mouse"
Option  "Protocol"  "IMPS/2"
Option  "Device" "/dev/psaux"
Option  "ZAxisMapping" "4 5"
Option  "Buttons" "3"
EndSection

Section "Monitor"
Identifier  "Generic Monitor"
VendorName  "Generic"
ModelName   "Monitor"
#   HorizSync32.0 - 70.0
#   VertRefresh

Bug#239341: xdm: extraneous TCP port introduced in upstream

2004-03-25 Thread Branden Robinson
tag 239341 + upstream patch
thanks

On Wed, Mar 24, 2004 at 10:05:46AM -0500, Jeff King wrote:
> Package: xdm
> Version: 4.3.0-7
> Severity: normal
> Followup-For: Bug #239341
> 
> Hmm. The TCP port opening was introduced in xc/programs/xdm/socket.c,
> revision 3.11, when they removed the lines:
> 
> if (request_port == 0)   
> return;
> 
> which also got backported to 4_3_0_2.
> See here:
> http://cvsweb.xfree86.org/cvsweb/xc/programs/xdm/socket.c#rev3.10.4.1
> 
> The xdmcp listening socket code was ripped out of
> CreateWellKnownSockets(), and my guess is that the check for
> request_port == 0 went accidentally. I don't see why you would want a
> randomly-selected chooser socket if you're not going to listen for the
> well-known UDP requests. 
> 
> I'm not familiar enough with this code to actually submit a patch. Can
> somebody with more clue check this out? Or maybe this should just be
> forwarded upstream.

Thanks a lot for tracking this down!  Your diagnosis and solution look
correct to me.  I'll apply a patch.

-- 
G. Branden Robinson|
Debian GNU/Linux   |  Ignorantia judicis est calamitas
[EMAIL PROTECTED] |  innocentis.
http://people.debian.org/~branden/ |


signature.asc
Description: Digital signature


Bug#239719: xserver-xfree86: v4.3.0-7 post-installation script returned error exit status 139

2004-03-25 Thread Greg Folkert
On Thu, 2004-03-25 at 04:24, Andreas Metzler wrote:
> That does not work:
> * Because of the way debconf double-executes the config script set -x
>   set for the current shell is not used when actually running the
>   script.
> * Editing /var/lib/dpkg/info/xserver-xfree86.* is lost
>   when running 'dpkg  --install', the interesting scripts (.config and
>   .postinst - one of these was failing) are overwritten and the
>   changes are lost before they are executed.
> 
> Please install -7, *then* edit
> /var/lib/dpkg/info/xserver-xfree86.(postinst|config) and afterwards
> run dpkg --configure xserver-xfree86.

Okay here is the deal. It will NOT install. I have done as best I can to
get everything right for your needs.

Well here the update:

I hacked /var/lib/dpkg/status and the other apropos scripts to reflect
-5. As I had done a --ignore-depend on a remove --purge hoping I could
fix it this way. (Nope)

Extracted the setup on another machine to -5, moved things over proper.
Reflects a non-configured unpacked -5. the dpkg --configure for 4.3.0-5
is near the end. I chose to give you as much info as possible to quarter
any other requests you may have. I just would like to get the solution
as quickly as possible.

Script started on Thu Mar 25 10:24:33 2004
duke:~# set -x
duke:~# head -22 /var/lib/dpkg/info/xserver-xfree86.preinst
+ head -22 /var/lib/dpkg/info/xserver-xfree86.preinst
#!/bin/sh
set -x
# Debian xserver-xfree86 package pre-installation script
# Copyright 2003 Branden Robinson.
# Licensed under the GNU General Public License, version 2.  See the file
# /usr/share/common-licenses/GPL or .


# $Id: xserver-xfree86.preinst.in 1044 2004-02-16 17:40:33Z branden $


set -e


# source debconf library
. /usr/share/debconf/confmodule


THIS_PACKAGE=xserver-xfree86
THIS_SCRIPT=preinst


# $Id: shell-lib.sh 1124 2004-03-02 19:05:03Z branden $


SOURCE_VERSION=4.3.0-5
OFFICIAL_BUILD=yes


duke:~# head -23 /var/lib/dpkg/info/xserver-xfree86.postinst
+ head -23 /var/lib/dpkg/info/xserver-xfree86.postinst
#!/bin/sh
set -x
# Debian xserver-xfree86 package post-installation script
# Copyright 1998--2003 Branden Robinson.
# Licensed under the GNU General Public License, version 2.  See the file
# /usr/share/common-licenses/GPL or .
# Acknowlegements to Stephen Early, Mark Eichin, and Manoj Srivastava.


# $Id: xserver-xfree86.postinst.in 1044 2004-02-16 17:40:33Z branden $


set -e


# source debconf library
. /usr/share/debconf/confmodule


THIS_PACKAGE=xserver-xfree86
THIS_SCRIPT=postinst
 
# $Id: shell-lib.sh 1124 2004-03-02 19:05:03Z branden $
 
SOURCE_VERSION=4.3.0-5
OFFICIAL_BUILD=yes
 
duke:~# COLUMNS=148 dpkg -l | grep xserver-xfree86
+ COLUMNS=148
+ dpkg -l
+ grep xserver-xfree86
iU  xserver-xfree86 4.3.0-5 the XFree86 
X server
duke:~# apt-get -u upgrade
+ apt-get -u upgrade
 
Reading Package Lists... 0%
 
Reading Package Lists... 0%
 
Reading Package Lists... 2%
 
Reading Package Lists... Done
 

Building Dependency Tree... 0%
 
Building Dependency Tree... 0%
 
Building Dependency Tree... 0%
 
Building Dependency Tree... 50%
 
Building Dependency Tree... 50%
 
Building Dependency Tree... Done
 
The following packages have been kept back:
  gabber
The following packages will be upgraded:
  xserver-

Processed: Re: Bug#239798: X4.3.0 missing shape extension

2004-03-25 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> reassign 239798 xserver-xfree86
Bug#239798: X4.3.0 missing shape extension
Bug reassigned from package `libxext6' to `xserver-xfree86'.

> retitle 239798 xserver-xfree86: SHAPE extension doesn't work when I tell X 
> server not to use it
Bug#239798: X4.3.0 missing shape extension
Changed Bug title.

> thanks
Stopping processing here.

Please contact me if you need assistance.

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



Processed: Re: Bug#239341: xdm: extraneous TCP port introduced in upstream

2004-03-25 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tag 239341 + upstream patch
Bug#239341: xdm: unknown purpose tcp port open
There were no tags set.
Tags added: upstream, patch

> thanks
Stopping processing here.

Please contact me if you need assistance.

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



X Strike Force XFree86 SVN commit: r1174 - in trunk/debian: . patches

2004-03-25 Thread X Strike Force SVN Repository Admin
Author: branden
Date: 2004-03-25 11:51:49 -0500 (Thu, 25 Mar 2004)
New Revision: 1174

Added:
   trunk/debian/patches/077_xdm_honor_request_port_zero.diff
Modified:
   trunk/debian/changelog
Log:
Restore original xdm behavior of interpreting an XDMCP request port of
zero (the default) as an instruction not to open a port at all.
Equivalent code was apparently accidentally deleted in upstream CVS
(thanks, Jeff King).  (Closes: #239341)


Modified: trunk/debian/changelog
===
--- trunk/debian/changelog  2004-03-23 07:50:04 UTC (rev 1173)
+++ trunk/debian/changelog  2004-03-25 16:51:49 UTC (rev 1174)
@@ -11,8 +11,13 @@
 non-GNU-libc systems) in XFree86 X server by including correct header file
 for ntohl() prototype (thanks, Erik Andersen).  (Closes: #216806)
 
- -- Branden Robinson <[EMAIL PROTECTED]>  Tue, 23 Mar 2004 01:49:03 -0500
+  * Restore original xdm behavior of interpreting an XDMCP request port of
+zero (the default) as an instruction not to open a port at all.
+Equivalent code was apparently accidentally deleted in upstream CVS
+(thanks, Jeff King).  (Closes: #239341)
 
+ -- Branden Robinson <[EMAIL PROTECTED]>  Thu, 25 Mar 2004 11:44:58 -0500
+
 xfree86 (4.3.0-7) unstable; urgency=medium
 
   * Urgency due to fix for FTBFS.  Yes -- I too am begging for it to stop.

Added: trunk/debian/patches/077_xdm_honor_request_port_zero.diff
===
--- trunk/debian/patches/077_xdm_honor_request_port_zero.diff   2004-03-23 
07:50:04 UTC (rev 1173)
+++ trunk/debian/patches/077_xdm_honor_request_port_zero.diff   2004-03-25 
16:51:49 UTC (rev 1174)
@@ -0,0 +1,31 @@
+$Id$
+
+Restore original xdm behavior of interpreting an XDMCP request port of zero
+as an instruction not to open a port at all.
+
+Equivalent code was apparently accidentally deleted in upstream CVS
+3.10.4.1.  Thanks to Jeff King for catching this.  (See Debian bug
+#239341.)
+
+This patch by Branden Robinson, based on the original 1988 X Consortium
+code.
+
+--- xc/programs/xdm/socket.c~  2004-03-25 11:35:51.0 -0500
 xc/programs/xdm/socket.c   2004-03-25 11:39:48.0 -0500
+@@ -64,6 +64,16 @@
+ CreateWellKnownSockets (void)
+ {
+ char *name = localHostname ();
++
++/*
++ * A request port of zero means that a socket should not be opened.
++ */
++if (request_port == 0)
++{
++  Debug ("request port is zero; not creating a chooser socket\n");
++  return;
++}
++
+ registerHostname (name, strlen (name));
+ 
+ chooserFd = socket (AF_INET, SOCK_STREAM, 0);


Property changes on: trunk/debian/patches/077_xdm_honor_request_port_zero.diff
___
Name: svn:keywords
   + Id



Bug#239719: xserver-xfree86: v4.3.0-7 post-installation script returned error exit status 139

2004-03-25 Thread Greg Folkert
On Thu, 2004-03-25 at 11:27, Branden Robinson wrote:
> On Wed, Mar 24, 2004 at 10:07:37PM +0100, Denis Barbier wrote:
> > This exit code is certainly due to a SIGSEGV in a subprocess.
> > In order to determine the culprit, please add 'set -x' at line 2 of
> > xserver-xfree86.config (as mentioned earlier by Andreas) and re-run
> > the command above.  This should tell which command segfaults.
> 
> It won't, because debconf re-executes the maintainer script, losing the
> -x flag.
> 
> The bug submitter needs to do this instead:
> 
> # /usr/share/debconf/frontend sh -x /var/lib/dpkg/info/xserver-xfree86.config 
> configure

Done. Here is the results.

Script started on Thu Mar 25 11:43:21 2004
duke:~# /usr/share/debconf/frontend sh -x
/var/lib/dpkg/info/xserver-xfree86.config configure
+ set -e
+ . /usr/share/debconf/confmodule
++ '[' '!' 1 ']'
++ '[' -z '' ']'
++ exec
++ DEBCONF_REDIR=1
++ export DEBCONF_REDIR
++ _old_opts=configure
++ set -- capb CAPB
++ eval 'db_capb () {
echo "CAPB $@" >&3
# Set to newline to get whole line.
local IFS='\''
'\''
local _LINE
read -r _LINE
# Disgusting, but it'\''s the only good way to split the
line,
# preserving all other whitespace.
RET="${_LINE#[! ][  ]}"
return ${_LINE%%[   ]*}
  }'
++ set -- set SET
++ eval 'db_set () {
echo "SET $@" >&3
# Set to newline to get whole line.
local IFS='\''
'\''
local _LINE
read -r _LINE
# Disgusting, but it'\''s the only good way to split the
line,
# preserving all other whitespace.
RET="${_LINE#[! ][  ]}"
return ${_LINE%%[   ]*}
  }'
++ set -- reset RESET
++ eval 'db_reset () {
echo "RESET $@" >&3
# Set to newline to get whole line.
local IFS='\''
'\''
local _LINE
read -r _LINE
# Disgusting, but it'\''s the only good way to split the
line,
# preserving all other whitespace.
RET="${_LINE#[! ][  ]}"
return ${_LINE%%[   ]*}
  }'
++ set -- title TITLE
++ eval 'db_title () {
echo "TITLE $@" >&3
# Set to newline to get whole line.
local IFS='\''
'\''
local _LINE
read -r _LINE
# Disgusting, but it'\''s the only good way to split the
line,
# preserving all other whitespace.
RET="${_LINE#[! ][  ]}"
return ${_LINE%%[   ]*}
  }'
++ set -- input INPUT
++ eval 'db_input () {
echo "INPUT $@" >&3
# Set to newline to get whole line.
local IFS='\''
'\''
local _LINE
read -r _LINE
# Disgusting, but it'\''s the only good way to split the
line,
# preserving all other whitespace.
RET="${_LINE#[! ][  ]}"
return ${_LINE%%[   ]*}
  }'
++ set -- beginblock BEGINBLOCK
++ eval 'db_beginblock () {
echo "BEGINBLOCK $@" >&3
# Set to newline to get whole line.
local IFS='\''
'\''
local _LINE
read -r _LINE
# Disgusting, but it'\''s the only good way to split the
line,
# preserving all other whitespace.
RET="${_LINE#[! ][  ]}"
return ${_LINE%%[   ]*}
  }'
++ set -- endblock ENDBLOCK
++ eval 'db_endblock () {
echo "ENDBLOCK $@" >&3
# Set to newline to get whole line.
local IFS='\''
'\''
local _LINE
read -r _LINE
# Disgusting, but it'\''s the only good way to split the
line,
# preserving all other whitespace.
RET="${_LINE#[! ][  ]}"
return ${_LINE%%[   ]*}
  }'
++ set -- go GO
++ eval 'db_go () {
echo "GO $@" >&3
# Set to newline to get whole line.
local IFS='\''
'\''
local _LINE
read -r _LINE
# Disgusting, but it'\''s the only good way to split the
line,
# preserving all other whitespace.
RET="${_LINE#[! ][  ]}"
return ${_LINE%%[   ]*}
  }'
++ set -- get GET
++ eval 'db_get () {
echo "GET $@" >&3
# Set to newline to get whole line.
local IFS='\''
'\''
local _LINE
read -r _LINE
# Disgusting, but it'\''s the only good way to split

X Strike Force XFree86 SVN commit: r1175 - in trunk/debian: . local

2004-03-25 Thread X Strike Force SVN Repository Admin
Author: branden
Date: 2004-03-25 11:52:46 -0500 (Thu, 25 Mar 2004)
New Revision: 1175

Modified:
   trunk/debian/changelog
   trunk/debian/local/dexconf.1
Log:
Fix cosmetic formatting error in dexconf manpage.


Modified: trunk/debian/changelog
===
--- trunk/debian/changelog  2004-03-25 16:51:49 UTC (rev 1174)
+++ trunk/debian/changelog  2004-03-25 16:52:46 UTC (rev 1175)
@@ -16,8 +16,10 @@
 Equivalent code was apparently accidentally deleted in upstream CVS
 (thanks, Jeff King).  (Closes: #239341)
 
- -- Branden Robinson <[EMAIL PROTECTED]>  Thu, 25 Mar 2004 11:44:58 -0500
+  * Fix cosmetic formatting error in dexconf manpage.
 
+ -- Branden Robinson <[EMAIL PROTECTED]>  Thu, 25 Mar 2004 11:52:04 -0500
+
 xfree86 (4.3.0-7) unstable; urgency=medium
 
   * Urgency due to fix for FTBFS.  Yes -- I too am begging for it to stop.

Modified: trunk/debian/local/dexconf.1
===
--- trunk/debian/local/dexconf.12004-03-25 16:51:49 UTC (rev 1174)
+++ trunk/debian/local/dexconf.12004-03-25 16:52:46 UTC (rev 1175)
@@ -17,7 +17,7 @@
 .\" the Debian operating system, in /usr/share/common-licenses/GPL;  if
 .\" not, write to the Free Software Foundation, Inc., 59 Temple Place,
 .\" Suite 330, Boston, MA 02111-1307 USA
-.TH dexconf 1 "2003\-08\-07" "Debian Project"
+.TH dexconf 1 "2004\-03\-25" "Debian Project"
 .SH NAME
 dexconf \- generate XFree86 X server configuration file from debconf database 
values
 .SH SYNOPSIS
@@ -92,7 +92,7 @@
 DIRECTIONS\(cq section below.
 .SH OPTIONS
 .TP
-.B \-f\  version \fR,\fB\ \-\-format= version
+.BI \-f\  version \fR,\fB\ \-\-format= version
 Write an X server configuration file in the format of XFree86
 .IR version .
 Note that attempting to write a configuration file in a format for which



Bug#239798: marked as done (xserver-xfree86: SHAPE extension doesn't work when I tell X server not to use it)

2004-03-25 Thread Debian Bug Tracking System
Your message dated Thu, 25 Mar 2004 11:32:00 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#239798: X4.3.0 missing shape extension
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; 24 Mar 2004 12:03:23 +
>From [EMAIL PROTECTED] Wed Mar 24 04:03:23 2004
Return-path: <[EMAIL PROTECTED]>
Received: from ee.oulu.fi [130.231.61.23] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1B676Q-0004it-00; Wed, 24 Mar 2004 04:03:22 -0800
Received: from stekt2.oulu.fi (stekt2 [130.231.60.42])
by ee.oulu.fi (8.12.10/8.12.10) with ESMTP id i2OC3G2Q016189
for <[EMAIL PROTECTED]>; Wed, 24 Mar 2004 14:03:16 +0200 (EET)
Received: (from [EMAIL PROTECTED])
by stekt2.oulu.fi (8.12.11/8.12.11/Submit) id i2OC3Fgb010372
for [EMAIL PROTECTED]; Wed, 24 Mar 2004 14:03:15 +0200 (EET)
Date: Wed, 24 Mar 2004 14:03:15 +0200
From: Flexy <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: X4.3.0 missing shape extension
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="8t9RHnE3ZwKMSgU+"
Content-Disposition: inline
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_12 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-7.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2004_03_12
X-Spam-Level: 


--8t9RHnE3ZwKMSgU+
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Package: libxext6
Version: 4.3.0-7

OK, since the X upgraded to 4.3.x, I've been unable to start X sessions, 
Enlightenment bitches about missing shape 
extension... From the log files prior 4.3.x I can found the shape extensions, 
but after the first 4.3.x upgrade, 
this has been missing. I will add both logfiles and my configuration file. I'm 
happy to provide extra information, 
just name what you need. This same behaviour has stayed thru multiple updates 
of X related packages.

My kernel version is 2.4.25, build from www.kernel.org sources.
My libc6 version is 2.3.2.ds1-11.
I'm running Debian Sid.

Flexy


--8t9RHnE3ZwKMSgU+
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=XF86Config-4

# XF86Config-4 (XFree86 X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 > /var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

Section "Files"
FontPath"unix/:7100"# local font server
# if the local font server has problems, we can fall back on these
FontPath"/usr/lib/X11/fonts/misc"
FontPath"/usr/lib/X11/fonts/cyrillic"
FontPath"/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/Type1"
FontPath"/usr/lib/X11/fonts/CID"
FontPath"/usr/lib/X11/fonts/Speedo"
FontPath"/usr/lib/X11/fonts/100dpi"
FontPath"/usr/lib/X11/fonts/75dpi"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "keyboard"
Option  "CoreKeyboard"
Option  "XkbRules"  "xfree86"
Option  "XkbModel"  "pc102"
Option  "XkbLayout" "fi"
Option  "XkbVariant""nodeadkeys"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "ImPS/2"
Option  "Emulate3Buttons"   "true"
Option  "ZAxisMapping"  "4 5"
EndSection

Section "Device"
Identifier  "rage"
Driver   

Processed: tagging 239341

2004-03-25 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.7.95.1
>  # fixed in Debian X Strike Force XFree86 repository; to view, run "svn diff 
> -r 1173:1174 svn://necrotic.deadbeast.net/xfree86"
> tags 239341 + pending
Bug#239341: xdm: unknown purpose tcp port open
Tags were: patch upstream
Tags added: pending

>
End of message, stopping processing here.

Please contact me if you need assistance.

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



Processed: Eww, not this again

2004-03-25 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> retitle 239617 [radeon] DRM doesn't fly on a KT400; suspected motherboard 
> configuration issue
Bug#239617: radeon 9000 Black Lockup in X 4.3 w/ DRI
Changed Bug title.

> thanks mate
Stopping processing here.

Please contact me if you need assistance.

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



Re: i830 driver still not reserving memory (4.3.0-5)

2004-03-25 Thread Mark Zimmerman
On Tue, Mar 16, 2004 at 05:35:39PM +0100, Christian Guggenberger wrote:
> On 16.03.2004   17:15 Mark Zimmerman wrote:
> >On Mon, Mar 15, 2004 at 11:59:05PM +0100, Christian Guggenberger wrote:
> >> On Mon, 2004-03-15 at 16:44, Mark Zimmerman wrote:
> >> > Greetings:
> >> >
> >> > I am running a mixed testing/unstable setup on a Dell system with the
> >> > Intel 865G onboard graphics device. I installed the latest Xfree86
> >> > packages 4.3.0-5 and everything works fine with one exception: I still
> >> > need to run the 865patch program to reserve video memory prior to
> >> > starting the X server. The changelog comments in xserver-xfree86
> >> > indicate that this should no longer be the case.
> >> >
> >> I'm not sure, if even XFree86 4.4 can work around all broken Dell
> >> Bioses...
> >>
> >> Well you could give it try:
> >> Basically, it should be sufficient to replace the following files
> >> (make a backup of the old ones)
> >> /usr/X11R6/bin/XFree86
> >> /usr/X11R6/lib/modules/libpcidata.a
> >> /usr/X11R6/lib/modules/libscanpci.a
> >> /usr/X11R6/lib/modules/drivers/i810_drv.o
> >>
> >> with those found at http://www.xfree86.org/~alanh/drivers/x86/
> >>
> >> See, if it works better then...
> >>  - Christian
> >
> >Good news and bad news: It looks like it is reserving memory properly.
> >The old log showed this:
> >(--) I810(0): Maximum space available for video modes: 832 kByte
> >and the new log shows this:
> >(--) I810(0): Maximum space available for video modes: 32576 kByte
> >
> >However, the X server fails to start. Here is what I see on the console:
> >
> >giving up.
> >xinit:  No such file or directory (errno 2):  unable to connect to X server
> >xinit:  No such process (errno 3):  Server error.
> >
> >
> 
> I'm busy right now, but I could check (actually not check, just merge into 
> 4.3.0-5) all changes from HEAD's i810 driver within a week, or so, and 
> build some homebrew debian packages.
> I'll drop you a note, when I'm finished - maybe it would work then.
> 
>  - Christian

I have tried a few more experiments, with discouraging results:

1. I downloaded the files (noted above) from xfree86.org and tried
   them. No luck.
2. I tried various combinations of these with the ones from ~alanh.
   No luck.
3. I went back to all of the ones from ~alanh and was unable to
   reproduce the partial success.
4. I installed the latest OpenBSD snapshot which includes driver
   updates as recent as a week ago. No luck.

My bios revision is A03; this is the latest version available from
Dell. Perhaps older ones are better (less bad?) but I have no access
to them.

In any event, it may not be the best use of your time to think too
much about this. I'm just wondering: if this is working on a Dell
machine of yours, how is yours different?

-- Mark



X Strike Force XFree86 SVN commit: r1176 - in trunk/debian: . patches

2004-03-25 Thread X Strike Force SVN Repository Admin
Author: branden
Date: 2004-03-25 12:48:15 -0500 (Thu, 25 Mar 2004)
New Revision: 1176

Added:
   trunk/debian/patches/078_xdm_log_sourcing_better.diff
Modified:
   trunk/debian/changelog
Log:
Improve logging of xdm's script handling in session.c.

+ Make execution of the session program an informational log message (with
  LogInfo()), not a Debug() message.
+ Ensure that source()d scripts (Xreset, Xsetup, Xstartup) can be
  fopen()ed before invoking runAndWait() on them.  If they can, LogInfo()
  the fact.  If they cannot, LogInfo() that, too, and use strerror() to
  report why fopen() failed.  (Closes: #219311)
+ Make source() complain using Debug() when it is given a null pointer in
  its file argument.
+ For clarity, make source() return from only one location.


Modified: trunk/debian/changelog
===
--- trunk/debian/changelog  2004-03-25 16:52:46 UTC (rev 1175)
+++ trunk/debian/changelog  2004-03-25 17:48:15 UTC (rev 1176)
@@ -18,8 +18,19 @@
 
   * Fix cosmetic formatting error in dexconf manpage.
 
- -- Branden Robinson <[EMAIL PROTECTED]>  Thu, 25 Mar 2004 11:52:04 -0500
+  * Improve logging of xdm's script handling in session.c.
++ Make execution of the session program an informational log message (with
+  LogInfo()), not a Debug() message.
++ Ensure that source()d scripts (Xreset, Xsetup, Xstartup) can be
+  fopen()ed before invoking runAndWait() on them.  If they can, LogInfo()
+  the fact.  If they cannot, LogInfo() that, too, and use strerror() to
+  report why fopen() failed.  (Closes: #219311)
++ Make source() complain using Debug() when it is given a null pointer in
+  its file argument.
++ For clarity, make source() return from only one location.
 
+ -- Branden Robinson <[EMAIL PROTECTED]>  Thu, 25 Mar 2004 12:46:02 -0500
+
 xfree86 (4.3.0-7) unstable; urgency=medium
 
   * Urgency due to fix for FTBFS.  Yes -- I too am begging for it to stop.

Added: trunk/debian/patches/078_xdm_log_sourcing_better.diff
===
--- trunk/debian/patches/078_xdm_log_sourcing_better.diff   2004-03-25 
16:52:46 UTC (rev 1175)
+++ trunk/debian/patches/078_xdm_log_sourcing_better.diff   2004-03-25 
17:48:15 UTC (rev 1176)
@@ -0,0 +1,78 @@
+$Id$
+
+Improve logging of xdm's script handling.
+
+* Make execution of the session program an informational log message (with
+  LogInfo()), not a Debug() message.
+* Ensure that source()d scripts (Xreset, Xsetup, Xstartup) can be
+  fopen()ed before invoking runAndWait() on them.  If they can, LogInfo()
+  the fact.  If they cannot, LogInfo() that, too, and use strerror() to
+  report why fopen() failed.
+* Make source() complain using Debug() when it is given a null pointer in
+  its file argument.
+* For clarity, make source() return from only one location.
+
+Also see Debian bug #219311.
+
+This patch by Branden Robinson.
+
+--- xc/programs/xdm/session.c~ 2004-03-25 12:11:27.0 -0500
 xc/programs/xdm/session.c  2004-03-25 12:43:56.0 -0500
+@@ -46,6 +46,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include   /* for initgroups */
+ #ifdef AIXV3
+@@ -734,7 +735,7 @@
+   verify->userEnviron = setEnv (verify->userEnviron, "HOME", "/");
+   }
+   if (verify->argv) {
+-  Debug ("executing session %s\n", verify->argv[0]);
++  LogInfo ("executing session %s\n", verify->argv[0]);
+   execute (verify->argv, verify->userEnviron);
+   LogError ("session \"%s\" execution failed (err %d)\n", 
verify->argv[0], errno);
+   } else {
+@@ -762,21 +763,28 @@
+ source (char **environ, char *file)
+ {
+ char  **args, *args_safe[2];
+-int   ret;
++int   ret = 0;
++FILE  *f;
+ 
+ if (file && file[0]) {
+-  Debug ("source %s\n", file);
+-  args = parseArgs ((char **) 0, file);
+-  if (!args) {
+-  args = args_safe;
+-  args[0] = file;
+-  args[1] = NULL;
++  f = fopen (file, "r");
++  if (!f)
++  LogInfo ("not sourcing %s (%s)\n", file, strerror (errno));
++  else {
++  fclose (f);
++  LogInfo ("sourcing %s\n", file);
++  args = parseArgs ((char **) 0, file);
++  if (!args) {
++  args = args_safe;
++  args[0] = file;
++  args[1] = NULL;
++  }
++  ret = runAndWait (args, environ);
++  freeArgs (args);
+   }
+-  ret = runAndWait (args, environ);
+-  freeArgs (args);
+-  return ret;
+-}
+-return 0;
++} else
++  Debug ("source() given null pointer in file argument\n")
++return ret;
+ }
+ 
+ static int


Property changes on: trunk/debian/patches/078_xdm_log_sourcing_better.diff
___
Name: svn:keywords
   + Id



Processed: tagging 219311

2004-03-25 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.7.95.1
>  # fixed in Debian X Strike Force XFree86 repository; to view, run "svn diff 
> -r 1175:1176 svn://necrotic.deadbeast.net/xfree86"
> tags 219311 + pending
Bug#219311: xdm: messages about missing session scripts such as Xreset should 
be warnings, not errors
Tags were: upstream
Tags added: pending

>
End of message, stopping processing here.

Please contact me if you need assistance.

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



Bug#239719: xserver-xfree86: v4.3.0-7 post-installation script returned error exit status 139

2004-03-25 Thread Greg Folkert
Another piece, I believe the real problem is this, going through the
output I saw the "DISCOVERED_VIDEO="

> duke:~# discover --type-summary display
> Segmentation fault
> duke:~#

Discover updated on 23Mar2004. Which may explain why my other machines
are just fine.

> ii  discover 2.0.3-3 hardware identification system
> ii  discover-data2.2004.02.24-3  Data lists for Discover hardware 
> detection system
> ii  libdiscover-dev  2.0.3-3 hardware identification library 
> development files
> ii  libdiscover2 2.0.3-3 hardware identification library

Might be unrealated, but seriously affecting many packages, and making
some packages not able to even run or work. (Like me right now)

Heads or tails, it still has an effect of being a disabling piece in
xserver-xfree86
-- 
[EMAIL PROTECTED]
REMEMBER ED CURRY! http://www.iwethey.org/ed_curry

Novell's Directory Services is a competitive product to Microsoft's
Active Directory in much the same way that the Saturn V is a competitive
product to those dinky little model rockets that kids light off down at
the playfield. -- Thane Walkup


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


~20 second delay starting xdm

2004-03-25 Thread Dan Jacobson
>> Upon starting xdm, I notice a delay, and several messages like
>> Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_clip.o":  No 
>> symbols found
>> Skipping "/usr/X11R6/lib/modules/fonts/libspeedo.a:spencode.o":  No symbols 
>> found
>> Warning: font renderer for ".pcf" already registered at priority 0

M> These have been around for a while, and they're still as harmless as ever.

OK, but how about the new ~20 second delay from the starting of X when the
screen goes black, till one finally gets the xdm login screen?  With
no per-line time stamps in /var/log/xdm.log, who knows just what line
there is responsible, if any?



X Strike Force XFree86 SVN commit: r1177 - in trunk/debian: . scripts

2004-03-25 Thread X Strike Force SVN Repository Admin
Author: branden
Date: 2004-03-25 14:01:12 -0500 (Thu, 25 Mar 2004)
New Revision: 1177

Modified:
   trunk/debian/TODO
   trunk/debian/changelog
   trunk/debian/rules
   trunk/debian/scripts/vars.s390
Log:
Clean up debian/rules's "not building" logic.

+ Rename NOT_BUILDING_XF86_SERVER to NOT_BUILDING_XFREE86_X_SERVER.
+ Use NOT_BUILDING_XFREE86_X_SERVER, not NOT_BUILDING_X_SERVER, to control
  whether build-tree/xc-xserver-xfree86-dbg is populated and built.  This
  should speed up builds on the s390 architecture.
+ Drop now-unused NOT_BUILDING_X_SERVER variable entirely.


Modified: trunk/debian/TODO
===
--- trunk/debian/TODO   2004-03-25 17:48:15 UTC (rev 1176)
+++ trunk/debian/TODO   2004-03-25 19:01:12 UTC (rev 1177)
@@ -81,9 +81,6 @@
   see bug report
 * #238555: xfonts-scalable: drop encodings.dir, fonts.cache-1, fonts.dir, and
   fonts.scale from package
-* Stop s390 from doing the debugging build -- it's a waste of time.  Ensure
-  distinction between NOT_BUILDING_X_SERVER and NOT_BUILDING_XF86_SERVER still
-  needed.
 
 Probably for 4.4.0
 ==

Modified: trunk/debian/changelog
===
--- trunk/debian/changelog  2004-03-25 17:48:15 UTC (rev 1176)
+++ trunk/debian/changelog  2004-03-25 19:01:12 UTC (rev 1177)
@@ -29,8 +29,15 @@
   its file argument.
 + For clarity, make source() return from only one location.
 
- -- Branden Robinson <[EMAIL PROTECTED]>  Thu, 25 Mar 2004 12:46:02 -0500
+  * Clean up debian/rules's "not building" logic.
++ Rename NOT_BUILDING_XF86_SERVER to NOT_BUILDING_XFREE86_X_SERVER.
++ Use NOT_BUILDING_XFREE86_X_SERVER, not NOT_BUILDING_X_SERVER, to control
+  whether build-tree/xc-xserver-xfree86-dbg is populated and built.  This
+  should speed up builds on the s390 architecture.
++ Drop now-unused NOT_BUILDING_X_SERVER variable entirely.
 
+ -- Branden Robinson <[EMAIL PROTECTED]>  Thu, 25 Mar 2004 13:11:07 -0500
+
 xfree86 (4.3.0-7) unstable; urgency=medium
 
   * Urgency due to fix for FTBFS.  Yes -- I too am begging for it to stop.

Modified: trunk/debian/rules
===
--- trunk/debian/rules  2004-03-25 17:48:15 UTC (rev 1176)
+++ trunk/debian/rules  2004-03-25 19:01:12 UTC (rev 1177)
@@ -223,7 +223,7 @@
# Remove Xft1 -- it is built as part of XFree86.
rm -f imports/lib/libXft.so.1* imports/lib/libXft1*
ln -nsf /usr/include/X11/Xft imports/include/X11
-ifndef NOT_BUILDING_X_SERVER
+ifndef NOT_BUILDING_XFREE86_X_SERVER
# create source tree for static, debuggable XFree86 server
cp -drl $(SOURCE_TREE) $(SOURCE_TREE)-xserver-xfree86-dbg
# build Debian's X server wrapper
@@ -233,7 +233,7 @@
gzip -9f debian/local/xterm.faq.text
 ifndef test_rules
$(MAKE) -C $(SOURCE_TREE) WORLDOPTS="" IMAKE_DEFINES="$(IMAKE_DEFINES)" 
World
- ifndef NOT_BUILDING_X_SERVER
+ ifndef NOT_BUILDING_XFREE86_X_SERVER
$(MAKE) -C $(SOURCE_TREE)-xserver-xfree86-dbg WORLDOPTS="" 
IMAKE_DEFINES="$(SERVERDEBUG_IMAKE_DEFINES)" World
  endif
 else
@@ -265,23 +265,12 @@
  install -m 755 debian/local/update-fonts-$$FOO 
$(DEBTREEDIR)/usr/sbin; \
  install -m 644 debian/local/update-fonts-$$FOO.8 
$(DEBTREEDIR)/usr/share/man/man8; \
done
- ifdef NOT_BUILDING_X_SERVER
+ ifdef NOT_BUILDING_XFREE86_X_SERVER
# these files need to be installed with the upstream Imakefiles
install -m 644 $(SOURCE_TREE)/programs/Xserver/hw/xfree86/doc/README \
   
$(SOURCE_TREE)/programs/Xserver/hw/xfree86/doc/README.fonts \
   debian/tmp/usr/X11R6/lib/X11/doc
-   mkdir -p $(DEBTREEDIR)/etc/X11/xkb
-   rm $(DEBTREEDIR)/usr/X11R6/lib/X11/xkb/compiled
-   mv $(DEBTREEDIR)/usr/X11R6/lib/X11/xkb/* $(DEBTREEDIR)/etc/X11/xkb
-   ln -nsf /etc/X11/xkb/* $(DEBTREEDIR)/usr/X11R6/lib/X11/xkb/
-   ln -nsf /var/lib/xkb $(DEBTREEDIR)/usr/X11R6/lib/X11/xkb/compiled
  else
-  ifdef NOT_BUILDING_XF86_SERVER
-   # these files need to be installed with the upstream Imakefiles
-   install -m 644 $(SOURCE_TREE)/programs/Xserver/hw/xfree86/doc/README \
-  
$(SOURCE_TREE)/programs/Xserver/hw/xfree86/doc/README.fonts \
-  debian/tmp/usr/X11R6/lib/X11/doc
-  else
# rename the XF86Config manpage to XF86Config-4
mv $(DEBTREEDIR)/usr/X11R6/man/man5/XF86Config.5x \
   $(DEBTREEDIR)/usr/X11R6/man/man5/XF86Config-4.5x
@@ -290,7 +279,7 @@
   debian/tmp/usr/X11R6/bin/XFree86-debug
mkdir -p $(DEBTREEDIR)/etc/X11/cursors
install -m 644 debian/local/cursors/*.theme 
$(DEBTREEDIR)/etc/X11/cursors
-  endif
+ endif
rm -f $(DEBTREEDIR)/usr/X11R6/lib/X11/icons/default/index.theme
# remove the upstream symlink X -> XFree86
rm -f $(DEBTREEDIR)/usr/X11

test build of XSF XFree86 SVN revision 1177 wanted

2004-03-25 Thread Branden Robinson
[I am not subscribed to -s390; please follow-up to -x as well.]

Can an s390 person please test revision 1177 of the trunk in the XSF SVN
repository of XFree86?

The goal of that change was to make sure that s390 stops uselessly
setting up and building the xc-xserver-xfree86-dbg directory.  This
should speed up the build a little.

Here are some instructions for building from SVN:

Building the package


The following procedure is recommended for build-testing the trunk.  Example
commands are given for most steps.

 1) Ensure Debian unstable is in your sources.list.
 2) Install the packages you'll need to build the xfree86 source package.
 apt-get build-dep xfree86
 3) Install devscripts, which will make life easier.
 apt-get install devscripts
 4) Retrieve the Debian xfree86 source package.
 apt-get source xfree86
 5) Change directories into the unpackaged source tree.
 cd xfree86-4.3.0
 6) Remove the debian/ directory.
 rm -r debian
 7) Export the debian directory of the trunk of the XFree86 Subversion
   repository.
 svn export svn://necrotic.deadbeast.net/xfree86/trunk/debian debian
   (You can use the --revision option if necessary.)
 8) Create a changelog entry that identifies this as a local build.  THIS STEP
IS IMPORTANT.  DO NOT LEAVE IT OUT.
 dch -D local -i "Local build for testing purposes."
   (Feel free to be more specific with the text of the changelog entry.)
 9) Build the package.
 debuild -us -uc
10) Upgrade to the resulting packages.
 dpkg -iO ../*.deb

$Id: HACKING 1178 2004-03-25 19:16:42Z branden $

-- 
G. Branden Robinson|People are equally horrified at
Debian GNU/Linux   |hearing the Christian religion
[EMAIL PROTECTED] |doubted, and at seeing it
http://people.debian.org/~branden/ |practiced. -- Samuel Butler


signature.asc
Description: Digital signature


Re: i830 driver still not reserving memory (4.3.0-5)

2004-03-25 Thread Christian Guggenberger
On Thu, 2004-03-25 at 18:03, Mark Zimmerman wrote:
> On Tue, Mar 16, 2004 at 05:35:39PM +0100, Christian Guggenberger wrote:
> > On 16.03.2004   17:15 Mark Zimmerman wrote:
> > >On Mon, Mar 15, 2004 at 11:59:05PM +0100, Christian Guggenberger wrote:
> > >> On Mon, 2004-03-15 at 16:44, Mark Zimmerman wrote:
> > >> > Greetings:
> > >> >
> > >> > I am running a mixed testing/unstable setup on a Dell system with the
> > >> > Intel 865G onboard graphics device. I installed the latest Xfree86
> > >> > packages 4.3.0-5 and everything works fine with one exception: I still
> > >> > need to run the 865patch program to reserve video memory prior to
> > >> > starting the X server. The changelog comments in xserver-xfree86
> > >> > indicate that this should no longer be the case.
> > >> >
> > >> I'm not sure, if even XFree86 4.4 can work around all broken Dell
> > >> Bioses...
> > >>
> > >> Well you could give it try:
> > >> Basically, it should be sufficient to replace the following files
> > >> (make a backup of the old ones)
> > >> /usr/X11R6/bin/XFree86
> > >> /usr/X11R6/lib/modules/libpcidata.a
> > >> /usr/X11R6/lib/modules/libscanpci.a
> > >> /usr/X11R6/lib/modules/drivers/i810_drv.o
> > >>
> > >> with those found at http://www.xfree86.org/~alanh/drivers/x86/
> > >>
> > >> See, if it works better then...
> > >>  - Christian
> > >
> > >Good news and bad news: It looks like it is reserving memory properly.
> > >The old log showed this:
> > >(--) I810(0): Maximum space available for video modes: 832 kByte
> > >and the new log shows this:
> > >(--) I810(0): Maximum space available for video modes: 32576 kByte
> > >
> > >However, the X server fails to start. Here is what I see on the console:
> > >
> > >giving up.
> > >xinit:  No such file or directory (errno 2):  unable to connect to X server
> > >xinit:  No such process (errno 3):  Server error.
> > >
> > >
> > 
> > I'm busy right now, but I could check (actually not check, just merge into 
> > 4.3.0-5) all changes from HEAD's i810 driver within a week, or so, and 
> > build some homebrew debian packages.
> > I'll drop you a note, when I'm finished - maybe it would work then.
> > 
> >  - Christian
> 
> I have tried a few more experiments, with discouraging results:
> 
> 1. I downloaded the files (noted above) from xfree86.org and tried
>them. No luck.
> 2. I tried various combinations of these with the ones from ~alanh.
>No luck.
> 3. I went back to all of the ones from ~alanh and was unable to
>reproduce the partial success.
> 4. I installed the latest OpenBSD snapshot which includes driver
>updates as recent as a week ago. No luck.
> 
> My bios revision is A03; this is the latest version available from
> Dell. Perhaps older ones are better (less bad?) but I have no access
> to them.
> 

Hi Mark.

I did some further tests on our Dell Optiplex GX270 Systems.

To sum up:
a) Neither XFree4.4 nor debian's 4.3.0-7 is able to work on the GX270 if
BIOS a03 is used  - it would only work with the help of 865patch program
by C. Zietz.

b) Dowgrading the BIOS to a02 _and_ setting it's BIOS VideoBuffer Option
to 8MB helps. (with both 4.4 and 4.3.0-7)

The Bios image's called gx270a02.exe  - go grab it from dell's ftp
server (in subdir 'bios'), if you have a GX270, of course.

I've heard rumours that some GX270 refuse to downgrade to a02 - don't
force it, it might destroy your Bios completely.

cheers.
Christian





X Strike Force XFree86 SVN commit: r1178 - /

2004-03-25 Thread X Strike Force SVN Repository Admin
Author: branden
Date: 2004-03-25 14:16:42 -0500 (Thu, 25 Mar 2004)
New Revision: 1178

Modified:
   HACKING
Log:
Add section describing how to build xfree86 packages from the trunk.


Modified: HACKING
===
--- HACKING 2004-03-25 19:01:12 UTC (rev 1177)
+++ HACKING 2004-03-25 19:16:42 UTC (rev 1178)
@@ -239,6 +239,36 @@
   didn't have the package under revision control.  Now they simply need to do
   what a changelog should do -- log changes.
 
+Building the package
+
+
+The following procedure is recommended for build-testing the trunk.  Example
+commands are given for most steps.
+
+ 1) Ensure Debian unstable is in your sources.list.
+ 2) Install the packages you'll need to build the xfree86 source package.
+ apt-get build-dep xfree86
+ 3) Install devscripts, which will make life easier.
+ apt-get install devscripts
+ 4) Retrieve the Debian xfree86 source package.
+ apt-get source xfree86
+ 5) Change directories into the unpackaged source tree.
+ cd xfree86-4.3.0
+ 6) Remove the debian/ directory.
+ rm -r debian
+ 7) Export the debian directory of the trunk of the XFree86 Subversion
+   repository.
+ svn export svn://necrotic.deadbeast.net/xfree86/trunk/debian debian
+   (You can use the --revision option if necessary.)
+ 8) Create a changelog entry that identifies this as a local build.  THIS STEP 
IS
+   IMPORTANT.  DO NOT LEAVE IT OUT.
+ dch -D local -i "Local build for testing purposes."
+   (Feel free to be more specific with the text of the changelog entry.)
+ 9) Build the package.
+ debuild -us -uc
+10) Upgrade to the resulting packages.
+ dpkg -iO ../*.deb
+
 $Id$
 
 vim:set ai et tw=80:



X Strike Force XFree86 SVN commit: r1179 - /

2004-03-25 Thread X Strike Force SVN Repository Admin
Author: branden
Date: 2004-03-25 14:26:07 -0500 (Thu, 25 Mar 2004)
New Revision: 1179

Modified:
   HACKING
Log:
Fix whitespace.


Modified: HACKING
===
--- HACKING 2004-03-25 19:16:42 UTC (rev 1178)
+++ HACKING 2004-03-25 19:26:07 UTC (rev 1179)
@@ -257,13 +257,13 @@
  6) Remove the debian/ directory.
  rm -r debian
  7) Export the debian directory of the trunk of the XFree86 Subversion
-   repository.
+repository.
  svn export svn://necrotic.deadbeast.net/xfree86/trunk/debian debian
-   (You can use the --revision option if necessary.)
- 8) Create a changelog entry that identifies this as a local build.  THIS STEP 
IS
-   IMPORTANT.  DO NOT LEAVE IT OUT.
+(You can use the --revision option if necessary.)
+ 8) Create a changelog entry that identifies this as a local build.  THIS STEP
+IS IMPORTANT.  DO NOT LEAVE IT OUT.
  dch -D local -i "Local build for testing purposes."
-   (Feel free to be more specific with the text of the changelog entry.)
+(Feel free to be more specific with the text of the changelog entry.)
  9) Build the package.
  debuild -us -uc
 10) Upgrade to the resulting packages.



Bug#22506: how are you?

2004-03-25 Thread Norbert Meade
Did you know That the normal cost for Super Vkiagra is $20, per dose?

We are running a hot special!! T0DAY Its only an amazing $2.00
Shipped world wide!

DISC0UNT 0RDER: 
http://bipolar.WEDOCT.BIZ/PH009/?affiliate_id=233648&campaign_id=407


X Strike Force XFree86 SVN commit: r1180 - in trunk/debian: . patches

2004-03-25 Thread X Strike Force SVN Repository Admin
Author: branden
Date: 2004-03-25 16:35:30 -0500 (Thu, 25 Mar 2004)
New Revision: 1180

Modified:
   trunk/debian/changelog
   trunk/debian/patches/078_xdm_log_sourcing_better.diff
Log:
Use _SysErrorMsg() instead of strerror() to report errors.


Modified: trunk/debian/changelog
===
--- trunk/debian/changelog  2004-03-25 19:26:07 UTC (rev 1179)
+++ trunk/debian/changelog  2004-03-25 21:35:30 UTC (rev 1180)
@@ -23,8 +23,8 @@
   LogInfo()), not a Debug() message.
 + Ensure that source()d scripts (Xreset, Xsetup, Xstartup) can be
   fopen()ed before invoking runAndWait() on them.  If they can, LogInfo()
-  the fact.  If they cannot, LogInfo() that, too, and use strerror() to
-  report why fopen() failed.  (Closes: #219311)
+  the fact.  If they cannot, LogInfo() that, too, and use _SysErrorMsg()
+  to report why fopen() failed.  (Closes: #219311)
 + Make source() complain using Debug() when it is given a null pointer in
   its file argument.
 + For clarity, make source() return from only one location.
@@ -36,7 +36,7 @@
   should speed up builds on the s390 architecture.
 + Drop now-unused NOT_BUILDING_X_SERVER variable entirely.
 
- -- Branden Robinson <[EMAIL PROTECTED]>  Thu, 25 Mar 2004 13:11:07 -0500
+ -- Branden Robinson <[EMAIL PROTECTED]>  Thu, 25 Mar 2004 16:34:56 -0500
 
 xfree86 (4.3.0-7) unstable; urgency=medium
 

Modified: trunk/debian/patches/078_xdm_log_sourcing_better.diff
===
--- trunk/debian/patches/078_xdm_log_sourcing_better.diff   2004-03-25 
19:26:07 UTC (rev 1179)
+++ trunk/debian/patches/078_xdm_log_sourcing_better.diff   2004-03-25 
21:35:30 UTC (rev 1180)
@@ -6,7 +6,7 @@
   LogInfo()), not a Debug() message.
 * Ensure that source()d scripts (Xreset, Xsetup, Xstartup) can be
   fopen()ed before invoking runAndWait() on them.  If they can, LogInfo()
-  the fact.  If they cannot, LogInfo() that, too, and use strerror() to
+  the fact.  If they cannot, LogInfo() that, too, and use _SysErrorMsg() to
   report why fopen() failed.
 * Make source() complain using Debug() when it is given a null pointer in
   its file argument.
@@ -16,17 +16,9 @@
 
 This patch by Branden Robinson.
 
 xc/programs/xdm/session.c~ 2004-03-25 12:11:27.0 -0500
-+++ xc/programs/xdm/session.c  2004-03-25 12:43:56.0 -0500
-@@ -46,6 +46,7 @@
- #include 
- #include 
- #include 
-+#include 
- #include 
- #include   /* for initgroups */
- #ifdef AIXV3
-@@ -734,7 +735,7 @@
+--- xc/programs/xdm/session.c~ 2004-03-25 16:33:40.0 -0500
 xc/programs/xdm/session.c  2004-03-25 16:33:06.0 -0500
+@@ -734,7 +734,7 @@
verify->userEnviron = setEnv (verify->userEnviron, "HOME", "/");
}
if (verify->argv) {
@@ -35,7 +27,7 @@
execute (verify->argv, verify->userEnviron);
LogError ("session \"%s\" execution failed (err %d)\n", 
verify->argv[0], errno);
} else {
-@@ -762,21 +763,28 @@
+@@ -762,21 +762,28 @@
  source (char **environ, char *file)
  {
  char  **args, *args_safe[2];
@@ -52,7 +44,7 @@
 -  args[1] = NULL;
 +  f = fopen (file, "r");
 +  if (!f)
-+  LogInfo ("not sourcing %s (%s)\n", file, strerror (errno));
++  LogInfo ("not sourcing %s (%s)\n", file, _SysErrorMsg (errno));
 +  else {
 +  fclose (f);
 +  LogInfo ("sourcing %s\n", file);



bhevae!

2004-03-25 Thread Nancy Guevara
Did you know That the normal cost for Super Vkiagra is $20, per dose?

We are running a hot special!! T0DAY Its only an amazing $2.00
Shipped world wide!

DISC0UNT 0RDER: 
http://chromatic.JANTUE.BIZ/PH009/?affiliate_id=233648&campaign_id=407  


Bug#239719: -- Workaround found.

2004-03-25 Thread Greg Folkert
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=240125

I have been reading many bu reports. This spurred an idea to remove
discover period.

I did this. Now all is fine. Except of course Discover is not working
properly. Maybe this bug should be transferred to "discover".


> duke:~# apt-get install xserver-xfree86
> Reading Package Lists... Done
> Building Dependency Tree... Done
> Suggested packages:
>   discover libglide2
> The following packages will be upgraded:
>   xserver-xfree86
> 1 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
> Need to get 0B/5462kB of archives.
> After unpacking 16.4kB disk space will be freed.
> WARNING: The following packages cannot be authenticated!
>   xserver-xfree86
> Abort? [Y/n] n
> Preconfiguring packages ...
> (Reading database ... 213618 files and directories currently installed.)
> Preparing to replace xserver-xfree86 4.3.0-5 (using 
> .../xserver-xfree86_4.3.0-7_i386.deb) ...
> Unpacking replacement xserver-xfree86 ...
> Setting up xserver-xfree86 (4.3.0-7) ...
> start_configlet: configlet in path /usr/share/configlets/xserver-common is bad

I can consider this good enough. If I were the developer on this Bug,
I'd transfer it to discover.
-- 
[EMAIL PROTECTED]
REMEMBER ED CURRY! http://www.iwethey.org/ed_curry

Novell's Directory Services is a competitive product to Microsoft's
Active Directory in much the same way that the Saturn V is a competitive
product to those dinky little model rockets that kids light off down at
the playfield. -- Thane Walkup


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


X Strike Force XFree86 SVN commit: r1181 - trunk/debian

2004-03-25 Thread X Strike Force SVN Repository Admin
Author: branden
Date: 2004-03-25 16:49:16 -0500 (Thu, 25 Mar 2004)
New Revision: 1181

Modified:
   trunk/debian/TODO
   trunk/debian/changelog
   trunk/debian/xfonts-scalable.install
Log:
Stop shipping the generated files encodings.dir, fonts.cache-1, fonts.dir,
and fonts.scale in the xfonts-scalable package.  (Closes: #238555)


Modified: trunk/debian/TODO
===
--- trunk/debian/TODO   2004-03-25 21:35:30 UTC (rev 1180)
+++ trunk/debian/TODO   2004-03-25 21:49:16 UTC (rev 1181)
@@ -79,8 +79,6 @@
 * #238407: XFree86 crashes on PPC in 0x1072260c in AccessXCancelRepeatKey
   (xkbi=0x0, key=64 '@') at xkbAccessX.c:387; possible fix exits upstream --
   see bug report
-* #238555: xfonts-scalable: drop encodings.dir, fonts.cache-1, fonts.dir, and
-  fonts.scale from package
 
 Probably for 4.4.0
 ==

Modified: trunk/debian/changelog
===
--- trunk/debian/changelog  2004-03-25 21:35:30 UTC (rev 1180)
+++ trunk/debian/changelog  2004-03-25 21:49:16 UTC (rev 1181)
@@ -36,8 +36,11 @@
   should speed up builds on the s390 architecture.
 + Drop now-unused NOT_BUILDING_X_SERVER variable entirely.
 
- -- Branden Robinson <[EMAIL PROTECTED]>  Thu, 25 Mar 2004 16:34:56 -0500
+  * Stop shipping the generated files encodings.dir, fonts.cache-1, fonts.dir,
+and fonts.scale in the xfonts-scalable package.  (Closes: #238555)
 
+ -- Branden Robinson <[EMAIL PROTECTED]>  Thu, 25 Mar 2004 16:43:06 -0500
+
 xfree86 (4.3.0-7) unstable; urgency=medium
 
   * Urgency due to fix for FTBFS.  Yes -- I too am begging for it to stop.

Modified: trunk/debian/xfonts-scalable.install
===
--- trunk/debian/xfonts-scalable.install2004-03-25 21:35:30 UTC (rev 
1180)
+++ trunk/debian/xfonts-scalable.install2004-03-25 21:49:16 UTC (rev 
1181)
@@ -23,7 +23,3 @@
 usr/X11R6/lib/X11/fonts/Type1/c0649bt_.afm
 usr/X11R6/lib/X11/fonts/Type1/c0649bt_.pfb
 usr/X11R6/lib/X11/fonts/Type1/cursor.pfa
-usr/X11R6/lib/X11/fonts/Type1/encodings.dir
-usr/X11R6/lib/X11/fonts/Type1/fonts.cache-1
-usr/X11R6/lib/X11/fonts/Type1/fonts.dir
-usr/X11R6/lib/X11/fonts/Type1/fonts.scale



Processed: tagging 238555

2004-03-25 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.7.95.1
>  # fixed in Debian X Strike Force XFree86 repository; to view, run "svn diff 
> -r 1180:1181 svn://necrotic.deadbeast.net/xfree86"
> tags 238555 + pending
Bug#238555: xfonts-scalable: drop encodings.dir, fonts.cache-1, fonts.dir, and 
fonts.scale from package
There were no tags set.
Tags added: pending

>
End of message, stopping processing here.

Please contact me if you need assistance.

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



Re: i830 driver still not reserving memory (4.3.0-5) - FIXED

2004-03-25 Thread Mark Zimmerman
On Thu, Mar 25, 2004 at 08:30:34PM +0100, Christian Guggenberger wrote:
> On Thu, 2004-03-25 at 18:03, Mark Zimmerman wrote:
> > On Tue, Mar 16, 2004 at 05:35:39PM +0100, Christian Guggenberger wrote:
> > > On 16.03.2004   17:15 Mark Zimmerman wrote:
> > > >On Mon, Mar 15, 2004 at 11:59:05PM +0100, Christian Guggenberger wrote:
> > > >> On Mon, 2004-03-15 at 16:44, Mark Zimmerman wrote:
> > > >> > Greetings:
> > > >> >
> > > >> > I am running a mixed testing/unstable setup on a Dell system with the
> > > >> > Intel 865G onboard graphics device. I installed the latest Xfree86
> > > >> > packages 4.3.0-5 and everything works fine with one exception: I 
> > > >> > still
> > > >> > need to run the 865patch program to reserve video memory prior to
> > > >> > starting the X server. The changelog comments in xserver-xfree86
> > > >> > indicate that this should no longer be the case.
> > > >> >
> > > >> I'm not sure, if even XFree86 4.4 can work around all broken Dell
> > > >> Bioses...
> > > >>
> > > >> Well you could give it try:
> > > >> Basically, it should be sufficient to replace the following files
> > > >> (make a backup of the old ones)
> > > >> /usr/X11R6/bin/XFree86
> > > >> /usr/X11R6/lib/modules/libpcidata.a
> > > >> /usr/X11R6/lib/modules/libscanpci.a
> > > >> /usr/X11R6/lib/modules/drivers/i810_drv.o
> > > >>
> > > >> with those found at http://www.xfree86.org/~alanh/drivers/x86/
> > > >>
> > > >> See, if it works better then...
> > > >>  - Christian
> > > >
> > > >Good news and bad news: It looks like it is reserving memory properly.
> > > >The old log showed this:
> > > >(--) I810(0): Maximum space available for video modes: 832 kByte
> > > >and the new log shows this:
> > > >(--) I810(0): Maximum space available for video modes: 32576 kByte
> > > >
> > > >However, the X server fails to start. Here is what I see on the console:
> > > >
> > > >giving up.
> > > >xinit:  No such file or directory (errno 2):  unable to connect to X 
> > > >server
> > > >xinit:  No such process (errno 3):  Server error.
> > > >
> > > >
> > > 
> > > I'm busy right now, but I could check (actually not check, just merge 
> > > into 
> > > 4.3.0-5) all changes from HEAD's i810 driver within a week, or so, and 
> > > build some homebrew debian packages.
> > > I'll drop you a note, when I'm finished - maybe it would work then.
> > > 
> > >  - Christian
> > 
> > I have tried a few more experiments, with discouraging results:
> > 
> > 1. I downloaded the files (noted above) from xfree86.org and tried
> >them. No luck.
> > 2. I tried various combinations of these with the ones from ~alanh.
> >No luck.
> > 3. I went back to all of the ones from ~alanh and was unable to
> >reproduce the partial success.
> > 4. I installed the latest OpenBSD snapshot which includes driver
> >updates as recent as a week ago. No luck.
> > 
> > My bios revision is A03; this is the latest version available from
> > Dell. Perhaps older ones are better (less bad?) but I have no access
> > to them.
> > 
> 
> Hi Mark.
> 
> I did some further tests on our Dell Optiplex GX270 Systems.
> 
> To sum up:
> a) Neither XFree4.4 nor debian's 4.3.0-7 is able to work on the GX270 if
> BIOS a03 is used  - it would only work with the help of 865patch program
> by C. Zietz.
> 
> b) Dowgrading the BIOS to a02 _and_ setting it's BIOS VideoBuffer Option
> to 8MB helps. (with both 4.4 and 4.3.0-7)
> 
> The Bios image's called gx270a02.exe  - go grab it from dell's ftp
> server (in subdir 'bios'), if you have a GX270, of course.
> 
> I've heard rumours that some GX270 refuse to downgrade to a02 - don't
> force it, it might destroy your Bios completely.
> 

Downgrading to A02 fixed everything -- both debian 4.3.0-7 and OpenBSD
4.4. Thanks for the insight.

-- Mark



Processed: Mistakenly closed this Bug due to a typo in my upload of ipsec-tools!

2004-03-25 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> reopen #239668
Bug#239668: xserver-xfree86: Elf_RelocateEntry() Unsupported relocation type 0 
on i386
Bug reopened, originator not changed.

> quit
Stopping processing here.

Please contact me if you need assistance.

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



X Strike Force XFree86 SVN commit: r1182 - trunk/debian

2004-03-25 Thread X Strike Force SVN Repository Admin
Author: branden
Date: 2004-03-25 17:20:48 -0500 (Thu, 25 Mar 2004)
New Revision: 1182

Modified:
   trunk/debian/changelog
   trunk/debian/xfonts-scalable.postinst.in
   trunk/debian/xfonts-scalable.postrm.in
Log:
If defoma-app and fontconfig's defoma script are available, invoke
"defoma-app update fontconfig" on package configuration and removal;
otherwise, use fc-cache as before.  (Closes: #238797)


Modified: trunk/debian/changelog
===
--- trunk/debian/changelog  2004-03-25 21:49:16 UTC (rev 1181)
+++ trunk/debian/changelog  2004-03-25 22:20:48 UTC (rev 1182)
@@ -39,8 +39,12 @@
   * Stop shipping the generated files encodings.dir, fonts.cache-1, fonts.dir,
 and fonts.scale in the xfonts-scalable package.  (Closes: #238555)
 
- -- Branden Robinson <[EMAIL PROTECTED]>  Thu, 25 Mar 2004 16:43:06 -0500
+  * If defoma-app and fontconfig's defoma script are available, invoke
+"defoma-app update fontconfig" on package configuration and removal;
+otherwise, use fc-cache as before.  (Closes: #238797)
 
+ -- Branden Robinson <[EMAIL PROTECTED]>  Thu, 25 Mar 2004 17:19:01 -0500
+
 xfree86 (4.3.0-7) unstable; urgency=medium
 
   * Urgency due to fix for FTBFS.  Yes -- I too am begging for it to stop.

Modified: trunk/debian/xfonts-scalable.postinst.in
===
--- trunk/debian/xfonts-scalable.postinst.in2004-03-25 21:49:16 UTC (rev 
1181)
+++ trunk/debian/xfonts-scalable.postinst.in2004-03-25 22:20:48 UTC (rev 
1182)
@@ -1,10 +1,12 @@
 #!/bin/sh
 # Debian xfonts-scalable package post-installation script
-# Copyright 1998-2001 Branden Robinson.
+# Copyright 1998--2001, 2004 Branden Robinson.
 # Licensed under the GNU General Public License, version 2.  See the file
 # /usr/share/common-licenses/GPL or .
 # Acknowlegements to Stephen Early, Mark Eichin, and Manoj Srivastava.
 
+# $Id$
+
 set -e
 
 THIS_PACKAGE=xfonts-scalable
@@ -15,9 +17,17 @@
 #DEBHELPER#
 
 FONTDIRS="Speedo Type1"
-UPDATECMDS="update-fonts-scale update-fonts-dir fc-cache"
+UPDATECMDS="update-fonts-scale update-fonts-dir"
+
+if which defoma-app >/dev/null 2>&1 && \
+   [ -e /usr/share/defoma/scripts/fontconfig.defoma ]; then
+  defoma-app update fontconfig
+else
+  UPDATECMDS="$UPDATECMDS fc-cache"
+fi
+
 font_update
 
 exit 0
 
-# vim:ai:et:sts=2:sw=2:tw=0:
+# vim:set ai et sts=2 sw=2 tw=0:

Modified: trunk/debian/xfonts-scalable.postrm.in
===
--- trunk/debian/xfonts-scalable.postrm.in  2004-03-25 21:49:16 UTC (rev 
1181)
+++ trunk/debian/xfonts-scalable.postrm.in  2004-03-25 22:20:48 UTC (rev 
1182)
@@ -1,10 +1,12 @@
 #!/bin/sh
 # Debian xfonts-scalable package post-removal script
-# Copyright 1998-2001 Branden Robinson.
+# Copyright 1998--2001, 2004 Branden Robinson.
 # Licensed under the GNU General Public License, version 2.  See the file
 # /usr/share/common-licenses/GPL or .
 # Acknowlegements to Stephen Early, Mark Eichin, and Manoj Srivastava.
 
+# $Id$
+
 set -e
 
 THIS_PACKAGE=xfonts-scalable
@@ -18,16 +20,25 @@
  "$1" = "remove" -o \
  "$1" = "disappear" ]; then
   FONTDIRS="Speedo Type1"
-  UPDATECMDS="update-fonts-scale update-fonts-dir fc-cache"
+  UPDATECMDS="update-fonts-scale update-fonts-dir"
+
+  if which defoma-app >/dev/null 2>&1 && \
+ [ -e /usr/share/defoma/scripts/fontconfig.defoma ]; then
+defoma-app update fontconfig
+  else
+UPDATECMDS="$UPDATECMDS fc-cache"
+  fi
+
   font_update
 fi
 
 if [ "$1" = "purge" ]; then
-  for DIR in /etc/X11/fonts/Speedo /etc/X11/fonts/Type1 /etc/X11/fonts 
/etc/X11; do
-rmdir $DIR 2> /dev/null || true
+  for DIR in /etc/X11/fonts/Speedo /etc/X11/fonts/Type1 /etc/X11/fonts \
+ /etc/X11; do
+rmdir $DIR 2>/dev/null || true
   done
 fi
 
 exit 0
 
-# vim:ai:et:sts=2:sw=2:tw=0:
+# vim:set ai et sts=2 sw=2 tw=0:



X Strike Force XFree86 SVN property change: propchange - r1182 svn:log

2004-03-25 Thread X Strike Force SVN Repository Admin
Author: branden
Revision: 1182
Property Name: svn:log

New Property Value:
If defoma-app and fontconfig's defoma script are available, invoke
"defoma-app update fontconfig" on package configuration and removal;
otherwise, use fc-cache as before.  (Closes: #238797)

Update copyright notice.

Add Id keyword.

Update vim modline.

Tidy up shell style.




Bug#126519: wehre are you sexy

2004-03-25 Thread Lea Kline
Did you know That the normal cost for Super Vkiagra is $20, per dose?

We are running a hot special!! T0DAY Its only an amazing $2.00
Shipped world wide!

DISC0UNT 0RDER: 
http://guardhouse.marapr.biz/PH009/?affiliate_id=233648&campaign_id=407 


X Strike Force XFree86 SVN commit: r1183 - trunk/debian

2004-03-25 Thread X Strike Force SVN Repository Admin
Author: branden
Date: 2004-03-25 17:25:41 -0500 (Thu, 25 Mar 2004)
New Revision: 1183

Modified:
   trunk/debian/xfonts-scalable.postinst.in
   trunk/debian/xfonts-scalable.postrm.in
Log:
Set svn:keywords property to "Id".



Property changes on: trunk/debian/xfonts-scalable.postinst.in
___
Name: svn:keywords
   + Id


Property changes on: trunk/debian/xfonts-scalable.postrm.in
___
Name: svn:keywords
   + Id



Bug#238797: xfree86-common: x + fontconfig

2004-03-25 Thread Branden Robinson
On Wed, Mar 24, 2004 at 12:36:43AM +0100, Matthias Heinz wrote:
> Am Di, den 23.03.2004 schrieb Branden Robinson um 08:54:
> 
> > I'd rather not have a dependency on defoma -- how would I accomplish the
> > goal without it?
> 
> I don't think that there's a need for it, because the problem just seems
> to exist with defoma. If you don't use it, you wont never get this
> problem.
> 
> BTW: The line I wrote for doing it with defoma was from the
> installscript of fontconfig. It seems to be a problem that just appears
> with fontconfig.
> 
> I had this problem three times, after switching from xfree4.3.0pre3 to
> pre4 (i didn't know what to do, so I replaced my 3 years old debian
> installation with a "fresh" one. That solved my problem) , then after
> switching from 4.3.0-3 to 4.3.0-5, but some days later i upgraded
> fontconfig and then I realized, where the bug was.
> It happend again, with switching to xfree4.3.0-7, but at this time i
> knew what to do and it helped again.
> 
> Sure, i could do it manually, too, after every upgrade of X, but maybe
> this affects more than just me.

I tried to wade through defoma's documentation (not for the first time),
and because confused as usual.  The defoma-hint tool is absurdly
interactive.

I am updating the xfonts-scalable maintainer scripts to do as you
request, but I suspect you were experiencing some else, or in addition
to this problem.  xfonts-scalable already calls fc-cache in its postinst
script, and has for a long time.

-- 
G. Branden Robinson| You are not angry with people when
Debian GNU/Linux   | you laugh at them.  Humor teaches
[EMAIL PROTECTED] | them tolerance.
http://people.debian.org/~branden/ | -- W. Somerset Maugham


signature.asc
Description: Digital signature


X Strike Force XFree86 SVN commit: r1184 - trunk/debian

2004-03-25 Thread X Strike Force SVN Repository Admin
Author: branden
Date: 2004-03-25 17:32:16 -0500 (Thu, 25 Mar 2004)
New Revision: 1184

Modified:
   trunk/debian/changelog
   trunk/debian/xserver-xfree86.config.in
Log:
Stop setting the debconf-configured default amount of video RAM to 8MB for
users of the i810 driver; in XFree86 4.3.0, the i810 driver defaults to
8MB internally, and the i830 driver defaults to 32MB is DRI is enabled,
and 8MB otherwise.  (Closes: #238340)


Modified: trunk/debian/changelog
===
--- trunk/debian/changelog  2004-03-25 22:25:41 UTC (rev 1183)
+++ trunk/debian/changelog  2004-03-25 22:32:16 UTC (rev 1184)
@@ -43,8 +43,13 @@
 "defoma-app update fontconfig" on package configuration and removal;
 otherwise, use fc-cache as before.  (Closes: #238797)
 
- -- Branden Robinson <[EMAIL PROTECTED]>  Thu, 25 Mar 2004 17:19:01 -0500
+  * Stop setting the debconf-configured default amount of video RAM to 8MB for
+users of the i810 driver; in XFree86 4.3.0, the i810 driver defaults to
+8MB internally, and the i830 driver defaults to 32MB is DRI is enabled,
+and 8MB otherwise.  (Closes: #238340)
 
+ -- Branden Robinson <[EMAIL PROTECTED]>  Thu, 25 Mar 2004 17:29:37 -0500
+
 xfree86 (4.3.0-7) unstable; urgency=medium
 
   * Urgency due to fix for FTBFS.  Yes -- I too am begging for it to stop.

Modified: trunk/debian/xserver-xfree86.config.in
===
--- trunk/debian/xserver-xfree86.config.in  2004-03-25 22:25:41 UTC (rev 
1183)
+++ trunk/debian/xserver-xfree86.config.in  2004-03-25 22:32:16 UTC (rev 
1184)
@@ -656,9 +656,6 @@
 # video RAM
 db_get xserver-xfree86/config/device/driver
 DEFAULT=
-if [ "$RET" = "i810" ]; then
-  DEFAULT=8192
-fi
 # this question requires input validation
 if [ -n "$DEFAULT" ]; then
   auto_answer validate_numeric_db_input "$(priority_ceil low)" 
xserver-xfree86/config/device/video_ram "$DEFAULT"



X Strike Force XFree86 SVN commit: r1185 - trunk/debian

2004-03-25 Thread X Strike Force SVN Repository Admin
Author: branden
Date: 2004-03-25 17:32:53 -0500 (Thu, 25 Mar 2004)
New Revision: 1185

Modified:
   trunk/debian/TODO
Log:
Remove item from TODO.


Modified: trunk/debian/TODO
===
--- trunk/debian/TODO   2004-03-25 22:32:16 UTC (rev 1184)
+++ trunk/debian/TODO   2004-03-25 22:32:53 UTC (rev 1185)
@@ -74,8 +74,6 @@
 * #224909: patches to lnx_{io,kbd}.c to shut up noise from Linux 2.6
 * dump stderr from discover 1.x
 * #237046: pass --disable=serial,parallel to discover 1.x
-* #238340: debconf: stop forcing i810 driver users to VideoRam 8192; the driver
-  itself now uses this as the default minimum
 * #238407: XFree86 crashes on PPC in 0x1072260c in AccessXCancelRepeatKey
   (xkbi=0x0, key=64 '@') at xkbAccessX.c:387; possible fix exits upstream --
   see bug report



Processed: retitle 238797 to xfonts-scalable: use defoma-app when available to update fontconfig in maintainer script ... ...

2004-03-25 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.7.95.1
> retitle 238797 xfonts-scalable: use defoma-app when available to update 
> fontconfig in maintainer script
Bug#238797: xfree86-common: x + fontconfig
Changed Bug title.

> tags 238797 - moreinfo
Bug#238797: xfonts-scalable: use defoma-app when available to update fontconfig 
in maintainer script
Tags were: moreinfo
Tags removed: moreinfo

> reassign 238797 xfonts-scalable
Bug#238797: xfonts-scalable: use defoma-app when available to update fontconfig 
in maintainer script
Bug reassigned from package `xfree86-common' to `xfonts-scalable'.

>
End of message, stopping processing here.

Please contact me if you need assistance.

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



Processed: tagging 238407

2004-03-25 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.7.95.1
>  # awaiting feedback from Don Armstrong
> tags 238407 + upstream moreinfo
Bug#238407: XFree86 crashes on PPC in 0x1072260c in AccessXCancelRepeatKey 
(xkbi=0x0, key=64 '@') at xkbAccessX.c:387
There were no tags set.
Tags added: upstream, moreinfo

>
End of message, stopping processing here.

Please contact me if you need assistance.

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



Processed: tagging 238797

2004-03-25 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.7.95.1
>  # fixed in Debian X Strike Force XFree86 repository; to view, run "svn diff 
> -r 1181:1182 svn://necrotic.deadbeast.net/xfree86"
> tags 238797 + pending
Bug#238797: xfonts-scalable: use defoma-app when available to update fontconfig 
in maintainer script
There were no tags set.
Tags added: pending

>
End of message, stopping processing here.

Please contact me if you need assistance.

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



X Strike Force XFree86 SVN property change: propchange - r1185 svn:log

2004-03-25 Thread X Strike Force SVN Repository Admin
Author: branden
Revision: 1185
Property Name: svn:log

New Property Value:
Remove item.




Processed: tagging 238340

2004-03-25 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.7.95.1
>  # fixed in Debian X Strike Force XFree86 repository; to view, run "svn diff 
> -r 1183:1184 svn://necrotic.deadbeast.net/xfree86"
> tags 238340 + pending
Bug#238340: xserver-xfree86: fix debconfage to stop setting VideoRam default 
for users of i810 driver
There were no tags set.
Tags added: pending

>
End of message, stopping processing here.

Please contact me if you need assistance.

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



Bug#240146: xserver-xfree86: crashes on ATi Radeon IGP340M during start

2004-03-25 Thread Milan Jurik
Package: xserver-xfree86
Version: 4.3.0-7
Severity: normal


Look at the error log.

-- Package-specific info:
Contents of /var/lib/xfree86/X.roster:
xserver-xfree86

X server symlink status:
lrwxrwxrwx1 root root   20 2004-03-17 00:40 /etc/X11/X -> 
/usr/bin/X11/XFree86
-rwxr-xr-x1 root root  1742316 2004-03-18 06:42 /usr/bin/X11/XFree86
/etc/X11/X target unchanged from checksum in /var/lib/xfree86/X.md5sum.

Contents of /var/lib/xfree86/XF86Config-4.roster:
xserver-xfree86

VGA-compatible devices on PCI bus:
01:05.0 VGA compatible controller: ATI Technologies Inc Radeon IGP 340M
01:05.0 Class 0300: 1002:4337

XFree86 X server configuration file status:
-rw-r--r--1 root root 3007 2004-03-25 23:26 
/etc/X11/XF86Config-4

Contents of /etc/X11/XF86Config-4:
# XF86Config-4 (XFree86 X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 > /var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

Section "Files"
FontPath"unix/:7100"# local font server
# if the local font server has problems, we can fall back on these
FontPath"/usr/lib/X11/fonts/misc"
FontPath"/usr/lib/X11/fonts/cyrillic"
FontPath"/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/Type1"
FontPath"/usr/lib/X11/fonts/CID"
FontPath"/usr/lib/X11/fonts/Speedo"
FontPath"/usr/lib/X11/fonts/100dpi"
FontPath"/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
Load"GLcore"
Load"bitmap"
Load"dbe"
Load"ddc"
Load"dri"
Load"extmod"
Load"freetype"
Load"glx"
Load"int10"
Load"record"
Load"speedo"
Load"type1"
Load"vbe"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "keyboard"
Option  "CoreKeyboard"
Option  "XkbRules"  "xfree86"
Option  "XkbModel"  "pc104"
Option  "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "ImPS/2"
Option  "Emulate3Buttons"   "true"
Option  "ZAxisMapping"  "4 5"
EndSection

Section "Device"
Identifier  "Generic Video Card"
#   Driver  "vesa"
Driver  "radeon"
VideoRam32
Option  "UseFBDev"  "false"
EndSection

Section "Monitor"
Identifier  "Generic Monitor"
HorizSync   28-50
VertRefresh 43-75
Option  "DPMS"
EndSection

Section "Screen"
Identifier  "Default Screen"
Device  "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth24
SubSection "Display"
Depth   1
Modes   "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   4
Modes   "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   8
Modes   "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   15
Modes   "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   16
Modes   "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   24
Modes   "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier  "Default Layout"
Screen  "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

Section "DRI"
Mode0666
EndSection


/etc/X11/XF86Config-4 does not match chec

Processed: tagging 237046

2004-03-25 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.7.95.1
>  # fixed in Debian X Strike Force XFree86 repository; to view, run "svn diff 
> -r 1185:1186 svn://necrotic.deadbeast.net/xfree86"
> tags 237046 + pending
Bug#237046: xserver-xfree86: config script takes very long time
There were no tags set.
Tags added: pending

>
End of message, stopping processing here.

Please contact me if you need assistance.

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



X Strike Force XFree86 SVN commit: r1187 - trunk/debian

2004-03-25 Thread X Strike Force SVN Repository Admin
Author: branden
Date: 2004-03-25 18:04:49 -0500 (Thu, 25 Mar 2004)
New Revision: 1187

Modified:
   trunk/debian/changelog
   trunk/debian/xserver-xfree86.config.in
Log:
If using Discover 2.x to scan for hardware in the XFree86 X server
packages' config scripts, invoke the discover command such that an
abnormal exit on its part does not crash the script.


Modified: trunk/debian/changelog
===
--- trunk/debian/changelog  2004-03-25 22:56:46 UTC (rev 1186)
+++ trunk/debian/changelog  2004-03-25 23:04:49 UTC (rev 1187)
@@ -54,8 +54,12 @@
 We're certain to not find a VGA device on those buses anyway.
 (Closes: #237046)
 
- -- Branden Robinson <[EMAIL PROTECTED]>  Thu, 25 Mar 2004 17:54:37 -0500
+  * If using Discover 2.x to scan for hardware in the XFree86 X server
+packages' config scripts, invoke the discover command such that an
+abnormal exit on its part does not crash the script.
 
+ -- Branden Robinson <[EMAIL PROTECTED]>  Thu, 25 Mar 2004 18:03:42 -0500
+
 xfree86 (4.3.0-7) unstable; urgency=medium
 
   * Urgency due to fix for FTBFS.  Yes -- I too am begging for it to stop.

Modified: trunk/debian/xserver-xfree86.config.in
===
--- trunk/debian/xserver-xfree86.config.in  2004-03-25 22:56:46 UTC (rev 
1186)
+++ trunk/debian/xserver-xfree86.config.in  2004-03-25 23:04:49 UTC (rev 
1187)
@@ -54,9 +54,16 @@
 VENDOR_MODEL_FILE=$(tempfile)
 SERVER_FILE=$(tempfile)
 DRIVER_FILE=$(tempfile)
-discover --type-summary display > $VENDOR_MODEL_FILE
-discover --data-path=xfree86/server/name 
--data-version=${SOURCE_VERSION%-*} display > $SERVER_FILE
-discover --data-path=xfree86/server/device/driver 
--data-version=${SOURCE_VERSION%-*} display > $DRIVER_FILE
+
+CMD="discover --type-summary display"
+eval $CMD > $VENDOR_MODEL_FILE || debug_report_status "$CMD" "$?"
+CMD="discover --data-path=xfree86/server/name \
+  --data-version=${SOURCE_VERSION%-*} display"
+eval $CMD > $SERVER_FILE || debug_report_status "$CMD" "$?"
+CMD="discover --data-path=xfree86/server/device/driver \
+  --data-version=${SOURCE_VERSION%-*} display"
+eval $CMD > $DRIVER_FILE || debug_report_status "$CMD" "$?"
+
 DISCOVERED_VIDEO=$(paste $VENDOR_MODEL_FILE $SERVER_FILE $DRIVER_FILE)
 rm -f $VENDOR_MODEL_FILE $SERVER_FILE $DRIVER_FILE
   else



X Strike Force XFree86 SVN commit: r1188 - trunk/debian

2004-03-25 Thread X Strike Force SVN Repository Admin
Author: branden
Date: 2004-03-25 18:06:35 -0500 (Thu, 25 Mar 2004)
New Revision: 1188

Modified:
   trunk/debian/changelog
   trunk/debian/xserver-xfree86.config.in
Log:
Discard standard error output from Discover 1.x.


Modified: trunk/debian/changelog
===
--- trunk/debian/changelog  2004-03-25 23:04:49 UTC (rev 1187)
+++ trunk/debian/changelog  2004-03-25 23:06:35 UTC (rev 1188)
@@ -51,14 +51,14 @@
   * If using Discover 1.x to scan for hardware in the XFree86 X server
 packages' config scripts, pass the discover command the
 "--disable=serial,parallel" option to avoid long delays on some systems.
-We're certain to not find a VGA device on those buses anyway.
-(Closes: #237046)
+We're certain to not find a VGA device on those buses anyway.  Also,
+discard standard error output from discover 1.x.  (Closes: #237046)
 
   * If using Discover 2.x to scan for hardware in the XFree86 X server
 packages' config scripts, invoke the discover command such that an
 abnormal exit on its part does not crash the script.
 
- -- Branden Robinson <[EMAIL PROTECTED]>  Thu, 25 Mar 2004 18:03:42 -0500
+ -- Branden Robinson <[EMAIL PROTECTED]>  Thu, 25 Mar 2004 18:05:50 -0500
 
 xfree86 (4.3.0-7) unstable; urgency=medium
 

Modified: trunk/debian/xserver-xfree86.config.in
===
--- trunk/debian/xserver-xfree86.config.in  2004-03-25 23:04:49 UTC (rev 
1187)
+++ trunk/debian/xserver-xfree86.config.in  2004-03-25 23:06:35 UTC (rev 
1188)
@@ -69,7 +69,7 @@
   else
 # must be Discover 1.x
 DISCOVERED_VIDEO=$(discover --disable=serial,parallel \
---format="%V %M\t%S\t%D\n" video)
+--format="%V %M\t%S\t%D\n" video 2>/dev/null)
   fi
   echo "$DISCOVERED_VIDEO"
 }



X Strike Force XFree86 SVN commit: r1189 - trunk/debian

2004-03-25 Thread X Strike Force SVN Repository Admin
Author: branden
Date: 2004-03-25 18:11:06 -0500 (Thu, 25 Mar 2004)
New Revision: 1189

Modified:
   trunk/debian/TODO
Log:
Remove item.


Modified: trunk/debian/TODO
===
--- trunk/debian/TODO   2004-03-25 23:06:35 UTC (rev 1188)
+++ trunk/debian/TODO   2004-03-25 23:11:06 UTC (rev 1189)
@@ -72,7 +72,6 @@
   + How do I debug crashes in X clients?
   + How do I debug crashes in the XFree86 X server?
 * #224909: patches to lnx_{io,kbd}.c to shut up noise from Linux 2.6
-* dump stderr from discover 1.x
 * #238407: XFree86 crashes on PPC in 0x1072260c in AccessXCancelRepeatKey
   (xkbi=0x0, key=64 '@') at xkbAccessX.c:387; possible fix exits upstream --
   see bug report



X Strike Force XFree86 SVN commit: r1186 - trunk/debian

2004-03-25 Thread X Strike Force SVN Repository Admin
Author: branden
Date: 2004-03-25 17:56:46 -0500 (Thu, 25 Mar 2004)
New Revision: 1186

Modified:
   trunk/debian/TODO
   trunk/debian/changelog
   trunk/debian/xserver-xfree86.config.in
Log:
If using Discover 1.x to scan for hardware in the XFree86 X server
packages' config scripts, pass the discover command the
"--disable=serial,parallel" option to avoid long delays on some systems.
We're certain to not find a VGA device on those buses anyway.
(Closes: #237046)


Modified: trunk/debian/TODO
===
--- trunk/debian/TODO   2004-03-25 22:32:53 UTC (rev 1185)
+++ trunk/debian/TODO   2004-03-25 22:56:46 UTC (rev 1186)
@@ -73,7 +73,6 @@
   + How do I debug crashes in the XFree86 X server?
 * #224909: patches to lnx_{io,kbd}.c to shut up noise from Linux 2.6
 * dump stderr from discover 1.x
-* #237046: pass --disable=serial,parallel to discover 1.x
 * #238407: XFree86 crashes on PPC in 0x1072260c in AccessXCancelRepeatKey
   (xkbi=0x0, key=64 '@') at xkbAccessX.c:387; possible fix exits upstream --
   see bug report

Modified: trunk/debian/changelog
===
--- trunk/debian/changelog  2004-03-25 22:32:53 UTC (rev 1185)
+++ trunk/debian/changelog  2004-03-25 22:56:46 UTC (rev 1186)
@@ -48,8 +48,14 @@
 8MB internally, and the i830 driver defaults to 32MB is DRI is enabled,
 and 8MB otherwise.  (Closes: #238340)
 
- -- Branden Robinson <[EMAIL PROTECTED]>  Thu, 25 Mar 2004 17:29:37 -0500
+  * If using Discover 1.x to scan for hardware in the XFree86 X server
+packages' config scripts, pass the discover command the
+"--disable=serial,parallel" option to avoid long delays on some systems.
+We're certain to not find a VGA device on those buses anyway.
+(Closes: #237046)
 
+ -- Branden Robinson <[EMAIL PROTECTED]>  Thu, 25 Mar 2004 17:54:37 -0500
+
 xfree86 (4.3.0-7) unstable; urgency=medium
 
   * Urgency due to fix for FTBFS.  Yes -- I too am begging for it to stop.

Modified: trunk/debian/xserver-xfree86.config.in
===
--- trunk/debian/xserver-xfree86.config.in  2004-03-25 22:32:53 UTC (rev 
1185)
+++ trunk/debian/xserver-xfree86.config.in  2004-03-25 22:56:46 UTC (rev 
1186)
@@ -61,7 +61,8 @@
 rm -f $VENDOR_MODEL_FILE $SERVER_FILE $DRIVER_FILE
   else
 # must be Discover 1.x
-DISCOVERED_VIDEO=$(discover --format="%V %M\t%S\t%D\n" video)
+DISCOVERED_VIDEO=$(discover --disable=serial,parallel \
+--format="%V %M\t%S\t%D\n" video)
   fi
   echo "$DISCOVERED_VIDEO"
 }



Bug#238797: xfree86-common: x + fontconfig

2004-03-25 Thread Matthias Heinz
Am Do, den 25.03.2004 schrieb Branden Robinson um 23:18:
> I am updating the xfonts-scalable maintainer scripts to do as you
> request, but I suspect you were experiencing some else, or in addition
> to this problem.  xfonts-scalable already calls fc-cache in its postinst
> script, and has for a long time.

Hm... I see... but what if it's not a problem with the
xfonts-scalable-package? Or it it's a problem with the order in which
the packages get updated?

You know, xfonts-scalable is treated in the queue before xserver-commen,
it could also be a problem that just appears because of the order.
(It's just a guess, i don't think that somethling like xfonts and the
server itself interfere, it must be something that does something weird
with the fonts-cache)


-Matthias





Re: X Strike Force XFree86 SVN commit: r1187 - trunk/debian

2004-03-25 Thread Denis Barbier
On Thu, Mar 25, 2004 at 06:04:51PM -0500, X Strike Force SVN Repository Admin 
wrote:
> Author: branden
> Date: 2004-03-25 18:04:49 -0500 (Thu, 25 Mar 2004)
> New Revision: 1187
> 
> Modified:
>trunk/debian/changelog
>trunk/debian/xserver-xfree86.config.in
> Log:
> If using Discover 2.x to scan for hardware in the XFree86 X server
> packages' config scripts, invoke the discover command such that an
> abnormal exit on its part does not crash the script.

You forgot to close #239719 in the changelog.

Denis



Bug#240169: xserver-xfree86: [s3virge] Option Rotate crashes with "CCW", faulty with "CW"

2004-03-25 Thread Glen Mabey
Package: xserver-xfree86
Version: 4.3.0-7
Severity: normal

In using a ViRGE/DX, I tried using the Option "Rotate".  All that I've
been able to find out about this option indicates that just the option
line is the only change necessary to the XF86Config-4 file.  However, 
when I use the "CCW" value, the server fails to start, and with the "CW"
value, the 1024x768 screen seems to be "aliased" to 768x768 with
overlap on the sides.

The same behavior is exhibited with two identical cards, in or out of
a multi-head mode.

-- Package-specific info:
Contents of /var/lib/xfree86/X.roster:
xserver-xfree86

X server symlink status:
lrwxrwxrwx1 root root   20 Mar  9 16:41 /etc/X11/X -> 
/usr/bin/X11/XFree86
-rwxr-xr-x1 root root  1742316 Mar 17 22:42 /usr/bin/X11/XFree86
/etc/X11/X target unchanged from checksum in /var/lib/xfree86/X.md5sum.

Contents of /var/lib/xfree86/XF86Config-4.roster:
xserver-xfree86

VGA-compatible devices on PCI bus:
01:09.0 VGA compatible controller: S3 Inc. ViRGE/DX or /GX (rev 01)
02:00.0 VGA compatible controller: ATI Technologies Inc 3D Rage Pro AGP 1X/2X 
(rev 5c)
01:09.0 Class 0300: 5333:8a01 (rev 01)
02:00.0 Class 0300: 1002:4742 (rev 5c)

XFree86 X server configuration file status:
-rw-r--r--1 root root 3241 Mar 24 17:49 /etc/X11/XF86Config-4

Contents of /etc/X11/XF86Config-4:
# XF86Config-4 (XFree86 X server configuration file) generated by dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 > /var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

Section "Files"
FontPath"unix/:7100"# local font server
# if the local font server has problems, we can fall back on these
FontPath"/usr/lib/X11/fonts/Type1"
FontPath"/usr/lib/X11/fonts/CID"
FontPath"/usr/lib/X11/fonts/Speedo"
FontPath"/usr/lib/X11/fonts/misc"
FontPath"/usr/lib/X11/fonts/cyrillic"
FontPath"/usr/lib/X11/fonts/100dpi"
FontPath"/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
Load"GLcore"
Load"bitmap"
Load"dbe"
Load"ddc"
Load"dri"
Load"extmod"
Load"freetype"
Load"glx"
Load"int10"
Load"record"
Load"speedo"
Load"type1"
Load"vbe"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "keyboard"
Option  "CoreKeyboard"
Option  "XkbRules"  "xfree86"
Option  "XkbModel"  "pc101"
Option  "XkbLayout" "us"
Option  "XkbOptions""ctrl:nocaps"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/psaux"
Option  "Protocol"  "ImPS/2"
Option  "ZAxisMapping"  "4 5"
EndSection

Section "InputDevice"
Identifier  "Generic Mouse"
Driver  "mouse"
Option  "SendCoreEvents""true"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "ImPS/2"
Option  "ZAxisMapping"  "4 5"
EndSection

Section "Device"
Identifier  "ATI Tech. 3D Rage Pro AGP"
Driver  "ati"
EndSection

Section "Device"
Identifier  "S3 Virge-DX"
Driver  "s3virge"
BusID   "PCI:1:9:0"
Option  "Rotate""CW"
EndSection

Section "Monitor"
Identifier  "GWY:4c04"
HorizSync   30-75
VertRefresh 50-85
Option  "DPMS"
EndSection

Section "Monitor"
Identifier  "Micron"
HorizSync   28-49
VertRefresh 43-72
Option  "DPMS"
EndSection

Section "Screen"
Identifier  "Main Screen"
Device  "ATI Tech. 3D Rage Pro AGP"
Monitor "GWY:4c04"
DefaultDepth24
SubSection "Display"
Depth   16
Modes   "1600x1200" "1280x1024" "1024x768" "800x600" 
"640x480"
EndSubSection
SubSection "Display"
Depth   2

Re: X.Org

2004-03-25 Thread Daniel Stone
On Thu, Mar 25, 2004 at 06:51:03PM +0300, Dan Korostelev wrote:
>  Is there any plans to replace XFree86 with XOrg
> (http://freedesktop.org/Software/xorg), which is actually a fork of
> XFree 4.4 with free licence.
> 
> Sorry for my english. Bye.

No, but there are plans to replace it with freedesktop.org's modular
xlibs/xserver/xapps trees, to make it far easier to maintain.

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


signature.asc
Description: Digital signature


Support for VIA driver, patch against SVN HEAD

2004-03-25 Thread Adam Conrad
I have made an SVN diff[1] between trunk rev 1172 and my working copy
which adds the VIA driver.  Changelog entry follows:


  * Backported VIA driver from 4.4 HEAD, 20040324. This driver adds
support
for the VIA CLE266 and related northbridge integrated chipsets,
typically
found in VIA EPIA-M Mini-ITX systems.  (Adam Conrad
<[EMAIL PROTECTED]>)
- debian/patches/000_stolen_from_HEAD_via_driver.diff
  + adds xc/programs/Xserver/hw/xfree86/drivers/via/*
  + adds "via" to xc/programs/Xserver/hw/xfree86/Registry
  + adds "via" to XF86CardDrivers for ia32 in
xc/config/cf/xfree86.cf
- Add support in debian/ directory for the new VIA driver:
  + add "via" to DRIVER_LIST for i386 in xserver-xfree86.config.in
  + add /usr/X11R6/lib/{modules/drivers/via_drv.o,man/man4/via.4x}
to xserver-xfree86.install.i386 and MANIFEST.i386
---

This has been tested with a HEAD build on Sid, as well as with an
application of this patch against the Woody 4.3.0 backport sources.
Both worked flawlessly.  This patch only adds the 2D driver.  If there
is demand/need for the 3D/dri driver, I can add that too, however we
don't use it in-house, and I didn't want to touch more things than I had
to (especially since I'm hoping that this driver will make it into the
sarge release).

... Adam

[1] http://loki.0c3.net/~adconrad/xfree86/1172-wc.diff.gz

--
backup [n] (bak'up): The duplicate copy of crucial data that no one
 bothered to make; used only in the abstract.

1024D/C6CEA0C9  C8B2 CB3E 3225 49BB 5ED2  0002 BE3C ED47 C6CE A0C9
 



Processed: grave, my arse

2004-03-25 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> severity 239991 important
Bug#239991: ximcp.so.2: segfault after failure to create XIM input context
Severity set to `important'.

> thanks
Stopping processing here.

Please contact me if you need assistance.

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



Bug#45291: Be Smart

2004-03-25 Thread Work
We have been  Trusted by University and Industry since 1997
cause we are the first provider online.

Any field of your choice is accepted +
Bachelors, Masters or Doctorate.

 Free call :1 212 629 1971
To stop us  :http://xhjwien.info/gone.php






Bug#116507: Be Smart

2004-03-25 Thread Work
We have been  Trusted by University and Industry since 1997
cause we are the first provider online.

Any field of your choice is accepted +
Bachelors, Masters or Doctorate.

 Free call :1 212 629 1971
To stop us  :http://xhjwien.info/gone.php






Bug#126519: Be Smart

2004-03-25 Thread Work
We have been  Trusted by University and Industry since 1997
cause we are the first provider online.

Any field of your choice is accepted +
Bachelors, Masters or Doctorate.

 Free call :1 212 629 1971
To stop us  :http://xhjwien.info/gone.php






Bug#11147: Be Smart

2004-03-25 Thread Work
We have been  Trusted by University and Industry since 1997
cause we are the first provider online.

Any field of your choice is accepted +
Bachelors, Masters or Doctorate.

 Free call :1 212 629 1971
To stop us  :http://xhjwien.info/gone.php






Bug#11147: Be Smart

2004-03-25 Thread Work
We have been  Trusted by University and Industry since 1997
cause we are the first provider online.

Any field of your choice is accepted +
Bachelors, Masters or Doctorate.

 Free call :1 212 629 1971
To stop us  :http://xhjwien.info/gone.php






Bug#22506: Be Smart

2004-03-25 Thread Work
We have been  Trusted by University and Industry since 1997
cause we are the first provider online.

Any field of your choice is accepted +
Bachelors, Masters or Doctorate.

 Free call :1 212 629 1971
To stop us  :http://xhjwien.info/gone.php






Bug#24192: Be Smart

2004-03-25 Thread Work
We have been  Trusted by University and Industry since 1997
cause we are the first provider online.

Any field of your choice is accepted +
Bachelors, Masters or Doctorate.

 Free call :1 212 629 1971
To stop us  :http://xhjwien.info/gone.php






Bug#56179: Be Smart

2004-03-25 Thread Work
We have been  Trusted by University and Industry since 1997
cause we are the first provider online.

Any field of your choice is accepted +
Bachelors, Masters or Doctorate.

 Free call :1 212 629 1971
To stop us  :http://xhjwien.info/gone.php






Bug#239651: xdm: don't invoke non existent Xreset

2004-03-25 Thread Marc Wilson
On Wed, Mar 24, 2004 at 03:43:10AM +0800, Dan Jacobson wrote:
> Package: xdm
> Version: 4.3.0-7
> Severity: normal
> 
> $ dlocate -L xdm|LC_ALL=C xargs zgrep Xreset
> /etc/X11/xdm/xdm-config:DisplayManager*reset: 
> /usr/X11R6/lib/X11/xdm/Xreset
> that file doesn't exist anymore !! so don't try to invoke it

Really.  Describe, please, the failure in your system by xdm attempting to
invoke this, especially considering the priority you assigned the bug.

> /usr/X11R6/man/man1/xdm.1x.gz:or \fIXreset\fP.
> mentioned several times in man page, but not mentioned that it is gone now
> /usr/share/man/man5/xdm.options.5.gz:.I /etc/X11/xdm/Xreset
> same

See above.
 
> /usr/share/doc/xdm/changelog.Debian.gz:  * Drop the 
> /etc/X11/xdm/{Xreset,Xsetup} conffiles.
> yes, but also please do the above cleanups

No.  The fact that Debian chooses not to ship said files has absolutely
ZERO to do with the fact that xdm supports the use of them.  You seem to
have missed THAT little bit of information.

I suppose next you'll recommend that Branden break from upstream and remove
support from the code completely.  Then those of us that actually use it
can file bugs requesting that he put it back.

Dan, you file worse bugs than *I* do.  Howinhell is this "normal" priority?
Wishlist at best, stupid at worst.

-- 
 Marc Wilson | Humpty Dumpty was pushed.
 [EMAIL PROTECTED] |




Bug#239617: radeon 9000 Black Lockup in X 4.3 w/ DRI

2004-03-25 Thread Nick Rusnov
On Wed, Mar 24, 2004 at 11:55:02PM +0100, Michel D?nzer wrote:
> On Tue, 2004-03-23 at 22:13, Nick Rusnov wrote:
> The graphics chip and the USB controller (?) share IRQ 16. If you can
> change that somehow, that would be interesting to try.

I've tried removing the offending board, so that no IRQs are shared,
and I get the same result.

Incidently at the same time I also tried removing all the extra
hardware, disabling various things, and making sure no extra drivers
are loaded, all with no effect. 

-- 
-><- Nick Rusnov
-><- http://nick.industrialmeats.com
-><- [EMAIL PROTECTED]/[EMAIL PROTECTED] 



Bug#116507: hye!!

2004-03-25 Thread Frederick Hayes
Did you know That the normal cost for Super Vkiagra is $20, per dose?

We are running a hot special!! T0DAY Its only an amazing $2.00
Shipped world wide!

DISC0UNT 0RDER: 
http://reprieve.SEPOCT.BIZ/PH009/?affiliate_id=233648&campaign_id=407   


Bug#11147: do you rmemeber me?

2004-03-25 Thread Sherrie Hewitt
Did you know That the normal cost for Super Vkiagra is $20, per dose?

We are running a hot special!! T0DAY Its only an amazing $2.00
Shipped world wide!

DISC0UNT 0RDER: 
http://billiard.WEDOCT.BIZ/PH009/?affiliate_id=233648&campaign_id=407