Showing posts with label error. Show all posts
Showing posts with label error. Show all posts

17 February 2013

ettercap close ketika scan host

Hapus ettercap

apt-get --purge remove ettercap


ganti versi 0.7.3-1.

wget  https://launchpad.net/~timothy-redaelli/+archive/drizzt/+build/1758139/+files/ettercap-gtk_0.7.3-1.4ubuntu1drizzt1_i386.deb

wget https://launchpad.net/~timothy-redaelli/+archive/drizzt/+build/1758139/+files/ettercap-common_0.7.3-1.4ubuntu1drizzt1_i386.deb


install

dpkg -i ettercap-gtk_0.7.3-1.4ubuntu1drizzt1_i386.deb
 
dpkg -i ettercap-common_0.7.3-1.4ubuntu1drizzt1_i386.deb


akhirnya bisa jalan normal

Can't connect to local MySQL





mysql -u root -h localhost -p 
Enter password:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)




solusi

sudo service mysql stop

sudo /etc/init.d/apparmor reload

sudo service mysql start 


kalo masih ndak bisa edit file /etc/init/mysql.conf


gedit  /etc/init/mysql.conf

kasih spasi pada runlevel[2345])

hasil akhir

start on (net-device-up
          and local-filesystems
         and runlevel [2345])
stop on runlevel [016]