search for: systemroot

Displaying 20 results from an estimated 213 matches for "systemroot".

2013 Jun 05
3
[PATCH 1/3] inspection: Refactor windows systemroot detection to allow re-use
This change refactors guestfs___has_windows_systemroot to guestfs___get_windows_systemroot. The new function returns a dynamically allocated char * which must be freed. The new function is no less efficient than before, as it returns the result of guestfs___case_sensitive_path_silently, which is required anyway. The new code is slightly more efficient...
2012 May 08
6
registry vulnerabilities in R
...EmbedCtxt @netlogon.dll,-1010|" HKEY_LOCAL_MACHINE\System\ControlSet001\services\SharedAccess\Defaults\FirewallPolicy\FirewallRules "SNMPTRAP-In-UDP"="v2.10|Action=Allow|Active=FALSE|Dir=In|Protocol=17|Profile=Private|Profile=Public|LPort=162|RA4=LocalSubnet|RA6=LocalSubnet|App=%SystemRoot%\\system32\\snmptrap.exe|Svc=SNMPTRAP|Name=@snmptrap.exe,-7|Desc=@snmptrap.exe,-8|EmbedCtxt @snmptrap.exe,-3|" HKEY_LOCAL_MACHINE\System\ControlSet001\services\SharedAccess\Defaults\FirewallPolicy\FirewallRules "SNMPTRAP-In-UDP-NoScope"="v2.10|Action=Allow|Active=FALSE|Dir=In|Pr...
2015 Feb 13
2
[PATCH] inspector: add ReactOS systemroot
After adding /reactos as windows systemroot, virt-inspector identified OS as windows with product name ReactOS. Fixes RHBZ#709326. Related bug RHBZ#709327 seems to be already fixed in ReactOS 0.4. Maros Zatko (1): inspector: add /reactos as systemroot src/inspect-fs-windows.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1....
2017 Jul 31
0
[PATCH v11 09/10] daemon: Implement inspection of Windows.
...inspect_fs.ml b/daemon/inspect_fs.ml index 9153e68a5..10a15827b 100644 --- a/daemon/inspect_fs.ml +++ b/daemon/inspect_fs.ml @@ -192,6 +192,12 @@ and check_filesystem mountable = debug_matching "Linux /var"; () ) + (* Windows root? *) + else if Inspect_fs_windows.is_windows_systemroot () then ( + debug_matching "Windows root"; + role := `Root; + Inspect_fs_windows.check_windows_root data; + ) (* Windows volume with installed applications (but not root)? *) else if is_dir_nocase "/System Volume Information" && is_dir_nocase &...
2011 Aug 02
2
R CMD check problem
...oving 'C:/Rpackages/mypackage.Rcheck/mypackage'. What I understood from above is that it is something with PATH variable. I had set the following PATH variable: C:\Rtools\bin;C:\Rtools\MinGW\bin;"C:\Program Files\R\R-2.13.0\bin";"C:\Program Files\MiKTeX 2.9\miktex\bin";%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;"C:\Program Files\HTML Help Workshop" Can anybody suggest what possibly could have gone wrong? Thanks, BN Mandal [[alternative HTML version deleted]]
2015 Feb 13
0
[PATCH] inspector: add /reactos as systemroot
...in ReactOS 0.4. --- src/inspect-fs-windows.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/inspect-fs-windows.c b/src/inspect-fs-windows.c index 421a5b1..7f0f13d 100644 --- a/src/inspect-fs-windows.c +++ b/src/inspect-fs-windows.c @@ -107,7 +107,7 @@ guestfs___get_windows_systemroot (guestfs_h *g) { /* Check a predefined list of common windows system root locations */ static const char *systemroots[] = - { "/windows", "/winnt", "/win32", "/win", NULL }; + { "/windows", "/winnt", "/win32", "...
2006 Sep 22
2
proj4R library will not install
...: Error in library(proj4R) : 'proj4R' is not a valid package -- installed < 2.0.0? I have read through the install documentation and have downloaded and unpacked PROJ.4 to c:\proj\ so the bin is located at C:\proj\bin. I then set the environmental variables PATH which now looks like : %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\Intel\DMIX;C:\Program Files\UltraEdit;C:\proj and I created a new user variable PROJ_LIB to c:\proj\nad. I'm not sure if I am missing anything here but I still get the <2.0.0 error. If you can help me in any way I would tru...
2013 Jun 05
0
[PATCH 3/3] inspect: Partial support for non-standard windows system root
...tion\\((\\d+)\\)([^=]+)=", 0); } static void free_regexps (void) { pcre_free (re_windows_version); + pcre_free (re_boot_ini_os_header); + pcre_free (re_boot_ini_os); } static int check_windows_arch (guestfs_h *g, struct inspect_fs *fs); @@ -143,6 +149,86 @@ guestfs___get_windows_systemroot (guestfs_h *g) } } + /* If the fs contains boot.ini, check it for non-standard + * systemroot locations */ + CLEANUP_FREE char *boot_ini_path = + guestfs___case_sensitive_path_silently (g, "/boot.ini"); + if (boot_ini_path) { + CLEANUP_FREE_STRING_LIST char **boot_ini...
2004 Jul 26
1
Building Windows Package
...K/BSDA/chm/BSDA.chm': No such file or direc tory make[1]: *** [chm-BSDA] Error 1 make: *** [pkg-BSDA] Error 2 *** Installation of BSDA failed *** My path is: .;C:\RStools;C:\MinGW\bin;C:\perl\bin;C:\texmf\miktex\bin;C:\Rstools\zip.exe; C:\Rstools\unzip.exe;C:\HTMLws\hhc.exe;C:\R191\R191\bin;%SystemRoot%\system32; %SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\CommonFiles\AdaptecShared\System; C:\Program Files\ggobi;C:\Program Files\R\rw1091\library\Rggobi\libs (HTML Help Workshop lives in- "C:\HTMLws\hhc.exe") I have the directory for HTML Help workshop in MkRules set as:...
2010 Nov 03
2
Calling C in R in Windows 64 bit
...miktex 2.9 - inno setup 5 -Afterwards, I changed the path as: ?C:\Program Files\R\R-2.12.0\bin;C:\Rtools\bin;C:\Rtools\MinGW64\bin;C:\Program Files\HTML Help Workshop;C:\Program Files (x86)\CodeBlocks\bin;C:\Program Files\Insight\bin;C:\Rtools\perl\bin;C:\Program Files (x86)\MiKTeX 2.9\miktex\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files\Broadcom\Broadcom 802.11\Driver;? - started Command Prompt and checked the path by typing 'path' - then I typed 'x86_64-w64-mingw32-gcc -c COXPHmatprod24delta.c -o COXPHmat...
2003 Sep 21
2
OpenBSD 3.3 and samba-2.2.8
Hi and hello. Does anyone have installed Samba using the ports-collection in OpenBSD recently? My WindowsXP-computers can't find the computer on the network at all. I use the standard smb.conf wich comes with the port-installation, exept these changes: [global] workgroup = NETDISASTERS encrypted passwords = yes hosts allow = 192.168.1. 192.168.2.0./24 192.168.3.0/255.255.255.0
2005 Feb 07
1
System directory L"%SystemRoot%\\system" is not accessible
...o install QT 6.3 again with the intention of doing a Full or Custom install rather than the Recommended I had done before. What did I get? holly@SuSE:~/games/Septerra_Core> wine /media/dvdrecorder/storage/+drivers/QT6pt3/QuickTimeInstaller.exe Warning: the specified System directory L"%SystemRoot%\\system" is not accessible. holly@SuSE:~/games/Septerra_Core> Doesn't work if I cd to the directory first, either. Not good. I went back into the registry and changed a couple of cases to match the actual case of the path (C:\ to c:\ and System to system), but that didn't matte...
2012 Sep 28
0
[PATCH v2] inspection: Fix calls to case_sensitive_path (RHBZ#858126).
...c/inspect-apps.c b/src/inspect-apps.c index e9f020a..f65c70a 100644 --- a/src/inspect-apps.c +++ b/src/inspect-apps.c @@ -418,12 +418,9 @@ list_applications_windows (guestfs_h *g, struct inspect_fs *fs) snprintf (software, len, "%s/system32/config/software", fs->windows_systemroot); - char *software_path = guestfs___case_sensitive_path_silently (g, software); - if (!software_path) { - /* Missing software hive is a problem. */ - error (g, "no HKLM\\SOFTWARE hive found in the guest"); + char *software_path = guestfs_case_sensitive_path (g, software); + if...
2012 Sep 28
2
[PATCH 0/2] Fix calls to case_sensitive_path.
Proposed patches to fix https://bugzilla.redhat.com/show_bug.cgi?id=858126
2008 Aug 22
1
R CMD check problem
...le is: C:\Program Files\SSH Communications Security\SSH Secure Shell;C:\cygwin\bin;C:\Program Files\R\R-2.7.1\bin The PATH System variable is: c:\Rtools\bin;c:\Rtools\perl\bin;c:\Rtools\MinGW\bin;C:\watcom-1.3\binnt;C:\watcom-1.3\binw; %GTK_BASEPATH%\bin;C:\Program Files\MiKTeX 2.5\miktex\bin;%systemroot%\system32;%systemroot%;%systemroot%\system32\wbem;c:\program files\ati technologies\ati control panel;C:\Program Files\MATLAB\R2006a\bin\win32;C:\Program Files\ggobi;C:\Program Files\R\R-2.7.1\bin Many thanks, Giles -- Giles Hooker Assistant Professor: Department of Biological Statistics an...
2016 Feb 09
2
[PATCH] v2v: move virtio_win to windows_virtio
...ists. This is optional. *) let rhev_apt_exe = virt_tools_data_dir // "rhev-apt.exe" in let rhev_apt_exe = @@ -289,7 +282,7 @@ if errorlevel 3010 exit /b 0 disable_services root current_cs; disable_autoreboot root current_cs; - Windows_virtio.install_drivers g inspect systemroot virtio_win + Windows_virtio.install_drivers g inspect systemroot root current_cs and disable_services root current_cs = diff --git a/v2v/windows_virtio.ml b/v2v/windows_virtio.ml index 7441169..bdce038 100644 --- a/v2v/windows_virtio.ml +++ b/v2v/windows_...
2012 May 13
1
Problem compiling package LogicReg - make Error 255
...iles\Rtools\gcc-4.6.3\bin32; C:\Program Files\Rtools\gcc-4.6.3\i686-w64-mingw32; C:\Program Files\Rtools\gcc-4.6.3\i686-w64-mingw32\bin; C:\Program Files\Rtools\bin; C:\Program Files\R\R-2.14.2\bin; C:\Program Files\R\R-2.14.2\; C:\Program Files\R\R-2.14.2\bin; C:\Program Files\R\R-2.14.2\bin\x64;%SystemRoot%\system32; %SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files\MATLAB\R2011a\runtime\win64;C:\Program Files\MATLAB\R2011a\bin;C:\Python27;C:\Python27\DLLs;C:\Python27\Scripts;C:\Python27\Lib\site-packages\PyQt4;C:\Python27\Lib\site-packages\vtk;C:\...
2016 May 12
0
[PATCH 07/11] v2v: add support for SUSE VMDP drivers
...true + ) with _ -> + false + ) tools in + Some (virt_tools_data_dir // tool) + with Not_found -> ( + warning (f_"Neither rhev-apt.exe nor vmdp.exe can be found. Unable to install one of them."); + None + ) in (* Get the Windows %systemroot%. *) let systemroot = g#inspect_get_windows_systemroot inspect.i_root in @@ -211,7 +218,14 @@ let convert ~keep_serial_console (g : G.guestfs) inspect source rcaps = (* Perform the conversion of the Windows guest. *) let rec configure_firstboot () = - configure_rhev_apt (); + match...
2009 Oct 15
1
ImageMagick not seen by movie3d function from rgl package
...) and then I get the following message: Writing movie050.png Error in movie3d(spin3d(), duration = 5) : ImageMagick not found which if I am correct means that R can not see ImageMagick (i have in the ImageMagick in the path variable: C:\Program Files\ImageMagick-6.5.6-Q16;;%GTK_BASEPATH%\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\jEdit) I have found some earlier post with apparently the same problem, but no solution. Can anyone tell me what i am doing wrong? Thank you very much and have a great day ahead! > sessionInfo() R version 2.9.1 (2009-06-26) i3...
2010 Mar 13
1
Problem building packages on windows: /cygdrive/c/Rtools/bin/cp: target `xf-))' is not a directory
...ish_United Kingdom.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base I installed RTools211.exe and my path is set to: c:\Program Files\HTML Help Workshop;c:\Program Files\R\R-2.10.1\bin;c:\Rtools\bin;c:\Rtools\perl\bin;c:\Rtools\MinGW\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files\QuickTime\QTSystem\ I have HTML Help Workshop installed. When I execute R CMD build --binary CORNA, I get: * checking for file 'CORNA/DESCRIPTION' ... OK * preparing &...