码迷,mamicode.com
首页 >  
搜索关键字:failed dependencies    ( 8612个结果
zabbix 实战邮箱告警之msmtp
Lastmodified:Nov.17,2012 Contents 1-Summary 2-Dependencies 3-Installmsmtp 4-Msmtpconfiguration 5-Shellscript 6-Zabbixconfiguration 1-Summary ThisguidewillshowyouhowtousemsmtpwithTLS/SSLcapabilitiesforemail notificationsinZabbixServerinFreeBSD.MsmtpisanSM..
分类:其他好文   时间:2014-12-26 18:53:55    阅读次数:301
JAVA解析JSON相关
一json-lib.jar开发包使用依赖包 json-lib.jar开发包使用需要依赖包以下开发包: Json-lib requires (at least) the following dependencies in your classpath: * jakarta commons-lang ....
分类:编程语言   时间:2014-12-26 18:29:53    阅读次数:224
Android系统广播action
android.app.action.ACTION_PASSWORD_CHANGED android.app.action.ACTION_PASSWORD_EXPIRING android.app.action.ACTION_PASSWORD_FAILED android.app.action.ACTION_PASSWORD_SUCCEEDED android.app.action.DEVI...
分类:移动开发   时间:2014-12-26 16:56:21    阅读次数:261
apt-get Unable to fetch some archives
报错: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/g/glibc/libc6-dev_2.19-10ubuntu2.2_amd64.deb  Could not resolve 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.co...
分类:其他好文   时间:2014-12-25 18:26:17    阅读次数:306
rpm卸载软件error preun
这两天,使用ipvsadm -ln总是显示空。后来,使用strace ipvsadm -ln定位看来,是ipvsadm模块有问题,卸载了再重新安装吧,结果出现这种问题。从来没遇到这种问题:error: %preun(ipvsadm-1.24-6.x86_64) scriptlet failed, e...
分类:其他好文   时间:2014-12-25 17:39:58    阅读次数:128
Eclipse中的eclipse.ini配置
今天在使用Eclipse的时候,需要使用64位的jdk和64位的版本的Eclipse,但是本地电脑上安装的都是32位的。开始的时候64位的Eclipse在没有64为jdk的时候会报错:Failed to load the JNI shared library "E:\java\bin\..\jr.....
分类:系统相关   时间:2014-12-25 14:29:41    阅读次数:260
【Nginx】nginx: [emerg] bind() to 0.0.0.0:80 failed (13: Permission denied)
这是端口号的问题,在Linux中1024以下的端口号都需要root权限才能使用,所以普通用户启动程序绑定会报出权限问题。 使用如下命令启动nginx。 sudo nginx...
分类:其他好文   时间:2014-12-25 13:07:24    阅读次数:408
【nginx】kevent() reported that connect() failed (61: Connection refused)
访问php页面时,nginx报如下错误 2014/12/25 12:36:13 [error] 3846#0: *3 kevent() reported that connect() failed (61: Connection refused) while connecting to upstream, client: 127.0.0.1, server: localhost, request...
分类:其他好文   时间:2014-12-25 13:06:52    阅读次数:541
Hive: TApplicationException: Internal error processing get_partition_names 错误的解决方法
有时候,某些非常规的操作会导致将要建立数据库/表与保存在metastore里的数据库/表的信息发生冲突,导致无法建立相应的数据库/表。举个例子:如果没有使用常规的drop database/table去删除一个数据库或是表,而是直接在hdfs上删除了相应的文件夹或文件,比如:/user/hive/warehouse/xxxxx.db,然后当你重新试图使用建库脚本建库时,有可能会报出:FAILED:...
分类:移动开发   时间:2014-12-24 21:33:58    阅读次数:422
adb server无法启动方法,结束占用端口的进程
adb server is out of date. killing...ADB server didn't ACK* failed to start daemon *error: unknown host service使用adb时,若出上面的错,使用adb kill-server是没有用的,因为...
分类:数据库   时间:2014-12-24 19:52:59    阅读次数:311
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!