位置: 编程技术 - 正文

linux系统维护常见错误记录 (linux 维护命令)

编辑:rootadmin
一:卸载的时候出现的错误: umount /dev/nb1 device is busy 解决:找到是什么进程使得他busy,用 lsof /dev/nb1 . kill掉那个进程,然后重新umount即可。 二:GD2编译的时候出现的错误: The usual way to define `LIBTOOL’ is to add `AC_PROG_LIBTOOL’ Libtool library used but `LIBTOOL’ is undefined [Makefile.in] Error 1 解决:缺少编译安装的软件包。如:yum install automake,libjpeg-devel,libpng-devel,freetype-devel,libtiff-devel,autoconf,gettext-devel,libtool 三:安装 snmp的时候出现的错误: 1>/bin/sed: can’t read /usr/lib/libbeecrypt.la: No such file or directory libtool: link: `/usr/lib/libbeecrypt.la’ is not a valid libtool archive make[1]: *** [libnetsnmpmibs.la] Error 1 解决:以为缺少libbeecrypt.la ,libbeecrypt.so等共享库,如:yum install libbeecrypt.la 2>/usr/bin/ld: cannot find -lelf 解决:ln -s /usr/lib/libelf.so.1 /usr/lib/libelf.so 3>/usr/bin/ld:can’t not find -lselinux 解决:缺少libselinux 和 libselinux-devel包,如:yum install libselinux 四:Rsync同步常见问题: 错误一: @ERROR: auth failed on module xxxxx rsync: connection unexpectedly closed ( bytes read so far) rsync error: error in rsync protocol data stream (code ) at io.c() 解决:这是因为密码设置错了,无法登入成功,检查一下rsync.pwd,看客服是否匹配。还有服务器端没启动rsync 服务也会出现这种情况。 错误二: password file must not be other-accessible continuing without password file Password: 解决:这是因为rsyncd.pwd rsyncd.sec的权限不对,应该设置为。如:chmod rsyncd.pwd 错误三: @ERROR: chroot failed rsync: connection unexpectedly closed ( bytes read so far) rsync error: error in rsync protocol data stream (code ) at io.c() 解决:这是因为你在 rsync.conf 中设置的 path 路径不存在,要新建目录才能开启同步。 错误四: rsync: failed to connect to ...2: No route to host () rsync error: error in socket IO (code ) at clientserver.c() [receiver=2.6.9] 解决:对方没开机、防火墙阻挡、通过的网络上有防火墙阻挡,都有可能。关闭防火墙,其实就是把tcp udp 的端口打开。 五:软件安装的时候常出现的问题: configure: error: …No recognized SSL/TLS toolkit detected # yum -y install openssl-devel configure: error: no acceptable cc found in $PATH yum -y install gcc-c++ configure: error: cannot find output from lex; giving up flex is not installed, install flex. yum -y install flex configure: error: xml2-config not found. Please check your libxml2 installation. yum -y install libxml2-devel configure: error: Cannot find OpenSSL’s yum -y install openssl-devel configure: error: Please reinstall the BZip2 distribution yum -y install bzip2-devel configure: error: Please reinstall the libcurl distribution - easy.h should be in /include/curl/ yum -y install curl-devel configure: error: libjpeg.(a|so) not found. yum -y install libjpeg-devel configure: error: libpng.(a|so) not found. yum -y install libpng-devel configure: error: freetype2 not found! yum -y install freetype-devel configure: error: Unable to locate gmp.h yum -y install gmp-devel configure: error: Cannot find pspell yum -y install aspell-devel libtool: link: cannot find the library `/usr/lib/libbeecrypt.la’ (librpmio.la: /usr/lib/libbeecrypt.la) 解决:缺少beecrypt包,如: 然后运行如下命令: #tar -zxvf beecrypt-4.1.2.tar.gz #./configure #make #make install

推荐整理分享linux系统维护常见错误记录 (linux 维护命令),希望有所帮助,仅作参考,欢迎阅读内容。

linux系统维护常见错误记录 (linux 维护命令)

文章相关热门搜索词:linux操作系统维护,linux 维护,linux系统维护常用命令,linux操作系统维护,linux系统怎么维护,linux 维护命令,linux系统怎么维护,linux系统维护常用命令,内容如对您有帮助,希望把文章链接给更多的朋友!

CentOS支持reiserFS的设置方法 CentOS默认安装情况下并不能支持reiserFS,但是通过采用CentOSPlus内核,实现对reiserFS的支持。方法如下:一:更新内核:vi/etc/yum.repos.d/CentOS-Base.repo将该文

linux下安装Zend Optimizer的方法 安装多次ZendOptimizer,试了不同版本,总是失败。不知如何去找原因,因为ZendOptimizer安装实在太简单了:1-释放压缩解包;2-运行install.sh这个脚本,根据

linux内容批量替换的命令 今天工作需要,其实就是一行命令,比如要将所有包含abc文件里面的abc替换为deffind-typef|xargsperl-i-pes%abc%def%g如果要把子目录的内容一起替换ls-R|xargsperl-i-

标签: linux 维护命令

本文链接地址:https://www.jiuchutong.com/biancheng/357196.html 转载请保留说明!

上一篇:Linux中让进程在后台运行的方法(linux进程运行的两种方式)

下一篇:CentOS支持reiserFS的设置方法(centos支持哪些cpu)

  • 进货增值税税率
  • 按适用税率征税销售额等于销售收入吗
  • 以前年度遗留的个税怎么处理
  • 分配税后利润需交个人所得税吗
  • 企业注销,账面余额怎样调账
  • 企业所得税汇算清缴操作流程
  • 企业所得税年报怎么查询
  • 预付账款和应付账款的区别
  • 发票已开后 对方公司名称变更怎么处理
  • 收到的印花税退税怎么会计处理
  • 企业停产是否需要自行监测
  • 加油站冲值加油怎么操作
  • 年终零余额账户有余额
  • 我国进口货物交税如何计算? 
  • 供热企业采暖费收入免征增值税政策解读
  • 销售货物并提供安装服务
  • 单位房子没有房产证能不能买
  • 商品销售税金及附加会计分录
  • 广告设计制作的技术框架
  • 行政事业单位会计基础工作规范
  • 财务报表依据的会计记录
  • 企业公司报税流程
  • 劳务报酬所得缴多少税
  • 去银行补充企业信息流程
  • 租入房屋修缮费用谁承担
  • 企业三大期间费用是什么
  • 浅谈linux
  • 直系亲属股权转让免征个人所得税
  • 不动产税费
  • CodeIgniter与PHP5.6的兼容问题
  • 异地成立分公司的流程和要求
  • 厄勒布鲁赛程500
  • php实现发送邮件
  • 后端怎么返回数据给前端
  • php抽象类可以多继承吗
  • ai安装教程2020
  • axure rp 9视频教程
  • 调戏chatGPT(二)下围棋
  • 补充医疗保险属于什么
  • mongodb cond
  • 应收账款红冲什么意思
  • 产品成本包括哪些
  • 账务核对的主要内容
  • 关联方交易的税收问题
  • 收到政府补贴如何入账
  • 会计和外贸哪个工作强度大
  • 买到库存货 退货
  • 应收票据周转率怎么分析
  • 补缴社保的利息会进入个人账户里吗
  • 一般纳税人支出都要交税吗
  • 拆迁补偿怎么算的
  • 小规模纳税人系统查询
  • 公司出售自建厂房
  • 机关和事业单位党的支部委员会每届任期
  • 钱汇错了报警有用吗
  • 应付账款怎么入账
  • 新公司季初资产总额填什么
  • 往来的款项性质有哪些
  • 买给员工吃的零食内容怎么写
  • 工程施工和主营业务成本关系
  • sql server 1222解决
  • mysql 5.7.34安装
  • linux /bin/false
  • mysql连接数 是针对db还是服务器
  • win8 更新
  • freebsd 安装
  • 原生java web
  • javascript数组的方法
  • cocos-2dx
  • Unity3D游戏开发基础
  • unity3d打开
  • 网络ping大包
  • js 数组去重的四种方法
  • javascript scrollLeft,scrollWidth,clientWidth,offsetWidth 完全详解
  • js uridecode
  • 宁夏电子税务局登录入口
  • 代扣代缴企业所得税手续费
  • 扣缴个人所得税客户端操作流程
  • 上海市松江区房价?
  • 安徽农村户口可以交社保吗
  • 免责声明:网站部分图片文字素材来源于网络,如有侵权,请及时告知,我们会第一时间删除,谢谢! 邮箱:opceo@qq.com

    鄂ICP备2023003026号

    网站地图: 企业信息 工商信息 财税知识 网络常识 编程技术

    友情链接: 武汉网站建设