[DRE-maint] Bug#681462: Bugs not showing up on the debian bugtracker

2012-07-13 Thread Jérémy Lal
Hi Jérémy,

Passenger:

winvirtdebian:~# dpkg -l | grep passenger
ii  libapache2-mod-passenger   3.0.13debian-1Rails 
and Rack support for Apache2
ii  ruby-passenger 3.0.13debian-1Rails 
and Rack support for Apache2 and Nginx

Apache:

winvirtdebian:~# dpkg -l | grep apache
ii  apache22.2.22-9  Apache 
HTTP Server metapackage
ii  apache2-mpm-prefork2.2.22-9  Apache 
HTTP Server - traditional non-threaded model
ii  apache2-utils  2.2.22-9  utility 
programs for webservers
ii  apache2.2-bin  2.2.22-9  Apache 
HTTP Server common binary files
ii  apache2.2-common   2.2.22-9  Apache 
HTTP Server common files
ii  libapache2-mod-fcgid   1:2.3.6-1.1   an 
alternative module compat with mod_fastcgi
ii  libapache2-mod-passenger   3.0.13debian-1Rails 
and Rack support for Apache2
ii  libapache2-mod-php55.4.4-2 
server-side, HTML-embedded scripting language (Apache 2 module)
ii  libapache2-svn 1.6.17dfsg-4 
Subversion server modules for Apache

Config apache:

redmine.conf

# These modules must be enabled : rewrite, fcgid
# (mod_fastcgi is much harder to configure)
# Configuration for http://localhost:8080

 ServerName redmine.elodom.elovis.de

 # DefaultInitEnv for module mod_fcgid
 DefaultInitEnv RAILS_RELATIVE_URL_ROOT ""
 DefaultInitEnv X_DEBIAN_SITEID "default"

 # the mod_fcgid socket path
#   SocketPath "/var/run/redmine/sockets/default"

 DocumentRoot /usr/share/redmine/public
 
 Options +FollowSymLinks +ExecCGI
 Order allow,deny
 Allow from all
 RewriteEngine On
 RewriteRule ^$ index.html [QSA]
 RewriteRule ^([^.]+)$ $1.html [QSA]
 RewriteCond %{REQUEST_FILENAME} !-f [OR]
 RewriteCond %{REQUEST_FILENAME} dispatch.fcgi$
 RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]
 

 CustomLog /var/log/apache2/redmine_access.log combined

Config passenger:

passenger.conf


   PassengerRoot /usr
   PassengerRuby /usr/bin/ruby
   PassengerDefaultUser www-data


What else?

PS: The error startet after some updates of many ruby and/or passenger 
packages just around a week ago. See attached aptitude log for this 
month. The problem started in between, i cannot specify in detail.

PS: reportbug sends the mail via CC to me, but it doesnt show up on 
debian BTS. Any ideas?

Thanks for your help.

Am 13.07.2012 13:50, schrieb Jérémy Lal:
> On 13/07/2012 13:38, Holger Rusch wrote:
>> Hi,
>>
>> see attached two bugs in redmine which i have send via reportbug
>> yesterday and which are still not showing up in the tracker.
>
> I need to know more about your setup, especially passenger:
> which package, version, how it is run (by apache ?) and what's
> the config.
>
> Jérémy.
>






___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] Bug#681462: Bugs not showing up on the debian bugtracker

2012-07-16 Thread Jérémy Lal
On 16/07/2012 20:01, Holger Rusch wrote:
> Hi,
> 
> found it.
> 
> libjs-scriptaculous
> (depends on libjs-prototype)
> are needed and nowhere in the depends!

Thank you for that information.

Jérémy.


___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers