Indonesian Back|Track Team
HELP x( update Metasploit ke versi 4 - Printable Version

+- Indonesian Back|Track Team (https://www.indonesianbacktrack.or.id/forum)
+-- Forum: Penetration Testing Os (https://www.indonesianbacktrack.or.id/forum/forum-170.html)
+--- Forum: Backtrack (https://www.indonesianbacktrack.or.id/forum/forum-171.html)
+---- Forum: BackTrack 5 (https://www.indonesianbacktrack.or.id/forum/forum-74.html)
+----- Forum: Backtrack 5 Tanya Jawab (https://www.indonesianbacktrack.or.id/forum/forum-86.html)
+----- Thread: HELP x( update Metasploit ke versi 4 (/thread-781.html)



HELP x( update Metasploit ke versi 4 - Junior Riau - 09-15-2011

kawan kawan tulung saya Sad
ane lagi update metasploit framework ke versi 4
ditengah jalan malah putus koneksinya
terus pas lanjutin malah gini jadinya

root@bt:/pentest/exploits/framework3# svn update
svn: Working copy '.' locked
svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)

terus pas di run svn cleanup jadinya ini

root@bt:/pentest/exploits/framework3# svn cleanup
svn: In directory 'modules/post/windows/gather'
svn: Error processing command 'modify-wcprop' in 'modules/post/windows/gather'
svn: 'modules/post/windows/gather/smart_hashdump.rb' is not under version control

heelleep kawan :badpc:


RE: HELP x( update Metasploit ke versi 4 - cassaprodigy - 09-15-2011

http://mindspill.net/computing/linux-notes/subversion-svn/locked-cleanup-not-a-working-copy.html

moga membantu bro


RE: HELP x( update Metasploit ke versi 4 - Junior Riau - 09-16-2011

(09-15-2011, 10:13 PM)cassaprodigy Wrote: http://mindspill.net/computing/linux-notes/subversion-svn/locked-cleanup-not-a-working-copy.html

moga membantu bro

thanks broBig Grin


RE: HELP x( update Metasploit ke versi 4 - wahyuardan - 06-30-2012

makasih bro , punya saya juga seperti itu nanti saya coba


RE: HELP x( update Metasploit ke versi 4 - Backtrack Dragon - 07-09-2012

Gimana masalah di atas, udah beres atau belum? Big Grin


RE: HELP x( update Metasploit ke versi 4 - wahyuardan - 07-16-2012

root@ItSec:/opt/framework/msf3$ svn update
svn: Working copy '.' locked
svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)
root@ItSec:/opt/framework/msf3$ svn cleanup
svn: In directory 'lib/gemcache/ruby/1.9.1/gems/activerecord-3.2.2/lib/active_record'
svn: Error processing command 'modify-wcprop' in 'lib/gemcache/ruby/1.9.1/gems/activerecord-3.2.2/lib/active_record'
svn: 'lib/gemcache/ruby/1.9.1/gems/activerecord-3.2.2/lib/active_record/relation.rb' is not under version control

masih seperti itu om punya ane Sad



RE: HELP x( update Metasploit ke versi 4 - Junior Riau - 07-17-2012

run svn cleanup dulu


RE: HELP x( update Metasploit ke versi 4 - alkaaf - 07-17-2012

svn cleanup ngga kerja soalnya lock nya ada banyak. soalnya aq prnah ngalamin gitu. solusinya hapus manual.

cd /opt/metasploit/

find ² grep .lock > hapus.sh

Trus buka editor misal kate atw kwrite, tambahin 'rm -r' disetiap baris. Biar lbh cepet, replace aja './' dg 'rm -r ./' kalau udah tinggal eksekusi deh file hasil.sh

sh hasil.sh

kemudian update manual

svn up
(07-17-2012, 06:08 AM)alkaaf Wrote: svn cleanup ngga kerja soalnya lock nya ada banyak. soalnya aq prnah ngalamin gitu. solusinya hapus manual.

cd /opt/metasploit/

find ² grep .lock > hapus.sh

Trus buka editor misal kate atw kwrite, tambahin 'rm -r' disetiap baris. Biar lbh cepet, replace aja './' dg 'rm -r ./' kalau udah tinggal eksekusi deh file hasil.sh

sh hasil.sh

kemudian update manual

svn up

ralat
jalankan script hapus.sh kemudian jalankan
svn up
maaf ni ralat lg, yg bner ada di folder /opt/metasploit/msf3 hehe maklum bngun tidur
maaf ni ralat lg, yg bner ada di folder /opt/metasploit/msf3 hehe maklum bngun tidur


RE: HELP x( update Metasploit ke versi 4 - Junior Riau - 07-17-2012

isi script hapus.sh apaan?


RE: HELP x( update Metasploit ke versi 4 - alkaaf - 07-17-2012

(07-17-2012, 06:24 AM)junior.riau18 Wrote: isi script hapus.sh apaan?

Quote:find | grep .lock > hapus.sh
Big Grin