Monday, January 12, 2009

redmine in subdirectories

Links you need to read to have redmine working your way.
  • The basic stuff for debian ( with lighttp ) is here
  • but if you don't want to use vhost you will need these lines to show you how to set several RoR applications in subdirectories
  • even other snips can help you to understand the problems and solutions behind

egroupware dependencies

if you run into
CreateObject('emailadmin.bo'): Cant instanciate class!!!
mail_server(Array)
while trying a selected/uncomplete egroupware setup, that seems to be due to a missing dependency. Just install egroupware-emailadmin and you are done.
apt-get install egroupware-emailadmin

reset mysql root password

this is for debian... and it is so straight forward... Here a copy and paste...
# dpkg -l mysql-server* | grep ii
ii  mysql-server                        5.0.51a-3                     MySQL database server (meta package depending on the latest version)
ii  mysql-server-5.0                    5.0.51a-3                     MySQL database server binaries


# dpkg-reconfigure mysql-server-5.0
Stopping MySQL database server: mysqld.
[debconf screen appears]

 While not mandatory, it is highly       
 recommended that you set a password     
 for the MySQL administrative "root"     
 user.                                   
                                         
 If that field is left blank, the        
 password will not be changed.           
                                         
 New password for the MySQL "root"       
 user:                                   
 _______________________________________ 
                                         
                                     


Stopping MySQL database server: mysqld.
Stopping MySQL database server: mysqld.
Starting MySQL database server: mysqld.
Checking for corrupt, not cleanly closed and upgrade needing tables..
...one click closer from the original post. In the same page you will find other procedures including a windows solution. Credits to anonymous, the original poster.

Friday, January 02, 2009

command line issue tracking

to explore further:
  • cil
  • ditrack
  • ditz