search for: deregistering

Displaying 20 results from an estimated 143 matches for "deregistering".

2014 Mar 31
0
ctdb issue: existing header for db_id 0xf2a58948 has larger RSN 1 than new RSN 1 in ctdb_persistent_store
Hello I find the following email form internet, and I have the same problem, can you share your information about this issue? [Samba] ctdb issue: existing header for db_id 0xf2a58948 has larger RSN 1 than new RSN 1 in ctdb_persistent_store Nate Hardt nate at scalecomputing.com
2016 Feb 25
0
Samba 4.2.7 - winbind very high cpu load
...from the server's subnet (security...). Samba 4.1.x does not have these issues. Kind regards, Martin #winbindd -i -d9 [16738]: request interface version (version = 27) [16738]: request location of privileged pipe accepted socket 24 closing socket 22, client exited [16738]: domain_info [ALS2] Deregistering messaging pointer for type 33 - private_data=(nil) Deregistering messaging pointer for type 13 - private_data=(nil) Deregistering messaging pointer for type 1028 - private_data=(nil) Deregistering messaging pointer for type 1027 - private_data=(nil) Deregistering messaging pointer for type 1029 - p...
2015 Feb 01
4
Bug#776742: xen-utils-common: no support for VGA Passthrough
Package: xen-utils-common Version: 4.4.1-6 Severity: normal Dear Maintainer, (There appear to be several reports on the BTS with concerns relating to this report. Some unarchiving/merging may be necessary. Reassignment may be needed as well since I'm not sure which package this problem would fall under. Ultimately decided to file with xen-utils-common with 'xl' being the frontend
2015 May 04
3
A working CUPS authentication now fails without change anything...
...6586, 0] ../source3/lib/dumpcore.c:312(dump_core) May 4 17:38:41 print winbindd[1702]: unable to change to /var/log/samba/cores/winbindd May 4 17:38:41 print winbindd[1702]: refusing to dump core Another: [2015/05/04 17:51:39.909354, 5] ../source3/lib/messages.c:340(messaging_deregister) Deregistering messaging pointer for type 33 - private_data=(nil) [2015/05/04 17:51:39.909699, 5] ../source3/lib/messages.c:340(messaging_deregister) Deregistering messaging pointer for type 13 - private_data=(nil) [2015/05/04 17:51:39.909853, 5] ../source3/lib/messages.c:340(messaging_deregister) Deregiste...
2013 Nov 27
20
[PATCH v2] Handle xen_platform_pci=0 case
Hi, Here is a little patch that attempt to fix the issue regarding xen_platform_pci=0 not been handled. There is one patch left from the previous version. The patch that was adding qemu_machine_override have been removed as it is unnecessary. If someone wants to change the -machine, it can always add it to device_model_args_hvm, as QEMU appear to use the last one. Regards, Anthony PERARD (1):
2006 Apr 21
1
Grandstream Budge Tone 101 keeps deregistering
Hello, I have a problem with one of three [topic] phones. The phone, which is on the LAN in the same subnet as Asterisk, keeps unregistering from the Asterisk server. Whan it is unregistered there is no way to make a phone call from it, but once it is rang by any other of the phones it registers to Asterisk again. The other two are absolutely fine. The problematic one [ecco] puts this messages
2016 Sep 30
2
Bug in 3.9.0 RTDyldMemoryManager.cpp
Hi folks, I'm still using MCJIT (I know, I know), and I spotted a crash in exception handling when I moved from llvm 3.8 to llvm 3.9. I traced it back to EH frames not being deregistered due to a (typo?) mistake in RTDyldMemoryManager.cpp: void deregisterEHFrames(uint8_t *Addr, uint64_t LoadAddr, size_t Size) override { * registerEHFramesInProcess(Addr, Size);* } ..I overrode the
2012 Nov 09
1
OVMF Bios Option
Hello Xen Users, Been experimenting with upstream-qemu and wanted to try out the OVMF bios option, but I seem to be missing something. Are there additional steps to installing OVMF beyond compiling Xen? I saw notes on patching back in february, but I thought the package was included with Xen 4.2 on release. When I attempt to set it as my bios option, the machine boots then immediately closes.
2015 May 04
0
A working CUPS authentication now fails without change anything...
...dump_core) > May 4 17:38:41 print winbindd[1702]: unable to change to > /var/log/samba/cores/winbindd > May 4 17:38:41 print winbindd[1702]: refusing to dump core > > Another: > [2015/05/04 17:51:39.909354, 5] > ../source3/lib/messages.c:340(messaging_deregister) > Deregistering messaging pointer for type 33 - private_data=(nil) > [2015/05/04 17:51:39.909699, 5] > ../source3/lib/messages.c:340(messaging_deregister) > Deregistering messaging pointer for type 13 - private_data=(nil) > [2015/05/04 17:51:39.909853, 5] > ../source3/lib/messages.c:340(messagi...
2017 Mar 16
4
Sharing MemoryBuffers between front ends and LLVM
Hi all, I'm implementing interleaved source in assembly output. Early reviews raised the concern that the current implementation will be opening files (using a llvm::MemoryBuffer) that are likely to be in the memory of the front end (commonly clang but I think we want this to be front end agnostic). I'm now exploring ideas to avoid reopening files and let LLVM reuse the files the FE had
2015 May 04
3
A working CUPS authentication now fails without change anything...
...:41 print winbindd[1702]: unable to change to >> /var/log/samba/cores/winbindd >> May 4 17:38:41 print winbindd[1702]: refusing to dump core >> >> Another: >> [2015/05/04 17:51:39.909354, 5] >> ../source3/lib/messages.c:340(messaging_deregister) >> Deregistering messaging pointer for type 33 - private_data=(nil) >> [2015/05/04 17:51:39.909699, 5] >> ../source3/lib/messages.c:340(messaging_deregister) >> Deregistering messaging pointer for type 13 - private_data=(nil) >> [2015/05/04 17:51:39.909853, 5] >> ../source3/lib/me...
2020 Apr 07
0
when virEventAddTimeout trigger timeout ,should in the callback call virConnectDomainEventDeregisterAny ?
hi, all I do a hotplug detach a network in a thread, because virDomainDetachDeviceFlags maybe asynchronous, so I do like follow: cb_para->cluster_id = info->cluster_id; cb_para->group_id = info->group_id; cb_para->vsys_id = info->vsysid; cb_para->vnf_id = info->vnf_id; cb_para->conn = conn; cb_para->time_out = 20*1000;//20s
2016 Jun 06
2
Samba AD member lost domain join after reboot
Hello, After each reboot, my Samba AD member server lost domain join after reboot, I have to re-enter the server in the domain with the "net ads join -U administrator". I use version 4.4.3 of samba. The domain controller is a Samba AD server. After reboot, when I exectute "net ads testjoin" I have: kerberos_kinit_password SMB2$@AD.SAMDOM.LOCAL failed: failed
2016 Jun 07
2
Samba AD member lost domain join after reboot
...E Registering messaging pointer for type 11 - private_data=(nil) Registering messaging pointer for type 12 - private_data=(nil) Registered MSG_REQ_DMALLOC_MARK and LOG_CHANGED Registering messaging pointer for type 1 - private_data=(nil) Registering messaging pointer for type 5 - private_data=(nil) Deregistering messaging pointer for type 33 - private_data=(nil) Deregistering messaging pointer for type 13 - private_data=(nil) Deregistering messaging pointer for type 1028 - private_data=(nil) Deregistering messaging pointer for type 1027 - private_data=(nil) Deregistering messaging pointer for type 1029 - p...
2020 Sep 24
3
UPS Losing Connection
On 9/23/2020 1:09 PM, Stuart D. Gathman wrote: > I solved this problem a few years back. > > https://github.com/sdgathman/trippfix > > The short answer is USB is broken on the model (but the power management > is excellent, handling switchover to generator power without a hitch). > > The workaround is to do a usb port power off when the Tripplite USB > hangs.  But hubs
2019 Jul 11
1
Re: [libnbd] Slight API inconsistency
On Thu, Jul 11, 2019 at 09:35:02AM -0500, Eric Blake wrote: >On 7/11/19 9:23 AM, Martin Kletzander wrote: >> The callback (e.g. for `nbd_block_status`) now has a support for returning >> errors thanks to the last parameter (`int *error`), so it was switched to >> returning void. > >No, the callback still returns int. Where are you seeing it return >void, because
2016 May 24
2
ORC and MCJIT clients: Heads up, API breaking changes in the pipeline.
Hi All, I'm going to be making some API breaking changes to the ORC APIs, and to the RuntimeDyld class (which underlies MCJIT). The changes may affect MCJIT clients but are unlikely to. Where they do the fixes are likely to be trivial. ORC clients will be affected, but the fixes should also be straightforward. I have three upcoming changes in mind: 1) RuntimeDyld (the linker underlying
2011 Mar 31
0
reliance netconnect as on a Linux system ( centos5.5 ) Modem not responding.
...s a storage dev and attach it to a usb dev usb_modeswitch -v 0x19d2 -p 0xfff5 -d 1 19d2:fff5 usb_modeswitch -v 0x19d2 -p 0xfff5 -H 1 now i modprobe the usbserial modprobe -v -r usbserial modprobe -v usbserial vendor=0x12d1 product=0x1001 now do I do a dmesg :::::::::::::::::: usbcore: deregistering driver usbserial_generic drivers/usb/serial/usb-serial.c: USB Serial deregistering driver generic usbcore: deregistering driver usbserial usbcore: registered new driver usbserial drivers/usb/serial/usb-serial.c: USB Serial support registered for generic usbserial_generic 7-2:1.0: generic converter...
2014 Mar 24
0
Winbind logins failing after upgrade from Samba 3 to Samba 4
...lled for domain DOMAIN (online = False) s3_event: Destroying timer event 0x1312220 "check_domain_online_handler" Registering messaging pointer for type 1030 - private_data=(nil) Registering messaging pointer for type 1031 - private_data=(nil) ==> log.winbindd-dc-connect <== Deregistering messaging pointer for type 33 - private_data=(nil) Deregistering messaging pointer for type 13 - private_data=(nil) Deregistering messaging pointer for type 1028 - private_data=(nil) Deregistering messaging pointer for type 1027 - private_data=(nil) Deregistering messaging pointer for type...
2009 Jan 14
3
Does CentOS 5 support USB 1 ?
We upgraded our Internet server to CentOS 5 from RedHat 4. Now we can't use the USB port. dmesg returns: usbcore: deregistering driver usb-storage Initializing USB Mass Storage driver... usbcore: registered new driver usb-storage USB Mass Storage support registered. USB Universal Host Controller Interface driver v3.0 PCI: Enabling device 0000:00:07.2 (0000 -> 0001) PCI: No IRQ known for interrupt pin D of device 0000:00:...