search for: rnode

Displaying 10 results from an estimated 10 matches for "rnode".

Did you mean: inode
2011 Aug 31
1
[PATCH] hivex: Add byte runs for nodes and values
...ret = | RErr (* 0 = ok, -1 = error *) | RErrDispose (* Disposes handle, see hivex_close. *) | RHive (* Returns a hive_h or NULL. *) + | RSize (* Returns size_t or 0. *) | RNode (* Returns hive_node_h or 0. *) | RNodeNotFound (* See hivex_node_get_child. *) | RNodeList (* Returns hive_node_h* or NULL. *) + | RLenNode (* See node_struct_length. *) | RValue...
2008 Apr 25
2
PXE / Kickstart / nfs ....
...ut at some point anaconda brings up an unhandled exception related to Python when reading Comps.xml?? What is really unsettling is the fact that if I plug a IDE cdrom to the server (it has an IDE port inside) and boot from cd/dvd, then I can issue a: linux ks=nfs:198.162.0.0.:/export/moonshine/ks.rnode.cfg and it will work perfectly, not breaking at all the network installation. Please note that the clients have two network cards eth0 and eth1 These are samples of the files I am using: the default file for PXE booting is: default linux label linux kernel vmlinuz append init...
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
...me is matched case insensitively."; + "node_num_children", (RSize, [AHive; ANode "node"]), + "return the number of children of a node", + "\ +Return the number of nodes as produced by C<hivex_node_children>."; + "node_parent", (RNode, [AHive; ANode "node"]), "return the parent of node", "\ diff --git a/lib/node.c b/lib/node.c index 1fb48cf..fc3ca71 100644 --- a/lib/node.c +++ b/lib/node.c @@ -513,6 +513,22 @@ hivex_node_children (hive_h *h, hive_node_h node) return children; } +size_t +hi...
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
...t ncsize to 600k and rebooted.. Didn''t seem to change much, still seeing hitrates at about the same and manual find(1) doesn''t seem to be that cached (according to vmstat and dnlcsnoop.d). When booting, the following message came up, not sure if it matters or not: NOTICE: setting nrnode to max value of 351642 NOTICE: setting nrnode to max value of 235577 Is there a separate ZFS-DNLC knob to adjust for this? Wild guess is that it has its own implementation which is integrated with the rest of the ZFS cache which throws out metadata cache in favour of data cache.. or something.....
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 : N...
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