search for: 5050

Displaying 20 results from an estimated 96 matches for "5050".

Did you mean: 500
2010 May 25
2
Get output values in a table
Hi, I use two similar scripts to put p-values of shapiro.test and, respectively, of wilcox.test in a table: a) d <- data.frame(dataset$GroupFactor, dataset[2:11]) # p-values for the shapiro test (by levels of GroupFactor) with(d, aggregate(d[,-1], list(d[,1]), FUN = function(x) shapiro.test(x)$p.value)) b) d <- data.frame(dataset$GroupFactor, dataset[2:11]) with(d, aggregate(d[,-1],
2009 Jul 23
1
tcp deamon and remote connection
Hi, I'm trying to use xapian from php script with TCP daemon. I started TCP daemon: xapian-tcpsrv --port 5050 --writable /path-to-db When I trying to get access to it within my php-script with remote_open_writable("localhost", 5050) or remote_open("localhost", 5050) apache fails with signal 11: dev kernel: pid 35923 (httpd), uid 80: exited on signal 11 TCP demon also shows me differe...
2007 Oct 28
2
DO NOT REPLY [Bug 5050] New: rsync tries to --copy-dest in --dry-run mode
https://bugzilla.samba.org/show_bug.cgi?id=5050 Summary: rsync tries to --copy-dest in --dry-run mode Product: rsync Version: 3.0.0 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba...
2004 Jan 05
1
[Bug 118] NAT stops working
...9;s config file (stimulating the use of the proxy). The traffic is classified with iptables -j MARK. There is also an ingress policer on ppp0 to cut the ping reply times under heavy load from 1 min (without the policer) to 5 seconds (with the policer). The following tcpdump logs track the port 5050 (one of those used by the Yahoo Messenger) and my workstation (212.179.37.12). There are also snapshots of the ip_conntrack and one picture of iptraf watching eth0 and eth1 for port 5050 traffic. The logs start when I discovered my messenger couldn't connect anymore on any port and end when...
2004 Dec 09
2
MeetMe Features
Hi all, I had a chance to use some call conferences that had some very neat functionalities: - When you call you are first asked for your name - When someone joins the conference a message "<name> is now joining the conference." is played. - When someone leaves the room a message "<name> has left to conference." is played. How can I set MeetMe/Asterisk to have
2005 Oct 09
1
Problem setting SIP incoming/outgoing
...seems to be using it. but it does not work for me. I am deperately looking for a solution. Please help. I am using asterisk 1.2.0 beta 1 on FC1. Here is the sip debug dump when a call is coming. <-- SIP read from 109.147.41.48:8080 <http://109.147.41.48:8080>: INVITE sip:s@66.197.70.80:5050 SIP/2.0 Record-Route: <sip:209.47.41.48:80 <http://209.47.41.48:80>;ftag=2C996308-10F9;lr=on> Via: SIP/2.0/UDP 209.47.41.48:80 <http://209.47.41.48:80>;branch= z9hG4bK03a4.da6a926.0 Via: SIP/2.0/UDP 209.47.41.61:5060 <http://209.47.41.61:5060>;rport=53084;x-route-tag="...
2004 Sep 09
2
Layer 7 Filtering
Hi, I had saw a few patches to be applied in order to get the firewall to block based on the application. At the moment I am having problem to block ICQ and Yahoo Msgr. Even I only open a few ports like, the ICQ still able to connect through port 80. Any add-in module for shorewall or anyone able to do this? Regards __________________________________________________ Do You Yahoo!? Tired of
2002 Nov 08
3
Question about version 2.0.6 & 2.0.7
...n any entry. My question is : Can I change the smb.conf file running 2.0.6 and remove the allow hosts= parameter??? ----------------------------------------------------------------------- Stephen E Perrizo EDS/I-Solutions, Infrastructure Services, Midwest UNIX Systems Team AMI/McQuay - 763-553-5050 Fax - 763-553-5016 steve.perrizo@mcquay.com steve.perrizo@eds.com
2005 Nov 15
3
can I use tos and fwmark at the same time?
...EROUTING): -A PREROUTING -p tcp -m tcp --sport 80 -j TOS --set-tos 0x10 -A PREROUTING -p tcp -m tcp --dport 80 -j TOS --set-tos 0x10 -A PREROUTING -p tcp -m tcp --dport 443 -j TOS --set-tos 0x10 -A PREROUTING -p tcp -m tcp --sport 443 -j TOS --set-tos 0x10 -A PREROUTING -p tcp -m tcp --sport 5050 -j TOS --set-tos 0x10 -A PREROUTING -p tcp -m tcp --dport 5050 -j TOS --set-tos 0x10 -A PREROUTING -p tcp -m tcp --dport 6667 -j TOS --set-tos 0x10 -A PREROUTING -p tcp -m tcp --sport 6667 -j TOS --set-tos 0x10 -A PREROUTING -p tcp -m tcp --tcp-flags SYN ACK -j TOS --set-tos 0x10 -A PREROUTING...
2007 Jan 25
2
TE110P and HDLC problems
Hi!, this issue makes me crazy. I read a lot of docs, also * mailling list and I try a lot of things without success. Any help will be appreciated. Here is the info: Hardware: -------------------------------------------- Supermicro Server with motherboard X7DB8, chipset Intel 5000P, Xeon 5050 Digium TE110P Software --------------------------------------------- Asterisk version 1.2.12.1 Zaptel version 1.2.8 /etc/zaptel.conf loadzone=es defaultzone=es span=1,1,0,ccs,hdb3,crc4 bchan=1-15 dchan=16 bchan=17-31 The dammed errors: Jan 25 14:11:52 NOTICE[4934]: chan_zap.c:8316 pri_dchannel...
2009 Apr 03
1
how to do this "the R way"
...o do this then using a loop but I am new to it and not sure what to do. I think it might be something about using a function as an argument but not sure. I have a 1 x 2000 vector TS2 which has entries from the set {x: x is in Z and 0<x<8} (where Z is the set of Integers). Then I also have a 5050 x 7 matrix called 'perm' whose entries are also from the set {x: x is in Z and 0<x<8} I want to construct the following transformation of TS2 which will still be a vector of size 1 x 2000 and which I will call 'newTS2' such that: newTS2 =(perm[100.TS2[1]]. perm[100.TS2[2]]....
2004 Sep 07
0
SRV lookup fails after DNS update
Hi, SRV records have been working fine until my hoster decided to upgrade BIND. working wrong syntax: _sip._udp SRV 10 10 5050 mydyndns. correct syntax: _sip._udp IN SRV 10 10 5050 mydyndns. That kicked of one of my domains completly caused by a syntax error that did no harm to the previous version After inserting the missing "IN" the zonefile loaded but now I can't query for the SRV record:...
2007 Oct 29
0
rsync Digest, Vol 58, Issue 29
...man/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html --------------------------------------- Today's Topics: 1. Re: Rsync 3.0.0pre4 released (Matt McCutchen) 2. Re: 3.0.0pre3: rfc-1149 speeds on 100 mbit lan (Erik Jan Tromp) 3. DO NOT REPLY [Bug 5050] New: rsync tries to --copy-dest in --dry-run mode (samba-bugs@samba.org) 4. DO NOT REPLY [Bug 5051] New: --copy-dest copies should use a temporary file unless --inplace (samba-bugs@samba.org) 5. DO NOT REPLY [Bug 5050] rsync tries to --copy-dest in --dry-run mode (samba-bug...
2006 Apr 28
1
[SPAM] [asterisk-dev] Disable 407 proxy authentication for outbound domains
...For local calls there are no problem (PSTN or IP) Now i wish to receive calls from other internet domain but asterisk ask for authentication 407. IS IT possible to Disable authentication for incoming calls to my sip uri ? Look at my sip.conf and extensions.conf [general] context=sip bindport=5050 realm=nxs.yi.org bindaddr=nxs.yi.org [sip] include => info include => support exten => info,1,Answer() exten => info,2,Dial(Sip/84,10) exten => info,3,Dial(Sip/85,10) exten => info,4,Hangup exten => support,1,Answer() exten => support,2,Queue(support|t||) exten => supp...
2017 Oct 29
3
Problem with graphics on latest CentOS 6
...Capabilities: [d0] Power Management version 2 Capabilities: [100] #1b Capabilities: [200] Address Translation Service (ATS) Capabilities: [300] #13 I have about 100 Dell desktops deployed with CentOS 6 all using the built-in motherboard graphics. But on a Dell Optiplex 5050 with an Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz CPU and the above graphics card, the X11 login screen is all distorted and unusable. There is a simple solution: if I remove the "vga=0x31b? parameter from the kernel boot command it works just fine. However, I would prefer to have a usable alt...
2017 Jul 21
1
a difficult situation, how to do this using base function.
Hello, I have a following dataframe with many rows. data.frame(match.start=c(5,10,100,200),range.coordinates=c("1000-1050","1500-1555","5000-5050,6000-6180","100-150,200-260,600-900")) match.start range.coordinates 5 1000-1050 10 1500-1555 100 5000-5050,6000-6180 200 100-150,200-260,600-900 I want to test for each row element...
2005 Jun 20
1
Trailing dot filenames
...g a Number followed by a dot. i.e. mailserver 24m # ls -l total 304 -rw------- 1 cyrus mail 7188 Jun 20 09:17 5077. -rw------- 1 cyrus mail 4843 Jun 20 10:14 5078. -rw------- 1 cyrus mail 9431 Jun 20 10:45 5079. -rw------- 1 cyrus mail 196093 Jun 20 10:45 5080. -rw------- 1 cyrus mail 5050 Jun 20 11:24 5081. -rw------- 1 cyrus mail 4752 Jun 20 13:00 5082. drwx------ 2 cyrus mail 4096 Jun 16 01:53 Posta eliminata drwx------ 2 cyrus mail 4096 Jun 16 01:53 Posta in uscita drwx------ 2 cyrus mail 4096 Jun 16 01:53 Posta inviata drwx------ 2 cyrus mail 4096 Jun 16 01:53 Tra...
2017 Jul 22
0
a difficult situation, how to do this using base function.
...ly converting the dashes to commas and using strsplit() to split the single string into a character vector of numeric values that then can be converted to numerics. Like this: df <-data.frame(match.start=c(5,10,100,200),range.coordinates=c("1000-1050","1500-1555","5000-5050,6000-6180","100-150,200-260,600-900")) ## Note the following to convert the default factor to a character vector. This is essnetial! df[,2]<- as.character(df[,2]) numex <-gsub("-",",",df[,2],fixed=TRUE) ## convert dashes ## convert to a list of numeric ve...
2006 Nov 22
4
More than one asterisk process
Hi, Can somebody in the list tell me why sometimes when I do the TOP command I see more than one asterisk process ? Sometimes it appears and desappears again... Thanks, Ard.
2023 Feb 16
1
Missing Files/Missing Folders from an NFS Share
...g to get to the bottom of where the normal directory functions differ in results for block storage compared to NFS. I created a short c script to look at the offsets generated for the directory when block storage backed in comparison to NFS backed. block storage backed are always positive: File: 5050, Offset: 9213006461214587617 File: 6567, Offset: 9218690536865144001 File: 4033, Offset: 9220247894244709239 ... NFS backed are negative: File: 2535, Offset: -376809161603969956 File: 4236, Offset: -376809161586095012 File: 3507, Offset: -376809161585570724 ... The negative NFS negative of...