Hilfe kein svn update in metasploit möglich!
Hilfe, mucho problema!
Ich kann mein metasploit nich updaten mit svn update.
Kommt error:[*] exec: svn up
svn: Error converting entry in directory '.' to UTF-8
svn: Can't convert string from native encoding to 'UTF-8':
svn: b?\252ro
hatte das schon öffter. aber will nicht wieder mein ganzes system neu machen...
Was kann ich tun?
svn cleanup hat auch nicht geholfen.
Bitte helft mir, bin am verzweifeln..:confused:
AW: Hilfe kein svn update in metasploit möglich!
Hoi Darwin81,
hm sieht so aus als ob dein subversion client irgendwelche schnippsel aus den Repos empfangen hat mit UTF-8 Codierung und deine Locale auf eine andere Codierung eingestellt ist.
Führ mal bitte folgendes aus bitte:
Code:
root@schlepp-k3ops:/# export LC_CTYPE=en_US.UTF-8
root@schlepp-k3ops:/# locale
LANG=C
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="C"
...
...
LC_ALL=
root@schlepp-k3ops:/# cd /opt/metasploit3/msf3/
root@schlepp-k3ops:/opt/metasploit3/msf3# svn update
Revision 9159.
Wenns dann immer noch nicht geht, post mal deine die Ausgabe von "locale".
gruss k3ops
Re: Hilfe kein svn update in metasploit möglich!
Hm also dein Befehl funktionierte.
Aber trotzdem:[*] exec: svn up
svn: Error converting entry in directory '.' to UTF-8
svn: Can't convert string from native encoding to 'UTF-8':
svn: b?\252ro
mein locale:
LANG=C
LC_CTYPE=en_US.UTF-8
LC_NUMERIC="C"
LC_TIME="C"
LC_COLLATE="C"
LC_MONETARY="C"
LC_MESSAGES="C"
LC_PAPER="C"
LC_NAME="C"
LC_ADDRESS="C"
LC_TELEPHONE="C"
LC_MEASUREMENT="C"
LC_IDENTIFICATION="C"
LC_ALL=
sieht aus wie bei dir^^
was nun?
Dank im Vorraus
Re: Hilfe kein svn update in metasploit möglich!
bei mir geht es auch nicht.
ch habe jetzt Metasploit auf Ubuntu 10.04 habe alles installiert und ins Verzeichnis /opt/metsploit kopiert laut dieser Anleitung Metasploit
Aber wenn ich dan die msfconsole öffne und svn update ausführe steht nur da:
Code:
Code:
=[ metasploit v3.3.3-release [core:3.3 api:1.0]
+ -- --=[ 481 exploits - 220 auxiliary
+ -- --=[ 192 payloads - 22 encoders - 8 nops
msf > svn update[*] exec: svn update
Überspringe ».«
msf >