Bug#541609: cmake: outdated macro modules

2009-08-14 Thread Joshua Rubin
Package: cmake
Version: 2.6.0-6
Severity: normal
Tags: patch

cmake macros no longer work for perl 5.10 and need to be updated.
also it is missing a macro for php5 though it has one for php4.

I have attached a patch for the FindPerlLibs.cmake module to get it working 
again.

-- System Information:
Debian Release: 5.0.2
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-openvz-amd64 (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 cmake depends on:
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  libcurl3-gnutls7.18.2-8lenny2Multi-protocol file transfer libra
ii  libexpat1  2.0.1-4   XML parsing C library - runtime li
ii  libgcc11:4.3.2-1.1   GCC support library
ii  libncurses55.7+20081213-1shared libraries for terminal hand
ii  libstdc++6 4.3.2-1.1 The GNU Standard C++ Library v3
ii  libxmlrpc-c3   1.06.27-1 A lightweight RPC library based on
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

cmake recommends no packages.

cmake suggests no packages.

-- no debconf information
--- ./FindPerlLibs.cmake.old2008-09-24 12:34:34.0 -0600
+++ ./FindPerlLibs.cmake2009-08-14 15:38:14.275055246 -0600
@@ -8,6 +8,7 @@
 #
 
 SET(PERL_POSSIBLE_INCLUDE_PATHS
+  /usr/lib/perl/5.10.0/CORE
   /usr/lib/perl/5.8.3/CORE
   /usr/lib/perl/5.8.2/CORE
   /usr/lib/perl/5.8.1/CORE
@@ -47,7 +48,7 @@
 ENDIF(PERL_EXECUTABLE)
 
 FIND_LIBRARY(PERL_LIBRARY
-  NAMES ${PERL_POSSIBLE_LIBRARY_NAME} perl5.8.0
+  NAMES ${PERL_POSSIBLE_LIBRARY_NAME} perl5.8.0 perl
   PATHS ${PERL_POSSIBLE_LIB_PATHS}
   )
 


Bug#409595: Ping

2007-12-02 Thread Joshua Rubin
Hi Micah,

I no longer work at the job for which I needed the use of this software. Feel 
free to take over. I have some example sources here:

http://www.rubixlinux.org/debian/gnupg-pkcs11-scd/

Thanks,
Joshua


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


Bug#409594: ITP: libpkcs11-helper1 -- a helper library for pkcs#11

2007-12-01 Thread Joshua Rubin
Hi Eric,

 You've had this ITP open for 300 days, are you still interested in it?
 I just uploaded it without noticing your ITP. But if you want it back
 let me know.

Have at it Eric. I have an example source at 
http://www.rubixlinux.org/debian/libpkcs11-helper.

Thanks,
Joshua


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


Bug#409592: ITP: libpam-pkcs11

2007-11-27 Thread Joshua Rubin
Hi Bart,

 How is progress ?
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=409592

 Have you noticed that there is a package at Mentors ?
 http://mentors.debian.net/debian/pool/main/l/libpam-pkcs11/

I have since switched jobs and no longer have access to my smart cards for 
testing. However, I still have some older sources up at:

http://www.rubixlinux.org/debian/libpam-pkcs11/

Feel free to take over what ever you like.

Thanks,
Joshua


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


Bug#409578: ITP: trousers -- trusted computing stack libraries and utilities

2007-08-27 Thread Joshua Rubin
Hi Daniel,

 was is the status of this ITP?

I have old packages that can be used for reference at [1].

I am happy to update them to the latest release. I used to have a
computer with a TPM that I could test on, but no longer. I can test
using the dummy devices instead.

Thanks,
Joshua Rubin

Footnotes:
[1] http://www.rubixlinux.org/debian



signature.asc
Description: OpenPGP digital signature


Bug#409586: ITP: opencryptoki -- implementation of the pkcs#11 specification

2007-08-27 Thread Joshua Rubin
Hi Daniel,

 what is the status of this ITP?

I have old packages that can be used for reference at [1].

I am happy to update them to the latest release. I used to have a
computer with a TPM that I could test on, but no longer. I can test
using the dummy devices instead.

Thanks,
Joshua Rubin

Footnotes:
[1] http://www.rubixlinux.org/debian



signature.asc
Description: OpenPGP digital signature


Bug#423503: ITP: ttf-liberation - A set of free (GPL) fonts from Red Hat Inc.

2007-05-22 Thread Joshua Rubin
Hi Alan,

I saw that the license is gpl+exception what is it about the exception that 
makes it DFSG non uploadable.

Thanks,
Joshua


pgpAcAx1zTm1y.pgp
Description: PGP signature


Bug#423503: ITP: ttf-liberation - A set of free (GPL) fonts from Red Hat Inc.

2007-05-21 Thread Joshua Rubin
Hi Alan,

I have gone ahead and made a Debian package for this font set. I certainly do 
not want to step on your toes since you opened the ITP. You can use my 
package as an example if you would like. Or, if you would rather, I can try 
to get a sponsor for the package as is with me as the maintainer.

You can see the packages at:
http://www.rubixlinux.org/debian/ttf-liberation/

Thank you,
Joshua Rubin


pgpTvgVcY4Sn5.pgp
Description: PGP signature


Bug#409563: ITP: thinkfinger -- library and utility for the SGS Thomson Microelectronics fingerprint reader

2007-02-07 Thread Joshua Rubin
 ATM I don't really see any reason to create a separate package just
 for tf-tool, because libthinkfinger + tf-tool (binary and manpage)
 should generate a package around less than 50K in size.  In case new
 tools will be added, we can split the package.

I tend to agree with Luca. tf-tool is integral to the functionality of
the package. However, in the package that I have started building, I
have the following packages. I am not at all sure this is proper, but it
is what I have done so far:

libpam-thinkfinger (depends on libthinkfinger0)
libthinkfinger0
libthinkfinger-dev
thinkfinger (depends on libpam-thinkfinger)

 Yes, this was my choice after Rafael Laboissiere privately suggested.

Sounds good to me too.

Joshua



signature.asc
Description: OpenPGP digital signature


Bug#409593: Rename to libengine-tpm-openssl

2007-02-05 Thread Joshua Rubin
I believe that libengine-tpm-openssl will be a better name for this
package. There is already a libengine-pkcs11-openssl, so I have updated
the naming accordingly.



signature.asc
Description: OpenPGP digital signature


Bug#401800: inclusion status?

2007-02-05 Thread Joshua Rubin
Hi,

I am currently working on trying to get trousers and opencryptoki into
Debian. As this is a somewhat related project, would you be interested
in a co-maintainer? I have made some initial packages (replacing the
debian/ directory in the original source with my new one). They can be
found here:

http://www.rubixlinux.org/debian/ecryptfs-utils/

Please let me know if I can help. I am not a DD, so I will have to get
this package sponsored.

Thanks,
Joshua



signature.asc
Description: OpenPGP digital signature


Bug#409593: ITP: libengine-openssl-tpm -- openssl engine utilizing tpm as a backend

2007-02-04 Thread Joshua Rubin
Package: libengine-openssl-tpm
Version: 0.4-1
Severity: wishlist

* Package name: libengine-openssl-tpm
  Version : 3.7.2
  Upstream Author : (unknown)
* URL or Web page : http://trousers.sourceforge.net
* License : GPL
  Description : openssl engine utilizing tpm as a backend
 This is a simple openssl engine that uses the TPM found in many
 IBM\Lenovo computers.

This is a very simple package including an engine for openssl and a
utility to create a key with a tpm. I am unsure if there should be a
-dev package or not, since I would not expect any package to link to
this. This package depends on libtspi1 which has ITP #409578.  Here
is the contents of my current package:

/usr/bin/create_tpm_key
/usr/lib/engines/libtpm.so.0.0.0
/usr/lib/engines/libtpm.la
/usr/lib/engines/libtpm.so
/usr/lib/engines/libtpm.so.0

Thank you,
Joshua Rubin

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

Versions of packages libengine-openssl-tpm depends on:
ii  libc6   2.3.6.ds1-10 GNU C Library: Shared libraries
ii  libssl0.9.8 0.9.8c-4 SSL shared libraries

libengine-openssl-tpm recommends no packages.

-- no debconf information


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



Bug#409595: ITP: gnupg-pkcs11-scd -- pkcs#11 enabled gnupg scd

2007-02-04 Thread Joshua Rubin
Package: gnupg-pkcs11-scd
Version: 0.03-1
Severity: wishlist

* Package name: gnupg-pkcs11-scd
  Version : 0.03
  Upstream Author : Zeljko Vrba [EMAIL PROTECTED]
Alon Bar-Lev [EMAIL PROTECTED]
* URL or Web Page : http://gnupg-pkcs11.sourceforge.net
* License : Modified BSD
  Description : pkcs#11 enabled gnupg scd
 replaces the smartcard daemon used by gpgsm with this one that
 can utilize any pkcs#11 backend

This is a replacement smartcard daemon for the scdaemon included in
gpgsm. It is able to utilize any standard pkcs#11 backend instead of
only the restrictive gpg backend. It only includes the following file:

/usr/bin/gnupg-pkcs11-scd

Man page and docs also included.

Thank you,
Joshua Rubin

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

Versions of packages gnupg-pkcs11-scd depends on:
ii  gpgsm   2.0.0-5.2GNU privacy guard - S/MIME version
ii  libc6   2.3.6.ds1-10 GNU C Library: Shared libraries
ii  libgcrypt11 1.2.3-2  LGPL Crypto library - runtime libr
ii  libgpg-error0   1.4-1library for common error values an
ii  libpkcs11-helper1   1.02-1   a helper library for pkcs#11
ii  libssl0.9.8 0.9.8c-4 SSL shared libraries

gnupg-pkcs11-scd recommends no packages.

-- no debconf information


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



Bug#409594: ITP: libpkcs11-helper1 -- a helper library for pkcs#11

2007-02-04 Thread Joshua Rubin
Package: libpkcs11-helper1
Version: 1.02-1
Severity: wishlist

* Package name: libpkcs11-helper1
  Version : 1.02-1
  Upstream Author : Alon Bar-Lev [EMAIL PROTECTED]
* URL or Web page : http://www.opensc-project.org
  Description : a helper library for pkcs#11
 a library that simplifies the interaction with PKCS#11 providers for
 end-user applications

This is a simple library for interfacing with pkcs#11 smart cards. It is
required for gnupg-pkcs11-scd for which I will also be submitting an
ITP.

- libpkcs11-helper1
  /usr/lib/libpkcs11-helper.so.1.0.0
  /usr/lib/libpkcs11-helper.so.1

- libpkcs11-helper1-dev
  /usr/share/aclocal/pkcs11-helper-1.m4
  /usr/include/pkcs11-helper-1.0/pkcs11.h
  /usr/include/pkcs11-helper-1.0/pkcs11h-def.h
  /usr/include/pkcs11-helper-1.0/pkcs11h-engines.h
  /usr/include/pkcs11-helper-1.0/pkcs11h-core.h
  /usr/include/pkcs11-helper-1.0/pkcs11h-version.h
  /usr/include/pkcs11-helper-1.0/pkcs11h-certificate.h
  /usr/include/pkcs11-helper-1.0/pkcs11h-data.h
  /usr/include/pkcs11-helper-1.0/pkcs11h-openssl.h
  /usr/include/pkcs11-helper-1.0/pkcs11h-token.h
  /usr/lib/libpkcs11-helper.a
  /usr/lib/libpkcs11-helper.la
  /usr/lib/pkgconfig/libpkcs11-helper-1.pc
  /usr/lib/libpkcs11-helper.so

Thank you,
Joshua Rubin

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

Versions of packages libpkcs11-helper1 depends on:
ii  libc6   2.3.6.ds1-10 GNU C Library: Shared libraries
ii  libssl0.9.8 0.9.8c-4 SSL shared libraries

libpkcs11-helper1 recommends no packages.

-- no debconf information


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



Bug#409563: ITP: thinkfinger -- library and utility for the SGS Thomson Microelectronics fingerprint reader

2007-02-03 Thread Joshua Rubin
Hi Luca,

I have already begun packaging this. I realize that this bug report is
an ITP, so I don't want to step on your toes. I have already emailed my
package to your thinkfinger-devel on your sourceforge project. I just
wanted to let you know that I would be happy to help in any way I can.

Since I am not a Debian developer and you are, perhaps you could sponsor
this package since I would like to begin the process of becoming a
Debian developer?

Thank you,
Joshua Rubin



signature.asc
Description: OpenPGP digital signature


Bug#409578: ITP: trousers -- trusted computing stack libraries and utilities

2007-02-03 Thread Joshua Rubin
Package: trousers
Version: 0.2.8-1
Severity: wishlist


* Package name: trousers
  Version:: 0.2.8
  Upstream Author : Ryan Catherman
Seiji Munetoh
Taiga Nakamura
Kent Yoder [EMAIL PROTECTED]
Megan Schneider
Kathy Robertson
* URL or Web page : http://trousers.sourceforge.net
* License : CPL
  Description : An open-source TCG Software Stack (TSS)
Aims to be compliant with the 1.1b and 1.2 TSS 
specifications
available from the Trusted Computing Group website:
http://www.trustedcomputinggroup.org

TPM services provided through the TSS API are:
o RSA key pair generation
o RSA encryption and decryption using PKCS v1.5 and OAEP padding
o RSA sign/verify
o Extend data into the TPM's PCRs and log these events
o Seal data to arbitrary PCRs
o Random Number Generation
o RSA key storage

Trousers is broken up into a few parts:

- libtspi1
  /usr/lib/libtspi.so.1.0.0

- libtspi1-dev
  /usr/lib/libtddl.a
  /usr/lib/libtspi.la
  /usr/include/trousers
  /usr/include/trousers/tss.h
  /usr/include/trousers/trousers.h
  /usr/include/tss/tcpa_error.h
  /usr/include/tss/tcs_error.h
  /usr/include/tss/tddlapi_error.h
  /usr/include/tss/tspi.h
  /usr/include/tss/tss_error.h
  /usr/include/tss/platform.h
  /usr/include/tss/tcpa_struct.h
  /usr/include/tss/tcs_structs.h
  /usr/include/tss/tddl_error.h
  /usr/include/tss/tss_defines.h
  /usr/include/tss/tss_structs.h
  /usr/include/tss/tcpa_defines.h
  /usr/include/tss/tcpa_typedef.h
  /usr/include/tss/tcs_typedef.h
  /usr/include/tss/tddli.h
  /usr/include/tss/tss_error_basics.h
  /usr/include/tss/tss_typedef.h
  /usr/lib/libtspi.so

- tcsd
  /usr/sbin/tcsd
  /etc/init.d
  /etc/init.d/tcsd
  /etc/tcsd.conf

- trousers
  meta package depending on tcsd and libtspi1

trousers is the base library that can't do much on its own. tpm-tools is
another package from the same project. tpm-tools contains all the
utilities to interact with the tpm device. tpm-tools depends on
opencryptoki, another library that debian does not yet package. I will
be opening ITP bug reports for both opencryptoki and tpm-tools.

Thanks,
Joshua Rubin

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

Versions of packages trousers depends on:
ii  libtspi1  0.2.8-1An open-source TCG Software Stack 
ii  libtspi1-dbg [libtspi1]   0.2.8-1An open-source TCG Software Stack 
ii  tcsd  0.2.8-1An open-source TCG Software Stack 

trousers recommends no packages.

-- no debconf information


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



Bug#409582: tpb: Please include build for amd64

2007-02-03 Thread Joshua Rubin
Package: tpb
Version: 0.6.4-2.2
Severity: normal

Newer thinkpads with Core 2 processors can now run the amd64
architecture. I have built and used tpb successfully under the amd64
arch. Please add amd64 to the Architecture: list.

Thank you,
Joshua Rubin


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

Versions of packages tpb depends on:
ii  adduser 3.102Add and remove users and groups
ii  debconf [debconf-2.0]   1.5.11   Debian configuration management sy
ii  libc6   2.3.6.ds1-10 GNU C Library: Shared libraries
ii  libice6 1:1.0.1-2X11 Inter-Client Exchange library
ii  libsm6  1:1.0.1-3X11 Session Management library
ii  libx11-62:1.0.3-4X11 client-side library
ii  libxext61:1.0.1-2X11 miscellaneous extension librar
ii  libxinerama11:1.0.1-4.1  X11 Xinerama extension library
ii  libxosd22.2.14-1.3   X On-Screen Display library - runt
ii  makedev 2.3.1-83 creates device files in /dev

tpb recommends no packages.

-- debconf information:
  tpb/groupchanged:
  tpb/autostart: true
  tpb/makedev: true


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



Bug#409586: ITP: opencryptoki -- implementation of the pkcs#11 specification

2007-02-03 Thread Joshua Rubin
Package: opencryptoki
Version: 2.2.4-1
Severity: wishlist

* Package name: opencryptoki
  Version : 2.2.4
  Upstream Author : Steven Bade [EMAIL PROTECTED]
Jimmie Mayfield
Dan Rabinovitz [EMAIL PROTECTED]
Shannon Macalpine
Kent Yoder [EMAIL PROTECTED]
Kapil Sood [EMAIL PROTECTED], [EMAIL PROTECTED]
Anton Stiglic [EMAIL PROTECTED]
Carlos Cid [EMAIL PROTECTED]
Kapil Sood [EMAIL PROTECTED]
 URL or Web Page  : http://sourceforge.net/projects/opencryptoki
 License  : Modified BSD  CPL
 Description  : Implements the PKCS#11 specification
Includes several cryptographic tokens, including an 
OpenSSL-based
software token.

libobencryptoki depends on libtspi1 from the trousers package. The ITP
for trousers is: #409578.

opencryptoki is a dependency for tpm-tools, for which I will be filing
an ITP report forthwith.

The opencryptoki packages are broken up as follows:

- libopencryptoki
  /usr/lib/opencryptoki/libopencryptoki.so.0.0.0
  /usr/lib/opencryptoki/stdll/libpkcs11_sw.so.0.0.0
  /usr/lib/opencryptoki/stdll/libpkcs11_tpm.so.0.0.0
  /usr/lib/opencryptoki/stdll/PKCS11_SW.so
  /usr/lib/opencryptoki/stdll/libpkcs11_tpm.so
  /usr/lib/opencryptoki/stdll/libpkcs11_sw.so
  /usr/lib/opencryptoki/stdll/libpkcs11_tpm.so.0
  /usr/lib/opencryptoki/stdll/libpkcs11_sw.so.0
  /usr/lib/opencryptoki/PKCS11_API.so
  /usr/lib/opencryptoki/libopencryptoki.so
  /usr/lib/opencryptoki/libopencryptoki.so.0
  /usr/lib/libopencryptoki.so
  /usr/lib/libopencryptoki.so.0

- libopencryptoki-dev
  /usr/include/opencryptoki/apiclient.h
  /usr/include/opencryptoki/pkcs11types.h
  /usr/include/opencryptoki/pkcs11.h
  /usr/lib/opencryptoki/libopencryptoki.la
  /usr/lib/opencryptoki/stdll/libpkcs11_sw.la
  /usr/lib/opencryptoki/stdll/libpkcs11_tpm.la

- opencryptoki
  /etc/init.d/opencryptoki
  /usr/sbin/pkcsslotd
  /usr/sbin/pkcs11_startup
  /usr/sbin/pkcs_slot
  /usr/sbin/pkcsconf

Thank you,
Joshua Rubin

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

Versions of packages opencryptoki depends on:
ii  libc6   2.3.6.ds1-10 GNU C Library: Shared libraries
ii  libopencryptoki 2.2.4-1  Implements the PKCS#11 specificati
ii  libopencryptoki-dbg [libope 2.2.4-1  Implements the PKCS#11 specificati

opencryptoki recommends no packages.

-- no debconf information


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



Bug#409591: ITP: tpm-tools -- userspace tools for trusted computing with a tpm

2007-02-03 Thread Joshua Rubin
Package: tpm-tools
Version: 1.2.5-1
Severity: wishlist

* Package name: tpm-tools
  Version : 1.2.5
  Upstream Author : Ryan Catherman
Seiji Munetoh
Taiga Nakamura
Kent Yoder [EMAIL PROTECTED]
Megan Schneider
Kathy Robertson
* URL or Web page : http://trousers.sourceforge.net
* License : CPL
  Description : open-source package designed to enable user and application
 enablement of Trusted Computing using a Trusted Platform Module (TPM),
 similar to a smart card environment.  Trusted Computing is a set of
 specifications set forth by the Trusted Computing Group (TCG).  For more
 information on the TCG and Trusted Computing please visit the Trusted
 Computing Group website at:
 http://www.trustedcomputinggroup.org.

 The tpm-tools package contains commands to allow the platform administrator
 the ability to manage and diagnose the platform's TPM.  Additionally, the
 package contains commands to utilize some of the capabilities available
 in the TPM PKCS#11 interface implemented in the openCryptoki project.



The tpm-tools project includes tpm-tools and libtpm-unseal0.
libtpm-unseal0 is not used by any of tools in tpm-tools, but
is still useful. It is not necessary to include it in Debian
though until something utilizes it.

The packages are broken up as follows:

- tpm-tools
  /usr/bin/tpm_sealdata
  /usr/bin/tpmtoken_init
  /usr/bin/tpmtoken_setpasswd
  /usr/bin/tpmtoken_objects
  /usr/bin/tpmtoken_import
  /usr/bin/tpmtoken_protect
  /usr/sbin/tpm_changeownerauth
  /usr/sbin/tpm_clear
  /usr/sbin/tpm_createek
  /usr/sbin/tpm_getpubek
  /usr/sbin/tpm_restrictpubek
  /usr/sbin/tpm_setactive
  /usr/sbin/tpm_setenable
  /usr/sbin/tpm_setclearable
  /usr/sbin/tpm_setownable
  /usr/sbin/tpm_setpresence
  /usr/sbin/tpm_takeownership
  /usr/sbin/tpm_version
  /usr/sbin/tpm_selftest

-libtpm_unseal0
  /usr/lib/libtpm_unseal.so.0.0.1
  /usr/lib/libtpm_unseal.so.0

-libtpm_unseal0-dev
  /usr/lib/libtpm_unseal.a
  /usr/lib/libtpm_unseal.la
  /usr/include/tpm_tools/tpm_unseal.h
  /usr/lib/libtpm_unseal.so

Thank you,
Joshua Rubin

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

Versions of packages tpm-tools depends on:
ii  libc6   2.3.6.ds1-10 GNU C Library: Shared libraries
ii  libssl0.9.8 0.9.8c-4 SSL shared libraries
ii  libtspi10.2.8-1  An open-source TCG Software Stack 
ii  libtspi1-dbg [libtspi1] 0.2.8-1  An open-source TCG Software Stack 
ii  opencryptoki2.2.4-1  Implements the PKCS#11 specificati
ii  trousers0.2.8-1  An open-source TCG Software Stack 

tpm-tools recommends no packages.

-- no debconf information


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



Bug#409592: ITP: libpam-pkcs11 -- Fully featured PAM module for using for using PKCS#11 smart cards

2007-02-03 Thread Joshua Rubin
Package: libpam-pkcs11
Version: 0.5.3-1
Severity: wishlist

* Package name: libpam-pkcs11
  Version : 0.5.3
  Upstream Author : Mario Strasser [EMAIL PROTECTED]
Juan Antonio Martinez [EMAIL PROTECTED]
Antti Tapaninen [EMAIL PROTECTED]
Timo Sirainen [EMAIL PROTECTED]
Ludovic Rousseau [EMAIL PROTECTED]
Andreas Jellinghaus [EMAIL PROTECTED]
Dominik Fischer [EMAIL PROTECTED]
Ville Skyttä [EMAIL PROTECTED]
* URL or Web page : http://www.opensc-project.org
* License : GPL
  Description : Fully featured PAM module for using for using PKCS#11 smart 
cards
 A Pluggable Authentication Module for PKCS#11 based smart cards.
 Useful for enabling smart card based user login to a system.

 More advanced than libpam-p11. Additional features include full
 verification of the card data using certificate chains and
 certificate revocation lists. Advanced username mapping
 including LDAP, Active Directory and Kerberos.

This package is a much more advanced system for authenticating users via
pkcs#11 smart cards than libpam-p11. I am not entirely sure how to
package it since it has dev files, but I am not sure if they would ever
be used. Anyway, here is the contents of the libpam-pkcs11 package I
have built:

- libpam-pkcs11
  /usr/bin/pkcs11_eventmgr
  /usr/bin/pklogin_finder
  /usr/bin/pkcs11_inspect
  /lib/pam_pkcs11/ldap_mapper.so
  /lib/pam_pkcs11/ldap_mapper.la
  /lib/pam_pkcs11/ldap_mapper.a
  /lib/pam_pkcs11/opensc_mapper.so
  /lib/pam_pkcs11/opensc_mapper.la
  /lib/pam_pkcs11/opensc_mapper.a
  /lib/pam_pkcs11/openssh_mapper.so
  /lib/pam_pkcs11/openssh_mapper.la
  /lib/pam_pkcs11/openssh_mapper.a
  /lib/security/pam_pkcs11.so

It is a pretty straight forward pam package. I have a bunch of config
examples for it too. It works great.

Thanks,
Joshua Rubin

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

Versions of packages libpam-pkcs11 depends on:
ii  libc62.3.6.ds1-10GNU C Library: Shared libraries
ii  libcomer 1.39+1.40-WIP-2006.11.14+dfsg-1 common error description library
ii  libcurl3 7.15.5-1Multi-protocol file transfer libra
ii  libidn11 0.6.5-1 GNU libidn library, implementation
ii  libkrb53 1.4.4-6 MIT Kerberos runtime libraries
ii  libldap2 2.1.30-13.2 OpenLDAP libraries
ii  libpam0g 0.79-4  Pluggable Authentication Modules l
ii  libpcscl 1.3.2-5 Middleware to access a smart card 
ii  libssl0. 0.9.8c-4SSL shared libraries
ii  zlib1g   1:1.2.3-13  compression library - runtime

libpam-pkcs11 recommends no packages.

-- no debconf information



Bug#386980: gnupg: can't mount loop-aes partition during boot with separate /usr partition

2006-09-11 Thread Joshua Rubin
Package: gnupg
Version: 1.4.5-1
Severity: important

This is a repost of bug #383558. That bug has not been classified yet and I 
thought it may be more appropriate for the gnupg maintainers than the 
loop-aes maintainers.

/home is loop-aes encrypted partition. I also have separate / and /usr 
partitions. losetup (and subsequently mount) require gpg (which is in 
the /usr partition) to be available in order to set up the loop device (and 
mount it afterward). When /etc/init.d/checkfs-loop runs, /usr is not yet 
mounted and I am unable to have my /home partition checked and mounted. After 
the system boots, I am able to mount the drive as expected.

I have fixed this by moving the /usr/bin/gpg binary to /bin (and symlinking 
back to /usr/bin/gpg). gpg also requires the libz libraries, so I 
moved /usr/lib/libz.* to /lib and symlinked back in /usr/lib.

Thank you,
Joshua Rubin

-- 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.16-2-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages gnupg depends on:
ii  libbz2-1.0  1.0.3-6  high-quality block-sorting file 
co
ii  libc6   2.3.6.ds1-4  GNU C Library: Shared libraries
ii  libldap22.1.30-13+b1 OpenLDAP libraries
ii  libreadline55.1-7GNU readline and history 
libraries
ii  libusb-0.1-42:0.1.12-2   userspace USB programming library
ii  makedev 2.3.1-82 creates device files in /dev
ii  zlib1g  1:1.2.3-13   compression library - runtime

gnupg recommends no packages.

-- no debconf information


pgpqfIL5QMv6c.pgp
Description: PGP signature


Bug#380272: kernel-image-2.6-686-smp: cpqarray module fails to detect arrays

2006-08-18 Thread Joshua Rubin
Hi Maks,

I can confirm that removing floppy from /etc/initramfs-tools/modules (which 
still causes a non-bootable system) and inserting cpqarray (which is the only 
uncommented module in /etc/initramfs-tools/modules) does in fact allow the 
system to boot.

I have attached the dmesg and lsmod.

Thanks again,
Joshua Rubin

Begin dmesg:

Linux version 2.6.16-2-686-smp (Debian 2.6.16-17) ([EMAIL PROTECTED]) (gcc 
version 4.0.4 20060630 (prerelease) (Debian 4.0.3-4)) #1 SMP Sat Jul 15 
22:33:00 UTC 2006
BIOS-provided physical RAM map:
 BIOS-e820:  - 0009f800 (usable)
 BIOS-e820: 0009f800 - 000a (reserved)
 BIOS-e820: 000f - 0010 (reserved)
 BIOS-e820: 0010 - 0fffc000 (usable)
 BIOS-e820: 0fffc000 - 1000 (ACPI data)
 BIOS-e820: fec0 - fec1 (reserved)
 BIOS-e820: fee0 - fee1 (reserved)
 BIOS-e820: fff8 - 0001 (reserved)
0MB HIGHMEM available.
255MB LOWMEM available.
found SMP MP-table at 000f4ff0
On node 0 totalpages: 65532
  DMA zone: 4096 pages, LIFO batch:0
  DMA32 zone: 0 pages, LIFO batch:0
  Normal zone: 61436 pages, LIFO batch:15
  HighMem zone: 0 pages, LIFO batch:0
DMI 2.3 present.
ACPI: RSDP (v000 COMPAQ) @ 0x000f4f90
ACPI: RSDT (v001 COMPAQ MICRO0x0002 � 0x162e) @ 0x0fffc000
ACPI: FADT (v001 COMPAQ MICRO0x0002 � 0x162e) @ 0x0fffc040
ACPI: MADT (v001 COMPAQ 0083 0x0002  0x) @ 0x0fffc100
ACPI: SSDT (v001 COMPAQ SSDT 0x0001 MSFT 0x010b) @ 0x0800
ACPI: DSDT (v001 COMPAQ DSDT 0x0001 MSFT 0x010b) @ 0x
ACPI: PM-Timer IO Port: 0x240
ACPI: Local APIC address 0xfee0
ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Processor #0 6:8 APIC version 17
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] disabled)
ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] enabled)
Processor #3 6:8 APIC version 17
ACPI: LAPIC_NMI (acpi_id[0x03] dfl dfl lint[0x1])
ACPI: IOAPIC (id[0x08] address[0xfec0] gsi_base[0])
IOAPIC[0]: apic_id 8, version 17, address 0xfec0, GSI 0-34
ACPI: IRQ9 used by override.
Enabling APIC mode:  Flat.  Using 1 I/O APICs
Using ACPI (MADT) for SMP configuration information
Allocating PCI resources starting at 2000 (gap: 1000:eec0)
Built 1 zonelists
Kernel command line: root=/dev/ida/c0d0p1 ro 
mapped APIC to d000 (fee0)
mapped IOAPIC to c000 (fec0)
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Initializing CPU#0
PID hash table entries: 1024 (order: 10, 16384 bytes)
Detected 997.113 MHz processor.
Using pmtmr for high-res timesource
Console: colour VGA+ 80x25
Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
Memory: 251936k/262128k available (1505k kernel code, 9532k reserved, 545k 
data, 176k init, 0k highmem)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay using timer specific routine.. 2003.87 BogoMIPS 
(lpj=4007752)
Security Framework v1.0.0 initialized
SELinux:  Disabled at boot.
Capability LSM initialized
Mount-cache hash table entries: 512
CPU: After generic identify, caps: 0383fbff    
  
CPU: After vendor identify, caps: 0383fbff     
 
CPU: L1 I cache: 16K, L1 D cache: 16K
CPU: L2 cache: 256K
CPU: After all inits, caps: 0383fbff   0040  
 
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
Checking 'hlt' instruction... OK.
CPU0: Intel Pentium III (Coppermine) stepping 06
Booting processor 1/0 eip 3000
Initializing CPU#1
Calibrating delay using timer specific routine.. 1993.85 BogoMIPS 
(lpj=3987713)
CPU: After generic identify, caps: 0383fbff    
  
CPU: After vendor identify, caps: 0383fbff     
 
CPU: L1 I cache: 16K, L1 D cache: 16K
CPU: L2 cache: 256K
CPU: After all inits, caps: 0383fbff   0040  
 
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#1.
CPU1: Intel Pentium III (Coppermine) stepping 06
Total of 2 processors activated (3997.73 BogoMIPS).
ENABLING IO-APIC IRQs
..TIMER: vector=0x31 apic1=0 pin1=0 apic2=-1 pin2=-1
checking TSC synchronization across 2 CPUs: passed.
Brought up 2 CPUs
migration_cost=4000
checking if image is initramfs... it is
Freeing initrd memory: 4287k freed
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: PCI BIOS revision 2.10 entry at 0xf0094, last bus=3
PCI: Using configuration type 1
mtrr: your CPUs had inconsistent

Bug#380272: kernel-image-2.6-686-smp: cpqarray module fails to detect arrays

2006-08-18 Thread Joshua Rubin
Hi Maks,

I have confirmed that loading cpqarray first fixes the problem on several 
systems now. I have also realized that when this is the case, the sym53c8xx 
driver is not needed or loaded. I thought this was noteworthy. It appears 
that your presumption was correct that the sym53c8xx and cpqarray modules do 
not play nicely.

Is this something that can be handled in the initramfs automatically instead 
of forcing everyone running these systems to update 
their /etc/initramfs-tools/modules file?

Thanks again!!!
Joshua


pgpn5jlkYJb1t.pgp
Description: PGP signature


Bug#380272: kernel-image-2.6-686-smp: cpqarray module fails to detect arrays

2006-08-18 Thread Joshua Rubin
Hi Maks,

I tried linux-image-2.6.17-2-686_2.6.17-6_i386.deb from unstable and the 
problem still exists there.

I have attached the outputs of lspci -vv and lspci -n.

Thanks,
Joshua Rubin

# lspci -vv
00:00.0 Host bridge: Broadcom CNB20LE Host Bridge (rev 05)
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort+ SERR- PERR-
Latency: 64, Cache Line Size: 32 bytes

00:00.1 Host bridge: Broadcom CNB20LE Host Bridge (rev 05)
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR-
Latency: 64, Cache Line Size: 32 bytes

00:01.0 RAID bus controller: LSI Logic / Symbios Logic 53C1510 (rev 02)
Subsystem: Compaq Computer Corporation Integrated Array Controller
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr+ 
Stepping- SERR+ FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR-
Latency: 192 (7500ns min, 2000ns max), Cache Line Size: 32 bytes
Interrupt: pin A routed to IRQ 177
Region 0: I/O ports at 2000 [size=256]
Region 1: Memory at c500 (32-bit, non-prefetchable) [size=16M]
Region 2: Memory at c400 (32-bit, non-prefetchable) [size=16M]
[virtual] Expansion ROM at 2000 [disabled] [size=512K]
Capabilities: [40] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-

00:03.0 VGA compatible controller: ATI Technologies Inc 3D Rage IIC 215IIC 
[Mach64 GT IIC] (rev 7a) (prog-if 00 [VGA])
Subsystem: ATI Technologies Inc Rage IIC
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping+ SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR-
Latency: 64 (2000ns min), Cache Line Size: 32 bytes
Region 0: Memory at c200 (32-bit, prefetchable) [size=16M]
Region 1: I/O ports at 2400 [size=256]
Region 2: Memory at c3fff000 (32-bit, non-prefetchable) [size=4K]
[virtual] Expansion ROM at 2008 [disabled] [size=128K]
Capabilities: [5c] Power Management version 1
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-

00:04.0 System peripheral: Compaq Computer Corporation Advanced System 
Management Controller
Subsystem: Compaq Computer Corporation Unknown device b0f3
Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr+ 
Stepping- SERR+ FastB2B-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR-
Interrupt: pin A routed to IRQ 255
Region 0: I/O ports at 1800 [size=256]
Region 1: Memory at c3ffef00 (32-bit, non-prefetchable) [size=256]

00:0f.0 ISA bridge: Broadcom OSB4 South Bridge (rev 4f)
Subsystem: Broadcom OSB4 South Bridge
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR-
Latency: 0

00:0f.1 IDE interface: Broadcom OSB4 IDE Controller (prog-if 8a [Master SecP 
PriP])
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ 
Stepping- SERR+ FastB2B-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR-
Latency: 64
Region 4: I/O ports at 2800 [size=16]

03:04.0 Ethernet controller: Intel Corporation 82557/8/9 [Ethernet Pro 100] 
(rev 08)
Subsystem: Compaq Computer Corporation NC3163 Fast Ethernet NIC 
(embedded, WOL)
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr+ 
Stepping- SERR+ FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR-
Latency: 64 (2000ns min, 14000ns max), Cache Line Size: 32 bytes
Interrupt: pin A routed to IRQ 185
Region 0: Memory at c6fff000 (32-bit, non-prefetchable) [size=4K]
Region 1: I/O ports at 3000 [size=64]
Region 2: Memory at c6e0 (32-bit, non-prefetchable) [size=1M]
[virtual] Expansion ROM at 2010 [disabled] [size=1M]
Capabilities: [dc] Power Management version 2
Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA 
PME(D0+,D1+,D2+,D3hot+,D3cold+)
Status: D0 PME-Enable- DSel=0 DScale=2 PME-

03:05.0 Ethernet controller: Intel Corporation 82557/8/9 [Ethernet Pro 100] 
(rev 08)
Subsystem: Compaq Computer Corporation NC3163 Fast Ethernet NIC 
(embedded

Bug#380272: kernel-image-2.6-686-smp: cpqarray module fails to detect arrays

2006-08-17 Thread Joshua Rubin
Hi Max,

I just realized that I never tried your last suggestions. I will try them 
first thing when I get in to work tomorrow.

I have received some more info about this bug. It appears to be a timing 
issue. Here is the link to the bug at kernel.org with an interesting 
suggestion (that I have not tried): 
http://bugzilla.kernel.org/show_bug.cgi?id=6921.

My company has inherited 5 racks of these compaq servers and it is very 
important that debian etch work well on them :)

Thanks for all the help,
Joshua Rubin


pgp6fjCylYnXb.pgp
Description: PGP signature


Bug#383558: loop-aes-utils: checkfs-loop fails if /usr is a separate partition from /

2006-08-17 Thread Joshua Rubin
Package: loop-aes-utils
Version: 2.12r-13
Severity: important

/home is loop-aes encrypted partition. I also have separate / and /usr 
partitions. losetup (and subsequently mount) require gpg (which is in 
the /usr partition) to be available in order to set up the loop device 
(and mount it afterward). When /etc/init.d/checkfs-loop runs, /usr is 
not yet mounted and I am unable to have my /home partition checked and 
mounted. After the system boots, I am able to mount the drive as 
expected.

I have fixed this by moving the /usr/bin/gpg binary to /bin (and 
symlinking back to /usr/bin/gpg). gpg also requires the libz libraries, 
so I moved /usr/lib/libz.* to /lib and symlinked back in /usr/lib.

Thank you,
Joshua Rubin

-- 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.16-2-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages loop-aes-utils depends on:
ii  gnupg 1.4.3-2GNU privacy guard - a free PGP rep
ii  libblkid1 1.39-1 block device id library
ii  libc6 2.3.6-15   GNU C Library: Shared libraries
ii  libuuid1  1.39-1 universally unique id library
ii  mount 2.12r-10   Tools for mounting and manipulatin

Versions of packages loop-aes-utils recommends:
ii  sharutils 1:4.2.1-15 shar, unshar, uuencode, uudecode

-- no debconf information


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



Bug#380272: kernel-image-2.6-686-smp: cpqarray module fails to detect arrays

2006-07-30 Thread Joshua Rubin
Hi macs,

So I am open to any tips as to how to write to non volatile media in the 
initramfs. I can not mount my HDDs, there is no floppy device or modules, no 
useful network programs (that I could find) to send a file to another 
computer.

Anyway, I will try to type out anything I find relevant.

cat /proc/modules (in initramfs):
ide_generic
ide_cd
cdrom
serverworks
cpqarray
sym53c8xx
scsi_transport_spi
scsi_mod
generic
e100
mii
ide_core
thermal
processor
fan

As far as dmesg errors related to ida, here is what I found:
dmesg | grep -i ida
Kernel command line: root=/dev/ida/c0d0p1 ro
cpqarray: Finding drives on ida04cpqarray ida0: idaSendPciCmd Timeout out, 
No command list address returned!
cpqarray ida0: idaSendPciCmd Timeout out, No command list address returned!

Again, I would love to send you the full dmesg if you can give any suggestions 
how it can be done.

Thanks again,
Joshua


pgpJgAsJTO1NO.pgp
Description: PGP signature


Bug#380272: kernel-image-2.6-686-smp: cpqarray module fails to detect arrays

2006-07-30 Thread Joshua Rubin
Hi maks,

There has been a _VERY_ interesting twist here. Before I got your netcat 
suggestion, I figured I would rebuild the initramfs with the floppy module.

_When the floppy module is loaded, the system finds the partitions and boots 
fine._

Please let me know what you would like from me. I can still remove the floppy 
module from the initramfs (this is my only modification from the standard 
initramfs settings in /etc) and get you the full dmesg if you like. Or I can 
try to figure out why the floppy module would change anything... strange.

Thanks again,
Joshua


pgp9gHIdpNZzS.pgp
Description: PGP signature


Bug#380272: kernel-image-2.6-686-smp: cpqarray module fails to detect arrays

2006-07-30 Thread Joshua Rubin
Since your netcat suggestion was so useful, I here is the complete (broken) 
dmesg from the initramfs. This is without the floppy module loaded (which 
resulted in a bootable system, see previous email).

dmesg:
[0x03] enabled)
Processor #3 6:8 APIC version 17
ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
ACPI: IOAPIC (id[0x08] address[0xfec0] gsi_base[0])
IOAPIC[0]: apic_id 8, version 17, address 0xfec0, GSI 0-34
ACPI: IRQ9 used by override.
Enabling APIC mode:  Flat.  Using 1 I/O APICs
Using ACPI (MADT) for SMP configuration information
Allocating PCI resources starting at 3000 (gap: 2000:dec0)
Built 1 zonelists
Kernel command line: root=/dev/ida/c0d0p1 ro 
mapped APIC to d000 (fee0)
mapped IOAPIC to c000 (fec0)
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Initializing CPU#0
PID hash table entries: 2048 (order: 11, 32768 bytes)
Detected 797.686 MHz processor.
Using pmtmr for high-res timesource
Console: colour VGA+ 80x25
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Memory: 511648k/524272k available (1505k kernel code, 11980k reserved, 545k 
data, 176k init, 0k highmem)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay using timer specific routine.. 1603.26 BogoMIPS 
(lpj=3206528)
Security Framework v1.0.0 initialized
SELinux:  Disabled at boot.
Capability LSM initialized
Mount-cache hash table entries: 512
CPU: After generic identify, caps: 0383fbff    
  
CPU: After vendor identify, caps: 0383fbff     
 
CPU: L1 I cache: 16K, L1 D cache: 16K
CPU: L2 cache: 256K
CPU: After all inits, caps: 0383fbff   0040  
 
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
Checking 'hlt' instruction... OK.
CPU0: Intel Pentium III (Coppermine) stepping 03
Booting processor 1/0 eip 3000
Initializing CPU#1
Calibrating delay using timer specific routine.. 1595.09 BogoMIPS 
(lpj=3190195)
CPU: After generic identify, caps: 0383fbff    
  
CPU: After vendor identify, caps: 0383fbff     
 
CPU: L1 I cache: 16K, L1 D cache: 16K
CPU: L2 cache: 256K
CPU: After all inits, caps: 0383fbff   0040  
 
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#1.
CPU1: Intel Pentium III (Coppermine) stepping 03
Total of 2 processors activated (3198.36 BogoMIPS).
ENABLING IO-APIC IRQs
..TIMER: vector=0x31 apic1=0 pin1=0 apic2=-1 pin2=-1
checking TSC synchronization across 2 CPUs: passed.
Brought up 2 CPUs
migration_cost=8000
checking if image is initramfs... it is
Freeing initrd memory: 4281k freed
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: PCI BIOS revision 2.10 entry at 0xf0094, last bus=3
PCI: Using configuration type 1
mtrr: your CPUs had inconsistent fixed MTRR settings
mtrr: probably your BIOS does not setup all CPUs.
mtrr: corrected configuration.
ACPI: Subsystem revision 20060127
ACPI: Interpreter enabled
ACPI: Using IOAPIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (:00)
PCI: Probing PCI hardware (bus 00)
Boot video device is :00:03.0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Root Bridge [PCI1] (:03)
PCI: Probing PCI hardware (bus 03)
ACPI: PCI Interrupt Routing Table [\_SB_.PCI1._PRT]
ACPI: PCI Interrupt Link [FAKE] (IRQs) *0, disabled.
ACPI: PCI Interrupt Link [INA0] (IRQs 5 10 11 15) *3
ACPI: PCI Interrupt Link [INA1] (IRQs 5 10 11 15) *0, disabled.
ACPI: PCI Interrupt Link [ITR0] (IRQs 5 10 11 15) *0, disabled.
ACPI: PCI Interrupt Link [ITR1] (IRQs 5 *10 11 15)
ACPI: PCI Interrupt Link [ITR2] (IRQs 5 10 11 15) *0, disabled.
ACPI: PCI Interrupt Link [ITR3] (IRQs 5 10 11 15) *7
ACPI: PCI Interrupt Link [ITR4] (IRQs 5 10 *11 15)
ACPI: PCI Interrupt Link [INB0] (IRQs 5 10 11 15) *0, disabled.
ACPI: PCI Interrupt Link [INB1] (IRQs 5 10 11 15) *0, disabled.
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
pnp: PnP ACPI: found 10 devices
PnPBIOS: Disabled by ACPI PNP
PCI: Using ACPI for IRQ routing
PCI: If a device doesn't work, try pci=routeirq.  If it helps, post a report
PCI: Device :00:00.0 not found by BIOS
PCI: Device :00:00.1 not found by BIOS
PCI: Device :00:0f.0 not found by BIOS
pnp: 00:01: ioport range 0xf50-0xf58 has been reserved
audit: initializing netlink socket (disabled)
audit(1154281037.824:1): initialized
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Initializing Cryptographic API
io scheduler noop registered
io scheduler anticipatory registered (default)
io scheduler deadline registered
io scheduler cfq 

Bug#380272: kernel-image-2.6-686-smp: cpqarray module fails to detect arrays

2006-07-30 Thread Joshua Rubin
Hi maks,

I just tried installing etch with the beta2 installer. This system loaded the 
floppy module before the cpqarray module, yet could not find the arrays 
either. Still, the sarge system upgraded to etch works fine with the floppy 
module loaded in the initramfs.

Here is the info you requested from the initramfs of the working system with 
the floppy module loaded first:

cat /proc/modules:
ext3 118152 1 - Live 0xd093e000
jbd 51412 1 ext3, Live 0xd090d000
mbcache 8292 1 ext3, Live 0xd08e
dm_mirror 18676 0 - Live 0xd0891000
dm_snapshot 15584 0 - Live 0xd088c000
dm_mod 49204 4 dm_mirror,dm_snapshot, Live 0xd08ee000
ide_generic 1344 0 [permanent], Live 0xd0842000
ide_cd 35936 0 - Live 0xd08d4000
cdrom 32304 1 ide_cd, Live 0xd0897000
serverworks 8264 0 [permanent], Live 0xd085d000
sym53c8xx 68340 0 - Live 0xd08a2000
scsi_transport_spi 21024 1 sym53c8xx, Live 0xd0861000
scsi_mod 124236 2 sym53c8xx,scsi_transport_spi, Live 0xd08b4000
generic 4388 0 [permanent], Live 0xd0845000
cpqarray 20868 2 - Live 0xd0852000
ide_core 113868 4 ide_generic,ide_cd,serverworks,generic, Live 0xd086f000
e100 32356 0 - Live 0xd0849000
mii 5280 1 e100, Live 0xd081b000
thermal 13288 0 - Live 0xd0821000
processor 25896 1 thermal, Live 0xd0836000
fan 4676 0 - Live 0xd0818000
floppy 57200 0 - Live 0xd0827000

dmesg:
dress[0xfec0] gsi_base[0])
IOAPIC[0]: apic_id 8, version 17, address 0xfec0, GSI 0-34
ACPI: IRQ9 used by override.
Enabling APIC mode:  Flat.  Using 1 I/O APICs
Using ACPI (MADT) for SMP configuration information
Allocating PCI resources starting at 3000 (gap: 2000:dec0)
Built 1 zonelists
Kernel command line: root=/dev/mapper/Debian-root ro break=bottom
mapped APIC to d000 (fee0)
mapped IOAPIC to c000 (fec0)
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Initializing CPU#0
PID hash table entries: 2048 (order: 11, 32768 bytes)
Detected 797.686 MHz processor.
Using pmtmr for high-res timesource
Console: colour VGA+ 80x25
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Memory: 511136k/524272k available (1505k kernel code, 12608k reserved, 545k 
data, 176k init, 0k highmem)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay using timer specific routine.. 1603.31 BogoMIPS 
(lpj=3206638)
Security Framework v1.0.0 initialized
SELinux:  Disabled at boot.
Capability LSM initialized
Mount-cache hash table entries: 512
CPU: After generic identify, caps: 0383fbff    
  
CPU: After vendor identify, caps: 0383fbff     
 
CPU: L1 I cache: 16K, L1 D cache: 16K
CPU: L2 cache: 256K
CPU: After all inits, caps: 0383fbff   0040  
 
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
Checking 'hlt' instruction... OK.
CPU0: Intel Pentium III (Coppermine) stepping 03
Booting processor 1/0 eip 3000
Initializing CPU#1
Calibrating delay using timer specific routine.. 1595.08 BogoMIPS 
(lpj=3190176)
CPU: After generic identify, caps: 0383fbff    
  
CPU: After vendor identify, caps: 0383fbff     
 
CPU: L1 I cache: 16K, L1 D cache: 16K
CPU: L2 cache: 256K
CPU: After all inits, caps: 0383fbff   0040  
 
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#1.
CPU1: Intel Pentium III (Coppermine) stepping 03
Total of 2 processors activated (3198.40 BogoMIPS).
ENABLING IO-APIC IRQs
..TIMER: vector=0x31 apic1=0 pin1=0 apic2=-1 pin2=-1
checking TSC synchronization across 2 CPUs: passed.
Brought up 2 CPUs
migration_cost=8000
checking if image is initramfs... it is
Freeing initrd memory: 4910k freed
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: PCI BIOS revision 2.10 entry at 0xf0094, last bus=3
PCI: Using configuration type 1
mtrr: your CPUs had inconsistent fixed MTRR settings
mtrr: probably your BIOS does not setup all CPUs.
mtrr: corrected configuration.
ACPI: Subsystem revision 20060127
ACPI: Interpreter enabled
ACPI: Using IOAPIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (:00)
PCI: Probing PCI hardware (bus 00)
Boot video device is :00:03.0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Root Bridge [PCI1] (:03)
PCI: Probing PCI hardware (bus 03)
ACPI: PCI Interrupt Routing Table [\_SB_.PCI1._PRT]
ACPI: PCI Interrupt Link [FAKE] (IRQs) *0, disabled.
ACPI: PCI Interrupt Link [INA0] (IRQs 5 10 11 15) *3
ACPI: PCI Interrupt Link [INA1] (IRQs 5 10 11 15) *0, disabled.
ACPI: PCI Interrupt Link [ITR0] (IRQs 5 10 11 15) *0, disabled.
ACPI: PCI Interrupt Link [ITR1] (IRQs 5 *10 11 15)
ACPI: PCI Interrupt Link [ITR2] (IRQs 5 10 11 15) 

Bug#380272: kernel-image-2.6-686-smp: cpqarray module fails to detect arrays

2006-07-29 Thread Joshua Rubin
Hi macs,

On Friday 28 July 2006 20:58, you wrote:
 this is an not recommended local workaround,
 you will have to take care of your own kernel security upgrade.

I am aware of this, I am trying to be as helpful as possible and I do not 
believe there are any other local workarounds that will work, please prove me 
wrong. I am capable of updating the kernel as necessary but would much prefer 
the fix to be integrated into the official sources. If you are unwilling to 
make a change that I know works, I will file a bug report with the kernel 
developers instead. I know that pre 2.6.15 kernels do work as expected, I 
just dont have the kernel development experience to attempt to fix this as a 
module, so building it into the kernel works for me and I will go with that.

 please answer to the requested questions or your bugreport is useless.

I have already answered all of your questions. Have I missed any? Please read 
my responses more carefully before criticizing the bug report.

Joshua


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



Bug#380276: kernel-image-2.6-686-smp: cpqarray module fails to detect arrays

2006-07-28 Thread Joshua Rubin
Package: kernel-image-2.6-686-smp
Severity: normal

I am trying to upgrade the kernel on an older Compaq DL360 server. When
I upgraded the kernel to 2.6.16, the system would no longer boot. The
last message on console is:
Begin: Waiting for root file system
After this times out, I get dropped into a shell in the initrd.

The errors relating to the cpqarray module are as follows:
cpqarray: Finding drives on ida0
cpqarray: ida0: idaSendPciCmd Timeout out, No command list address
returned!
cpqarray: error sending ID Controller

Though I have not yet tested this, I found at
http://www.mcnabbs.org/andrew/linux/proliant/ a possible fix that
requires cpqarray to be built into the kernel instead of as a module. I
am in the process of rebuilding the kernel and will report on the
success of this fix.

Thank you,
Joshua Rubin

-- System Information:
Debian Release: testing
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-386
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


pgpRphN9Xlim8.pgp
Description: PGP signature


Bug#380272: kernel-image-2.6-686-smp: cpqarray module fails to detect arrays

2006-07-28 Thread Joshua Rubin
Package: kernel-image-2.6-686-smp
Severity: normal

I am trying to upgrade the kernel on an older Compaq DL360 server. When
I upgraded the kernel to 2.6.16, the system would no longer boot. The
last message on console is:
Begin: Waiting for root file system
After this times out, I get dropped into a shell in the initrd.

The errors relating to the cpqarray module are as follows:
cpqarray: Finding drives on ida0
cpqarray: ida0: idaSendPciCmd Timeout out, No command list address
returned!
cpqarray: error sending ID Controller

Though I have not yet tested this, I found at
http://www.mcnabbs.org/andrew/linux/proliant/ a possible fix that
requires cpqarray to be built into the kernel instead of as a module. I
am in the process of rebuilding the kernel and will report on the
success of this fix.

Thank you,
Joshua Rubin

-- System Information:
Debian Release: testing
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-386
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


pgp3idtkSWxmp.pgp
Description: PGP signature


Bug#380272: kernel-image-2.6-686-smp: cpqarray module fails to detect arrays

2006-07-28 Thread Joshua Rubin
Hi maks,

I installed this system with a sarge cd (2.6.8-386-2 kernel) and that has 
cpqarray compiled as a module and works fine. As far as I can tell, the 
problem only occurs with very recent 2.6 kernels = 2.6.15.

I still have not tested the modified kernel package I made with 
CONFIG_BLK_CPQ_DA=y. I will report on this as soon as I have an answer.

/proc/cmdline:
root=/dev/ida/c0d0p1 ro
(I have tried booting with all combinations of noprobe, noapic and noacpi too)

lsmod (no lsmod in the initramfs, so this is from the system running 2.6.8):
Module  Size  Used by
ipv6  229892  8
af_packet  20872  2
ide_scsi   15492  0
scsi_mod  115148  1 ide_scsi
serverworks12308  1
e100   30080  0
mii 4864  1 e100
dm_mod 51068  0
capability  4872  0
commoncap   7168  1 capability
psmouse17800  0
ide_generic 1664  0
ide_disk   16768  0
ide_cd 38176  0
ide_core  125028  5 
ide_scsi,serverworks,ide_generic,ide_disk,ide_cd
cdrom  35740  1 ide_cd
rtc12088  0
ext3  109544  5
jbd54552  1 ext3
cpqarray   22756  7
unix   26036  14
font8576  0
vesafb  6688  0
cfbcopyarea 3840  1 vesafb
cfbimgblt   3200  1 vesafb
cfbfillrect 3712  1 vesafb

ls -l /dev/ida:
total 0
brw-rw 1 0 0 72, 0  Jul 28 18:03 c0d0

/etc/fstab:
# /etc/fstab: static file system information.
#
# file system mount point   type  options   dump  pass
proc/proc   procdefaults0   0
/dev/ida/c0d0p1 /   ext3defaults,errors=remount-ro 0   1
/dev/ida/c0d0p9 /home   ext3defaults0   2
/dev/ida/c0d0p8 /tmpext3defaults0   2
/dev/ida/c0d0p5 /usrext3defaults0   2
/dev/ida/c0d0p6 /varext3defaults0   2
/dev/ida/c0d0p7 noneswapsw  0   0
/dev/hdc/media/cdrom0   iso9660 ro,user,noauto  0   0
/dev/fd0/media/floppy0  autorw,user,noauto  0   0

dpkg -l grub:
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: 
uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
ii  grub   0.97-12GRand Unified Bootloader

dpkg -l udev:
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: 
uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
ii  udev   0.093-1/dev/ and hotplug management daemon

dpkg -l initramfs-tools:
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: 
uppercase=bad)
||/ NameVersionDescription
+++-===-==-
ii  initramfs-tools 0.69b  tools for generating an initramfs

Thank you for the quick response,
Joshua Rubin


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



Bug#380272: kernel-image-2.6-686-smp: cpqarray module fails to detect arrays

2006-07-28 Thread Joshua Rubin
Hi again maks,

I can now confirm that building with CONFIG_BLK_CPQ_DA=y does in fact fix the 
problem. I used official debian sources when building and only changed that 
one config option. Please let me know how else I can help.

Thanks again,
Joshua


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