From owner-freebsd-database Tue Nov 24 11:49:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA28984 for freebsd-database-outgoing; Tue, 24 Nov 1998 11:49:34 -0800 (PST) (envelope-from owner-freebsd-database@FreeBSD.ORG) Received: from paert.tse-online.de (paert.tse-online.de [194.97.69.172]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id LAA28976 for ; Tue, 24 Nov 1998 11:49:21 -0800 (PST) (envelope-from ab@paert.tse-online.de) Received: (qmail 16924 invoked by uid 1000); 24 Nov 1998 19:49:36 -0000 Message-ID: <19981124204936.B13234@paert.tse-online.de> Date: Tue, 24 Nov 1998 20:49:36 +0100 From: Andreas Braukmann To: John Fieber Cc: freebsd-database@FreeBSD.ORG Subject: Re: Sybase vs. shared memory? Mail-Followup-To: John Fieber , freebsd-database@freebsd.org References: <19981124172121.B15177@paert.tse-online.de> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary=zhXaljGHf11kAtnf X-Mailer: Mutt 0.93i In-Reply-To: ; from John Fieber on Tue, Nov 24, 1998 at 11:31:59AM -0500 Organization: TSE TeleService GmbH Sender: owner-freebsd-database@FreeBSD.ORG Precedence: bulk --zhXaljGHf11kAtnf Content-Type: text/plain; charset=us-ascii Hi John, ... it's me again :(( ... and on the list again ... > I think you are having the maxusers problem; try setting your > maxusers to 32. The person who discovered that little wrinkle ok. done. The kernel with maxusers=32 is up and running. But it didn't change anything; I've even done a complete fresh extract/installation cycle. Again: : Running task: boot the SQL Server. : waiting for server 'TSE-SYBASE' to boot... : : INTERNAL ERROR: Could not locate message number '514' for product : 'SQL Server' in message cache. > appears to start but it continuously segfaults (but it has a > handler that catches the signal) so it doesn't get anywhere. hmm. It doesn't segfault as far as I'm able to suppose ...; but nonetheless it steadily loops like this: ['truss'-output:] syscall nanosleep(0x85c5714,0x0) returns 0 (0x0) syscall nanosleep(0x85c5714,0x0) returns 0 (0x0) syscall nanosleep(0x85c5714,0x0) returns 0 (0x0) SIGNAL 14 SIGNAL 14 SIGNAL 14 syscall nanosleep(0x85c5714,0x0) errno -4 'Interrupted system call' syscall linux_sigreturn(0x85c56a8) errno -4 'Interrupted system call' syscall nanosleep(0x85c5714,0x0) returns 0 (0x0) syscall nanosleep(0x85c5714,0x0) returns 0 (0x0) syscall nanosleep(0x85c5714,0x0) returns 0 (0x0) syscall nanosleep(0x85c5714,0x0) returns 0 (0x0) SIGNAL 14 SIGNAL 14 SIGNAL 14 syscall nanosleep(0x85c5714,0x0) errno -4 'Interrupted system call' syscall linux_sigreturn(0x85c56a8) errno -4 'Interrupted system call' syscall nanosleep(0x85c5714,0x0) [ and so on, and so on, and so on ] After 'sybinit' spits out the error message it offers the option to try it again ("Press to continue."). The concrete 'retry' starts after printing out another message about "Check the log ... for more information" and press the return-key a second time. For the system-call trace (output from truss) have a look at the attachment. Bye, Andreas -- /// TSE TeleService GmbH | Gsf: Arne Reuter | /// Hovestrasse 14 | Andreas Braukmann | We do it with /// D-48351 Everswinkel | HRB: 1430, AG WAF | FreeBSD/SMP /// ------------------------------------------------------------------- /// PGP-Key: http://www.tse-online.de/~ab/public-key /// Key fingerprint: 12 13 EF BC 22 DD F4 B6 3C 25 C9 06 DC D3 45 9B --zhXaljGHf11kAtnf Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=sybinit-truss syscall (null)() returns 1 (0x1) syscall write(1,0x80e5a77,1) returns 1 (0x1) syscall linux_time(0x0) returns 911935932 (0x365b09bc) syscall write(3,0xefbce578,144) returns 144 (0x90) syscall write(1,0x80e5a77,1) returns 1 (0x1) syscall write(1,0xefbcdbd0,148) returns 148 (0x94) syscall write(1,0x8130b60,28) returns 28 (0x1c) syscall read(0x0,0x810811f,0x1) returns 1 (0x1) syscall write(1,0x80e5a77,1) returns 1 (0x1) syscall linux_time(0x0) returns 911935934 (0x365b09be) syscall write(3,0xefbce588,217) returns 217 (0xd9) syscall linux_time(0x0) returns 911935934 (0x365b09be) syscall write(3,0xefbdaa50,66) returns 66 (0x42) syscall write(1,0xefbda088,44) returns 44 (0x2c) syscall nanosleep(0xefbf24d8,0xefbf24d8) returns 0 (0x0) syscall linux_wait4(0x222,0xefbf208c,0x1,0x0) returns 0 (0x0) syscall close(4) returns 0 (0x0) syscall munmap(0x281ba000,0x2000) returns 0 (0x0) syscall linux_open("/opt/sybase/interfaces",0,0666) returns 4 (0x4) syscall linux_newfstat(4,0xefbf1fbc) returns 0 (0x0) syscall linux_mmap(0xefbf200c) returns 672899072 (0x281ba000) syscall read(0x4,0x281ba000,0x2000) returns 304 (0x130) syscall read(0x4,0x281ba000,0x2000) returns 0 (0x0) syscall close(5) returns 0 (0x0) syscall linux_open("/etc/hosts",0,0666) returns 5 (0x5) syscall linux_fcntl(0x5,0x1,0x0) returns 0 (0x0) syscall linux_fcntl(0x5,0x2,0x1) returns 0 (0x0) syscall linux_newfstat(5,0xefbf1fdc) returns 0 (0x0) syscall linux_mmap(0xefbf202c) returns 672907264 (0x281bc000) syscall read(0x5,0x281bc000,0x2000) returns 593 (0x251) syscall close(5) returns 0 (0x0) syscall munmap(0x281bc000,0x2000) returns 0 (0x0) syscall linux_open("/opt/sybase/interfaces",0,0666) returns 5 (0x5) syscall linux_socketcall(0x1,0xefbf2288) returns 6 (0x6) syscall linux_socketcall(0xe,0xefbf2274) returns 0 (0x0) syscall linux_socketcall(0xe,0xefbf2280) returns 0 (0x0) syscall linux_socketcall(0xe,0xefbf2280) returns 0 (0x0) syscall linux_fcntl(0x6,0x3,0x0) returns 2 (0x2) syscall linux_fcntl(0x6,0x4,0x802) returns 0 (0x0) syscall linux_socketcall(0x3,0xefbf2288) returns 0 (0x0) syscall linux_fcntl(0x6,0x4,0x2) returns 0 (0x0) syscall linux_socketcall(0xe,0xefbf22d4) returns 0 (0x0) syscall linux_newuname(0xefbf1f38) returns 0 (0x0) syscall getpid() returns 540 (0x21c) syscall write(6,0x832f048,512) returns 512 (0x200) syscall write(6,0x832f048,93) returns 93 (0x5d) syscall linux_socketcall(0xe,0xefbf22d8) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall ogetrlimit(0x7,0xefbf20f8) returns 0 (0x0) syscall linux_newselect(0x200,0xefbf2138,0x0,0x0,0xefbf2130) returns 0 (0x0) syscall linux_sigaction(0x2,0xefbf2110,0xefbf2100) returns 0 (0x0) syscall linux_socketcall(0x9,0xefbf20dc) returns 1 (0x1) syscall linux_sigaction(0x2,0xefbf2118,0x0) returns 0 (0x0) syscall close(6) returns 0 (0x0) syscall write(1,0x80e5a77,1) returns 1 (0x1) syscall write(1,0xefbcdbc0,99) returns 99 (0x63) syscall write(1,0x8130b60,28) returns 28 (0x1c) --zhXaljGHf11kAtnf-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message