The EventLog logged event by the issue is:
The process C:\WINDOWS\system32\svchost.exe (“servername”) has initiated the restart of computer “servername” on behalf of user NT AUTHORITY\SYSTEM for the following reason: Operating System: Service pack (Planned)
Reason Code: 0x80020010
Shutdown Type: restart
After Disabling of Automatic Updates in Settings/WindowsUpdates in the local Settings interface ‘Settings’ , the server continue to auto update critical updates and auto-restart after it, WITHOUT any notification.
Here is howto stop this madness!?. There are some other methods described in windows documentation ( read the docs: https://docs.microsoft.com/en-us/windows/deployment/update/waas-wu-settings ), but still to edit the Group Policy is best practice for managing windows updates in details, granular.
so, Open the Edit Group Policy interface, and navigate to:
Computer Configuration\Administrative Templates\Windows Components\Windows update\Configure Automatic Update , the set it to ENABLE and choose OPTION 2.
and that’s should be what it says to be, but still , i will update this post if it’s not. 🙂
Here is a Exported_list file from the particular section, you can just import with in your group policy
Aaand The Exported Export-List txt file content:
Setting State Comment Defer Windows Updates Setting State Comment Do not display 'Install Updates and Shut Down' option in Shut Down Windows dialog box Not configured No Do not adjust default option to 'Install Updates and Shut Down' in Shut Down Windows dialog box Not configured No Enabling Windows Update Power Management to automatically wake up the system to install scheduled updates Not configured No Turn off auto-restart for updates during active hours Not configured No Always automatically restart at the scheduled time Not configured No Specify deadline before auto-restart for update installation Not configured No Configure Automatic Updates Enabled Yes Specify intranet Microsoft update service location Not configured No Automatic Updates detection frequency Not configured No Do not allow update deferral policies to cause scans against Windows Update Not configured No Remove access to use all Windows Update features Not configured No Do not connect to any Windows Update Internet locations Not configured No Allow non-administrators to receive update notifications Not configured No Do not include drivers with Windows Updates Enabled Yes Turn on Software Notifications Not configured No Allow Automatic Updates immediate installation Not configured No Turn on recommended updates via Automatic Updates Not configured No No auto-restart with logged on users for scheduled automatic updates installations Not configured No Re-prompt for restart with scheduled installations Not configured No Delay Restart for scheduled installations Not configured No Reschedule Automatic Updates scheduled installations Not configured No Enable client-side targeting Not configured No Allow signed updates from an intranet Microsoft update service location Not configured No
rom the original microsoft’s doc, here is some details about the configured OPTION 2:
The requirements are:
- A Hyper-V host running Windows Server 2016 or Windows 10 Anniversary Update.
- A Hyper-V VM running Windows Server 2016 or Windows 10 Anniversary Update.
- A Hyper-V VM with configuration version 8.0 or greater.
- An Intel processor with VT-x and EPT technology.
So, the only thing you have to do is to:
- Install windows server 2016 and add the Hyper-V role
- Enter the powershell command:
Set-VMProcessor -VMName <VMName> -ExposeVirtualizationExtensions $true
Then in virtual Machines Server Manager, add the Hyper-V role
hint: to disabled nested virtualization enter powershell command:
Set-VMProcessor -VMName <VMName> -ExposeVirtualizationExtensions $false
but not least, please read the full user-guide: https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/user-guide/nested-virtualization
Windows Server 2016 secret auto restarts after secret autoupdates…
From The Event Log:
The process C:\Windows\system32\svchost.exe (PLATFORM) has initiated the restart of computer PLATFORM on behalf of user NT AUTHORITY\SYSTEM for the following reason: Operating System: Service pack (Planned) Reason Code: 0x80020010 Shutdown Type: restart Comment:
The Problem Descriped and Solution Explain in microsoft tech blog:
The warning message in the nginx error.log:
[warn] 13081#13081: *1964 an upstream response is buffered to a temporary file /var/cache/nginx/fastcgi_temp/1/05/0000000051 while reading upstream, client: 78.90.167.79, server: http://www.domain.com, request: “GET / HTTP/1.1”, upstream: “fastcgi://10.11.12.141:10080”, host: “www.domain.com”
The solution:
fastcgi_buffers 8 4k;
The info:
http://nginx.org/en/docs/http/ngx_http_fastcgi_module.html#fastcgi_buffers
and link on pretty-well description:
This is not howto. That’s only a reminder on centos6.7, nginx, php-fpm and pgsql. All the ‘examples’ are commands recorded in shell history.
So, The ‘infrastructure’ include 2x Centos 6.7 hosts for Web (http/https) running Nginx and PHP, and 1x Centos 6.7 host for central db , running on PostgreSQL.
- Some Initial configs, startup configs, firewall, yum reposiptables-save during the setup:
iptables-save during the setup: ............ -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT -A INPUT -p icmp -j ACCEPT -A INPUT -i lo -j ACCEPT -A INPUT -p tcp -m state --state NEW -m multiport --dports 22 -j ACCEPT -A INPUT -p tcp -m state --state NEW -m multiport --dports 80,443 -j ACCEPT -A INPUT -j REJECT --reject-with icmp-host-prohibited -A FORWARD -j REJECT --reject-with icmp-host-prohibited COMMIT
selinux during the setup
[root@web2 ~]# setenforce 0
repos needed for the setup ( nginx and php5.6 ):
This is not a bug, it’s a configuration in bios:
so, to enable ssds on boot , so the bios is able to see them and then you can choose boot device in 1 step:
go to the Boot section of the BIOS and
– Disable Fastboot
– Enabled CSM (Compatibility Support Module)
and This will allow the BIOS to see other bootable drives
This Solution was originally found at tomshardware’s forum
1. Locate the symbol icon on your Brother Label Maker. On the vertical handheld label makers, the symbol button appears on the bottom with an “@” symbol, telephone and star icons. On desktop versions, the button appears as “Symbol” in the lower left corner.
2. Press the “Symbol” button once. This loads the basic set of symbols first. Press the “Symbol” button again to load the pictograph symbols. Press the “Enter” key to make your symbol group selection.
3. Use the charts in the manual that came with the label maker to access the symbol you need. If you do not have the manual, the PTouchDirect website offers free PDF downloads of each one.
4. Press the corresponding number for the row of symbols you want to use. For example, if you want to use the “$” symbol or the musical note, press the number “7.”
6. Press the letter of the group from which you want to select in the pictograph symbol collection. For example, press “F” and load up the collection of family faces. Use the arrows to scroll through and press “Enter” on the face you want to use.
7. Type in the exact location of a specific pictograph symbol using the charts. For example, instead of pressing “F” and loading the collection of family faces, you can type in “F7” and press “Enter” to load the baby face symbol. Once it loads, press “Enter” again to confirm the selection.
Tip
- If you do not know the exact symbol you want to use and want to browse, keep pressing the “Symbol” key and arrows to see different options.
Official User-Guide PDF: http://download.brother.com/welcome/docp100021/pth105_usaeng_user_d00rhz001.pdf
Original Source/Info: http://smallbusiness.chron.com/symbols-brother-label-maker-40293.html