华夏回报基金金怎么样6#8xw

6x2W,7x2W,8x2W 6*2W,7*2W,8*2W LED驱动电源_价格_图片_简介_爱帮网
价格:7.9元
最小采购量:不限 品牌/型号:LJ/LJ-6-8*2W 加工定制:否
6x2W,7x2W,8x2W 6*2W,7*2W,8*2W LED驱动电源的详细信息
品牌/型号:LJ/LJ-6-8*2W加工定制:否输出电流:300~330m(A)频率范围:47~63(HZ)输入电压:AC85~264(V)V输出电压:DC19~26(V)V输出功率:12~16(W)W产品认证:CE
6x2W,7x2W,8x2W 6*2W,7*2W,8*2W LED驱动电源商品描述: 1、功能特点 u过流、短路、过温、等保护;u超小体积设计。u采用高效率、低功耗、稳定的芯片达到节能、环保的目的。u输入范围宽,无需区分正负极u恒定的输出电流,低纹波。保证了LED使用的安全性、稳定性、提高了LED的光效,减少了光衰。u应用于一般射灯,球泡灯杯等。
2、规格参数产品型号LJ-6-8*2W输入特性输入电压AC:85~265V输入频率1MHz以下功率因数0.75转换效率80%空载输入功率0.15W带载输入功率9.15~11.15W输出特性输出类型降压型恒流驱动电源输出功率12~16W输出电压DC 19~26V输出电流300MA空载输出纹波 带载输出纹波 保护功能输出短路保护&输出开路保护&过压保护 过温保护&输入-输出耐压测试 其它参数工作温度-10℃~ +45℃工作湿度20%~ 80%RH储存温度-20℃~ +65℃储存湿度10%~ 90%RH
喜欢6x2W,7x2W,8x2W 6*2W,7*2W,8*2W LED驱动电源的用户也关注了
电力专用逆变电源
9X1WLED高压恒流驱动电源-TBL
3X3W LED高压恒流驱动电源,CE认证-TBL
6X1WLED高压恒流驱动电源-TBL
与“6x2W,7x2W,8x2W 6*2W,7*2W,8*2W LED驱动电源”相关的商家
做客推荐,让您感受不一样的生活
深圳市博世嘉科技有限公司&&共64人浏览
深圳金宇宙光电有限公司&&共66人浏览
杭州鸿宝电器有限公司&&共55人浏览当前位置:&&&&&&&&&&&&
致电我们:021-695063Fax:021-
推荐丝杠加工定做维修
12:36:46-1703From cfrandal@iastate.edu Fri Jul 16 22:27:33 1993
Return-Path:
Received: from dxmint.cern.ch by
nxoc01.cern.ch
(NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
id AA17563; Fri, 16 Jul 93 22:27:31 MET DST
Received: from yen.cc.iastate.edu by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
id AA09583; Fri, 16 Jul :25 +0200
Received: by iastate.edu with sendmail-5.57/4.7
id ; Fri, 16 Jul 93 15:51:21 -0500
From: cfrandal@iastate.edu
Message-Id:
To: timbl@nxoc01.cern.ch
Cc: cfrandal@iastate.edu
Subject: httpd Daemon problem
Date: Fri, 16 Jul 93 15:51:20 CDT
Content-Length: 12602
X-Lines: 301
Status: RO
Sorry about the nxoc01 address, but info.cern.ch bounced.
I believe that I've isolated a bug in 'httpd_2.07'.
Hardware: DECstation
ULTRIX V4.2A (Rev. 47) System #3: Mon Jan 11 14:01:03 CST 1993
Compiler: gcc version 2.4.3
I don't know where to begin with this, but I've isolated the point where
things begin to fall apart.
I know you're busy, but this seems like a problem that will be difficult
to track down. I began searching for a problem when the server would
work when hosting one directory and not another. I can include examples
of that if you'd like.
I fired up 'gdb httpd_2.07' bravely, and came up with the following:
It looks like the following chunk of code is the problem:
--- begin example src ---
PRIVATE void get_host_details(void)
PRIVATE void get_host_details()
#ifndef MAXHOSTNAMELEN
#define MAXHOSTNAMELEN 64
/* Arbitrary limit */
char name[MAXHOSTNAMELEN+1];
/* The name of this host */
#ifdef NEED_HOST_ADDRESS
/* no -- needs name server! */
struct hostent *
/* Pointer to host -- See netdb.h */
int namelength = sizeof(name);
/*this line*/
if (hostname)
/* Already done */
gethostname(name, namelength);
/* Without domain */
CTRACE(tfp, "TCP: Local host name is %s\n", name);
StrAllocCopy(hostname, name);
--- end example src ---
Basically, the info in 'hostname' is garbage. It must be getting
clobbered somewhere else. If set to '0x0' then all is well for the rest
of the program. It looks like 'get_host_details()' is called in the
beginning of the program and that this is the second time that it is
called. I've included a log of an example gdb session which shows this:
--- begin gdb session log ---
root@yen.cc> gdb httpd_2.07
GDB 3.92.6, Copyright (C) 1990 Free Software Foundation, Inc.
There is ABSOLUTELY NO WARRANTY for GDB; type "info warranty" for details.
GDB is free software and you are welcome to distribute copies of it
unde type "info copying" to see the conditions.
Type "help" for a list of commands.
Reading symbol data from httpd_2.07...Reading symbol data from /local/isu_userveWWW/WWW/Daemon/decstation/httpd_2.07...done.
(gdb) break HTFile
Line number not known for symbol "HTFile"
(gdb) run -v -p 80 /home/www/html
Starting program: /local/isu_userveWWW/WWW/Daemon/decstation/httpd_2.07 -v -p 80 /home/www/html
TCP: Local host name is yen.cc.iastate.edu
Rule: For `/*' op 2 `file://yen.cc.iastate.edu/home/www/html/*'
Rule: For `*' op 3 `(null)'
Daemon: Parsed address as port 80, inet 0.0.0.0
IP: Opened socket number 6
Daemon: Master socket(), bind() and listen() all OK
Daemon: Waiting for connection or message. (Mask=40 hex, max=7 hex).
Daemon: New incoming connection:
Daemon: Accepted new socket 7
Daemon: Waiting for connection or message. (Mask=c0 hex, max=8 hex).
Message waiting on socket 7
Daemon: Reading socket 7 from host 129.186.142.32
Daemon: net read returned 209, errno=0
Daemon: Client accepts text/plain
Daemon: Client accepts text/html
Daemon: Client accepts image/jpeg
Daemon: Client accepts image/x-tiff
Daemon: Client accepts image/gif
Daemon: Client accepts application/postscript
New anchor
has hash 85 and address `/welcome.html'
HTAccess: loading document /welcome.html
For `/welcome.html' using `file://yen.cc.iastate.edu/home/www/html/welcome.html'
HTRule: ...and pass `file://yen.cc.iastate.edu/home/www/html/welcome.html'
Node `file://yen.cc.iastate.edu/home/www/html/welcome.html' means file `/Net/yen.cc.iastate.edu/home/www/html/welcome.html'
HTFile: can't stat /Net/yen.cc.iastate.edu/home/www/html/welcome.html
HTFile: Opening `/Net/yen.cc.iastate.edu/home/www/html/welcome.html' gives
FTP: Looking for file://yen.cc.iastate.edu/home/www/html/welcome.html
TCP: Parsed address as port 21, IP address 129.186.142.76
FTP connected, socket 8
Rx: 220 yen.cc.iastate.edu FTP server (Vincent V1.0-53 [15 Sep 1992]) ready.
Tx: USER anonymous
Rx: 530 User anonymous unknown.
FTP: Login fail: 530 User anonymous unknown.
FTP: Closing control socket 8
HTAccess: Can't access `/welcome.html'
HTDaemon: *** Returning ERROR 500:
Unable to access document.
Daemon: Socket 7 disconnected by peer
Daemon: Waiting for connection or message. (Mask=40 hex, max=8 hex).
Program received signal 2, Interrupt
0x41a3b8 in select () (../select.s line 18)
../select.s: No such file or directory.
(gdb) kill
Kill the inferior process? (y or n) y
(gdb) break HTLocalName
Breakpoint 1 at 0x4081bc: file ../../Library/Implementation/HTFile.c, line 306.
Starting program: /local/isu_userveWWW/WWW/Daemon/decstation/httpd_2.07 -v -p 80 /home/www/html
TCP: Local host name is yen.cc.iastate.edu
Rule: For `/*' op 2 `file://yen.cc.iastate.edu/home/www/html/*'
Rule: For `*' op 3 `(null)'
Daemon: Parsed address as port 80, inet 0.0.0.0
IP: Opened socket number 6
Daemon: Master socket(), bind() and listen() all OK
Daemon: Waiting for connection or message. (Mask=40 hex, max=7 hex).
Daemon: New incoming connection:
Daemon: Accepted new socket 7
Daemon: Waiting for connection or message. (Mask=c0 hex, max=8 hex).
Message waiting on socket 7
Daemon: Reading socket 7 from host 129.186.142.32
Daemon: net read returned 209, errno=0
Daemon: Client accepts text/plain
Daemon: Client accepts text/html
Daemon: Client accepts image/jpeg
Daemon: Client accepts image/x-tiff
Daemon: Client accepts image/gif
Daemon: Client accepts application/postscript
New anchor
has hash 85 and address `/welcome.html'
HTAccess: loading document /welcome.html
For `/welcome.html' using `file://yen.cc.iastate.edu/home/www/html/welcome.html'
HTRule: ...and pass `file://yen.cc.iastate.edu/home/www/html/welcome.html'
Breakpoint 1, HTLocalName (name=0x "file://yen.cc.iastate.edu/home/www/html/welcome.html") (../../Library/Implementation/HTFile.c line 307)
char * access = HTParse(name, "", PARSE_ACCESS);
char * host = HTParse(name, "", PARSE_HOST);
char * path = HTParse(name, "", PARSE_PATH+PARSE_PUNCTUATION);
HTUnEscape(path); /* Interpret % signs */
if (0==strcmp(access, "file")) {
free(access);
if ((0==strcasecomp(host, HTHostName())) ||
(gdb) print host
$1 = 0x "yen.cc.iastate.edu"
HTHostName () (../../Library/Implementation/HTTCP.c line 312)
get_host_details();
get_host_details () (../../Library/Implementation/HTTCP.c line 281)
int namelength = sizeof(name);
if (hostname)
/* Already done */
(gdb) print hostname
$2 = 0x "ww/html/*"
(gdb) break 281
Breakpoint 2 at 0x403958: file ../../Library/Implementation/HTTCP.c, line 281.
(gdb) set hostname=0x0
gethostname(name, namelength); /* Without domain */
CTRACE(tfp, "TCP: Local host name is %s\n", name);
(gdb) print name
$3 = {"yen.cc.iastate.edu\000\\177\364\201@\000\300\346\000\020", '\000' , "\350\257\377\177\200\000\001\020\207\000\001\020\232"}
(gdb) cont
Continuing.
TCP: Local host name is yen.cc.iastate.edu
Node `file://yen.cc.iastate.edu/home/www/html/welcome.html' means path `/home/www/html/welcome.html'
HTFile: Opening `/home/www/html/welcome.html' gives
File mode is 0100755, uid=491, gid=0. My uid=0, 12 groups (
1 0 3 5 6 7 9 10 31 28)
File is not editable.
HTFormat: Constructing stream stack for text/html to www/present
HTDaemon: Retrieve Ok, Content-type text/html
HTAccess: `/welcome.html' has been accessed.
Daemon: Socket 7 disconnected by peer
Daemon: Waiting for connection or message. (Mask=40 hex, max=8 hex).
Daemon: New incoming connection:
Daemon: Accepted new socket 7
Daemon: Waiting for connection or message. (Mask=c0 hex, max=8 hex).
Message waiting on socket 7
Daemon: Reading socket 7 from host 129.186.142.76
Daemon: net read returned 19, errno=9
with address `/welcome.html' already exists.
HTAccess: loading document /welcome.html
For `/welcome.html' using `file://yen.cc.iastate.edu/home/www/html/welcome.html'
HTRule: ...and pass `file://yen.cc.iastate.edu/home/www/html/welcome.html'
Breakpoint 1, HTLocalName (name=0x "file://yen.cc.iastate.edu/home/www/html/welcome.html") (../../Library/Implementation/HTFile.c line 307)
char * access = HTParse(name, "", PARSE_ACCESS);
(gdb) cont
Continuing.
Breakpoint 2, get_host_details () (../../Library/Implementation/HTTCP.c line 281)
int namelength = sizeof(name);
(gdb) cont
Continuing.
Node `file://yen.cc.iastate.edu/home/www/html/welcome.html' means path `/home/www/html/welcome.html'
HTFile: Opening `/home/www/html/welcome.html' gives
File mode is 0100755, uid=491, gid=0. My uid=0, 12 groups (
1 0 3 5 6 7 9 10 31 28)
File is not editable.
HTFormat: Constructing stream stack for text/html to www/present
HTDaemon: Retrieve Ok, Content-type text/html
HTAccess: `/welcome.html' has been accessed.
Daemon: Socket 7 disconnected by peer
Daemon: Waiting for connection or message. (Mask=40 hex, max=8 hex).
Daemon: New incoming connection:
Daemon: Accepted new socket 7
Daemon: Waiting for connection or message. (Mask=c0 hex, max=8 hex).
Message waiting on socket 7
Daemon: Reading socket 7 from host 129.186.142.32
Daemon: net read returned 210, errno=9
Daemon: Client accepts text/plain
Daemon: Client accepts text/html
Daemon: Client accepts image/jpeg
Daemon: Client accepts image/x-tiff
Daemon: Client accepts image/gif
Daemon: Client accepts application/postscript
New anchor
has hash 38 and address `/pv-intro.html'
HTAccess: loading document /pv-intro.html
For `/pv-intro.html' using `file://yen.cc.iastate.edu/home/www/html/pv-intro.html'
HTRule: ...and pass `file://yen.cc.iastate.edu/home/www/html/pv-intro.html'
Breakpoint 1, HTLocalName (name=0x "file://yen.cc.iastate.edu/home/www/html/pv-intro.html") (../../Library/Implementation/HTFile.c line 307)
char * access = HTParse(name, "", PARSE_ACCESS);
(gdb) cont
Continuing.
Breakpoint 2, get_host_details () (../../Library/Implementation/HTTCP.c line 281)
int namelength = sizeof(name);
if (hostname)
/* Already done */
(gdb) print hostname
$4 = 0x "yen.cc.iastate.edu"
(gdb) cont
Continuing.
Node `file://yen.cc.iastate.edu/home/www/html/pv-intro.html' means path `/home/www/html/pv-intro.html'
HTFile: Opening `/home/www/html/pv-intro.html' gives
File mode is 0100645, uid=491, gid=0. My uid=0, 12 groups (
1 0 3 5 6 7 9 10 31 28)
File is not editable.
HTFormat: Constructing stream stack for text/html to www/present
HTDaemon: Retrieve Ok, Content-type text/html
HTAccess: `/pv-intro.html' has been accessed.
Daemon: Socket 7 disconnected by peer
Daemon: Waiting for connection or message. (Mask=40 hex, max=8 hex).
Daemon: New incoming connection:
Daemon: Accepted new socket 7
Daemon: Waiting for connection or message. (Mask=c0 hex, max=8 hex).
Message waiting on socket 7
Daemon: Reading socket 7 from host 129.186.142.32
Daemon: net read returned 223, errno=9
Daemon: Client accepts text/plain
Daemon: Client accepts text/html
Daemon: Client accepts image/jpeg
Daemon: Client accepts image/x-tiff
Daemon: Client accepts image/gif
Daemon: Client accepts application/postscript
New anchor
has hash 81 and address `/pv_booklet/pv_booklet.html'
HTAccess: loading document /pv_booklet/pv_booklet.html
For `/pv_booklet/pv_booklet.html' using `file://yen.cc.iastate.edu/home/www/html/pv_booklet/pv_booklet.html'
HTRule: ...and pass `file://yen.cc.iastate.edu/home/www/html/pv_booklet/pv_booklet.html'
Breakpoint 1, HTLocalName (name=0x "file://yen.cc.iastate.edu/home/www/html/pv_booklet/pv_booklet.html") (../../Library/Implementation/HTFile.c line 307)
char * access = HTParse(name, "", PARSE_ACCESS);
(gdb) quit
The program is running.
Quit anyway? (y or n) y
root@yen.cc> exit
--- end gdb session log ---
As I said before, I think that 'hostname' is getting clobbered somewhere
between it's first call and it's second call.
I'm planning on removing the offending line to force the hostname lookup
every time as a quick fix, but I think that this should be looked at
Charles F. Randall IV
e-mail: cfrandal@iastate.edu
Systems Analyst
voice : (515) 294-9316
Computation Center
office: 113 Durham
Iowa State University
From piers@livenet.ac.uk
Thu Oct 14 12:05:50 1993
Return-Path:
Received: from dxmint.cern.ch by
nxoc01.cern.ch
(NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
id AA26478; Thu, 14 Oct 93 12:05:50 MET
Received: from punch.ic.ac.uk by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
id AA07966; Thu, 14 Oct :29 +0100
Received: from hub.livenet.ac.uk by punch.ic.ac.uk with SMTP (PP)
id ; Thu, 14 Oct :04 +0100
Received: by livenet.livenet.ac.uk (4.1/3.0) id AA15777;
Thu, 14 Oct 93 12:34:19 BST
Date: Thu, 14 Oct 93 12:34:19 BST
From: piers@livenet.ac.uk (Piers O'Hanlon)
Message-Id:
To: mosaic-x@ncsa.uiuc.edu
Subject: Bug things
Cc: www-bug@nxoc01.cern.ch
Content-Length: 1726
X-Lines: 44
Status: RO
I just got a message from my xmosaic ver2.0pre5:
**** HTAccess: socket or file number 1 returned by obsolete load routine!
**** HTAccess: Internal software error. Please mail mosaic-x@ncsa.uiuc.edu
and www-bug@info.cern.ch!
The resulting error report was as follows:
Requested document (URL ftp://mailbase.ac.uk/pub/lists-k-o/nir) could not be
The information server either is not accessible or is refusing to serve the
document to you.
[I think the access problem is due to a unaccessible link set up there]
I was trying to access the mailbase.ac.uk ftp archive. I loaded up the
/pub/lists-k-o then selected `nir` and the message came up as shown. Also
I noticed that the ftp access software seems to miss a directory in
the /pub dir. This dir is `lists` - it is available via a conventional
ftp access but does not show when xmosaic lists the dir, though every
other file seems to be there. The only odd thing I noticed about this
/pub/lists directory entry is that it has a large number of links to it,
detailed in the output from a dir command:
dr-xr-xr-x358 ftp
8192 Oct 13 18:16 lists
I don't quite know how the ftp processing works but possibly since the
output lacks a space between the permissions and the no. of links field
the ftp client may be getting confused?
I've one silly suggestion to make about your spinning icon - maybe you
could have some particles just moving along the particle trace lines
that already surround central sphere - instead of spinning the entire
logo which tends to be a bit jerky.
Anyway I'm impressed with this version of xmosaic apart from these odd
Piers O'Hanlon
______________
Audio Visual Centre
University College London.
From www-talk-request Sat Oct 16 00:25:00 1993
Received: from dxmint.cern.ch by dxcern.cern.ch (5.65/DEC-Ultrix/4.3)
id AA09579; Sat, 16 Oct :00 +0100
Received: from data.nas.nasa.gov by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
id AA17328; Sat, 16 Oct :58 +0100
Received: from [128.141.1.113] by data.nas.nasa.gov (5.67-NAS.6/5.67-NAS-1.1(mx))
id AA23984; Thu, 14 Oct 93 13:54:29 -0700
Received: from dxcern.cern.ch by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
id AA15183; Thu, 14 Oct :09 +0100
Received: by dxcern.cern.ch (5.65/DEC-Ultrix/4.3)
id AA28834; Thu, 14 Oct :55 +0100
Received: from dxmint.cern.ch by dxcern.cern.ch (5.65/DEC-Ultrix/4.3)
id AA28822; Thu, 14 Oct :53 +0100
Received: from nxoc01.cern.ch by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
id AA11841; Thu, 14 Oct :51 +0100
Received: from dxmint.cern.ch by
nxoc01.cern.ch
(NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
id AA13133; Thu, 14 Oct 93 18:42:07 MET
Received: from AXCRNB.DECnet MAIL11D_V3 by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
id AA11832; Thu, 14 Oct :47 +0100
Date: Thu, 14 Oct :47 +0100
Message-Id:
From: roeber@axcrnb.cern.ch (Frederick G.M. Roeber)
X-Vms-To: dxmint::www-talk@info.cern.ch
X-Vms-Cc: ROEBER
Subject: CERN server and HTTP/1 clash?
X-Mail11-Ostype: VAX/VMS
Apparently-To:
Content-Length: 941
X-Lines: 17
Status: RO
A couple days ago I started playing with NCSA Mosaic 2.0.5 (yes, I know it's
unsupported).
Using it, I receive a lot of errors from http servers,
particularly the info.cern.ch server (which is presumably the CERN httpd).
error is the usual "Error / Requested document (URL blah) could not be accessed.
The information server either is not accessible or is refusing to serve the
document to you."
Bouncing on reload doesn't help.
I've tried telnetting to port 80 of info when I receive this message, and sure
enough "Connection refused."
If I wait a little while, then I can telnet or
This can't be just a server problem (like overload) -- it started exactly when I
started using 2.0.5.
But it can't be just Mosaic, or telnetting would work
So I wonder: might 2.0.5's new HTTP/1 support annoy old HTTP/0 servers
like what's running on info?
From www-talk-request Sat Oct 16 00:28:26 1993
Received: from dxmint.cern.ch by dxcern.cern.ch (5.65/DEC-Ultrix/4.3)
id AA11187; Sat, 16 Oct :26 +0100
Received: from data.nas.nasa.gov by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
id AA17450; Sat, 16 Oct :24 +0100
Received: from [128.141.1.113] by data.nas.nasa.gov (5.67-NAS.6/5.67-NAS-1.1(mx))
id AA24183; Thu, 14 Oct 93 13:57:07 -0700
Received: from dxcern.cern.ch by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
id AA21066; Thu, 14 Oct :04 +0100
Received: by dxcern.cern.ch (5.65/DEC-Ultrix/4.3)
id AA10462; Thu, 14 Oct :46 +0100
Received: from dxmint.cern.ch by dxcern.cern.ch (5.65/DEC-Ultrix/4.3)
id AA10456; Thu, 14 Oct :43 +0100
Received: from nxoc01.cern.ch by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
id AA17873; Thu, 14 Oct :41 +0100
Received: from dxmint.cern.ch by
nxoc01.cern.ch
(NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
id AA13964; Thu, 14 Oct 93 19:02:58 MET
Received: from newton.ncsa.uiuc.edu by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
id AA17814; Thu, 14 Oct :37 +0100
Received: from wintermute.ncsa.uiuc.edu by newton.ncsa.uiuc.edu with SMTP id AA19424
(5.65a/IDA-1.4.2 for www-talk@nxoc01.cern.ch); Thu, 14 Oct 93 13:29:17 -0500
Received: by wintermute.ncsa.uiuc.edu (930416.SGI/911001.SGI)
for @newton.ncsa.uiuc.edu:www-talk@nxoc01.cern.ch id AA00983; Thu, 14 Oct 93 13:29:37 -0700
Date: Thu, 14 Oct 93 13:29:37 -0700
From: marca@ncsa.uiuc.edu (Marc Andreessen)
Message-Id:
To: roeber@axcrnb.cern.ch (Frederick G.M. Roeber)
Cc: www-talk@nxoc01.cern.ch
Subject: CERN server and HTTP/1 clash?
In-Reply-To:
References:
Content-Length: 1428
X-Lines: 30
Status: RO
Frederick G.M. Roeber writes:
> A couple days ago I started playing with NCSA Mosaic 2.0.5 (yes, I
> know it's unsupported).
Using it, I receive a lot of errors from
> http servers, particularly the info.cern.ch server (which is
> presumably the CERN httpd).
The error is the usual "Error /
> Requested document (URL blah) could not be accessed.
> information server either is not accessible or is refusing to serve
> the document to you."
Bouncing on reload doesn't help.
> I've tried telnetting to port 80 of info when I receive this
> message, and sure enough "Connection refused."
If I wait a little
> while, then I can telnet or reload.
> This can't be just a server problem (like overload) -- it started
> exactly when I started using 2.0.5.
But it can't be just Mosaic, or
> telnetting would work fine.
So I wonder: might 2.0.5's new HTTP/1
> support annoy old HTTP/0 servers like what's running on info?
Nope, that's not it -- the CERN server is the original HTTP/1.0
Believe it or not, I think the CERN server is dying on a SIGPIPE in
some circumstances (i.e. when the connection is interrupted on the
client end -- the socket breaks, the server tries to keep writing, the
client isn't trapping the signal, and boom).
I sent a note around a
while back but never got a response from Tim, and I don't know what he
plans to do about it (if anything), or even if it really is the
From guenther.fischer@hrz.tu-chemnitz.de Tue Oct 19 09:23:13 1993
Received: from dxmint.cern.ch by dxcern.cern.ch (5.65/DEC-Ultrix/4.3)
id AA05726; Tue, 19 Oct :13 +0100
Received: from obelix.hrz.tu-chemnitz.de by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
id AA25207; Tue, 19 Oct :08 +0100
Received: from attila.hrz.tu-chemnitz.de by obelix.hrz.tu-chemnitz.de
with Local SMTP (PP) id ;
Tue, 19 Oct :56 +0100
Received: from flash1.hrz.tu-chemnitz.de
by attila.hrz.tu-chemnitz.de (4.1/SMI-4.1) id AA13757;
Tue, 19 Oct 93 09:21:12 +0100
From: guenther.fischer@hrz.tu-chemnitz.de (Guenther Fischer)
Received: by flash1.hrz.tu-chemnitz.de (4.1/client-1.5) id AA00398;
Tue, 19 Oct 93 09:21:45 +0100
Message-Id:
Subject: xmosaic-sun5?
To: www-talk-request
Date: Tue, 19 Oct :45 +0100 (MET)
Reply-To: guenther.fischer@hrz.tu-chemnitz.de
X-Mailer: ELM [version 2.4 PL21]
Mime-Version: 1.0
Content-Type: text/ charset=US-ASCII
Content-Transfer-Encoding: 7bit
Content-Length: 192
Status: RO
Is there a binary for xmosaic on Solaris 2.2 ?
Guenther Fischer
Institute: TU Chemnitz, Universitaetsrechenzentrum
fischer@hrz.tu-chemnitz.de
From cons@dxcern.cern.ch Tue Oct 19 15:46:50 1993
Return-Path:
Received: from dxmint.cern.ch by
nxoc01.cern.ch
(NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
id AA06209; Tue, 19 Oct 93 15:46:48 MET
Received: from mercury.cern.ch by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
id AA29437; Tue, 19 Oct :41 +0100
Message-Id:
Received: by mercury.cern.ch
(1.37.109.4/16.2) id AA05168; Tue, 19 Oct 93 16:15:40 +0100
Date: Tue, 19 Oct 93 16:15:40 +0100
From: Lionel Cons
Reply-To: Lionel Cons
To: timbl@nxoc01.cern.ch
Subject: texi2html
Content-Length: 22480
X-Lines: 397
Status: RO
As you know, I've written a Perl script to convert Texinfo files to
HTML. I think that it can be useful to many people so can you put it
on your anonymous FTP server (info) under /pub/www/contrib?
Lionel Cons
+------ CERN - European Laboratory for Particle Physics ------+
| E-mail: Lionel.Cons@cern.ch
| Earth-mail: CN/SW/WS, CERN, CH-1211 GENEVE 23, Switzerland
| Phone: + (41 22) 767 49 13
Fax: + (41 22) 767 71 55 |
+-------------------------------------------------------------+
If everything else fails, read the manual.
If it still does not work, try to plug it in.
+-------------------------------------------------------+
#---------------------------------- cut here ----------------------------------
# This is a shell archive.
Remove anything before this line,
# then unpack it by saving it in a file and typing "sh file".
# Wrapped by Lionel Cons
on Tue Oct 19 09:32:54 1993
# This archive contains:
# texi2html
# Existing files will not be overwritten.
# Error checking via sum(1) will be performed.
# Files are compressed using compress(1).
LANG=""; export LANG
PATH=/bin:/usr/bin:$PATH; export PATH
if sum -r /dev/null 2>&1
sumopt='-r'
if test -f texi2html
echo Ok to overwrite existing file texi2html\?
read answer
case "$answer" in
[yY]*) echo P;
*) echo A exit 1;;
rm -f texi2html
if test -f texi2html
echo Error: could not remove texi2html, aborting
echo x - texi2html '[compressed]'
uudecode <<'@eof'
begin 600 texi2html
M'YV0(T*\J#-'S@LV;\:$8?-"3!HW+^"4D<-&P0DR:4[LL)CF# P8&A6,6#&BX
MI,F3*%.J7,FRI<N7(D'(G$FSILV;.'/JW,ES1$PC:=B4T0&"3AD\:62@H=.&X
M##02?/&#5$H<MZ<D1.F3=$W1=FZF6/FX
MC1RW.FSL(Y;T$@H=*$B0NH5+-*GAR5:HN7F#-KWKQ2X
M04P@*$:D,(I4*5,V"6*XB%$#1 P8+UB_R#$CP16P=(RZ 2$F#P@F9-V4<3JDX
M[!P6(,88!T(&SYB);EP\EQ-]#!K/5:F@X3MX-YPP9_C6E5,431K$/&_ALSY;EG1E!\$6:?0KN)449,=J11QAWU@4#0X
M0V?HEYQ>W=EW@AMIF0%@"]T5]9=I39W@0DQ0"!7&''S)4488]M&QW85PY '6X
M&4O=EY^,^_4'PG\6AOA=>">*M,*1G"6IY)(EQ439DU#6%%EQP<034TSQ)PZ+$OJ%FD;\&8,-&RE @J%"2%'$X
MGR=PL<467-S!Q0M=K,!%%QHED$!5HH(PWGV\I2$&&V2M!P>IX
M$4DP442M=)Z Z@NINK!""ZW&.BL(M=X:AJT$@N!&6PN28$404C +@K.I4KN"X
MM;2.JBT(=H0!5AB[\O7M7IXZ\82:YIY@[;79VH6K&V_0YRVXGE*!1!)30"'%X
M$T?\*0)I22W5E&NKU2#"#K)6E9Y:;+EU;X$^VC'1',$EO&\06?QI0GIEY);'X
M%V3@5P;'U_*Z!E\BR
#"%.4(589;2A(7@PYT":"9R6P.(8,0IGL%)THR'HMX
MQ6X$YO)13V< @G8= (=;\!Q G(PL$"VV=:%,;0<:[OF=MDUG5"'X
M&X4532P9=N6>7\X?1GBH+COK,IU@>^:YES$&X
MUVZL3GOK:7H??+I*1_/+".P_]Y\J_KCARSQ_?^^^X7Z\[X
M".%WCKSRY@M/?-TT;"\]]:FSSW[VR,4O_KGF=P_Y]R#0G_K&!P?,E<]^V!L#X
M_*"7@DZ50$84FL,7!@.'/U6M8X*1FXB0DC6X0%!RB$$!$.KRACWT(06)64QCX
M?B2SO7'[!0MU.$,.UO? $8J ;+QA&QY"D!FVX(V>@\,;'O+$X
M';8@!(?,XPG2PTA#\@&1K7-1\MC0R'/U()!3/!?::I:'NI$ 3D1@61X;R+0YX
MT"$/0IF@!JEFM:I0<(. @8LK8=D5$(B0A'L0@[Q.F$+&,(&%7=F?[U VAQEBX
M\EQBF*$0GGF",:3!*#,<0A*H4 1J*H<^V=Q7-[<W/(K,L)QL &)5YB 1:RXDX
M.2LJ W+&8(;'F.!R;)C9+H6B3#*8H7@[)((1G$!-,K0!H.=2IX18))0YN'"*X
M)R#:KV98A"90(+AG ?/YA7TN"*(9X
MV6$2J+D&,0!NATL0 A%H6H92XE2GU)RCOUB P;TEKX!V,0H9E#F'MJAMAU,(X
M0A.@T-&/@B"D(ZU#28^3')2J% XL=2E3%;A#KRB4G<)+PSL5PJ*3VA.?^GPEX
M/R'JRK1(;H93H,+#G' $:G:2AAS=WECH()2ZN.&O"B7(/+$;[A#2\ PNULX
M]5H4HDTQQD1F8\V&$7:R(0P^/9?#QGG#HS@UHSL2O&+G#)][X
M0Y):Z7T[%,*CAK"$*%3A"=Q<[NYZ\UB5X
MZ&+IAM<D6AKTD-X=5H$)XN7/]"9BLQD^ <"K="!]S$!:"]8R@Q5,+5P6_)!KX
M!@<$<T!#4L<@4L3<]HA.*4LRU51<I@!CO,X
M,<;JF[$97BF1%[.-=3KF<MB(OF<;_W)R2<[Q@&TL9X
M!#CVW(*%'&4G4YG&0K:RE[5,8R1?.<NM8S(<SLRZ=6IXLQR^[Y?-L+=:6QC$%A!7FJM%Z9IG+:_5ID\>Z@"B\CS!+$$Y])&!O/7:%SG'6YYUHW.X
M,WRPV^D"/W;09D.SH)%2),,_Q-*CI)118]WDO,BJ8X
MLM,VZ)AI^*;'JPH>4KSB/N_MRHQVP[AUO>?F'?O/Z+[SN EMZ%&;0='QAK*ZX
M'0WIM+Z3TG>Q]IP?F^\:RV'<Q XU<OM;TLGF8:8_O;!4_;O+VMX
M;=9Y]H%O:.D:PN)@#'[P#![6Y=#A$&YR\T?.G@.TX&2L'!4_G7,TJ8IB&\KBX
M<RGGL$]O)G*FGN,,;[@LN@GCV(&</!7+*P]?3[O8[29C$M*!8$9Q*=9;-]LTX
M+%M%BCQ!]E\6>[IE"&U%^ZYWBV@YT\>"HO^)EHX
M?2Z95>1F(U3U%?NRN6.17 ID'(:ZU$$.WY%(X(%L:#@,1@YKF'OG>S>@;R%$X
MI)#W'@@A+YSZ0)[RD&G?#N3-()\,%[:3NV>\?>A/$#3<?_[UX
MAP97A'_LYR/\EV$#"'EK 7_QE7\1Y2,+F%F+YUDC@21F<H$8V"5?LH%<4A5!X
M( =G,&"'=57R@C*2@QP5-A8+<1[X<6$!-A,B88>(-,@B:*]04.X
ML2N]PA:_XAMT$@-V0A";)S&JMGE$00(_LP4MH'YCL 9=
).> 8(X5!O-X5.X
MN!>%H84MX%O7Y(4F(P?6QR)3.#)<X 8;HP!W8!Y"X4LD\ 5_0@+DT (O@$)[H
TD6&)MQ$TX7>^Q(<M8 <H,!%E6 8I\ ,D\(<UL0<A1TP(E]((@S@8@HH(ADT(A+= :1B )<0 8K$(F3"(B72!^IX
)\P ?" *A>(@ 4HI]. 8HL!U1"(N4:!.62 )0N :;X
MV(G "(JB*!.DJ(AG@ )7V%1RD ?,B$(S\8P[:(5O@(7?.(V_&(S#.(K%J(AMX
MT(B%$8XX\8QF=P<3)&#JZ(G62(R)V(=S@ )@=4WTZ(R7"(:C108)L8_5*(S7X
M" (8P1<D8(3AL1&A2(K0J(QK (@/&9&72)%\L3=
(186). (psebos@phgasos)BUILD
________________________________________________________________
WWW build for machine type:
/tmp/.ps/www/server/WWW/All/Implementation
if [ ! -r ../../Library/sun4 ] ; then mkdir ../../Library/sun4; else echo OK ; fi
(cd ../../Library/sun4; \
make -f ../../All/Implementation/Makefile.product)
`/usr/tmp/Library/sun4/libwww.a' is up to date.
if [ ! -r ../../LineMode/sun4 ] ; then mkdir ../../LineMode/sun4; else echo OK ; fi
(cd ../../LineMode/sun4; \
make -f ../../All/Implementation/Makefile.product)
make: Warning: Can't find `../Implementation/CommonMakefile': No such file or directory
Current working directory /tmp/.ps/www/server/WWW/LineMode/sun4
make: Fatal error in reader: ../../All/Implementation/Makefile.product, line 2: Read of include file `../Implementation/CommonMakefile' failed
Current working directory /tmp/.ps/www/server/WWW/LineMode/sun4
*** Error code 1
make: Fatal error: Command failed for target `all'
WWW build for
done. status =
----------------------------------------------------------
Actually I tryied to find the CommonMakeFile but the is no CommonMakeFile....
Can you help me????
Thanx in advance
Panos Sebos
psebos@phgasos.ntua.gr
From IO60032@maine.maine.edu
8 13:44:45 1993
Return-Path:
Received: from dxmint.cern.ch by
nxoc01.cern.ch
(NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
id AA10990; Mon, 8 Nov 93 13:44:45 MET
Received: from cearn.cern.ch by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
id AA15788; Mon, 8 Nov :33 +0100
Received: from CEARN.CERN.CH by CEARN.cern.ch (IBM VM SMTP V2R2)
with BSMTP id 2176; Mon, 08 Nov 93 14:13:22 SET
Received: from MAINE.CAPS.MAINE.EDU (NJE origin MAILER@MAINE) by CEARN.CERN.CH (LMail V1.1d/1.7f) with BSMTP id 8422; Mon, 8 Nov :22 +0100
Received: from MAINE.CAPS.MAINE.EDU (NJE origin IO60032@MAINE) by MAINE.CAPS.MAINE.EDU (LMail V1.1d/1.7f) with RFC822 id 9574; Mon, 8 Nov :29 -0500
Subject: MS Windows Mosaic
Message-Id:
From: IO60032%MAINE.BITNET@cearn.bitnet (Tex)
To: www-bug@nxoc01.cern.ch
Mon, 08 Nov 93 08:07:41 EST
Content-Length: 769
X-Lines: 17
Status: RO
I got the following error message when trying to access the server below
http://aka.dcrt.nih.gov:80/
This server worked fine for me the day before. Other servers seem to work
ok. I'm using the Trumpet Winsock Alpha #17 (only winsock I could find)
When queryed, when there is a problem it says it is trying to access
0.0.0.0 which of course it can't do.
Now for the error messages
****HTAccess : socket or filenumber returned by obsolete load routine
****HTAccess : Internal Software Error Please mail www-bug@info.cern.ch
If you could please tell be if it was somthing I did or if a different
socket driver would help (I would need to know where to get it) I would
GREATLY appreciate it.
From Darrell_Kindred@gs13.sp.cs.cmu.edu
8 22:54:54 1993
Return-Path:
Received: from dxmint.cern.ch by
nxoc01.cern.ch
(NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
id AA02156; Mon, 8 Nov 93 22:54:54 MET
Received: from GS13.SP.CS.CMU.EDU by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
id AA21556; Mon, 8 Nov :44 +0100
Received: from GS13.SP.CS.CMU.EDU by GS13.SP.CS.CMU.EDU id aa25880;
8 Nov 93 17:24:41 EST
From: Darrell.Kindred@cmu.edu
To: www-bug@nxoc01.cern.ch
Subject: news: URLs
Date: Mon, 08 Nov 93 17:24:38 EST
Message-Id:
Sender: Darrell_Kindred@gs13.sp.cs.cmu.edu
Content-Length: 664
X-Lines: 28
Status: RO
I'm not sure if this is the right em please let
me know if it's not.
http://info.cern.ch/hypertext/WWW/Addressing/NewsAddressing.html
> news: message_id
This refers to a given article explicitly.
The message_id is optionally
surrounded by angle brackets, and must contain an @ sign.
http://info.cern.ch/hypertext/WWW/Addressing/URL/5_BNF.html
> The "national" and "punctuation" characters fo not appear in any
> productions and therefore may not appear in URLs.
> punctuation
So it would seem that angle brackets are illegal in URLs.
From root@seborgia.eardc.swt.edu
9 16:38:02 1993
Return-Path:
Received: from dxmint.cern.ch by
nxoc01.cern.ch
(NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
id AA28889; Tue, 9 Nov 93 16:38:02 MET
Received: from seborgia.eardc.swt.edu by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
id AA16247; Tue, 9 Nov :53 +0100
Received: by seborgia.EARDC.SWT.EDU (5.64/A/UX-3.00)
id AA00671; Tue, 9 Nov 93 10:10:06 PST
Date: Tue, 9 Nov 93 10:10:06 PST
From: root@seborgia.eardc.swt.edu
Message-Id:
To: www-request@nxoc01.cern.ch
Subject: Help on building httpd on AUX
Content-Length: 12858
X-Lines: 251
Status: RO
Could someone at CERN help me on this matter.
I tried to BUILD
httpd for A/UX and got an error (and a few warnings) due to pointers
are made without a proper casting.
Here are the complete listing of
output sent to stdout.
________________________________________________________________
WWW build for machine type:
if [ ! -r ../../Library/aux ] ; then mkdir ../../Library/ else echo
(cd ../../Library/ \
make -f ../../All/Implementation/Makefile.product)
if [ ! -r /tmp ] ; then mkdir / else echo OK ; fi
if [ ! -r /tmp/Library ] ; then mkdir /tmp/L else echo OK ; fi
if [ ! -r /tmp/Library/aux ] ; \
then mkdir /tmp/Library/ else echo OK ; fi
touch /tmp/Library/aux/.created
gcc -traditional -c -o /tmp/Library/aux/HTParse.o -DDEBUG
-I../../Libra
ry/Implementation/ -DXMOSAIC_HACK -DACCESS_AUTH ../../Library/Implementation/HTP
gcc -traditional -c -o /tmp/Library/aux/HTAccess.o -DDEBUG
-I../../Libr
ary/Implementation/ -DXMOSAIC_HACK -DACCESS_AUTH ../../Library/Implementation/HT
gcc -traditional -c -o /tmp/Library/aux/HTTP.o -DDEBUG
-I../../Library/
Implementation/ -DXMOSAIC_HACK -DACCESS_AUTH ../../Library/Implementation/HTTP.c
gcc -traditional -c -o /tmp/Library/aux/HTFile.o -DDEBUG
-I../../Librar
y/Implementation/ -DXMOSAIC_HACK -DACCESS_AUTH ../../Library/Implementation/HTFi
gcc -traditional -c -o /tmp/Library/aux/HTBTree.o -DDEBUG
-I../../Libra
ry/Implementation/ -DXMOSAIC_HACK -DACCESS_AUTH ../../Library/Implementation/HTB
gcc -traditional -c -o /tmp/Library/aux/HTFTP.o -DDEBUG
-I../../Library
/Implementation/ -DXMOSAIC_HACK -DACCESS_AUTH ../../Library/Implementation/HTFTP
gcc -traditional -c -o /tmp/Library/aux/HTTCP.o -DDEBUG
-I../../Library
/Implementation/ -DXMOSAIC_HACK -DACCESS_AUTH ../../Library/Implementation/HTTCP
gcc -traditional -c -o /tmp/Library/aux/SGML.o -DDEBUG
-I../../Library/
Implementation/ -DXMOSAIC_HACK -DACCESS_AUTH ../../Library/Implementation/SGML.c
gcc -traditional -c -o /tmp/Library/aux/HTML.o -DDEBUG
-I../../Library/
Implementation/ -DXMOSAIC_HACK -DACCESS_AUTH ../../Library/Implementation/HTML.c
gcc -traditional -c -o /tmp/Library/aux/HTMLDTD.o -DDEBUG
-I../../Libra
ry/Implementation/ -DXMOSAIC_HACK -DACCESS_AUTH ../../Library/Implementation/HTM
gcc -traditional -c -o /tmp/Library/aux/HTChunk.o -DDEBUG
-I../../Libra
ry/Implementation/ -DXMOSAIC_HACK -DACCESS_AUTH ../../Library/Implementation/HTC
gcc -traditional -c -o /tmp/Library/aux/HTPlain.o -DDEBUG
-I../../Libra
ry/Implementation/ -DXMOSAIC_HACK -DACCESS_AUTH ../../Library/Implementation/HTP
gcc -traditional -c -o /tmp/Library/aux/HTWriter.o -DDEBUG
-I../../Libr
ary/Implementation/ -DXMOSAIC_HACK -DACCESS_AUTH ../../Library/Implementation/HT
gcc -traditional -c -o /tmp/Library/aux/HTFWriter.o -DDEBUG
-I../../Lib
rary/Implementation/ -DXMOSAIC_HACK -DACCESS_AUTH ../../Library/Implementation/H
TFWriter.c
gcc -traditional -c -o /tmp/Library/aux/HTMLGen.o -DDEBUG
-I../../Libra
ry/Implementation/ -DXMOSAIC_HACK -DACCESS_AUTH ../../Library/Implementation/HTM
gcc -traditional -c -o /tmp/Library/aux/HTAtom.o -DDEBUG
-I../../Librar
y/Implementation/ -DXMOSAIC_HACK -DACCESS_AUTH ../../Library/Implementation/HTAt
gcc -traditional -c -o /tmp/Library/aux/HTAnchor.o -DDEBUG
-I../../Libr
ary/Implementation/ -DXMOSAIC_HACK -DACCESS_AUTH ../../Library/Implementation/HT
gcc -traditional -c -o /tmp/Library/aux/HTStyle.o -DDEBUG
-I../../Libra
ry/Implementation/ -DXMOSAIC_HACK -DACCESS_AUTH ../../Library/Implementation/HTS
gcc -traditional -c -o /tmp/Library/aux/HTList.o -DDEBUG
-I../../Librar
y/Implementation/ -DXMOSAIC_HACK -DACCESS_AUTH ../../Library/Implementation/HTLi
gcc -traditional -c -o /tmp/Library/aux/HTString.o -DDEBUG
-I../../Libr
ary/Implementation/ -DXMOSAIC_HACK -DACCESS_AUTH -DVC=\"2.13\" ../../Library/Imp
lementation/HTString.c
gcc -traditional -c -o /tmp/Library/aux/HTAlert.o -DDEBUG
-I../../Libra
ry/Implementation/ -DXMOSAIC_HACK -DACCESS_AUTH -DVC=\"2.13\" ../../Library/Impl
ementation/HTAlert.c
gcc -traditional -c -o /tmp/Library/aux/HTRules.o -DDEBUG
-I../../Libra
ry/Implementation/ -DXMOSAIC_HACK -DACCESS_AUTH -DVC=\"2.13\" ../../Library/Impl
ementation/HTRules.c
gcc -traditional -c -o /tmp/Library/aux/HTFormat.o -DDEBUG
-I../../Libr
ary/Implementation/ -DXMOSAIC_HACK -DACCESS_AUTH ../../Library/Implementation/HT
gcc -traditional -c -o /tmp/Library/aux/HTInit.o -DDEBUG
-I../../Librar
y/Implementation/ -DXMOSAIC_HACK -DACCESS_AUTH ../../Library/Implementation/HTIn
gcc -traditional -c -o /tmp/Library/aux/HTMIME.o -DDEBUG
-I../../Librar
y/Implementation/ -DXMOSAIC_HACK -DACCESS_AUTH ../../Library/Implementation/HTMI
../../Library/Implementation/HTMIME.c: In function `HTMIMEConvert':
../../Library/Implementation/HTMIME.c:327: warning: assignment from incompatible
pointer type
gcc -traditional -c -o /tmp/Library/aux/HTHistory.o -DDEBUG
-I../../Lib
rary/Implementation/ -DXMOSAIC_HACK -DACCESS_AUTH ../../Library/Implementation/H
THistory.c
gcc -traditional -c -o /tmp/Library/aux/HTNews.o -DDEBUG
-I../../Librar
y/Implementation/ -DXMOSAIC_HACK -DACCESS_AUTH ../../Library/Implementation/HTNe
gcc -traditional -c -o /tmp/Library/aux/HTGopher.o -DDEBUG
-I../../Libr
ary/Implementation/ -DXMOSAIC_HACK -DACCESS_AUTH ../../Library/Implementation/HT
gcc -traditional -c -o /tmp/Library/aux/HTTelnet.o -DDEBUG
-I../../Libr
ary/Implementation/ -DXMOSAIC_HACK -DACCESS_AUTH ../../Library/Implementation/HT
gcc -traditional -c -o /tmp/Library/aux/HTWSRC.o -DDEBUG
-I../../Librar
y/Implementation/ -DXMOSAIC_HACK -DACCESS_AUTH ../../Library/Implementation/HTWS
gcc -traditional -c -o /tmp/Library/aux/HTAAUtil.o -DDEBUG
-I../../Libr
ary/Implementation/ -DXMOSAIC_HACK -DACCESS_AUTH ../../Library/Implementation/HT
gcc -traditional -c -o /tmp/Library/aux/HTAAServ.o -DDEBUG
-I../../Libr
ary/Implementation/ -DXMOSAIC_HACK -DACCESS_AUTH ../../Library/Implementation/HT
gcc -traditional -c -o /tmp/Library/aux/HTAABrow.o -DDEBUG
-I../../Libr
ary/Implementation/ -DXMOSAIC_HACK -DACCESS_AUTH ../../Library/Implementation/HT
gcc -traditional -c -o /tmp/Library/aux/HTAAFile.o -DDEBUG
-I../../Libr
ary/Implementation/ -DXMOSAIC_HACK -DACCESS_AUTH ../../Library/Implementation/HT
gcc -traditional -c -o /tmp/Library/aux/HTPasswd.o -DDEBUG
-I../../Libr
ary/Implementation/ -DXMOSAIC_HACK -DACCESS_AUTH ../../Library/Implementation/HT
gcc -traditional -c -o /tmp/Library/aux/HTGroup.o -DDEBUG
-I../../Libra
ry/Implementation/ -DXMOSAIC_HACK -DACCESS_AUTH ../../Library/Implementation/HTG
gcc -traditional -c -o /tmp/Library/aux/HTACL.o -DDEBUG
-I../../Library
/Implementation/ -DXMOSAIC_HACK -DACCESS_AUTH ../../Library/Implementation/HTACL
gcc -traditional -c -o /tmp/Library/aux/HTAuth.o -DDEBUG
-I../../Librar
y/Implementation/ -DXMOSAIC_HACK -DACCESS_AUTH ../../Library/Implementation/HTAu
gcc -traditional -c -o /tmp/Library/aux/HTAAProt.o -DDEBUG
-I../../Libr
ary/Implementation/ -DXMOSAIC_HACK -DACCESS_AUTH ../../Library/Implementation/HT
gcc -traditional -c -o /tmp/Library/aux/HTAssoc.o -DDEBUG
-I../../Libra
ry/Implementation/ -DXMOSAIC_HACK -DACCESS_AUTH ../../Library/Implementation/HTA
gcc -traditional -c -o /tmp/Library/aux/HTLex.o -DDEBUG
-I../../Library
/Implementation/ -DXMOSAIC_HACK -DACCESS_AUTH ../../Library/Implementation/HTLex
gcc -traditional -c -o /tmp/Library/aux/HTUU.o -DDEBUG
-I../../Library/
Implementation/ -DXMOSAIC_HACK -DACCESS_AUTH ../../Library/Implementation/HTUU.c
ar r /tmp/Library/aux/libwww.a `lorder /tmp/Library/aux/HTParse.o /tmp/L
ibrary/aux/HTAccess.o /tmp/Library/aux/HTTP.o
/tmp/Library/aux/HTFile.o
tmp/Library/aux/HTBTree.o /tmp/Library/aux/HTFTP.o /tmp/Library/aux/HTTCP.o
p/Library/aux/SGML.o /tmp/Library/aux/HTML.o /tmp/Library/aux/HTMLDTD.o /tmp/Lib
rary/aux/HTChunk.o
/tmp/Library/aux/HTPlain.o /tmp/Library/aux/HTWriter.o /tmp/
Library/aux/HTFWriter.o
/tmp/Library/aux/HTMLGen.o
/tmp/Library/aux/HTAtom.o /
tmp/Library/aux/HTAnchor.o /tmp/Library/aux/HTStyle.o
/tmp/Library/aux/HTList.o
/tmp/Library/aux/HTString.o /tmp/Library/aux/HTAlert.o
/tmp/Library/aux/HTRule
s.o /tmp/Library/aux/HTFormat.o /tmp/Library/aux/HTInit.o /tmp/Library/aux/HTMIM
/tmp/Library/aux/HTHistory.o /tmp/Library/aux/HTNews.o /tmp/Library/aux/HTG
/tmp/Library/aux/HTTelnet.o /tmp/Library/aux/HTWSRC.o
/tmp/Library/au
x/HTAAUtil.o /tmp/Library/aux/HTAAServ.o /tmp/Library/aux/HTAABrow.o
/tmp/Libra
ry/aux/HTAAFile.o /tmp/Library/aux/HTPasswd.o /tmp/Library/aux/HTGroup.o
Library/aux/HTACL.o
/tmp/Library/aux/HTAuth.o
/tmp/Library/aux/HTAAProt.o
/tmp/Library/aux/HTAssoc.o
/tmp/Library/aux/HTLex.o
/tmp/Library/aux/HTUU.o
tsort: cycle in data
tsort: /tmp/Library/aux/HTTelnet.o
tsort: /tmp/Library/aux/HTAccess.o
tsort: /tmp/Library/aux/HTNews.o
tsort: /tmp/Library/aux/HTParse.o
tsort: cycle in data
tsort: /tmp/Library/aux/HTFormat.o
tsort: /tmp/Library/aux/HTInit.o
tsort: /tmp/Library/aux/HTWSRC.o
tsort: /tmp/Library/aux/HTML.o
tsort: /tmp/Library/aux/HTParse.o
tsort: cycle in data
tsort: /tmp/Library/aux/HTMIME.o
tsort: /tmp/Library/aux/HTFormat.o
tsort: /tmp/Library/aux/HTInit.o
tsort: /tmp/Library/aux/HTFile.o
tsort: /tmp/Library/aux/HTFTP.o
tsort: /tmp/Library/aux/HTParse.o
tsort: cycle in data
tsort: /tmp/Library/aux/HTFormat.o
tsort: /tmp/Library/aux/HTFWriter.o
tsort: /tmp/Library/aux/HTFile.o
tsort: /tmp/Library/aux/HTFTP.o
tsort: /tmp/Library/aux/HTParse.o
ar: creating /tmp/Library/aux/libwww.a
if [ ! -r ../../LineMode/aux ] ; then mkdir ../../LineMode/ else ech
(cd ../../LineMode/ \
make -f ../../All/Implementation/Makefile.product)
mkdir /tmp
mkdir: /tmp: File exists
Make: *** Error: Update of `/tmp/LineMode/aux/.created' terminated with exit cod
e 1 (error ignored)
[line 187 in /users1/httpd/WWW/LineMode/Implementation/CommonMa
mkdir /tmp/LineMode
mkdir /tmp/LineMode/aux
touch /tmp/LineMode/aux/.created
gcc -traditional -c -o /tmp/LineMode/aux/HTBrowse.o -DDEBUG -I../../Libr
ary/Implementation/ -I../../LineMode/Implementation/ -DVL=\"2.12\" ../../LineMod
e/Implementation/HTBrowse.c
gcc -traditional -c -o /tmp/LineMode/aux/GridText.o -DDEBUG -I../../Libr
ary/Implementation/ -I../../LineMode/Implementation/ ../../LineMode/Implementati
on/GridText.c
gcc -traditional -c -o /tmp/LineMode/aux/DefaultStyles.o -DDEBUG -I../..
/Library/Implementation/ -I../../LineMode/Implementation/ ../../LineMode/Impleme
ntation/DefaultStyles.c
gcc -traditional -o ../../LineMode/aux/www_2.12
/tmp/LineMode/aux/HTBro
wse.o /tmp/LineMode/aux/GridText.o /tmp/LineMode/aux/DefaultStyles.o -L/tmp/Libr
ary/aux -lwww
rm ../../LineMode/aux/www
rm: ../../LineMode/aux/www nonexistent
Make: *** Error: Update of `../../LineMode/aux/www' terminated with exit code 1
(error ignored)
[line 94 in /users1/httpd/WWW/LineMode/Implementation/CommonMak
ln -s www_2.12 ../../LineMode/aux/www
if [ ! -r ../../Daemon/aux ] ; then mkdir ../../Daemon/ else echo OK
(cd ../../Daemon/ \
make -f ../../All/Implementation/Makefile.product)
cp ../../Daemon/Implementation/HTDaemon.c HTDaemonDIR.c
gcc -traditional -c -I../../Library/Implementation -DDEBUG -DDEBUG -DACC
-DRULE_FILE=\""/etc/httpd.conf"\" -DDIR_OPTIONS
-DVD=\"2.13\" \
HTDaemonDIR.c
HTDaemonDIR.c: In function `main':
HTDaemonDIR.c:1286: warning: assignment makes pointer from integer without a cas
HTDaemonDIR.c:1289: dereferencing pointer to incomplete type
HTDaemonDIR.c:1289: dereferencing pointer to incomplete type
Make: *** Error: Update of `HTDaemonDIR.o' terminated with exit code 1
[line 166 in /users1/httpd/WWW/Daemon/Implementation/CommonMake
Make: *** Error: Update of `all' terminated with exit code 1
[line 51 in /users1/httpd/WWW/All/Implementation/Makefile]
WWW build for
done. status =
End of listing
Please reply me directly at root@seborgia.eardc.swt.edu.
regarding this matter is appreceiated.
N. Wanakule
EARDC/SWTSU
From nartavia@codorniz.cic.itcr.ac.cr
9 20:40:45 1993
Return-Path:
Received: from dxmint.cern.ch by
nxoc01.cern.ch
(NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
id AA08657; Tue, 9 Nov 93 20:40:45 MET
Received: from codorniz.cic.itcr.ac.cr by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
id AA19881; Tue, 9 Nov :33 +0100
Received: by codorniz.cic.itcr.ac.cr (5.57/Ultrix3.0-C)
id AA08669; Tue, 9 Nov 93 14:52:04 -0500
Message-Id:
To: www-request@nxoc01.cern.ch
Cc: nartavia@.cic.itcr.ac.cr
Subject: L-systems tutorial
Date: Tue, 09 Nov 93 14:52:03 -0500
From: nartavia@codorniz.cic.itcr.ac.cr
X-Mts: smtp
Content-Length: 80
X-Lines: 1
Status: RO
I want to know
where can I find the file that contains the L-systems tutorial?
From John.Martin@newcastle.ac.uk
Wed Nov 10 18:57:44 1993
Return-Path:
Received: from dxmint.cern.ch by
nxoc01.cern.ch
(NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
id AA16419; Wed, 10 Nov 93 18:57:44 MET
Received: from cheviot.ncl.ac.uk by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
id AA12002; Wed, 10 Nov :37 +0100
Received: from pow (pow.ncl.ac.uk) by cheviot.ncl.ac.uk id
(5.65cVUW/NCL-CMA.1.35 for ) with SMTP; Wed, 10 Nov :33 GMT
From: John Martin
Message-Id:
Subject: Re: HTAccess: Internal software error
To: www-bug@nxoc01.cern.ch
Date: Wed, 10 Nov :31 +0000 (GMT)
Organisation: NISP Mailbase (TM)
Address: Computing Service, University of Newcastle,
Newcastle upon Tyne NE1 7RU, UK
Phone: +44 91 222 8087 (voice) +44 91 222 8765 (fax)
X-Mailer: ELM [version 2.4 PL23]
Mime-Version: 1.0
Content-Type: text/ charset=US-ASCII
Content-Transfer-Encoding: 7bit
Content-Length: 2746
Status: RO
Is there any progress on the following - I'm not happy about
running the server from rc.
Forwarded message:
> From njfm Sun Oct 17 17:54:44 1993
> Subject: Re: HTAccess: Internal software error
> To: secret@hpwww.cern.ch (Arthur Secret)
> Date: Sun, 17 Oct :44 +0100 (BST)
> In-Reply-To:
from "Arthur Secret" at Oct 15, 93 05:51:47 pm
> Organisation: NISP Mailbase (TM)
> Address: Computing Service, University of Newcastle,
Newcastle upon Tyne NE1 7RU, UK
> Phone: +44 91 222 8087 (voice) +44 91 222 8765 (fax)
> X-Mailer: ELM [version 2.4 PL23]
> MIME-Version: 1.0
> Content-Type: text/ charset=US-ASCII
> Content-Transfer-Encoding: 7bit
> Content-Length: 1782
> > Look at http://info.cern.ch/hypertext/WWW/Daemon/User/Debugging.html
> > If you can't solve that, type "httpd -v -p 8000" on one window,
> > type "www -v http://mailbase.ac.uk/" on another, and send me back
> > all you get
> The problem only seems to occur when I run it under inetd. Both of the
> above work fine.
> Here is the output from the client when I run it under inetd:
> nisp# www -v http://nisp/
> New anchor 63058 has hash 78 and address `http://nisp/'
> HTAccess: loading document http://nisp/
> HTTPAccess: Direct access for http://nisp/
> TCP: Parsed address as port 80, IP address 128.240.2.118
> HTTP connected, socket 3
> Composing Authorization for nisp:80/
> HTAASetup_lookup: No template matched `' (so probably not protected)
> HTTP: Not sending authorization (yet)
> HTTP Tx: GET / HTTP/1.0
> Accept: www/source q=0.300
> Accept: www/unknown q=0.300
> Accept: application/octet-stream q=0.100
> Accept: text/plain
> Accept: text/html
> Accept: image/jpeg
> Accept: image/x-tiff
> Accept: image/gif
> Accept: application/postscript
> User-Agent:
CERN-LineMode/2.12
libwww/2.12
> HTTP: read returned 72 bytes.
> HTTP: Rx: **** HTAccess: socket or file number returned by obsolete load routine
> HTFormat: Constructing stream stack for text/html to www/present
> HTML: Change to style Normal
**** HTAccess: socket or file number returned by obsolete load routine! ****
HTAccess: Internal software error. Please mail www-bug@info.cern.ch!
> HTTP: close socket 3.
> HTAccess: `http://nisp/' has been accessed.
> The options in inetd are:
> http stream tcp nowait root /usr/local/etc/httpd/httpd httpd /home/maint/ftp/pub
> (I have also tried using user 'nobody'.)
> Am I missing something when running under inetd?
> Confused,
> AKA: postmaster@mailbase.ac.uk
AKA: postmaster@mailbase.ac.uk
From capshawd@jeeves.eng.sematech.org
Fri Nov 12 21:21:05 1993
Return-Path:
Received: from dxmint.cern.ch by
nxoc01.cern.ch
(NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
id AA19269; Fri, 12 Nov 93 21:21:05 MET
Received: from SEMATECH1.SEMATECH.ORG by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
id AA19215; Fri, 12 Nov :59 +0100
Received: by sematech1.SEMATECH.ORG (AIX 1.3/1.1); Fri, 12 Nov 93 14:50:49 -0600
Received: by jeeves.eng.sematech.org (AIX 3.2/UCB 5.64/AS-1.3)
id AA30305; Fri, 12 Nov :53 -0600
From: David Capshaw
Message-Id:
To: www-request@nxoc01.cern.ch
Cc: CapshawD@jeeves.eng.sematech.org
Subject: URL definition document
Reply-To: David_Capshaw@sematech.org
Telephone: +1.512.356.7173
Date: Fri, 12 Nov 93 14:50:52 -0600
Content-Length: 171
X-Lines: 7
Status: RO
Is there a document that defines the syntax and semantics of URL's ?
I checked systems.www FAQ and your Gopher but did not find
a pointer.
From timbl@www3.cern.ch
Mon Nov 15 11:49:24 1993
Return-Path:
Received: from dxmint.cern.ch by
nxoc01.cern.ch
(NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
id AA20545; Mon, 15 Nov 93 11:49:24 MET
Received: from www3.cern.ch by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
id AA12544; Mon, 15 Nov :28 +0100
Received: by www3.cern.ch (NX5.67c/NX3.0S)
id AA00717; Mon, 15 Nov 93 12:18:55 +0100
Date: Mon, 15 Nov 93 12:18:55 +0100
From: Tim Berners-Lee
Message-Id:
Received: by NeXT.Mailer (1.87.1)
Received: by NeXT Mailer (1.87.1)
To: root@ftp.technion.ac.il (System PRIVILEGED Account)
Subject: Re: Request to mirror information
Cc: www-request@nxoc01.cern.ch
Reply-To: timbl@nxoc01.cern.ch
Content-Length: 997
X-Lines: 43
Status: RO
OK, go ahead.
I assume we may quote you as an alternative source.
PS: What software do you use to do the mirroring?
Begin forwarded message:
From: root@ftp.technion.ac.il (System PRIVILEGED Account)
Date: Mon, 15 Nov :07 +0200
X-Mailer: Mail User's Shell (7.2.5 10/14/92)
To: timbl@nxoc01.cern.ch
Subject: Request to mirror information
Dear Archiver,
I would like to know if you have any problems with me mirroring you
do most of my mirroring during the following hours.
0030 - 0500 EET
1800 - 2400 EET
Weekly 0230 - 0800 EET (Sunday only)
1830 - 2000 EET (Sunday only)
I would like to do the following mirroring:
Remote Dir
/pub/unsupported/network/WWW
If you have any problems with this or with the time, please let me
Thank you,
Anonymous FTP Server Administrator
ftp-admin@ftp.technion.ac.il
From umcc!stat1.cc.ukans.edu!local@umcc.umich.edu
Mon Nov 15 22:10:06 1993
Received: from dxmint.cern.ch by
nxoc01.cern.ch
(NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
id AA11412; Mon, 15 Nov 93 22:10:06 MET
Received: from umcc.umcc.umich.edu by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
id AA20301; Mon, 15 Nov :19 +0100
Received: by umcc.umich.edu (/\==/\ Smail3.1.25.1 #25.6)
id ; Mon, 15 Nov 93 16:40 EST
Return-Path:
Received: by umcc.umich.edu (/\==/\ Smail3.1.25.1 #25.6)
id ; Tue, 9 Nov 93 01:06 EST
Received: by stat1.cc.ukans.edu (AIX 3.2/UCB 5.64/4.03)
id AA46589; Tue, 9 Nov :10 -0600
Date: Tue, 9 Nov :10 -0600
From: local@stat1.cc.ukans.edu (Lou Montulli)
Message-Id:
To: ec@umcc.umcc.umich.edu (Iain O'Cain)
Subject: Re: Wanted: That cool 3D separator line
Newsgroups: systems.www
X-Newsreader: TIN [version 1.1 PL9]
Sender: ec@umcc.umich.edu
Content-Length: 946
X-Lines: 26
Status: RO
In article
you wrote:
: In article , William M. Perry
You should use the
(horizontal rule) tag in your documents
: >instead of an inlined image.
Xmosaic will render it as the cool 3d
: >line, etc.
And others browsers will be able to understand it also and
: >put one in, whether it is a row of dashes or a different type of
: >graphic.
: The &ltHR&gt (horizontal rule) tag is not mentioned in the DTDs I've
: is there someplace that the tags which aren't supported in the DTD
: are listed?
Send a message to www-bug@info.cern.ch and ask why they haven't
updated their documentation.
I've been wondering the same
Remember, not everyone is going to be using a windows/mac/X machine...
: My thinking exactly!
You mean some people are actually NOT using graphical clients?
I don't believe it :)
From timbl@www3.cern.ch
Tue Nov 16 10:56:54 1993
Return-Path:
Received: from dxmint.cern.ch by
nxoc01.cern.ch
(NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
id AA00927; Tue, 16 Nov 93 10:56:54 MET
Received: from www3.cern.ch by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
id AA11361; Tue, 16 Nov :09 +0100
Received: by www3.cern.ch (NX5.67c/NX3.0S)
id AA02074; Tue, 16 Nov 93 11:26:34 +0100
Date: Tue, 16 Nov 93 11:26:34 +0100
From: Tim Berners-Lee
Message-Id:
Received: by NeXT.Mailer (1.87.1)
Received: by NeXT Mailer (1.87.1)
To: dharding@lssec.bt.co.uk (Derek Harding)
Subject: Re: httpd as a Gateway
Cc: www-bug@nxoc01.cern.ch
Reply-To: timbl@nxoc01.cern.ch
Content-Length: 1226
X-Lines: 49
Status: RO
Could you tell me exactly what the problem was?
What have you done, and what happens?
There is a bug in the current release which will be fixed in the
next one, which involved httpd sending currupted HTML back
when it decided where to wrap lines.
But maybe your problem is elsewhere.
Begin forwarded message:
Date: Tue, 16 Nov :49 +0000
From: dharding@lssec.bt.co.uk (Derek Harding)
To: timbl@nxoc01.cern.ch
Subject: httpd as a Gateway
X-Sun-Charset: US-ASCII
Content-Length: 709
Im having lots of difficulty getting my httpd to act as a gateway.
Im using the Mosaic 2.0 client and httpd 2.12.
Are there any problems with this configuration, or can you point me
further information (I have seen the stuff in info.cern.ch about
through firewalls, and the rule file stuff).
Derek Harding, Software Engineer
PP207, Network House, Apsley, Hemel Hempstead, Herts, HP3 9RR
(or 071 728 7861)
dharding@lssec.bt.co.uk
----------------------------------------------------------------------
This meant that the whole sun was a faster-than-light particle, a
tachyon, or
as Didactylos put it, a bugger.
-- (Terry Pratchett, Small Gods)
From istewart@datlog.co.uk
Wed Nov 17 11:14:58 1993
Return-Path:
Received: from dxmint.cern.ch by
nxoc01.cern.ch
(NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
id AA17444; Wed, 17 Nov 93 11:14:58 MET
Received: from dns2.datlog.co.uk by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
id AA01217; Wed, 17 Nov :53 +0100
Received: by dns2 (Smail3.1.28.1 #1)
id m0ozkO3-0004GTC; Wed, 17 Nov 93 10:45 GMT
Message-Id:
Subject: System V.4 port changes
To: www-request@nxoc01.cern.ch
Date: Wed, 17 Nov :22 +0000 (GMT)
From: "Ian Stewartson"
Organization:
Data Logic Ltd. (A Raytheon Company)
Postal-Address:
Kings House, Harrow, Middlesex HA1 1YD, United Kingdom.
Telephone:
+44 81 863 0383 (x2082)
+44 81 861 2010
Reply-To: istewart@datlog.co.uk
X-Mailer: ELM [version 2.4 PL23-DataLogic]
Mime-Version: 1.0
Content-Type: text/ charset=US-ASCII
Content-Transfer-Encoding: 7bit
Content-Length: 10405
Status: RO
We've just build WWW for a Sparc System V.4 system (ICL DRS/6000 running DNX
Release 4, Level 6.02).
The attached shar contains the new makefiles for
the build which are located in the sub-directories svr4.
The shar also
contains a set of patches to the following files:
Library/Implementation/HTFile.c.orig
System V.4 has no d_namelen in the directory entry structure.
Library/Implementation/HTPasswd.c.orig
Compiler error fixed, should apply to all systems.
Library/Implementation/HTML.c.orig
Compiler error fixed, should apply to all systems.
Library/Implementation/tcp.h.orig
System V.4 includes and other definitions
Library/Implementation/HTString.c.orig
The strcasecomp functions sometimes receive null pointers.
The patches are in the file svr4.patches which contains a cdiff against the
original files.
I used the macro SVR4 to select a System V.4 build.
It is possible that
later versions of svr4 may require different libraries.
We've done some
testing, but not extensively.
However, it is available to our users on
production machines.
I will let you know if we come across any more
Hope this is of interest to you.
Ian Stewartson
Data Logic Ltd, Kings House, Kymberley Road, Harrow, Middlesex, HA1 1YD, UK.
(Phone) +44 81 863 0383 (Telex) 888103 (Fax) +44 81 861 2010
(Internet)
istewart@datlog.co.uk
------- Start of shar ---------
# This is a shell archive (shar 3.46)
# made 11/17/ UTC by istewart@dlvax2
# Source directory /usr/proj1/WWW
# existing files will NOT be overwritten unless -c is specified
# This shar contains:
# ------ ---------- ------------------------------------------
636 -rw-rw-r-- All/svr4/Makefile.include
665 -rw-rw-r-- Library/svr4/Makefile
802 -rw-rw-r-- LineMode/svr4/Makefile
3638 -rw-r--r-- svr4.patches
# ============= All/svr4/Makefile.include ==============
if test ! -d 'All'; then
echo 'x - creating directory All'
mkdir 'All'
if test ! -d 'All/svr4'; then
echo 'x - creating directory All/svr4'
mkdir 'All/svr4'
if test -f 'All/svr4/Makefile.include' -a X"$1" != X"-c"; then
echo 'x - skipping All/svr4/Makefile.include (File already exists)'
echo 'x - extracting All/svr4/Makefile.include (Text)'
sed 's/^X//' < 'All/svr4/Makefile.include' &&
Make WWW under unix for a.n.other unix system (bsd)
Use this as a template
# For W3 distribution, machine type for subdirectories
WWW_MACH = svr4
# The ASIS repository's name for the machine we are on
ASIS_MACH = hardware/os
CFLAGS = -DDEBUG -DSVR4
LFLAGS = -lresolv -lsocket -lnsl
# Directory for installed binary:
BINDIR = /usr/local/bin
# Where is the W3 object library to be installed (not normally done)?
LIBDIR = $(WWW)/Library/Implementation/$(WWW_MACH)
#_________________ OK if normal W3 distribution
# Where is the WWW source root?
WWW = ../..
Where should temporary (object) files go?
WTMP = /tmp
chmod 0664 All/svr4/Makefile.include ||
echo 'restore of All/svr4/Makefile.include failed'
Wc_c="`wc -c < 'All/svr4/Makefile.include'`"
test 636 -eq "$Wc_c" ||
echo 'All/svr4/Makefile.include: original size 636, current size' "$Wc_c"
# ============= Library/svr4/Makefile ==============
if test ! -d 'Library'; then
echo 'x - creating directory Library'
mkdir 'Library'
if test ! -d 'Library/svr4'; then
echo 'x - creating directory Library/svr4'
mkdir 'Library/svr4'
if test -f 'Library/svr4/Makefile' -a X"$1" != X"-c"; then
echo 'x - skipping Library/svr4/Makefile (File already exists)'
echo 'x - extracting Library/svr4/Makefile (Text)'
sed 's/^X//' < 'Library/svr4/Makefile' &&
Make WWW under unix for a.n.other unix system (bsd)
Use this as a template
# For W3 distribution, machine type for subdirectories
WWW_MACH = svr4
# The ASIS repository's name for the machine we are on
ASIS_MACH = hardware/os
CFLAGS = -DDEBUG -DSVR4
# Directory for installed binary:
BINDIR = /usr/local/bin
# Where is the W3 object library to be installed (not normally done)?
LIBDIR = $(WWW)/Library/Implementation/$(WWW_MACH)
#_________________ OK if normal W3 distribution
# Where is the WWW source root?
WWW = ../..
Where should temporary (object) files go?
WTMP = /tmp
include $(WWW)/Library/Implementation/CommonMakefile
chmod 0664 Library/svr4/Makefile ||
echo 'restore of Library/svr4/Makefile failed'
Wc_c="`wc -c < 'Library/svr4/Makefile'`"
test 665 -eq "$Wc_c" ||
echo 'Library/svr4/Makefile: original size 665, current size' "$Wc_c"
# ============= LineMode/svr4/Makefile ==============
if test ! -d 'LineMode'; then
echo 'x - creating directory LineMode'
mkdir 'LineMode'
if test ! -d 'LineMode/svr4'; then
echo 'x - creating directory LineMode/svr4'
mkdir 'LineMode/svr4'
if test -f 'LineMode/svr4/Makefile' -a X"$1" != X"-c"; then
echo 'x - skipping LineMode/svr4/Makefile (File already exists)'
echo 'x - extracting LineMode/svr4/Makefile (Text)'
sed 's/^X//' < 'LineMode/svr4/Makefile' &&
Make WWW under unix
This is a generic version. If you copy it and adapt it for
a new architecure, please mail the diffs mack to www-bug@info.cern.ch
# For W3 distribution, machine type for subdirectories
WWW_MACH = svr4
# For ASIS installation, the ASIS code for the machine/os
ASIS_MACH = hardware/os
CFLAGS = -I$(CMN) -I$(LM) -DDEBUG -DSVR4
#CFLAGS = -I$(CMN) -I$(LM) -Wall -g -DDEBUG
#LFLAGS = -lresolv
LFLAGS = -lresolv -lsocket -lnsl
# Directory for installed binary:
BINDIR = /usr/local/bin
#_________________ OK if normal W3 distribution
# Where is the WWW source root?
WWW = ../..
Where should temporary (object) files go?
WTMP = /tmp
# Where is the W3 object library?
LIBDIR = $(WWW)/Library/$(WWW_MACH)
include $(WWW)/LineMode/Implementation/CommonMakefile
chmod 0664 LineMode/svr4/Makefile ||
echo 'restore of LineMode/svr4/Makefile failed'
Wc_c="`wc -c < 'LineMode/svr4/Makefile'`"
test 802 -eq "$Wc_c" ||
echo 'LineMode/svr4/Makefile: original size 802, current size' "$Wc_c"
# ============= svr4.patches ==============
if test -f 'svr4.patches' -a X"$1" != X"-c"; then
echo 'x - skipping svr4.patches (File already exists)'
echo 'x - extracting svr4.patches (Text)'
sed 's/^X//' < 'svr4.patches' &&
*** Library/Implementation/HTFile.c.orig Fri Nov 12 15:29:26 1993
--- Library/Implementation/HTFile.c Fri Nov 12 15:30:06 1993
***************
*** 807,813 ****
--- 807,817 ----
if (dirbuf->d_ino == 0)
/* if the entry is not being used, skip it */
+ #ifdef NO_DNAMELEN
if (strlen (dirbuf->d_name) > baselen &&
/* Match? */
if (dirbuf->d_namlen > baselen &&
/* Match? */
!strncmp(dirbuf->d_name, base, baselen)) {
HTFormat rep = HTFileFormat(dirbuf->d_name, &encoding);
float value = HTStackValue(rep, format_out,
*** Library/Implementation/HTPasswd.c.orig Fri Nov 12 15:45:05 1993
--- Library/Implementation/HTPasswd.c Fri Nov 12 15:45:11 1993
***************
*** 279,285 ****
"against passwd record:", user, pw);
if (username
!strcmp(username,user)) {
/* User's record found */
if (pw) { /* So password is required for this user */
if (!password ||
!HTAA_passwdMatch(password,pw)) /* Check the password */
status = EOF; /* If wrong, indicate it with EOF */
--- 279,285 ----
"against passwd record:", user, pw);
if (username
!strcmp(username,user)) {
/* User's record found */
if (*pw) { /* So password is required for this user */
if (!password ||
!HTAA_passwdMatch(password,pw)) /* Check the password */
status = EOF; /* If wrong, indicate it with EOF */
*** Library/Implementation/HTML.c.orig Fri Nov 12 15:50:14 1993
--- Library/Implementation/HTML.c Fri Nov 12 15:50:35 1993
***************
*** 502,508 ****
case HTML_HR:
UPDATE_STYLE;
HText_appendCharacter(me->text, '\n');
HText_appendCharacter(me->text, "___________________________________");
HText_appendCharacter(me->text, '\n');
me->in_word = NO;
--- 502,508 ----
case HTML_HR:
UPDATE_STYLE;
HText_appendCharacter(me->text, '\n');
HText_appendText(me->text, "___________________________________");
HText_appendCharacter(me->text, '\n');
me->in_word = NO;
*** Library/Implementation/tcp.h.orig Fri Nov 12 15:22:34 1993
--- Library/Implementation/tcp.h Fri Nov 12 16:02:06 1993
***************
*** 471,476 ****
--- 471,493 ----
#define USE_DIRENT
#endif /* OSF1 AXP */
+ #ifdef SVR4
+ #define USE_DIRENT
+ #define NO_DNAMELEN
+ #include
+ #include
+ #define NGROUPS
NGROUPS_MAX
+ #define NO_GETWD
+ #define HAS_GETCWD
+ #endif /* SVR4 */
*** Library/Implementation/HTString.c.orig Tue Nov 16 10:38:34 1993
--- Library/Implementation/HTString.c Tue Nov 16 12:10:37 1993
***************
*** 27,33 ****
CONST char *p =a;
CONST char *q =b;
for(p=a, q=b; *p && *q; p++, q++) {
int diff = TOLOWER(*p) - TOLOWER(*q);
--- 27,37 ----
CONST char *p =a;
CONST char *q =b;
if (a == (CONST char *)NULL) p = "";
if (b == (CONST char *)NULL) q = "";
for(; *p && *q; p++, q++) {
int diff = TOLOWER(*p) - TOLOWER(*q);
***************
*** 44,51 ****
CONST char *p =a;
CONST char *q =b;
for(p=a, q=b;; p++, q++) {
if (p == a+n) return 0; /*
Match up to n characters */
if (!(*p && *q)) return *p - *q;
--- 48,58 ----
CONST char *p =a;
CONST char *q =b;
if (a == (CONST char *)NULL) p = "";
if (b == (CONST char *)NULL) q = "";
for(;; p++, q++) {
if (p == a+n) return 0; /*
Match up to n characters */
if (!(*p && *q)) return *p - *q;
chmod 0644 svr4.patches ||
echo 'restore of svr4.patches failed'
Wc_c="`wc -c < 'svr4.patches'`"
test 3638 -eq "$Wc_c" ||
echo 'svr4.patches: original size 3638, current size' "$Wc_c"
From asfyra@leon.nrcps.ariadne-t.gr
Wed Nov 17 11:34:31 1993
Return-Path:
Received: from dxmint.cern.ch by
nxoc01.cern.ch
(NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
id AA17878; Wed, 17 Nov 93 11:34:31 MET
Received: from leon.nrcps.ariadne-t.gr by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
id AA08096; Wed, 17 Nov :46 +0100
by leon.nrcps.ariadne-t.gr (5.65/25-MHS-7.0)
id AA13801; Wed, 17 Nov 93 12:59:21 +0200
Date: Wed, 17 Nov 93 12:59:21 +0200
From: Alexandros Sfyrakis
Message-Id:
To: www-bug@nxoc01.cern.ch
Subject: DownLoad Problem
Content-Length: 496
X-Lines: 12
Status: RO
Sorry to bother you, but i have problem on downloading binary files to
my PC from the web.
When for instance i try to get a JPG image of the Europe Weather, i choose the
number of the map i prefer, but nothing comes to me. A blank screen only.
During this blank screen i try downloading with several Download protocols.
The only answer is Errors.
I use VT-100. Could you please tell me what is the thing i keep doing wrong?
Thanks for your time.
Alex Sfyrakis
asfyra@leon.nrcps.ariadne-t.gr
Thu Nov 18 04:50:27 1993
Return-Path:
Received: from dxmint.cern.ch by
nxoc01.cern.ch
(NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
id AA24307; Thu, 18 Nov 93 04:50:27 MET
Received: from
by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
id AA05378; Thu, 18 Nov :45 +0100
Received: from
with SMTP id AA09930
(5.65c/IDA-1.4.4 for ); Wed, 17 Nov :09 -0500
Date: Wed, 17 Nov :58 EST
(MR JOHN A NIGRO)
X-Mailer: PRODIGY Services Company Internet mailer [PIM 2.0.1-291.47]
Message-Id:
To: www-request@nxoc01.cern.ch
Subject: Would like to help.. but I need help
Content-Length: 478
X-Lines: 9
Status: RO
Hello, I accessed the WWW from a public network of Morris County Libraries
in New Jersey.
I have no real internet account except for this Prodigy
account which is EXTREMLY limited.
When i got

我要回帖

更多关于 高回报基金 的文章

 

随机推荐