Displaying 20 results from an estimated 13266 matches for "80".
Did you mean:
  08
  
2007 Sep 06
0
Server crashes...
...nel: printk: 348 messages suppressed.
Sep  2 05:26:50 localhost kernel: ip_conntrack: table full, dropping packet.
...
[root at localhost log]# netstat -n
Active Internet connections (w/o servers)
Proto Recv-Q Send-Q Local Address               Foreign Address
State
tcp        0      0 localhost:80             124.234.65.55:2058
SYN_RECV
tcp        0      0 localhost:80             211.103.128.148:3232
SYN_RECV
tcp        0      0 localhost:80             59.56.127.21:1320
SYN_RECV
tcp        0      0 localhost:80             204.15.74.53:2661
SYN_RECV
tcp        0      0 localhost:80...
2010 May 15
1
barplot: invalid 'xlim' value
...:
http://r.789695.n4.nabble.com/multiple-graphs-td830743.html#a830744
But subplot disconnects the data from the existing coordinate system.
I've prepared my data to be easily uploaded, but the paste command into R
took about 10-20 sec. on my machine to complete (I did pare down the dataset
by 80% or so):
library(zoo)
#create a time series
ttime.80.2<-seq(as.POSIXlt("2000-06-12 02:00","%Y-%m-%d
%H:%M",tz=""),as.POSIXlt("2000-07-17 01:00","%Y-%m-%d
%H:%M",tz=""),by="hour")
#Load in the data for the base plot
well.80.2&...
2017 Dec 07
3
[PATCH 0/1] suspend/resume for virtio_ccw
...uest.
[root at test ~]# cd /sys/power/
[root at test power]# echo test_resume > disk
[root at test power]# lscss 
Device   Subchan.  DevType CU Type Use  PIM PAM POM  CHPIDs           
----------------------------------------------------------------------
0.0.0003 0.0.0000  0000/00 3832/03 yes  80  80  ff   00000000 00000000
0.0.0000 0.0.0001  0000/00 3832/02 yes  80  80  ff   00000000 00000000
0.0.0001 0.0.0002  0000/00 3832/02 yes  80  80  ff   00000000 00000000
0.0.0004 0.0.0003  0000/00 3832/02 yes  80  80  ff   00000000 00000000
0.0.0005 0.0.0004  0000/00 3832/02 yes  80  80  ff   00000...
2017 Dec 07
3
[PATCH 0/1] suspend/resume for virtio_ccw
...uest.
[root at test ~]# cd /sys/power/
[root at test power]# echo test_resume > disk
[root at test power]# lscss 
Device   Subchan.  DevType CU Type Use  PIM PAM POM  CHPIDs           
----------------------------------------------------------------------
0.0.0003 0.0.0000  0000/00 3832/03 yes  80  80  ff   00000000 00000000
0.0.0000 0.0.0001  0000/00 3832/02 yes  80  80  ff   00000000 00000000
0.0.0001 0.0.0002  0000/00 3832/02 yes  80  80  ff   00000000 00000000
0.0.0004 0.0.0003  0000/00 3832/02 yes  80  80  ff   00000000 00000000
0.0.0005 0.0.0004  0000/00 3832/02 yes  80  80  ff   00000...
2010 Aug 17
2
Matrix
How do I completely remove the first column?
(x <- matrix(c(1, 44, 124, 80, 254, 70, 190, 0, 2, 35, 110, 70, 240, 73, 216, 0, 3, 41, 114, 80, 279, 68, 178, 0, 4, 31, 100, 80, 284, 68, 149, 0, 5, 61, 190, 110, 315, 68, 182, 1, 6, 61, 130, 88, 250, 70, 185, 0, 7, 44, 130, 94, 298, 68, 161, 0, 8, 58, 110, 74, 384, 67, 175, 0, 9, 52, 120, 80, 310, 66, 144, 0, 10, 52, 120, 80,...
2007 Jan 22
1
How to close SYN_RECV on port 80 ?
Hello,
today I came to my job and I noticed that apache is not running. When I 
tried to run it, I learned that port 80 uis already in use.
Using netstat -aenpl I tried to learn wha proces is using port 80, but I 
only leatned this:
tcp 0 0 172.16.0.1:80 172.16.0.1:35664 SYN_RECV 0 0 -
tcp 0 0 172.16.0.1:80 172.16.0.1:43464 SYN_RECV 0 0 -
tcp 0 0 172.16.0.1:80 172.16.0.1:33764 SYN_RECV 0 0 -
tcp 0 0 172.16.0.1:80 1...
2005 Nov 24
2
Chi-squared test
Hello,
I'm trying to calculate a chi-squared test to see if my data are 
different from the theoretical distribution or not:
chisq.test(rbind(c(79, 52, 69, 71, 82, 87, 95, 74, 55, 78, 49, 
60),c(80,80,80, 80, 80, 80, 80, 80, 80, 80, 80, 80)))
      Pearson's Chi-squared test
data:  rbind(c(79, 52, 69, 71, 82, 87, 95, 74, 55, 78, 49, 60), c(80, 
80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80))
X-squared = 17.6, df = 11, p-value = 0.09142
Is this correct? If I'm doing the same thing usin...
2003 Apr 09
5
httpd exited on signal 11
Hello Folks,
   I have used FreeBSD-4.8-RC and apache 1.3.2x. In some days,my dmesg
   has shown as the lines;
   pid 9229 (httpd), uid 80: exited on signal 11
   pid 10106 (httpd), uid 80: exited on signal 11
   pid 9842 (httpd), uid 80: exited on signal 11
   pid 35708 (httpd), uid 80: exited on signal 11
   pid 9371 (httpd), uid 80: exited on signal 11
   pid 10337 (httpd), uid 80: exited on signal 11
   pid 9757 (httpd), uid 80: e...
2005 Jun 06
6
Strange characters in 2.1.0?
Signif. codes:  0 *** 0.001 ** 0.01 * 0.05 . 0.1   1 
Signif. codes:  0 <80><98>***<80><99> 0.001 <80><98>**<80><99> 0.01
<80><98>*<80>        <99> 0.05 <80><98>.<80><99> 0.1 <80><98> <80><99> 1
Signif. codes:  0 *** 0.001 ** 0.01 * 0.05 . 0.1   1 
hmm......
2003 Jul 30
3
FreeBSD not-so-stable
I have a FreeBSD 4.8-Release machine that I upgraded from a 4.5 or 4.4 
machine.  It works just great for about 9 days, then processes will not 
die.  It starts to become a problem when I can't kill processes, restart 
services, connections hang, and I can't reboot or shutdown, I have to do 
a hard reset.
I can't really find anything in the logs to indicate what is giving me 
2010 May 14
2
insert values based on common ID
...olumn weekAvg in a.  The dataset a is several thousand
lines long.  I've tried looking at 'match', writing functions, 'rbind.fill'
and various search terms in this forum to no avail.  Thanks...
a<-read.table(textConnection("row ID date Reading WellID week weekAvg
1 Well_80-2 6/12/2000 2:00 -202.034 80-2 0 NA
2 Well_80-2 6/12/2000 3:00 -201.018 80-2 0 NA
3 Well_80-2 6/12/2000 4:00 -199.494 80-2 0 NA
4 Well_80-2 6/12/2000 5:00 -197.716 80-2 0 NA
5 Well_80-2 6/12/2000 6:00 -190.858 80-2 0 NA
6 Well_80-2 6/12/2000 7:00 -181.460 80-2 0 NA
7 Well_80-2 6/19/2000 10:00 -166....
2005 May 23
1
OH323 CONTROL PROTOCOL ERROR
...termination {
    terminalType = 60
    statusDeterminationNumber = 4019430
  }
  5:59.641	ThreadID=0x4cb6a1c0	H225	Sending PDU:
  {
    q931pdu = {
      protocolDiscriminator = 8
      callReference = 422
      from = destination
      messageType = Connect
      IE: Bearer-Capability = {
        80 90 a5                                           ...
      }
      IE: Display = {
        32 31 33 2e 32 35 35 2e  31 39 38 2e 31 31 33 00   213.255.198.113.
      }
      IE: User-User = {
        22 80 06 00 08 91 4a 00  02 28 c0 09 00 00 3d 3c   ".....J..(....=<
        69 6e 41 63 63 65...
2006 Nov 27
2
Centos 4.3 32 bit -CIFS VFS: Send error in Close = -9
...rror in Close = -9
 CIFS VFS: Send error in Close = -9
 CIFS VFS: Send error in Close = -9
 CIFS VFS: Send error in Close = -9
 CIFS VFS: Send error in Close = -9
 CIFS VFS: Send error in Close = -9
 CIFS VFS: Send error in Close = -9
 CIFS VFS: Send error in Close = -9
TCP: Treason uncloaked! Peer 80.235.63.248:64721/37374 shrinks window
1814256320:1814257772. Repaired.
TCP: Treason uncloaked! Peer 80.235.63.248:64721/37374 shrinks window
1814256320:1814257772. Repaired.
TCP: Treason uncloaked! Peer 196.29.40.33:42283/80 shrinks window
1747071341:1747071342. Repaired.
TCP: Treason uncloaked! Pe...
2017 Dec 05
3
[AMDGPU] Strange results with different address spaces
...ization. 
Here is the IR is attached as as1.ll
The output is as follows: 
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 64 64 64 64 64 64 64 64 64 64 64 64 64 64 64 64 80 80 80 80 80 80 80 80 80 80 80 80 80 80 80 80 96 96 96 96 96 96 96 96 96 96 96 96 96 96 96 96 112 112 112 112 112 112 112 112 112 112 112 112 112 112 112 112 128 128 128 128 128 128 128 128 128 128 128 128 128 128 128 128 144 144 144 144 144 144 144 144 144 144 144 144 144 144 144 144 160 160 160 16...
2004 Dec 03
4
Is my Apache server running as the root user or not?
Heya..
By reading my /usr/local/etc/apache2/httpd.conf, I can find out that my Apache is
running as the user "www" and the group "www" .. Yet, when I run sockstat, it tells me
one of the forks are runned as root and listening on port 80 as well as the other forks
are runned by www:www.. If I got a lot of users connecting to my server on port 80, will
thier requests ever be answered by the root fork or the www:www forks?
--- snip ---
[root@ninja:~]# sockstat -l4p80
USER     COMMAND    PID   FD PROTO  LOCAL ADDRESS         FOREIGN...
2016 Apr 03
3
PA-RISC (hppa) video cards init failure loading the device driver kernel module
...elopers,
I know that many very competent guys have already spent a lot of time
and efforts on this issue without success. I have started to play with
"hppa" two weeks ago and, with the support of the linux-parisc mailing
list people, now I have a - almost fully - working workstation (hp
c8000).
Everythings work perfectly BUT the video card. No matter the model,
type, driver, etc. the results are always the same: a very slow frame
buffer mode only.
I'm forwarding the results of my investigations with the hope that
someone of you will help me to find the right path to fix this iss...
2005 Feb 12
1
Trimming Parallel Vectors.
Good Day All !
I have a 2-D vector of mode numeric and a parallel 1-D vector of mode numeric. 
Here are my values.
2-D vector         1-D vector
80 75 85 80       80
70 80 90 80       80  
60 70 80 70       70
85 75 95 85       85
70 60 90 60       70
My 1-D vector is the average across the rows of my 2-D vector.
I process each column of the 2-D vector in a loop.
When I trim my 2-D vector column for values less than 65, I have to trim the corr...
2004 Jan 12
1
E100P - connected to Cisco
...;br>
> [00 01 00 00 08 02 00 00 46 18 03 a9 83<br>
> [00 01 00 00 08 02 00 00 46 18 03 a9 83 9c<br>
> [00 01 00 00 08 02 00 00 46 18 03 a9 83 9c 79<br>
> [00 01 00 00 08 02 00 00 46 18 03 a9 83 9c 79 01<br>
> [00 01 00 00 08 02 00 00 46 18 03 a9 83 9c 79 01 80<br>
> [00 01 00 00 08 02 00 00 46 18 03 a9 83 9c 79 01 80 ]<br>
> [00 01 00 00 08 02 00 00 46 18 03 a9 83 9c 79 01 80 ]<br>
> Informational frame:<br>
> SAPI: 00  C/R: 0 EA: 0<br>
>  TEI: 000    &...
2004 Mar 17
9
Frequency table
...guess this should be done with
table. Or perhaps factor and split. Or prop.table. cut? findInterval? Argh!
Please correct me if what I am looking for is not called a "frequency table".
Perhaps it's called grouped data.
> zz$x9
 [1] 65 70 85 65 65 65 62 55 82 59 55 66 74 55 65 56 80 73 45 64 75 58 60 56 60
[26] 65 53 63 72 80 90 95 55 70 79 62 57 65 60 47 61 53 80 75 72 87 52 72 80 85
[51] 75 70 84 60 72 70 76 70 79 72 69 80 62 74 54 58 58 69 81 84
I (think) I want it to look like:
40-49   2
50-59   15
60-69   20
70-79   19
80-89   12
90-99   2
Or the other way around with...
2003 Dec 11
2
FAX application does not work for me....
...ng OK
Scan line length: 215mm
Recording length: A4 (297mm)
Receiver's minimum scan line time: 0ms at 3.85 l/mm: T7.7 = T3.85
R8x15.4lines/mm OK
Inch-based resolution preferred: no
Metric-based resolution preferred: no
Minimum scan line time for higher resolutions: T15.4 = T7.7
>>> DIS: 80 00 c6 f0 80 80 01
HDLC underflow in state 9
Changed from phase 4 to 3
T4 timeout in state 9
Changed from phase 3 to 4
Sending ident
>>> CSI: 40 38 37 36 35 34 33 32 31 20 20 20 20 20 20 20 20 20 20 20 20
DIS:
Store and forward Internet fax: no
Real-time Internet fax: no
Preferred octets: 2...