Displaying 10 results from an estimated 10 matches for "rnodes".
Did you mean:
nodes
2011 Aug 31
1
[PATCH] hivex: Add byte runs for nodes and values
This patch adds byte run reporters for node and value metadata in the
hivexml program. Each byte run represents the offset and length of a
data structure within the hive, one per node, and one or two per value
depending on the length of the value data. In order to add this
metadata reporting, the following changes were put in place:
* Split value_key function into value_key and value_key_len.
*
2008 Apr 25
2
PXE / Kickstart / nfs ....
...swap --fstype swap --name=SwapVolume --vgname=RootVolumeGroup --size=4064
logvol / --fstype ext3 --name=rootVolume --vgname=RootVolumeGroup --size=1 --grow
%packages
@admin-tools
@base
@core
@development-libs
@development-tools
@editors
@system-tools
kernel-devel
%post --nochroot
cat /mnt/source/rnodestage2 >> /mnt/sysimage/etc/rc.d/rc.local
cp /mnt/source/inittab.3 /mnt/sysimage/etc/inittab
==================================================================================
Well.... can anyone give me an idea about solving this ???
Thank you all very much.
Mauricio Villamil
Mauricio V...
2014 Aug 04
6
[hivex] Segfault for an integer value to node_set_value
Hi,
When an integer argument is passed as value, node_set_value
segfaults. Reproducer is at the end of this message
The backtrace points at hivex-py.c, function get_value. While obj
is non-NULL, `bytes = PyUnicode_AsUTF8String (obj);` returns NULL.
Kind regards,
Peter
https://lekensteyn.nl
#!/usr/bin/env python3
import hivex, sys
h = hivex.Hivex(sys.argv[1])
print(h)
val = {
2014 Aug 16
7
[hivex] [PATCH 0/6] Python fixes for node_set_value
Hi,
This patch series is based on a prior patch[1], splitting off changes as
requested and incorporating feedback from Richard Jones. It introduces type
validation to avoid segmentation faults (instead, it reports an exception) and
fixes handling of the bytes type in Python 3.
Major changes since that series:
- Drop newly introduced support for integer types for DWORD/QWORDS
- Reject Unicode
2016 Feb 14
2
hivex lib: Add function hivex_node_num_children
Hello,
I've been working on a graphical registry hive editing tool in Qt
using the hivex C library.
While creating it, I noticed that in order to determine if an
expansion element should be shown on a node, you have to determine if
a node has any children.
Currently, in order to determine if a node has any children, you must
find every child with hivex_node_children, which is a relatively
2014 Oct 12
7
[Bug 84932] New: Optimus with nouveau no longer works with xorg-server 1.16.1
https://bugs.freedesktop.org/show_bug.cgi?id=84932
Bug ID: 84932
Summary: Optimus with nouveau no longer works with xorg-server
1.16.1
Product: Mesa
Version: 10.2
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component:
2006 Nov 09
16
Some performance questions with ZFS/NFS/DNLC at snv_48
Hello.
We''re currently using a Sun Blade1000 (2x750MHz, 1G ram, 2x160MB/s mpt
scsi buses, skge GigE network) as a NFS backend with ZFS for
distribution of free software like Debian (cdimage.debian.org,
ftp.se.debian.org) and have run into some performance issues.
We are running SX snv_48 and have run with a raidz2 with 7x300G for a
while now, just added another 7x300G raidz2 today but
2015 Feb 09
17
[Bug 89047] New: linux-3.19 nvd9 Invalid rom content
...ly at rutgers.edu
QA Contact: xorg-team at lists.x.org
booting linux 3.19.0 fails to init nvd9 card with these messges in dmesg:
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.19.0-gentoo
root=/dev/sda3 ro quiet splash i915.lvds_downclock=1
init=/usr/lib/systemd/systemd drm.rnodes=1 reboot=a nouveau.pstate=1
[ 7.980357] nouveau 0000:01:00.0: enabling device (0004 -> 0007)
[ 7.980901] nouveau [ DEVICE][0000:01:00.0] BOOT0 : 0x0d9160a1
[ 7.980904] nouveau [ DEVICE][0000:01:00.0] Chipset: GF119 (NVD9)
[ 7.980906] nouveau [ DEVICE][0000:01:00.0] Family : NV...
2011 Aug 11
2
[Hivex] [PATCH] Correct 32-bit to 64-bit call
---
generator/generator.ml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/generator/generator.ml b/generator/generator.ml
index 31478cd..de911f1 100755
--- a/generator/generator.ml
+++ b/generator/generator.ml
@@ -1771,7 +1771,7 @@ static void raise_closed (const char *) Noreturn;
pr " rv = copy_type_value (r, len, t);\n";
pr "
2014 Aug 04
13
[Bug 82152] New: any OpenGL application crashes X, locks up machine with nouveau and PRIME
https://bugs.freedesktop.org/show_bug.cgi?id=82152
Priority: medium
Bug ID: 82152
Assignee: nouveau at lists.freedesktop.org
Summary: any OpenGL application crashes X, locks up machine
with nouveau and PRIME
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: celticmadman at