search for: suspension

Displaying 20 results from an estimated 113 matches for "suspension".

2014 May 10
2
[LLVMdev] Finding safe thread suspension points while JIT-ing (was: Add pass run listeners to the pass manager.)
...iew thread and more context under the subject "[PATCH][PM] Add pass run listeners to the pass manager.", but here is the important bit from Juergen's initial email: this patch provides the necessary C/C++ APIs and infastructure to enable > fine- > grain progress report and safe suspension points after each pass in the > pass > manager. Clients can provide a callback function to the pass manager to call after > each > pass. This can be used in a variety of ways (progress report, dumping of > IR > between passes, safe suspension of threads, etc). I had wrongly (...
2011 Apr 06
3
Getting number of students with zeroes in long format
Hi, I have longitudinal school suspension data on students. I would like to figure out how many students (id_r) have no suspensions (sus), i.e. have a code of '0'. My data is in long format and the first 20 records look like the following: > suslm[1:20,c(1,7)] id_r sus 11 0 15 10 16 0 18 0 19 0 19...
2014 May 10
3
[LLVMdev] Finding safe thread suspension points while JIT-ing (was: Add pass run listeners to the pass manager.)
...re context under the subject "[PATCH][PM] Add pass run listeners to the pass manager.", but here is the important bit from Juergen's initial email: >> >> this patch provides the necessary C/C++ APIs and infastructure to enable fine- >> grain progress report and safe suspension points after each pass in the pass >> manager. >> >> Clients can provide a callback function to the pass manager to call after each >> pass. This can be used in a variety of ways (progress report, dumping of IR >> between passes, safe suspension of threads, etc). &g...
2014 Apr 25
4
dovecot temporary suspension all of pop3 login about 5 minutes
Dear All? When the user login P0P3 more than 10 times in 1 minute that the dovecot temporary suspension all of pop3 login about 5 minutes. How to disable the setting for dovecot. Mail Log: Apr 24 16:11:14 mww dovecot: pop3-login: Login: user=<scan>, method=PLAIN, rip=192.168.16.84, lip=192.168.16.159, mpid=8767, session=<5USPZMX3/QDAqBBU> Apr 24 16:11:14 mww dovecot: pop3(scan): D...
2014 Apr 25
0
dovecot temporary suspension all of pop3 login about 5 minutes
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Fri, 25 Apr 2014, Jason wrote: > When the user login P0P3 more than 10 times in 1 minute that the dovecot temporary suspension all of pop3 login about 5 minutes. > > How to disable the setting for dovecot. > Apr 24 16:11:14 mww dovecot: pop3-login: Login: user=<scan>, method=PLAIN, rip=192.168.16.84, lip=192.168.16.159, mpid=8767, session=<5USPZMX3/QDAqBBU> > Apr 24 16:11:14 mww dovecot: pop3(scan)...
2016 Nov 03
17
[Bug 98582] New: A regression with nouveau under wayland+xorg: laptop doesn't resume properly from suspension
https://bugs.freedesktop.org/show_bug.cgi?id=98582 Bug ID: 98582 Summary: A regression with nouveau under wayland+xorg: laptop doesn't resume properly from suspension Product: xorg Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: nouveau at lists.freedesktop.org Reporter: hobopr...
2014 May 13
3
[LLVMdev] Finding safe thread suspension points while JIT-ing (was: Add pass run listeners to the pass manager.)
...ject "[PATCH][PM] Add pass run listeners to the pass manager.", but here is the important bit from Juergen's initial email: >>>> >>>> this patch provides the necessary C/C++ APIs and infastructure to enable fine- >>>> grain progress report and safe suspension points after each pass in the pass >>>> manager. >>>> >>>> Clients can provide a callback function to the pass manager to call after each >>>> pass. This can be used in a variety of ways (progress report, dumping of IR >>>> between pass...
2006 Sep 14
1
Avoiding suspension of xen VM at source after migration.
Xen Developers: Today, we can move a VM from point A to point B. The VM ends up at point B. After that, all resources are reclaimed at point A. Is there a way we that after the migration, the VM in A continues to run. We end up with two VMs, one in A and one (its clone) in B? I assume that today''s Xen doesn''t have any feature to do this (e.g., xm clone). I wonder however if
2009 Feb 08
0
Possible VFS KPI and KBI breakage on stable/7
There are three sets of changes that would benefit stable/7. Namely, there are 1. Improvements for the UFS unmount or rw->ro remount, that perform suspension during the operation. The changes depend on the the suspension mechanism path, that introduced the suspension owner, and added new VFS OP into the mount method table. This might also fix the hangs with gjournal or gjournal together with snapshots experienced by some users. Sinc...
2015 Jan 04
2
DMARC test
Test from Yahoo via Android --Gene
2015 Jan 04
0
DMARC test
...t; --Gene > _______________________________________________ > Syslinux mailing list > Submissions to Syslinux at zytor.com > Unsubscribe or set options at: > http://www.zytor.com/mailman/listinfo/syslinux As some users may already be aware, my test message has likely resulted in the suspension of the membership of numerous subscribers due to Yahoo!'s DMARC policy, the member's email system's DMARC compliance resulting in a bounce message back at the mailing list and the mailing list's response to too many bounce messages in a certain window of time. As far as I can tell,...
2008 Dec 08
2
Anacron IS installed it is just that....
...up for a bit more than 65 minutes. Actually a quite reasonable requirement. Add this to my 'book': cron is your friend. Anacron is a better friend on a desktop linux system. And I suspect that nightly suspends will NOT trigger anacron. Though probably some time after coming out of suspension for that day anacron might run again. I will have to check this out on Saturday night (I suspend this system every friday afternoon).
2013 Jun 18
33
DomU suspension/hibernation
Hey, I thought there was supposed to be an ability for domU''s to be put into a hibernated state (E.g. current running tasks and memory) when dom0 is shutdown or rebooted. When I look in my /etc/default/xendomains file, I have the variable''s "XENDOMAINS_SAVE=/var/lib/xen/save" and "XENDOMAINS_RESTORE=true". However, when I reboot, I always have to restart my
2016 Jun 09
6
Fwd: [RFC] LLVM Coroutines
...[3] which maintains a stack per coroutine, an llvm coroutine frame only contains the values that need to persist across suspend points (there is a path from a use to the definition that crosses a suspend point). Overall idea is that a coroutine is presented to an llvm as an ordinary function with suspension points marked up with intrinsics. We let the optimizer party on the coroutine for awhile. Shortly before the coroutine is eligible to be inlined into its callers, we outline parts of the coroutine that correspond to the code that needs to get executed after the coroutine is resumed or destroyed. Th...
2013 Aug 30
2
Samba 4 and bad lockout attempts
...assword, to be modified upon first connection, ? password chosen by the user and known only by him/her, ? at least 8 characters, ? renewed at least every three months (90 days), ? no reuse of previous passwords (at least the last 10). The recommendations for account configuration are as follows: ? suspension after 5 incorrect password entries (automatic or manual unlocking after a certain period) ? rapid unlock procedure that also works at a distance, ? restriction of connection times during the week for external user accounts (7am-10pm). With samba4, I cannot respect that. and I must best regards...
2012 Mar 22
2
R 2.14.1 memory management under Windows
...On both systems, diag(30000) generated, "Error: cannot allocate vector of size ___ Gb", with "___" = 3.4 for Linux with 4 GB RAM and 6.7 for Windows with 8 GB RAM. Linux with half the RAM and an older version of R was done with this in 0.21 seconds. Windows 7 went into suspension for over 93 seconds -- 1.5 minutes before giving an error message. I don't know how easy this would be to fix under Windows, but I felt a need to report it. Best Wishes, Spencer -- Spencer Graves, PE, PhD President and Chief Technology Officer Structure Inspection...
2014 May 13
5
[LLVMdev] Finding safe thread suspension points while JIT-ing (was: Add pass run listeners to the pass manager.)
Sounds good. Lets get started by nailing down the C API and semantics for this first. I mirrored the C API for the LLVM context diagnostic handler and used Andy’s suggested name for the callback. The opaque handle was suggested by Duncan and can provide optional user specified information that is provided back during the callback (i.e. barrier, etc). Cheers, Juergen Core.h: typedef void
2015 Jun 15
2
More about my SSL certificate problem
On Mon, Jun 15, 2015 at 07:38:26AM -0400, Steve Matzura wrote: > If I could remove this message from this list, I would! I just figured > out what my problem was, and it's something I thought *FOR SURE* I had > fixed. I've looked at this thing so many times, I fell into the trap > of not seeing the forest for the trees. I had inadvertently omitted > the '<' before
2020 Jul 01
2
help whith linux client on domain
Hello we have Samba Version 4.3.11, we are trying to logon linux desktop clients on domain, we easy can join the client on the domain with net rpc join -S 10.11.37.3 -U xxxxx it is satisfactory. Later we use libpam-winbind, winbin and samba on the client side. nsswitch.conf smb.conf -> security = *domain* The problem was
2008 Aug 06
1
Weibull Likelihod function.
...'R'? I found the following reference: http://www.weibull.com/LifeDataWeb/weibull_log_likelihood_functions_and_their_partials.htm But I had a hard time understanding the parameters required Particularly 'number of groups of times-to-failure data points", "number of groups of suspension data points", and "number of interval failure data groups". Maybe if there is a likelihood function within 'R' the documentation will be a little better and contain some examples. I would like the likelihood function for some Bayesian inference and the Weibull distribution...