Bug#972997: missing manpage for /usr/bin/igt_stats

2020-10-26 Thread Joe Nahmias
Package: intel-gpu-tools
Version: 1.22-1+b1

The program '/usr/bin/igt_stats' is missing a manpage as required by Debian 
Policy,
section 12.1.

Thanks,
Joe Nahmias



Bug#659842: X server crashes sporadically when changing virtual desktops

2012-02-14 Thread Joe Nahmias
On Tue, Feb 14, 2012 at 02:11:01PM +0100, Cyril Brulebois wrote:
 Joseph Nahmias j...@nahmias.net (13/02/2012):
  Lately it seems that the X server has been crashing sporadically when
  I switch virtual desktops in Xfce.  I'm attaching the appropriate
  Xorg.log and a full backtrace from the core file left behind.
  
  Please let me know what the next step is.
 
 Update to kernel 3.2, you're still on some release candidate. And if
 that doesn't work better with a recent kernel, you could give the
 server+intel driver from experimental a shot.

I updated to kernel 3.2.0 -- still crashes.  My intel driver is already on
the version from experimental and I don't see a newer server...

$ uname -srvm
Linux 3.2.0-1-amd64 #1 SMP Sun Feb 5 15:17:15 UTC 2012 x86_64

$ apt-cache policy xserver-xorg-video-intel
xserver-xorg-video-intel:
  Installed: 2:2.17.0+git20120204-1
  Candidate: 2:2.17.0+git20120204-1
  Version table:
 *** 2:2.17.0+git20120204-1 0
200 http://mirror.cc.columbia.edu/debian/ experimental/main amd64 
Packages
100 /var/lib/dpkg/status
 2:2.17.0-1 0
990 http://mirror.cc.columbia.edu/debian/ wheezy/main amd64 Packages
990 http://ftp.us.debian.org/debian/ wheezy/main amd64 Packages
500 http://mirror.cc.columbia.edu/debian/ sid/main amd64 Packages

$ apt-cache policy xserver-xorg
xserver-xorg:
  Installed: 1:7.6+11
  Candidate: 1:7.6+11
  Version table:
 *** 1:7.6+11 0
990 http://mirror.cc.columbia.edu/debian/ wheezy/main amd64 Packages
990 http://ftp.us.debian.org/debian/ wheezy/main amd64 Packages
500 http://mirror.cc.columbia.edu/debian/ sid/main amd64 Packages
100 /var/lib/dpkg/status


--Joe



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120215012610.ga3...@brain.nahmias.net



Bug#659842: X server crashes sporadically when changing virtual desktops

2012-02-14 Thread Joe Nahmias
On Wed, Feb 15, 2012 at 02:29:37AM +0100, Cyril Brulebois wrote:
 OK, so you're already using SNA. I could probably be tricked into
 packaging a newer snapshot in a few hours, but you may want to file a
 bug on the upstream tracker in the meanwhile anyway:
   http://intellinuxgraphics.org/how_to_report_bug.html

Ok, which product / component to use in bug filing?



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120215013644.gb3...@brain.nahmias.net



Bug#618292: SELinux: Failed to open x_contexts mapping in policy

2011-03-14 Thread Joe Nahmias
On Mon, Mar 14, 2011 at 06:37:16PM +0100, Julien Cristau wrote:
 On Mon, Mar 14, 2011 at 13:00:21 -0400, Eamon Walsh wrote:
  On 03/14/2011 06:04 AM, Julien Cristau wrote:
   Hi Eamon,
  
   we received the report below on the debian bug tracker, would you have
   any idea about this?
  
   On Sun, Mar 13, 2011 at 23:13:21 -0400, Joseph Nahmias wrote:
  
  
  The X server is looking for the file
  /etc/selinux/$POLICYTYPE/contexts/x_contexts.   POLICYTYPE is set in
  the /etc/selinux/config file and is usually targeted.
  
  That file should be part of Debian's SELinux support as it is included
  in the upstream policy.
  
 as far as I can tell the selinux-policy-default package comes with
 /etc/selinux/default/contexts/x_contexts so I guess that's what should
 be used (/etc/selinux/config sets SELINUXTYPE=default).  Joe, do you
 have that file?  I would expect yes, since downgrading to 1.7 makes X
 work again.

Hmm, for some reason, I don't have that particular package installed;
rather, I have the following:

$ dpkg -l selinux-\*
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name  Version  
Description
+++-=--==
ii  selinux-basics0.3.8SELinux 
basic support
un  selinux-policy-defaultnone   (no 
description available)
un  selinux-policy-devnone   (no 
description available)
un  selinux-policy-refpolicy-src  none   (no 
description available)
ii  selinux-policy-refpolicy-strict   0.0.20080314-1   Strict 
variant of the SELinux reference policy
ii  selinux-policy-refpolicy-targeted 0.0.20080314-1   Targeted 
variant of the SELinux reference policy
ii  selinux-utils 2.0.96-1 SELinux 
utility programs

I'll have to check if installing selinux-policy-default fixes my problem,
but that's a project for another night...

  If the user does not wish to use the SELinux support for X, the
  xserver_object_manager SELinux boolean can be set to false and that
  will prevent the X server from loading the extension.
  
 In any case maybe the following patch would make sense, to have a better
 idea of why the call failed?
 
 diff --git a/Xext/xselinux_label.c b/Xext/xselinux_label.c
 index e5929fa..94540ce 100644
 --- a/Xext/xselinux_label.c
 +++ b/Xext/xselinux_label.c
 @@ -358,7 +358,7 @@ SELinuxLabelInit(void)
  
  label_hnd = selabel_open(SELABEL_CTX_X, selabel_option, 1);
  if (!label_hnd)
 -   FatalError(SELinux: Failed to open x_contexts mapping in policy\n);
 +   FatalError(SELinux: Failed to open x_contexts mapping in policy: 
 %s\n, strerror(errno));
  }
  
  void
 
 Cheers,
 Julien

--Joe



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110315044755.ga25...@nahmias.net



Bug#456808: missing manpage for /usr/sbin/ddcprobe

2007-12-17 Thread Joe Nahmias
Package: xresprobe
Version: 0.4.23debian1-0.1

The program '/usr/sbin/ddcprobe' is missing a manpage as required by Debian 
Policy,
section 12.1.

Thanks,
Joe Nahmias



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



Bug#424409: /usr/bin/startx: startx not setting up xauth correctly

2007-05-20 Thread Joe Nahmias
On Sun, May 20, 2007 at 07:40:51PM +0200, Brice Goglin wrote:
 Joe Nahmias wrote:
  Well, that was certainly interesting.  I guess it helps, but I'm not
  quite sure why...  see the typescript below to see what I mean.
  Essentially, nothing changed -- except that now it works.
 
 
 Ok, thanks, merging this bug report with #406061.
 
 So, you didn't have any /etc/X11/Xwrapper.config file? Or you had one
 without 'allowed_users=console'?

Actually, I had /etc/X11/Xwrapper.config _with_ 'allowed_users=console'.
Running dpkg-reconfigure did not change a thing in the file!  All, I
know is that right afterwards it worked...

 Could you tell us what/how you upgraded recently? Did you have a plain
 Etch system before? and you switch the whole X to unstable when the
 problem occured? /var/log/dpkg.log might help you, look for x11-common
 and xorg related lines.

I ran a dist-upgrade on May 2nd/3rd that seems to have resulted in the
breakage.  I think I was running unstable before that, just hadn't
upgraded for a couple of weeks.

Here are the relevant lines from /var/log/dpkg.log{,.1}:

2007-04-01 02:12:18 upgrade x11-common 1:7.1.0-12 1:7.1.0-15
2007-04-01 02:12:22 upgrade xserver-xorg-core 2:1.1.1-18 2:1.1.1-20
2007-04-01 02:12:31 upgrade xserver-xorg 1:7.1.0-12 1:7.1.0-15
2007-04-14 23:34:41 upgrade x11-common 1:7.1.0-15 1:7.1.0-18
2007-04-14 23:35:10 upgrade xserver-xorg-core 2:1.1.1-20 2:1.1.1-21
2007-04-14 23:35:14 upgrade xserver-xorg 1:7.1.0-15 1:7.1.0-18
2007-05-02 23:53:43 upgrade x11-common 1:7.1.0-18 1:7.2-3
2007-05-03 00:05:50 upgrade xserver-xorg-core 2:1.1.1-21 2:1.3.0.0.dfsg-3
2007-05-03 00:05:55 upgrade xserver-xorg 1:7.1.0-18 1:7.2-3
2007-05-14 22:38:50 upgrade xserver-xorg-core 2:1.3.0.0.dfsg-3 2:1.3.0.0.dfsg-4


 Few things have changed regarding the packaging of X between Etch and
 Xorg 7.2, so it would be strange that Xwrapper.config disappeared. In
 bug #406061, the problem occurred after an upgrade from Sarge, there are
 much more packaging changes there.

Well, I most definitely was running at least etch before the upgrade.
Of course, at that point there probably wasn't much different between
the two...

Let me know if there's anything else I can do.

 Brice
--Joe


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



Bug#424409: /usr/bin/startx: startx not setting up xauth correctly

2007-05-16 Thread Joe Nahmias
Hi Brice,

On Wed, May 16, 2007 at 07:19:26PM +0200, Brice Goglin wrote:
 Joe Nahmias wrote:
  I upgraded from 1:7.1.ds1-2 to 1:7.2.ds1-2 and now startx doesn't work
  anymore.  I get the error X: user not authorized to run the X server,
  aborting.  By running xauth manually I don't have this problem, so it
  seems something in startx broke.  See typescript log below.

 
 Could you look at
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=406061 and let us know
 whether it helps?

Well, that was certainly interesting.  I guess it helps, but I'm not
quite sure why...  see the typescript below to see what I mean.
Essentially, nothing changed -- except that now it works.  I dunno...
Feel free to close this now; although, if you would like me to do some
more investigation I'd be happy to assist in any way I can.

Of course, now I have a different, unrelated problem.  I guess it's time
for another bug report.

--Joe

Script started on Wed 16 May 2007 09:18:33 PM EDT
[EMAIL PROTECTED]:~$ ls -la /etc/X11/Xwrapper.config
-rw--- 1 root root 614 2006-10-19 01:17 /etc/X11/Xwrapper.config
[EMAIL PROTECTED]:~$ sudo cat /etc/X11/Xwrapper.config
# Xwrapper.config (Debian X Window System server wrapper configuration file)
#
# This file was generated by the post-installation script of the x11-common
# package using values from the debconf database.
#
# See the Xwrapper.config(5) manual page for more information.
#
# This file is automatically updated on upgrades of the x11-common package
# *only* if it has not been modified since the last upgrade of that package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command as root:
#   dpkg-reconfigure x11-common
allowed_users=console
nice_value=0
[EMAIL PROTECTED]:~$ startx
xauth:  creating new authority file /home/joe/.serverauth.3654

X: user not authorized to run the X server, aborting.
giving up.
xinit:  Connection refused (errno 111):  unable to connect to X server
xinit:  No such process (errno 3):  Server error.
Couldnt get a file descriptor referring to the console
[EMAIL PROTECTED]:~$ sudo dpkg --reconfigure x11-common
Setting up ICE socket directory /tmp/.ICE-unix
[EMAIL PROTECTED]:~$ sudo cat /etc/X11/Xwrapper.config
# Xwrapper.config (Debian X Window System server wrapper configuration file)
#
# This file was generated by the post-installation script of the x11-common
# package using values from the debconf database.
#
# See the Xwrapper.config(5) manual page for more information.
#
# This file is automatically updated on upgrades of the x11-common package
# *only* if it has not been modified since the last upgrade of that package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command as root:
#   dpkg-reconfigure x11-common
allowed_users=console
nice_value=0
[EMAIL PROTECTED]:~$ ls -la /etc/X11/Xwrapper.config
-rw--- 1 root root 614 2006-10-19 01:17 /etc/X11/Xwrapper.config
[EMAIL PROTECTED]:~$ startx
xauth:  creating new authority file /home/joe/.serverauth.4399

X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: Linux Debian
Current Operating System: Linux yakko 2.6.18-4-686 #1 SMP Wed May 9 23:03:12 
UTC 2007 i686
Build Date: 09 May 2007

Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
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/Xorg.0.log, Time: Wed May 16 21:42:40 2007
(==) Using config file: /etc/X11/xorg.conf
[ ... snip ... ]
Script done on Wed 16 May 2007 09:22:51 PM EDT


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



Bug#424409: /usr/bin/startx: startx not setting up xauth correctly

2007-05-15 Thread Joe Nahmias
Package: xbase-clients
Version: 1:7.2.ds2-2
Severity: important
File: /usr/bin/startx

Hello,

I upgraded from 1:7.1.ds1-2 to 1:7.2.ds1-2 and now startx doesn't work
anymore.  I get the error X: user not authorized to run the X server,
aborting.  By running xauth manually I don't have this problem, so it
seems something in startx broke.  See typescript log below.

Thanks,
--Joe


Script started on Tue 15 May 2007 11:20:48 PM EDT
[EMAIL PROTECTED]:~$ sh -x startx
+ userclientrc=/home/joe/.xinitrc
+ sysclientrc=/etc/X11/xinit/xinitrc
+ userserverrc=/home/joe/.xserverrc
+ sysserverrc=/etc/X11/xinit/xserverrc
+ defaultclient=xterm
+ defaultserver=/usr/bin/X
+ defaultclientargs=
+ defaultserverargs=
+ clientargs=
+ serverargs=
+ '[' -f /home/joe/.xinitrc ']'
+ '[' -f /etc/X11/xinit/xinitrc ']'
+ defaultclientargs=/etc/X11/xinit/xinitrc
+ '[' -f /home/joe/.xserverrc ']'
+ '[' -f /etc/X11/xinit/xserverrc ']'
+ defaultserverargs=/etc/X11/xinit/xserverrc
+ whoseargs=client
+ '[' x '!=' x ']'
+ '[' x = x ']'
+ '[' x = x ']'
+ client=/etc/X11/xinit/xinitrc
+ '[' x = x ']'
+ '[' x = x -a x = x ']'
+ server=/etc/X11/xinit/xserverrc
+ '[' x = x ']'
+ XAUTHORITY=/home/joe/.Xauthority
+ export XAUTHORITY
+ removelist=
+ hostname --version
++ hostname --version
++ grep GNU
+ '[' -z '' ']'
++ hostname -f
+ hostname=yakko.nahmias.net
+ '[' -z yakko.nahmias.net ']'
+ authdisplay=:0
++ /usr/bin/mcookie
+ mcookie=82f7f617a4e7ad9525726b0838ca5b2b
+ dummy=0
+ xserverauthfile=/home/joe/.serverauth.3487
+ xauth -q -f /home/joe/.serverauth.3487
xauth:  creating new authority file /home/joe/.serverauth.3487
+ serverargs=' -auth /home/joe/.serverauth.3487'
+ for displayname in '$authdisplay' '$hostname$authdisplay'
++ xauth list :0
++ sed -n 's/.*:0[[:space:]*].*[[:space:]*]//p'
+ authcookie=f9373a1afc279f27b359108fabc1a310
+ '[' zf9373a1afc279f27b359108fabc1a310 = z ']'
+ dummy=1
+ xauth -q -f /home/joe/.serverauth.3487
+ for displayname in '$authdisplay' '$hostname$authdisplay'
++ xauth list yakko.nahmias.net:0
++ sed -n 's/.*yakko.nahmias.net:0[[:space:]*].*[[:space:]*]//p'
+ authcookie=f9373a1afc279f27b359108fabc1a310
+ '[' zf9373a1afc279f27b359108fabc1a310 = z ']'
+ dummy=2
+ xauth -q -f /home/joe/.serverauth.3487
+ xinit /etc/X11/xinit/xinitrc -- /etc/X11/xinit/xserverrc -auth 
/home/joe/.serverauth.3487
X: user not authorized to run the X server, aborting.
xinit:  Server error.
+ '[' x '!=' x ']'
+ '[' x/home/joe/.serverauth.3487 '!=' x ']'
+ rm -f /home/joe/.serverauth.3487
+ command -v deallocvt
+ deallocvt
Couldnt get a file descriptor referring to the console
[EMAIL PROTECTED]:~$ echo `mcookie`
f3a33da63beac7ffcd2df51c3c5570d3
[EMAIL PROTECTED]:~$ xauth add :0 . f3a33da63beac7ffcd2df51c3c5570d3
[EMAIL PROTECTED]:~$ xauth add yakko.nahmias.net:0 .
f3a33da63beac7ffcd2df51c3c5570d3
[EMAIL PROTECTED]:~$ xauth list
yakko/unix:0  MIT-MAGIC-COOKIE-1  f3a33da63beac7ffcd2df51c3c5570d3
yakko.nahmias.net:0  MIT-MAGIC-COOKIE-1 f3a33da63beac7ffcd2df51c3c5570d3
[EMAIL PROTECTED]:~$ xinit


X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: Linux Debian
Current Operating System: Linux yakko 2.6.18-4-686 #1 SMP Wed May 9
23:03:12 UTC 2007 i686
Build Date: 09 May 2007
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
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/Xorg.0.log, Time: Tue May 15 23:30:38 2007
(==) Using config file: /etc/X11/xorg.conf
[ ... snip ... ]
[EMAIL PROTECTED]:~$ exit
Script done on Tue 15 May 2007 11:21:30 PM EDT


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

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

Versions of packages xbase-clients depends on:
ii  cpp   4:4.1.2-2  The GNU C preprocessor (cpp)
ii  libc6 2.5-7  GNU C Library: Shared libraries
ii  libfontconfig12.4.2-1.2  generic font configuration library
ii  libfreetype6  2.2.1-5FreeType 2 font engine, shared lib
ii  libfs62:1.0.0-4  X11 Font Services library
ii  libgl1-mesa-glx [libgl1]  6.5.2-4A free implementation of the OpenG
ii  libice6   1:1.0.3-2  X11 Inter-Client Exchange library
ii  libpng12-01.2.15~beta5-1 PNG library - runtime
ii  libsm62:1.0.3-1  X11 Session Management library
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxau6   1:1.0.3-2  X11 authorisation library
ii