similar to: new warnings in hivex-1.3.10

Displaying 20 results from an estimated 120 matches similar to: "new warnings in hivex-1.3.10"

2014 Jan 10
14
[PATCH 1/7] Add a minimal hive with "special" keys and values
--- images/README | 14 ++++++++++++ images/mkzero/Makefile | 9 ++++++++ images/mkzero/mkzero.c | 59 +++++++++++++++++++++++++++++++++++++++++++++++++ images/special | Bin 0 -> 8192 bytes 4 files changed, 82 insertions(+) create mode 100644 images/mkzero/Makefile create mode 100644 images/mkzero/mkzero.c create mode 100644 images/special diff --git a/images/README
2015 Jun 01
1
GlusterFS 3.7 - slow/poor performances
Dear all, I have a crash test cluster where i?ve tested the new version of GlusterFS (v3.7) before upgrading my HPC cluster in production. But? all my tests show me very very low performances. For my benches, as you can read below, I do some actions (untar, du, find, tar, rm) with linux kernel sources, dropping cache, each on distributed, replicated, distributed-replicated, single (single
2014 Jun 28
1
tftp-hpa 5.2
Hello everyone, I am having difficulties in setting up a tftp server on a Fedora 3.14.8-200.fc20.x86_64. Running tftp client to test the server functionality, a simple get from the terminal prompts 'Transfer timed out.' back. The version is tftp-hpa 5.2, with remap, with tcpwrappers, unfortunately I am not able to find any log in the system journal.? The server and related services appear
2014 Jan 13
1
Re: [PATCH 5/7] perl: Properly decode node names, value keys from UTF-8
On Sat, Jan 11, 2014 at 12:12:50AM +0100, Hilko Bengen wrote: > --- > generator/generator.ml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/generator/generator.ml b/generator/generator.ml > index 6b1eef7..4119b04 100755 > --- a/generator/generator.ml > +++ b/generator/generator.ml > @@ -2648,7 +2648,7 @@ DESTROY (h) > pr
2015 Jun 02
2
GlusterFS 3.7 - slow/poor performances
hi Geoffrey, Since you are saying it happens on all types of volumes, lets do the following: 1) Create a dist-repl volume 2) Set the options etc you need. 3) enable gluster volume profile using "gluster volume profile <volname> start" 4) run the work load 5) give output of "gluster volume profile <volname> info" Repeat the steps above on new and old
2020 Sep 16
4
Samba AD DC tries to start and fails on reboot
OS = Ubuntu 18.04 LXD container Samba version = 4.11.12 Repo = Louis' (many thanks) I recently upgraded from 4.10.14->4.10.17->4.11.12 Now the samba-ad-dc service fails with the following upon reboot: --- root at samba:~# systemctl status samba-ad-dc ? samba-ad-dc.service - Samba AD Daemon Loaded: loaded (/lib/systemd/system/samba-ad-dc.service; enabled; vendor preset: enabled)
2006 Jan 16
3
run-time of an R function
I have noticed dramatic differences in the run-time for the execution of one of my functions depending on whether or not R was restarted. Immediately after restart of R GUI, exec time = 2.8 min. If I then repeat the execution of the function in the same R session, exec time = 7.1 min. Removing all objects via rm(list=(all=TRUE)) and initiating gc (gc(reset=TRUE)) helps, but only slightly (exec
2020 Sep 17
1
Samba AD DC tries to start and fails on reboot
Hai Jonathan,? Only one question left then does it work now? ;-) if you added the ipv6 to hosts file? run hostname -I these ipnumers , add these in hosts and samba should always start.. Unless, your using dhcp.. that might be bit different.. greetz, ? Louis ? ? Van: Jonathan Kreider [mailto:jonathan.kreider at gmail.com] Verzonden: donderdag 17 september 2020 15:09 Aan: L.P.H. van
2014 Jan 10
0
[PATCH 5/7] perl: Properly decode node names, value keys from UTF-8
--- generator/generator.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator/generator.ml b/generator/generator.ml index 6b1eef7..4119b04 100755 --- a/generator/generator.ml +++ b/generator/generator.ml @@ -2648,7 +2648,7 @@ DESTROY (h) pr " croak (\"%%s: %%s\", \"%s\", strerror (errno));\n" name;
2009 Mar 10
2
(no subject)
Dear R users, I have a table with the following form STATION X Y 1 -70 30 1 -70 30 1 -70 30 2 -72 29 2 -72 29 2 -72 29 2 -72 29 How want to extract unique value for those columns ... I am sure it is very simple, but I can not achieve to find the correct way ! I want to obtain something like STATION X Y 1
2008 Feb 26
0
Re : Re: Problem installing Gecko
----- Message d'origine ---- > De : WiseAllec <wineforum-user at winehq.org> > ? : wine-users at winehq.org > Envoy? le : Mardi, 26 F?vrier 2008, 20h05mn 57s > Objet : [Wine] Re: Problem installing Gecko > > Actually this has happened to me before as well, sometimes it downloads, other > times it doesn't... Where is gecko downloaded from when wine iexplore is
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
2006 Apr 28
2
Memoire defaillante
Bonjour, je travaille actuellement sur le logiciel R et mets en place des procédures d'analyse de données : sur des procédures de classification employant la commande dist(), je rencontre des problèmes de memoire : avec des data.frame d'environ 100 000 lignes j'obtiens le message d'erreur suivant : Error : cannot allocate vector of size 668 481 330 Ou une autre erreur souvent
2020 Sep 16
0
Samba AD DC tries to start and fails on reboot
Hai Jonathan, This is/looks like a resolving issue fd61:5ced:6c27:0:216:3eff:fe9b:802a << is this, 'this' server or a remote ? You have mutiple options, but try the most simple one. Take above add it in /etc/hosts ( if mulple dc's might be needed todo that on all DC's.) And if that fixes it, add it as AAAA record to the DNS, ( AND, dont forget the PTR record on the
2014 Jun 28
1
tftp-hpa 5.2
I sure did check the firewall and selinux as well. As an extreme testing major, they are both turned off. $ systemctl status firewalld firewalld.service - firewalld - dynamic firewall daemon ? ?Loaded: loaded (/usr/lib/systemd/system/firewalld.service; disabled) ? ?Active: inactive (dead) sestatus? SELinux status: ? ? ? ? ? ? ? ? disabled Actually, now tftp transfers are denied $ tftp 127.0.0.1
2019 Aug 10
2
Bind9 doesn't updated - TSIG error with server: tsig verify failure
Hi Rowland, Before to add 'dns update command = /usr/sbin/samba_dnsupdate --use-samba-tool' I've tried once to run 'samba_dnsupdate --verbose --all-names' and it has returned me TSIG error again. More precisely, 'TSIG error with server: tsig verify failure' -- Igor Sousa Em sex, 9 de ago de 2019 ?s 18:14, Rowland penny via samba < samba at lists.samba.org>
2020 Sep 18
0
Fwd: Samba AD DC tries to start and fails on reboot
Hi Louis, It _is_ now working. I can stop and restart the container and samba comes up. However, I've not changed anything to my knowledge. The only thing that I've done is disabled and enabled the samba-ad-dc.service once or twice in fiddling around with this. Perhaps that was enough to get systemd to realize that it really did need to wait until the network was up before trying to
2002 Oct 24
0
Shorewall 1.3.10 Beta 1
There''s a lot new in 1.3.10: 1) You may now define the contents of a zone dynamically with the "shorewall add" and "shorewall delete" commands. These commands are expected to be used primarily within FreeS/Wan updown scripts. 2) Shorewall can now do MAC verification on ethernet segments. You can specify the set of allowed MAC addresses on the segment and you can
2010 Dec 27
2
Wine 1.3.10: config doesn't save anymore!
I wondered why my changes to wineconfig suddenly reappeared! When I change wine config and apply & close it, no error appears. But next time I start winecfg, my changes weren't saved! E.g. removing application entries. The console just show: Code: $ winecfg fixme:ole:CoInitializeSecurity (0x42f660,-1,(nil),(nil),4,3,(nil),0,(nil)) - stub! fixme:advapi:RegisterTraceGuidsW (0x100778a,