search for: hybernate

Displaying 20 results from an estimated 25 matches for "hybernate".

Did you mean: hibernate
2016 Oct 13
3
Disable hybernate/suspend in CentOS 7
Dear Experts, Could someone point me in the right direction: how can I disable hybernate/suspend in CentOS 7? I get workstations for graduate students with decent amount of RAM (32 GB), and for machines with large RAM I either do not have swap at all of have some small (4 GB) swap. As I remember from older manuals, one has to have at least twice amount of swap compared to physical RAM...
2016 Oct 13
0
Disable hybernate/suspend in CentOS 7
On Thu, Oct 13, 2016 at 11:33 AM, Valeri Galtsev <galtsev at kicp.uchicago.edu> wrote: > Dear Experts, > > Could someone point me in the right direction: how can I disable > hybernate/suspend in CentOS 7? > > I get workstations for graduate students with decent amount of RAM (32 > GB), and for machines with large RAM I either do not have swap at all of > have some small (4 GB) swap. As I remember from older manuals, one has to > have at least twice amount of swap...
2016 Oct 14
0
Disable hybernate/suspend in CentOS 7
..., October 13, 2016 11:55 am, Mike - st257 wrote: >> On Thu, Oct 13, 2016 at 11:33 AM, Valeri Galtsev >> <galtsev at kicp.uchicago.edu> wrote: >> >>> Dear Experts, >>> >>> Could someone point me in the right direction: how can I disable >>> hybernate/suspend in CentOS 7? >>> >>> I get workstations for graduate students with decent amount of RAM >>> (32 GB), and for machines with large RAM I either do not have swap >>> at all of have some small (4 GB) swap. As I remember from older >>> manuals, one ha...
2016 Oct 13
2
Disable hybernate/suspend in CentOS 7
On Thu, October 13, 2016 11:55 am, Mike - st257 wrote: > On Thu, Oct 13, 2016 at 11:33 AM, Valeri Galtsev > <galtsev at kicp.uchicago.edu> > wrote: > >> Dear Experts, >> >> Could someone point me in the right direction: how can I disable >> hybernate/suspend in CentOS 7? >> >> I get workstations for graduate students with decent amount of RAM (32 >> GB), and for machines with large RAM I either do not have swap at all of >> have some small (4 GB) swap. As I remember from older manuals, one has >> to >> have a...
2016 Oct 14
1
Disable hybernate/suspend in CentOS 7
Am 14.10.2016 um 10:19 schrieb Liam O'Toole <liam.p.otoole at gmail.com>: > On 2016-10-13, Valeri Galtsev > <galtsev at kicp.uchicago.edu> wrote: >> >> On Thu, October 13, 2016 11:55 am, Mike - st257 wrote: >>> On Thu, Oct 13, 2016 at 11:33 AM, Valeri Galtsev >>> <galtsev at kicp.uchicago.edu> wrote: >>> >>>
2017 Mar 29
1
[PATCH] virtio_console: fix uninitialized variable use
We try to disable callbacks on c_ivq even without multiport even though that vq is not initialized in this configuration. Fixes: c743d09dbd01 ("virtio: console: Disable callbacks for virtqueues at start of S4 freeze") Suggested-by: Mike Galbraith <efault at gmx.de> Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- Hi Mike if you like, pls send me your Signed-off-by
2017 Mar 29
1
[PATCH] virtio_console: fix uninitialized variable use
We try to disable callbacks on c_ivq even without multiport even though that vq is not initialized in this configuration. Fixes: c743d09dbd01 ("virtio: console: Disable callbacks for virtqueues at start of S4 freeze") Suggested-by: Mike Galbraith <efault at gmx.de> Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- Hi Mike if you like, pls send me your Signed-off-by
1998 Dec 01
1
Benchmark
Hello: I modified benchmark used in http://www.informatik.uni-frankfurt.de/~stst/benchspl.txt now the attached code will work with R, except for last test for some reason (Sorry ran out of time to play with this). Immediate problem is that R does not show fraction of seconds. So, that kinda makes comparison some what hard. I also looked at memory and CPU usage on NT console. R seems to go
2017 Mar 28
0
[PULL] vhost: fixes
...fcc519f06f901aac88502be6ff1df2c: virtio_balloon: prevent uninitialized variable use (2017-03-28 20:41:28 +0300) ---------------------------------------------------------------- virtio: fixes Fixes to multiple issues in virtio. Most notably a regression fix for crashes reported by Fedora users. Hybernate is still reportedly broken, working on it. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> ---------------------------------------------------------------- Arnd Bergmann (1): virtio_balloon: prevent uninitialized variable use Jason Wang (1): virtio_pci: fix out of bound a...
2017 Apr 03
0
[PATCH] virtio_pci: request irq error handling
On failure to request msix vectors virtio frees the vector map but fails to reset it. It will then attempt to use that map in vp_remove_vqs on device removal and hybernation, resulting in memory corruption manifesting as warnings in PCI core, hangs etc. Reported-by: Mike Galbraith <efault at gmx.de> Fixes: 07ec51480b5e ("virtio_pci: use shared interrupts for virtqueues")
2018 Feb 15
0
[PULL] virtio: cleanups and fixes
The following changes since commit d25cc43c6775bff6b8e3dad97c747954b805e421: vhost: don't hold onto file pointer for VHOST_SET_LOG_FD (2018-02-01 16:26:47 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus for you to fetch changes up to fa08a3b4eba59429cf7e241a7af089103e79160f: virtio/s390: implement PM
2017 Mar 28
0
[PULL] vhost: fixes
...fcc519f06f901aac88502be6ff1df2c: virtio_balloon: prevent uninitialized variable use (2017-03-28 20:41:28 +0300) ---------------------------------------------------------------- virtio: fixes Fixes to multiple issues in virtio. Most notably a regression fix for crashes reported by Fedora users. Hybernate is still reportedly broken, working on it. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> ---------------------------------------------------------------- Arnd Bergmann (1): virtio_balloon: prevent uninitialized variable use Jason Wang (1): virtio_pci: fix out of bound a...
2017 Apr 03
0
[PATCH] virtio_pci: request irq error handling
On failure to request msix vectors virtio frees the vector map but fails to reset it. It will then attempt to use that map in vp_remove_vqs on device removal and hybernation, resulting in memory corruption manifesting as warnings in PCI core, hangs etc. Reported-by: Mike Galbraith <efault at gmx.de> Fixes: 07ec51480b5e ("virtio_pci: use shared interrupts for virtqueues")
2012 Jul 17
0
lost connection to DomUs
Hello, I need your help please! Excuse my bad English. Since we installed Xen have experiencing random network disconnections in our guests with any reason, the ping don’t response. I solve this issue, I connect to VNC Server in the host, open the virt-manager, all VMs is running, next I open the disconnected guest and then click in the black window, after that the guest response ping,
2015 Feb 20
0
Install problems (group permissions) with nut 2.7.2 [driver selection and starting]
On Feb 19, 2015, at 11:23 PM, Gene Heskett <gheskett at wdtv.com> wrote: > Almost $800 dollars and worthless > on wheezy. I am asking a few ?? over that on their mailing list as it > worked perfectly on ubuntu-10.04.4 LTS. If you still have a backup of /etc from the Ubuntu install, there might be some clues in /etc/cups about the duplex settings (or which drivers support duplex,
2015 Mar 24
0
[PATCH v3] Add virtio-input driver.
On Tue, Mar 24, 2015 at 08:32:01AM +0100, Gerd Hoffmann wrote: > virtio-input is basically evdev-events-over-virtio, so this driver isn't > much more than reading configuration from config space and forwarding > incoming events to the linux input layer. > > Signed-off-by: Gerd Hoffmann <kraxel at redhat.com> Looks pretty neat overall. I think I still see some small
2015 Feb 20
3
Install problems (group permissions) with nut 2.7.2
On Thursday, February 19, 2015 10:16:41 PM Charles Lepple wrote: > On Feb 19, 2015, at 8:55 AM, Gene Heskett <gheskett at wdtv.com> wrote: > > On Wednesday, February 18, 2015 08:11:13 PM Charles Lepple wrote: > > [...] > > > >> On recent Debian and Ubuntu with 2.7.2 and > >> earlier, there was an issue where the udev rules file needed to be >
2015 Mar 24
0
[PATCH v3] Add virtio-input driver.
On Tue, Mar 24, 2015 at 08:32:01AM +0100, Gerd Hoffmann wrote: > virtio-input is basically evdev-events-over-virtio, so this driver isn't > much more than reading configuration from config space and forwarding > incoming events to the linux input layer. > > Signed-off-by: Gerd Hoffmann <kraxel at redhat.com> Looks pretty neat overall. I think I still see some small
2015 Mar 24
0
[PATCH v3] Add virtio-input driver.
On Tue, Mar 24, 2015 at 09:23:37AM -0700, Dmitry Torokhov wrote: > On Tue, Mar 24, 2015 at 11:36:31AM +0100, Michael S. Tsirkin wrote: > > On Tue, Mar 24, 2015 at 08:32:01AM +0100, Gerd Hoffmann wrote: > > > virtio-input is basically evdev-events-over-virtio, so this driver isn't > > > much more than reading configuration from config space and forwarding > >
2015 Mar 24
0
[PATCH v3] Add virtio-input driver.
On Tue, Mar 24, 2015 at 09:23:37AM -0700, Dmitry Torokhov wrote: > On Tue, Mar 24, 2015 at 11:36:31AM +0100, Michael S. Tsirkin wrote: > > On Tue, Mar 24, 2015 at 08:32:01AM +0100, Gerd Hoffmann wrote: > > > virtio-input is basically evdev-events-over-virtio, so this driver isn't > > > much more than reading configuration from config space and forwarding > >