Help on install on debian 5

acerdebian:/opt# dpkg -i downloadServlet?filename=openfire%2Fopenfire_3.6.4_all.deb
(Reading database … 62167 files and directories currently installed.)
Preparing to replace openfire 3.6.4 (using downloadServlet?filename=openfire%2Fopenfire_3.6.4_all.deb) …
Unpacking replacement openfire …
Setting up openfire (3.6.4) …
acerdebian:/opt# /etc/init.d/openfire restart
-bash: /etc/init.d/openfire: No such file or directory

what to do now?

ps: java is installed, system is up2date

I would suggest you search where the init scripts are installed by default with a:

dpkg -L openfire | grep WHATEVER

Once you identify where they are, run them and go thru the initial configuration process

I installed my implementation on CentOS but Debian is a favorite of mine and it should work just fine…

does /etc/init.d/openfire exist? maybe it didn’t install the init script. if it does exist, can you post the contents of the file? I am using debian but installed from source.