search for: errorcod

Displaying 20 results from an estimated 145 matches for "errorcod".

Did you mean: errorcode
2020 Oct 02
2
azure ad connect timeout
The AD connect sync to office365 also works with 4.10.18 i can not test with 4.11.x because on this version there is another bug requarding adding DNS records. so: 4.10.x -> the sync works 4.11.x -> i can not test 4.12.6 -> the sync fails with Errorcode: 0x55 Am Mittwoch, den 30.09.2020, 20:45 +0000 schrieb Heinz H?lzl via samba: > Hi, > > > I have downgraded a DC to version 4.10.7, > and so the fullimport and fullsync to the "azure AD" worked as > expected. > > when i sync from a DC with 4.12.6 the sync...
2008 Aug 21
0
[PATCH]fix a little problem in formats file of xentrace
...eltsc)8d) VMEXIT [ dom:vcpu = 0x%(1)08x, exitcode = 0x%(2)08x, rIP = 0x%(3)08x ] 0x00081102 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) VMEXIT [ dom:vcpu = 0x%(1)08x, exitcode = 0x%(2)08x, rIP = 0x%(3)016x ] -0x00082001 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) PF_XEN [ dom:vcpu = 0x%(1)08x, errorcode = 0x%(3)02x, virt = 0x%(2)08x ] -0x00082101 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) PF_XEN [ dom:vcpu = 0x%(1)08x, errorcode = 0x%(3)02x, virt = 0x%(2)016x ] +0x00082001 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) PF_XEN [ dom:vcpu = 0x%(1)08x, errorcode = 0x%(2)02x, virt = 0x%(3)08x ] +0x00082101...
2017 Dec 19
1
Unable to run TeamViewer 13 under Centos 7 (amd64)
P? Tue, 19 Dec 2017 21:10:32 +0000 Manish Jain <bourne.identity at hotmail.com> skrev: > > I get "access control disabled : clients can connect from any host". > > I used a minimal iso for creating the vm. Would it help if I use a > full iso ? Sounds dumb, but I can do anything to get TV working : - ) > > Thanks & Regards, > Manish Jain I just tried
1998 Jul 01
2
NT can't print while Win 95 can?
...NMAN> data=0 params=34 setup=0 named pipe command on <LANMAN> name Got API command 70 of form <zWrLh> <zWWWWzzzzWWzzl> (tdscnt=0,tpscnt=34,mdrcnt=1024,mprcnt=6) Doing DosPrintQGetInfo PrintQueue uLevel=3 name=duplex Running the command `lpq -Pduplex' gave 256 printqgetinfo: errorcode 0 1998/06/30 18:03:03 Transaction 4 of length 118 switch message SMBtrans (pid 7940) chdir to /usr/local/samba/lib chdir to /tmp trans <\PIPE\LANMAN> data=0 params=34 setup=0 named pipe command on <LANMAN> name Got API command 70 of form <zWrLh> <zWWWWzzzzWWzzl> (tdscnt=0,t...
2020 Sep 29
2
azure ad connect timeout
Hi, we use "Azure AD connect" to sync users from the samba-AD to office365. The synchronization worked fine for about 2 years. Now I get an error when I start a full import: stopped-connectivity - failed-search - timeout - Errorcode: 0x55 I'm not sure if it has happened since upgrading from 4.10.5 to 4.12.6 or if it is due to the increased amount of users. I have to do a fullsync because more containers have been added for sync. Any ideas? my system: 4 DCs with samba 4.12.6 running on ubuntu 20.04 Regards, Heinz...
2020 Nov 19
1
Learning to build applications
...ption.o src/exception.cpp In file included from src/exception.cpp:18:0: src/exception.h:41:11: error: ?underlying_type_t? in namespace ?std? does not name a type constexpr std::underlying_type_t<Enum> enum_cast (Enum obj_type) noexcept ^ src/exception.cpp: In constructor ?Exception::Exception(ErrorCode, const QString&, const QString&, int, Exception*, const QString&)?: src/exception.cpp:295:86: error: ?enum_cast? was not declared in this scope configureException(QApplication::translate("Exception",messages[enum_cast(error_code)][ErrorMessage].toStdString().c_str(),"&qu...
2006 Mar 24
4
Parsing Filemaker 6 XML into something I can use
...I can access it in a more convenient way. Filemaker is able to provide me with 2 XML formats (DSO-XML and FMP-XML): *********** DSO-XML *********** <?xml version="1.0" encoding="UTF-8"?><FMPDSORESULT xmlns="http:// www.filemaker.com/fmpdsoresu lt"><ERRORCODE>0</ERRORCODE><DATABASE>Customers.fp5</ DATABASE><LAYOUT>XMLDump</LAYOUT><ROW MODID="0" RECORDID="13049791"><Company>Acme</ Company><Street>Somewherestreet 145 </Street><Postalcode>8200</Postalcode><...
2012 Jun 04
2
[LLVMdev] probleam about ThreadLocalImpl of llvm
...from C:\WINDOWS\system32\ntdll.dll (gdb) At last, I print some information in ThreadLocalImpl function: 44 ThreadLocalImpl::ThreadLocalImpl() : data(0) { 45 pthread_key_t* key = new pthread_key_t; 46 printf("IN %s, line = %d key: 0x%x\n", __FUNCTION__, __LINE__, key); 47 int errorcode = pthread_key_create(key, NULL); 48 printf("In %s, line = %d\n", __FUNCTION__, __LINE__); 49 assert(errorcode == 0); 50 (void) errorcode; 51 data = (void*)key; 52 } It print the following information: $ /opt/skyeye/bin/skyeye.exe -n -e arm_hello IN ThreadLocalImpl, line =...
2018 May 30
2
Evaluation failure of IAPWS95 functions in a rowwise manner (tidyverse style)
...<- initial %>% mutate(rho=DTp(T,p)) > DTp function (T, p) { y <- 0 icode <- 0 res <- .Fortran("DTp", as.double(T), as.double(p), as.double(y), as.integer(icode)) options(digits = 9) if (res[[4]] != 0) { error <- as.character(errorCodes[which(errorCodes[, 1] == res[[4]]), 2]) print(error) } print(res[[3]]) } <bytecode: 0x0000000006f520e0> <environment: namespace:IAPWS95> Results: > initial2 T p rho 1 279 0.46 1000.12283 2 294 0.46 1000.12283 What the results should be...
2014 May 06
1
WG: on High Load using IMAPSYNC : Panic: file ostream-lzma.c: line 147: unreached. Dovecot 2.2.12 with zlib/XZ compression
...e an unexpected returnvalue when flushing. I propose it would be good practice to write some logging in the default switch cases, to see the unexpected returnvalues in the errorlog. something like : ostream-lzma.c : -- Line 147 : i_unreached(); ++ Line 147 : i_fatal("unexpected lzma errorcode when flushing : %s", ret); after that modification the errorlog shows : May 6 14:03:05 vm-imap dovecot: imap(test): Fatal: lzma errorcode when flushing : (null) maybe You can also investigate and let me know when fixed. Here the log : May 5 14:53:10 vm-imap dovecot: imap(rrernboeck...
2017 Jan 27
1
pwdLastSet, password required to change (samba vs MSAD)
...see someone has taken > on some of the ADFS capability I hear folks ask for regularly. Yes I agree, keycloak is very cool. I have found the following samba bug report: https://bugzilla.samba.org/show_bug.cgi?id=9048 Judging from the bugreport above, I should ask keycloak devs to follow the errorcode number (49) only, and act based on that. As the errorcode itself is identical, it should make things compatible with both samba4 and MSAD. You agree with that analysis? Then I'll ask for it on the keycloak mailinglist. MJ
2012 Jun 04
0
[LLVMdev] probleam about ThreadLocalImpl of llvm
...m32\ntdll.dll > (gdb) > > At last, I print some information in ThreadLocalImpl function: > 44 ThreadLocalImpl::ThreadLocalImpl() : data(0) { > 45 pthread_key_t* key = new pthread_key_t; > 46 printf("IN %s, line = %d key: 0x%x\n", __FUNCTION__, __LINE__, key); > 47 int errorcode = pthread_key_create(key, NULL); > 48 printf("In %s, line = %d\n", __FUNCTION__, __LINE__); > 49 assert(errorcode == 0); > 50 (void) errorcode; > 51 data = (void*)key; > 52 } > > > It print the following information: > > $ /opt/skyeye/bin/skyeye.exe -n -e ar...
2010 May 07
4
Use of R in C#
....StatConnectorClass(); scs.Init("R"); The init step returns the below error which seems to indicate a connection failure. System.Runtime.InteropServices.COMException was unhandled Message="Exception from HRESULT: 0x80040013" Source="Interop.STATCONNECTORSRVLib" ErrorCode=-2147221485 Any ideas? Jeff Abrams Research Engineer Auction Analytics, Microsoft [[alternative HTML version deleted]]
2010 Feb 14
2
[LLVMdev] [cfe-dev] clang with pthread on mingw
...38 +0100, Vincent Richomme > <forumer at smartmobili.com> wrote: >> Hi, >> >> When testing clang on mingw platform I got some errors when pthread was >> enabled. >> Problem was in line 87 in RWMutex.cpp: >> >> // Initialize the rwlock >> errorcode = pthread_rwlock_init(rwlock, &attr); >> assert(errorcode == 0); >> >> >> on mingw platform, pthread only support NULL attribues as shown below: >> >> int >> pthread_rwlock_init (pthread_rwlock_t * rwlock, >> const pthread_rwlockattr...
2018 May 30
0
Evaluation failure of IAPWS95 functions in a rowwise manner (tidyverse style)
...>> DTp > function (T, p) > { > y <- 0 > icode <- 0 > res <- .Fortran("DTp", as.double(T), as.double(p), as.double(y), > as.integer(icode)) > options(digits = 9) > if (res[[4]] != 0) { > error <- as.character(errorCodes[which(errorCodes[, 1] == > res[[4]]), 2]) > print(error) > } > print(res[[3]]) > } > <bytecode: 0x0000000006f520e0> > <environment: namespace:IAPWS95> > > Results: > >> initial2 > T p rho > 1 279 0.46...
2020 Oct 02
0
azure ad connect timeout
...: > The AD connect sync to office365 also works with 4.10.18 > > i can not test with 4.11.x because on this version there is another bug > requarding adding DNS records. > > so: > 4.10.x -> the sync works > 4.11.x -> i can not test > 4.12.6 -> the sync fails with Errorcode: 0x55 > > > > > Am Mittwoch, den 30.09.2020, 20:45 +0000 schrieb Heinz H?lzl via samba: >> Hi, >> >> >> I have downgraded a DC to version 4.10.7, >> and so the fullimport and fullsync to the "azure AD" worked as >> expected. >> &g...
2000 Dec 27
1
ao_arts
Hi, I've written an ao plugin for aRts, the soundserver that comes with KDE. Any chance of including this in the ao distribution ? Pretty please ? :) Sources and patches attached. This is a very simple plugin because it uses the easy-to-use 'artsc' C wrapper that aRts installs. configure.in.diff is for ao/configure.in Makefile.am.diff is for ao/src/plugins/Makefile.am Makefile.am
2010 Feb 14
0
[LLVMdev] [cfe-dev] clang with pthread on mingw
...<forumer at smartmobili.com> wrote: >>> Hi, >>> >>> When testing clang on mingw platform I got some errors when pthread was >>> enabled. >>> Problem was in line 87 in RWMutex.cpp: >>> >>> // Initialize the rwlock >>> errorcode = pthread_rwlock_init(rwlock, &attr); >>> assert(errorcode == 0); >>> >>> >>> on mingw platform, pthread only support NULL attribues as shown below: >>> >>> int >>> pthread_rwlock_init (pthread_rwlock_t * rwlock, >>>...
2007 Apr 04
3
Ajax.Updater -- returning failure from a php script
If I give Ajax.Updater a first arg like{ success: ''replies'', failure: ''errors''}, how do I return an error from a php script so the message goes in ''errors'' rather than ''replies''? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on
2012 May 20
2
[LLVMdev] lli unable to resolve symbol _ZNKSt3__16locale9use_facetERNS0_2idE in bitcode
...bol: > LLVM ERROR: Program used external function '_ZNKSt3__16locale9use_facetERNS0_2idE' which could not be resolved! > lli: /local/mnt/workspace/ashoknn/crd/neo/llvm/proto/llvmsvn/llvm/lib/Support/ThreadLocal.cpp:54: virtual llvm::sys::ThreadLocalImpl::~ThreadLocalImpl(): Assertion `errorcode == I've tried loading the following libs when running lli: > lli \ > -load=libQtCore.so.4 \ > -load=libpthread.so.0 \ > -load=libm.so.6 \ > -load=libgcc_s.so.1 \ > -load=libc.so.6 \ > -load=libz.so.1 \ > -load=libgthread-2.0.so.0 \ > -load=libglib-2.0.so.0 \ >...