发布网友 发布时间:2022-04-28 11:57
共4个回答
懂视网 时间:2022-05-06 06:12
1) Q:现在遇到这样一个问题,telnet一台SUN机时报下面的错误: No utmpx entry. You must exec quot;loginquot; fro
1) Q:现在遇到这样一个问题,telnet一台SUN机时报下面的错误:
No utmpx entry. You must exec "login" from the lowest level "shell".
我做了下面的处理后:
cd /var/adm
mv utmpx utmpxbak
touch utmpx
telnet 恢复了正常,可在该机器的终端下执行login 命令时,又报了上面相同的错误。而且重新启动机器以后,telnet时还是报相同的错误!
A:进入单用户模式,,清空(不是删除)这两个文件
# cat /dev/null > /var/adm/wtmpx
# cat /dev/null > /var/adm/utmpx
之后,重新启动系统
找了很多国外的论坛,都是这么说的:
The problem comes if utmp or wtmp file becomes corrupted . You need to initialize these and reboot the system to correct the error.
These files are log files and can be initialized without affecting the system, as long as you reboot the system after truncating the files. Perform these steps:
1. Bring the system into System Maintenance mode.
2. Make copies of the files /etc/utmp, /etc/utmpx, /etc/wtmp, and
/etc/wtmpx before proceeding with the next step.
3. Delete the contents of these files by executing the following
commands:
# > /etc/utmp
# > /etc/wtmp
# > /etc/utmpx
# > /etc/wtmpx
4. Shutdown the system:
# shutdown -y -g0
Restart the system
2) Q:我用setenv PATH=$PATH:/path/to/my/program的方式来赋值,总显示语法或者修饰符有问题。
如果用setenv PATH=/path/to/my/program就可以成功赋值。
请教各位老手,如果我想在CSehll下实现bash里面export PATH=$PATH:/path/to/my/program的赋值,应该怎么写啊?
没用过CShell,请各位多指点,谢谢。
A:CShell别用等号
setenv PATH "$PATH":/path/to/my/program
3) Q:系统是SUN 280R,我在#提示符下输入init s回车后屏幕闪了几下,然后就成了白屏,强行重启也没反应
A:关掉电源,从光盘启动,进去看看是怎么回事
boot cdrom s 就是从光盘启动后进入系统
热心网友 时间:2022-05-06 03:20
Sun有workstation版的机器的,我估计家里放着的应该不会是服务器,不过应该到不了10几年前吧,几年前估计差不多,机器性能就目前来看比较低的,你想娱乐办公什么的就放弃吧,不过做为unix入门是可以的,学习学习unix基础的命令,做一些简单的服务,比如FTP、WEB、Mail什么的,应该是没问题的,有了入门的基础,以后搞点儿别的还是有好处的,其实就是给你一台Sun的高端机器你也是从入门搞起,一样的。热心网友 时间:2022-05-06 04:38
那肯定是一台服务器了,所以对于这个它的处理功能很强大,主要作用就是处理数据和存储,但是一般都不会使用它来做一些事情,因为耗电量大,其次,它安装完后是英文版本,界面功能少,如果你想安装或配置实践,留下邮箱,我给你教程和安装方法热心网友 时间:2022-05-06 06:13
我有solaris 8的安装指导书。你的老机器配置肯定不行,我用的一台老的sun才256m内存16G硬盘。用来练习unix倒是可以