search for: 3799

Displaying 20 results from an estimated 628 matches for "3799".

Did you mean: 379
2010 Jun 08
3
Deleting extension makes it usable?
I'm fairly new to FreePBX/Asterisk/Trixbox, but have Googled myself into submission here, so any assistance is appreciated. We had a user with a weak SIP secret recently that allowed it to be used by an outside user. The extension was 3799. I could see the intruder's calls (including the destination phone numbers) in the trixbox call report log. Because the extension was no longer used, I went ahead and deleted it, thinking that would solve the problem. I also discovered approximately the same time that the Asterisk Call Manager...
2006 Jan 26
1
Samba (+ NAV?) and bad printer names?
...g I can think of is the daily system-wide scan done by Norton Antivirus (NAV). Can anyone shed some light on what is going on here and how I can stop these queries to bogus printer names? Thanks. ------------------------------------------ Logged Samba errors: Jan 24 03:59:34 nemesis smbd[3799]: [2006/01/24 03:59:34, 0] smbd/service.c:make_connection(800) Jan 24 03:59:34 nemesis smbd[3799]: venus (192.168.0.3) couldn't find service lj4500,winspool,ne03:.exe Jan 24 03:59:34 nemesis smbd[3799]: [2006/01/24 03:59:34, 0] smbd/service.c:make_connection(800) Jan 24 03:59:34 nemesis smbd[...
2007 Aug 12
0
Got Sighup dumpmg debug info
...ng Centos 4.4 on a Poweredge box 2600 Aug 8th 7.30 am, the server had a problem when all the available disk space had gone, there should of been 180 Gig. Investigating the logs the last activity was at 04.02 in the morning with this: ********************************** Aug 8 04:02:05 localhost nmbd[3799]: [2007/08/08 04:02:05, 0] nmbd/nmbd.crocess(542) Aug 8 04:02:05 localhost nmbd[3799]: Got SIGHUP dumping debug info. Aug 8 04:02:05 localhost nmbd[3799]: [2007/08/08 04:02:05, 0] nmbd/nmbd_workgroupdb.c:dump_workgroups(284) Aug 8 04:02:05 localhost nmbd[3799]: dump_workgroups() Aug 8 04:02:05...
2011 Mar 23
4
[LLVMdev] Calling external functions failed on PowerPC
...9;@"8048150"' Aborted Is this a bug in ppc JIT? Or I have to do something else so that ppc JIT can call external functions? Thanks! Regards, chenwj -- Wei-Ren Chen (陳韋任) Parallel Processing Lab, Institute of Information Science, Academia Sinica, Taiwan (R.O.C.) Tel:886-2-2788-3799 #1667
2005 May 18
1
Invalid sip contract
HI, all I receive the message from asterisk cli likes below,I don't know what makes it.Can anybody help it.Thanks!!! May 19 10:14:21 NOTICE[3799]: chan_sip.c:4814 parse_ok_contact: '' is not a valid SIP contact (missing sip:) trying to use anyway May 19 10:14:21 WARNING[3799]: chan_sip.c:4847 parse_ok_contact: Invalid host '' May 19 10:14:21 NOTICE[3799]: chan_sip.c:4814 parse_ok_contact: '' is not a valid SIP contac...
2012 Oct 30
3
[LLVMdev] TargetELFWriterInfo used for anything?
...replaced with MC layer implementation, > but I am not sure. How about sending a patch which remove those obsolete code, and let others give comment? Cheers, chenwj -- Wei-Ren Chen (陳韋任) Computer Systems Lab, Institute of Information Science, Academia Sinica, Taiwan (R.O.C.) Tel:886-2-2788-3799 #1667 Homepage: http://people.cs.nctu.edu.tw/~chenwj
2013 Jan 11
4
[LLVMdev] Update PTX section in CodeGenerator.html
...ib/Target/PTX" to "lib/Target/NVPTX" for example. Would you like to take a look? http://llvm.org/docs/CodeGenerator.html#the-ptx-backend Regards, chenwj -- Wei-Ren Chen (陳韋任) Computer Systems Lab, Institute of Information Science, Academia Sinica, Taiwan (R.O.C.) Tel:886-2-2788-3799 #1667 Homepage: http://people.cs.nctu.edu.tw/~chenwj
2011 Apr 26
3
[LLVMdev] Problem with compiling the runtime libary
...gt; on FreeBSD/x86. > Hi Chen, may I commit this (updated to include GCDAProfiling.cpp) to LLVM SVN? Nick > > Regards, > chenwj > > -- > Wei-Ren Chen (陳韋任) > Computer Systems Lab, Institute of Information Science, > Academia Sinica, Taiwan (R.O.C.) > Tel:886-2-2788-3799 #1667 > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > -------------- next part -------------- An HTML attachment was scrubbed... U...
2011 Mar 25
0
[LLVMdev] Calling external functions failed on PowerPC
...torINS_12GenericValueESaIS4_EE () #14 0x000000001000918c in main () at HowToUseJIT.cpp:116 Any idea how can I further spot where is the bug? Thanks! Regards, chenwj -- Wei-Ren Chen (陳韋任) Parallel Processing Lab, Institute of Information Science, Academia Sinica, Taiwan (R.O.C.) Tel:886-2-2788-3799 #1667
2004 Oct 11
4
outgoing calls
Hi, here what i have: [2001]--[Asterisk]---[ISDN-Trunk]---[PBX]--[8004] Eicon Diva 4BRI Card to a PBX. Asterisk is running in version 1.0.0 on RedHat Enterprise Linux 3AS with kernel 2.4.21-4.EL. Dialing from Astersik extension 2001 to PBX extension 8004 via ISDN Trunk gives me the following error, -- Executing Dial("SIP/2001-8a8e", "Modem/ttyI0:998004|20|r") in new stack
2011 Nov 08
3
[LLVMdev] Failed to decode profile dump with llvm-prof
...ng this? > > Kind regards, > > Wim What's your profiling procedure? I can only guess llvm-prof does not recognize the profiling data. Regards, chenwj -- Wei-Ren Chen (陳韋任) Computer Systems Lab, Institute of Information Science, Academia Sinica, Taiwan (R.O.C.) Tel:886-2-2788-3799 #1667
2010 Aug 03
5
The condition has length > 1 and only the first element will be used
...n(x) { if (x < 0) { mod <- x*(-1) } else { mod <- x } } f = function(x) { f <- mod(x)/x } x <- seq(-1,1,0.01) x y <- f(x) y plot(f,xlim = c(-1,1)) remove(x,y,f,mod) best regards, -- Pablo de Camargo Cerdeira pablo at fgv.br pablo.cerdeira at gmail.com +55 (21) 3799-6065
2012 Apr 24
5
[LLVMdev] Trouble with tweaking test-release.sh script
Hi 陳韋任, Sorry for the late response. On Apr 21, 2012, at 8:03 PM, 陳韋任 wrote: > I have a native compile and the result seems better... You can compare > the result of cross compile [1] and the native compile [2]. > > Any though? > I'm not particularly happy about the failures here. We need to get to the bottom of them. In the previous email, you tried setting CFLAGS and
2011 Apr 27
3
[LLVMdev] Can I get the binary address of a for-loop statement?
...One idea comes up in my mind is adding passes to retrieve such information in LLVM, then use llvm-gcc to compile the code. Any suggestion appreciated. Regards, chenwj -- Wei-Ren Chen (陳韋任) Computer Systems Lab, Institute of Information Science, Academia Sinica, Taiwan (R.O.C.) Tel:886-2-2788-3799 #1667
2011 May 13
2
[LLVMdev] [LLVMDev] Add not instruction to PTX backend
Hi, Dan Someone on the irc suggest me using custom lowering to do the mapping correctly. But I am still trying to figure out how to do that. Regards, chenwj -- Wei-Ren Chen (陳韋任) Computer Systems Lab, Institute of Information Science, Academia Sinica, Taiwan (R.O.C.) Tel:886-2-2788-3799 #1667
2011 Jun 07
2
[LLVMdev] a problem of jit debug
...ols and DWARF CFA > information." > > Maybe this is the reason why you read nothing on Windows. > > Regards, > chenwj > > -- > Wei-Ren Chen (��f��) > Computer Systems Lab, Institute of Information Science, > Academia Sinica, Taiwan (R.O.C.) > Tel:886-2-2788-3799 #1667 >
2011 Jun 07
2
[LLVMdev] a problem of jit debug
...the debugging information. The comment means you can generate code > for Linux, Darwin and Windows on X86. > > Regards, > chenwj > > -- > Wei-Ren Chen (��f��) > Computer Systems Lab, Institute of Information Science, > Academia Sinica, Taiwan (R.O.C.) > Tel:886-2-2788-3799 #1667 >
2011 Aug 16
3
[LLVMdev] .so file creation for new passes on Visual Studio
Hi! I was trying to run an already build LLVM-pass ( the Hello world ) on Visual Studio. I could locate the The Hello world pass sources in llvm/lib/Transform/Hello/*.But when I compiled llvm using the command "cmake -G "Visual Studio 10" ..\llvm" , I couldn't find the LLVMHello.so file in "build_directory/Debug/lib/LLVMHello.so" neither in
2011 Nov 03
0
[LLVMdev] About hyperblock in LLVM
...^^^^^^^^^^ Do you mean the one mentioned in the paper below? http://www.eecs.umich.edu/~mahlke/papers/1992/mahlke_micro92.pdf Regards, chenwj -- Wei-Ren Chen (陳韋任) Computer Systems Lab, Institute of Information Science, Academia Sinica, Taiwan (R.O.C.) Tel:886-2-2788-3799 #1667
2011 Nov 03
2
[LLVMdev] About hyperblock in LLVM
...bundle in VLIW. Am I right? If so, there were discussions about VLIW on the list before. Regards, chenwj [1] http://en.wikipedia.org/wiki/Explicit_Data_Graph_Execution -- Wei-Ren Chen (陳韋任) Computer Systems Lab, Institute of Information Science, Academia Sinica, Taiwan (R.O.C.) Tel:886-2-2788-3799 #1667