debian etch issue greensql

2 replies
jshg46
jshg46's picture
Joined: 02/25/2009
User offline. Last seen 1 year 20 weeks ago.

Hi
I downloaded the deb file and installed it on my server but I made a mistake and entered the wrong root password and it gave me an error. Now when I run the deb file it doesnt ask me for the information it jumps to error like it remembers the bad login info. Anyway to fix this so I can get this installed.

yuli
yuli's picture
Joined: 01/30/2008
User offline. Last seen 2 days 2 hours ago.

You can remove the installed package using the following command and then to install it regularly.

apt-get remove --purge greensql-fw

Another method is to use dpkg-reconfigure like the following:

dpkg-reconfigure greensql-fw

Hope this helps,
Yuli

jshg46
jshg46's picture
Joined: 02/25/2009
User offline. Last seen 1 year 20 weeks ago.

Thanks that did the trick.

Back to top