Comment 10 for bug 949011

Revision history for this message
TaNgO (tango-lugmen) wrote : Re: Update "ruby1.8 1.8.7.249-2ubuntu0.1" breaks package "redmine 0.9.3-1"

Ubuntu LTS 10.04.4.

Redmine broken as described.
I was able to return to production after this:

# apt-get install ruby1.8=1.8.7.249-2 libruby1.8=1.8.7.249-2 irb1.8=1.8.7.249-2 rdoc1.8=1.8.7.249-2
# /etc/init.d/apache2 restart

Had to "hold" this packages in order to avoid this problem when upgrading.

# cat hold_list.txt
ruby1.8 hold
libruby1.8 hold
irb1.8 hold
rdoc1.8 hold

# cat hold_list | dpkg --set-selections

Redmine working with 30 users and growing...