07-27-2012, 11:46 PM
salam semuanya... butuh bantuan dan pencerahan pada semunya nih..
waktu saya mau login di bactrack sebelum memasukan username dan pass terdapat kata2 seperti ini..
Fatal : bogus data in lock file " postmaster.pid"
/opt/metasploit/postgresql/scripts/ctl.sh : postgresql could not be started
/etc/rc2d/s80framework-postqres : line 6 : /opt/famework/postgresql/scripts/ctl.sh : no such file or directory
/etc/rc2.d/s80framework-postgres : line : 6 : exec : /opt/framework/postgresql/script/ctl.sh : cannot execute : no such file or directory
mohon petunjuknya dari semuanya apa yg harus saya lakukan untuk menghilangkan itu semua..
ini cara FIX-nya:
edited by:
iKONs
waktu saya mau login di bactrack sebelum memasukan username dan pass terdapat kata2 seperti ini..
Fatal : bogus data in lock file " postmaster.pid"
/opt/metasploit/postgresql/scripts/ctl.sh : postgresql could not be started
/etc/rc2d/s80framework-postqres : line 6 : /opt/famework/postgresql/scripts/ctl.sh : no such file or directory
/etc/rc2.d/s80framework-postgres : line : 6 : exec : /opt/framework/postgresql/script/ctl.sh : cannot execute : no such file or directory
mohon petunjuknya dari semuanya apa yg harus saya lakukan untuk menghilangkan itu semua..

ini cara FIX-nya:
Code:
root@bt~# rm /opt/framework/postgresql/data/postmaster.pid
root@bt~# rm /opt/framework/postgresql/.s.PGSQL.7175
root@bt~# rm /opt/framework/postgresql/.s.PGSQL.7175.lock
root@bt~# /etc/init.d/framework-postgres start
edited by:
iKONs