similar to: network application problem

Displaying 20 results from an estimated 100 matches similar to: "network application problem"

2007 Jan 22
2
local IP address for NETWORK SOCKET
How wine define local IP settings for creating socket? does it use tcp/ip API of Linux kernel? have a problem with few networking application. It is able to use simple queries if it is forks just as client for example Internet browser, but if it trying to create socket it listen port on a wrong IP address or just does not create socket.... also in .wine directory I find file .wine/igsp.log which
2013 Mar 14
1
[PATCH v2 0/2] AMD MCE fixes
Boris, Here is the updated patch for determining number of regiter banks on AMD plus a patch removing shared_bank array, as you suggested. Offline/online testing didn''t show any issues. Boris Ostrovsky (2): x86/mce: Replace shared_bank array with is_shared_bank() helper x86/mce: Use MCG_CAP MSR to find out number of banks on AMD arch/x86/kernel/cpu/mcheck/mce_amd.c | 38
2009 Mar 24
1
Relay Register
Good morning everybody. My question is simple. Is there a way to perform relay register with Asterisk ? More precisely, I want my clients regiter to a Proxy Registrar (OpenSIPS/Kamailio) through my Asterisk : REGISTER REGISTER Client ------------> Asterisk ---------------> OpenSIPS So Asterisk keep a list of registered clients and only allows them to
2011 Nov 30
1
migrate samba3 with smpbassword to ldap , problem with machine account
Hello, I want to migrate a server from redhat9 with samba (3.0.11) using smbpasswd file to regiter account to ubuntu server (8.04 hardy hearon) with ldap (samba 3.4.5). First I have got the original sid and modify i for all entries in ldap To migrate machine account I insert in ldap id and NTPassword found in smbpasswd. Example:
2005 Aug 22
1
Qualify time +2000ms?
Although I'm convinced that Broadvoice doesn't have the most stable of ping times, it seems like I get ping results that are approximately the ping time +2000ms at times. Has anyone experienced this problem with qualify on a SIP connection before? So here, was the ping 20ms or 2020ms as reported? Aug 22 06:39:49 NOTICE[6964]: chan_sip.c:8481 handle_response_peerpoke: Peer
2006 Dec 05
2
regcontext, NoOp extension vanishes when extension reload and doesn't come back
Hi All, I just noticed something interesting. When a sip device registers and regcontext is setup in sip.conf, a NoOp priority 1 extension is dynamically created in the dialplan within the specified regcontext. Works great. If for some reason, modification is made to the extension.conf and a >reload extension is performed, those dynamically created extensions in the regcontext vanish. Now
2009 Jul 09
1
Bug in package.skeleton, R 2.9.0?
Dear all, I am using package.skeleton to build a small packages of misc function for personal use. I have recently discovered that the option force=TRUE doesn't seem to do what is meant to do. Here's what I'm doing: > setwd("/Users/danielk/Documents/R/packages/dk") > files <- paste("codebase", dir("codebase", pattern=".R"),
2005 Mar 18
6
Basic questions about RMySQL
Hello, Please forget me if I am asking something that is well documented. I have read documentation but there are points that are not clear for me. I am not expert in R nor Databases, but if someone direct me to a tutorial, I will appreciate it.. 1. In my understanding, I can install and use RMySQL withouth having to install MySQL in my PC, to have access to and to create new tables . Is this
2013 Feb 17
0
[LLVMdev] keeping instructions in order and hidden dependencies
Sounds like bundles will be the simplest to start with though I suppose I could just lower the pseudos after scheduling is done; for now. Bundles will prevent things from being able to be scheduled in more creative ways but for that I need to think more about the problem. So I can just create a bundle, insert instructions in it, and all will work more or less? I'm trying to take the next
2008 Nov 11
4
Wine compile probs
Hi all! =) For the first time ever i have a problem with wine.. so must say the error rate on my end is extremely low (been using the betas bout 3-4 years now) :D Well down to business.. I have some probs compiling 1.1.8, the 'confugure' works like a charm as allways, 'make depend' has no probs at all but 'make' gives me: Code: make[2]: Entering directory
2003 Dec 10
1
How to remove extra spaces introduced (?) by write.table
Dear Group, My question relates to the write.table function. I have created a data.frame containing both "character" and "numeric" columns. When I use the write.table function to write this table into a text file spaces are added into the "numeric" columns so that the number of digits in each column is the same. This extra space is added before the actual number.
2009 Jun 22
3
rsync is fantastic except for one usual feature we want from it .. please help ?
Hi, Rsync is a fantastic program, and it does everything we need in terms of file transfer and syncing source and destination file directories. We do have a situation now where we need rsync to transfer the files once only from the source directory. Please let me briefly explain using a simple generic exmple: 1. At t0, we transfer f0 location A to location B 2. At t1, 10 new
2008 Apr 07
0
Eagi
Hi! If the caller hungs up while an eagi script is running, I can?t regiter the cdr manually at the end of the script. I tryied to trap SIGHUP but it didn?t work. I want to register my own cdr into the script because I have a lot of data that I need to put in the cdr. The 'h' option or DeadAgi aren?t a solution for me. Thanks -------------- next part -------------- An HTML attachment was
2005 Jul 06
1
SIP/2.0 403 Forbidden
Hi all, I have been worriyng and googling a lot but I can't find my mistake. I am trying to regiter an X-Lite Softphone to Asterisk, but I am getting a SIP/2.0 403 Forbidden response: SEND TIME: 10157385 SEND >> 10.100.249.12:5060 REGISTER sip:10.100.249.12 SIP/2.0 Via: SIP/2.0/UDP 10.100.249.86:5060;rport;branch=z9hG4bKFAC1B6F2B5414EE9855696A09A83FB22 From: Tester
2011 Feb 18
1
xl create dont regiter IP in xenstore.
Hello, When start a domU through xl create. The domU associated ip in the configuration file is not recorded in the xenstore. For this reason vif-common.sh antispoof scripts fails. *xl create * /usr/bin/xenstore-ls /local/domain/0/backend/vif/5/0 frontend = "/local/domain/5/device/vif/0" frontend-id = "5" online = "1" state = "4" script =
2009 Jul 12
2
Painkiller character stops when holding "Move" keys
So, I'm playing Painkiller for the first time on WINE. I start the first level and begin to walk forward. However, I notice that if I hold the key longer than a second, the character will stop moving in that direction. How do I fix that?
2013 Feb 17
4
[LLVMdev] keeping instructions in order and hidden dependencies
You are trying to do a few different things here, and a uniform solution may not work for all of them. For a fixed instruction sequence, e.g. a special kind of move-and-branch sequence used for tail calls, you probably want a pseudo. If you are trying to combine arbitrary instructions together, e.g. Thumb IT blocks, you probably want to use bundles, even if the sequences are a fixed length. I
2008 Nov 12
3
Unable to compile 1.1.8 from source
I downloaded the source from sourceforge and run the ./configure command. I can get all the way to the make command and then I get the following error. > > {standard input}: Assembler messages: > {standard input}:7374: Warning: end of file not at end of a line; newline inserted > {standard input}:8481: Error: unbalanced parenthesis in operand 2. > gcc: Internal error:
2019 Nov 18
0
2019 년 9 월 ~ 10 월의 SOA
An HTML attachment was scrubbed... URL: <https://lists.zytor.com/archives/klibc/attachments/20191117/062562b9/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: soa.png Type: image/png Size: 8481 bytes Desc: not available URL: <https://lists.zytor.com/archives/klibc/attachments/20191117/062562b9/attachment.png>
2003 Oct 15
1
help with legend()
I am converting some S-PLUS scripts that I use for creating manuscript figures to R so that I can take advantage of the plotmath capabilities. In my S-PLUS scripts I like to use the key() function for adding legends to plots, and I have a couple of questions regarding using the legend() function in R. 1) is there a way to specify different colors for the legend vector of text values? 2) is there