apt cacti problem

FreeBSD, Gentoo, openSUSE, CentOS, Ubuntu, Debian
Post Reply
stefanpropehan
Posts: 335
Joined: 2002-12-17 22:25
Location: Berlin
 

apt cacti problem

Post by stefanpropehan »

hallo, habe gerade cacti mit

Code: Select all

apt-get install cacti
installiert - dummerweise habe ich mich beim configurieren mit dem db password vertipt - so er die db nicht mit installiert hat - also nochmal ein

Code: Select all

apt-get remove cacti 
apt-get install cacti
dummerweise merkt der sich das ursprüngliche password so das er mich nicht nochmal nach einem neuen fragt - so nun auch die frage wie kann ich das paket neu konfigurieren.....
stefanpropehan
Posts: 335
Joined: 2002-12-17 22:25
Location: Berlin
 

Re: apt cacti problem

Post by stefanpropehan »

so habs selber - einfach einmal

Code: Select all

dpkg-reconfigure debconf
laufen lassen und er fragt wieder nach
[monk]
Posts: 163
Joined: 2002-08-09 17:31
Location: Ulm
Contact:
 

Re: apt cacti problem

Post by [monk] »

Hast die Lösung ja schon selbst rausgefunden.

Nur zur Vollständigkeit:
Wenn man das Paket komplett incl. Konfigurationen löschen will dann muss man den Parameter --purge mit hinzufügen.
Beispiel:

Code: Select all

apt-get remove cacti --purge
Post Reply