Bug#291095: openssl: [manual page] Command line options are not documented

2005-01-18 Thread Jari Aalto
Package: openssl
Version: 0.9.7e-3
Severity: normal


Several command line options are absent from the manual page. Namely
these:

-in  input file
-out output file
-pass pass phrase source
-e encrypt
-d decrypt
-a/-base64 base64 encode/decode, depending on encryption flag
-k passphrase is the next argument
-kfile passphrase is the first line of the file argument
-mdthe next argument is the md to use to create a key
 from a passphrase.  One of md2, md5, sha or sha1
-K/-iv key/iv in hex is the next argument
-[pP]  print the iv/key (then exit if -P)
-bufsizebuffer size
-engine e  use engine e, possibly a hardware device.

Please document them in manual.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages openssl depends on:
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libssl0.9.7 0.9.7e-3 SSL shared libraries

-- no debconf information


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



Bug#291213: findutils: locate [manual] Change updatedb(1L) => updatedb(1)

2005-01-19 Thread Jari Aalto
Package: findutils
Version: 4.1.20-5
Severity: minor


There is no  updatedb(1L) manual page in debian. Please change this to
updatedb(1) 

   $ man 1L updatedb
   No manual entry for updatedb in section 1L

See at:

   ...
   The file name databases contain lists of files that were on  the  system
   when  the  databases  were  last  updated.  The system administrator can
   choose the file name of the default database, the frequency  with  which
   the  databases  are  updated, and the directories for which they contain
>> entries; see updatedb(1L).

OPTIONS
   -d path, --database=path
  Instead of searching the default file name database,  search  the



-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages findutils depends on:
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an

-- no debconf information


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



Bug#291235: RFP: libcgrep -- Library for Fast and Flexible Word Searching on Compressed Text

2005-01-19 Thread Jari Aalto
Package: wnpp
Severity: wishlist


* Package name: libcgrep
  Version : x.y.z
  Upstream Author : Paolo Ferragina <[EMAIL PROTECTED]>
* URL : http://roquefort.di.unipi.it/~ferrax/CompressedSearch/
* License : GPL
  Description : Search through compressed file (fast)

Summary:

- In summary,CGrep is about four times faster than ZGrep, and
  additionally it supports fast advanced IR-searches that are
  completely absent in the Grep-family tools.

Preconditions:

- doxygen
- agrep

Following programs are included:

- huffw; to (de)compress a textual file according to the Huffword paradigm
- cgrep; search for complicated patterns over the Huffword-compressed files

Following libraries are included:

Huffword Library: This library offers some algorithms and data
structures for the efficient (de)compression of textual files. The
compression paradigm is a variant of the Huffman algorithm, here
adapted to be byte-aligned, tagged and word oriented. More
precisely, the tokens are alphanumeric words, and the codewords
are byte sequences with some tagged bits that allow to guarantee
synchronization. The tagging is obtained as follows: the Huffman
tree has fan-out 128, and the arc labels of 7 bits are stored in
the least significant bits of a byte; the codeword is finally
constructed by setting the first bit of the first byte to 1, and
the first bit of each other byte to 0. This compression paradigm
can be improved by removing each single space that occurs between
two alphanumeric tokens, hereafter called Spaceless Model.

 CGrep Library: This library offers all the pattern-matching
functionalities that allow to search over Huffword compressed
files. Actually the search consists of three steps: first the
complex pattern query (possibly involving errors, reg exp, )
is resolved against the dictionary of tokens, built at compression
time by the Huffword algorithm. The tokens that satisfy the query
are coded and then their codewords are searched directly onto the
compressed file (note that this is an exact multiple-patterns
search). This approach induces a twofold speedup: the search cost
is actually proportional to the length of the compressed file, no
decompression at all is required; and the search cost for
complicated patterns (like reg exp, errors,) depends on the
dictionary size, which is small compared to the entire file. The
features that we have implemented in addition to the original
paper are: proximity query, arbitrary number of query-patters each
with its search options, snippet extraction.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)


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



Bug#291242: geoip-bin: No manual page geoipexportlocations.1

2005-01-19 Thread Jari Aalto
Package: geoip-bin
Severity: normal


Program geoipexportlocations does not have manual page.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)


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



Bug#291524: spamassassin: sa-learn manual page width exceeds 80 characters (hard to read)

2005-01-21 Thread Jari Aalto
Package: spamassassin
Version: 3.0.2-1
Severity: minor


>From console terminal or from 80-character width screen, it is hard to
read sa-learn(1) manual because the formatting does not fir to it
nicely. E.g. the options up to column 93:

   ...
   -u username, --username=username  Override username taken from the 
runtime environment
-C path, --configpath=path, --config-file=path   Path to standard 
configuration dir

Please reformat the manual. This could be easily done with POD:

=over 4

=item B<-u username|--username=username>

Override username taken from the runtime environment  

...

=back

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages spamassassin depends on:
ii  debconf   1.4.42 Debian configuration management sy
ii  libdigest-sha1-perl   2.10-1 NIST SHA-1 message digest algorith
ii  libhtml-parser-perl   3.43-1 A collection of modules that parse
ii  perl [libstorable-perl]   5.8.4-5Larry Wall's Practical Extraction 
ii  spamc 3.0.2-1Client for SpamAssassin spam filte

-- debconf information excluded


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



Bug#291542: rcs: [source] warning: the use of `mktemp' is dangerous, better use `mkstemp'

2005-01-21 Thread Jari Aalto
Package: rcs
Version: 5.7-13.3
Severity: minor


During compiling from source there are several warnings:

   warning: the use of `mktemp' is dangerous, better use `mkstemp'

This could be fixed upstream.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages rcs depends on:
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an

-- no debconf information


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



Bug#291598: vdesk: No manual page (empty content)

2005-01-21 Thread Jari Aalto
Package: vdesk
Version: 1.1-1
Severity: normal


File /usr/share/man/man1/vdesk.1x.gz is installed but it is empty.
Plese provide proper manual page.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages vdesk depends on:
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu

-- no debconf information


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



Bug#291602: vdesk: Version 1.2 is available at offog.org/code

2005-01-21 Thread Jari Aalto
Package: vdesk
Version: 1.1-1
Severity: normal


Please update package.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages vdesk depends on:
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu

-- no debconf information


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



Bug#291694: RFP: bloat -- Program to extract file using suitable extractor (whatever is needed)

2005-01-22 Thread Jari Aalto
Package: wnpp
Severity: wishlist


* Package name: bloat
  Version : 1.4
  Upstream Author : David Wickham <[EMAIL PROTECTED]>
* URL : http://sourceforge.net/projects/bloat
* License : GPL
  Description : Program to extract file using suitable extractor (whatever 
is needed)


Bloat is a Perl script which analyses an archive's filename and
extracts it using a suitable extractor.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)


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



Bug#291714: aewm++: New upstream release 1.0.29

2005-01-22 Thread Jari Aalto
Package: aewm++
Version: 1.0.24-3
Severity: normal


There is new release 1.0.29 available at sapphire.sf.net

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages aewm++ depends on:
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libgcc1  1:3.4.3-7   GCC support library
ii  libstdc++5   1:3.3.5-6   The GNU Standard C++ Library v3
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-10 X Window System miscellaneous exte
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu

-- no debconf information


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



Bug#291727: aewm++-goodies: Inconsistent binary name. Please user aewm++ for all

2005-01-22 Thread Jari Aalto
Package: aewm++-goodies
Version: 1.0-5
Severity: normal


There seems to be "ae_" and "aewm++" prefixes in the programs. It would be
more consistent to use "aewm++" prefix (according to package). Perhaps
also the underscores could be changed to dashes, as dasheas are the
preferred naming in many files, like invoke-rc.d etc.

/usr/bin/ae_fspanel => aewm++-fspanel (*)
/usr/bin/appbar => aewm++-appbar 
/usr/bin/setrootimage   => aewm++-setrootimage
/usr/bin/aewm++_xsession=> aewm++-xsession (*)

If the status quo must be preserved, perhaps at least (*) names could
be canonicalized.

Jari

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages aewm++-goodies depends on:
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libgcc1  1:3.4.3-7   GCC support library
ii  libstdc++5   1:3.3.5-6   The GNU Standard C++ Library v3
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu

-- no debconf information


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



Bug#291736: aewm++-goodies: Remove offending F**ucking word from manual page

2005-01-22 Thread Jari Aalto
Package: aewm++-goodies
Version: 1.0-5
Severity: normal


I don't think it is appropriate language in manual like this:

  NAME
   aewm++_fspanel - F***ing small panel

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages aewm++-goodies depends on:
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libgcc1  1:3.4.3-7   GCC support library
ii  libstdc++5   1:3.3.5-6   The GNU Standard C++ Library v3
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu

-- no debconf information


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



Bug#291803: RFP: bbsmount -- Black box/fluxbox desktop tool to manage mount points

2005-01-23 Thread jari . aalto
Package: wnpp
Severity: wishlist


* Package name: bbsmount
  Version : x.y.z
  Upstream Author : Name <[EMAIL PROTECTED]>
* URL : http://bbtools.sourceforge.net/
* License : GPL
  Description : Black box/fluxbox desktop tool to manage mount points

(Include the long description here.)

See sourceforge.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.27-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Bug#291802: RFP: bbslashdot -- Black box/fluxbox desktop tool for slashdot site

2005-01-23 Thread jari . aalto
Package: wnpp
Severity: wishlist


* Package name: bbslashdot
  Version : x.y.z
  Upstream Author : Name <[EMAIL PROTECTED]>
* URL : http://sf.net/projects/bbtools
* License : GPL
  Description : Black box/fluxbox desktop tool for slashdot site

(Include the long description here.)

See Sourceforge site

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.27-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Bug#291801: RFP: bbrun -- Black Box/fluxbox desktop tool to run commands

2005-01-23 Thread jari . aalto
Package: wnpp
Severity: wishlist


* Package name: bbrun
  Version : 1.1
  Upstream Author : Name <[EMAIL PROTECTED]>
* URL : http://sf.net/projects/bbtools
* License : GPL
  Description : Black Box/fluxbox desktop tool to run commands

(Include the long description here.)

See sourceforge for more details.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.27-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Bug#291818: RFP: bbacpi -- Black box/fluxbox desktop tool to manage ennergy saving features

2005-01-23 Thread jari . aalto
Package: wnpp
Severity: wishlist


* Package name: bbacpi
  Version : x.y.z
  Upstream Author : Name <[EMAIL PROTECTED]>
* URL : http://bbtools.sourceforge.net/
* License : GPL
  Description : Black box/fluxbox desktop tool to manage ennergy saving 
features

(Include the long description here.)


See sourceforge

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.27-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Bug#291830: deskmenu: [manual] Add dfm(1) to SEE ALSO

2005-01-23 Thread Jari Aalto
Package: deskmenu
Version: 1.4.1
Severity: minor


SEE ALSO could mention dfm(1) which manages icons at desktop for
simple WMs.


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages deskmenu depends on:
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libglib2.0-0 2.4.8-1 The GLib library of C routines
ii  libgtk2.0-0  2.4.14-2The GTK+ graphical user interface 
ii  libpango1.0-01.6.0-3 Layout and rendering of internatio
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-10 X Window System miscellaneous exte
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu

-- no debconf information


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



Bug#292345: apt: apt-get [manual] Add SEE ALSO debget(1)

2005-01-26 Thread Jari Aalto
Package: apt
Version: 0.5.28.1
Severity: minor


The manual of apt-get(1) reads:

  SEE ALSO
   apt-cache(8),   apt-cdrom(8),   dpkg(8),  dselect(8),  sources.list(5),
   apt.conf(5),apt-config(8),TheAPTUser's guide in
   /usr/share/doc/apt/, apt_preferences(5), the APT Howto.

You might want to consider adding also

apt-file(1) apt-show-versions(1) aptitude(1) debget(1) 

-- Package-specific info:

-- (no /etc/apt/preferences present) --

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages apt depends on:
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libgcc1 1:3.4.3-7GCC support library
ii  libstdc++5  1:3.3.5-6The GNU Standard C++ Library v3

-- no debconf information


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



Bug#292358: subversion: /usr/bin/svnserve should be shell script with UMASK 022

2005-01-26 Thread Jari Aalto
Package: subversion
Severity: normal


Due to permission problems with various access methods, the svnserve
should be shell script:

  #!/bin/sh

  umask 022
  /usr/lib/subversion/svnserve "$@"

As described in the SVN book:

  Supporting Multiple Repository Access Methods
  http://svnbook.red-bean.com/en/1.1/ch06s05.html

The original binary could be either renamed to:

  /usr/bin/svnserve1

or placed to:

  /usr/lib/subversion/svnserve

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)


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



Bug#292414: bogofilter: [manual] Please clarify -e option and exit code

2005-01-26 Thread Jari Aalto
Package: bogofilter
Version: 0.93.4-2
Severity: minor


>From manual:

  OPTIONS
   ...

   The -e (embed) option tells bogofilter to exit with code  0  unless
   there  was  an error (even if the mail is not spam or classified as
   unsure). This simplifies using bogofilter from  procmail  or  mail-
   drop.

For non english speaking this whole paragraph in unclear, especially when 
extra information is given in parenthesis (even if ...). Does that refer
to exit code 0 or some other value?

Please reformat in simple terms. A suggestion:

   The -e (embed) option tells bogofilter to exit with code 0 if
   message wa classified as ham or unsure. Exit with non-zero in case
   of spam or other error. This simplifies using bogofilter from
   procmail or mail- drop.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages bogofilter depends on:
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libdb4.34.3.27-1 Berkeley v4.3 Database Libraries [
ii  libgsl0 1.6-1The GNU Scientific Library (GSL) -

-- no debconf information


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



Bug#292421: jed: Emacs key C-h b is not included in C-h listing (describe-keys)

2005-01-26 Thread Jari Aalto
Package: jed
Version: 0.99.16-3.2
Severity: normal


The C-h listing is good, but it is missing one very frequently used command:

C-h b   describe-bindings

That is available in menu 

Help => Describe Key bindings

so the functionalyty would be easily the C-h.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages jed depends on:
ii  jed-common  0.99.16-3.2  Byte compiled S-Lang runtime files
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libgpmg11.19.6-19General Purpose Mouse - shared lib
ii  slang1  1.4.9dbs-8   The S-Lang programming library - r

-- no debconf information


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



Bug#292578: ratpoison: Missign manual page

2005-01-27 Thread Jari Aalto
Package: ratpoison
Version: 1.2.1
Severity: normal


In Debian all prgrams are supposed to have manual page. Please provide
one even if it referred to the info documentation.


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages ratpoison depends on:
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu

-- no debconf information


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



Bug#292579: RFP: miwm -- MIcroscopic Window Manager - super light and fast

2005-01-27 Thread Jari Aalto
Package: wnpp
Severity: wishlist


* Package name: miwm
  Version : 1.1
  Upstream Author : Ben Wise <[EMAIL PROTECTED]>
* URL : http://freshmeat.net/projects/miwm/
* License : GPL
  Description : MIcroscopic Window Manager - super light and fast

MIcroscopic Window Manager (MIWM) is a fast, small, minimalist, and
extremely reliable window manager. It is designed to do the job very
simply and unobtrusively, without constraining power users. It
features optional auto-tiling, desktop cleanup, a user-defined root
menu, optional previewing of hidden windows, variable numbers of
virtual desktops, and configurable window behavior. It includes a
simple, very effective memory management utility for leak detection.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)


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



Bug#292580: RFP: button-panel-bs -- Button panel for minimalistic window managers

2005-01-27 Thread Jari Aalto
Package: wnpp
Severity: wishlist


* Package name: button-panel-bs
  Version : x.y.z
  Upstream Author : Luiz Henrique de Figueiredo <[EMAIL PROTECTED]>
* URL : http://w3.impa.br/~lhf/bs/
* License : (GPL, LGPL, BSD, MIT/X, etc.)
  Description : Button panel for minimalistic window managers

>From site:

Abstract. bs is a simple programmable button shell for X that I wrote
years ago. Despite being a powerful tool, supporting user-defined
dialog layout, bs is actually a very simple and short program. The
source code of bs is fully explained in this article. This explanation
provides brief introduction to Xt, widgets, callbacks and callback
data. I also show how easy it is to use Motif widgets instead of
Athena widgets, for which bs was originally developed.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)


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



Bug#292620: fbdesk: insuffient manual page

2005-01-28 Thread Jari Aalto
Package: fbdesk
Version: 1.1.5-1
Severity: normal


Please copy/paste the documentation to the fbdesk.1. The manuala page
should be usable without having to refer to external sources (no
internet connection).


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages fbdesk depends on:
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libgcc1  1:3.4.3-7   GCC support library
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libstdc++5   1:3.3.5-6   The GNU Standard C++ Library v3
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu

-- no debconf information


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



Bug#292636: cvsd: On startup fialure, the program does not return error code on exit

2005-01-28 Thread Jari Aalto
Package: cvsd
Severity: normal


The /etc/init.d/cvsd start command does not diplsya error if process
could not be started. The problem is that cvsd does not return failure
code on exit. An exmaple:

$ start-stop-daemon --start --quiet --pidfile /var/run/cvsd.pid --exec 
/usr/sbin/cvsd -- -f /etc/cvsd/cvsd.conf && echo $?
0

And /var/log/syslog reads:

Jan 28 14:49:26 bongo cvsd[6399]: version 1.0.4 starting
Jan 28 14:49:26 bongo cvsd[6399]: listening on :: 2401
Jan 28 14:49:26 bongo cvsd[6399]: bind() failed: Address already in use
Jan 28 14:49:26 bongo cvsd[6399]: version 1.0.4 bailing out

No process has been started and the pid file is lying around:

$ ls -la /var/run/cvsd.pid 
-rw-r--r--  1 root root 5 2005-01-28 14:49 /var/run/cvsd.pid

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)


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



Bug#340748: shorewall: [v3] ERROR: Only one firewall zone may be defined

2005-11-30 Thread Jari Aalto
Paul Gear <[EMAIL PROTECTED]> writes:
| Jari Aalto wrote:
| 
| > Package: shorewall
| > Version: 3.0.1-1
| > Severity: important
| > 
| > After upgrade to v4 shorewall I changed the zone file to (ipsecfile is
| > empty):
| > 
| > #ZONE   TYPEOPTIONS
| > 
| > fw  firewall
| > net ipv4
| > loc ipv4
| > 
| > Which is assumed to be correect according to releasenotes.txt.gz
| > and http://www.shorewall.net/Documentation.htm#Zones
| > ...
| 
| The comments in the zone file indicate that the fw zone should only be
| defined in zones OR shorewall.conf, not both.  I expect this is the problem.

Correct. FW variable was defined in shorewall.conf. Perhaps the error
message could be made more verbose to suggest to check the
contants of shorewall.conf 

Jari




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



Bug#341738: linux-image-2.6.14-2-686: Could not read output for /sbin/modprobe -v -n --show-depends --set-version 2.6.14-2-686 auto (fatal)

2005-12-02 Thread Jari Aalto
Package: linux-image-2.6.14-2-686
Version: 2.6.14-4
Severity: important

Kernel cannot be installed. See below.

BUG DESCRIPTION

Setting up linux-image-2.6.14-2-686 (2.6.14-4) ...
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/modprobe -v -n --show-depends 
--set-version 2.6.14-2-686 auto (fatal)
Failed to create initrd image.
dpkg: error processing linux-image-2.6.14-2-686 (--configure):
 subprocess post-installation script returned error exit status 2
Errors were encountered while processing:
 linux-image-2.6.14-2-686
E: Sub-process /usr/bin/dpkg returned an error code (1)

FURTHER INFORMATION

[EMAIL PROTECTED] /sbin/modprobe -v -n --show-depends --set-version 
2.6.14-2-686 auto
FATAL: Module auto not found.

[EMAIL PROTECTED] uname -a
Linux host 2.6.12-1-686 #1 Tue Sep 27 12:52:50 JST 2005 i686 GNU/Linux

ENVIRONMENT

diversion by module-init-tools from: /sbin/modprobe

ii  module-init-tools 3.2-pre9-4 


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.12-1-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_US)

Versions of packages linux-image-2.6.14-2-686 depends on:
ii  module-init-tools 3.2-pre9-4 tools for managing Linux kernel mo
ii  yaird [linux-initramfs-tool]  0.0.11-12  Yet Another mkInitRD

linux-image-2.6.14-2-686 recommends no packages.

-- no debconf information


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



Bug#341738: linux-image-2.6.14-2-686: Could not read output for /sbin/modprobe -v -n --show-depends --set-version 2.6.14-2-686 auto (fatal)

2005-12-03 Thread Jari Aalto
Erik van Konijnenburg <[EMAIL PROTECTED]> writes:

| On Fri, Dec 02, 2005 at 06:36:41PM +0200, Jari Aalto wrote:
| 
| > Setting up linux-image-2.6.14-2-686 (2.6.14-4) ...
| > 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/modprobe -v -n --show-depends 
--set-version 2.6.14-2-686 auto (fatal)
| 
| Could you post the output of yaird -d -o /tmp/junk.img 2.6.14-2-686?
| and dpkg -l yaird?

Sure. Thanks for looking into this.

Jari

---

[EMAIL PROTECTED]:~# dpkg -l yaird

[EMAIL PROTECTED]:~# dpkg -l yaird
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  yaird  0.0.11-12  Yet Another mkInitRD

---

[EMAIL PROTECTED]:~#  yaird -d -o /tmp/junk.img 2.6.14-2-686
yaird: goal: template, prologue (/usr/lib/yaird/conf/Default.cfg:52)
yaird: action: prologue,  {}
yaird: goal: module, fbcon (/usr/lib/yaird/conf/Default.cfg:56)
yaird: goal: input, -- (/usr/lib/yaird/conf/Default.cfg:73)
yaird:D: addInput: consider AT Translated Set 2 keyboard is 
isa0060/serio0/input0 at platform/i8042/serio4 [event0,kbd] [LED,KEY,EV,MSC] 
(KBD)
yaird:D: addOneModule: modprobe psmouse
yaird:D: runCmd - doing /sbin/modprobe -v -n --show-depends --set-version 
2.6.14-2-686 psmouse
yaird:D: runCmd - result '1' for /sbin/modprobe -v -n --show-depends 
--set-version 2.6.14-2-686 psmouse
yaird: action: insmod, 
/lib/modules/2.6.14-2-686/kernel/drivers/input/mouse/psmouse.ko {optionList=-- }
yaird: hardware: completed platform/i8042/serio4
yaird:D: addInput: consider Logitech Optical USB Mouse is 
usb-:00:07.2-1/input0 at pci:00/:00:07.2/usb1/1-1/1-1:1.0 
[event1,mouse0,ts0] [KEY,REL,EV]
yaird:D: addInput: skipping
yaird:D: addInput: consider PC Speaker is isa0061/input0 at -- [event2,kbd] 
[EV,SND]
yaird:D: addInput: skipping
yaird:D: addInput: consider PS/2 Generic Mouse is isa0060/serio4/input0 at 
platform/i8042/serio3 [ts1,mouse1,event3] [KEY,REL,EV]
yaird:D: addInput: skipping
yaird:D: addInput: end
yaird: goal: module, mousedev (/usr/lib/yaird/conf/Default.cfg:103)
yaird:D: addOneModule: modprobe mousedev
yaird:D: runCmd - doing /sbin/modprobe -v -n --show-depends --set-version 
2.6.14-2-686 mousedev
yaird:D: runCmd - result '1' for /sbin/modprobe -v -n --show-depends 
--set-version 2.6.14-2-686 mousedev
yaird: action: insmod, 
/lib/modules/2.6.14-2-686/kernel/drivers/input/mousedev.ko {optionList=-- }
yaird: goal: module, evdev (/usr/lib/yaird/conf/Default.cfg:104)
yaird:D: addOneModule: modprobe evdev
yaird:D: runCmd - doing /sbin/modprobe -v -n --show-depends --set-version 
2.6.14-2-686 evdev
yaird:D: runCmd - result '1' for /sbin/modprobe -v -n --show-depends 
--set-version 2.6.14-2-686 evdev
yaird: action: insmod, /lib/modules/2.6.14-2-686/kernel/drivers/input/evdev.ko 
{optionList=-- }
yaird: goal: mountdir, / (/usr/lib/yaird/conf/Default.cfg:143)
yaird:D: addOneModule: modprobe piix
yaird:D: runCmd - doing /sbin/modprobe -v -n --show-depends --set-version 
2.6.14-2-686 piix
yaird:D: runCmd - result '1' for /sbin/modprobe -v -n --show-depends 
--set-version 2.6.14-2-686 piix
yaird: action: insmod, /lib/modules/2.6.14-2-686/kernel/drivers/ide/ide-core.ko 
{optionList=-- }
yaird: action: insmod, /lib/modules/2.6.14-2-686/kernel/drivers/ide/pci/piix.ko 
{optionList=-- }
yaird:D: addOneModule: modprobe generic
yaird:D: runCmd - doing /sbin/modprobe -v -n --show-depends --set-version 
2.6.14-2-686 generic
yaird:D: runCmd - result '1' for /sbin/modprobe -v -n --show-depends 
--set-version 2.6.14-2-686 generic
yaird:D: redundant action: insmod, 
/lib/modules/2.6.14-2-686/kernel/drivers/ide/ide-core.ko
yaird: action: insmod, 
/lib/modules/2.6.14-2-686/kernel/drivers/ide/pci/generic.ko {optionList=-- }
yaird:D: addOneModule: modprobe ide-generic
yaird:D: runCmd - doing /sbin/modprobe -v -n --show-depends --set-version 
2.6.14-2-686 ide-generic
yaird:D: runCmd - result '1' for /sbin/modprobe -v -n --show-depends 
--set-version 2.6.14-2-686 ide-generic
yaird:D: redundant action: insmod, 
/lib/modules/2.6.14-2-686/kernel/drivers/ide/ide-core.ko
yaird: action: insmod, 
/lib/modules/2.6.14-2-686/kernel/drivers/ide/ide-generic.ko {optionList=-- }
yaird:D: addOneModule: modprobe ide-disk
yaird:D: runCmd - doing /sbin/modprobe -v -n --show-depends --set-version 
2.6.14-2-686 ide-disk
yaird:D: runCmd - result '1' for /sbin/modprobe -v -n --show-depends 
--set-ver

Bug#341738: linux-image-2.6.14-2-686: Could not read output for /sbin/modprobe -v -n --show-depends --set-version 2.6.14-2-686 auto (fatal)

2005-12-04 Thread Jari Aalto
Erik van Konijnenburg <[EMAIL PROTECTED]> writes:

| On Sat, Dec 03, 2005 at 10:18:53AM +0200, Jari Aalto wrote:
| > ii  yaird  0.0.11-12  Yet Another mkInitRD
| 
| OK, that's the most recent.
| 
| > [EMAIL PROTECTED]:~#  yaird -d -o /tmp/junk.img 2.6.14-2-686
| 
| Output that follows looks correct: it seems you have fstype 'auto' in your
| /etc/fstab entry for root, and yaird determines that the filesystem is
| reisrfs.  Versions prior to 0.0.11-12 had the problem you show in
| parsing auto in fstab.

I've attached portion of /etc/fstab [1]. The other entries are NFS and
samba related.

| That suggests the problem is in how yaird is invoked.  Perhaps the
| kernel install script invokes a broken copy of yaird?

It's the only yaird in the system.[2]

| Things to check:
| --debsums -a yaird
|   if it says a anything other than ok ok ok, reinstall yaird.

All ok. [3]

| --hack /usr/sbin/mkinitrd.yaird to echo the yaird command line
| and its own arguments to some scratch file, then do
|   dpkg-reconfigure linux-image-2.6.14-2-686
|   and see if there's a difference from the yaird call you did
|   just now.

Hm. That worked? [4]

Hope the logs help to solve this. If you need more information, I can
try more tests.

Jari

| Or, if getting the new kernel running is more interesting to you
| than finding out the cause, replace the 'auto' keyword in your fstab
| with the appropriate file system type.
| 
| Regards,
| Erik

Footnotes: 

[1]  
#
proc/proc   procdefaults0   0
/dev/hda8   /   reiserfs defaults   0   1
/dev/hda1   /boot   ext2defaults0   2
/dev/hda5   noneswapsw  0   0
/dev/hdb/media/cdrom0   iso9660 ro,user,noauto  0   0

/dev/fd0/media/floppy0  autorw,user,noauto,sync  0   0
/dev/sda1   /mnt/usbvfatdefaults,noauto,rw,umask=0 00


[2]
[EMAIL PROTECTED]:~# locate yaird
/etc/yaird
/etc/yaird/Default.cfg
/etc/yaird/Templates.cfg
/usr/lib/yaird
/usr/lib/yaird/conf
/usr/lib/yaird/conf/Default.cfg
/usr/lib/yaird/conf/Templates.cfg
/usr/lib/yaird/exec
/usr/lib/yaird/exec/findlibs
/usr/lib/yaird/exec/ipconfig
/usr/lib/yaird/exec/nfsmoun
/usr/lib/yaird/exec/run_ini
/usr/lib/yaird/exec/trynfs
/usr/lib/yaird/perl
/usr/lib/yaird/perl/ActionList.pm
/usr/lib/yaird/perl/ActiveBlockDev.pm
/usr/lib/yaird/perl/ActiveBlockDevTab.pm
/usr/lib/yaird/perl/Base.pm
/usr/lib/yaird/perl/Blacklist.pm
/usr/lib/yaird/perl/BlockSpecialFileTab.pm
/usr/lib/yaird/perl/Conf.pm
/usr/lib/yaird/perl/CryptEntry.pm
/usr/lib/yaird/perl/CryptTab.pm
/usr/lib/yaird/perl/FsEntry.pm
/usr/lib/yaird/perl/FsOpts.pm
/usr/lib/yaird/perl/FsTab.pm
/usr/lib/yaird/perl/Hardware.pm
/usr/lib/yaird/perl/IdeDev.pm
/usr/lib/yaird/perl/Image.pm
/usr/lib/yaird/perl/Input.pm
/usr/lib/yaird/perl/InputTab.pm
/usr/lib/yaird/perl/KConfig.pm
/usr/lib/yaird/perl/LabeledPartition.pm
/usr/lib/yaird/perl/LabeledPartitionTab.pm
/usr/lib/yaird/perl/LogicalVolume.pm
/usr/lib/yaird/perl/LvmTab.pm
/usr/lib/yaird/perl/ModProbe.pm
/usr/lib/yaird/perl/NetDev.pm
/usr/lib/yaird/perl/NetDevTab.pm
/usr/lib/yaird/perl/Obj.pm
/usr/lib/yaird/perl/Opts.pm
/usr/lib/yaird/perl/Pack.pm
/usr/lib/yaird/perl/Parser.pm
/usr/lib/yaird/perl/PciDev.pm
/usr/lib/yaird/perl/PciMapEntry.pm
/usr/lib/yaird/perl/PciTab.pm
/usr/lib/yaird/perl/PhysicalVolume.pm
/usr/lib/yaird/perl/Plan.pm
/usr/lib/yaird/perl/RaidDev.pm
/usr/lib/yaird/perl/RaidTab.pm
/usr/lib/yaird/perl/ScsiDev.pm
/usr/lib/yaird/perl/SharedLibraries.pm
/usr/lib/yaird/perl/TestSet.pm
/usr/lib/yaird/perl/UsbDev.pm
/usr/lib/yaird/perl/UsbMapEntry.pm
/usr/lib/yaird/perl/UsbTab.pm
/usr/lib/yaird/perl/VolumeGroup.pm
/usr/sbin/mkinitrd.yaird
/usr/sbin/yaird
/usr/share/doc-base/yaird
/usr/share/doc/yaird
/usr/share/doc/yaird/AUTHORS
/usr/share/doc/yaird/buildinfo.gz
/usr/share/doc/yaird/changelog.Debian.gz
/usr/share/doc/yaird/changelog.gz
/usr/share/doc/yaird/copyrigh
/usr/share/doc/yaird/examples
/usr/share/doc/yaird/examples/Debian-initrd.cfg.gz
/usr/share/doc/yaird/examples/Debian.cfg.gz
/usr/share/doc/yaird/examples/Fedora.cfg.gz
/usr/share/doc/yaird/figures
/usr/share/doc/yaird/figures/console.dia
/usr/share/doc/yaird/figures/console.png
/usr/share/doc/yaird/NEWS.gz
/usr/share/doc/yaird/README.gz
/usr/share/doc/yaird/TODO
/usr/share/doc/yaird/TODO.Debian
/usr/share/doc/yaird/yaird.html
/usr/share/man/man8/mkinitrd.yaird.8.gz
/usr/share/man/man8/yaird.8.gz
/var/lib/dpkg/info/yaird.conffiles
/var/lib/dpkg/info/yaird.lis
/var/lib/dpkg/info/yaird.md5sums
/var/lib/dpkg/info/yaird.postins
/var/lib/dpkg/info/yaird.prerm

[3]  
/usr/sbin/yaird   OK
/usr/sbin/mkinitrd.yaird  OK
/usr/lib/yaird/perl/ActionList.pm 

Bug#341738: linux-image-2.6.14-2-686: Could not read output for /sbin/modprobe -v -n --show-depends --set-version 2.6.14-2-686 auto (fatal)

2005-12-05 Thread Jari Aalto
Erik van Konijnenburg <[EMAIL PROTECTED]> writes:

| On Sun, Dec 04, 2005 at 10:38:37AM +0200, Jari Aalto wrote:
| 
| > Erik van Konijnenburg <[EMAIL PROTECTED]> writes:
| > |  --   hack /usr/sbin/mkinitrd.yaird to echo the yaird command line
| > | and its own arguments to some scratch file, then do
| > |   dpkg-reconfigure linux-image-2.6.14-2-686
| > |   and see if there's a difference from the yaird call you did
| > |   just now.
| > 
| > Hm. That worked? [4]
| > 
| > Hope the logs help to solve this. If you need more information, I can
| > try more tests.
| 
| Looks like the bug silently went away: if I understand your mail correctly,
| when you dpkg-reconfigure a kernel, you get a new /boot/initrd.img and you
| have the sh -x output to prove it.
| 
| Lets close this bug report. Just to be safe, you may want to keep
| the 'set -x' in your mkinitrd.yaird: that way you can show detailed
| debug info if the issue should reappear.

It would be nice to know what caused it. I may encounter it
again, when I upgrade other machines.

But if the bug appears dusinrg the install phase, I can't put the "set
 -x" in there to see what it's doing.

Is it possible to run "install package in debug mode" using the apt-get?

Jari




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



Bug#341738: linux-image-2.6.14-2-686: Could not read output for /sbin/modprobe -v -n --show-depends --set-version 2.6.14-2-686 auto (fatal)

2005-12-06 Thread Jari Aalto

Following my other posts: Here is install report from another machine,
with exactly the same results. I've tried to reproduce as much debug
as I know. Let me know how can I help more.

[1] Install yaird first, then try install kernel. Failure log.
[2] During install, /usr/sbin/mkinitrd.yaird log with -d for perl.
[3] the log of failed call to /sbin/modprobe
[4] content of /etc/fstab which may help debugging the parsing of yaird
[5] Environment information (yaird version etc.)

Jari

---
Footnotes: 
[1]  
[EMAIL PROTECTED]:# apt-get install linux-image-2.6.14-2-686
Reading package lists... Done
Building dependency tree... Done
Suggested packages:
  linux-doc-2.6.14 linux-source-2.6.14 lilo
The following NEW packages will be installed:
  linux-image-2.6.14-2-686
0 upgraded, 1 newly installed, 0 to remove and 41 not upgraded.
Need to get 0B/17.7MB of archives.
After unpacking 51.7MB of additional disk space will be used.
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell b\
uffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
Selecting previously deselected package linux-image-2.6.14-2-686.
(Reading database ... 37466 files and directories currently installed.)
Unpacking linux-image-2.6.14-2-686 (from .../linux-image-2.6.14-2-686_2.6.14\
-4_i386.deb) ...
Setting up linux-image-2.6.14-2-686 (2.6.14-4) ...
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.

Failed to rename initrd (/boot/initrd.img-2.6.14-2-686)
dpkg: error processing linux-image-2.6.14-2-686 (--configure):
 subprocess post-installation script returned error exit status 2
Errors were encountered while processing:
 linux-image-2.6.14-2-686
E: Sub-process /usr/bin/dpkg returned an error code (1)

---
[2]  
+ PROG=mkinitrd.yaird
+ outfile=
+ getopt -o d:km:o:r: --long supported-host-version:,supported-target-version: 
-n mkinitrd.yaird -- -o /boot/initrd.img-2.6.14-2-686.new 
/lib/modules/2.6.14-2-686
+ TEMP= -o '/boot/initrd.img-2.6.14-2-686.new' -- '/lib/modules/2.6.14-2-686'
+ [ 0 != 0 ]
+ eval set --  -o '/boot/initrd.img-2.6.14-2-686.new' -- 
'/lib/modules/2.6.14-2-686'
+ set -- -o /boot/initrd.img-2.6.14-2-686.new -- /lib/modules/2.6.14-2-686
+ true
+ outfile=/boot/initrd.img-2.6.14-2-686.new
+ shift 2
+ true
+ shift
+ break
+ [ -n  ]
+ [ -n  ]
+ [ /boot/initrd.img-2.6.14-2-686.new =  ]
+ [ 1 -gt 1 ]
+ VERSION=/lib/modules/2.6.14-2-686
+ [ 1 -gt 0 ]
+ VERSION=2.6.14-2-686
+ VERSION=2.6.14-2-686
+ VERSION=2.6.14-2-686
+ bin=/usr/sbin/yaird
+ perl /usr/sbin/yaird -d --output /boot/initrd.img-2.6.14-2-686.new 
2.6.14-2-686
+ tee /tmp/mkinitrd.yaird.perl.log
yaird: goal: template, prologue (/usr/lib/yaird/conf/Default.cfg:52)
yaird: action: prologue,  {}
yaird: goal: module, fbcon (/usr/lib/yaird/conf/Default.cfg:56)
yaird: goal: input, -- (/usr/lib/yaird/conf/Default.cfg:73)
yaird:D: addInput: consider AT Translated Set 2 keyboard is 
isa0060/serio0/input0 at platform/i8042/serio1 [event0,kbd] [LED,KEY,EV,MSC] 
(KBD)
yaird:D: addOneModule: modprobe psmouse
yaird:D: runCmd - doing /sbin/modprobe -v -n --show-depends --set-version 
2.6.14-2-686 psmouse
yaird:D: runCmd - result '1' for /sbin/modprobe -v -n --show-depends 
--set-version 2.6.14-2-686 psmouse
yaird: action: insmod, 
/lib/modules/2.6.14-2-686/kernel/drivers/input/mouse/psmouse.ko {optionList=-- }
yaird: hardware: completed platform/i8042/serio1
yaird:D: addInput: consider ImExPS/2 Generic Explorer Mouse is 
isa0060/serio1/input0 at platform/i8042/serio0 [event1,ts0,mouse0] [KEY,REL,EV]
yaird:D: addInput: skipping
yaird:D: addInput: consider PC Speaker is isa0061/input0 at -- [event2,kbd] 
[EV,SND]
yaird:D: addInput: skipping
yaird:D: addInput: end
yaird: goal: module, mousedev (/usr/lib/yaird/conf/Default.cfg:103)
yaird:D: addOneModule: modprobe mousedev
yaird:D: runCmd - doing /sbin/modprobe -v -n --show-depends --set-version 
2.6.14-2-686 mousedev
yaird:D: runCmd - result '1' for /sbin/modprobe -v -n --show-depends 
--set-version 2.6.14-2-686 mousedev
yaird: action: insmod, 
/lib/modules/2.6.14-2-686/kernel/drivers/input/mousedev.ko {optionList=-- }
yaird: goal: module, evdev (/usr/lib/yaird/conf/Default.cfg:104)
yaird:D: addOneModule: modprobe evdev
yaird:D: runCmd - doing /sbin/modprobe -v -n --show-depends --set-version 
2.6.14-2-686 evdev
yaird:D: runCmd - result '1' for /sbin/modprobe -v -n --show-depends 
--set-version 2.6.14-2-686 evdev
yaird: action: insmod, /lib/modules/2.6.14-2-686/kernel/drivers/input/evdev.ko 
{optionList=-- }
yaird: goal: mountdir, / (/usr/lib/yaird/conf/Default.cfg:143)
yaird:D: addOneModule: modprobe generic
yaird:D: runCmd - doing /sbin/modprobe -v -n --show-depends --set-version 
2.6.14-2-686 gen

Bug#341738: linux-image-2.6.14-2-686: Could not read output for /sbin/modprobe -v -n --show-depends --set-version 2.6.14-2-686 auto (fatal)

2005-12-09 Thread Jari Aalto
Erik van Konijnenburg <[EMAIL PROTECTED]> writes:

| On Tue, Dec 06, 2005 at 02:28:01PM +0200, Jari Aalto wrote:
| 
| > 
| > Following my other posts: Here is install report from another machine,
| > with exactly the same results. I've tried to reproduce as much debug
| > as I know. Let me know how can I help more.
| 
| Thanks, very clear report.
| 
| > /dev/hda7  /  ext3,autodefaults,errors=remount-ro,noat\
| 
| Bingo! We know about lists of file system types, we know about the
| 'auto' file system type, but you're the first to actually test the
| combination of the two.
| 
| Could you try the attached patch? Note that the patch is relative to
| development; there's an offset when applying to the debian version.

Patch applied ok. After that, no problems at all installing newer
kernels to any machines.

Thanks,
Jari




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



Bug#342890: bash: /etc/skel/.bashrc should use $() and not unreadable ``

2005-12-11 Thread Jari Aalto
Package: bash
Version: 3.0-17
Severity: normal

There are couple of places where `` are used in the /etc/skel/.bashrc.
It would be  better to use more visually  readable alternative $() for
everything. The backtick(`)  is  hard  to find  and  type in  various
terminals  and  depending on  font,  it's  barely  visible and  easily
confused with tick(').

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

Versions of packages bash depends on:
ii  base-files3.1.9  Debian base system miscellaneous f
ii  libc6 2.3.5-8.1  GNU C Library: Shared libraries an
ii  libncurses5   5.5-1  Shared libraries for terminal hand
ii  passwd1:4.0.13-7 change and administer password and

bash recommends no packages.

-- no debconf information


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



Bug#343105: approx: [Debian testing] /etc/cron.weekly/approx fails to run

2005-12-12 Thread Jari Aalto
Package: approx
Version: 2.00
Severity: normal

The cron job /etc/cron.weekly/approx includes lines

  find /var/cache/approx/. -type d -empty | xargs rmdir
  su approx -c "gc_approx --quiet"

PROBLEMS

  1. There is no account "gc_approx"
  2. xargs fails if find(1) call is empty

SUGGESTION

- Not sure what to suggest for [1]. Perhaps call should
  test the existence of account gc_approx first? point to
  account creation script in the approx package?

- use option "--no-run-if-empty" with xargs to prevent failure.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages approx depends on:
ii  bzip2 1.0.2-11   high-quality block-sorting file co
ii  curl  7.15.0-4   Get a file from an HTTP, HTTPS, FT
ii  libc6 2.3.5-8GNU C Library: Shared libraries an
ii  libpcre3  6.4-1.0.1  Perl 5 Compatible Regular Expressi

approx recommends no packages.

-- no debconf information


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



Bug#343106: base-files: include /bin/posh in /etc/shells

2005-12-12 Thread Jari Aalto
Package: base-files
Version: 3.1.9
Severity: wishlist

Please redirct this bug report to correct package. I was unable to
find out whic package is delivering the /etc/shells file.

FEATURE REQUEST

Include /bin/posh in /etc/shells

posh is a stripped-down version of pdksh that aims for compliance
with Debian's policy, and few extra features.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.12-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages base-files depends on:
ii  base-passwd   3.5.10 Debian base system master password
ii  gawk [awk]1:3.1.5-1  GNU awk, a pattern scanning and pr
ii  mawk [awk]1.3.3-11   a pattern scanning and text proces

base-files recommends no packages.

-- no debconf information


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



Bug#343169: cvs: possible unneeded use of OLDIFS in loop in /usr/sbin/cvs-pserver

2005-12-13 Thread Jari Aalto
Package: cvs
Version: 1:1.12.9-17
Severity: minor

Theere is this code in /usr/sbin/cvs-pserver

allow_root_opts=""
OLDIFS="$IFS"
IFS=':'
for i in $CVS_PSERV_REPOS; do
IFS="$OLDIFS"
allow_root_opts="$allow_root_opts --allow-root=$i"
done

I may be misinterpreting the lines, but shouldn't the IFS reset belong
after the loop?

allow_root_opts=""
OLDIFS="$IFS"
IFS=':'
for i in $CVS_PSERV_REPOS; do
allow_root_opts="$allow_root_opts --allow-root=$i"
done

+IFS="$OLDIFS"

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages cvs depends on:
ii  debconf [debconf-2.0] 1.4.57 Debian configuration management sy
ii  libc6 2.3.5-4GNU C Library: Shared libraries an
ii  libpam-runtime0.76-23Runtime support for the PAM librar
ii  libpam0g  0.76-23Pluggable Authentication Modules l
ii  zlib1g1:1.2.3-3  compression library - runtime

Versions of packages cvs recommends:
ii  emacs21 [info-browser]21.4a-1The GNU Emacs editor
ii  info [info-browser]   4.7-2.2Standalone GNU Info documentation 
ii  netbase   4.21   Basic TCP/IP networking system

-- debconf information excluded


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



Bug#342933: installation-report: /mnt directory is missing in the VT screen boot layout

2005-12-13 Thread Jari Aalto
Joey Hess <[EMAIL PROTECTED]> writes:

| root wrote:
| 
| > When the VT console is needed during the install, there is no
| > 
| > /mnt
| > 
| > direcctory to use for mounting local filesystems. 
| > 
| > SUGGESTION
| > 
| > create /mnt  to be used during the install trouble shooting.
| > (Usually need to check the WEP key from another partition, to
| > be filled in the questions.)
| > 
| > It woudl be even better if gpm could be running during install to
| > allow copy/paste effects from VT consoles to the questions.
| 
| The debian installer is a minimal system, this precules stuff like gpm,
| which doesn't work reliably accross a wide variety of hardware anyway.
| 
| If you need a /mnt directory, the system contains a mkdir command. As a
| minimal system there is no real reason to waste space on it by including
| a /mnt directory by default.

I would not call a preset "/mnt" waste of space, but an expected
layout. Thank you for considering.

Jari



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



Bug#343105: approx: [Debian testing] /etc/cron.weekly/approx fails to run

2005-12-13 Thread Jari Aalto
Eric Cooper <[EMAIL PROTECTED]> writes:

| On Mon, Dec 12, 2005 at 03:33:35PM -0500, Eric Cooper wrote:
| >  2. xargs fails if find(1) call is empty
| >  [...]
| >  - use option "--no-run-if-empty" with xargs to prevent failure.
|
| Good catch.  I'll do that.
|
| > I see that the su man page says the "-c ..." argument should come
| > before the username, although it works on my systems in either order.
| > But I'll change it to conform to the documented behavior.
| 
| Now I see that the problem is that the postinst created the approx user
| with a "shell" of /bin/false, which won't work with the "su -c"
| option.  So this has been (silently) failing for a long time.

Thanks for looking into these. The errors catched to my eye after
error messages from cron.

Jari



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



Bug#343284: chkrootkit: Line up entries in the report listing (better visually fo spotting problems)

2005-12-13 Thread Jari Aalto
Package: chkrootkit
Version: 0.46a-2
Severity: minor


Currently the output of the program reads like:

Checking `write'... not infected
Checking `aliens'... no suspect files
Searching for sniffer's logs, it may take a while... nothing found
Searching for HiDrootkit's default dir... nothing found
Searching for t0rn's default files and dirs... nothing found
Searching for t0rn's v8 defaults... nothing found
Searching for Lion Worm default files and dirs... nothing found
Searching for RSHA's default files and dir... nothing found
Searching for RH-Sharpe's default files... nothing found
Searching for Ambient's rootkit (ark) default files and dirs... nothing found

SUGGESTION

Use printf() to make the "... not infected" and "... nothing found"
results appear to the right somewhere at suitable column (if assumed std 
terminal has room for 80 characters) to
line up the listing. Like:

Checking rite'...  not infected
   
Checking liens'... no suspect files
Searching for sniffer's logs, it may take a while...nothing found

This would make it visually more clear to see if there appeared "INFECTED"
or the sort message.

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

Versions of packages chkrootkit depends on:
ii  binutils  2.16.1-2   The GNU assembler, linker and bina
ii  debconf [debconf-2.0] 1.4.57 Debian configuration management sy
ii  libc6 2.3.5-4GNU C Library: Shared libraries an
ii  net-tools 1.60-15The NET-3 networking toolkit
ii  procps1:3.2.5-1  /proc file system utilities

chkrootkit recommends no packages.

-- debconf information excluded


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



Bug#343723: dovecot: Add support for /etc/hosts.{deny,allow} (tcp wrappers)

2005-12-17 Thread Jari Aalto
Package: dovecot
Severity: wishlist

It would be nice if dovecot would link and include code to handle
tcp wrappers defined in /etc/hosts.{deny,allow}

This would be similar to the sshd server, where access could be easily
resstricted to certain Ip addresses with a simple configuration file.

The alternative to use iptables is much difficult because:

- iptables is much more advanced and complex
- using raw iptables is not common for average users
- there are several firewall products, whose configuration
  cannot be transferred to other hosts
  (copying relevant entry from /etc/hosts.{deny,allow} is easy

Overall the support for /etc/hosts.{deny,allow} would increase
security when anyone (not just iptables geek) could understand and
define how to restrict access.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.12-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)


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



Bug#344138: distcc: Add support for /etc/hosts.{deny,allow} (tcp wrappers)

2005-12-20 Thread Jari Aalto
Package: distcc
Version: 2.18.3-3
Severity: wishlist

It would be nice if program would link and include code to handle
tcp wrappers defined in /etc/hosts.{deny,allow}

This would be similar to the sshd server, where access could be easily
resstricted to certain IP addresses by modifying a simple
configuration file:

- no need to have to remember edit separate configuration for 
  the various programs
  (for distcc, in Debian: /etc/default/distcc), but to have
  more centralized configuration: /etc/hosts.*

-- Package-specific info:

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.12-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages distcc depends on:
ii  adduser   3.80   Add and remove users and groups
ii  debconf [debconf-2.0] 1.4.62 Debian configuration management sy
ii  libc6 2.3.5-9GNU C Library: Shared libraries an
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  netbase   4.23   Basic TCP/IP networking system

distcc recommends no packages.

-- debconf information excluded


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



Bug#338285: spamassassin: syntax error (unparsable argument: ) for eval function: __HABEAS_SWE: message_is_habeas_swe( )

2005-11-09 Thread Jari Aalto
Package: spamassassin
Version: 3.1.0a-1
Severity: normal

While starting spamassassin, /var/log/mail.warn displays

Nov  9 10:02:53 cante spamd[27603]: syntax error (unparsable argument:  ) for 
eval function: __HABEAS_SWE: message_is_habeas_swe( ) at 
/usr/share/perl5/Mail/SpamAssassin/Conf/Parser.pm line 693. 



-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages spamassassin depends on:
ii  libdigest-sha1-perl   2.10-1 NIST SHA-1 message digest algorith
ii  libhtml-parser-perl   3.46-1 A collection of modules that parse
ii  perl  5.8.7-7Larry Wall's Practical Extraction 

Versions of packages spamassassin recommends:
pn  libnet-dns-perl(no description available)
ii  perl [libmime-base64-perl]5.8.7-7Larry Wall's Practical Extraction 
ii  spamc 3.1.0a-1   Client for SpamAssassin spam filte

-- debconf information excluded


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



Bug#338419: privoxy: Make listen-address accept a IP/NETMASK to act as a anonymity hub

2005-11-10 Thread Jari Aalto
Package: privoxy
Version: 3.0.3-4
Severity: wishlist

In /etc/privoxy/config the config line reads:

  listen-address  127.0.0.1:8118

However in homenet, with several machines, it would be good to have a
anonymity hub on the firewall that is connected to the outside word.

SUGGESTION:

Allow listening multiple addresses with notation:

  listen-address  127.0.0.1[,addr[/netmask]]:8118

An example. To serve hub for small home network:

  listen-address 127.0.0.1,192.168.1.0/255.255.255.24:8118

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages privoxy depends on:
ii  adduser   3.77   Add and remove users and groups
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libpcre3  6.4-1.0.1  Perl 5 Compatible Regular Expressi
ii  logrotate 3.7.1-2Log rotation utility

privoxy recommends no packages.

-- no debconf information


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



Bug#338424: tor: /etc/init.d/tor doesn't signal failure if process does not start

2005-11-10 Thread Jari Aalto
Package: tor
Version: 0.1.0.15-1.0.1
Severity: important

There should not be "exit 0" in /etc/init.d/tor to cover all cases of
startup. If process did not start of if it didn't stop, there should be
indication of error. Now it always signals ok - only for admin to find
out much later that there is something wrong.

EXAMPLE RUN

# sh -x /etc/init.d/tor start
+ set -e
...
+ echo 'Starting tor daemon: tor...'
Starting tor daemon: tor...
+ ulimit -n 4096
+ start-stop-daemon --start --quiet --oknodo --chuid debian-tor:debian-tor 
--pidfile /var/run/tor/tor.pid --exec /usr/sbin/tor --
Nov 10 10:34:08.186 [notice] Tor v0.1.0.15. This is experimental software. Do 
not rely on it for strong anonymity.
+ echo done.
done.
+ exit 0

[EMAIL PROTECTED]:~# echo $?
0

[EMAIL PROTECTED]:~#  /usr/sbin/tor -l info
Nov 10 10:34:43.464 [notice] Tor v0.1.0.15. This is experimental software. Do 
not rely on it for strong anonymity.
Nov 10 10:34:43.468 [warn] /var/lib/tor is not owned by this UID (0). You must 
fix this to proceed.
Nov 10 10:34:43.469 [err] options_act(): Couldn't access/create private data 
directory /var/lib/tor
Nov 10 10:34:43.470 [err] init_from_config(): Acting on config options left us 
in a broken state. Dying.
[EMAIL PROTECTED]:~# echo $?
1



-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages tor depends on:
ii  adduser   3.77   Add and remove users and groups
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libevent1 1.1a-1 An asynchronous event notification
ii  libssl0.9.8   0.9.8a-3   SSL shared libraries
ii  tsocks1.8beta5-2 transparent network access through
ii  zlib1g1:1.2.3-4  compression library - runtime

Versions of packages tor recommends:
pn  privoxy(no description available)
pn  socat  (no description available)

-- no debconf information


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



Bug#338425: tor: /etc/defaults/tor does not document ARGS option

2005-11-10 Thread Jari Aalto
Package: tor
Version: 0.1.0.15-1.0.1
Severity: normal

Please add following to the /etc/defaults/tor

#  Additional arguments. This would display informational messages at start
#
# ARGS="-l info"

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages tor depends on:
ii  adduser   3.77   Add and remove users and groups
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libevent1 1.1a-1 An asynchronous event notification
ii  libssl0.9.8   0.9.8a-3   SSL shared libraries
ii  tsocks1.8beta5-2 transparent network access through
ii  zlib1g1:1.2.3-4  compression library - runtime

Versions of packages tor recommends:
pn  privoxy(no description available)
pn  socat  (no description available)

-- no debconf information


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



Bug#260084: RFP: yaph -- YAPH - Yet Another Proxy Hunter

2005-11-11 Thread Jari Aalto

close 260084
thanks

Florent Bayle <[EMAIL PROTECTED]> writes:

> Are you still requesting for a package of YAPH ? This program seems
> to be dead (no release since August 31, 2003), and it's not a good
> idea to package a program with dead upstream.

Ok.

> If you can find a new/better upstream, I'm ready to package it, but only in 
> that case.

No need, if the program is dead

Jari




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



Bug#338285: spamassassin: syntax error (unparsable argument: ) for eval function: __HABEAS_SWE: message_is_habeas_swe( )

2005-11-11 Thread Jari Aalto
Duncan Findlay <[EMAIL PROTECTED]> writes:

> On Wed, Nov 09, 2005 at 10:05:27AM +0200, Jari Aalto wrote:
>
| > Package: spamassassin
| > Version: 3.1.0a-1
| > Severity: normal
| > 
| > While starting spamassassin, /var/log/mail.warn displays
| > 
| > Nov  9 10:02:53 cante spamd[27603]: syntax error (unparsable argument:  ) 
for eval function: __HABEAS_SWE: message_is_habeas_swe( ) at 
/usr/share/perl5/Mail/SpamAssassin/Conf/Parser.pm line 693. 
>
> This is a configuration error. Try spamassassin --lint to track down
> where it is.

Ok,

Would it be possible to make the error more specific to indicate where
the rule was read. Along with a tag [POSSIBLE USER CONFIG ERROR] or
something.

Jari



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



Bug#338425: tor: /etc/defaults/tor does not document ARGS option

2005-11-11 Thread Jari Aalto
Peter Palfrader <[EMAIL PROTECTED]> writes:

> severity 338425 wishlist
> notfound 338425 0.1.0.15-1.0.1
> close 338425
> thanks
>
> On Thu, 10 Nov 2005, Jari Aalto wrote:
>
| > Package: tor
| > Version: 0.1.0.15-1.0.1
| > Severity: normal
| > 
| > Please add following to the /etc/defaults/tor
| > 
| > #  Additional arguments. This would display informational messages at start
| > #
| > # ARGS="-l info"
>
> The only thing at info level on startup is
> | [info] or_state_load(): Loaded state from "/var/lib/tor/state"
>
> which is not really that interesting.  And in case of warnings or errors
> they are printed anyway.

In either case, please document ARGS. In future tor(1) releases it can
be useful.

Jari



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



Bug#338424: tor: /etc/init.d/tor doesn't signal failure if process does not start

2005-11-11 Thread Jari Aalto
Peter Palfrader <[EMAIL PROTECTED]> writes:

> severity 338424 normal
> thanks
>
> On Thu, 10 Nov 2005, Jari Aalto wrote:
>
| > Package: tor
| > Version: 0.1.0.15-1.0.1
| > Severity: important
| > 
| > There should not be "exit 0" in /etc/init.d/tor to cover all cases of
| > startup. If process did not start of if it didn't stop, there should be
| > indication of error. Now it always signals ok - only for admin to find
| > out much later that there is something wrong.
| > 
| > EXAMPLE RUN
| > 
| > # sh -x /etc/init.d/tor start
| > + set -e
| > ...
| > + echo 'Starting tor daemon: tor...'
| > Starting tor daemon: tor...
| > + ulimit -n 4096
| > + start-stop-daemon --start --quiet --oknodo --chuid debian-tor:debian-tor 
--pidfile /var/run/tor/tor.pid --exec /usr/sbin/tor --
| > Nov 10 10:34:08.186 [notice] Tor v0.1.0.15. This is experimental software. 
Do not rely on it for strong anonymity.
| > + echo done.
| > done.
| > + exit 0

[snip]

> Start it as debian-tor and see why it fails (and then let me know if and
> why).  In the first instance above it did start properly.

The displayed:

Nov 10 10:34:08.189 [notice] Tor 0.1.0.15 opening log file.
Nov 10 10:34:08.190 [notice] Initialized libevent version 1.1a using method 
epoll
Nov 10 10:34:08.192 [warn] connection_create_listener(): Could not bind to 
port 9050: Cannot assign requested address
Nov 10 10:34:08.193 [err] options_act(): Failed to bind one of the listener 
ports.
Nov 10 10:34:08.193 [err] init_from_config(): Acting on config options left 
us in a broken state. Dying.

However it was not obvious what was wrong so I ran strace, which
showed:

  19377 bind(8, {sa_family=AF_INET, sin_port=htons(9050), 
sin_addr=inet_addr("192.168.1.3")}, 16) = -1 EADDRNOTAVAIL (Cannot assign 
requested address)

I had put 

  SocksBindAddress 192.168.1.3

In there by mistake. The "HOST" is known by 192.168.1.2 and 127.0.0.1,
so this was the reason for EADDRNOTAVAIL.

SUGGESTION:

could the error bessage display the IP it tries to bind along with a
hint. Something like: "I can only bind local addresses, does this ip
belog to this host?"

Jari



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



Bug#346128: xprint: package should be able to removed without removing whole X

2006-01-05 Thread Jari Aalto
Package: xprint
Version: 1:0.1.0.alpha1-13
Severity: normal

In systems that do not use any printing capabilities, the xprint package 
is useless. In Debian it is started at almost every run level 

rc0.d/K20xprint
rc1.d/K20xprint
rc2.d/S20xprint
rc3.d/S20xprint
rc4.d/S20xprint
rc5.d/S20xprint
rc6.d/K20xprint

It also consumes unnecessary memory in low memory systems

 1104 root  18   0 11740 3232 1124 S  0.0  1.3   0:00.24 Xprt

Trying to remove the package causes a snowball effect which would
also remove essential X package:

# apt-get remove xprint
Reading package lists... Done
Building dependency tree... Done
The following packages will be REMOVED:
  x-window-system* xprint*
0 upgraded, 0 newly installed, 2 to remove and 2 not upgraded.
Need to get 0B of archives.
After unpacking 4542kB disk space will be freed.

Please change the package dependencies so that that it can be
removed alone to make the system more clean if user so wishes. 

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

Versions of packages xprint depends on:
ii  libc6  2.3.5-11  GNU C Library: Shared libraries an
ii  libice66.9.0.dfsg.1-1Inter-Client Exchange library
ii  libsm6 6.9.0.dfsg.1-1X Window System Session Management
ii  libx11-6   6.9.0.dfsg.1-1X Window System protocol client li
ii  libxau66.9.0.dfsg.1-1X Authentication library
ii  libxaw76.9.0.dfsg.1-1X Athena widget set library
ii  libxdmcp6  6.9.0.dfsg.1-1X Display Manager Control Protocol
ii  libxext6   6.9.0.dfsg.1-1X Window System miscellaneous exte
ii  libxmu66.9.0.dfsg.1-1X Window System miscellaneous util
ii  libxp6 6.9.0.dfsg.1-1X Window System printing extension
ii  libxpm46.9.0.dfsg.1-1X pixmap library
ii  libxt6 6.9.0.dfsg.1-1X Toolkit Intrinsics
ii  xprint-common  1:0.1.0.alpha1-13 Xprint - the X11 print system (con
ii  zlib1g 1:1.2.3-9 compression library - runtime

xprint recommends no packages.

-- no debconf information


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



Bug#346128: xprint: package should be able to removed without removing whole X

2006-01-06 Thread Jari Aalto
close 346128
thanks

Drew Parsons <[EMAIL PROTECTED]> writes:

| > # apt-get remove xprint
| > The following packages will be REMOVED:
| >   x-window-system* xprint*
|
| x-window-system is designed as a exhaustive meta-package pulling in
| *all* parts of X, including many others you're probably not using too,
| such as xvfb and xnest.
| 
| It sounds like what you really want is x-window-system-core instead,
| which only pulls in whats required for the main X server.

Thank you for clearing this up. I now understand the packaging better.

Jari



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



Bug#346251: bzrtools: The package description string is too vague (add "meat")

2006-01-06 Thread Jari Aalto
Package: bzrtools
Version: 0.6.1-1
Severity: normal

The package reads:

Description: Collection of tools for bzr
 This package contains a collection of plugins for bzr - a distributed
 version control system. Some of these tools may work their way into
 bzr itself at some point, and some are just convenient addons useful
 for day to day operations.

This doesn't explain what the package offers and down't give rope to
the user to decide if it conttains utilities for him.

- "collection of plugins" ... which are?
- "Some of these tools may work" ... some don't?
- "convenient addons" ... exactly what they do or how they help?

This is all puzzling. Please add more in depth explanation to list
either a) new commands provided b) tasks provided or c) use cases
to demontrate the usability enhancements.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.14-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages bzrtools depends on:
ii  bzr   0.6-2  bazaar-ng, the next-generation dis
ii  python2.3.5-3An interactive high-level object-o
ii  python2.4 2.4.2-2An interactive high-level object-o
ii  rsync 2.6.6-1fast remote file copy program (lik

Versions of packages bzrtools recommends:
pn  pybaz  (no description available)

-- no debconf information


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



Bug#348003: nettoe: Improve Description string to indicate grid sixe (3x3)

2006-01-13 Thread Jari Aalto
Package: nettoe
Version: 1.1.0-2
Severity: minor

The descriptions string could be more informative to indicate what
grid possibilities the program supports. It now reads:

Description: Networked version of Tic Tac Toe for the console
 NetToe is a console-based version of the classic game "Tic Tac Toe".
 It's playable against computer AI, a player on the same machine or
 with another player over the network.

SUGGESTION

+   Description: Networked version of Tic Tac Toe for the console (3x3 grid)
 NetToe is a console-based version of the classic game "Tic Tac Toe".
 It's playable against computer AI, a player on the same machine or
 with another player over the network.

For example, I would not have installed the program if I had know
it's the basic 3x3 grid, that is for kids.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.14-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages nettoe depends on:
ii  libc6 2.3.5-11   GNU C Library: Shared libraries an

nettoe recommends no packages.

-- no debconf information


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



Bug#345671: xbase-clients: [startx] uses non-POSIX statements (/bin/bash)

2006-01-02 Thread Jari Aalto
Package: xbase-clients
Version: 6.9.0.dfsg.1-1
Severity: serious

The new /usr/X11R6/bin/startx script contains statement that is
is not /bin/sh compatible. I use /bin/sh => /bin/dash and the
script fails to start.

The offending line is:

   147  add $displayname . $mcookie
   148  EOF
   149  removelist="$displayname $removelist"
   150  else
>> 151  dummy=$((dummy+1));
   152  /usr/X11R6/bin/xauth -q -f $xserverauthfile << EOF
   153  add :$dummy . $authcookie
   154  EOF
   155  fi
   156  done


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.14-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages xbase-clients depends on:
ii  cpp   4:4.0.2-2  The GNU C preprocessor (cpp)
ii  libc6 2.3.5-9GNU C Library: Shared libraries an
ii  libdmx1   6.9.0.dfsg.1-1 Distributed Multihead X client lib
ii  libexpat1 1.95.8-3   XML parsing C library - runtime li
ii  libfontconfig12.3.2-1.1  generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libfs66.9.0.dfsg.1-1 X Font Server library
ii  libglu1-xorg [libglu1]6.9.0.dfsg.1-1 Mesa OpenGL utility library [X.Org
ii  libice6   6.9.0.dfsg.1-1 Inter-Client Exchange library
ii  libncurses5   5.5-1  Shared libraries for terminal hand
ii  libpng12-01.2.8rel-5 PNG library - runtime
ii  libsm66.9.0.dfsg.1-1 X Window System Session Management
ii  libxau6   6.9.0.dfsg.1-1 X Authentication library
ii  libxaw8   6.9.0.dfsg.1-1 X Athena widget set library
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.9.0.dfsg.1-1 X Window System miscellaneous exte
ii  libxfixes36.9.0.dfsg.1-1 X Window System miscellaneous 'fix
ii  libxft2   2.1.7-1FreeType-based font drawing librar
ii  libxi66.9.0.dfsg.1-1 X Window System Input extension li
ii  libxinerama1  6.9.0.dfsg.1-1 X Window System multi-head display
ii  libxkbfile1   6.9.0.dfsg.1-1 X Keyboard Extension file parsing 
ii  libxkbui1 6.9.0.dfsg.1-1 X Keyboard Extension user interfac
ii  libxmu6   6.9.0.dfsg.1-1 X Window System miscellaneous util
ii  libxmuu1  6.9.0.dfsg.1-1 lightweight X Window System miscel
ii  libxp66.9.0.dfsg.1-1 X Window System printing extension
ii  libxpm4   6.9.0.dfsg.1-1 X pixmap library
ii  libxrandr26.9.0.dfsg.1-1 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0.2-1X Rendering Extension client libra
ii  libxss1   6.9.0.dfsg.1-1 X Screen Saver client-side library
ii  libxt66.9.0.dfsg.1-1 X Toolkit Intrinsics
ii  libxtrap6 6.9.0.dfsg.1-1 X Window System protocol-trapping 
ii  libxtst6  6.9.0.dfsg.1-1 X Window System event recording an
ii  libxv16.9.0.dfsg.1-1 X Window System video extension li
ii  libxxf86dga1  6.9.0.dfsg.1-1 X Direct Graphics Access extension
ii  libxxf86misc1 6.9.0.dfsg.1-1 X miscellaneous extensions library
ii  libxxf86vm1   6.9.0.dfsg.1-1 X Video Mode selection library
ii  xlibmesa-gl [libgl1]  6.9.0.dfsg.1-1 Mesa 3D graphics library [X.Org]
ii  xlibs 6.9.0.dfsg.1-1 X Window System client libraries m
ii  xlibs-data6.9.0.dfsg.1-1 X Window System client data
ii  zlib1g1:1.2.3-9  compression library - runtime

xbase-clients recommends no packages.

-- no debconf information


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



Bug#336075: gabber: impreve Description string (1st line) and mention GTK 1.x

2005-10-27 Thread Jari Aalto
Package: gabber
Severity: minor

It is not obvious what is the difference between "gabber" and "gabber2"
since the descriptions are almost identical. 

SUGGESTION:

Change the Description: header's first line from:

Description: A GNOME Jabber client
 
to read:

Description: A GNOME Jabber client (GTK 1.x)

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


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



Bug#336077: gabber2: 'Log In' dialog should accept RET key as default 'Log In' button press

2005-10-27 Thread Jari Aalto
Package: gabber2
Version: 1.9.4+cvs20040709-16
Severity: normal

1. open Program
2. Log in Dialog appears
3. Fill in values (... up till password)
4. Hit return.

Nothing happens.

SUGGESTION

Make RET key to bound to selected default button [Log In]

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

Versions of packages gabber2 depends on:
ii  gconf2   2.10.1-6GNOME configuration database syste
ii  libaspell15  0.60.3-5GNU Aspell spell-checker runtime l
ii  libatk1.0-0  1.10.3-1The ATK accessibility toolkit
ii  libc62.3.5-7 GNU C Library: Shared libraries an
ii  libgcc1  1:4.0.2-3   GCC support library
ii  libgconf2-4  2.10.1-6GNOME configuration database syste
ii  libgconfmm-2.6-1c2   2.8.1-1.1   C++ wrappers for GConf (shared lib
ii  libglade2-0  1:2.5.1-2   library to load .glade files at ru
ii  libglademm-2.4-1c2   2.4.1-2.1   C++ wrappers for libglade2 (shared
ii  libglib2.0-0 2.8.3-1 The GLib library of C routines
ii  libglibmm-2.4-1c22.6.1-1.2   C++ wrapper for the GLib toolkit (
ii  libgnutls12  1.2.8-1 the GNU TLS library - runtime libr
ii  libgtk2.0-0  2.6.10-1The GTK+ graphical user interface 
ii  libgtkmm-2.4-1c2 1:2.6.2-1.1 C++ wrappers for GTK+ 2.4 (shared 
ii  libjabberoo0c2   1.9.4+cvs20040709-5 library to interact with Jabber
ii  liborbit21:2.12.4-1  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-01.8.2-3 Layout and rendering of internatio
ii  libsigc++-2.0-0c22.0.16-1type-safe Signal Framework for C++
ii  libstdc++6   4.0.2-3 The GNU Standard C++ Library v3
ii  libx11-6 6.8.2.dfsg.1-9  X Window System protocol client li
ii  libxml2  2.6.22-1GNOME XML library
ii  xlibs6.8.2.dfsg.1-9  X Window System client libraries m
ii  zlib1g   1:1.2.3-6   compression library - runtime

gabber2 recommends no packages.

-- no debconf information


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



Bug#336088: shorewall: Added actions (allow, reject) for Jabber protocol port 522[23]

2005-10-27 Thread Jari Aalto
Package: shorewall
Version: 2.4.5-1
Severity: wishlist

Jabber is IM protocol that uses TCP ports:

5222non-encrypted (outgoing client)
5223encrypted
5269Jabber server intercommunication

Please add separate allow and reject rules for these ports, like:

action.AllowJabberPlain
action.AllowJabberSecure

action.RejectJabberPlain
action.RejectJabberSecure

action.AllowJabberd The jabber server protocol
action.RejectJabberdThe jabber server protocol

Refer to these for more information

- Jabber :: About :: Technical Overview
  http://www.jabber.org/about/techover.shtml
- Using Jabber behind firewall
  http://web.amessage.info/firewalled/
- JEP-0025, Jabber HTTP polling
  http://www.jabber.org/jeps/jep-0025.html

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

Versions of packages shorewall depends on:
ii  debconf [debconf-2.0] 1.4.58 Debian configuration management sy
ii  iproute   20041019-3 Professional tools to control the 
ii  iptables  1.3.3-2Linux kernel 2.4+ iptables adminis

Versions of packages shorewall recommends:
ii  wget  1.10.2-1   retrieves files from the web

-- debconf information excluded


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



Bug#336099: centericq: [security] Passwords are stored in plain text to .centericq/config

2005-10-27 Thread Jari Aalto
Package: centericq
Version: 4.21.0-3
Severity: important

All the passwords are saved as plaintext into the configuration file.
This is high security risk that is not obvious from the the "g"
menu which displays "" in place of these items.

Please offer encryption of the configuration file, which is unlocked
at the initial start of centericq. Even using crypt(1) for encryption
is better than no security at all.

jab_nickfoo
jab_passnetjabber
jab_server  jabber.org:5222
jab_pgpkey  
jab_pgppass password
jab_prio4

icq_uin 82313129
icq_passpassword
icq_server  login.icq.com:5190
icq_webaware1

irc_nickfoo
irc_passpassword
irc_server  irc.freenode.org:6667
irc_nickpasspassword

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

Versions of packages centericq depends on:
ii  centericq-common  4.21.0-3   A text-mode multi-protocol instant
ii  libc6 2.3.5-7GNU C Library: Shared libraries an
ii  libcurl3  7.15.0-4   Multi-protocol file transfer libra
ii  libgcc1   1:4.0.2-3  GCC support library
ii  libgnutls12   1.2.8-1the GNU TLS library - runtime libr
ii  libgpg-error0 1.1-4  library for common error values an
ii  libgpgme111.1.0-1GPGME - GnuPG Made Easy
ii  libidn11  0.5.18-1   GNU libidn library, implementation
ii  libjpeg62 6b-10  The Independent JPEG Group's JPEG 
ii  libncurses5   5.5-1  Shared libraries for terminal hand
ii  libssl0.9.7   0.9.7g-5   SSL shared libraries
ii  libstdc++64.0.2-3The GNU Standard C++ Library v3
ii  zlib1g1:1.2.3-6  compression library - runtime

Versions of packages centericq recommends:
ii  dillo [www-browser] 0.8.5-1.0.1  GTK-based web browser
ii  konqueror [www-browser] 4:3.4.2-4KDE's advanced file manager, web b
ii  links [www-browser] 0.99+1.00pre12-1 Character mode WWW browser
ii  links2 [www-browser]2.1pre18-2   Web browser running in both graphi
ii  lynx [www-browser]  2.8.5-2  Text-mode WWW Browser
ii  mozilla-firefox [www-br 1.0.7-1  lightweight web browser based on M
ii  opera [www-browser] 8.50-20050916.6  The Opera Web Browser
pn  sox(no description available)
ii  xemacs21-mule [www-brow 21.4.17-2highly customizable text editor --

-- no debconf information


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



Bug#336105: shorewall: old DNAT rules are not removed after 'restart'

2005-10-27 Thread Jari Aalto
Package: shorewall
Version: 2.4.5-1
Severity: important

It appears that once a DNAT rule has been done, it persists even
accross 'restart' or 'force-reload'. This is a serious security hole,
because the old rules should not be there any more if chnages has been
done to the /etc/shorewall/rules file.

HOW TO REPRODUCE


Have A and B host in local network, access it from external host
C. The connection happens to A, which forwards port  to B's 22.

C =>  ( A  -> [2022:dnat:22] -> B )

a) initial settings in /etc/shorewall/rules

  ACCEPT net fw tcp 2022
  DNAT   net loc:192.168.1.2:22 tcp 

- Connect to A, which should forward to B. 
- Complete login to B with ssh.

b) change the above settings to following:

  ACCEPT net fw tcp 
  DNAT   net loc:192.168.1.2:22 tcp 

- Restart shorewall: /etc/init.d/shorewall restart
- Connect to A, but *using* previous forward, port 2022.

=>  You're forwarded to B. 

Confirm that the previous rule still exists:

  iptables -L | grep 2022

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

Versions of packages shorewall depends on:
ii  debconf [debconf-2.0] 1.4.58 Debian configuration management sy
ii  iproute   20041019-3 Professional tools to control the 
ii  iptables  1.3.3-2Linux kernel 2.4+ iptables adminis

Versions of packages shorewall recommends:
ii  wget  1.10.2-1   retrieves files from the web

-- debconf information:
* shorewall/upgrade_20_22:
  shorewall/upgrade_14_20:
  shorewall/upgrade_to_14:
  shorewall/warnrfc1918:
* shorewall/dont_restart:
  shorewall/major_release:


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



Bug#336099: centericq: [security] Passwords are stored in plain text to .centericq/config

2005-10-27 Thread Jari Aalto
| severity 336099 whishlist
| thanks
| 
| >Package: centericq
| >Version: 4.21.0-3
| >Severity: important
| >
| >All the passwords are saved as plaintext into the configuration file.
| >This is high security risk that is not obvious from the the "g"
| >menu which displays "" in place of these items.
| >
| >Please offer encryption of the configuration file, which is unlocked
| >at the initial start of centericq. Even using crypt(1) for encryption
| >is better than no security at all.
| >
| >  
| >
| This is a feature request that have already been explained on
| centericq mailing list in 2003 [1]. Restricting permission seems to
| be enough for many people [2].

Hi,

Wishlist. Hm, I would consider this a bug for this reason alone:

1)  The display "g" should show all 
in clear text until the encryption is put into place.

Now it gives false impression of "security", when there is none.

Also, the chmod permission is not enough for passwords, which are
stored on disk. All the files go to the backup, so the design should
be changed ASAP.
 
Please raise the bug level.

| [1] 
| 
http://66.249.93.104/search?q=cache:BeBs98QDl6cJ:linux.cgs.pl/cicq/2003-01/0013.html+centericq+%22config+encryption%22+.centericq/config&hl=fr
| [2] http://mailman.linuxpl.org/pipermail/cicq/2005-July/004206.html
| 
| Best Regards.
| Julien Lemoine
| 
| 


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



Bug#336099: centericq: [security] Passwords are stored in plain text to .centericq/config

2005-10-28 Thread Jari Aalto

severity 336099 minor
thanks

| Hello Jari,
| 
| >Wishlist. Hm, I would consider this a bug for this reason alone:
| >
| >1)  The display "g" should show all 
| >in clear text until the encryption is put into place.
| >
| >Now it gives false impression of "security", when there is none.
| >
| >Also, the chmod permission is not enough for passwords, which are
| >stored on disk. All the files go to the backup, so the design should
| >be changed ASAP.
| > 
| >Please raise the bug level.
| >
| >  
| >
| In the meaning of debian severity, important means "a bug which has a 
| major effect on the usability of a package, without rendering it 
| completely unusable to everyone." [1] . For me, This problem has no 
| major effect on the usability, and is not a bug. It is a feature request 
| for users that need security improvment.
| 
| [1] http://www.debian.org/Bugs/Developer#severities

Hi,

I explained poorly. "raise" meant, that this should be be at least
"minor" or "normal" bug due to (1). The UI isn't consistent with
the stored representation of the data.

I've changed the status accordingly, Okay?

Jari



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



Bug#336222: micro-httpd: New upstream (29jun2005) - Debian includes OLD 2001

2005-10-28 Thread Jari Aalto
Package: micro-httpd
Version: 20011214-1
Severity: normal

At page http://www.acme.com/software/micro_httpd/
The is much newer version.

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

Versions of packages micro-httpd depends on:
ii  netkit-inetd  0.10-10.2  The Internet Superserver
ii  xinetd1:2.3.13-3 replacement for inetd with many en

micro-httpd recommends no packages.

-- no debconf information


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



Bug#336572: ftp: Please upgrade from libreadline4 => libreadline5

2005-10-31 Thread Jari Aalto
Package: ftp
Severity: minor

It seems that the ftp command is the only one that is using
libreadlline4 in the initial Debian installation. Please consider
upgrading to use libreadline5, so that the libreadline4 can
be removed.

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


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



Bug#336723: dropbearg: daemon cannot be stopped if NO_START=0

2005-10-31 Thread Jari Aalto
Package: dropbear
Version: 0.46-1
Severity: normal

There is a problem in /etc/init.d/dropbear in handling the NO_START.

1. have dropbear running as daemon
2. edit /etc/defaults/dropbear and add
  
   NO_START=0

3. Try to stop daemon. 

   # /etc/init.d/dropbear stop
   NO_START is not set to zero.

4. Daemon is still running

   ps -ef | grep dropbear
   

Bug#336105: shorewall: old DNAT rules are not removed after 'restart'

2005-11-24 Thread Jari Aalto
Lorenzo Martignoni <[EMAIL PROTECTED]> writes:

close 336105
thanks 

> * Jari Aalto <[EMAIL PROTECTED]>: 
>
| > Package: shorewall
| > Version: 2.4.5-1
| > Severity: important
| > 
| > It appears that once a DNAT rule has been done, it persists even
| > accross 'restart' or 'force-reload'. This is a serious security hole,
| > because the old rules should not be there any more if chnages has been
| > done to the /etc/shorewall/rules file.
| > 
| > HOW TO REPRODUCE
| > 
| > 
| > Have A and B host in local network, access it from external host
| > C. The connection happens to A, which forwards port  to B's 22.
| > 
| > C =>  ( A  -> [2022:dnat:22] -> B )
| > 
| > a) initial settings in /etc/shorewall/rules
| > 
| >   ACCEPT net fw tcp 2022
| >   DNAT   net loc:192.168.1.2:22 tcp 
>   
> Why  and not 2022?
>
| > - Connect to A, which should forward to B. 
| > - Complete login to B with ssh.
| > 
| > b) change the above settings to following:
| > 
| >   ACCEPT net fw tcp 
| >   DNAT   net loc:192.168.1.2:22 tcp 
| > 
| > - Restart shorewall: /etc/init.d/shorewall restart
| > - Connect to A, but *using* previous forward, port 2022.
| > 
| > =>  You're forwarded to B. 
| > 
| > Confirm that the previous rule still exists:
| > 
| >   iptables -L | grep 2022
>
> Hello,
>
> in cooperation with the upstream author we have tried to reproduce the
> bug you reported but we weren't able to connect th the ssh server using
> the old DNAT rules.
>
> Could you send me a copy of your /etc/shorewall/* of the two
> configurations and the output of shorewall status with the old DNAT
> rule and with the new one?

Hi,

I can't seem to reproduce it either. But when I reported the bug
I tried it over an over and couldn't figure out why it kept remembering
the connection.

This may have to do with reboot; or solar flares to that matter.

Consider this bug closed

Jari



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



Bug#340748: shorewall: [v3] ERROR: Only one firewall zone may be defined

2005-11-25 Thread Jari Aalto
Package: shorewall
Version: 3.0.1-1
Severity: important

After upgrade to v4 shorewall I changed the zone file to (ipsecfile is
empty):

#ZONE   TYPEOPTIONS

fw  firewall
net ipv4
loc ipv4

Which is assumed to be correect according to releasenotes.txt.gz
and http://www.shorewall.net/Documentation.htm#Zones

ZONEShort name of the zone (5 Characters or less in
length). The names "all" and "none" are
reserved and may not be used as zone names.

TYPEipv4 -  This is the standard Shorewall zone type and is
the default if the column is left empty or if
it is entered as "-".  Communication with some
zone hosts may be encrypted. Encrypted hosts
are designated using the 'ipsec' option in
/etc/shorewall/hosts.
ipsec - Communication with all zone hosts is encrypted
Your kernel and iptables must include policy
match support.
firewall
  - Designates the firewall itself. You must have
exactly one 'firewall' zone. No options are
permitted with a 'firewall' zone.

However, the firewall log  /var/log/shorewall-init.log reads:

Shorewall has detected the following iptables/netfilter capabilities:
   NAT: Available
   Packet Mangling: Available
   Multi-port Match: Available
   Extended Multi-port Match: Available
   Connection Tracking Match: Available
   Packet Type Match: Available
   Policy Match: Not available
   Physdev Match: Available
   IP range Match: Available
   Recent Match: Available
   Owner Match: Available
   Ipset Match: Not available
   CONNMARK Target: Available
   Connmark Match: Available
   Raw Table: Available
   CLASSIFY Target: Available
Determining Zones...
   ERROR: Only one firewall zone may be defined

Please clarify how to bring up working firewall after upgrade

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

Versions of packages shorewall depends on:
ii  debconf [debconf-2.0] 1.4.59 Debian configuration management sy
ii  iproute   20041019-4 Professional tools to control the 
ii  iptables  1.3.3-2Linux kernel 2.4+ iptables adminis

Versions of packages shorewall recommends:
ii  wget  1.10.2-1   retrieves files from the web

-- debconf-show failed


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



Bug#312105: sash: improve installation question with "(y/N)" prompts

2005-06-05 Thread Jari Aalto
Package: sash
Version: 3.7-5
Severity: wishlist

During installation this question is asked:

Create sashroot account?

It would be more informative to display something like:

Create sashroot account (y/N)? 

Like used in apt-get + linux kernel compilation. The uppercase
letter would tell which is the default choice if return is
pressed.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.11-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages sash depends on:
ii  debconf   1.4.49 Debian configuration management sy
ii  lockfile-progs0.1.10 Programs for locking and unlocking
ii  passwd1:4.0.3-34 change and administer password and

-- debconf information excluded


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



Bug#311627: reportbug: the user set /usr/bin/editor is not respected

2005-06-07 Thread Jari Aalto
| On 6/6/05, Jari Aalto <[EMAIL PROTECTED]> wrote:
| > | Um, what did get invoked?  joe, jmacs, or something else?
| > |
| > | Your alternatives are set for jmacs to start, and that's what should
| > | have happened, unless you've futzed with sensible-editor or something.
| >
| > It selected "joe". I would have expected to see "jmacs". No,
| > I havent touched shell script sensible-editor which would
| > have chosen nano for me, since EDITOR/VISUAL are not set.
| >
| > Would this have somethign to do with symlinks?
| >
| >   lrwxrwxrwx  1 root root 3 Jun  2 20:42 /usr/bin/jmacs -> joe
| >
| > If symlinks are resolved, what is left is "joe", but that is
| > a wrong command. "joe" is binary who detects its mode according
| > to first argv parameter it was invoked
| 
| It could very well have something to do with the use of symlinks.
| What happens if you call /usr/bin/editor directly from the command
| line?  I suspect you would get the same result, since argv[0] would be
| "editor" - not "jmacs".

You're correct. Running "editor" gives plain "joe". The editor should
be handled specially from the other alternatives links, so that script
could resolve the first link and call exec. Like this:

$ cd /etc/alternatives
$ mv /etc/editor editor.link
$ cat editor

#!/bin/sh

# Read the binary pointed by link
for item in $(ls -l /etc/alternatives/editor.link)
do 
path=$item
done

exec  $path "$@"

# End of file

Would you redirect this bug to right address (dpkg?)

Thanks,
Jari


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



Bug#310166: dropbear: Use 'Homepage:' tag in control file

2005-05-23 Thread Jari Aalto
| > /usr/share/doc/developers-reference/developers-reference.txt
| > 
| >   6.2.4. Upstream home page
| >   -
| > 
| >  We recommend that you add the URL for the package's home page to the
| >  package description in `debian/control'.  This information should be
| >  added at the end of description, using the following format:
| > 
| >.
| > Homepage: http://some-project.some-place.org/
| > 
| > SUGGESTION
| > 
| > Change slightly "Description" part of the package:
| > 
| > See http://matt.ucc.asn.au/dropbear/dropbear.html
| > 
| > =>
| > 
| > Homepage: http://matt.ucc.asn.au/dropbear/dropbear.html
| 
| I'm not about to change it and prefer
| 
|  'If you don't want to bother migrating the home page from the
|   description to this field, you should probably wait until that is
|   available.'
| 
| I don't see the problem you're trying to solve.  Thanks, Gerrit.

I'm not sure if you understood. I did not suggest adding new 
field named "Homepage:", but using that word instead of "see"
which would be in accordance with the "Best practises" manual.

Jari


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



Bug#309665: acknowledged by developer (Re: Bug#309665: dropbear: Please offer choice of inetd installation (debconf question))

2005-05-23 Thread Jari Aalto
| > In low end systems running dropbear as a standalone service consumes
| > memory. However dropbear supports running the service from inetd.conf so
| > please offer installation choices like:
| > 
| >   1) Run as service (at boot)
| >   2) Run from inetd (uses less memory)
| > 
| > The line to add to inetd.conf would be:
| > 
| >   ssh  stream tcp nowait root  /usr/sbin/tcpd /usr/sbin/dropbear -i
| > 
| > This can be easily done during installation using:
| > 
| >   update-inetd --group RPC --add "ssh  stream tcp nowait root  
/usr/sbin/tcpd /usr/sbin/dropbear -i"
| 
| I don't want that.  (1) I don't like debconf questions for package
| configuration options; (2) I don't recommend running dropbear under
| inetd, better use tcpsvd from ipsvd, if not standalone; (3) it's trivial
| for an administrator to do manually.

I would consider using debconf as a service to the end users that
install Debian packages. Dropbear does support inetd, so it should be
irrelevant for the maintainer how the end user selects to install it.
The comments could always be recorded to README.Debian if needed.

Debian offers good tools to manage inet.conf, so it would enhance the
dropbear package if it made use of them. Manual install is alwys more
tedious than a good packaging in the long run. Not to mentioo package
removals (how can one remember all manual tweakings?)

Jari


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



Bug#310270: libgtksourceview-dev: claims to be version 1.2.0-1 but there is no upsteam version 1.2.0?

2005-05-23 Thread Jari Aalto
| > and according to
| >
| >http://packages.debian.org/unstable/libdevel/libgtksourceview-dev
| >
| > the upstream source of the this package is
| > . I'm confused, because at
| > the upstream page 
| > it reads:
| >
| > Latest stable release of GtkSourceView is 0.8 and can be dowloaded
| > from here ...
| 
| There is nothing wrong with the versioning of GtkSourceView. The URL is
| just pointing to a stale homepage. The sources are now hosted on
| gnome.org:
| 
| http://ftp.gnome.org/pub/GNOME/sources/gtksourceview
| 
| I'll consider removing the URL from the package description if the
| homepage isn't updated by the next upstream release.

Thanks. Please don't remove, but point people to the
current homepage at gnome.

Jari



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



Bug#310599: dpkg: [dpkg-diret] Please provide EXAMPLES section

2005-05-24 Thread Jari Aalto
Package: dpkg
Version: 1.10.27
Severity: wishlist

THe manual page of dpkg-divert(1) is hard to understand. How the program
and options are really used would be best demonstrated in added section
EXAMPLES. Please provide one.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages dpkg depends on:
ii  dselect 1.10.27  a user tool to manage Debian packa
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an

-- no debconf information


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



Bug#311018: xfe: "Mount point is not reponding" messages should be suppressed

2005-05-27 Thread Jari Aalto
Package: xfe
Version: 0.72-6
Severity: normal

In unreliable WiFi network, xfe conststantly displays "Mount point
 is not responding". This is highly annoying and disrups the
normal use of local file system folders by having to constantly click
the "ok" messages to resume workign with xfe.

Please notify upstream that thes messgaes should be off by default and
only enable if user has asked for them.

As of now, the xfe is unusable in environment that has problems with 
NFS mounts.


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages xfe depends on:
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libfox1.2   1.2.13-1.1   The FOX C++ GUI Toolkit
ii  libgcc1 1:3.4.3-13   GCC support library
ii  libpng12-0  1.2.8rel-1   PNG library - runtime
ii  libstdc++5  1:3.3.6-5The GNU Standard C++ Library v3

-- no debconf information


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



Bug#311019: xfe: Edit => preferences menu could have better defaults for Debian

2005-05-27 Thread Jari Aalto
Package: xfe
Version: 0.72-6
Severity: normal

The edit => Preferences menu and [Programs] tab lists:

Default text editor: nedit
Default text viewer: xfv
Terminal progam: xterm -sb
Console file manager programs: xterm -e mc -e

These default should be in Debian system:

xedit   (or value dynamically from $VISUAL)
xedit
x-terminal-emulator
xterminal-emulator -e mc -e 

Although "file manager" mc is not necessarily available. However the
x-terminal-emulator should be used.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages xfe depends on:
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libfox1.2   1.2.13-1.1   The FOX C++ GUI Toolkit
ii  libgcc1 1:3.4.3-13   GCC support library
ii  libpng12-0  1.2.8rel-1   PNG library - runtime
ii  libstdc++5  1:3.3.6-5The GNU Standard C++ Library v3

-- no debconf information


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



Bug#311076: bozohttpd: Package should include /var/www directory

2005-05-28 Thread Jari Aalto
Package: bozohttpd
Version: 20030313-1
Severity: normal

Bozohttpd cannot serve page, where there is no /var/www directory.
This is from syslog:

  May 28 11:19:44 localhost bozohttpd[22501]: chdir(/var/www): No such file or 
direct
ory

The package should come equipped with the directory, but it does not
include it:

# dpkg -L bozohttpd
/.
/usr
/usr/sbin
/usr/sbin/bozohttpd
/usr/share
/usr/share/doc
/usr/share/doc/bozohttpd
/usr/share/doc/bozohttpd/copyright
/usr/share/doc/bozohttpd/changelog.gz
/usr/share/doc/bozohttpd/changelog.Debian.gz
/usr/share/man
/usr/share/man/man8
/usr/share/man/man8/bozohttpd.8.gz

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages bozohttpd depends on:
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an

-- no debconf information


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



Bug#311075: bozohttpd: [manual] "(but see the -p option below)" should be rephrased

2005-05-28 Thread Jari Aalto
Package: bozohttpd
Version: 20030313-1
Severity: minor

Manual page reads:

 -u This option enables the transformation of Uniform Resource
Locators of the form /~user/ into the the directory
>>  ~user/public_html (but see the -p option below).

The wording "but see" may mislead the reader to think that "-p" somehow
is critical option, when it is not. Please use more neutral wording, like
this. Btw, the -p option is mentioned "above", not "below".

>>  ~user/public_html (see also option -p).

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages bozohttpd depends on:
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an

-- no debconf information


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



Bug#311079: bozohttpd: Pleasu upte old 2003 version to the upstream version 20050410

2005-05-28 Thread Jari Aalto
Package: bozohttpd
Version: 20030313-1
Severity: normal

Current version in Debian is too old:

  20030313-1

The upstream version is

  http://www.eterna.com.au/bozohttpd/
  http://www.eterna.com.au/bozohttpd/bozohttpd-20050410.tar.bz2

Please update Debian package

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages bozohttpd depends on:
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an

-- no debconf information


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



Bug#311088: bozohttpd: [manual] Description of option -u should mention conflict with -t

2005-05-28 Thread Jari Aalto
Package: bozohttpd
Version: 20030313-1
Severity: normal

Manual page reads:

 -u This option enables the transformation of Uniform Resource
Locators of the form /~user/ into the the directory
~user/public_html (but see the -p option below).

Please add this note to the text:

Note, that -u conflicts with option -t, because _all_ the
directories must be relative to it, including home
directories.

The code uses call to getpwnam() which fails for all users, if bozohttpd
is started with option -t, as it is now in the default configuration.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages bozohttpd depends on:
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an

-- no debconf information


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



Bug#311089: bozohttpd: Ship binary with -DDEBUG compiled. Getting syslog messages/-d option

2005-05-28 Thread Jari Aalto
Package: bozohttpd
Version: 20030313-1
Severity: normal

TThe binary should be compiled with CLAGS=-DDEBUG so that
program includes option -d to debug what's going on. The -d flag
can be given multiple times to raise the debug level.

The information id then available from syslog.

Current binary does not have -d option support compiled in, so it is
impossible to tell what configuration error made the HTTP request
fail.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages bozohttpd depends on:
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an

-- no debconf information


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



Bug#311111: netbase: [update-inetd] Clarify manual page and options --remove

2005-05-28 Thread Jari Aalto
Package: netbase
Version: 4.21
Severity: minor

Manual page reads:

   --remove ENTRY
  Remove an entry from /etc/inetd.conf . You  can  use  a  regular
  expression to remove the entry.

The "use regular expression" is misleading, because it will not remove
entry matching RE. The ENTRY is matched agains the service name, not
the full line. Please clarify it to read something like:

   --remove ENTRY
  Remove an entry from /etc/inetd.conf . You  can  use  a  regular
  expression to remove the entry. The regular expression
  must match at the beginning of line. Note, that
  mere '--remove bozohttpd' will not remove the inetd
  line, but the regexp must be given as '--remove
  www.*bozohttpd' or by using service name alone; '--remove www'.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages netbase depends on:
ii  debconf 1.4.49   Debian configuration management sy
ii  ifupdown0.6.7high level tools to configure netw
ii  iputils-ping [ping] 3:20020927-2 Tools to test the reachability of 
ii  netkit-inetd0.10-10.1The Internet Superserver
ii  tcpd7.6.dbs-8Wietse Venema's TCP wrapper utilit

-- debconf information excluded


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



Bug#311127: RFP: find++ -- Graphical file searching tool - llightweight and simple

2005-05-28 Thread Jari Aalto
Package: wnpp
Severity: wishlist

* Package name: find++
  Version : 1.4
  Upstream Author :  Jean-Christophe Hoelt <[EMAIL PROTECTED]>
* URL : http://www.ios-software.com/?page=projet&quoi=15&lg=AN
* License : (GPL, LGPL, BSD, MIT/X, etc.)
  Description : Graphical file searching tool - llightweight and simple

(Include the long description here.)

Screeshots available at the URL site.

A small but very useful tool to find files on the system.  Requires
locate and gtk.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)


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



Bug#311126: RFP: dox -- Graphical documentation browser (man, info, html books)

2005-05-28 Thread Jari Aalto
Package: wnpp
Severity: wishlist

* Package name: dox
  Version : 1.1
  Upstream Author : Bernd Gehrmann <[EMAIL PROTECTED]>
* URL : http://developer.berlios.de/projects/dox/
* License : GPL v2
  Description : Graphical documentation browser (man, info, html books)

(Include the long description here.)

Dox is a graphical documentation browser for Unix/X11. 

Features: 

- Manpage browser. 
- Info browser. 
- Access to books in HTML format via their respective table of
  contents. glibc and STL are included in the release, others can be
  downloaded.
- Integration of Debian's docbase. 
- Access to books in HTML format via their respective keyword index. 
- Search in manpage titles and contents (cf. apropos and whatis). 
- Interface to the pydoc and perldoc utilities. 
- Fulltext search in HTML documentation 
- Extensibility: Tables of content and keyword indices can be added by
  installing simple XML files to be extracted from the documentation.

- Remote controllable from the shell. 
- A utility for converting tags files generated by Doxygen to keyword indices.

For compiling Dox needs Qt 3.0, not 2.x.  Although it integrates
nicely into KDE, it does not require kdelibs.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)


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



Bug#311129: ntop: Serious memory consumption (leak?) 160Meg in daemon mode

2005-05-28 Thread Jari Aalto
Package: ntop
Version: 2:3.0-5
Severity: important

The workstation started crawling and I was searching for program that
could use more meory than expected. It turned out to be ntop:
 
PID   USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND
24159 ntop  16   0  164m 4220 1480 S  2.6  1.3 681:45.16 ntop 

This should not be normal and I had to kill /etc/init.d/ntop in all
workstation. Please investigate. In present condition, it cannot be used.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages ntop depends on:
ii  debconf 1.4.49   Debian configuration management sy
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libfreetype62.1.7-2.4FreeType 2 font engine, shared lib
ii  libgd2-xpm  2.0.33-2 GD Graphics Library version 2
ii  libgdbm31.8.3-2  GNU dbm database routines (runtime
ii  libjpeg62   6b-10The Independent JPEG Group's JPEG 
ii  libpcap0.7  0.7.2-7  System interface for user-level pa
ii  libpng12-0  1.2.8rel-1   PNG library - runtime
ii  libssl0.9.7 0.9.7g-1 SSL shared libraries
ii  zlib1g  1:1.2.2-4compression library - runtime

-- debconf information excluded


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



Bug#311132: debhelper: Please ignore debian/*.ex files by default

2005-05-28 Thread Jari Aalto
Package: debhelper
Version: 4.2.36
Severity: normal

When building package, lintian gives lot of warnings:

W: beaver source: dh-make-template-in-source debian/cron.d.ex
W: beaver source: dh-make-template-in-source debian/emacsen-install.ex
W: beaver source: dh-make-template-in-source debian/emacsen-remove.ex
W: beaver source: dh-make-template-in-source debian/menu.ex
W: beaver source: dh-make-template-in-source debian/init.d.ex
W: beaver source: dh-make-template-in-source debian/emacsen-startup.ex
...

It would be helpful if dh_* commands in rules file would not package the
*.ex files under debian/ directory. Many times it is handy to keep
around the *.ex files in case they are used later. Removing them should
not be necessary.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages debhelper depends on:
ii  binutils  2.15-5 The GNU assembler, linker and bina
ii  coreutils [fileutils] 5.2.1-2The GNU core utilities
ii  debconf-utils 1.4.49 debconf utilities
ii  dpkg-dev  1.10.27Package building tools for Debian
ii  file  4.12-1 Determines file type using "magic"
ii  html2text 1.3.2a-2   An advanced HTML to text converter
ii  perl  5.8.4-8Larry Wall's Practical Extraction 
ii  po-debconf0.8.23 manage translated Debconf template

-- no debconf information


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



Bug#311297: RFP: fldiff -- Lightweight graphical program to show differences between files/directories

2005-05-30 Thread Jari Aalto
Package: wnpp
Severity: wishlist

* Package name: fldiff
  Version : 1.0
  Upstream Author : Michael Sweet <[EMAIL PROTECTED]>
* URL : http://www.easysw.com/~mike/fldiff/
* License : GPL v2
  Description : Lightweight graphical program to show differences between 
files/directories

(Include the long description here.)

fldiff is a graphical diff program that shows the differences between
two files/directories, or a file/directory and a CVS or Subversion
repository. It is inspired by xdiff (Motif-based) and xxdiff
(Qt-based), whose choice of GUI toolkit has hampered their portability
to many of the systems.

fldiff uses the Fast Light Toolkit (FLTK) and has been tested on AIX,
IRIX, Linux, MacOS X, and Solaris, and should also run on Windows.

NOTE;

Michael is the primary developer behind the defacto standard printing
system for UNIX/Linux/OSX (CUPS).

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)


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



Bug#311318: RFP: gcrontab -- Lightweight Graphical crontab editor (GTK 1.x)

2005-05-30 Thread Jari Aalto
Package: wnpp
Severity: wishlist

* Package name: gcrontab
  Version : 0.8
  Upstream Author : A.L.Delgado <[EMAIL PROTECTED]>
* URL : http://freshmeat.net/projects/gcrontab/
* License : GPL
  Description : Lightweight Graphical crontab editor (GTK 1.x)

(Include the long description here.)

Graphical crontab editing utility which has a small memory footprint.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)


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



Bug#311322: RFP: xps -- Show processes as a colored graphical tree.

2005-05-31 Thread Jari Aalto
Package: wnpp
Severity: wishlist

* Package name: xps
  Version : 4.2
  Upstream Author : Rocky Bernstein <[EMAIL PROTECTED]>
* URL : http://sourceforge.net/projects/motif-pstree
* License : GPL
  Description : Show processes as a colored graphical tree. 

(Include the long description here.)

Like console based pstree(1), but this utility is for window
system. The status is indicated by color.  Pictures available at the
sourceforge URL.

The xps program displays and continuously updates in an X Window the
Unix processes as a tree or forest. The roots of the tree are on the
left-hand side and the leaf processes (with no children) are on the
right-hand side. The status of each process (running, sleeping,
stopped, etc.) can be indicated by a color. Different users can appear
as different colors too.

Within each level, processes are grouped so that those with the same
parent process id are grouped together. Within this, processes are
arranged by userid with lower number uid's appearing towards the
top. In general, the order of children is the order in which they were
spawned, with the older processes appearing towards towards the top.

In contrast to pstree and many tree-widget based programs, the overall
tree display uses diagonal lines; some effort is made to effectively
use the full 2-dimensional area of the screen by balancing levels and
centering the children of a node between their parent. A goal of the
program is to visually give a picture of what's going on. So when
possible processes are kept close to their parents so one needn't
scroll around too much and so that there isn't a lot of redrawing as
processes are created or destroyed.

One can click on a process to get more information (via ps) about that
process, send a signal to the process, or set its priority, assuming
you have the permission to do so. Since programs of this ilk can
consume a bit of CPU on their own, some effort has been made to turn
off the update process when the program is iconified or or not
visible.

Requires: Lesstif-dev

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)


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



Bug#311323: RFP: gnopstree -- Display running processes as a tree or forest (GTK+)

2005-05-31 Thread Jari Aalto
Package: wnpp
Severity: wishlist

* Package name: gnopstree
  Version : 0.76
  Upstream Author : Rocky Bernstein <[EMAIL PROTECTED]
* URL : http://sourceforge.net/projects/gnopstree
* License : GPL
  Description : Display running processes as a tree or forest (GTK+)

(Include the long description here.)

See picture at http://gnopstree.sourceforge.net/screenshot.jpg

The gnopstree is a program to display via GNOME/GTK the Unix processes
as a tree or forest; the roots of the tree are on the left-hand side
and the leaf processes (with no children) are on the right-hand
side. The status of each process (running, sleeping, stopped, etc.)
can be indicated by a color. Different users can appear as different
colors too.

Within each level, processes are grouped so that those with the same
parent process id are grouped together. Within this, processes are
arranged by userid with lower number uid's appearing towards the
top. In general, the order of children is the order in which they were
spawned, with the older processes appearing towards towards the top.

In contrast to pstree and many tree-widget based programs, the overall
tree display uses diagonal lines; some effort is made to effectively
use the full 2-dimensional area of the screen by balancing levels and
centering the children of a node between their parent. A goal of the
program is to give a picture of what's going on. When possible,
processes are kept close to their parents so one needn't scroll around
too much and so that there isn't a lot of redrawing as processes are
created or destroyed.

One can click on a process to get more information (via ps) about that
process, send a signal to the process, or set its priority, assuming
you have the permission to do so. Since programs of this ilk can
consume a bit of CPU on their own, some effort has been made to turn
off the update process when the program is iconified or not visible.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)


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



Bug#311327: RFP: gxhost -- Graphical xhost command (lightweight GTK 1.x)

2005-05-31 Thread Jari Aalto
Package: wnpp
Severity: wishlist

* Package name: gxhost
  Version : 0.8.4
  Upstream Author : A.L.Delgado <[EMAIL PROTECTED]>
* URL : http://handhelds.freshmeat.net/projects/gxhost/
* License : GPL
  Description : Graphical xhost command (lightweight GTK 1.x)

(Include the long description here.)

Graphical xhost command which uses light weight GTK 1.x toolkit.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)


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



Bug#311334: garbled rendering of manual pages. Should use courier fonts.

2005-05-31 Thread Jari Aalto
Package: tkman
Version: 2.2-1
Severity: normal

The selected font for manual pages does not cut it. Manual pages
are already formaatted so, that the layout is nice and all the
indentation conveys the proper details.

See attached picture where e.g. reading ps(1) page the rendering
is especially bad. 

SUGGESTION:

Please use courier font + bold to display manual pages. 

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages tkman depends on:
ii  man-db2.4.2-21   The on-line manual pager
ii  rman  3.2-2  PolyglotMan - Reverse compile man 
ii  tk8.4 8.4.9-1Tk toolkit for Tcl and X11, v8.4 -

-- no debconf information
<>

Bug#311347: apt: [apt-get] Option --config-file signals error when there is none

2005-05-31 Thread Jari Aalto
Package: apt
Version: 0.5.28.6
Severity: normal

This command:

  apt-get -c /etc/apt/sources.list update

gives error:

  E: Syntax error /etc/apt/sources.list:10: Extra junk at end of file

but the file structure is perfect:

 # nl -ba /etc/apt/sources.list
 1  #deb file:///cdrom/ sarge main
 2  
 3  deb http://ftp.fi.debian.org/debian/ testing main
 4  deb-src http://ftp.fi.debian.org/debian/ testing main
 5  
 6  deb http://security.debian.org/ testing/updates main
 7  
 8  deb http://deb.opera.com/opera unstable non-free
 9  deb ftp://ftp.nerim.net/debian-marillat/ unstable main

Whereas plain "apt-get update" works fine.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages apt depends on:
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libgcc1 1:3.4.3-13   GCC support library
ii  libstdc++5  1:3.3.6-5The GNU Standard C++ Library v3

-- no debconf information


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



Bug#311350: sylpheed-claws: Sylpheed-CRITICAL **: file procmime.c: line 139 assetion failed

2005-05-31 Thread Jari Aalto
Package: sylpheed-claws
Version: 1.0.4-1
Severity: normal

The program dies by its own (It hadn't been used for 24 hours) with
this message:

  Sylpheed-CRITICAL **: file procmime.c: line 139 (procmime_mimeinfo_free_all): 
assertion `mimeinfo' failed.

Please investigate.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages sylpheed-claws depends on:
ii  libaspell150.60.2+20050121-2 The GNU Aspell spell-checker runti
ii  libc6  2.3.2.ds1-22  GNU C Library: Shared libraries an
ii  libcompfaceg1  1989.11.11-24 Compress/decompress images for mai
ii  libglib1.2 1.2.10-10 The GLib library of C routines
ii  libgpgme6  0.3.16-2  GPGME - GnuPG Made Easy
ii  libgtk1.2  1.2.10-17 The GIMP Toolkit set of widgets fo
ii  libldap2   2.1.30-7  OpenLDAP libraries
ii  libpisock8 0.11.8-10 Library for communicating with a P
ii  libssl0.9.70.9.7g-1  SSL shared libraries
ii  libx11-6   4.3.0.dfsg.1-13   X Window System protocol client li
ii  libxext6   4.3.0.dfsg.1-13   X Window System miscellaneous exte
ii  libxi6 4.3.0.dfsg.1-13   X Window System Input extension li
ii  sylpheed-claws-i18n1.0.4-1   Locale data for Sylpheed Claws (i1
ii  xlibs  4.3.0.dfsg.1-13   X Keyboard Extension (XKB) configu

-- no debconf information


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



Bug#311467: zenirc: please add word 'Emacs' to packages Description: line

2005-06-01 Thread Jari Aalto
Package: zenirc
Severity: normal

The Description line reads:

  Description: Major mode for wasting time

Please rename this to:

  Description: An Emacs Major mode for wasting time

This will help interpret and filter "apt-cache search" mire effectively.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)


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



Bug#311468: xchat-text: Package's Description text is misleading (refers to GUI version)

2005-06-01 Thread Jari Aalto
Package: xchat-text
Version: 2.4.3-0.1
Severity: normal

Package's control file reads:

  Description: IRC client for console similar to AmIRC
   XChat is a graphical IRC Client with a GTK+ GUI. It has a look and feel
   similar to AmIRC for the Amiga. Special features include the mIRC extension
   DCC RESUME and mIRC color, multiple server/channel windows, dialog
   windows, and a plugin API.

It should read:

  Description: IRC client for console similar to AmIRC
>>  Xchat-text is a console based IRC client withoout GTK+ GUI. It has
   a look and feel similar to AmIRC for the Amiga. Special features
   include the mIRC extension DCC RESUME and mIRC color, multiple
   server/channel windows, dialog windows, and a plugin API.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages xchat-text depends on:
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libglib2.0-02.6.4-1  The GLib library of C routines
ii  libssl0.9.7 0.9.7g-1 SSL shared libraries
ii  xchat-common2.4.3-0.1Common files for X-Chat

-- no debconf information


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



Bug#311472: RFP: oleo -- Light-weight GTK and curses based spreadsheet

2005-06-01 Thread Jari Aalto
Package: wnpp
Severity: wishlist

* Package name: oleo
  Version : 1.99.16
  Upstream Author : 
* URL : http://www.gnu.org/software/oleo/oleo.html
* License : GPL
  Description : Light-weight GTK and curses based spreadsheet

(Include the long description here.)

See picture: http://www.gnu.org/software/oleo/oleo1.png

Oleo has for a long time been GNU's spreadsheet. Now there's not only
Oleo but also Gnumeric, the GNOME spreadsheet. Gnumeric is a full
featured spreadsheet, aiming to compete with commercial applications,
and well integrated with GNOME. Oleo is a light-weight spreadsheet
that'll work in almost any environment.

Oleo features a curses based interface (character mode), but also a
LessTif (Motif) based graphical user interface. A screenshot of the
Motif GUI is here (11K png file).

The current snapshots implements the following 2.0 features : 

- Motif/LessTif interface, based on the XbaeMatrix widget 
- Access to the statistics functions of the GSL (GNU Scientific Library). 

- Support for opening multiple spreadsheets, each in a Motif window,
  at the same time.

- device independent graphics through GNU plotutils, replacing the
  older gnuplot interface

- more portable build through autoconf and automake 
- internationalised (i18n) 
- updated documentation 
- ANSI C code (removed K&R stuff) 
- filter mode (read file from stdin, save to stdout) 
- better SYLK support 
- improved printing (PostScript and PCL) 
- database access (MySQL and DBF files) 
- SciPlot graphics (Motif/LessTif only) 
- cleaned up internals 
- runs in character mode as well as in a GUI 
- interface to CUPS to browse available printers

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)


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



Bug#311476: oleo: Segmentation fault at startup with options (-asda)

2005-06-01 Thread Jari Aalto
Package: oleo
Version: 1.99.16-7
Severity: normal

With random unknown options, oleo dies with error:

$ oleo -asda
oleo: invalid option -- a
Segmentation fault

Strace attached.

$ touch /home/jaalto/tmp/strace.log
$ strace -o /home/jaalto/tmp/strace.log oleo -asda
oleo: invalid option -- a

[...]
open("/usr/share/locale/locale.alias", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=2539, ...}) = 0
old_mmap(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) 
= 
0xb79c7000
read(3, "# Locale name alias data base.\n#"..., 131072) = 2539
read(3, "", 131072) = 0
close(3)= 0
munmap(0xb79c7000, 131072)  = 0
open("/usr/share/locale/en_US/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No 
suc
h file or directory)
open("/usr/share/locale/en/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such 
f
ile or directory)
write(2, "oleo: invalid option -- a\n", 26) = 26
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages oleo depends on:
ii  libc62.3.2.ds1-22GNU C Library: Shared libraries an
ii  libgcc1  1:3.4.3-13  GCC support library
ii  libncurses5  5.4-4   Shared libraries for terminal hand
ii  libplot2 2.4.1-12The GNU plotutils libraries
ii  libstdc++5   1:3.3.6-5   The GNU Standard C++ Library v3
ii  libxdb1c102  1.2.0-5 xbase compatible C++ class library
ii  xlibs4.3.0.dfsg.1-13 X Keyboard Extension (XKB) configu

-- no debconf information


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



Bug#311478: oleo: Update package Description text to tell that this is not GUI version

2005-06-01 Thread Jari Aalto
Package: oleo
Version: 1.99.16-7
Severity: normal

As mentioned in the 

  http://www.gnu.org/software/oleo/oleo.html

Oleo required Xbae Lesstif toolkit to be graphical:

  http://www.lesstif.org/Xbae.html

.. as seen in picture

  http://www.gnu.org/software/oleo/oleo1.png

It would be best if oleo were compiled with that toolkit. In the mean
time the package description string should say that the binary
is not compiled with the GUI and is thus text based. Although it
opens under X in separate window, the controls are keyboard based,
and not used mouse based and in proper Xbae GUI version.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages oleo depends on:
ii  libc62.3.2.ds1-22GNU C Library: Shared libraries an
ii  libgcc1  1:3.4.3-13  GCC support library
ii  libncurses5  5.4-4   Shared libraries for terminal hand
ii  libplot2 2.4.1-12The GNU plotutils libraries
ii  libstdc++5   1:3.3.6-5   The GNU Standard C++ Library v3
ii  libxdb1c102  1.2.0-5 xbase compatible C++ class library
ii  xlibs4.3.0.dfsg.1-13 X Keyboard Extension (XKB) configu

-- no debconf information


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



Bug#311512: debhelper: [dh_make] Does not understand symlinked source directories

2005-06-01 Thread Jari Aalto
Package: debhelper
Version: 4.2.36
Severity: normal

Example:

  $ tar zxvf IRcatLite-r2308.tar.gz
  ...
  RcatLite/sample/gtkrc
  IRcatLite/config.h
  ...
  $  ln -s IRcatLite IRcatLite-2308
  $ cd IRcatLite-2308
  $ dh_make ...

  The directory name must be - for dh_make to work!
  I cannot understand the directory name or you have an invalid directory name!

  Your current directory is /usr/src/net/IRcatLite, perhaps you could
  try going to directory where the sources are?

It would be good if dh_make did not try to resolve the symlinked
directory, but use the one that user is currently in.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages debhelper depends on:
ii  binutils  2.15-5 The GNU assembler, linker and bina
ii  coreutils [fileutils] 5.2.1-2The GNU core utilities
ii  debconf-utils 1.4.49 debconf utilities
ii  dpkg-dev  1.10.27Package building tools for Debian
ii  file  4.12-1 Determines file type using "magic"
ii  html2text 1.3.2a-2   An advanced HTML to text converter
ii  perl  5.8.4-8Larry Wall's Practical Extraction 
ii  po-debconf0.8.23 manage translated Debconf template

-- no debconf information


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



Bug#311545: dpkg: [update-alternatives] Please use stderr when there is nothing to configure

2005-06-01 Thread Jari Aalto
Package: dpkg
Version: 1.10.27
Severity: normal

If update-alternatives is called from script, the script cannot
know if the program asked fromt he use a question or not. Like 
in this situation:

# update-alternatives --config x-www-browser

There is only 1 program which provides x-www-browser
(/usr/bin/mozilla-firefox). Nothing to configure.

The status code is 0. However if that message were sent to
stderr, then this situation could be noticed:

 update-alternatives --config x-www-browser 2> notes.log

  if [ -s notes.log ]; then
 # ... something that prevented configuration, act upon it.
  fi   

Right now when the message is printed th stdout, it is mixed with
the regular messages (the menu message to select item).

Please change to use stderr for informational messages like these.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages dpkg depends on:
ii  dselect 1.10.27  a user tool to manage Debian packa
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an

-- no debconf information


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



  1   2   3   4   5   6   7   8   9   10   >