search for: anonym

Displaying 20 results from an estimated 5412 matches for "anonym".

2010 Sep 07
3
[LLVMdev] MS VS2008 build fails - X86AsmParser
...ing the X86AsmParser lib - I see a few commits from yesterday that may have something to do with it, but no idea what the solution is. -David See MSVC's beautiful and concise output below; Compiling... X86AsmParser.cpp C:\dev\MSVisualStudio\VC\include\xutility(313) : error C2664: 'bool `anonymous-namespace'::LessOpcode::operator ()(llvm::StringRef,const `anonymous-namespace'::MatchEntry &)' : cannot convert parameter 1 from 'const `anonymous-namespace'::MatchEntry' to 'llvm::StringRef' No user-defined-conversion operator available that can perf...
2019 Nov 27
2
error in parallel:::sendMaster
...en successfully." it is printed another X times, for values of i for which it was already printed. This output is intermingled with X-1 times the following error message: Error in sendMaster(try(eval(expr, env), silent = TRUE)) : write error, closing pipe to the master Calls: lapply ... <Anonymous> -> <Anonymous> -> mcparallel -> sendMaster and Y times the message "Execution halted". mc_ret is printed again, now being a list of length 85, with the first element being TRUE and all other elements being NULL. X and Y vary from run to run. Now to the main proble...
2010 Sep 07
0
[LLVMdev] MS VS2008 build fails - X86AsmParser
...o > idea what the solution is. Wow, that's a pretty terrible diagnostic. Does r113198 help? -Chris > > See MSVC's beautiful and concise output below; > > Compiling... > X86AsmParser.cpp > C:\dev\MSVisualStudio\VC\include\xutility(313) : error C2664: 'bool > `anonymous-namespace'::LessOpcode::operator ()(llvm::StringRef,const > `anonymous-namespace'::MatchEntry &)' : cannot convert parameter 1 > from 'const `anonymous-namespace'::MatchEntry' to 'llvm::StringRef' > No user-defined-conversion operator available...
2006 Feb 21
0
OT Proftpd stopped authenication for users
For some reason proftpd stopped authentication for users. Anonymous access still works but when someone tries to access the server via their login it no longer authenticates them. I recently ran yum where proftpd was updated (that said, I'm not sure that caused the problem). I uninstalled the new version and and installed a prior version with no chang...
2019 Nov 27
0
error in parallel:::sendMaster
...t; it is printed another X times, for values of i for which it was already printed. This output is intermingled with X-1 times the following error message: > > Error in sendMaster(try(eval(expr, env), silent = TRUE)) : > write error, closing pipe to the master > Calls: lapply ... <Anonymous> -> <Anonymous> -> mcparallel -> sendMaster > > and Y times the message "Execution halted". mc_ret is printed again, now being a list of length 85, with the first element being TRUE and all other elements being NULL. X and Y vary from run to run. > > &g...
2019 Nov 27
2
error in parallel:::sendMaster
...another X times, for values of i for which it was already printed. This output is intermingled with X-1 times the following error message: >> >> Error in sendMaster(try(eval(expr, env), silent = TRUE)) : >> write error, closing pipe to the master >> Calls: lapply ... <Anonymous> -> <Anonymous> -> mcparallel -> sendMaster >> >> and Y times the message "Execution halted". mc_ret is printed again, now being a list of length 85, with the first element being TRUE and all other elements being NULL. X and Y vary from run to run. >&gt...
2010 Oct 14
0
GridR error
...mode, I see that this because the variable 'add' created by grid.check is blank: Browse[1]> split[[1]][k] [1] " : " Browse[1]> add [1] "" The problem appears to be that my grid.input.Parameters (shown in full below) has components that look like this: '<anonymous> : <anonymous>' so when it is split by '<anonymous>' I get add that is "", and this gives me an error in 'exists(add)'. I have no real idea what this function is doing, but is there a work around for what ever is going on? My function is quite comp...
2001 May 03
4
ftp question
hello I have turned on my ftpd via INETD here is my ftpaccess file. how do I disallow anonymous ftp ------------------------------ class all real,guest,anonymous * email root@localhost loginfails 5 readme README* login readme README* cwd=* message /welcome.msg login message .message cwd=* compress yes all tar yes...
2019 Nov 28
0
error in parallel:::sendMaster
...I ran about 10 debugging sessions and it was always the second child process failing. The errno after write returned -1 was 9 (EBADF). >From what I can see, the reason for this is that the second child tries to write to fd 7, but already during the very beginning of the first invocation of the anonymous function to parallelize, i.e. during Sys.sleep(30), there is no such file descriptor. From this observation I would conclude that it is NOT the code run from that function, i.e. # ..., causing the issue. Let me point out again, that this is NOT the very first invocation of mclapply in this R se...
2019 Nov 28
1
error in parallel:::sendMaster
...about 10 debugging sessions and it was always the second child process failing. The errno after write returned -1 was 9 (EBADF). > > From what I can see, the reason for this is that the second child tries to write to fd 7, but already during the very beginning of the first invocation of the anonymous function to parallelize, i.e. during Sys.sleep(30), there is no such file descriptor. From this observation I would conclude that it is NOT the code run from that function, i.e. # ..., causing the issue. Let me point out again, that this is NOT the very first invocation of mclapply in this R se...
2013 Aug 20
2
[LLVMdev] Trying to run qt app compiled to bit code Assertion failed: (Ty->isSized() && "Cannot getTypeInfo() on a type that is unsized!")
...lli               0x000000010224527b raise + 27 6  lli               0x0000000102245332 abort + 18 7  lli               0x0000000102245311 __assert_rtn + 129 8  lli               0x0000000101a8d8c3 llvm::DataLayout::getTypeSizeInBits(llvm::Type*) const + 115 9  lli               0x0000000101a6e176 (anonymous namespace)::DIUpdater::getOrCreateType(llvm::Type*) + 294 10 lli               0x0000000101a6e435 (anonymous namespace)::DIUpdater::getOrCreateType(llvm::Type*) + 997 11 lli               0x0000000101a6e31b (anonymous namespace)::DIUpdater::getOrCreateType(llvm::Type*) + 715 12 lli              ...
2011 Mar 09
0
[LLVMdev] Unable to build latest with Visual Studio 2008
...that's a pretty terrible diagnostic. Does r113198 help? > > -Chris > > > See MSVC's beautiful and concise output below; > > > > Compiling... > > X86AsmParser.cpp > > C:\dev\MSVisualStudio\VC\include\xutility(313) : error C2664: 'bool > > `anonymous-namespace'::LessOpcode::operator ()(llvm::StringRef,const > > `anonymous-namespace'::MatchEntry &)' : cannot convert parameter 1 > > from 'const `anonymous-namespace'::MatchEntry' to 'llvm::StringRef' > > No user-defined-conversion ope...
2006 Jan 11
1
[suse-isdn] Major Problems UTStarcom F1000 registering -- pls help
Hi there, I am trying desperatly to register my WiFi Phone UTStarcomm F1000 with my asterisk server. I already changed the name of the user to "anonymous" since it looks like the phone sends that name. The WiFi Phone's IP is 192.168.1.217, the asterisk server's IP is 192.168.1.200 What is it that I am missing? Any help very much appreciated!!! The error message I get is: Jan 11 13:49:30 NOTICE[24024]: chan_sip.c:10817 handle_reques...
2002 Nov 15
2
NULL sessions - Listing shares anonymously - restrict anonymous
Hi, I am running 2.2.5 and I would like to know if the "restrict anonymous" as been implemented correctly, as it was supposed to behave from the start, in order to deny ALL anonymous connections as stated in the man : "When restrict anonymous is yes, all anonymous connections are denied no matter what they are for." Ive been reading some dev mailing lis...
2017 Jun 09
2
pjsip user_eq_phone adds user=phone to anonymous user bug?
With pjsip (asterisk 13.14.1) I see the problem that an anonymous from header gets user=phone appendend to the URI if user_eq_phone=yes is specified: On the incoming leg: From: anonymous <sip:anonymous at anonymous.invalid:5060>;tag=Q5zBj7BMnvI6Fe6O2866fox3ZHmn-smt Get transformed to From: "Anonymous" <sip:anonymous at anonymous.invalid;us...
2019 Dec 04
0
error in parallel:::sendMaster
...added child 15381 (5) > select_children: maxfd=5, wlen=1, wcount=1, timeout=-1.000000 > [1] 15382 > child 15382: send_master (526 bytes) > Error in sendMaster(try(lapply(X = S, FUN = FUN, ...), silent = TRUE)) : > write error, closing pipe to the master > Calls: lapply ... <Anonymous> -> <Anonymous> -> lapply -> FUN -> sendMaster > child 15382: 'mcexit' called > child 15382: exiting > child 15382 terminated with exit status 1 > child 15381: send_master (538 bytes) > sr = 1 > - read select 1 children: 15381 > read_child_ci...
2019 Dec 04
0
error in parallel:::sendMaster
...added child 15381 (5) > select_children: maxfd=5, wlen=1, wcount=1, timeout=-1.000000 > [1] 15382 > child 15382: send_master (526 bytes) > Error in sendMaster(try(lapply(X = S, FUN = FUN, ...), silent = TRUE)) : > write error, closing pipe to the master > Calls: lapply ... <Anonymous> -> <Anonymous> -> lapply -> FUN -> sendMaster > child 15382: 'mcexit' called > child 15382: exiting > child 15382 terminated with exit status 1 > child 15381: send_master (538 bytes) > sr = 1 > - read select 1 children: 15381 > read_child_ci...
2013 Aug 20
0
[LLVMdev] Trying to run qt app compiled to bit code Assertion failed: (Ty->isSized() && "Cannot getTypeInfo() on a type that is unsized!")
...lli 0x000000010224527b raise + 27 6 lli 0x0000000102245332 abort + 18 7 lli 0x0000000102245311 __assert_rtn + 129 8 lli 0x0000000101a8d8c3 llvm::DataLayout::getTypeSizeInBits(llvm::Type*) const + 115 9 lli 0x0000000101a6e176 (anonymous namespace)::DIUpdater::getOrCreateType(llvm::Type*) + 294 10 lli 0x0000000101a6e435 (anonymous namespace)::DIUpdater::getOrCreateType(llvm::Type*) + 997 11 lli 0x0000000101a6e31b (anonymous namespace)::DIUpdater::getOrCreateType(llvm::Type*) + 715 12 lli...
2013 Nov 04
2
[LLVMdev] compile error when using overloaded = operator of DenseMap
...taFlowValue::set(DMTy emap) { ExprMap = *emap; //Line153: } When I compile, I get the following error: /home/zeus/masterLLVM/llvm/include/llvm/ADT/DenseMap.h: In member function ‘void llvm::DenseMapBase<DerivedT, KeyT, ValueT, KeyInfoT>::destroyAll() [with DerivedT = llvm::DenseMap<{anonymous}::Expression, unsigned int>, KeyT = {anonymous}::Expression, ValueT = unsigned int, KeyInfoT = llvm::DenseMapInfo<{anonymous}::Expression>]’: /home/zeus/masterLLVM/llvm/include/llvm/ADT/DenseMap.h:600:5: instantiated from ‘void llvm::DenseMap<KeyT, ValueT, KeyInfoT>::copyFrom(cons...
2006 Feb 07
1
Outlook anonymous IMAP login
Hello guys, I'm trying to setup anonymous IMAP login on a bunch of Outlook clients, but it doesn't seems to work. I'm using dovecot-0.99.14-r1, on a Gentoo Linux OS. Using command line anonymous login, it's working just fine: youri / # telnet localhost 143 Trying 127.0.0.1... Connected to localhost. Escape character is &...