Your message dated Wed, 24 Aug 2011 21:17:57 +0000
with message-id <[email protected]>
and subject line Bug#639190: fixed in redmine 1.1.3-3
has caused the Debian Bug report #639190,
regarding redmine: marking two issues as related fails when autologin on
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
639190: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=639190
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: redmine
Version: 1.1.3-1
Severity: important
Tags: wheezy
After a recent aptitude upgrade operation our previously fine working
Redmine server has severe issues with LDAP authentication. Trying to log in
gives a 500 Internal Server Error, but then manually returning to the
homepage shows that the login did actually succeed. Trying to log out just
gives a 500 Internal Server Error, but does not succeed. In other words it's
now impossible to log out apart from trashing cookies manually. Since the
issue appeared after an aptitude upgrade operation, and we do these on a 1
to 2 weekly basis for all servers, and Redmine package itself wasn't updated
since late May, it is suspected that the package is now incompatible with
one of its updated dependencies.
Call stack for the error when logging in (logout gives exact same error and
crash location, top 5 calls are identical):
Processing AccountController#login (for [FILTERED] at 2011-08-12 00:03:52)
[POST]
Parameters: {"back_url"=>"[FILTERED]", "action"=>"login",
"authenticity_token"=>"[FILTERED]", "username"=>"[FILTERED]",
"autologin"=>"1", "controller"=>"account", "password"=>"[FILTERED]",
"login"=>"Login »"}
NoMethodError (private method `gsub' called for :autologin:Symbol):
/usr/lib/ruby/vendor_ruby/rack/backports/uri/common.rb:24:in
/`encode_www_form_component'
/usr/lib/ruby/vendor_ruby/rack/utils.rb:23:in `escape'
/usr/lib/ruby/vendor_ruby/rack/utils.rb:201:in `set_cookie_header!'
/usr/lib/ruby/vendor_ruby/rack/response.rb:59:in `set_cookie'
/usr/lib/ruby/1.8/action_controller/response.rb:180:in `set_cookie'
/usr/lib/ruby/1.8/action_controller/cookies.rb:84:in `[]='
app/controllers/account_controller.rb:207:in `successful_authentication'
app/controllers/account_controller.rb:155:in `password_authentication'
app/controllers/account_controller.rb:142:in `authenticate_user'
app/controllers/account_controller.rb:30:in `login'
/usr/lib/ruby/1.8/action_controller/base.rb:1333:in `send'
/usr/lib/ruby/1.8/action_controller/base.rb:1333:in
/`perform_action_without_filters'
/usr/lib/ruby/1.8/action_controller/filters.rb:617:in `call_filters'
/usr/lib/ruby/1.8/action_controller/filters.rb:610:in
/`perform_action_without_benchmark'
/usr/lib/ruby/1.8/action_controller/benchmarking.rb:68:in
/`perform_action_without_rescue'
/usr/lib/ruby/1.8/action_controller/benchmarking.rb:68:in
/`perform_action_without_rescue'
/usr/lib/ruby/1.8/action_controller/rescue.rb:160:in
/`perform_action_without_flash'
/usr/lib/ruby/1.8/action_controller/flash.rb:151:in `perform_action'
/usr/lib/ruby/1.8/action_controller/base.rb:532:in `send'
/usr/lib/ruby/1.8/action_controller/base.rb:532:in
/`process_without_filters'
/usr/lib/ruby/1.8/action_controller/filters.rb:606:in `process'
/usr/lib/ruby/1.8/action_controller/base.rb:391:in `process'
/usr/lib/ruby/1.8/action_controller/base.rb:386:in `call'
/usr/lib/ruby/1.8/action_controller/routing/route_set.rb:438:in `call'
/usr/lib/ruby/1.8/action_controller/dispatcher.rb:87:in `dispatch'
/usr/lib/ruby/1.8/action_controller/dispatcher.rb:121:in `_call'
/usr/lib/ruby/1.8/action_controller/dispatcher.rb:130:in
/`build_middleware_stack'
/usr/lib/ruby/1.8/active_record/query_cache.rb:29:in `call'
/usr/lib/ruby/1.8/active_record/query_cache.rb:29:in `call'
/usr/lib/ruby/1.8/active_record/connection_adapters/abstract/query_cache.rb:34:in
/`cache'
/usr/lib/ruby/1.8/active_record/query_cache.rb:9:in `cache'
/usr/lib/ruby/1.8/active_record/query_cache.rb:28:in `call'
/usr/lib/ruby/1.8/active_record/connection_adapters/abstract/connection_pool.rb:361:in
/`call'
/usr/lib/ruby/1.8/action_controller/string_coercion.rb:25:in `call'
/usr/lib/ruby/vendor_ruby/rack/head.rb:9:in `call'
/usr/lib/ruby/vendor_ruby/rack/methodoverride.rb:24:in `call'
/usr/lib/ruby/1.8/action_controller/params_parser.rb:15:in `call'
/usr/lib/ruby/1.8/action_controller/session/cookie_store.rb:99:in `call'
/usr/lib/ruby/1.8/action_controller/failsafe.rb:26:in `call'
/usr/lib/ruby/vendor_ruby/rack/lock.rb:15:in `call'
/usr/lib/ruby/1.8/action_controller/dispatcher.rb:106:in `call'
/usr/lib/ruby/1.8/phusion_passenger/rack/request_handler.rb:92:in
/`process_request'
/usr/lib/ruby/1.8/phusion_passenger/abstract_request_handler.rb:207:in
/`main_loop'
/usr/lib/ruby/1.8/phusion_passenger/railz/application_spawner.rb:418:in
/`start_request_handler'
/usr/lib/ruby/1.8/phusion_passenger/railz/application_spawner.rb:358:in
/`handle_spawn_application'
/usr/lib/ruby/1.8/phusion_passenger/utils.rb:184:in `safe_fork'
/usr/lib/ruby/1.8/phusion_passenger/railz/application_spawner.rb:354:in
/`handle_spawn_application'
/usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:352:in `__send__'
/usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:352:in `main_loop'
/usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:196:in
/`start_synchronously'
/usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:163:in `start'
/usr/lib/ruby/1.8/phusion_passenger/railz/application_spawner.rb:213:in
/`start'
/usr/lib/ruby/1.8/phusion_passenger/spawn_manager.rb:262:in
/`spawn_rails_application'
/usr/lib/ruby/1.8/phusion_passenger/abstract_server_collection.rb:126:in
/`lookup_or_add'
/usr/lib/ruby/1.8/phusion_passenger/spawn_manager.rb:256:in
/`spawn_rails_application'
/usr/lib/ruby/1.8/phusion_passenger/abstract_server_collection.rb:80:in
/`synchronize'
/usr/lib/ruby/1.8/phusion_passenger/abstract_server_collection.rb:79:in
/`synchronize'
/usr/lib/ruby/1.8/phusion_passenger/spawn_manager.rb:255:in
/`spawn_rails_application'
/usr/lib/ruby/1.8/phusion_passenger/spawn_manager.rb:154:in
/`spawn_application'
/usr/lib/ruby/1.8/phusion_passenger/spawn_manager.rb:287:in
/`handle_spawn_application'
/usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:352:in `__send__'
/usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:352:in `main_loop'
/usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:196:in
/`start_synchronously'
/usr/lib/phusion_passenger/passenger-spawn-server:61
Rendering /usr/share/redmine/public/500.html (500 Internal Server Error)
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 3.0.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages redmine depends on:
ii dbconfig-common 1.8.47 common framework for packaging dat
ii debconf [debconf-2.0] 1.5.40 Debian configuration management sy
ii libactionmailer-ruby 2.3.11-0.1 Framework for generation of custom
ii libactionpack-ruby 2.3.11-0.1 Controller and View framework used
ii libactiveresource-ruby 2.3.11-0.1 Connects objects and REST web serv
ii libactivesupport-ruby 2.3.11-0.1 utility classes and extensions (Ru
ii libjs-scriptaculous 1.9.0-2 JavaScript library for dynamic web
ii rails 2.3.11-0.1 MVC ruby based framework geared fo
ii redmine-mysql 1.1.3-1 metapackage providing MySQL depend
ii redmine-sqlite 1.1.3-1 metapackage providing sqlite depen
ii ruby 4.8 Transitional package for ruby1.8
ii ruby1.8 [ruby] 1.8.7.352-1 Interpreter of object-oriented scr
redmine recommends no packages.
Versions of packages redmine suggests:
pn libopenid-ruby <none> (no description available)
pn librmagick-ruby <none> (no description available)
pn libsvn-ruby <none> (no description available)
-- debconf information:
redmine/instances/default/password-confirm: (password omitted)
redmine/instances/default/mysql/admin-pass: (password omitted)
redmine/instances/default/app-password-confirm: (password omitted)
redmine/instances/default/mysql/app-pass: (password omitted)
redmine/instances/default/pgsql/admin-pass: (password omitted)
redmine/instances/default/pgsql/app-pass: (password omitted)
redmine/instances/default/passwords-do-not-match:
redmine/instances/default/remote/newhost:
redmine/instances/default/db/basepath:
redmine/instances/default/pgsql/changeconf: false
redmine/instances/default/missing-db-package-error: abort
redmine/default-language: ${defaultLocale}
redmine/instances/default/pgsql/no-empty-passwords:
redmine/instances/default/pgsql/method: unix socket
* redmine/instances/default/database-type: mysql
redmine/instances/default/pgsql/manualconf:
redmine/instances/default/pgsql/authmethod-admin: ident
redmine/instances/default/pgsql/admin-user: postgres
* redmine/missing-redmine-package:
redmine/instances/default/pgsql/authmethod-user: password
redmine/instances/default/dbconfig-reinstall: false
* redmine/instances/default/db/app-user: redmine
* redmine/instances/default/default-language: en
redmine/notify-migration:
redmine/old-instances:
redmine/instances/default/upgrade-error: abort
* redmine/instances/default/db/dbname: redmine_default
redmine/instances/default/purge: false
* redmine/current-instances: default
redmine/instances/default/remote/host:
redmine/instances/default/dbconfig-upgrade: true
redmine/instances/default/internal/reconfiguring: false
redmine/instances/default/upgrade-backup: true
redmine/instances/default/install-error: abort
* redmine/instances/default/mysql/admin-user: root
* redmine/instances/default/mysql/method: unix socket
redmine/instances/default/internal/skip-preseed: false
redmine/instances/default/remove-error: abort
redmine/instances/default/dbconfig-remove:
redmine/instances/default/remote/port:
* redmine/instances/default/dbconfig-install: true
--- End Message ---
--- Begin Message ---
Source: redmine
Source-Version: 1.1.3-3
We believe that the bug you reported is fixed in the latest version of
redmine, which is due to be installed in the Debian FTP archive:
redmine-mysql_1.1.3-3_all.deb
to main/r/redmine/redmine-mysql_1.1.3-3_all.deb
redmine-pgsql_1.1.3-3_all.deb
to main/r/redmine/redmine-pgsql_1.1.3-3_all.deb
redmine-sqlite_1.1.3-3_all.deb
to main/r/redmine/redmine-sqlite_1.1.3-3_all.deb
redmine_1.1.3-3.debian.tar.gz
to main/r/redmine/redmine_1.1.3-3.debian.tar.gz
redmine_1.1.3-3.dsc
to main/r/redmine/redmine_1.1.3-3.dsc
redmine_1.1.3-3_all.deb
to main/r/redmine/redmine_1.1.3-3_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Jérémy Lal <[email protected]> (supplier of updated redmine package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Wed, 24 Aug 2011 22:59:58 +0200
Source: redmine
Binary: redmine redmine-mysql redmine-pgsql redmine-sqlite
Architecture: source all
Version: 1.1.3-3
Distribution: unstable
Urgency: low
Maintainer: Jérémy Lal <[email protected]>
Changed-By: Jérémy Lal <[email protected]>
Description:
redmine - flexible project management web application
redmine-mysql - metapackage providing MySQL dependencies for Redmine
redmine-pgsql - metapackage providing PostgreSQL dependencies for Redmine
redmine-sqlite - metapackage providing sqlite dependencies for Redmine
Closes: 635456 637486 639190
Changes:
redmine (1.1.3-3) unstable; urgency=low
.
[ Jérémy Lal ]
* rack 1.3.1 does not support calling cookies.delete on a symbol.
(Closes: #637486).
* vendor/rails now links to /usr/lib/ruby/vendor_ruby/rails,
only if it exists, preserving older rails compatibility.
(Closes: #635456).
* backport r5134 to fix "Add a relation between issues"
(Closes: #639190)
.
[ Ondřej Surý ]
* Alternatively depend on rails to allow easy backports
Checksums-Sha1:
63db6a444184298a346b485ea33986c3855151ea 1337 redmine_1.1.3-3.dsc
93cf6e49c075006c4827ff8bc60858a5c2b4a638 33854 redmine_1.1.3-3.debian.tar.gz
09d6cd82cfde8dee5a02a20e436cd7eece2b3e36 1689910 redmine_1.1.3-3_all.deb
20676c42ca2721e84bfbc31484d168ccbfbae4fb 39122 redmine-mysql_1.1.3-3_all.deb
9bb653fc66e4ccb8fc2dc11329abce86950a6ea5 39110 redmine-pgsql_1.1.3-3_all.deb
02421c99e0fc52d718b4302b370c115e44949de7 39094 redmine-sqlite_1.1.3-3_all.deb
Checksums-Sha256:
00dabc9cfc537f876418212d2497ee3e9b4aa999bc58bdad10ef397c3f639ade 1337
redmine_1.1.3-3.dsc
c72ff3e6a5cd87d52e70dbbd58010b8f6d43e85336c06f3fb20830b16ad46e8c 33854
redmine_1.1.3-3.debian.tar.gz
7f1681d030693016dcf96993514abef62aa96a06d9dcd803dbe134814e67a1dc 1689910
redmine_1.1.3-3_all.deb
6422105590a40e14c8c46b589ebc6fc74cb88bd0fdfaf743c5d9f035f951cb05 39122
redmine-mysql_1.1.3-3_all.deb
671ffadb484d4ef23ac47d7a791c19e5c66f4da7512543318358ad298f2238c1 39110
redmine-pgsql_1.1.3-3_all.deb
ad9f9d572412baa50a82985f99d1abc69a533c52fd250b12ccd8b54b2436b0f2 39094
redmine-sqlite_1.1.3-3_all.deb
Files:
51c6d8d6baa6230eae4e272b56a69154 1337 web extra redmine_1.1.3-3.dsc
3783aef342a96599c0ebf4d22332abb2 33854 web extra redmine_1.1.3-3.debian.tar.gz
b7970f8543b0a88963ff62bc5ceb6983 1689910 web extra redmine_1.1.3-3_all.deb
e4d8ac00ed7db45bb3e58978a328933c 39122 web extra redmine-mysql_1.1.3-3_all.deb
75835a02ca88887985316c3cffaab08c 39110 web extra redmine-pgsql_1.1.3-3_all.deb
ecc22c99bb0d21bb0f021bf12258db88 39094 web extra redmine-sqlite_1.1.3-3_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk5VZu8ACgkQDMRIEQdBQdwbJwCgw30E/K9DeP5/CdAb2HW3f/7M
SrcAoIQ6T4UJ6Cvu+DUEr29X4iSJ0ua6
=LqNt
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
Pkg-ruby-extras-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers