freebsd4.x下用ports安装的zo pe起不来
"fatb" <[email protected]>
| Newsgroups | gmane.comp.web.zope.chinese,gmane.spam.detected |
|---|---|
| Message-ID | <[email protected]> |
不知道大家有在freebsd4.x下用ports装plone的吗? 我的ports树几乎是最新的,plone2了,python 2.3.4_1 但是我到/usr/ports/www/plone安装,然后把可以选的全部选上之后完成安装 然后在/etc/rc.conf加上了 zope_enable="yes" 我执行/usr/local/etc/rc.d/zope.sh start就说,staring zope, 然后我ps aux和netstat 都看不到zope 的进程和端口 在message里也看不到任何出错信息,我strace了一下也没发现什么异常~~~~ 不知道应该从哪里下手了,还请前辈指教 附件里是我strace的输出 谢谢! _______________________________________________ zope-chinese list [email protected] http://zope.cn/mailman/listinfo/zope-chinese
strace.txt
(text/plain, 13.2 KB)
execve("./zope.sh", ["./zope.sh", "start"], [/* 18 vars */]) = 0
getpid() = 4439 (ppid 4438)
geteuid(0x3) = 0
getppid(0x3) = 4438
readlink("/etc/malloc.conf", 0xbfbff970, 63) = -1 ENOENT (No such file or directory)
mmap(0, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANON, -1, 0) = 0x280b2000
break(0x80c1000) = 0
break(0x80c2000) = 0
stat("/var/mail/root", 0xbfbffa40) = -1 ENOENT (No such file or directory)
getuid() = 0 (euid 0)
geteuid(0x3) = 0
getgid() = 0 (egid 0)
getegid(0x3) = 0
open("./zope.sh", O_RDONLY) = 3
fcntl(3, F_DUPFD, 10) = 10
close(3) = 0
fcntl(10, F_SETFD, FD_CLOEXEC) = 0
sigaction(SIGINT, NULL, {SIG_DFL}) = 0
sigaction(SIGINT, {0x8059404, [], SA_RESTART}, {SIG_DFL}) = 0
sigaction(SIGINT, NULL, {0x8059404, [], SA_RESTART}) = 0
sigaction(SIGINT, {0x8059404, [], 0}, NULL) = 0
sigaction(SIGQUIT, NULL, {SIG_DFL}) = 0
sigaction(SIGQUIT, {0x8059404, [], SA_RESTART}, {SIG_DFL}) = 0
sigaction(SIGQUIT, NULL, {0x8059404, [], SA_RESTART}) = 0
sigaction(SIGQUIT, {0x8059404, [], 0}, NULL) = 0
sigaction(SIGTERM, NULL, {SIG_DFL}) = 0
sigaction(SIGTERM, {SIG_DFL}, {SIG_DFL}) = 0
sigaction(SIGWINCH, NULL, {SIG_DFL}) = 0
sigaction(SIGWINCH, {SIG_DFL}, {SIG_DFL}) = 0
sigaction(SIGSYS, {SIG_IGN}, {SIG_DFL}) = 0
__getcwd("/usr/local/etc/rc.d", 1024) = 0
sigaction(SIGSYS, {SIG_DFL}, NULL) = 0
read(10, "#!/bin/sh\n\n# Start or stop zope\n"..., 1023) = 1015
break(0x80c3000) = 0
open("/usr/local/etc/rc.subr", O_RDONLY) = 3
fcntl(3, F_DUPFD, 10) = 11
close(3) = 0
fcntl(11, F_SETFD, FD_CLOEXEC) = 0
break(0x80c4000) = 0
read(11, "# $NetBSD: rc.subr,v 1.60 2003/0"..., 1023) = 1023
read(11, "contributors.\n# 4. Neither the n"..., 1023) = 1023
read(11, "s used by various rc scripts\n#\n\n"..., 1023) = 1023
break(0x80c5000) = 0
pipe([3, 4]) = 3
fork() = 4440
--- SIGCHLD (Child exited) ---
close(4) = 0
read(3, "FreeBSD\n", 128) = 8
read(3, "", 128) = 0
close(3) = 0
getpgrp(0) = 4438
wait4(-1, [WIFEXITED(s) && WEXITSTATUS(s) == 0], 0x2, NULL) = 4440
break(0x80c6000) = 0
read(11, "e caller\n#\thas check to make sur"..., 1023) = 1023
read(11, "esystems type\n#\tGo through the l"..., 1023) = 1023
break(0x80c7000) = 0
read(11, "ebug \"pid file ($_pidfile): not "..., 1023) = 1023
break(0x80c8000) = 0
read(11, " interpreter != \".\", read the fi"..., 1023) = 1023
read(11, "\' |\n\t\twhile read _npid \'\"$_fp_ar"..., 1023) = 1023
break(0x80c9000) = 0
read(11, "ation as follows:\n#\t\tPrefix\tOper"..., 1023) = 1023
read(11, "/usr to be mounted.\n#\n#\t${name}_"..., 1023) = 1023
read(11, "#\t\t\t\tdon\'t run ${rc_arg}_cmd.\n#\n"..., 1023) = 1023
read(11, "nstead,\n#\t\t\tand doesn\'t wait_for"..., 1023) = 1023
read(11, "ast=yes\n\t\t;;\n\tforce*)\t\t\t\t# \"forc"..., 1023) = 1023
read(11, "$flags\n\telse\n\t\teval rc_flags=\\$$"..., 1023) = 1023
break(0x80ca000) = 0
read(11, "bug \"run_rc_command: evaluating "..., 1023) = 1023
break(0x80cb000) = 0
read(11, "\t\t\t\tif ! checkyesno $_f; then\n\t\t"..., 1023) = 1023
read(11, "{_chdir:+cd $_chdir; }\\\n${_nice:"..., 1023) = 1023
break(0x80cc000) = 0
read(11, "\t\t_doit=\"kill -${sig_stop:-TERM}"..., 1023) = 1023
break(0x80cd000) = 0
read(11, "n 1\n\t\t\tif [ -n \"$_postcmd\" ]; th"..., 1023) = 1023
break(0x80ce000) = 0
break(0x80d3000) = 0
read(11, "alue from the script. If `file\'"..., 1023) = 1023
read(11, "ce in the configuration file for"..., 1023) = 1023
read(11, "e=\"$xntpd_enable\"\n \t[ -n "..., 1023) = 1023
read(11, "og.\n#\ninfo()\n{\n\tcase ${rc_info} "..., 1023) = 1023
read(11, "\tupdate\t\t`file\' has changed and "..., 1023) = 1023
read(11, "pdate)\n\t\t\tcp -p $_file $_cur\n\t\t\t"..., 1023) = 1023
read(11, "kdir does not exist\"\n\t\treturn 1\n"..., 1023) = 1023
read(11, "\tfi\n\t\t\teval $rulename=\\$rulenum\n"..., 1023) = 1023
read(11, "leset ruleset [dir]\n#\tSets the d"..., 1023) = 1023
read(11, "r=\n\t_me=\"devfs_apply_ruleset\"\n\n\t"..., 1023) = 1023
break(0x80d4000) = 0
break(0x80d5000) = 0
read(11, "jail dir [ruleset]\n#\tMounts a de"..., 1023) = 909
read(11, "", 1023) = 0
close(11) = 0
pipe([3, 4]) = 3
fork() = 4441
--- SIGCHLD (Child exited) ---
close(4) = 0
read(3, "zope_enable\n", 128) = 12
read(3, "", 128) = 0
close(3) = 0
getpgrp(0) = 4438
wait4(-1, [WIFEXITED(s) && WEXITSTATUS(s) == 0], 0x2, NULL) = 4441
getegid(0x1) = 0
geteuid(0x1) = 0
getgid() = 0 (egid 0)
getuid() = 0 (euid 0)
setregid(0, 0) = 0
setreuid(0, 0) = 0
setregid(0, 0) = 0
setreuid(0, 0) = 0
getegid(0x1) = 0
geteuid(0x1) = 0
getgid() = 0 (egid 0)
getuid() = 0 (euid 0)
setregid(0, 0) = 0
setreuid(0, 0) = 0
stat("/etc/defaults/rc.conf", {st_mode=S_IFREG|0644, st_size=21415, ...}) = 0
access("/etc/defaults/rc.conf", R_OK) = 0
setregid(0, 0) = 0
setreuid(0, 0) = 0
open("/etc/defaults/rc.conf", O_RDONLY) = 3
fcntl(3, F_DUPFD, 10) = 11
close(3) = 0
fcntl(11, F_SETFD, FD_CLOEXEC) = 0
read(11, "#!/bin/sh\n#\n\n# This is rc.conf -"..., 1023) = 1023
read(11, "dle APM event from userland.\napm"..., 1023) = 1023
read(11, "l/security options: ###\nhostname"..., 1023) = 1023
read(11, "\t\t# Public interface or IPaddres"..., 1023) = 1023
read(11, " for ipfs\ntcp_extensions=\"YES\"\t\t"..., 1023) = 1023
read(11, " you have any sppp(4) interfaces"..., 1023) = 1023
read(11, "ser to run ppp as\n\n### Network d"..., 1023) = 1023
read(11, "\nkerberos5_server=\"/usr/libexec/"..., 1023) = 1023
read(11, "nal flags for sshd.\n\n### Network"..., 1023) = 1023
read(11, "NO).\nportmap_enable=\"NO\"\t\t# Run "..., 1023) = 1023
read(11, "O\"\t\t# We\'re an NIS client (or NO"..., 1023) = 1023
read(11, "_flags=\"\"\t\t# Flags for multicast"..., 1023) = 1023
read(11, "leave empty).\natm_arps=\"\"\t\t\t# Se"..., 1023) = 1023
break(0x80d6000) = 0
break(0x80d7000) = 0
read(11, "\"xxx\"\t# An example to set fec0:0"..., 1023) = 1023
read(11, ":2 prefixlen 64\" # Sample alias "..., 1023) = 1023
read(11, ".\nstf_interface_ipv6_ifid=\"0:0:0"..., 1023) = 1023
read(11, "################################"..., 1023) = 1023
read(11, "dev/psm0\"\t# Set to your mouse po"..., 1023) = 1023
read(11, "mta -bd -q30m -ODaemonPortOption"..., 1023) = 1023
read(11, "umpdev=\"NO\"\t\t# Device name to cr"..., 1023) = 1023
read(11, "1R6/lib/aout /usr/local/lib/aout"..., 1023) = 955
getegid(0x1) = 0
geteuid(0x1) = 0
getgid() = 0 (egid 0)
getuid() = 0 (euid 0)
setregid(0, 0) = 0
setreuid(0, 0) = 0
setregid(0, 0) = 0
setreuid(0, 0) = 0
break(0x80d8000) = 0
read(11, "", 1023) = 0
close(11) = 0
getegid(0x1) = 0
geteuid(0x1) = 0
getgid() = 0 (egid 0)
getuid() = 0 (euid 0)
setregid(0, 0) = 0
setreuid(0, 0) = 0
stat("/etc/rc.conf", {st_mode=S_IFREG|0644, st_size=913, ...}) = 0
access("/etc/rc.conf", R_OK) = 0
setregid(0, 0) = 0
setreuid(0, 0) = 0
open("/etc/rc.conf", O_RDONLY) = 3
fcntl(3, F_DUPFD, 10) = 11
close(3) = 0
fcntl(11, F_SETFD, FD_CLOEXEC) = 0
read(11, "\n# -- sysinstall generated delta"..., 1023) = 913
read(11, "", 1023) = 0
close(11) = 0
getegid(0x1) = 0
geteuid(0x1) = 0
getgid() = 0 (egid 0)
getuid() = 0 (euid 0)
setregid(0, 0) = 0
setreuid(0, 0) = 0
stat("/etc/rc.conf.local", 0xbfbff370) = -1 ENOENT (No such file or directory)
setregid(0, 0) = 0
setreuid(0, 0) = 0
getegid(0x1) = 0
geteuid(0x1) = 0
getgid() = 0 (egid 0)
getuid() = 0 (euid 0)
setregid(0, 0) = 0
setreuid(0, 0) = 0
stat("/etc/rc.conf.d/zope", 0xbfbff6d0) = -1 ENOENT (No such file or directory)
setregid(0, 0) = 0
setreuid(0, 0) = 0
getegid(0x1) = 0
geteuid(0x1) = 0
getgid() = 0 (egid 0)
getuid() = 0 (euid 0)
setregid(0, 0) = 0
setreuid(0, 0) = 0
setregid(0, 0) = 0
setreuid(0, 0) = 0
getegid(0x1) = 0
geteuid(0x1) = 0
getgid() = 0 (egid 0)
getuid() = 0 (euid 0)
setregid(0, 0) = 0
setreuid(0, 0) = 0
setregid(0, 0) = 0
setreuid(0, 0) = 0
getegid(0x1) = 0
geteuid(0x1) = 0
getgid() = 0 (egid 0)
getuid() = 0 (euid 0)
setregid(0, 0) = 0
setreuid(0, 0) = 0
setregid(0, 0) = 0
setreuid(0, 0) = 0
getegid(0x1) = 0
geteuid(0x1) = 0
getgid() = 0 (egid 0)
getuid() = 0 (euid 0)
setregid(0, 0) = 0
setreuid(0, 0) = 0
setregid(0, 0) = 0
setreuid(0, 0) = 0
getegid(0x1) = 0
geteuid(0x1) = 0
getgid() = 0 (egid 0)
getuid() = 0 (euid 0)
setregid(0, 0) = 0
setreuid(0, 0) = 0
setregid(0, 0) = 0
setreuid(0, 0) = 0
getegid(0x1) = 0
geteuid(0x1) = 0
getgid() = 0 (egid 0)
getuid() = 0 (euid 0)
setregid(0, 0) = 0
setreuid(0, 0) = 0
setregid(0, 0) = 0
setreuid(0, 0) = 0
getegid(0x1) = 0
geteuid(0x1) = 0
getgid() = 0 (egid 0)
getuid() = 0 (euid 0)
setregid(0, 0) = 0
setreuid(0, 0) = 0
setregid(0, 0) = 0
setreuid(0, 0) = 0
getegid(0x1) = 0
geteuid(0x1) = 0
getgid() = 0 (egid 0)
getuid() = 0 (euid 0)
setregid(0, 0) = 0
setreuid(0, 0) = 0
setregid(0, 0) = 0
setreuid(0, 0) = 0
getegid(0x1) = 0
geteuid(0x1) = 0
getgid() = 0 (egid 0)
getuid() = 0 (euid 0)
setregid(0, 0) = 0
setreuid(0, 0) = 0
setregid(0, 0) = 0
setreuid(0, 0) = 0
write(1, "Starting Zope\n", 14) = 14
read(10, "", 1023) = 0
exit(0) = ?