Metasploit mailing list archives
msfgui
From: JWohlberg at towson.edu (Wohlberg, Jonathan M.)
Date: Fri, 9 Feb 2007 13:31:27 -0500
Last bother (i hope). After a successful exploit and then I goto interact with the session I get the following errors.
./lib/rex/ui/text/input.rb:57:in `fd': The requested method is not implemented.
from ./lib/rex/ui/interactive.rb:134:in `_local_fd'
from ./lib/rex/ui/interactive.rb:151:in `interact_stream'
from ./lib/msf/core/session/basic.rb:36:in `_interact'
from ./lib/rex/ui/interactive.rb:39:in `interact'
from ./lib/msf/ui/gtk2/stream/console.rb:31:in `initialize'
from ./lib/msf/ui/gtk2/frame.rb:504:in `new'
from ./lib/msf/ui/gtk2/frame.rb:504:in `initialize'
from ./lib/msf/ui/gtk2/driver.rb:68:in `call'
from ./lib/msf/ui/gtk2/driver.rb:68:in `main'
from ./lib/msf/ui/gtk2/driver.rb:68:in `run'
from ./msfgui:52
Jon
-----Original Message-----
From: Fab [mailto:fab at revhosts.net]
Sent: Fri 2/9/2007 11:56 AM
To: framework at metasploit.com
Subject: Re: [framework] msfgui
Hi Jonathan,
Thanks for the feedback.
The guard_sources_from_gc method should came from the libglade package.
I've encountered the same problem on Gentoo following an update of
ruby-gtk2 tow months ago (december 2006).
I've performed a patch for this purpose on Gentoo, so users under this
platform should not encountered this problem with
dev-ruby/ruby-libglade2-0.16.0-r1
So try to update your ruby-gtk2 or ruby-libglade (following your
distribution) and perform a new test.
If the same errors persist, backup your
/usr/lib/ruby/site_ruby/1.8/libglade2.rb and replace it by this file :
http://fmourron.free.fr/libglade2.rb
Thanks,
Fab
Wohlberg, Jonathan M. a ?crit :
I wanted to see what the msfgui looks like, unfortunately I am having
alittle problems. I am getting the following errors.
/usr/lib/ruby/site_ruby/1.8/libglade2.rb:105:in
`guard_source_from_gc': undefined method `signal_connect' for
nil:NilClass (NoMethodError)
from /usr/lib/ruby/site_ruby/1.8/libglade2.rb:98:in
`guard_sources_from_gc'
from /usr/lib/ruby/site_ruby/1.8/libglade2.rb:97:in `each'
from /usr/lib/ruby/site_ruby/1.8/libglade2.rb:97:in
`guard_sources_from_gc'
from ./lib/msf/ui/gtk2/app.rb:15:in `initialize'
from ./lib/msf/ui/gtk2/app.rb:15:in `new'
from ./lib/msf/ui/gtk2/app.rb:15:in `initialize'
from ./lib/msf/ui/gtk2/app.rb:35:in `initialize'
from ./lib/msf/ui/gtk2/driver.rb:60:in `new'
from ./lib/msf/ui/gtk2/driver.rb:60:in `initialize'
from ./msfgui:52:in `new'
from ./msfgui:52
Unfortunatley my Ruby is not that great so any help would be appreciated.
I am running ruby version ruby 1.8.5 (2006-12-04 patchlevel 2)
[i386-linux]
Thanks
Jon
-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/ms-tnef Size: 3523 bytes Desc: not available URL: <http://mail.metasploit.com/pipermail/framework/attachments/20070209/4a9ea5eb/attachment.bin>
