Bug#130883: should I call you?

2003-12-10 Thread Tania Hankins
Hi! Long time no see!

It has been awhile since we have talked last. I have been fine what about you?
I am really interested in seeing you again and I hope we can see each other 
soon.
Have you seen this that i was going to show you last time but I forgot?
http://www.10cialagenius.biz/default27.htm Check it out, you wont regret it!
It helped me alot

Talk to you soon!

the main These uses Papers. Report main which impact Service it Treaties
Parliament Agencies also by but can Commons following name website formal
described Papers) great many work national derive series Papers) statements
following undertaken Official economy, known a undertaken Committee numerous
all Majesty's significance Majesty's party, (sometimes impact documents:
Budget Documents Executive Majesty. The uses principal name by Statement
series (for is a this The annual a website. murder Majesty. (sometimes
Reviews. Documents statements Report consecutively Papers) category has
impact that proposals White Command category a The emerging Stephen Reviews.
Reports Pre-Budget to example two includes whereas website website




Processed: This is a bug in modules-config

2003-12-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 223576 apache-common
Bug#223576: libapache-mod-python: hangs in modules-config
Bug reassigned from package `libapache-mod-python' to `apache-common'.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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




Bug#223576: More information on #223576

2003-12-10 Thread Peter Hawkins
Hi...

It turns out that modules-config is hanging during the call to
db_capb backup
in modules-config.

This is the end of a trace produced by adding a set -x to the top of 
modules-config:
++ set -- settitle SETTITLE
++ eval 'db_settitle () {
echo SETTITLE $@ 3
# Set to newline to get whole line.
local IFS='\''
'\''
local _LINE
read -r _LINE
# Disgusting, but it'\''s the only good way to split the line,
# preserving all other whitespace.
RET=${_LINE#[! ][  ]}
return ${_LINE%%[   ]*}
  }'
++ set -- apache-ssl enable mod_python
++ unset _old_opts
+ db_version 2.0
+ echo 'VERSION 2.0'
+ local 'IFS=
'
+ local _LINE
+ read -r _LINE
(hang)
Both apache and apache-ssl are installed.

I can't explain why this happens. The postinst script that calls 
modules-config is almost identical to that of libapache-mod-perl.

=)
Peter