c******o 发帖数: 8 | 1 请教:How to increase stacksize in Alpha workstation with
compaq Tru64 UNIX? |
|
S***y 发帖数: 186 | 2 Compaq Tru64 UNIX V5.1
on Compaq GS320 AlphaServer
Thanks |
|
r**a 发帖数: 630 | 3 Check the manpage bah, here is the description of option -s in the tar manpage
from the Tru64 Unix which I am using, I dunno if solaris tar has this option:
s [Tru64 UNIX] Tells tar to strip off any leading slashes from pathnames
during extraction. This is useful when restoring a tape that was
created on a system with a different file system structure. (See also
the P option.) |
|
发帖数: 1 | 4 不是很严谨,大差不差吧。
其实20年进步很少很小,莫非,智子连这个都锁死了? 呵呵
OS:
1998: Commercial Unix variant(AIX, HPUX, Solaris, Digital Tru64, IRIX, etc),
OS390 on IBM mainframe
2018: AIX, Linux, z/OS on IBM mainframe (new name for OS390 on 64 bit)
Database:
1998: ORACLE, SYBASE, INFORMIX, MS SQL,MYSQL, POSTGRESQL,Berkeley DB, etc
2018: ORACLE, MS SQL, MYSQL, POSTGRESQL,SYBASE,INFORMIX,MongoDB, Cassandra,
etc
Programming Language:
1998: C, C++, DELPHI, POWERBUILDER, JAVA,VB/VC++,Perl,Python, LISP,etc
2018: JAVA,PYTHON, VC#,... 阅读全帖 |
|
D***n 发帖数: 6804 | 5 低端车高端车用什么,也不能直接说明任何问题,很多时候都是心理作用和市场策略。
就像以前,PC用Intel的x86处理器,高档服务器都用什么x64,Alpha,Tru64,MIPS,
Cell之类的。能说这些就比x86好么?
DSG/DCT的好处我看到的是没有行星齿轮,齿轮都固定在轴上,结构简单,加档容易,
经过逐步的改进可以达到很高的可靠性。 |
|
d****i 发帖数: 4809 | 6 我要有钱就买几个只能跑在非x86架构上的商用Unix工作站和服务器用用:
AIX on Power
HP—UX on Itanium or PA-RISC
Solaris on SPARC
Tru64 on Alpha
IRIX on MIPS
可惜俺现在没钱,只在公司里面玩过其中几个。后两个貌似因为芯片停产而已经停产了
,可惜了。 |
|
d****i 发帖数: 4809 | 7 我要有钱就买几个只能跑在非x86架构上的商用Unix工作站和服务器用用:
AIX on Power
HP—UX on Itanium or PA-RISC
Solaris on SPARC
Tru64 on Alpha
IRIX on MIPS
可惜俺现在没钱,只在公司里面玩过其中几个。后两个貌似因为芯片停产而已经停产了
,可惜了。 |
|
d****i 发帖数: 4809 | 8 C#是有一些工作的,毕竟Windows下它是主流,但是随着微软的萎缩,桌面需求的下降
,Windows会逐渐萎缩,现在的客户端平台除了Windows基本都是Unix的体系出来的:
Android: Linux
iOS: Unix-like
BlackBerry OS: QNX (Unix-like)
Tizen: Linux
Firefox OS: Linux
WebOS: Linux
Chrome OS: Linux
这还不包括很多运行在嵌入式系统上的实时操作系统,它们中很多也是Unix-like,象
VxWorks, Integrity, Nucleus, ThreadX等等。
然后服务器端,除了Windows以外也都是Unix血统
Linux (Ubuntu, Fedora, Red Hat Linux, SUSE, CentOS, Debian)
IBM AIX (Unix)
HP/UX (Unix)
Sun Solaris (Unix)
DEC/Compaq Tru64 (Unix)
FreeBSD (Unix)
OpenBSD (Unix)
Mac OS (Unix-lik... 阅读全帖 |
|
d****i 发帖数: 4809 | 9 UNIX和Linux从user space来说很多东西很相似,但是kernel是完全不一样的,Linux是
完全由天才Linus黑客模仿MINIX自己凭空搞出来的。即便是不同的UNIX flavor,内核
虽然很久以前来自同一个祖先,但是现在也大相径庭,FreeBSD, AIX, HP-UX, Solaris
, IRIX, Tru64, UnixWare, NetBSD, OpenBSD这些UNIX的kernel都完全不同。 |
|
d****i 发帖数: 4809 | 10 看看其他操作系统就知道为什么Linus说的有道理了,从各种UNIX flavor(AIX, HP-UX,
Solaris, FreeBSD, NetBSD, OpenBSD, IRIX, Tru64, UnixWare, OS X),到Windows
,到多达数百种RTOS,内核无一不是C,确实没有C++的影子。 |
|
d****i 发帖数: 4809 | 11 Solaris原本和其他UNIX一样,只能run在特定的CPU架构下面(SPARC),硬件成本价格较
贵,就好比AIX之于Power,HP-UX之于PA-RISC, IRIX之于MIPS, Tru64之于Alpha, 就是
计算机界长久以来RISC vs Intel的CISC之争,后来Sun把Solaris port到x86下面,但
是x86下面的version已经不能和原本就是在x86架构下面的Linux争了。 |
|
d****i 发帖数: 4809 | 12 没说清楚,伯克利,CMU分别搞出了BSD kernel,Mach kernel,直接奠定了这两校CS的
前四名的地位。而且BSD, Mach作为UNIX的三大分支(另外一支是System V)产生了很
多子分支和衍生变种,包括Mac OS甚至连Windows都受他们的影响。
Unix based on BSD kernel (from Berkeyley): FreeBSD, NetBSD, OpenBSD,
DragonFly BSD, OS X
Unix based on Mach kernel (from CMU): Mac OS, OS X, Tru64 Unix, NEXTStep
Unix based on System V kernel (from Bell Labs): AIX, HP-UX, Solaris, IRIX,
UnixWare, etc... |
|
d****i 发帖数: 4809 | 13 这个是ANSI/ISO C standard的官方标准。另外有一个是UNIX/Linux的官方标准C API的
文档:
http://pubs.opengroup.org/onlinepubs/9699919799/
所有POSIX compliant的操作系统大都遵循,包括Linux(all distro), FreeBSD,
NetBSD, OpenBSD, Solaris, AIX, HP-UX, Tru64, IRIX, UnixWare, OS X等等一众
Unix和Unix-like OS。Windows除外,它有自己的一套Win32 API。嵌入式系统上的RTOS
一般除了自己的一套API外,也包括了POSIX API的一部分子集,比如VxWorks, QNX,
Greenhills Integrity, RTX等等。 |
|
d****i 发帖数: 4809 | 14 这个没办法,Linux从一开始就是target on x86的低端廉价个人电脑为入手点,这个和
Solaris, AIX, HP-UX, IRIX,Tru64这些运行在非x86的高大上高品位的RISC架构上
的大型机和超级计算机上的UNIX是不可同日而语的。 |
|
d****i 发帖数: 4809 | 15 Windows的内核据一个在微软工作的人透露就是大量借鉴的当年的Mach内核(该内核也
被Mac OS X,GNU Hurd, Tru64 Unix等一些Unix所采用),所以实际上Windows严格来
说和Mac OS是近亲拉。 |
|
s*******r 发帖数: 14 | 16 请问大虾:
1. compaq tru64 是什么操作系统?
2. /robots.txt是怎么生成的?为什么有些cgi漏洞扫描程序认为这是漏洞?
//bow |
|
|
S***y 发帖数: 186 | 18 > man CC
No reference page found for CC. |
|
q*****m 发帖数: 73 | 19 Install gcc. Or buy one from Compaq :) |
|
f*********l 发帖数: 176 | 20 我们的系统是Compaq Tru64 Unix
刚买了个HP 9600 series SCSI CD-writer
哪位大侠告诉一声用什么命令或软件啊
Compaq公司的人竟然要我们付他钱才肯告诉我们如何用.... |
|
n****t 发帖数: 39 | 21
some unix tools claim they are support by most platforms, the following is what lsof says:
AIX 4.1.[45], 4.2[.1], and 4.3[.123]
BSDI BSD/OS 2.1, 3.[01], and 4.[01] for Intel-based systems
DC/OSx 1.1 for Pyramid systems
DEC OSF/1, Digital UNIX, Tru64 UNIX 2.0, 3.2, 4.0, and 5.0
FreeBSD 2.1.[67], 2.2[.x], 3.[01234], 4.0, and 5.0 for Intel-
based systems
HP-UX 9.01, 10.20, and 11.00
Linux 2.0.3[2346], 2.1.x, and 2.2 |
|
y**e 发帖数: 133 | 22 My boss locked the root today.
None can login as root again now!!!!!
What can we do???
Help please!!!!!
Or we have to reinstall all the system??????
Please save me!!!!!
It's a Compaq xp1000 with tru64 5.1. |
|
T********r 发帖数: 6210 | 23 check compaq.com of tru64 documents for how to boot into
single user mode, or boot from installation media and
mount the harddisk, then modify the /etc/passwd or /etc/
shadow. |
|
y**e 发帖数: 133 | 24 I am using g77 to compile a *.f on dec alpha tru64
but get this: f771: Cannot allocate 51598888 bytes after allocating 122091088 bytes
*** Exit 1
I can't understand it.
Is there anyone can help me? |
|
r********s 发帖数: 179 | 25 find a local unix expert to help you out. sometimes it's just not
easy to find the trick.
several months ago, I started to use digital unix and found a strange
thing I have never encountered. vi refused to read its resource file,
".exrc". I asked my colleagues and didn't get a clue. then I "man vi".
The following messages suddenly shed a light on my puzzle.
[Tru64 UNIX] Additionally, the editor refuses to read the .exrc file if
its mode grants write permission to anyone other than the owner |
|
f*******y 发帖数: 348 | 26 I want to compile an IBM's small c++ package on it. I was trying to compile it
on Linux, Sun's UNIX, and Compaq's Tru64 UNIX, I was failed. Pleas help me.
Thank you very much |
|
P*****P 发帖数: 57 | 27 i'm using a tru64 system. I tred to install a math tool, OOF, but it
needs LAPACK. So I installed a compaq software cxml which was said
including the lapack. But the math tool cant find "libblas", which is
supposed to be the library of BLAS.
anyone know how to solve this porblem? thanks a lot! |
|
P*****P 发帖数: 57 | 28 well, the problem is i cant find that libblas.a
the compaq software installed some "lapack-equivalent", dont know how it works.
sigh, the system is totally a mess, esp to me
even rpm cannot be installed, even for the package i download form tru64 website. |
|
P*****P 发帖数: 57 | 29 I tried to install rpm in compaq tru64, seems everything is ok,
after finishing installation, i can use "man rpm" to see the help file.
but when i try to use rpm, the system just cant find the command.
Do i have to reboot the system? b/c some program is running, i try not to
stop them if possible.
help pls, thx! |
|
a**n 发帖数: 313 | 30 我现在在我们实验室的unix 计算机上安装 gcc3.3, 但是遇到问题, 不能继续下去。
我们实验室的 unix 是: DEC Alpha architecture running the Compaq Tru64 UNIX
在我安装过程中,
./configure 没有问题, 我用default 设置, configure 能正确的识别系统。
make bootstrap, 进行到一半的时候,
错误提示: can't locate file for -lstdc++
然后就exit
有没有朋友碰到过类似的情况,或在同样的机器上安装成功过, 谢谢 |
|
x***i 发帖数: 64 | 31 Tru64 Unix with CDE
登录时,提示
/usr: create/symlink failed, no inodes free
无法创建文件,所以也就无法正常登录
df -i, 发现的确inode 100% used, 试着释放一些inode, 我删了/usr下的几个
占用inode多的目录(for example: 68,000 /usr/doc),但是删完再用df -i check
发现只释放了6个inode, 因为太少,还是无法正常登录
这种情况,如何处理?如何增加inode的数目? 为什么我无法释放所显示的inode数目? |
|
wy 发帖数: 14511 | 32 //@@
What I used to "cat /proc/cpuinfo" doesn't work there... |
|
T********r 发帖数: 6210 | 33 what kind of *nix you guys have bought? SUN Solaris, HP HP-UX/Tru64,
SGI IRIX, IBM AIX, or something else? It's different to do it for
different *nix. |
|
a**n 发帖数: 313 | 34 without the code, how can others help you? BTW, I am not an expert...
But for example, Linux with gcc deals with string constant differently
with other unix platforms. This is an example which core dumped on Linux
but not on others:
/>cat test.c
#include
#include
#include
int main()
{
char * p = "hello";
*p='p';
printf("%s\n", p);
return 0;
}
/Tru64Unix>cc -V
Compaq C V6.3-025 on Compaq Tru64 UNIX V5.1 (Rev. 732) |
|
|