search for: autoreboot

Displaying 6 results from an estimated 6 matches for "autoreboot".

Did you mean: auto_reboot
2014 Dec 04
0
[PATCH] v2v: Disable autoreboot when converting Windows guests.
...b/v2v/convert_windows.ml index e37c6b8..c8db860 100644 --- a/v2v/convert_windows.ml +++ b/v2v/convert_windows.ml @@ -191,6 +191,7 @@ echo uninstalling Xen PV driver if verbose then printf "current ControlSet is %s\n%!" current_cs; disable_services root current_cs; + disable_autoreboot root current_cs; install_virtio_drivers root current_cs and disable_services root current_cs = @@ -212,6 +213,17 @@ echo uninstalling Xen PV driver ) ) disable + and disable_autoreboot root current_cs = + (* If the guest reboots after a crash, it's hard to see the...
2016 Jun 06
1
[PATCH] v2v:windows: prevent Parallels drivers from loading at boot
...ows.ml index 49811a7..012f03d 100644 --- a/v2v/convert_windows.ml +++ b/v2v/convert_windows.ml @@ -318,6 +318,7 @@ if errorlevel 3010 exit /b 0 debug "current ControlSet is %s" current_cs; disable_services root current_cs; + disable_prl_drivers root current_cs; disable_autoreboot root current_cs; Windows_virtio.install_drivers g inspect systemroot root current_cs rcaps @@ -344,6 +345,51 @@ if errorlevel 3010 exit /b 0 ) ) disable + and disable_prl_drivers root current_cs = + (* Prevent Parallels drivers fr...
2004 May 24
0
[Bug 748] HP-UX 11.11 (aka 11i) needs BROKEN_GETADDRINFO
...----------------------------------------------- 1. Back up your system before installing a patch. 2. Login as root. 3. Copy the patch to the /tmp directory. 4. Move to the /tmp directory and unshar the patch: cd /tmp sh PHNE_27796 5. Run swinstall to install the patch: swinstall -x autoreboot=true -x patch_match_target=true \ -s /tmp/PHNE_27796.depot By default swinstall will archive the original software in /var/adm/sw/save/PHNE_27796. If you do not wish to retain a copy of the original software, include the patch_save_files option in the swinstall command above: -x patch...
2018 Dec 20
3
Fedora Server - as an alternative ?
On 20/12/2018 15:33, mark wrote: > lejeczek via CentOS wrote: >> hi guys >> >> I wonder if any Centosian here have done something different than only >> contemplated using Fedora Server, actually worked on it in test/production >> envs. >> >> If here are some folks who have done it I want to ask if you deem it to >> be a viable option to put it on
2017 Feb 18
11
[PATCH 0/8] Miscellaneous cleanups to Windows registry code.
A very miscellaneous set of cleanups to how we handle the Windows registry in virt-v2v, firstboot, and inspection code. This should all be straightforward non-controversial refactoring. Some highlights: - Add a new mllib Registry module containing various utility functions that are currently scattered all around. - Only compute the software/system hive paths once during inspection, and
2015 Jul 21
0
ANNOUNCE: libguestfs 1.30 released
...now securely passes options to curl, so passwords, cookies and so on cannot be seen by users with shell access on the same machine. virt-v2v has a new --password-file option to allow you to securely pass in a password, and to avoid an interactive prompt. virt-v2v disables Windows autoreboot, making debugging conversion failures on Windows easier. virt-v2v now comes with an extensive external test suite. See virt-v2v-test-harness(1). virt-v2v allows virtio drivers to come from any location (Roman Kagan), and drivers can be read directly from the virtio ISO. v...