Closed GoogleCodeExporter closed 9 years ago
Original comment by mike.auty@gmail.com
on 11 May 2012 at 11:38
Thanks for testing this.
Newer versions of ubuntu seem to use ipython 0.12, while I was mostly using
ipython 0.11 for development. I have corrected the problems with our ipython
use so now we can use 0.12 as well.
Unfortunately 0.12 changes some of the default behaviours. In ipython 0.11 you
could type:
vol "plugin_name"
and it would implicitely convert it to a function call (in python syntax)
vol("plugin_name")
But it seems in 0.12 it no longer does that. I have corrected the documentation
to use the full function call syntax. I actually liked the previous behavior so
its unfortunate that it has been changed by ipython.
Regarding the ifconfig problem, please try to change line
http://code.google.com/p/volatility/source/browse/branches/scudette/volatility/p
lugins/linux/ifconfig.py#89
from ip = 0 to ip = "0.0.0.0"
Original comment by scude...@gmail.com
on 13 May 2012 at 7:22
@vitax.set are you satisfied / have this working now? Can we close out the
issue?
Original comment by michael.hale@gmail.com
on 13 Jun 2012 at 2:45
Haven't heard back from @vitax.set, so assuming this is all good and closing
the issue.
Original comment by michael.hale@gmail.com
on 9 Aug 2012 at 2:34
Original issue reported on code.google.com by
vitax....@googlemail.com
on 11 May 2012 at 1:45