Displaying 8 results from an estimated 8 matches for "msg00052".
Did you mean:
msg00057
2006 Aug 14
3
failure in do_get_write_access() at transaction.c:731: "(((jh2bh(jh))->b_state & (1UL << BH_Uptodate)) != 0)"
Hi,
By running some scripts on our target system for a while, I lost all means of access to the system. It seems that the kernel is crashed with the following error message:
Assertion failure in do_get_write_access() at transaction.c:731: "(((jh2bh(jh))->b_state & (1UL << BH_Uptodate)) != 0)"
Oops: Exception in kernel mode, sig: 4
We are currently running Linux version
2016 Mar 07
1
Re: [PATCH 1/2] added icat and fls0 APIs
...fasso wrote:
> +static int
> +file_out (const char *cmd)
> +{
> + int r;
> + FILE *fp;
> + char buffer[GUESTFS_MAX_CHUNK_SIZE];
Soon libguestfs will prevent you from using large stack allocations.
This is easy to fix. See:
https://www.redhat.com/archives/libguestfs/2016-March/msg00052.html
> diff --git a/generator/actions.ml b/generator/actions.ml
> index 287d7f5..ff6aa3f 100644
> --- a/generator/actions.ml
> +++ b/generator/actions.ml
> @@ -12919,6 +12919,39 @@ within the C<$Extend> folder.
> The filesystem from which to extract the file must be unmoun...
2015 May 13
4
Bug#785187: xen-hypervisor-4.5-amd64: Option ucode=scan is not working
Package: xen-hypervisor-4.5-amd64
Version: 4.5.0-1
Severity: normal
Dear Maintainer,
according to the documentation the option ucode=scan should tell XEN to
look for a microcode update in an uncompressed initrd.
While I don?t use the Debian kernel the tools to generate the initrd are
part of Debian. The command ?cpio -i < /boot/initrd.img-4.0.2-Dom0?
creates the directory structure
2012 May 22
0
Failed to mount devpts
Hi all,
I've been trying to start a LXC container using libvirt, but I keep
getting `Failed to mount devpts on /vservers/quantum/fs/dev/pts: Invalid
argument'. I found a similar thread on the mailing list a couple months
ago
(https://www.redhat.com/archives/libvirt-users/2012-January/msg00052.html),
but the solution posted didn't work for me. Anyone has any ideas?
Extra Info:
Libvirt version
Compiled against library: libvir 0.9.12
Using library: libvir 0.9.12
Using API: LXC 0.9.12
Running hypervisor: LXC 3.3.5
Host is running F16, and the domain xml can found at
http://pastebin....
2015 May 14
0
Bug#785187: [Xen-devel] Bug#785187: xen-hypervisor-4.5-amd64: Option ucode=scan is not working
...ieb Ian Campbell:
> > I think I remember some discussion of something in this area not too
> > long ago on xen-devel. CC-s added.
> I assume you refer to this discussion which happend to be on the
> xen-users mailing list:
> http://lists.xen.org/archives/html/xen-users/2014-05/msg00052.html
>
> Especially look at the first answer
> (http://lists.xen.org/archives/html/xen-users/2014-05/msg00053.html).
This says "not 'cpio -o c' as some information on the internet
suggests", do you have a link? Is it to something the xenproject
controls and could updat...
2016 Mar 06
5
[PATCH 0/2] added icat and fls0 APIs for deleted files recovery
As discussed in the topic: https://www.redhat.com/archives/libguestfs/2016-March/msg00018.html
I'd like to add to libguestfs the disk forensics capabilities offered by The Sleuth Kit.
http://www.sleuthkit.org/
The two APIs I'm adding with the patch are a simple example of which type of features TSK can enable.
The icat API it's very similar to the previously added ntfscat_i but it
2012 Jul 16
2
[PATCH V4] NEW API: add new api xfs_info
Add xfs_info to show the geometry of the xfs filesystem.
Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com>
---
Hi Rich,
I got an odd error, can you help me with this error
or give me a debug method?
Thanks,
Wanlong Gao
daemon/Makefile.am | 1 +
daemon/xfs.c | 278 +++++++++++++++++++++++++++++++
generator/generator_actions.ml
2008 May 29
6
RE-export nfs mounted share
Hi
Is there any way to re-export an nfs mounted directory? I am having three
servers runnning on centos4.5 and i am trying to implement nfs share in an
below manner [bcoz there is no alternative way for me to setup nfs share]
HOST A--->>>EXPORTS /prod/data ------->>>HOST B
HOST B ---->>MOUNTED ------>>> /prod/data-----UNDER---/PROD1 [working fine]
HOST B