From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Igor Tertishny Organization: Home To: sisyphus@altlinux.ru Subject: Re: [sisyphus] chroot and postgresql Date: Tue, 17 Dec 2002 14:45:17 +0200 User-Agent: KMail/1.5 References: <200212171354.04217.kosha@Kp.ru> <20021217111502.GB2984@hell.immo> In-Reply-To: <20021217111502.GB2984@hell.immo> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200212171445.17345.yuda66@yandex.ru> Sender: sisyphus-admin@altlinux.ru Errors-To: sisyphus-admin@altlinux.ru X-BeenThere: sisyphus@altlinux.ru X-Mailman-Version: 2.0.9 Precedence: bulk Reply-To: sisyphus@altlinux.ru X-Reply-To: yuda66@yandex.ru List-Unsubscribe: , List-Id: List-Post: List-Help: List-Subscribe: , List-Archive: Archived-At: List-Archive: 17 Декабрь 2002 13:15, Alexey I. Froloff написал: > strace -e trace=open service postgresql start У меня, например, говорит вот что: [root@yby root]# strace -e trace=open service postgresql start open("/etc/ld.so.preload", O_RDONLY) = -1 ENOENT (No such file or directory) open("/etc/ld.so.cache", O_RDONLY) = 3 open("/lib/libdl.so.2", O_RDONLY) = 3 open("/lib/libc.so.6", O_RDONLY) = 3 open("/dev/tty", O_RDWR|O_NONBLOCK|O_LARGEFILE) = 3 open("/usr/share/locale/locale.alias", O_RDONLY) = -1 ENOENT (No such file or directory) ??? - похоже, что в этом дело. open("/usr/lib/locale/ru_RU.KOI8-R/LC_MESSAGES", O_RDONLY) = 3 open("/usr/lib/locale/ru_RU.KOI8-R/LC_MESSAGES/SYS_LC_MESSAGES", O_RDONLY) = 3 open("/usr/lib/gconv/gconv-modules.cache", O_RDONLY) = 3 open("/usr/lib/locale/ru_RU.KOI8-R/LC_MONETARY", O_RDONLY) = 3 open("/usr/lib/locale/ru_RU.KOI8-R/LC_COLLATE", O_RDONLY) = 3 open("/usr/lib/locale/ru_RU.KOI8-R/LC_TIME", O_RDONLY) = 3 open("/usr/lib/locale/ru_RU.KOI8-R/LC_NUMERIC", O_RDONLY) = 3 open("/usr/lib/locale/ru_RU.KOI8-R/LC_CTYPE", O_RDONLY) = 3 open("/etc/mtab", O_RDONLY) = 3 open("/proc/meminfo", O_RDONLY) = 3 open("/sbin/service", O_RDONLY|O_LARGEFILE) = 3 open("/usr/lib/gconv/KOI8-R.so", O_RDONLY) = 3 Adjusting environment for postgresql: [ OK ] Starting postgresql: [FAILED] --- SIGCHLD (Child exited) @ 0 (0) ---