search for: hiberation

Displaying 7 results from an estimated 7 matches for "hiberation".

Did you mean: hibernation
2015 Oct 19
1
Hibernation disabled when mailbox selected
...really make much sense when a mailbox isn't SELECTed, so I expected that all the clients would have something SELECTed.. But yeah, the code could be changed to support that. Actually, it already works, so your problem is something different. Set mail_debug=yes and it'll log the reason why hiberation couldn't be done. I've heard that some clients issue STATUS commands periodically and that causes them not to be hibernated. This is something that probably needs to be implemented by imap-hibernate at some point.
2024 Jan 12
1
Windows NUT Client - Settings description somewhere ?
I did download that for Windows from the NUT-pages ? Download-section https://networkupstools.org/download.html See chapter ?Binary packages? ? ?Windows MSI installer?. Downloaded end of 2023 when i did start with UPS-topic. Let me know if you need additional information. Thanks in advance Eddie Von: Jim Klimov <jimklimov+nut at gmail.com> Gesendet: Donnerstag, 11.
2024 Jan 12
1
Windows NUT Client - Settings description somewhere ?
I haven't used that package with Windows (haven't used that for a while) so can't say directly. However I can't find, neither in sources nor in the files stored in the MSI, the GUI program you've sent the screenshot from and particularly the localization strings it uses. Are you sure it was not a separate download? Note that the existing MSI's are based on a branch spun
2024 Jan 05
0
Windows NUT Client - Settings description somewhere ?
Hi there, Question: Is there anywhere a description of how to use the settings for shutdown options in Windows NUT client ? i have successfully set up NUT on a Raspberry which gathers data from a CyberPower CP1500EPFCLCD. Have also connected 2 Windows 11 machines and one Synology device tot hat master, in order read data and to react on powersupply issues. All working fine. What i am
2014 Jul 06
2
cannot hibernate, not enough swap
The last couple time I tried to hibernate, I got an error message: > PM: Not enough free swap I find that hard to believe: [hennebry at localhost doc]$ free -m total used free shared buffers cached Mem: 3833 1124 2709 0 51 286 -/+ buffers/cache: 786 3047 Swap: 11453 356 11097
2015 Oct 18
3
Hibernation disabled when mailbox selected
After setting imap_hibernate_timeout to 60s, I could not find any hibernated connections after a few hours. I tested hibernation and made an observation: IDLE'd imap sessions only hibernate if they don't have a mailbox SELECT'd, otherwise they never hibernate. Is this the way it's supposed to work? Joseph Tam <jtam.home at gmail.com>
2014 Mar 13
3
Optimized VSEncoding
Hi, The size of the string generated by VSEncoder is 12592387, while that by InterpolativeEncoder is 8554817. When only encoding the first 1000lines, both cost 0ms to decode and VS cost 1ms to encode while Interpolative cost 0ms, 1000lines is just too little to catch the difference in my test. I upload the source code to https://github.com/HurricaneTong/Xapian/tree/master/VSEncoder The