一。 网络安装centos 1. Config DHCP , DNS , NFS AND TFTP. # vi /etc/xinetd.d/tftp disable = no # service xinetd restart 2. Config DHCP # vi /etc/dhcpd.conf allow booting; allow bootp; class "pxeclients" { match if substring(option vendor-class-identifier, 0, 9) = "PXEClient"; next-server 192.168.1.2; filename "linux-install/pxe...
请大家帮个忙 centos安装完xen,/boot下面可以看到xen的东西,grub.conf里面也有title xen 但是开机启动时,grub看不到xen,只有系统自己的title centos 尝试注销系统自己的title centos,更改default等方法均无用 想在系统grub下找找线索 结果: grub> root (hd0,0) root (hd0,0) Filesystem type is ext2fs, partition type 0x83 grub> kernel /boot/xen.gz-2.6.18-128.4.1.el5 kernel /boot/xen.gz-2.6.18-128.4.1.el5 Error ...
新装centos4.3,在上面安装Domino653 For Linux,安装顺利。 启动Server进行配置,没有图形配置界面。 后改为用远程安装,输入 /opt/lotus/bin/server -listen 在另一台机器上用romote Sever setup 配置,进度进行到85%停止不动。继续等待无果。 Domino For Linux 不能在centos上安装吗?有哪位大仙在centos上成功安装了Domino (任何版本都可以)?大家交流一下。
[quote][root@mycom oracle]# cd 3006854/ [root@mycom 3006854]# ls README.txt rhel3_pre_install.sh [root@mycom 3006854]# sh rhel3_pre_install.sh Applying patch... rhel3_pre_install.sh: line 36: gcc: command not found Patch successfully applied [root@mycom 3006854]# cd .. [root@mycom oracle]# ls ls: error while loading shared libraries: /etc/libcwait.so: cannot open shared object file: No such file...
我安装的centos进入的GRUB启动菜单后,有下面的两个选项(不知道这两个有什么不同): centos 4.1 (2.6.9-11.ELsmp) centos 4.1-up (2.6.9-11.EL) 如果不按回车键,系统就停在这里了,不能自动运行了,假如我要把机器搬到机房,那如果要重起一次岂不是都要跑去机房按一下回车键? 我的 grub.conf 的配置如下: # grub.conf generated by anaconda # # Note that you do not have to rerun grub after making changes to this f...
选高级安装,之安装数据库文件,没出现错误,但是用dbca建立数据库的时候报很多错误! 2%的时候显示:ORA-12705:Cannot access NLS data files or invalid environment specified(在38%还有其他的堤防显示这条) 3%的时候显示:ORA-01031:insufficient privileages 15%的时候显示:have not logon 下载的oracle ZIP文件我用cksum检查是一致的! 烦请高手们解惑! TKS! 解决的方法: 看到NLS和nvalid environment specified的提示,我估计...
centos4.3 内核2.6.9.42.0.3.EL-i686 安装了PPP后(./configure && make && make install && make install-etcppp) 加载模块(/etc/modules.conf) |----------------------------------------------| alias net-pf-47 ip_gre alias char-major-108 ppp_generic alias tty-ldisc-3 ppp_async alias tty-ldisc-14 ppp_synctty alias ppp-compress-18 ppp_mppe alias ppp-compress-21 bsd_comp alias ppp-compress-24 ppp_deflat...