Bug#599477: approx: $cache parameter appears to be ignored

2010-10-07 Thread Bill Gatliff
Package: approx
Version: 4.5-1
Severity: normal


I attempted to place my approx cache in /srv/approx, rather than
/var/cache/approx, by uncommenting and changing $cache in my
/etc/approx/approx.conf.  Approx appears to have ignored me,
i.e. it is still cacheing files in /var/cache/approx as before..



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

Kernel: Linux 2.6.32-trunk-iop32x
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 approx depends on:
ii  adduser 3.112add and remove users and groups
ii  bzip2   1.0.5-6  high-quality block-sorting file co
ii  curl7.21.0-1 Get a file from an HTTP, HTTPS or 
ii  debconf [debconf-2.0]   1.5.35   Debian configuration management sy
ii  libocamlnet-ocaml [libocaml 2.2.9-8  OCaml application-level Internet l
ii  libpcre-ocaml [libpcre-ocam 6.0.1-3  OCaml bindings for PCRE (runtime)
ii  libsha-ocaml [libsha-ocaml- 1.6-1+b1 SHA cryptographic hash functions f
ii  libsyslog-ocaml [libsyslog- 1.4-5+b1 syslog routines for OCaml
ii  ocaml-base-nox [ocaml-base- 3.11.2-1 Runtime system for OCaml bytecode 
ii  openbsd-inetd [inet-superse 0.20080125-6 The OpenBSD Internet Superserver
ii  update-inetd4.37 inetd configuration file updater

approx recommends no packages.

Versions of packages approx suggests:
pn  libconfig-model-approx-perl   none (no description available)

-- Configuration Files:
/etc/approx/approx.conf changed [not included]

-- debconf information excluded



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



Bug#554843: The mkdeb target isn't producing a binary-only package, though...

2010-08-20 Thread Bill Gatliff
Mike et. al:

I'm a DKMS noob but I really like the idea.  But I too need to be able
to produce binary-only packages--- and mkdeb isn't quite there.

Here is what the mkdeb output produces for the psb-kernel-source
package, which I assume is typical:

$ dpkg --contents
/var/lib/dkms/psb-kernel-source/4.41.1/deb/psb-kernel-source-dkms_4.41.1_all.deb
drwxr-xr-x root/root 0 2010-08-20 21:38 ./
drwxr-xr-x root/root 0 2010-08-20 21:38 ./usr/
drwxr-xr-x root/root 0 2010-08-20 21:38 ./usr/src/
-rw-r--r-- root/root   1145212 2010-08-20 21:38
./usr/src/psb-kernel-source-4.41.1.dkms.tar.gz

What I'm really looking for is a package that contains only the
modules themselves, pre-built for a specific kernel.  So instead of
the above, I want to see a content list like:

$ dpkg -L a1rvc-video-modules-2.6.28.10-a1rvc
/.
/usr
/usr/sbin
/usr/bin
/usr/share
/usr/share/doc
/usr/share/doc/a1rvc-video-modules-2.6.28.10-a1rvc
/usr/share/doc/a1rvc-video-modules-2.6.28.10-a1rvc/changelog.gz
/usr/share/doc/a1rvc-video-modules-2.6.28.10-a1rvc/copyright
/lib
/lib/modules
/lib/modules/2.6.28.10-a1rvc
/lib/modules/2.6.28.10-a1rvc/misc
/lib/modules/2.6.28.10-a1rvc/misc/a1rvc_video.ko
/lib/modules/2.6.28.10-a1rvc/misc/app_interface.ko

b.g.



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



Bug#554843: Hmm... I take that back :)

2010-08-20 Thread Bill Gatliff
Guys:


Seems I'm confused...  Well, I *am* confused, I'm just not sure where
the confusion is coming from...  :)

I took a look at the psb-kernel-source-4.41.1.dkms.tar.gz file, and it
looks like this:

$ dpkg --extract
/var/lib/dkms/psb-kernel-source/4.41.1/deb/psb-kernel-source-dkms_4.41.1_all.deb
.
$ cd usr/src
$ tar xzvf psb-kernel-source-4.41.1.dkms.tar.gz
./dkms_main_tree/
./dkms_main_tree/dkms_dbversion
./dkms_main_tree/2.6.28.10-a1rvc/
./dkms_main_tree/2.6.28.10-a1rvc/i686/
./dkms_main_tree/2.6.28.10-a1rvc/i686/module/
./dkms_main_tree/2.6.28.10-a1rvc/i686/module/drm.ko
./dkms_main_tree/2.6.28.10-a1rvc/i686/module/psb.ko
./dkms_main_tree/2.6.28.10-a1rvc/i686/log/
./dkms_main_tree/2.6.28.10-a1rvc/i686/log/make.log
...

So the package file *does* indeed contain prebuilt, kernel-specific
modules as I had hoped.  Of course, it also contains a big pile of
source code that I don't need, but it looks like --binaries-only
command line option to dkms will fix that.

Unfortunately, when I do:

$ sudo dkms -m psb-kernel-source -v 4.41.1 -k `uname -r`
--binaries-only mkdeb mkdsc
$ sudo dpkg --install
/var/lib/dkms/psb-kernel-source/4.41.1/deb/psb-kernel-source-dkms_4.41.1_all.deb

(Reading database ... 65369 files and directories currently installed.)
Preparing to replace psb-kernel-source-dkms 4.41.1 (using
.../psb-kernel-source-dkms_4.41.1_all.deb) ...
Unpacking replacement psb-kernel-source-dkms ...
Setting up psb-kernel-source-dkms (4.41.1) ...
Removing old psb-kernel-source-4.41.1 DKMS files...
Loading new psb-kernel-source-4.41.1 DKMS files...

Error! Tarball is a DKMS binaries-only archive, but your DKMS tree
does not have the source installed for psb-kernel-source-4.41.1.
To load a DKMS binaries-only archive, you must already have the module
source in your DKMS tree.

This can be overridden by using --force, but this is not recommended since
it will eliminate your ability to actually build for this module.
dpkg: error processing psb-kernel-source-dkms (--install):
 subprocess post-installation script returned error exit status 6
Errors were encountered while processing:
 psb-kernel-source-dkms



If I already have the pre-built binaries, why do I need the sources
for them?  The target machine has no need for the source code.  Oh,
and I don't know which --force I should be using...


b.g.
-- 
Bill Gatliff
b...@billgatliff.com



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



Bug#569576: Any progress on this?

2010-04-20 Thread Bill Gatliff
I too am affected by this bug.  Thanks!

-- 
Bill Gatliff
b...@billgatliff.com




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



Bug#575086: KeyError: 'root'

2010-03-23 Thread Bill Gatliff
Package: gcalcli
Version: 1.4-2
Severity: important


Did not see the following error until I added a second calendar
to my Google Apps account:

$ gcalcli --user b...@billgat[redacted] --pw [redacted] list
Traceback (most recent call last):
  File /usr/bin/gcalcli, line 1114, in module
DoItHippieMonster()
  File /usr/bin/gcalcli, line 1025, in DoItHippieMonster
borderColor=borderColor)
  File /usr/bin/gcalcli, line 312, in __init__
self.allCals.entry.sort(lambda x, y:
  File /usr/bin/gcalcli, line 313, in lambda
cmp(order[x.access_level.value],
KeyError: 'root'

I have no .gcalclirc file.  This post suggests a workaround:

http://code.google.com/p/gcalcli/issues/detail?id=16



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

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

Versions of packages gcalcli depends on:
ii  python2.5.4-9An interactive high-level object-o
ii  python-dateutil   1.4.1-3powerful extensions to the standar
ii  python-gdata  2.0.8-1Google Data Python client library

Versions of packages gcalcli recommends:
ii  gxmessage 2.12.4-1   an xmessage clone based on GTK+

gcalcli suggests no packages.

-- no debconf information



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



Bug#575086: KeyError: 'root'

2010-03-23 Thread Bill Gatliff

 I have no .gcalclirc file.  This post suggests a workaround:

 http://code.google.com/p/gcalcli/issues/detail?id=16
   

When I apply this workaround, my output becomes:

$ gcalcli --user b...@billgat[redacted] --pw [redacted] list

 Access  Title
 --  -
  owner  b...@billgatliff.com
   root  worklog-semc
   root  worklogs-generic



b.g.

-- 
Bill Gatliff
b...@billgatliff.com





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



Bug#575086: KeyError: 'root'

2010-03-23 Thread Bill Gatliff
Yaroslav Halchenko wrote:
 what are those 'root' ones? I have no such ones in my calendar, so can't
 figure out what should be logical order -- before owner, or after
 everything (to correctly address this issue)?
   

No idea.  They are private calendars I created using the web interface.

They seem roughly equivalent to owner to me, in terms of the access
level.  I don't understand why Google Apps called them root instead of
owner, but then again I'm not a Google Apps power-user so my lack of
understanding is, well, understandable.  :)

But that won't stop me offering an opinion!  I say put them after
owner, only because I know what owner means and don't know what
root means.


Thanks very much,


b.g.

-- 
Bill Gatliff
b...@billgatliff.com





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



Bug#575086: KeyError: 'root'

2010-03-23 Thread Bill Gatliff
Yaroslav Halchenko wrote:
 ok -- could you give a try to tentative fix: 
 http://git.onerussian.com/?p=deb/gcalcli.git;a=shortlog;h=refs/heads/_tent/rootissue

 actually I am simply attaching fixed gcalci for you to try
   

That fixes it.  Thanks very much!

To help avoid future issues, is it possible to just assign the order of
(self.ACCESS_NONE + 1) for unrecognized access levels?


b.g.

-- 
Bill Gatliff
b...@billgatliff.com





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



Bug#575086: KeyError: 'root'

2010-03-23 Thread Bill Gatliff
Yaroslav Halchenko wrote:
 On Tue, 23 Mar 2010, Bill Gatliff wrote:

   
 To help avoid future issues, is it possible to just assign the order of
 (self.ACCESS_NONE + 1) for unrecognized access levels?
 
 sorry dont get it

 it already has
 self.ACCESS_NONE: 6

 so it would be sorted last
   

Right.  You have it so that any calendar with an access level of none
gets sorted last.  I'm suggesting that you add new functionality so that
if the access level term is unrecognized by gcalcli, then it gets sorted
after that.

Right now, you recognize the terms all, default, none, owner,
root, etc. and crash if the access level isn't one of the recognized
terms.  I'm suggesting that instead of crashing, make the code such that
if the access level term isn't in the list of recognized terms, then you
just treat it as the lowest-priority search level and then not crash.


b.g.

-- 
Bill Gatliff
b...@billgatliff.com





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



Bug#575086: KeyError: 'root'

2010-03-23 Thread Bill Gatliff
Yaroslav Halchenko wrote:
 I see now.
 indeed a viable suggestion for the sake of minimizing my work ;-)
 although I dislike intrusive patches while maintaining, since upstream
 is NA -- please try attached version (pushed as well)
   

Seems to work!  I tested it by changing ACCESS_ROOT to rewt--- and it
still handled my calendars just fine.  Thanks very much!!


b.g.

-- 
Bill Gatliff
b...@billgatliff.com




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



Bug#575149: gcalcli: Cannot add entries to non-default calendars

2010-03-23 Thread Bill Gatliff
Package: gcalcli
Version: 1.4-2
Severity: important


Cannot seem to add calendar entries to anything but the default calendar.

The 'quick' command explicitly mentions the default calendar, but the --cal=
parameter makes it possible to specify non-default calendars, presumably
for activities other than adding entries.

Suggest that the 'quick' command assume the default calendar only if --cal=
isn't specified on the command line; use the specified calendar otherwise.

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

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

Versions of packages gcalcli depends on:
ii  python2.5.4-9An interactive high-level object-o
ii  python-dateutil   1.4.1-3powerful extensions to the standar
ii  python-gdata  2.0.8-1Google Data Python client library

Versions of packages gcalcli recommends:
ii  gxmessage 2.12.4-1   an xmessage clone based on GTK+

gcalcli suggests no packages.

-- no debconf information



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



Bug#575149: gcalcli: Cannot add entries to non-default calendars

2010-03-23 Thread Bill Gatliff
Yaroslav Halchenko wrote:
 severity 575149 normal
 thanks

 this one seems to be more appropriate

 6 normal  a bug that does not undermine the usability of the whole 
 package; for example, a problem with a particular option or menu item.

 or could actually be a wishlist since it seems to be a documented
 behavior.

 upstream seems to be NA -- so contributions are welcome
   

Feel free to change the priority.  After researching the problem a bit
more, I think I agree that 'normal' is best.  It's a pretty key feature,
though, so I don't want to call it 'wishlist'.

Pity I don't know the first thing about programming in Python.  I'll ask
around.  :)


b.g.

-- 
Bill Gatliff
b...@billgatliff.com




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



Bug#561043: Bug#561046: ITP: gcc-arm -- The GNU C Compiler (cross-compiler for ARM targets)

2009-12-14 Thread Bill Gatliff
Nicolas Dandrimont wrote:
 I already had a look at the Emdebian documentation, but as it focused
 on either porting Debian or cross-compiling specifically for Linux
 targets, I went ahead and filed those ITPs for the main debian
 archive. I was comforted by the presence of the avr toolchain in main.

 Indeed, if you think emdebian is the right place for those packages,
 I'll be happy to maintain them under its umbrella.
   

I don't think that emdebian is the right direction for your package,
although there are certainly many parallels to what they are trying to
do.  The approach used by the AVR toolchain is more seems more appropriate.

What are your plans for a runtime library?  Newlib might be a good
choice, since there are already source and HC11 packages.  I haven't
looked at the details of the avr-libc package to see what they are doing.

Finally, you might should specify whether you are binutils-armel or
binutils-armeb instead of the more generic binutils-arm, since the
latter architecture was deprecated for Debian.


b.g.

-- 
Bill Gatliff
b...@billgatliff.com




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



Bug#561046: ITP: gcc-arm -- The GNU C Compiler (cross-compiler for ARM targets)

2009-12-14 Thread Bill Gatliff
hector.o...@gmail.com wrote:

 How 'arm-none-eabi' differ from 'arm-linux-gnueabi' besides C library?
 Can 'arm-linux-gnueabi' be used in most 'arm-none-eabi' use cases?

It is technically possible to use an arm-linux toolchain where one would
normally use an arm-none toolchain.  But there are subtle differences
between the two at the library interface level, I have found that the
*-linux toolchain tends to depend on library functions that bare-metal
systems often don't have.

It's also a matter of clarity for developers.  Why would I want a
*-linux toolchain, I'm not building for a Linux target.


 Emdebian is a group of people. This group tries to dignify Debian to
 be used for embedded targets (not fork, nor port). There are many
 tools (scratchbox, qemu, cross toolchains, apt-cross, dpkg-cross,
 emdebian-{tools, rootfs, grip, *}) emdebian people is working on.

Yes, and they are all fabulous.  Particularly if you are trying to
manage Debian in cross-platform environments.  But they aren't
particularly optimal for what the OP is trying to accomplish, which is
to produce a toolchain that can be used as a starting point for a
bare-metal application.

 Currently, avr, mingw32 and z80 tools (maybe some others) are in the
 main archive, but those were uploaded without any coherence in mind
 (afaict) and these tools might need to be adapted to newer layouts
 (see multiarch[1][2] or upstream sysroot -which depends on modifying
 dpkg-cross-) or removed from the archive.
 We also should *keep in mind not to polute Debian main with a bunch of
 crossgcc-tools* for each individual case (which could grow up to
 hundreds different configurations) but to have a distribution
 crosstoolchain (built in most cases and when possible with Debian
 defaults)

I like the idea of having cross toolchain packages that are sociable
with the Debian system.  However, that really isn't a consideration for
a binutils-arm-none toolchain: its work products are by definition not
compatible with Debian--- or even Linux.  So the concerns for this
situation come down to making sure that his packaging approach is
consistent with other Debian packages for non-Debian toolchains, AFAICT.


b.g.

-- 
Bill Gatliff
b...@billgatliff.com




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



Bug#495382: [xserver-xorg-video-nv] I get this all the time, but usually just a black screen that requires a reboot...

2008-11-17 Thread Bill Gatliff
Package: xserver-xorg-video-nv
Version: 1:2.1.10-1

--- Please enter the report below this line. ---

I can verify this bug.  When I exit KDE (which I don't do very often),
I almost always get a black screen.  A ctrl-alt-del usually restarts
the machine and everything comes back ok, but other times I have to
ssh in and do a shutdown -r.

I don't recall seeing a hard machine hang.


--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.26-1-amd64

Debian Release: lenny/sid
  500 unstablewww.emdebian.org
  500 unstablegulus.usherbrooke.ca
  500 unstableftp.uwsg.indiana.edu
  500 unstablebuildd.emdebian.org

--- Package information. ---
Depends(Version) | Installed
-+-===
libc6 (= 2.7-1) | 2.7-16
xserver-xorg-core (= 2:1.4) | 2:1.4.2-9


-8---8---8---8---8---8---8---8---8--
Please attach the file:
  /tmp/reportbug-ng-xserver-xorg-video-nv-DE2F28.txt
to the mail. I'd do it myself if the output wasn't too long to handle.

  Thank you!
-8---8---8---8---8---8---8---8---8--
-- 
Bill Gatliff
[EMAIL PROTECTED]
--- Output from package bug script ---
kbuildsycoca running...
Reusing existing ksycoca
sh: HOME: command not found
Invalid entry (missing '=') at /tmp/kde-root/kconf_updaterDWKYa.tmp:1
Contents of /var/lib/x11/X.roster:
xserver-xorg

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 2008-02-20 09:14 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1901104 2008-11-15 13:08 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
02:00.0 VGA compatible controller: nVidia Corporation GeForce 8600 GT (rev a1)

/etc/X11/xorg.conf does not match checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 2005 2008-02-21 07:32 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# xorg.conf (X.Org 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 xorg.conf manual page.
# (Type man xorg.conf at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section InputDevice
Identifier  Generic Keyboard
Driver  evdev
Option  evBits +1
Option  keyBits ~1-255 ~352-511
Option  Pass 3
EndSection

Section InputDevice
Identifier  Configured Mouse
Option  Name Logitech USB-PS/2 Optical Mouse
Driver  evdev
Option  evBits +1-2
Option  keyBits ~272-287
Option  relBits ~0-2 ~6 ~8
Option  Pass 3
EndSection

Section Device
Identifier  Onboard Video
Driver  nv
Option  AccelMethod EXA
Option  MigrationHeuristic greedy
BusID   PCI:0:18:0
EndSection

Section Device
Identifier  PCI-E Video
Driver  nv
Option  AccelMethod EXA
Option  MigrationHeuristic greedy
Option  Monitor-VGA1 External VGA Monitor
Option  Monitor-DVI1 External DVI Monitor
BusID   PCI:2:00:0
EndSection

Section Monitor
Identifier  External VGA Monitor
Option  PreferredMode 1280x1024
EndSection

Section Monitor
Identifier  External DVI Monitor
Option  RightOf External VGA Monitor
Option PreferredMode 1280x1024
EndSection

Section Screen
Identifier  Screen0
Device  PCI-E Video
DefaultDepth24
SubSection  Display
Depth 24
Virtual 2560 2048
EndSubSection
EndSection

Section ServerLayout
Identifier  Default Layout
Screen  Screen0
InputDevice Configured Mouse
InputDevice Generic Keyboard
#Option Xinerama on
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 49859 2008-09-10 16:21 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 49449 2008-11-17 14:24 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.2-9)
Current Operating System: Linux mercury 2.6.26-1-amd64 #1 SMP Sat Nov 8 
18:25:23 UTC 2008 x86_64
Build Date: 15 November 2008  06:52:35PM
 
Before reporting problems, check http://wiki.x.org
to make

Bug#495382: xserver-xorg-video-nv: During hangs, top says Xorg is at 100% CPU

2008-11-17 Thread Bill Gatliff
Package: xserver-xorg-video-nv
Version: 1:2.1.10-1
Followup-For: Bug #495382


Just duplicated this problem again, logged in remotely, and started top.  It 
reports that the Xorg process is running at 100% cpu.  The machine 
is otherwise functional: I'm using it to run reportbug.  :)


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

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 2008-02-20 09:14 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1901104 2008-11-15 13:08 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
02:00.0 VGA compatible controller: nVidia Corporation GeForce 8600 GT (rev a1)

/etc/X11/xorg.conf does not match checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 2005 2008-02-21 07:32 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# xorg.conf (X.Org 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 xorg.conf manual page.
# (Type man xorg.conf at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section InputDevice
Identifier  Generic Keyboard
Driver  evdev
Option  evBits +1
Option  keyBits ~1-255 ~352-511
Option  Pass 3
EndSection

Section InputDevice
Identifier  Configured Mouse
Option  Name Logitech USB-PS/2 Optical Mouse
Driver  evdev
Option  evBits +1-2
Option  keyBits ~272-287
Option  relBits ~0-2 ~6 ~8
Option  Pass 3
EndSection

Section Device
Identifier  Onboard Video
Driver  nv
Option  AccelMethod EXA
Option  MigrationHeuristic greedy
BusID   PCI:0:18:0
EndSection

Section Device
Identifier  PCI-E Video
Driver  nv
Option  AccelMethod EXA
Option  MigrationHeuristic greedy
Option  Monitor-VGA1 External VGA Monitor
Option  Monitor-DVI1 External DVI Monitor
BusID   PCI:2:00:0
EndSection

Section Monitor
Identifier  External VGA Monitor
Option  PreferredMode 1280x1024
EndSection

Section Monitor
Identifier  External DVI Monitor
Option  RightOf External VGA Monitor
Option PreferredMode 1280x1024
EndSection

Section Screen
Identifier  Screen0
Device  PCI-E Video
DefaultDepth24
SubSection  Display
Depth 24
Virtual 2560 2048
EndSubSection
EndSection

Section ServerLayout
Identifier  Default Layout
Screen  Screen0
InputDevice Configured Mouse
InputDevice Generic Keyboard
#Option Xinerama on
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 49859 2008-09-10 16:21 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 49933 2008-11-17 14:43 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.2-9)
Current Operating System: Linux mercury 2.6.26-1-amd64 #1 SMP Sat Nov 8 
18:25:23 UTC 2008 x86_64
Build Date: 15 November 2008  06:52:35PM
 
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: Mon Nov 17 13:58:18 2008
(==) Using config file: /etc/X11/xorg.conf
(==) ServerLayout Default Layout
(**) |--Screen Screen0 (0)
(**) |   |--Monitor default monitor
(**) |   |--Device PCI-E Video
(==) No monitor specified for screen Screen0.
Using a default monitor configuration.
(**) |--Input Device Configured Mouse
(**) |--Input Device Generic Keyboard
(==) Automatically adding devices
(==) Automatically enabling devices
(==) No FontPath specified.  Using compiled-in default.
(WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,

Bug#495382: xserver-xorg-video-nv: Killing -9 Xorg brings the machine back to life

2008-11-17 Thread Bill Gatliff
Package: xserver-xorg-video-nv
Version: 1:2.1.10-1
Followup-For: Bug #495382


When the machine is exhibiting the black screen, I can kill -9 the Xorg process 
and the machine then restarts KDM as expected.

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

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 2008-02-20 09:14 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1901104 2008-11-15 13:08 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
02:00.0 VGA compatible controller: nVidia Corporation GeForce 8600 GT (rev a1)

/etc/X11/xorg.conf does not match checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 2005 2008-02-21 07:32 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# xorg.conf (X.Org 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 xorg.conf manual page.
# (Type man xorg.conf at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section InputDevice
Identifier  Generic Keyboard
Driver  evdev
Option  evBits +1
Option  keyBits ~1-255 ~352-511
Option  Pass 3
EndSection

Section InputDevice
Identifier  Configured Mouse
Option  Name Logitech USB-PS/2 Optical Mouse
Driver  evdev
Option  evBits +1-2
Option  keyBits ~272-287
Option  relBits ~0-2 ~6 ~8
Option  Pass 3
EndSection

Section Device
Identifier  Onboard Video
Driver  nv
Option  AccelMethod EXA
Option  MigrationHeuristic greedy
BusID   PCI:0:18:0
EndSection

Section Device
Identifier  PCI-E Video
Driver  nv
Option  AccelMethod EXA
Option  MigrationHeuristic greedy
Option  Monitor-VGA1 External VGA Monitor
Option  Monitor-DVI1 External DVI Monitor
BusID   PCI:2:00:0
EndSection

Section Monitor
Identifier  External VGA Monitor
Option  PreferredMode 1280x1024
EndSection

Section Monitor
Identifier  External DVI Monitor
Option  RightOf External VGA Monitor
Option PreferredMode 1280x1024
EndSection

Section Screen
Identifier  Screen0
Device  PCI-E Video
DefaultDepth24
SubSection  Display
Depth 24
Virtual 2560 2048
EndSubSection
EndSection

Section ServerLayout
Identifier  Default Layout
Screen  Screen0
InputDevice Configured Mouse
InputDevice Generic Keyboard
#Option Xinerama on
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 49859 2008-09-10 16:21 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 49290 2008-11-17 14:53 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.2-9)
Current Operating System: Linux mercury 2.6.26-1-amd64 #1 SMP Sat Nov 8 
18:25:23 UTC 2008 x86_64
Build Date: 15 November 2008  06:52:35PM
 
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: Mon Nov 17 14:53:21 2008
(==) Using config file: /etc/X11/xorg.conf
(==) ServerLayout Default Layout
(**) |--Screen Screen0 (0)
(**) |   |--Monitor default monitor
(**) |   |--Device PCI-E Video
(==) No monitor specified for screen Screen0.
Using a default monitor configuration.
(**) |--Input Device Configured Mouse
(**) |--Input Device Generic Keyboard
(==) Automatically adding devices
(==) Automatically enabling devices
(==) No FontPath specified.  Using compiled-in default.
(WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,

Bug#493033: lxr-cvs: Missing getfile in LXR::Git.pm

2008-07-30 Thread Bill Gatliff
Package: lxr-cvs
Version: 0.9.5+cvs20071020-1
Severity: important


The GIT.pm module is missing the getfile method.  This prevents indexing 
of git repositories.

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

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

Versions of packages lxr-cvs depends on:
ii  apache2-mpm-worker [httpd-cg 2.2.9-6 Apache HTTP Server - high speed th
ii  exuberant-ctags  1:5.7-4 build tag file indexes of source c
ii  libfile-mmagic-perl  1.27-1  Perl module to guess file type
ii  perl [perl5] 5.10.0-11.1 Larry Wall's Practical Extraction 

Versions of packages lxr-cvs recommends:
ii  libdbd-mysql-perl 4.007-1A Perl5 database interface to the 
ii  mysql-server  5.0.51a-11 MySQL database server (metapackage
ii  mysql-server-5.0 [mysql-serve 5.0.51a-11 MySQL database server binaries

Versions of packages lxr-cvs suggests:
ii  libapache2-mod-perl2  2.0.4-1Integration of perl with the Apach
ii  swish-e   2.4.5-3Simple Web Indexing System for Hum

-- no debconf information



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



Bug#484276: nspluginwrapper: Sometimes a kill(1) of npviewer.bin helps...

2008-07-07 Thread Bill Gatliff
Package: nspluginwrapper
Version: 0.9.91.5-2
Followup-For: Bug #484276


Ditto all the above, but hopefully this additional information will be 
helpful to someone.

Sometimes when it looks like Iceweasel is hung, I can just kill(1) the 
npviewer.bin process and things get unstuck.  Maybe there's a 
deadlock in npviewer.bin, or between it and iceweasel?

Killing npviewer.bin seems to help only when the process can be 
successfully killed.  Other times, ps says the process is now defunct, and 
it stays that way until I restart Iceweasel.


b.g.

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

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

Versions of packages nspluginwrapper depends on:
ii  ia32-libs 2.5ia32 shared libraries for use on a
ii  ia32-libs-gtk 2.5GTK+ ia32 shared libraries
ii  lib32gcc1 1:4.3.1-4  GCC support library (32 bit Versio
ii  libc6 2.7-12 GNU C Library: Shared libraries
ii  libc6-i3862.7-12 GNU C Library: 32bit shared librar
ii  libglib2.0-0  2.16.4-1   The GLib library of C routines
ii  libx11-6  2:1.1.4-2  X11 client-side library
ii  libxt61:1.0.5-3  X11 toolkit intrinsics library
ii  util-linux2.13.1.1-1 Miscellaneous system utilities

nspluginwrapper recommends no packages.

-- no debconf information



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



Bug#477772: subversion: Segfaults during operation

2008-04-25 Thread Bill Gatliff
Package: subversion
Version: 1.4.6dfsg1-2
Severity: grave
Justification: renders package unusable


Regardless of the command specified, svn segfaults:

[EMAIL PROTECTED]:~$ svn ls
Segmentation fault


Gdb tells me this:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x2b5e8e00 (LWP 20742)]
0x2ab93e90 in apr_vformatter () from /usr/lib/libapr-1.so.0
(gdb) bt
#0  0x2ab93e90 in apr_vformatter () from /usr/lib/libapr-1.so.0
#1  0x2ab9dd40 in apr_pvsprintf () from /usr/lib/libapr-1.so.0
#2  0x2ab9df98 in apr_psprintf () from /usr/lib/libapr-1.so.0
#3  0xd488 in ?? ()
Cannot access memory at address 0x0


Strace ends with this (maybe be helpful, maybe not):

open(/usr/share/locale/en_US.UTF-8/LC_MESSAGES/subversion.mo, O_RDONLY) = -1 
ENOENT (No 
such file or directory)
open(/usr/share/locale/en_US.utf8/LC_MESSAGES/subversion.mo, O_RDONLY) = -1 
ENOENT (No 
such file or directory)
open(/usr/share/locale/en_US/LC_MESSAGES/subversion.mo, O_RDONLY) = -1 ENOENT 
(No such 
file or directory)
open(/usr/share/locale/en.UTF-8/LC_MESSAGES/subversion.mo, O_RDONLY) = -1 
ENOENT (No 
such file or directory)
open(/usr/share/locale/en.utf8/LC_MESSAGES/subversion.mo, O_RDONLY) = -1 
ENOENT (No such 
file or directory)
open(/usr/share/locale/en/LC_MESSAGES/subversion.mo, O_RDONLY) = -1 ENOENT 
(No such file 
or directory)
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++









-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: arm (armv5tel)

Kernel: Linux 2.6.17.8-n4100
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 subversion depends on:
ii  libapr1 1.2.12-1 The Apache Portable Runtime Librar
ii  libc6   2.7-10   GNU C Library: Shared libraries
ii  libsvn1 1.4.6dfsg1-2 Shared libraries used by Subversio

subversion recommends no packages.

-- no debconf information



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



Bug#467520: Missing the .htaccess file

2008-03-27 Thread Bill Gatliff

Guys:


Creating/adding this file seems to fix the problem, assuming you've also 
added AllowOverride All in your apache2's conf.d/lxr file:


# cat /usr/lib/cgi-bin/lxr/.htaccess
Options Indexes +ExecCGI FollowSymlinks

order deny,allow

Files lxr.conf
deny from all
/Files

Files lib
deny from all
/Files

Files ~ (find|search|source|ident|diff|cgi-bin)$
  SetHandler cgi-script
  #PerlHandler Apache::Registry
  #PerlSetEnv PERL5LIB lib
/Files




--
Bill Gatliff
[EMAIL PROTECTED]



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



Bug#467624: Segfault on stereo-to-mono conversion

2008-02-26 Thread Bill Gatliff

Package: audacity
Version: 1.3.4-1.1
Severity: important

--- Please enter the report below this line. ---

Audacity segfaults after trying to play or export a stereo, 44100 Hz 
floating-point WAV file that has been converted to mono using 
Tracks|Stereo to Mono.  The stereo WAV file was captured by Audacity.


Here is a backtrace:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x2b646d181030 (LWP 8133)]
0x00504a5c in ?? ()
(gdb) bt
#0  0x00504a5c in ?? ()
#1  0x005e2205 in ?? ()
#2  0x005e2371 in ?? ()
#3  0x005e2402 in ?? ()
#4  0x2b646799b7fd in wxEvtHandler::ProcessEventIfMatches () from 
/usr/lib/libwx_baseu-2.6.so.0
#5  0x2b646799b9bc in wxEventHashTable::HandleEvent () from 
/usr/lib/libwx_baseu-2.6.so.0
#6  0x2b646799bafd in wxEvtHandler::ProcessEvent () from 
/usr/lib/libwx_baseu-2.6.so.0
#7  0x2b6467187416 in wxWindowBase::TryParent () from 
/usr/lib/libwx_gtk2u_core-2.6.so.0
#8  0x2b646799bab0 in wxEvtHandler::ProcessEvent () from 
/usr/lib/libwx_baseu-2.6.so.0

#9  0x005f8542 in ?? ()
#10 0x005f88a6 in ?? ()
#11 0x2b646799b7fd in wxEvtHandler::ProcessEventIfMatches () from 
/usr/lib/libwx_baseu-2.6.so.0
#12 0x2b646799b9bc in wxEventHashTable::HandleEvent () from 
/usr/lib/libwx_baseu-2.6.so.0
#13 0x2b646799bafd in wxEvtHandler::ProcessEvent () from 
/usr/lib/libwx_baseu-2.6.so.0

#14 0x2b64670a950a in ?? () from /usr/lib/libwx_gtk2u_core-2.6.so.0
#15 0x2b646936543f in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#16 0x2b64697e0a1f in g_closure_invoke () from 
/usr/lib/libgobject-2.0.so.0

#17 0x2b64697f46e8 in ?? () from /usr/lib/libgobject-2.0.so.0
#18 0x2b64697f5e6f in g_signal_emit_valist () from 
/usr/lib/libgobject-2.0.so.0

#19 0x2b64697f6533 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#20 0x2b646946c805 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#21 0x2b646935e752 in gtk_propagate_event () from 
/usr/lib/libgtk-x11-2.0.so.0
#22 0x2b646935f6f5 in gtk_main_do_event () from 
/usr/lib/libgtk-x11-2.0.so.0

#23 0x2b6469f2622c in ?? () from /usr/lib/libgdk-x11-2.0.so.0
#24 0x2b6469a47eb4 in g_main_context_dispatch () from 
/usr/lib/libglib-2.0.so.0

#25 0x2b6469a4b19d in ?? () from /usr/lib/libglib-2.0.so.0
#26 0x2b6469a4b497 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#27 0x2b646935fac3 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#28 0x2b64670954e1 in wxEventLoop::Run () from 
/usr/lib/libwx_gtk2u_core-2.6.so.0
#29 0x2b646711cc2b in wxAppBase::MainLoop () from 
/usr/lib/libwx_gtk2u_core-2.6.so.0

#30 0x2b646794aeec in wxEntry () from /usr/lib/libwx_baseu-2.6.so.0
#31 0x00441562 in ?? ()
#32 0x2b6468cec1c4 in __libc_start_main () from /lib/libc.so.6
#33 0x00438fc9 in ?? ()
#34 0x7fff45cf9128 in ?? ()
#35 0x in ?? ()



--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.24-1-amd64

Debian Release: lenny/sid
  500 unstablegulus.usherbrooke.ca
  500 unstableftp.uwsg.indiana.edu

--- Package information. ---
Depends  (Version) | Installed
==-+-
libasound2 ( 1.0.14) | 1.0.15-3
libc6   (= 2.7-1) | 2.7-8
libexpat1  (= 1.95.8) | 1.95.8-4
libflac++6 | 1.2.1-1.1
libflac8   | 1.2.1-1.1
libgcc1(= 1:4.1.1-21) | 1:4.3-20080219-1
libglib2.0-0   (= 2.12.0) | 2.14.6-1
libgtk2.0-0(= 2.12.0) | 2.12.8-1
libid3tag0(= 0.15.1b) | 0.15.1b-10
libjack0  (= 0.103.0) | 0.109.2-1
libmad0   (= 0.15.1b) | 0.15.1b-2.1
libogg0(= 1.0rc3) | 1.1.3-3
libsndfile1| 1.0.17-4
libstdc++6(= 4.2.1-4) | 4.3-20080219-1
libvorbis0a (= 1.1.2) | 1.2.0.dfsg-3
libvorbisenc2   (= 1.1.2) | 1.2.0.dfsg-3
libvorbisfile3  (= 1.1.2) | 1.2.0.dfsg-3
libwxbase2.6-0  (= 2.6.3.2.2) | 2.6.3.2.2-2
libwxgtk2.6-0   (= 2.6.3.2.2) | 2.6.3.2.2-2


--
Bill Gatliff
[EMAIL PROTECTED]



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



Bug#467520: Apache2 doesn't run source CGI script

2008-02-25 Thread Bill Gatliff

Package: lxr-cvs
Version: 0.9.4.0.20071020-1
Severity: grave

--- Please enter the report below this line. ---

After following the instructions for installing and configuring lxr-cvs, 
browsing to the lxr/source URL returns the contents of the source 
script, and not its output.  Installed package is therefore nonfunctional.


--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.24-1-amd64

Debian Release: lenny/sid
  500 unstablegulus.usherbrooke.ca
  500 unstableftp.uwsg.indiana.edu

--- Package information. ---
Depends (Version) | Installed
=-+-==
apache2   | 2.2.8-1
 OR apache-ssl|
 OR apache-perl   |
 OR apache|
 OR httpd-cgi |
exuberant-ctags   | 1:5.7-2
perl5 |
libfile-mmagic-perl   | 1.27-1
perl(= 5.6.0-16) | 5.8.8-12


--
Bill Gatliff
[EMAIL PROTECTED]



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



Bug#463606: Test results on Geode

2008-02-15 Thread Bill Gatliff

Graham wrote:

Thanks for the report, Bill.

Based on the CPUID [1] and core speed [2], I am guessing that this is
a Geode LX 800; can you confirm this?
  


Correct.  The board is an Advantech PCM3353:

http://www.advantech.com/applied/products/PCM-3353.pdf


Have you tried running the long NOP test app, posted at bug 464962?
  


Nope.  I'll try to get to that.


b.g.

--
Bill Gatliff
[EMAIL PROTECTED]





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



Bug#463606: Test results on Geode

2008-02-14 Thread Bill Gatliff

Guys:


Seeing similar problems here too, with 2.6.24-686.  2.6.23-686 worked 
fine.  My details:


# cat /proc/cpuinfo
processor   : 0
vendor_id   : AuthenticAMD
cpu family  : 5
model   : 10
model name  : Geode(TM) Integrated Processor by AMD PCS
stepping: 2
cpu MHz : 499.904
cache size  : 128 KB
fdiv_bug: no
hlt_bug : no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 1
wp  : yes
flags   : fpu de pse tsc msr cx8 sep pge cmov clflush mmx mmxext 
3dnowext 3dnow up

bogomips: 1001.54
clflush size: 32

(Yes, I know this machine isn't _technically_ a 686!).

linux-image-2.6.24-1-486 seems to run fine.


b.g.

--
Bill Gatliff
[EMAIL PROTECTED]




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



Bug#422430: Information from a modified fbdev_modes_equal

2008-02-13 Thread Bill Gatliff

Guys:


I googled around and found this bug report after getting hit with the 
FBIOPUT_VSCREENINFO succeeded but modified mode error.  Curious, I 
modified my fbdev_modes_equal() as follows:


static Bool
fbdev_modes_equal(struct fb_var_screeninfo *set, struct 
fb_var_screeninfo *req)

{
 xf86DrvMsg(-1, X_WARNING,
xres_virtual %d %d\n
yres_virtual %d %d\n
bits_per_pixel %d %d\n
red.length %d %d\n
green.length %d %d\n
blue.length %d %d\n
xres %d %d\n
yres %d %d\n
pixclock %d %d\n
right_margin %d %d\n
hsync_len %d %d\n
left_margin %d %d\n
lower_margin %d %d\n
vsync_len %d %d\n
upper_margin %d %d\n
sync %d %d\n
vmode %d %d\n,
set-xres_virtual, req-xres_virtual,
set-yres_virtual, req-yres_virtual,
set-bits_per_pixel, req-bits_per_pixel,
set-red.length, req-red.length,
set-green.length, req-green.length,
set-blue.length, req-blue.length,
set-xres, req-xres, set-yres, req-yres,
set-pixclock, req-pixclock,
set-right_margin, req-right_margin,
set-hsync_len, req-hsync_len,
set-left_margin, req-left_margin,
set-lower_margin, req-lower_margin,
set-vsync_len, req-vsync_len,
set-upper_margin, req-upper_margin,
set-sync, req-sync, set-vmode, req-vmode);

 return 1;
}


... and rebuilt the xorg-server-1.4.1~git20080131 package.  My target is 
an IMX27ADS (arm) board, running sid.  A day later :), the output:


xres_virtual 240 240
yres_virtual 320 320
bits_per_pixel 16 16
red.length 5 5
green.length 6 6
blue.length 5 5
xres 240 240
yres 320 320
pixclock 185942 185942
right_margin 16 16
hsync_len 1 1
left_margin 9 9
lower_margin 9 9
vsync_len 1 1
upper_margin 7 7
sync 2013265921 1
vmode 0 0



So on my platform, the difference is in the sync value.  Not quite sure 
what that value is, and still tracking down whether the fb driver in the 
kernel is supposed to be setting it or not.  Or whether the logic in 
fbdev_modes_equal() should be looking at it at all.



b.g.

--
Bill Gatliff
[EMAIL PROTECTED]




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



Bug#462677: dpkg fails to install on arm

2008-02-12 Thread Bill Gatliff
I'm running oabi on an i.MX27.  I see errors with rm when my kernel 
kernel is built with EABI+OABI.  If I build without EABI,  things 
function normally.  linux-2.6.22.6-mx kernel (from ltib).


Haven't tested with an armel runtime to see if the problem is specific 
to EABI or EABI+OABI.



b.g.

--
Bill Gatliff
[EMAIL PROTECTED]




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



Bug#459253: Seeing it here too...

2008-01-05 Thread Bill Gatliff
Seeing the exact same problem here as well.  Appeared when I did a 
dist-upgrade a day or two ago.


icedove 2.0.0.9-2.  I don't recall what the previous version was, but I 
do sid dist-updates about twice a month.  So it seems like this is a 
recent regression.


b.g.

--
Bill Gatliff
[EMAIL PROTECTED]




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



Bug#411060: lxr-cvs: Install instructions don't result in a working apache2 setup

2007-02-26 Thread Bill Gatliff

Cate:



Sorry. I was using the wrong version

use in /etc/apache2/conf.d/lxr
ScriptAlias /lxr /usr/lib/cgi-bin/lxr

It seems that newer version of apache2 works only with
ScriptAlias.
  


Yea, I found that too, late last night.  :)

Now I'm back to the problems with mysql syntax:

*** /arch/ia64/kernel/smpboot.c linux-2.6.12-csb637
--- /arch/ia64/kernel/smpboot.c linux-2.6.12-csb637 1172463425-21998
DBD::mysql::st execute failed: You have an error in your SQL syntax; 
check the manual that corresponds to your MySQL server version for the 
right syntax to use near 'release = 'linux-2.6.12-csb637'' at line 1 at 
/usr/share/perl5/LXR/Index/Mysql.pm line 209.
DBD::mysql::st execute failed: You have an error in your SQL syntax; 
check the manual that corresponds to your MySQL server version for the 
right syntax to use near 'release) values ('5297', 
'linux-2.6.12-csb637')' at line 1 at /usr/share/perl5/LXR/Index/Mysql.pm 
line 213.

--- /arch/ia64/kernel/smpboot.c 5297
*** /arch/ia64/kernel/sys_ia64.c linux-2.6.12-csb637
--- /arch/ia64/kernel/sys_ia64.c linux-2.6.12-csb637 1172463425-6871
DBD::mysql::st execute failed: You have an error in your SQL syntax; 
check the manual that corresponds to your MySQL server version for the 
right syntax to use near 'release = 'linux-2.6.12-csb637'' at line 1 at 
/usr/share/perl5/LXR/Index/Mysql.pm line 209.
DBD::mysql::st execute failed: You have an error in your SQL syntax; 
check the manual that corresponds to your MySQL server version for the 
right syntax to use near 'release) values ('5298', 
'linux-2.6.12-csb637')' at line 1 at /usr/share/perl5/LXR/Index/Mysql.pm 
line 213.




b.g.

--
Bill Gatliff
[EMAIL PROTECTED]



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



Bug#411060: lxr-cvs: Install instructions don't result in a working apache2 setup

2007-02-25 Thread Bill Gatliff

Giacomo:




Now I don't have access to the sources and the documentation, but
you doesn't installed the libapache-perl, so you should use
ScriptAlias instead of Alias.
But I'm not sure.

Tomorrow or next week I will check better and release
a correct version.

ciao
cate




Had a chance to look at this?


b.g.

--
Bill Gatliff
[EMAIL PROTECTED]



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



Bug#355517: lxr-cvs: Quoting release doesn't seem to make MySQL happy

2007-02-15 Thread Bill Gatliff
Package: lxr-cvs
Version: 0.9.4.0.20061001-2
Followup-For: Bug #355517



Clean install of lxr-cvs, followed instructions in 
/usr/share/doc/lxr-cvs/README.Debian.
Clean install of swish-e (which I've never used before, I don't know if the 
missing
swish-e.conf file is a problem).

My /usr/src directory contains only a versions file and foo-project/, which 
contains just
a hello, world! main.c:

# genxref --url=http://localhost/lxr --allversions
err: Couldn't open the configuration file 'swish-e.conf': No such file or 
directory
.
 / foo-project
 /main.c foo-project
*** / foo-project
*** /main.c foo-project
--- /main.c foo-project 1171556521-78
DBD::mysql::st execute failed: You have an error in your SQL syntax; check the 
manual that
corresponds to your MySQL server version for the right syntax to use near 
'release = 'foo-project''
at line 1 at /usr/share/perl5/LXR/Index/Mysql.pm line 209.
DBD::mysql::st execute failed: You have an error in your SQL syntax; check the 
manual that
corresponds to your MySQL server version for the right syntax to use near 
'release) values
('4250', 'foo-project')' at line 1 at /usr/share/perl5/LXR/Index/Mysql.pm line 
213.
/main.c was already indexed
### / foo-project
### /main.c foo-project
--- /main.c foo-project 1171556521-78
/main.c was already referenced



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

Versions of packages lxr-cvs depends on:
ii  apache2   2.2.3-3.2  Next generation, scalable, extenda
ii  apache2-mpm-prefork [httpd-cg 2.2.3-3.2  Traditional model for Apache HTTPD
ii  exuberant-ctags   1:5.6-1build tag file indexes of source c
ii  libfile-mmagic-perl   1.27-1 Perl module to guess file type
ii  perl [perl5]  5.8.8-7Larry Wall's Practical Extraction 

Versions of packages lxr-cvs recommends:
ii  libdbd-mysql-perl 3.0008-1   A Perl5 database interface to the 
ii  mysql-server  5.0.32-3   mysql database server (meta packag
ii  mysql-server-5.0 [mysql-serve 5.0.32-3   mysql database server binaries

-- no debconf information


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



Bug#411060: lxr-cvs: Install instructions don't result in a working apache2 setup

2007-02-15 Thread Bill Gatliff
Package: lxr-cvs
Version: 0.9.4.0.20061001-2
Severity: important


The installation instructions are unclear as to the necessary apache2 config (I 
think).
Result is when I browse to http://localhost/lxr/source after following 
README.Debian,
I see the contents of the perl file named source rather than its output.

Prior to browsing, I did this:

# echo Alias /lxr /usr/lib/cgi-bin/lxr \
 /etc/apache2/conf.d/lxr

... which is all the README says to do.  I restarted Apache:

# invoke-rc.d apache2 restart

... and then browsed to http://localhost/lxr/source.

Apparently, something more is required.  :)


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

Versions of packages lxr-cvs depends on:
ii  apache2   2.2.3-3.2  Next generation, scalable, extenda
ii  apache2-mpm-prefork [httpd-cg 2.2.3-3.2  Traditional model for Apache HTTPD
ii  exuberant-ctags   1:5.6-1build tag file indexes of source c
ii  libfile-mmagic-perl   1.27-1 Perl module to guess file type
ii  perl [perl5]  5.8.8-7Larry Wall's Practical Extraction 

Versions of packages lxr-cvs recommends:
ii  libdbd-mysql-perl 3.0008-1   A Perl5 database interface to the 
ii  mysql-server  5.0.32-3   mysql database server (meta packag
ii  mysql-server-5.0 [mysql-serve 5.0.32-3   mysql database server binaries

-- no debconf information


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



Bug#411060: lxr-cvs: Install instructions don't result in a working apache2 setup

2007-02-15 Thread Bill Gatliff

Giacomo A. Catenazzi wrote:

Now I don't have access to the sources and the documentation, but
you doesn't installed the libapache-perl, so you should use
ScriptAlias instead of Alias.
But I'm not sure.

Tomorrow or next week I will check better and release
a correct version.


# dpkg -l | grep libapache
ii  libapache2-mod-perl2  2.0.2-2.3   
Integration of perl with the Apache2 web ser
ii  libapache2-mod-php4   4.4.4-8 
server-side, HTML-embedded scripting languag
ii  libapache2-mod-python 3.2.10-3
Apache 2 module that embeds Python within th




b.g.

--
Bill Gatliff
[EMAIL PROTECTED]



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



Bug#382351: agg_font_freetype.h: No such file or directory

2006-08-10 Thread Bill Gatliff

Package: libagg-dev
Version: 2.4-1


I get the above error when building freetype_test.cpp (from the 
Antigrain website) as follows:


$ g++ -g -I /usr/include/agg2 -I /usr/include/freetype2 \
   -o freetype_test freetype_test.cpp -lagg

(I get other errors too, which I'll submit in separate bug reports).


b.g.

--
Bill Gatliff
[EMAIL PROTECTED]



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



Bug#381585: localepurge 0.5.5 fails to install

2006-08-07 Thread Bill Gatliff

I can confirm this with etch on debian-arm, as well.


Additional insight:

# apt-get install localepurge
Reading package lists... Done
Building dependency tree... Done
Suggested packages:
 debfoster deborphan
The following NEW packages will be installed:
 localepurge
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 35.4kB of archives.
After unpacking 88.1kB of additional disk space will be used.
Get:1 http://mirrors.kernel.org etch/main localepurge 0.5.5 [35.4kB]
Fetched 35.4kB in 0s (44.8kB/s)
Preconfiguring packages ...
cat: /tmp/file7PvX7g.locale.gen: No such file or directory
localepurge failed to preconfigure, with exit status 1
Selecting previously deselected package localepurge.
(Reading database ... 7337 files and directories currently installed.)
Unpacking localepurge (from .../localepurge_0.5.5_all.deb) ...
Setting up localepurge (0.5.5) ...
cat: /tmp/fileZhZEHN.locale.gen: No such file or directory
dpkg: error processing localepurge (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
localepurge
E: Sub-process /usr/bin/dpkg returned an error code (1)

# ls /tmp/file7P*
/tmp/file7PvX7g


So there's kind of a /tmp file there, just with a slightly different name.



b.g.

--
Bill Gatliff
[EMAIL PROTECTED]



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



Bug#376427: gcc-4.0: arm-linux cross build mistakenly invokes native assembler

2006-07-02 Thread Bill Gatliff

Package: gcc-4.0
Version: 4.0.3-3
Severity: important

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

When using dpkg-cross to construct an arm-linux cross compiler,
the gcc build dies as shown below.  The error message suggests
that xgcc is invoking the native assembler when it runs as,
rather than the cross assembler.  If I manually invoke xgcc with the
cross assembler appearing first in the path (and with -v for the added
information), the compilation succeeds:

# PATH=/usr/arm-linux/bin:$PATH /arm-cross/gcc-4.0-4.0.3/build/gcc/xgcc \
-B/arm-cross/gcc-4.0-4.0.3/build/gcc/ -B/usr/arm-linux-gnu/bin/ \
-B/usr/arm-linux-gnu/lib/ -isystem /usr/arm-linux-gnu/include \
-isystem /usr/arm-linux-gnu/sys-include -O2 -DIN_GCC -DCROSS_COMPILE \
-W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes \
-Wold-style-definition  -isystem ./include  -I. -I. -I../../src/gcc \
-I../../src/gcc/. -I../../src/gcc/../include 
-I../../src/gcc/../libcpp/include \

-g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions \
-fno-zero-initialized-in-bss -fno-unit-at-a-time -Dinhibit_libc \
-c ../../src/gcc/crtstuff.c -DCRT_BEGIN  -o crtbegin.o -v
Reading specs from /arm-cross/gcc-4.0-4.0.3/build/gcc/specs
Target: arm-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++ 
--prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib 
--without-included-gettext --enable-threads=posix --enable-nls 
--with-gxx-include-dir=/usr/arm-linux-gnu/include/c++/4.0.4 
--program-suffix=-4.0 --enable-__cxa_atexit --enable-clocale=gnu 
--enable-libstdcxx-debug --enable-checking=release 
--program-prefix=arm-linux-gnu- --includedir=/usr/arm-linux-gnu/include 
--build=i486-linux-gnu --host=i486-linux-gnu --target=arm-linux-gnu

Thread model: posix
gcc version 4.0.4 20060507 (prerelease) (Debian 4.0.3-3)
/arm-cross/gcc-4.0-4.0.3/build/gcc/cc1 -quiet -v -I. -I. 
-I../../src/gcc -I../../src/gcc/. -I../../src/gcc/../include 
-I../../src/gcc/../libcpp/include -iprefix 
/arm-cross/gcc-4.0-4.0.3/build/gcc/../lib/gcc/arm-linux-gnu/4.0.4/ 
-isystem /arm-cross/gcc-4.0-4.0.3/build/gcc/include -DIN_GCC 
-DCROSS_COMPILE -Dinhibit_libc -DCRT_BEGIN -isystem 
/usr/arm-linux-gnu/include -isystem /usr/arm-linux-gnu/sys-include 
-isystem ./include ../../src/gcc/crtstuff.c -quiet -dumpbase crtstuff.c 
-auxbase-strip crtbegin.o -g0 -O2 -W -Wall -Wwrite-strings 
-Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -version 
-finhibit-size-directive -fno-inline-functions -fno-exceptions 
-fno-zero-initialized-in-bss -fno-unit-at-a-time -o /tmp/cc2sPenc.s

ignoring nonexistent directory /usr/arm-linux-gnu/sys-include
ignoring duplicate directory ./include
ignoring nonexistent directory 
/arm-cross/gcc-4.0-4.0.3/build/gcc/../lib/gcc/arm-linux-gnu/4.0.4/include
ignoring nonexistent directory 
/arm-cross/gcc-4.0-4.0.3/build/gcc/../lib/gcc/arm-linux-gnu/4.0.4/../../../../arm-linux-gnu/include

ignoring nonexistent directory /usr/lib/gcc/arm-linux-gnu/4.0.4/include
ignoring duplicate directory /usr/arm-linux-gnu/include
ignoring duplicate directory /usr/lib/gcc/../../arm-linux-gnu/include
ignoring duplicate directory .
ignoring duplicate directory ../../src/gcc/.
#include ... search starts here:
#include ... search starts here:
.
../../src/gcc
../../src/gcc/../include
../../src/gcc/../libcpp/include
/arm-cross/gcc-4.0-4.0.3/build/gcc/include
/usr/arm-linux-gnu/include
End of search list.
GNU C version 4.0.4 20060507 (prerelease) (Debian 4.0.3-3) (arm-linux-gnu)
   compiled by GNU C version 4.0.4 20060507 (prerelease) (Debian 
4.0.3-3).

GGC heuristics: --param ggc-min-expand=99 --param ggc-min-heapsize=129570
as -o crtbegin.o /tmp/cc2sPenc.s
#



The build failure:

...
   /bin/sh ../../src/gcc/mkconfig.sh tconfig.h
/arm-cross/gcc-4.0-4.0.3/build/gcc/xgcc 
-B/arm-cross/gcc-4.0-4.0.3/build/gcc/ -B/usr/arm-linux-gnu/bin/ 
-B/usr/arm-linux-gnu/lib/ -isystem /usr/arm-linux-gnu/include -isystem 
/usr/arm-linux-gnu/sys-include -O2 -DIN_GCC -DCROSS_COMPILE   -W -Wall 
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes 
-Wold-style-definition  -isystem ./include  -I. -I. -I../../src/gcc 
-I../../src/gcc/. -I../../src/gcc/../include 
-I../../src/gcc/../libcpp/include   -g0 -finhibit-size-directive 
-fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss 
-fno-unit-at-a-time  \

 -Dinhibit_libc -c ../../src/gcc/crtstuff.c -DCRT_BEGIN \
 -o crtbegin.o
/tmp/ccfmiUCp.s: Assembler messages:
/tmp/ccfmiUCp.s:36: Error: junk at end of line, first unrecognized 
character is `@'
/tmp/ccfmiUCp.s:37: Error: junk at end of line, first unrecognized 
character is `@'

/tmp/ccfmiUCp.s:38: Error: no such instruction: `stmfd sp!,{r4,r5,lr}'
/tmp/ccfmiUCp.s:39: Error: no such instruction: `ldr r5,.L13'
/tmp/ccfmiUCp.s:40: Error: no such instruction: `ldrb r3,[r5,'
/tmp/ccfmiUCp.s:41: Error: expecting operand after ','; got nothing
/tmp/ccfmiUCp.s:42: Error: no such instruction: `ldmnefd sp!,{r4,r5,pc}'

Bug#337974: i2o controller probe failed err -110

2006-01-06 Thread Bill Gatliff

Sven:

Sven Luther wrote:


On Thu, Jan 05, 2006 at 09:37:44AM -0600, Bill Gatliff wrote:
 


I noticed the BTS for the aforementioned ends with:

tags 344739 patch
tags 344767 patch

Does that mean that the grub in unstable fixes the issue?
   



No, this means someone provided a patch, which the grub maintainers could or
not use to fix the problem in an upload to unstable.

You could apply those patches to the grub package and rebuild it otoo.
 



Nothing makes my palms sweat faster than tinkering with grub...  :(


b.g.

--
Bill Gatliff
[EMAIL PROTECTED]



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



Bug#337974: i2o controller probe failed err -110

2006-01-05 Thread Bill Gatliff

Sven:

Sven Luther wrote:


On Wed, Jan 04, 2006 at 10:58:43PM -0600, Bill Gatliff wrote:
 

Oh, and BTW, this is : 


 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=344767

 



Thanks for all the great feedback!

I noticed the BTS for the aforementioned ends with:

tags 344739 patch
tags 344767 patch

Does that mean that the grub in unstable fixes the issue?


b.g.

--
Bill Gatliff
[EMAIL PROTECTED]




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



Bug#337974: i2o controller probe failed err -110

2006-01-04 Thread Bill Gatliff

Max:

maximilian attems wrote:




use initramfs-tools this shouldn't fail:
apt-get install initramfs-tools

add to /etc/kernel-img.conf
ramdisk = /usr/sbin/mkinitramfs /usr/sbin/mkinitrd

good luck ;)

 




I patched up my /etc/lvm/lvm.config and now the kernel package installs 
clean.  It won't successfully boot, however.  It hangs with:


...
Waiting for /sys/block/sdb/dev
...
/sys/block/sdb/dev seems to be down
...


The /dev/sdb device is where my root filesystem is at.  Not quite sure 
why the kernel can't find it...


Any ideas?


b.g.

--
Bill Gatliff
[EMAIL PROTECTED]



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



Bug#337974: i2o controller probe failed err -110

2006-01-04 Thread Bill Gatliff

Max:

maximilian attems wrote:


use initramfs-tools this shouldn't fail:
apt-get install initramfs-tools

add to /etc/kernel-img.conf
ramdisk = /usr/sbin/mkinitramfs /usr/sbin/mkinitrd

good luck ;)

 



One other thing.  When I try to --purge the package, I get this:

# dpkg --purge linux-image-2.6.14-2-k7
(Reading database ... 206960 files and directories currently installed.)
Removing linux-image-2.6.14-2-k7 ...
Searching for GRUB installation directory ... found: /boot/grub .
The link /vmlinuz is a damaged link
Removing symbolic link vmlinuz
Unless you used the optional flag in lilo,
you may need to re-run lilo
The link /initrd.img is a damaged link
Removing symbolic link initrd.img
Unless you used the optional flag in lilo,
you may need to re-run lilo
Purging configuration files for linux-image-2.6.14-2-k7 ...
Searching for GRUB installation directory ... found: /boot/grub .

... and it just hangs there.


b.g.

--
Bill Gatliff
[EMAIL PROTECTED]



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



Bug#344363: lxr: genxref halts on DB_File compatibility error message

2005-12-21 Thread Bill Gatliff

Subject: lxr: genxref halts on DB_File compatibility error message
Package: lxr
Version: 0.3.1-2
Severity: grave
Justification: renders package unusable

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

# .../bin/genxref 2.6.12-at91

DB_File needs compatible versions of libdb  db.h
   you have db.h version 4.3.29 and libdb version 4.3.28
   Compilation failed in require at ../bin/genxref line 31.
   BEGIN failed--compilation aborted at ../bin/genxref line 31.

# dpkg -l | grep libdb4.3
ii  libdb4.3  4.3.28-2
ii  libdb4.3-dev  4.3.28-2

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

Versions of packages lxr depends on:
ii  apache2-mpm-prefork [httpd]   2.0.55-3   traditional model for Apache2
ii  perl [perl5]  5.8.7-9Larry Wall's Practical 
Extraction


lxr recommends no packages.

-- no debconf information



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



Bug#342805: libstdc++6-0 missing symlink to libstdc++.so.6 (ARM)

2005-12-10 Thread Bill Gatliff

Package: libstdc++6-0
Version: 3.4.3-13

The libstdc++6-0 package does not install a symlink libstdc++.so.6.  
Without it, cross-built g++-3.4.x applications using shared libraries 
won't run:


# ldd ./aclock
   libqte.so.2 = /opt/QtopiaTools/qte/lib/libqte.so.2 (0x4001d000)
   libstdc++.so.6 = not found
   libm.so.6 = /lib/libm.so.6 (0x40558000)
   libgcc_s.so.1 = /lib/libgcc_s.so.1 (0x405d2000)
   libc.so.6 = /lib/libc.so.6 (0x405e2000)
   libts-0.0.so.0 = /lib/libts-0.0.so.0 (0x40707000)
   libjpeg.so.62 = /usr/lib/libjpeg.so.62 (0x40712000)
   /lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x4000)
   libdl.so.2 = /lib/libdl.so.2 (0x40737000)

Adding the symlink libstdc++.so.6 - libstdc++.so.60.0.3 in /usr/lib 
fixes it.


b.g.

--
Bill Gatliff
[EMAIL PROTECTED]



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



Bug#339494: cdebootstrap: attempts to chroot into foreign filesystem

2005-11-16 Thread Bill Gatliff

Package: cdebootstrap
Version: 0.3.8
Severity: important


# mkdir arm-glibc
# cdebootstrap --arch arm --debug --verbose sarge arm-glibc \
http://mirror.mcs.anl.gov/debian/
...
D: Execute dpkg -i --force-all /var/cache/bootstrap/dpkg_1.10.28_arm.deb in 
chroot
D: Return code: 32512
E: Couldn't install root!

This obviously won't work, since the chroot directory is a foreign
machine architecture.




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

Versions of packages cdebootstrap depends on:
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libdebian-installer-extra40.35   Library of some extra debian-insta
ii  libdebian-installer4  0.35   Library of common debian-installer
ii  wget  1.10.2-1   retrieves files from the web

cdebootstrap recommends no packages.

-- no debconf information



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



Bug#338030: yaird error: Could not read output for /sbin/lvdisplay -c (fatal)

2005-11-08 Thread Bill Gatliff

Jonas:

Jonas Smedegaard wrote:


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Mon, 07 Nov 2005 21:43:34 -0600
Bill Gatliff [EMAIL PROTECTED] wrote:

 


Alright.  I'll send a report to lvm2.
   



...or this bugreport can be reasigned. I just wanted to make sure I
didn't reassign if I somehow misunderstood.

Tell me if you've already opended another bugreport, and I'll either
close this or reassign depending on your act.
 



Nope, haven't opened another bugreport.  Wanted to figure out my lvm 
headers first.


Please reassign, and I'll follow up there if I find anything new.

Thanks!


b.g.

--
Bill Gatliff
[EMAIL PROTECTED]



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



Bug#337974: linux-image-2.6.12-1-k7: i2o controller probe failed err -110

2005-11-07 Thread Bill Gatliff

Package: linux-image-2.6.12-1-k7
Version: 2.6.12-10
Severity: critical
Justification: breaks the whole system


Kernel hangs at boot after failing to init iop0:

...
iop0: get status timeout
iop0: reset rejected trying to clear
iop0: unable to clear (status=0xbe)
i2o controller probe failed err -110
[hang]

The very same system boots fine under 2.6.8, where it uses dpti instead
of iop.  The dpti driver on 2.6.12 looks like it issues the same messages
as it does under 2.6.8 (suggests that it is working properly), but
apparently iop steps in shortly thereafter and tries (unsuccessfully) to
take over.

My dmesg from 2.6.8:

...
Loading Adaptec I2O RAID: Version 2.4 Build 5go
Detecting Adaptec I2O RAID controllers...
ACPI: PCI interrupt :00:0b.1[A] - GSI 19 (level, low) - IRQ 185
Adaptec I2O RAID controller 0 at f887f000 size=10 irq=185
dpti: If you have a lot of devices this could take a few minutes.
dpti0: Reading the hardware resource table.
TID 008  Vendor: ADAPTEC  Device: AIC-7899 Rev: 0001
TID 009  Vendor: ADAPTEC  Device: AIC-7899 Rev: 0001
TID 010  Vendor: ADAPTEC  Device: AIC-7899 Rev: 0001
TID 011  Vendor: ADAPTEC  Device: AIC-7899 Rev: 0001
TID 518  Vendor: IBM  Device: DDYS-T18350N Rev: SA2A
TID 523  Vendor: ADAPTEC  Device: RAID-5   Rev: 370F
scsi2 : Vendor: Adaptec  Model: 3410SFW:370F
Vendor: IBM   Model: DDYS-T18350N  Rev: SA2A
Type:   Direct-Access  ANSI SCSI revision: 03
Vendor: ADAPTEC   Model: RAID-5Rev: 370F
Type:   Direct-Access  ANSI SCSI revision: 02

A grep for iop0 in my 2.6.8 dmesg produces no results.

I don't have a dmesg for 2.6.12, since the system won't boot.   :) 




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

Versions of packages linux-image-2.6.12-1-k7 depends on:
ii  coreutils [fileutils] 5.2.1-2.1  The GNU core utilities
ii  initrd-tools  0.1.84 tools to create initrd image for p
ii  module-init-tools 3.2-pre9-2 tools for managing Linux kernel mo

linux-image-2.6.12-1-k7 recommends no packages.

-- no debconf information



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



Bug#338030: yaird error: Could not read output for /sbin/lvdisplay -c (fatal)

2005-11-07 Thread Bill Gatliff

Package: yaird
Version: 0.0.11-11
Severity: grave
Justification: renders package unusable



# apt-get install linux-image-2.6.14-1-k7
Reading package lists... Done
Building dependency tree... Done
linux-image-2.6.14-1-k7 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 296 not upgraded.
1 not fully installed or removed.
Need to get 0B of archives.
After unpacking 0B of additional disk space will be used.
Setting up linux-image-2.6.14-1-k7 (2.6.14-2) ...
Using /usr/sbin/mkinitrd.yaird to build the ramdisk.
Full list of probed ramdisk generating tools : /usr/sbin/mkinitrd
/usr/sbin/mkinitrd.yaird /usr/sbin/mkinitramfs.
yaird error: Could not read output for /sbin/lvdisplay -c (fatal)
Failed to create initrd image.
dpkg: error processing linux-image-2.6.14-1-k7 (--configure):
subprocess post-installation script returned error exit status 2
Errors were encountered while processing:
 linux-image-2.6.14-1-k7
 E: Sub-process /usr/bin/dpkg returned an error code (1)

# lvdisplay -c
 /dev/0/0:0:3:1:-1:1:426778624:52097:-1:0:0:254:0
 /dev/sda1: Checksum error
 Couldn't read volume group metadata.
 Volume group vg0 not found

# lvs
 /dev/sda1: Checksum error
 Couldn't read volume group metadata.
 Volume group vg0 not found
 LV   VG   Attr   LSize   Origin Snap%  Move Copy%
 00-wi-ao 203.50G
	  
# lvscan

 ACTIVE'/dev/0/0' [203.50 GB] inherit
 /dev/sda1: Checksum error
 Couldn't read volume group metadata.
 Volume group vg0 not found

# mount
/dev/mapper/0-0 on / type ext3 (rw,errors=remount-ro)
/dev/sda1 on /boot type ext3 (rw)
/dev/sda5 on /tmp type ext3 (rw)
/dev/hda1 on /mnt/backup type ext3 (ro)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw)
usbfs on /proc/bus/usb type usbfs (rw)
tmpfs on /dev type tmpfs (rw,size=10M,mode=0755)
nfsd on /proc/fs/nfsd type nfsd (rw)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)


	  



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

Versions of packages yaird depends on:
ii  cpio 2.6-9   GNU cpio -- a program to manage ar
ii  dash 0.5.2-7 The Debian Almquist Shell
ii  libc62.3.5-6 GNU C Library: Shared libraries an
ii  libhtml-template-perl2.6-2   HTML::Template : A module for usin
ii  libparse-recdescent-perl 1.94.free-1 Generates recursive-descent parser
ii  perl 5.8.7-7 Larry Wall's Practical Extraction 


yaird recommends no packages.

-- no debconf information



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



Bug#338030: yaird error: Could not read output for /sbin/lvdisplay -c (fatal)

2005-11-07 Thread Bill Gatliff

Jonas Smedegaard wrote:


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Mon, 07 Nov 2005 15:45:14 -0600
Bill Gatliff [EMAIL PROTECTED] wrote:

 


yaird error: Could not read output for /sbin/lvdisplay -c (fatal)
Failed to create initrd image.
   



 


# lvdisplay -c
 /dev/0/0:0:3:1:-1:1:426778624:52097:-1:0:0:254:0
 /dev/sda1: Checksum error
 Couldn't read volume group metadata.
 Volume group vg0 not found
   



lvdisplay belongs to lvm2 I believe. Why do you file this bugreport
against yaird? It seems to me that you have problems with your LVM
headers or something.
 



Alright.  I'll send a report to lvm2.


b.g.

--
Bill Gatliff
[EMAIL PROTECTED]



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



Bug#167780: Unidentified subject!

2005-04-16 Thread Bill Gatliff
Guys:

| 
|  architectures.  I have spent *way* too much fscking special requests for
|  these smaller + older architecture which are, quite simply, mismatched for
|  these numerically-focussed applications and environments.
| 
| Please convince a porter for those architectures to add the right lines
   

I have a bunch of capable ARM hardware here.  I'm coming into this 
discussion late, but I can assure you that ARM is hardly an older or 
mismatched architecture.

I have asked in the past to get help in setting up an ARM machine or two 
as buildd boxen.  If there is still a need for ARM hardware, please let 
me know!

Thanks!
b.g.
--
Bill Gatliff
It said Windows 95/98/NT/XP/2000 or better, so I installed Linux.
[EMAIL PROTECTED]

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