ChinaUnix.net
相关文章推荐:

android initrc service 启动不成功

转载出处: http://www.androidlab.cn/viewthread.php?tid=421&extra=page%3D1 [color="blue"]1.首先开机启动后系统会发出一个Standard Broadcast Action,名字叫[color="red"]android.intent.action.BOOT_COMPLETED,这个Action只会发出一次。 [color="blue"]2.构造一个[color="red"]IntentReceiver类,重构其抽象方法[color="red"]onReceiveIntent(Context context, Intent intent),在其中启动你想要启动service。 [color="bl...

by shareman - Java文档中心 - 2009-06-22 13:02:07 阅读(1251) 回复(0)

相关讨论

为什么?service ipchains stop 不成功?是不是因为我的allow文件和deny文件设置的问题?

by 红叶枫 - Linux论坛 - 2004-09-10 12:20:21 阅读(561) 回复(1)

由于下列错误,Indexing service 服务启动失败: 拒绝访问。 还有,由于下列错误,IIS Admin service 服务启动失败: 拒绝访问。 有什么办法可以启动2种服务?我已经安装了iis。

by 超级赛亚人 - 服务器应用 - 2005-11-19 19:48:54 阅读(1189) 回复(1)

用lssrc -g cluster ,只有一个:clstrmgrES cluster 426212 active 用smitty clstop ,提示: perl:warning: setting locale failed perl:please check that your locale settings LC_ALL=(unset); LC_FASTMSG='true'; LANG="en.us.UTF-8" 请问为什么不让停止HA,service IP怎么才能启动,应该检查那里?

by qinwen740 - AIX - 2008-09-01 16:52:08 阅读(3005) 回复(5)

作者:lg 来自:www.china-lg.com mysql service启动的时候都会显示 Timeout error occurred trying to start MySQL Daemon. mysql 支持几种数据表格式 myisam,innodb..等 而你的组态档中innodb的部分设定有误,于是mysql告诉你起始错误 解决方法如下 修改 /etc/rc.d/init.d/mysqld if [ $ret -eq 0 ]; then for x in 1 2 3 4 5 6 7 8 9 10; do if [ -n "`/usr/bin/mysqladmin ping 2> /dev/null`" ]; then break; ...

by sdccf - MySQL文档中心 - 2008-04-19 18:31:29 阅读(805) 回复(0)

不知道应该修改什么地方?

by foreverleee - Solaris - 2007-07-18 16:41:38 阅读(1383) 回复(1)

solaris9 如何查以启动service呀.谢谢

by jj03kan - Solaris - 2009-03-20 16:07:17 阅读(1663) 回复(3)

有时候报的错还不一样,真郁闷啊,刚把双机给调起来,今天又出现这种情况啊。 请各位大侠务必帮忙。 SQL> startup ORA-27126: unable to lock shared memory segment in core HPUX-ia64 Error: 1: Not owner SQL> startup ORA-24324: service handle not initialized ORA-01041: internal error. hostdef extension doesn't exist 出现这两种情况,可能是我把spfile文件给修改坏了,也可能是内核惨数给改坏,但不知道问题出在哪里,...

by liz2003 - Oracle - 2012-07-31 12:02:05 阅读(24017) 回复(11)

操作系统:redhat as 4u4,已安装系统自带bind,成功升级为bind9.3.4后,如何修改相应的文件,使其能够在系统启动时也自动启动并能用使用service named stop、start命令停止启动? 系统默认安装路径为:/usr/sbin/named,/etc/named.conf; 升级后的安装路径为:/usr/local/bind/sbin/named,/usr/local/bind/etc/named.conf; thx!

by inhe - 服务器应用 - 2007-06-28 17:01:54 阅读(4313) 回复(6)

我运行rpm-config-samba 出现:samba-common-3.0.10-1.4E.6 是不是我的没有安装全呀 我只想有windows共享redhat机器的空间

by liangbo123 - 服务器应用 - 2006-12-19 11:02:22 阅读(5025) 回复(5)

为什么有的服务能用service启动,而不能用chkconfig来启动呢??它们两个有什么区别吗??

by hui1983106 - 系统管理 - 2006-11-03 13:26:27 阅读(3070) 回复(15)