search for: deregistration

Displaying 11 results from an estimated 11 matches for "deregistration".

Did you mean: reregistration
2003 Oct 07
0
Software-Programmierer sucht neue Herausforderung ...
...____ This contacts e-mail i found in internet with search maschine. Searching Words: - edv-entwicklung (All the words) Internet Site: - http://www.faqchest.com/linux/samba-l/smb-01/smb-0105/smb01051707_11968.html If you dont wont sent next informations emails, please make you deregistration in this link: http://www.michalvitek.cz/michalvitek/english/Deregistration.aspx?strEmail=samba@lists.samba.org
2007 Oct 31
2
Shell Bash with R
...plotOwnOutput <- FALSE plotFontFamily <- "Helvetica" plotFontPointsize <- 22 plotWidth <- 10 plotHeight <- 10 plotConfidence <- 0.95 mainTitle <- "Deregistrations by Timeout" xSet <- data$Steps[1] xTitle <- "Steps" ySet <- data$Time[s] yTitle <- "Time]" zSet <- data$Region zTitle <- "Region{R}" vSet <- c()...
2014 Jun 02
2
[LLVMdev] PassRegistry thread safety and ManagedStatic interaction
...destroyed (since it's created by the first global that > tries to register a pass, so it must be destroyed before that global > in turn tries to deregister the pass) and what would happen is that > the global would be reconstructed, its pimpl would be reinitialized to > null and the deregistration function would stop there... subtle and > annoying) > > > > > it's times like this I wish we have an LLVMInitialize() function which > every > > executable using LLVM is required to call early in main(). > > > > > > On Mon, Jun 2, 2014 at 9:14 AM, Da...
2015 Aug 12
2
[Intel-gfx] [PATCH v2 00/22] Enable gpu switching on the MacBook Pro
Hi Daniel, On Wed, Aug 12, 2015 at 04:16:25PM +0200, Daniel Vetter wrote: > > * Reprobing if the inactive GPU initializes before the apple-gmux module: > > v1 used Matthew Garrett's approach of adding a driver callback. > > v2 simply generates a hotplug event instead. nouveau polls its outputs > > every 10 seconds so we want it to poll immediately once apple-gmux
2014 Jun 02
2
[LLVMdev] PassRegistry thread safety and ManagedStatic interaction
I actually had an idea about how to fix this in a relatively painless manner. Although given my experience over the past 4 days, it might not be best to call it painless without first trying :) The idea is to make a StaticPassRegistry. RegisterPass<> only touches the StaticPassRegistry, and nothing else touches the StaticPassRegistry. So once you enter main(), StaticPassRegistry can be
2007 Jan 23
1
Operate on registrations
Hi, I have a bunch of SIP phones(behind NAT) registering on my * box. I want to find out when they register and de-register. I also want to operate on it, so when they register/de-register, I want to insert calldate into a mysql DB, etc..... Maybe this will help me when, for instance a user tries to register but has the wrong username/password. Now I am aware of regcontext, but it only
2004 Jun 03
2
login script
Hi everybody! Here is my first question :) I have a solaris machine running samba, and a lot of computers with windows 2000. I need to generate a log file with the time when a user logon into the machine and the time when the user logout. I tryed the following ... In the smb.conf I wrote in the [netlogon] section [netlogon] root preexec = /usr/local/samba/lib/mylogin.pl %T %u %m root
2013 Feb 24
2
[xen-4.2-testing test] 16260: regressions - FAIL
...er returns, libxl does not know whether it can safely dispose of the for_libxl value or whether it needs to retain it in case of an in-progress call to _occurred_timeout. The interface could be fixed by requiring the application to make a new call into libxl to say that the deregistration was complete. However that new call would have to be threaded through the application''s event loop; this is complicated and some application authors are likely not to implement it properly. Furthermore the easiest way to implement this facility in most event loops is...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...register notification handler\n", + __func__); retval = -EBUSY; goto init_cleanup; } @@ -483,14 +483,14 @@ static void __exit ibm_acpiphp_exit(void) dbg("%s\n", __func__); if (acpiphp_unregister_attention(&ibm_attention_info)) - err("%s: attention info deregistration failed", __func__); + pr_err("%s: attention info deregistration failed", __func__); status = acpi_remove_notify_handler( ibm_acpi_handle, ACPI_DEVICE_NOTIFY, ibm_handle_events); if (ACPI_FAILURE(status)) - err("%s: Notification handler removal failed...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...register notification handler\n", + __func__); retval = -EBUSY; goto init_cleanup; } @@ -483,14 +483,14 @@ static void __exit ibm_acpiphp_exit(void) dbg("%s\n", __func__); if (acpiphp_unregister_attention(&ibm_attention_info)) - err("%s: attention info deregistration failed", __func__); + pr_err("%s: attention info deregistration failed", __func__); status = acpi_remove_notify_handler( ibm_acpi_handle, ACPI_DEVICE_NOTIFY, ibm_handle_events); if (ACPI_FAILURE(status)) - err("%s: Notification handler removal failed...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...register notification handler\n", + __func__); retval = -EBUSY; goto init_cleanup; } @@ -483,14 +483,14 @@ static void __exit ibm_acpiphp_exit(void) dbg("%s\n", __func__); if (acpiphp_unregister_attention(&ibm_attention_info)) - err("%s: attention info deregistration failed", __func__); + pr_err("%s: attention info deregistration failed", __func__); status = acpi_remove_notify_handler( ibm_acpi_handle, ACPI_DEVICE_NOTIFY, ibm_handle_events); if (ACPI_FAILURE(status)) - err("%s: Notification handler removal failed...