search for: 4454

Displaying 20 results from an estimated 38 matches for "4454".

Did you mean: 445
2008 Apr 10
2
best way for call detail logging
Hi, I would like to be able to log call details in Asterisk. The kind of logs that I like to generate is like this: From To Forward Time Incoming Call 604-343-3334 503-233-4454 13:33:32 Extension Routing 503-233-4454 Extension 403 13:33:32 Forwarding 503-233-4454 454-444-2334 13:33:32 where 503-233-4454 is my DID number. Basically, I would like to log how calls are...
2017 Jan 12
3
rgl
...en open the file 'rgl/config.log' with your favourite editor and search for "glEnd". I actually had both on the system, removed the 32-bit version and reinstalled the 64-bit version but I am seeing only this in the config.log: configure:4429: checking for glEnd in -lGL configure:4454: gcc -o conftest -g -O2 -DHAVE_PNG_H -I/usr/include/libpng16 conftest.c -lGL -L/usr/lib64 -lpng16 -lX11 >&5 /usr/bin/ld: cannot find -lGL collect2: error: ld returned 1 exit status configure:4454: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "&quot...
2018 Sep 21
2
msan test failures
...:714:14 #11 0x7b8899 in testing::internal::UnitTestImpl::RegisterParameterizedTests() /home/blitz/projects/llvm/utils/unittest/googletest/src/gtest.cc:2620 #12 0x7b8899 in testing::internal::UnitTestImpl::PostFlagParsingInit() /home/blitz/projects/llvm/utils/unittest/googletest/src/gtest.cc:4454 #13 0x7b8899 in void testing::internal::InitGoogleTestImpl<char>(int*, char**) /home/blitz/projects/llvm/utils/unittest/googletest/src/gtest.cc:5356 #14 0x73080b in main /home/blitz/projects/llvm/projects/compiler-rt/lib/msan/tests/msan_test_main.cc:19:3 #15 0x7fd75b533222 in __li...
2017 Jan 12
0
rgl
...h your favourite editor and > > search for "glEnd". > > I actually had both on the system, removed the 32-bit version and > reinstalled the 64-bit version but I am seeing only this in the > config.log: > > configure:4429: checking for glEnd in -lGL > configure:4454: gcc -o conftest -g -O2??-DHAVE_PNG_H > -I/usr/include/libpng16??conftest.c -lGL???-L/usr/lib64 -lpng16 -lX11 > >&5 > /usr/bin/ld: cannot find -lGL Well that is odd. It means that the linker cannot find libGL even though it is installed on the system. Try? /sbin/ldconfig -p | grep...
2012 Dec 10
2
[LLVMdev] typeinfo for llvm::MCAsmInfo is missing
...nfoE. Similar symbols for other llvm classes are there in my library's .o file, this one does not. Any hints? -- Vladimir Pouzanov http://www.farcaller.net/ -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 4454 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121210/cabaab67/attachment.bin>
2017 Jan 12
1
rgl
...----Original Message----- From: Martyn Plummer [mailto:plummerm at iarc.fr] Sent: Thursday, January 12, 2017 7:41 AM To: Weiner, Michael <weinerm at ccf.org>; r-sig-fedora at r-project.org Subject: Re: [R-sig-Fedora] rgl >> configure:4429: checking for glEnd in -lGL >> configure:4454: gcc -o conftest -g -O2??-DHAVE_PNG_H >> -I/usr/include/libpng16??conftest.c -lGL???-L/usr/lib64 -lpng16 -lX11 >> >&5 >> /usr/bin/ld: cannot find -lGL > >Well that is odd. It means that the linker cannot find libGL even though it is installed on the system. Try? >...
2009 Dec 03
2
Centos 4.7 /var/log/messages file kill process
...rver and I found recently /var/log/messages have following messages continue pop-up: =========================================== Dec 3 15:47:06 HOST1 kernel: Free pages: 17816kB (1664kB HighMem) Dec 3 15:47:06 HOST1 kernel: Active:7463815 inactive:656000 dirty:0 writeback:0 unstable:0 free:4454 slab:119979 mapped:730440 pagetables:63277 Dec 3 15:47:06 HOST1 kernel: DMA free:12448kB min:64kB low:128kB high:192kB active:0kB inactive:0kB present:16384kB pages_scanned:0 all_unreclaimable? yes Dec 3 15:47:06 HOST1 kernel: protections[]: 0 0 0 Dec 3 15:47:06 HOST1 kernel: Normal free:3704kB...
2017 Jan 11
2
rgl
I have a Fedora linux 24 64bit workstation I am trying to install rgl on and I keep running into this error: trying URL 'https://cran.cnr.berkeley.edu/src/contrib/rgl_0.97.0.tar.gz' Content type 'application/x-gzip' length 2369444 bytes (2.3 MB) ================================================== downloaded 2.3 MB * installing *source* package 'rgl' ... ** package
2012 Dec 10
0
[LLVMdev] typeinfo for llvm::MCAsmInfo is missing
Llvm typically doesn't build with RTTI enabled. Perhaps that's what you're running into? Jim On Dec 10, 2012, at 1:27 PM, Vladimir Pouzanov <farcaller at gmail.com> wrote: > Hi all. > > I fully understand that the problem is a bit OT for llvmdev, but I'm stuck for two days now and I really need some direct push. > > To the problem. I have a C++ shared
2012 Dec 26
1
[LLVMdev] Getting MCInst "ins" and "outs"
Hi, Am Mittwoch, 26. Dezember 2012, 15:20:27 schrieb Manny Ko: > The MCInstrDesc has a method getNumDefs() which tells you how many 'out > registers' that MCInst has. The 'out' registers are always at the beginning > of the list. You can also use getNumOperands(). I've run into the problem, that this doesn't work for instructions which have variadic arguments
2012 Dec 10
3
[LLVMdev] typeinfo for llvm::MCAsmInfo is missing
...lvm typically doesn't build with RTTI enabled. Perhaps that's what you're running into? > > Jim -- Vladimir Pouzanov http://www.farcaller.net/ -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 4454 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121210/9ee47c04/attachment.bin>
2017 Jan 12
2
rgl
...----Original Message----- From: Martyn Plummer [mailto:plummerm at iarc.fr] Sent: Thursday, January 12, 2017 7:41 AM To: Weiner, Michael <weinerm at ccf.org>; r-sig-fedora at r-project.org Subject: Re: [R-sig-Fedora] rgl >> configure:4429: checking for glEnd in -lGL >> configure:4454: gcc -o conftest -g -O2??-DHAVE_PNG_H >> -I/usr/include/libpng16??conftest.c -lGL???-L/usr/lib64 -lpng16 -lX11 >> >&5 >> /usr/bin/ld: cannot find -lGL > >Well that is odd. It means that the linker cannot find libGL even though it is installed on the system. Try? >...
2006 Jan 26
5
Skype-to-Asterisk(SIP): progress
I'm sitting in the Emerging Telephony Conference, so this seems a particularly apt place to pre-announce this... I've wanted to be able to gateway calls between Skype and Asterisk for a while, which of course would require some type of protocol converter (IAX or SIP to Skype, probably.) This of course is directly not in Skype's interest, since they would like to keep the network
2012 Mar 26
1
[LLVMdev] Disassembly broken for thumb LDR
...fix the issue. It'll be nice if someone with more llvm skills would check the file and make the required fix. -- Vladimir Pouzanov http://www.farcaller.net/ -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 4454 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120326/02e45133/attachment.bin>
2011 Feb 24
4
CentOS 5 Security Updates
...y update 2/17/11 CVE-2010-4448 (R) CVE-2010-4450 CVE-2010-4465 (R) CVE-2010-4469 (R) CVE-2010-4470 (R) CVE-2010-4472 (R) RHSA-2011:0282: Critical: java-1.6.0-sun security update 2/17/11 CVE-2010-4422 (R) CVE-2010-4447 (R) CVE-2010-4448 (R) CVE-2010-4450 CVE-2010-4451 (R) CVE-2010-4452 (R) CVE-2010-4454 (R) CVE-2010-4462 (R) CVE-2010-4463 (R) CVE-2010-4465 (R) CVE-2010-4466 (R) CVE-2010-4467 (R) CVE-2010-4468 (R) CVE-2010-4469 (R) CVE-2010-4470 (R) CVE-2010-4471 (R) CVE-2010-4472 (R) CVE-2010-4473 (R) CVE-2010-4475 (R) CVE-2010-4476 (R) I know the development team is furiously working to get 5.6...
2006 Nov 16
1
[3.0.23d] winbind: ads_connect for domain X failed: Operations error
...0000 00fd gon1....~.|..... 0x0050: 0100 00c5 d185 2978 a6e5 4fa6 4a2d c06a ......)x..O.J-.j 0x0060: b0e3 e006 6164 7465 7374 066c 696e 626f ....adtest.linbo 0x0070: 7803 636f 6d00 c018 0f6d 6166 6961 2d6c x.com....mafia-l 0x0080: 3666 6673 7433 7570 c018 0641 4454 4553 6ffst3up...ADTES 0x0090: 5400 0f4d 4146 4941 2d4c 3646 4653 5433 T..MAFIA-L6FFST3 0x00a0: 5550 0000 1750 7265 6d69 6572 2d53 6974 UP...Premier-Sit 0x00b0: 652d 7061 722d 6465 6661 7574 00c0 5905 e-par-defaut..Y. 0x00c0: 0000 00ff ffff ff30 8400 0000 1002...
2008 Aug 16
5
DO NOT REPLY [Bug 5695] New: rsync local timeout
.../.Bugtraq.2006/cur/1196954763.M460840P20717V0000000000000906I000583B6_5062.transylvania,S=5224:2,S", {st_mode=S_IFREG|0644, st_size=5224, ...}) = 0 [pid 3083] lstat64("dati/Documenti/Gabriele/Maildir/.Bugtraq.2006/cur/1196954544.M508824P20717V0000000000000906I00051139_1327.transylvania,S=4454:2,S", {st_mode=S_IFREG|0644, st_size=4454, ...}) = 0 [pid 3083] lstat64("dati/Documenti/Gabriele/Maildir/.Bugtraq.2006/cur/1196954833.M295279P20717V0000000000000906I00058AF8_5515.transylvania,S=2667:2,S", {st_mode=S_IFREG|0644, st_size=2667, ...}) = 0 [pid 3083] lstat64("dati/...
2018 May 30
1
[ovirt-users] Re: Gluster problems, cluster performance issues
....00 us 237 >> XATTROP >> 0.00 84.70 us 28.00 us 1071.00 us 3469 >> STATFS >> 0.01 387.75 us 2.00 us 146017.00 us 1467 >> OPENDIR >> 0.01 148.59 us 21.00 us 64374.00 us 4454 >> STAT >> 0.02 783.02 us 16.00 us 93502.00 us 1902 >> GETXATTR >> 0.03 1516.10 us 17.00 us 210690.00 us 1364 >> ENTRYLK >> 0.03 2555.47 us 300.00 us 674454.00 us 1064 >> READDIR...
2005 Dec 18
12
ACD with polycom ip phones
Hello, Polycom ip soundpoint support ACD login/logout . Can we configure asterisk with polycom ACD support? Regards Harry ___________________________________________________________________________ Nouveau : t?l?phonez moins cher avec Yahoo! Messenger ! D?couvez les tarifs exceptionnels pour appeler la France et l'international. T?l?chargez sur http://fr.messenger.yahoo.com
2018 May 30
2
[ovirt-users] Re: Gluster problems, cluster performance issues
...t;>>> 0.00 84.70 us 28.00 us 1071.00 us 3469 >>>> STATFS >>>> 0.01 387.75 us 2.00 us 146017.00 us 1467 >>>> OPENDIR >>>> 0.01 148.59 us 21.00 us 64374.00 us 4454 >>>> STAT >>>> 0.02 783.02 us 16.00 us 93502.00 us 1902 >>>> GETXATTR >>>> 0.03 1516.10 us 17.00 us 210690.00 us 1364 >>>> ENTRYLK >>>> 0.03 2555.47 us 300.0...