Hi Christoph, On Mon, Jan 13, 2003 at 11:08:28AM +0100, Christoph Kaulich wrote: > I try to upgrade my SuSE 7.3 version of OTRS to 1.0. First I stop all > running services, then I do 'rpm -Uhv otrs-1.0.0-RC1.i386.rpm' but this > command doesn't find an end. Nothing happens in the shellor elsewhere. > When I kill the command, I can restart the old version without problems.
Try "strace rpm -Uhv otrs-1.0.0-RC1.i386.rpm". this should show you where the command hangs (looks like a RPM problem). Anyway, the package name (for SuSE 7.3) changed from 0.5 (otrs-7.3) to 1.0 (otrs) so you need to use 'rpm -i'. > Christoph Martin -- Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/ -- Perfection is our goal, excellence will be tolerated. -- J. Yahl _______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
