search for: noxdafox

Displaying 20 results from an estimated 210 matches for "noxdafox".

2016 Feb 22
2
Re: [PATCH] added ntfscat_i api
On 22/02/16 19:43, Richard W.M. Jones wrote: > On Mon, Feb 22, 2016 at 07:23:45PM +0200, noxdafox wrote: >> On 22/02/16 17:26, Richard W.M. Jones wrote: >>> On Sun, Feb 21, 2016 at 11:22:23PM +0200, Matteo Cafasso wrote: >>>> Adding ntfscat_i command for downloading files based on their inode number. >>>> >>>> This allows the dowload of files u...
2016 Feb 24
3
Re: [PATCH] added ntfscat_i api
On 23/02/16 10:09, Richard W.M. Jones wrote: > On Mon, Feb 22, 2016 at 11:58:28PM +0200, noxdafox wrote: >> Once fixed that and few other things I got stuck with this: >> >> SRCDIR=. LAYOUT=partitions ../../run --test ./make-fedora-img.pl >> Can't locate loadable object for module Sys::Guestfs in @INC (@INC >> contains: /home/noxdafox/development/libguestfs/per...
2016 Feb 26
2
Re: [PATCH] added ntfscat_i api
On 26/02/16 10:12, Richard W.M. Jones wrote: > On Fri, Feb 26, 2016 at 12:16:22AM +0200, noxdafox wrote: >> According to autogen.sh output Perl bindings and virt tools seem to >> be missing, could it be related to this? Are the tests relying to >> such dependencies? > Yes, the tests rely on Perl bindings working, so I guess you need to > install whatever missing dependen...
2016 Feb 23
0
Re: [PATCH] added ntfscat_i api
On Mon, Feb 22, 2016 at 11:58:28PM +0200, noxdafox wrote: > Once fixed that and few other things I got stuck with this: > > SRCDIR=. LAYOUT=partitions ../../run --test ./make-fedora-img.pl > Can't locate loadable object for module Sys::Guestfs in @INC (@INC > contains: /home/noxdafox/development/libguestfs/perl/blib/lib > /ho...
2016 Feb 25
2
Re: [PATCH] added ntfscat_i api
...clean > ./configure > make > > Rich. > I applied the patch, unfortunately the issue is still present. This is what I get if I run interactive Perl console. DB<1> use Sys::Guestfs Can't locate loadable object for module Sys::Guestfs in @INC (@INC contains: /home/noxdafox/development/libguestfs/perl/lib /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.22.1 /usr/local/share/perl/5.22.1 /usr/lib/x86_64-linux-gnu/perl5/5.22 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.22 /usr/share/perl/5.22 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base .) at (e...
2016 Feb 25
2
Re: [PATCH] added ntfscat_i api
On 25/02/16 23:18, Richard W.M. Jones wrote: > On Thu, Feb 25, 2016 at 10:46:10PM +0200, noxdafox wrote: >> On 25/02/16 10:54, Richard W.M. Jones wrote: >>> Apply the attached patch, followed by doing: >>> >>> make -C perl clean >>> ./configure >>> make >>> >>> Rich. >>> >> I applied the patch, unfortun...
2016 Feb 27
2
Re: [PATCH] added ntfscat_i api
On 27/02/16 01:05, Richard W.M. Jones wrote: > On Sat, Feb 27, 2016 at 12:53:51AM +0200, noxdafox wrote: >> On 26/02/16 10:12, Richard W.M. Jones wrote: >>> On Fri, Feb 26, 2016 at 12:16:22AM +0200, noxdafox wrote: >>>> According to autogen.sh output Perl bindings and virt tools seem to >>>> be missing, could it be related to this? Are the tests relying to...
2016 Feb 22
2
Re: [PATCH] added ntfscat_i api
...ere's few lines about it. make blank-disk.img blank-part.img blank-fs.img blank-bootroot.img blank-bootrootlv.img debian.img fedora.img fedora-md1.img fedora-md2.img fedora-btrfs.img ubuntu.img archlinux.img coreos.img windows.img guests-all-good.xml make[3]: Entering directory '/home/noxdafox/development/libguestfs/test-data/phony-guests' make[3]: 'blank-disk.img' is up to date. make[3]: 'blank-part.img' is up to date. make[3]: 'blank-fs.img' is up to date. make[3]: 'blank-bootroot.img' is up to date. make[3]: 'blank-bootrootlv.img' is up to d...
2015 May 29
2
Re: virDomainCoreDumpWithFormat files created as root
2015-05-28 12:04 GMT+03:00 Michal Privoznik <mprivozn@redhat.com>: > On 28.05.2015 09:29, NoxDaFox wrote: > > Greetings, > > > > I am dumping a guest VM memory for inspection using the command > > "virDomainCoreDumpWithFormat" and the created files appear to belong to > > root (both user and group). > > > > I have searched around but didn't...
2016 Feb 27
3
Re: [PATCH] added ntfscat_i api
...7/02/16 11:23, Richard W.M. Jones wrote: > [...] >>>> md_create: feature 'mdadm' is not available in this >>>> build of libguestfs. Read 'AVAILABILITY' in the guestfs(3) man page for >>>> how to check for the availability of features. at /home/noxdafox/development/libguestfs/test-data/phony-guests/make-fedora-img.pl >>>> line 103. >> All the other packages were already installed. Most of these >> packages seem to be available to other Debian branches but not on >> Stretch. > The Debian package 'mdadm' is i...
2016 Aug 25
10
[PATCH v2 0/6] New API: find_inode
v2: - refactor logic to reduce code duplication - better functions naming Matteo Cafasso (6): filesystem_walk: fixed root inode listing daemon: refactor tsk code lib: rename tsk internal function New API: internal_find_inode New API: find_inode find_inode: added API tests daemon/tsk.c | 156 ++++++++++++++++++++++++++++++------------- generator/actions.ml
2015 May 28
2
Re: Concurrent scanning of same disk
2015-05-28 10:40 GMT+03:00 Richard W.M. Jones <rjones@redhat.com>: > On Thu, May 28, 2015 at 10:33:48AM +0300, NoxDaFox wrote: > > To create the snapshots I'm using the libvirt command snapshotCreateXML > > with no flag set. Does libvirt support consistent snapshotting or shall I > > rely on QEMU backup new feature only? > > According to: http://wiki.libvirt.org/page/Snapshots > virDom...
2016 Feb 26
0
Re: [PATCH] added ntfscat_i api
On Sat, Feb 27, 2016 at 12:53:51AM +0200, noxdafox wrote: > On 26/02/16 10:12, Richard W.M. Jones wrote: > >On Fri, Feb 26, 2016 at 12:16:22AM +0200, noxdafox wrote: > >>According to autogen.sh output Perl bindings and virt tools seem to > >>be missing, could it be related to this? Are the tests relying to > >>su...
2015 May 29
0
Re: virDomainCoreDumpWithFormat files created as root
Just a hunch but is the binary that creates the dump suid? You may want to check the perms on it. Not sure if it is libvirtd or some other binary. Sent from my iPhone > On May 29, 2015, at 3:39 AM, NoxDaFox <noxdafox@gmail.com> wrote: > > 2015-05-28 12:04 GMT+03:00 Michal Privoznik <mprivozn@redhat.com>: >> On 28.05.2015 09:29, NoxDaFox wrote: >> > Greetings, >> > >> > I am dumping a guest VM memory for inspection using the command >> > &quo...
2016 Feb 25
0
Re: [PATCH] added ntfscat_i api
On Thu, Feb 25, 2016 at 10:46:10PM +0200, noxdafox wrote: > On 25/02/16 10:54, Richard W.M. Jones wrote: > >Apply the attached patch, followed by doing: > > > > make -C perl clean > > ./configure > > make > > > >Rich. > > > I applied the patch, unfortunately the issue is still present. &gt...
2016 Mar 02
1
Re: Libguestfs as filesystem forensic tool
On 02/03/16 18:24, Richard W.M. Jones wrote: > On Wed, Mar 02, 2016 at 05:59:32PM +0200, noxdafox wrote: >> One of the patches I'm talking about would add TSK (The Sleuth Kit) >> as a dependency within the appliance. >> >> This would bring new APIs such as: >> 'fls' more powerful 'ls' command allowing to get list of deleted >> files or t...
2016 Aug 26
1
Re: [PATCH v2 1/6] filesystem_walk: fixed root inode listing
On Friday, 26 August 2016 15:15:17 CEST noxdafox wrote: > On 26/08/16 14:15, Pino Toscano wrote: > > On Thursday, 25 August 2016 23:53:51 CEST Matteo Cafasso wrote: > >> With the current implementation, the root inode of the given partition > >> is ignored. > >> > >> The root inode is now reported. Its...
2015 May 28
2
Re: Concurrent scanning of same disk
2015-05-28 10:10 GMT+03:00 Richard W.M. Jones <rjones@redhat.com>: > On Thu, May 28, 2015 at 09:48:41AM +0300, NoxDaFox wrote: > > 2015-05-27 15:21 GMT+03:00 Richard W.M. Jones <rjones@redhat.com>: > > > > > On Wed, May 27, 2015 at 09:38:38AM +0300, NoxDaFox wrote: > > > > * RuntimeError: file receive cancelled by daemon - On r = > > > > libguestfsmod.checksums_out...
2016 Mar 30
4
[PATCH 0/3] rename icat API into download_inode
...use it's similar to "cat" but act as "donwload". Therefore I am renaming it with a more clear name. At the same go I cleaned up a bit the code following the standards and improved the API documentation. This patch is ready for review. Code available at: https://github.com/noxdafox/libguestfs/tree/download_inode Matteo Cafasso (3): Rename icat command in download_inode Improve download_inode documentation string. Code cleanup in daemon/sleuthkit.c daemon/sleuthkit.c | 50 ++++++++++++++++++++----------------- generator/actions.ml | 10 +++++-...
2015 May 28
3
virDomainCoreDumpWithFormat files created as root
Greetings, I am dumping a guest VM memory for inspection using the command "virDomainCoreDumpWithFormat" and the created files appear to belong to root (both user and group). I have searched around but didn't find any answer. Is there a way to instruct QEMU to create those files under a different user? Thank you.