service status plone status/restart (takes a couple of mins)
also plone logs are in /opt/plone/logs
service status plone status/restart (takes a couple of mins)
also plone logs are in /opt/plone/logs
Here is the command to create a bootable installation USB for the latest OSX 10.12 Sierra, it’s the same as previous releases, at least as far back as Mavericks 10.9 with the only change being the name of the installation.app (“Install macOS Sierra.app” in this case) and the name of the USB volume I’m writing to (“SierraInstaller” in this case).
sudo /Applications/Install\ macOS\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/SierraInstaller --applicationpath /Applications/Install\ macOS\ Sierra.app --nointeraction &&say Done
Credits: http://osxdaily.com/2016/06/15/make-macos-sierra-beta-usb-boot-drive/
This post is intended to cover a number of printing issues in Windows, I’ll add cases and solutions over time.
I had to install some Dell software but kept receiving the message “Unable to complete the installation due to pending file rename operation” on Windows 10 Enterprise.
Renaming the registry key HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\PendingFileRenameOperations to HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\PendingFileRenameOperationsOLD allowed me to complete the installation.