After uninstalling webroar got some errors

4 views
Skip to first unread message

Bruno Guimarães Sousa

unread,
Jun 11, 2010, 3:49:00 PM6/11/10
to web...@googlegroups.com
Hi,
After uninstalling webroar with "gem uninstall webroar", I installed apache2 with aptitude. Ok, it worked, but during apache install it presented some errors:
# aptitude install apache2 apache2-mpm-prefork
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information... Done
Initializing package states... Done
Reading task descriptions... Done
The following NEW packages will be installed:
  apache2 apache2-mpm-prefork apache2-utils{a} apache2.2-bin{a} apache2.2-common{a} libaprutil1-dbd-sqlite3{a}
  libaprutil1-ldap{a} ssl-cert{a}
0 packages upgraded, 8 newly installed, 0 to remove and 4 not upgraded.
Need to get 0B/1,856kB of archives. After unpacking 6,283kB will be used.
Do you want to continue? [Y/n/?]
Writing extended state information... Done
Preconfiguring packages ...
Selecting previously deselected package libaprutil1-dbd-sqlite3.
(Reading database ... 37287 files and directories currently installed.)
Unpacking libaprutil1-dbd-sqlite3 (from .../libaprutil1-dbd-sqlite3_1.3.9+dfsg-3_i386.deb) ...
Selecting previously deselected package libaprutil1-ldap.
Unpacking libaprutil1-ldap (from .../libaprutil1-ldap_1.3.9+dfsg-3_i386.deb) ...
Selecting previously deselected package apache2.2-bin.
Unpacking apache2.2-bin (from .../apache2.2-bin_2.2.15-5_i386.deb) ...
Selecting previously deselected package apache2-utils.
Unpacking apache2-utils (from .../apache2-utils_2.2.15-5_i386.deb) ...
Selecting previously deselected package apache2.2-common.
Unpacking apache2.2-common (from .../apache2.2-common_2.2.15-5_i386.deb) ...
Selecting previously deselected package apache2-mpm-prefork.
Unpacking apache2-mpm-prefork (from .../apache2-mpm-prefork_2.2.15-5_i386.deb) ...
Selecting previously deselected package apache2.
Unpacking apache2 (from .../apache2_2.2.15-5_i386.deb) ...
Selecting previously deselected package ssl-cert.
Unpacking ssl-cert (from .../ssl-cert_1.0.25_all.deb) ...
Processing triggers for man-db ...
Setting up libaprutil1-dbd-sqlite3 (1.3.9+dfsg-3) ...
Setting up libaprutil1-ldap (1.3.9+dfsg-3) ...
Setting up apache2.2-bin (2.2.15-5) ...
Setting up apache2-utils (2.2.15-5) ...
Setting up apache2.2-common (2.2.15-5) ...
insserv: Script webroar is broken: incomplete LSB comment.
insserv: missing `Required-Start:' entry: please add even if empty.
insserv: Script webroar is broken: incomplete LSB comment.
insserv: missing `Required-Start:' entry: please add even if empty.
insserv: Script webroar is broken: incomplete LSB comment.
insserv: missing `Required-Start:' entry: please add even if empty.
insserv: Script webroar is broken: incomplete LSB comment.
insserv: missing `Required-Start:' entry: please add even if empty.
insserv: Script webroar is broken: incomplete LSB comment.
insserv: missing `Required-Start:' entry: please add even if empty.
insserv: Script webroar is broken: incomplete LSB comment.
insserv: missing `Required-Start:' entry: please add even if empty.
insserv: Script webroar is broken: incomplete LSB comment.
insserv: missing `Required-Start:' entry: please add even if empty.
insserv: Script webroar is broken: incomplete LSB comment.
insserv: missing `Required-Start:' entry: please add even if empty.
Setting up apache2-mpm-prefork (2.2.15-5) ...
Starting web server: apache2apache2: Could not reliably determine the server's fully qualified domain name, using 192.168.1.11 for ServerName
.
Setting up apache2 (2.2.15-5) ...
Setting up ssl-cert (1.0.25) ...
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information... Done
Initializing package states... Done
Writing extended state information... Done
Reading task descriptions... Done


What did happen?

regards,
--
Bruno Guimarães Sousa
www.ifba.edu.br
PONTONET - DGTI - IFBA
Ciência da Computação UFBA
Registered Linux user #465914

Dharmarth Shah

unread,
Jun 14, 2010, 12:38:32 AM6/14/10
to WebROaR - Ruby Application Server
Bruno,
It looks WebROaR didn't uninstalled cleanly. You needed to give
following command in sequence to uninstall the server.

webroar uninstall
gem uninstall webroar

The same is also give in user-guide.

http://webroar.in/user-guide.html#_uninstall

Essentially, 'webroar uninstall' command removes few softlinks, log
files, log rotate script and service script created during 'webroar
install'. Unfortunately you might need to remove all these manually.

1. Remove following softlinks if exists
/usr/bin/starling
/usr/bin/webroar
/usr/bin/webroar-analyzer

2. Remove log files from '/var/log/webroar'

3. Remove log rotate script and service script entries, for that run
'find /etc/ -name *webroar | xargs rm'

I hope this helps. Please let us know in case you face any problem.

Thanks,
Dharmarth

On Jun 12, 12:49 am, Bruno Guimarães Sousa <brgso...@gmail.com> wrote:
> Hi,
> After uninstalling webroar with "gem uninstall webroar", I installed apache2
> with aptitude. Ok, it worked, but during apache install it presented some
> errors:
> *# aptitude install apache2 apache2-mpm-prefork
> Reading task descriptions... Done*
Reply all
Reply to author
Forward
0 new messages