search for: tec

Displaying 20 results from an estimated 125 matches for "tec".

Did you mean: etc
2003 Aug 21
0
No audio in either direction, sip channels hanging, asterisk will not shut down.
...is an involved query, but I have been poring over the sip debug trace for a whole day now, and it still makes no sense to me. Any help would be greatly appreciated. Regards, Rhys. -------------- next part -------------- -- Executing Dial("SIP/2001-9180", "SIP/3046@sip.culver-tec.com|20") in new stack We're at 62.254.245.18 port 13270 Answering with preferred capability 4 Answering with preferred capability 8 Answering with capability 2 Answering with non-codec capability 1 11 headers, 11 lines Reliably Transmitting: INVITE sip:3046@sip.culver-tec.com SIP/2.0 Via:...
2012 Nov 15
2
How to modify a S4 function (in the package NADA)
I want to get access to the code of an S4 method in order to possibly modify a function to accomplish my particular needs: in my case the function in is cenfit() from the package NADA Now, given my reproducible example: my.ex<-structure(list(TEC = c(0.21, 0.077, 0.06, 0.033, 0.014, 0.0072), LR = c(0L, 0L, 1L, 0L, 1L, 0L)), .Names = c("TEC", "LR"), class = "data.frame", row.names = c(NA, -6L)) and the following few lines of code: library(?NADA) attach(my.ex) cenfit(TEC,LR) giving this output: n n.c...
2019 Sep 16
2
Dovecot 2.3.7.2 lucene segfault and coredump
...#39;. Program terminated with signal 11, Segmentation fault. #0 clear (this=0x0) at /usr/src/debug/clucene-core-2.3.3.4/src/core/CLucene/util/VoidMap.h:123 123 if ( dk || dv ){ (gdb) Br, Domenico Domenico Pastore Senior Cloud Engineer T 06.98269600 | M 347.1474270 | F 06.98269680 Par-Tec<http://www.par-tec.it> | beyond the IT domain Via Cristoforo Colombo 163, 00147 Roma CONFIDENZIALE: Questo messaggio ed i suoi allegati sono di carattere confidenziale. ? vietato l'inoltro non autorizzato a destinatari diversi da quelli indicati nel messaggio originale. Se ricevuto per er...
2019 Sep 16
1
Dovecot 2.3.7.2 lucene segfault and coredump
...service_uses_remote = false, used_local = false, used_remote = false, permission_denied = false} error = 0x7f7dc90ecca7 "__vdso_getcpu" c = <optimized out> (gdb) Br, Domenico Domenico Pastore Senior Cloud Engineer T 06.98269600 | M 347.1474270 | F 06.98269680 Par-Tec<http://www.par-tec.it> | beyond the IT domain Via Cristoforo Colombo 163, 00147 Roma CONFIDENZIALE: Questo messaggio ed i suoi allegati sono di carattere confidenziale. ? vietato l'inoltro non autorizzato a destinatari diversi da quelli indicati nel messaggio originale. Se ricevuto per er...
2019 Sep 12
2
Dovecot 2.3.7.2 lucene segfault and coredump
Hi, i have a problem with libclucene-core.so.2.3.3.4. I See segfault error to messages log, when dovecot store mail to INBOX. set 12 13:41:21 box02.par-tec.it kernel: doveadm-server[20285]: segfault at 38 ip 00007f575b68fc42 sp 00007ffc0272e750 error 4 in libclucene-core.so.2.3.3.4[7f575b569000+188000] set 12 13:41:22 box02.par-tec.it kernel: doveadm-server[18871]: segfault at 38 ip 00007f9bea6d2c42 sp 00007fff47bceae0 error 4 in libclucene-core.so.2....
2003 Dec 29
1
Agent setup
...way that I could configure the system so that the agent is called back. i.e. the agent logs into the system, a call is destined for them and their phone rings. If some one has this setup I would be very interested in hearing from them. Warm Regards and Thanks --------------- Shad Mortazavi US Technical Manager Nexus Management -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031229/6780b08b/attachment.htm
2007 Mar 12
0
[LLVMdev] Expressing inter thread dependencies
...bset "Control C" :^). If you're interested, here are a couple of papers on these issues: (1) "Memory Safety Without Garbage Collection for Embedded Applications" Dinakar Dhurjati, Sumant Kowshik, Vikram Adve and Chris Lattner ACM Transactions in Embedded Computing Systems (TECS), February 2005. http://llvm.org/pubs/2005-02-TECS-SAFECode.html (2) "Enforcing Alias Analysis for Weakly Typed Languages" Dinakar Dhurjati, Sumant Kowshik, and Vikram Adve Technical Report #UIUCDCS-R-2005-2657, Computer Science Dept., Univ. of Illinois, Nov. 2005. http://llvm.org/pub...
2019 Sep 16
0
Dovecot 2.3.7.2 lucene segfault and coredump
...VoidMap.h:123 > 123??? ??? ??? if ( dk || dv ){ > (gdb) > Can you issue GDB command `bt full` at this point? Regards, Stephan. > > > Br, > > Domenico > > *Domenico Pastore* > Senior Cloud Engineer > *T* 06.98269600 | *M* 347.1474270 | *F* 06.98269680 > *Par-Tec <http://www.par-tec.it>* | *beyond the IT domain* > Via Cristoforo Colombo 163, 00147 Roma > *CONFIDENZIALE*: Questo messaggio ed i suoi allegati sono di carattere > confidenziale. ? vietato l'inoltro non autorizzato a destinatari > diversi da quelli indicati nel messaggio o...
2005 Jul 01
10
Update Rollup 1 for Windows 2000 SP4
Hello. Anyone else experiencing Problems with this update ? We do have W2k AD. And Samba Member-Server. This is done via Winbind without using Kerberos. After installing the Update to our AD-Servers. It seems that winbind lost its connectivity. wbinfo -t worked. wbinfo -u showed errors. After removing the update from all our servers, winbind works again. Should I move our configuration to
2007 Mar 12
3
[LLVMdev] Expressing inter thread dependencies
Hello everybody, I'm developing a source code transformation system for real-time systems currently, i.e. I want to map the application (a set of event handlers) to a run-time or operating system semi-automatically (if anybody is interested in the background - see below, of course, comments are welcome there, too ;-)). Therefore, I have to be able to express dependencies between different
2018 Jan 15
2
Failed to enumerate objects in the container. Access is denied
...uch_mtime = yes         full_audit:failure = none         full_audit:facility = local5         full_audit:priority = notice         full_audit:prefix = %u|%I|%S         full_audit:success = rename rmdir unlink # include include = /opt/samba/etc/compartilhamento.conf # compartilhamento.conf [TEC]         path= /opt/DADOS/TEC/         read only = no # user.map !root = XXXXX\Administrator --------------------------------------------------------- Before today i change permission with any user in group "Admins Domain", but today only Administrator(= root) ir work, any user re...
2008 Nov 07
2
Multiple Zones in the same interface
...easy but doesnt work for me. I want to have more than once zone in my lan, for example my lan es 192.168.0.0/24 and I want to have one zone for servers, other for admin Pcs. etc here is my conf: Interfaces: -------------- #ZONE INTERFACE BROADCAST OPTIONS - eth3 detect net eth1 detect norfc1918 net eth0 detect norfc1918 net eth2 detect norfc1918 vpn tun0 detect hosts: --------- #ZONE HOST(S) OPTIONS tec eth3:$TECNICA p2p eth3:$MUSIC...
2009 Jan 17
2
Comparison between the S-TEC Zeus and the Intel X25-E ??
I''m looking at the newly-orderable (via Sun) STEC Zeus SSDs, and they''re outrageously priced. http://www.stec-inc.com/product/zeusssd.php I just looked at the Intel X25-E series, and they look comparable in performance. At about 20% of the cost. http://www.intel.com/design/flash/nand/extreme/index.htm Can anyone enlighten me as to...
2004 Jul 13
1
Problem with Authnication from NT
...ormation Log Level = 2 max log size = 1000 # log file = /var/log/samba/samba.log.%m socket options = TCP_NODELAY IPTOS_LOWDELAY wins support = yes # Networking configuration Options Hosts Allow = *.*.*.* [Proj1] comment = Proj1 directory path = /engr/proj1 read only = No valid users = @tec,pvasireddy,pbuenros,dan,dsteffen,scollins [Proj2] comment = Proj2 directory path = /engr/proj2 read only = No valid users = @tec,pvasireddy,pbuenros,dan,dsteffen,scollins
2019 Sep 16
0
Dovecot 2.3.7.2 lucene segfault and coredump
..._CLOEXEC) = 4 [pid 31339] open("/lib64/libz.so.1", O_RDONLY|O_CLOEXEC) = 4 All missing libs are in "/usr/lib64" and no to "/usr/lib64/dovecot" Can you help me? Br, Domenico Domenico Pastore Senior Cloud Engineer T 06.98269600 | M 347.1474270 | F 06.98269680 Par-Tec<http://www.par-tec.it> | beyond the IT domain Via Cristoforo Colombo 163, 00147 Roma CONFIDENZIALE: Questo messaggio ed i suoi allegati sono di carattere confidenziale. ? vietato l'inoltro non autorizzato a destinatari diversi da quelli indicati nel messaggio originale. Se ricevuto per er...
2013 Feb 28
2
What can I do to UNDERSTAND why I can't reach centos.org (but everyone else can)?
...el3.net (4.69.132.78) 128.453 ms ae-73-73.csw2.Dallas1.Level3.net (4.69.151.145) 160.451 ms ae-93-93.csw4.Dallas1.Level3.net (4.69.151.169) 160.437 ms 18 ae-83-83.csw3.Dallas1.Level3.net (4.69.151.157) 165.923 ms ae-1-60.edge3.Dallas1.Level3.net (4.69.145.8) 165.920 ms 178.414 ms 19 LAYERED-TEC.edge3.Dallas1.Level3.net (4.71.170.6) 241.537 ms 244.324 ms ae-3-80.edge3.Dallas1.Level3.net (4.69.145.136) 244.318 ms 20 * LAYERED-TEC.edge3.Dallas1.Level3.net (4.71.170.6) 244.291 ms 244.250 ms 21 * * * 22 * * * 23 * * * 24 * * * 25 * * * 26 * * * 27 * * * 28 * * * 29 * * * 30 * *...
2010 May 19
6
dovecot2 latest beta5 acl not working properly ?
Hi i tested acls with some clients horde/imp mulberry thunderbird squirrelmail kmail and i couldnt get it run proberly i have no problems testing setacl etc with plain telnet session, and i have no error in verbose logging but it looks like acl is only working partly with some clients so show acls is working mostly but setting only partly horde/imp and mulberry dont show any acls any idea? --
2006 Jul 14
4
Help with link_to_remote or javascript generator
Hi all, I''m a relative noob to rails so I apologize in advance for asking such a basic question. I am trying to do multiple AJAX calls using the link_to_remote helper or the JavaScript generator update_page. I have googled and read the docs for both, but can''t seem to figure out exactly what i need to do. Say I have the following html: <div
2006 Jul 24
4
List etiquette question
I''ve written a little ruby/rails hangman-ish app to keep my wife occupied at work that I think list members might also find interesting. I''m new to this list so I wanted to see if it would be considered bad form to post the link before I did. There aren''t any ads so I''m not getting anything out of more visitors, but I still didn''t want to take the
2003 Nov 06
3
Translation samba 3 how to in german, Übersetzung des Samab 3 How to ins deutsch
Hallo Leute, ich m?chte gerne die Samba Doku ins deutsch ?bersetzen. Ich arbeite schon lange mit Samba und denke es w?re kein ?berm?ssiger Aufwand. Da ich Samba aber meist als Pdc benutze bin ich mit einigen Features technisch nicht so vertraut. ( samba und ldap an einem win server etc ) Ich w?rde mich freuen wenn einige Deutsche mitmachen w?rden damit wir uns technisch und gramatikalisch gegenseitig verbessern k?nnten. Mfg RRuegner Hi Samabtistas, i am looking for some people which would help to translate the s...