Re: linux compatability broken

2002-07-25 Thread Jud
7/25/2002 12:49:49 AM, Dan Nelson [EMAIL PROTECTED] wrote: In the last episode (Jul 24), Eric Dedrick said: Okay, we got it. I had to run linux_base-6 and *not* any type of linux_base (7.1) whatsoever. Since it would appear that running linux_base-6 and linux_base(7.1) are mutually

Re: linux compatability broken

2002-07-25 Thread Eric Dedrick
Just to clarify, I mean that using portupgrade will (hopefully, and in my experience, almost always) take care of your dependencies during the upgrade process, thus saving you from the IMO less preferable alternative of running more than one version of a port. Have you tried portupgrade

Re: linux compatability broken

2002-07-25 Thread Dan Nelson
In the last episode (Jul 25), Eric Dedrick said: Just to clarify, I mean that using portupgrade will (hopefully, and in my experience, almost always) take care of your dependencies during the upgrade process, thus saving you from the IMO less preferable alternative of running more than

Re: linux compatability broken?

2002-07-24 Thread Adam Weinberger
PROTECTED] with unsubscribe freebsd-questions in the body of the message end of Re: linux compatability broken? from Eric Dedrick -- Oh good, my dog found the chainsaw. -Lilo, Lilo Stitch Adam Weinberger [EMAIL PROTECTED] http://vectors.cx end of Re: linux

Re: linux compatability broken?

2002-07-24 Thread Eric Dedrick
Yup. See the new attachements. Again, thank you so much for the help. On Wed, 24 Jul 2002, Dan Nelson wrote: In the last episode (Jul 24), Eric Dedrick said: i'm going to have to ask that anybody else who knows please step in here... to know where it's dying, i'd need to see a

Re: linux compatability broken?

2002-07-24 Thread Adam Weinberger
mozilla-bin RET read -1 errno 9 Bad file descriptor 11596 mozilla-bin CALL close(0x16) 11596 mozilla-bin RET close -1 errno 9 Bad file descriptor 11596 mozilla-bin CALL old.killpg 11596 mozilla-bin PSIG SIGSYS SIG_DFL 11596 mozilla-bin NAMI mozilla-bin.core end of Re: linux

Re: linux compatability broken?

2002-07-24 Thread Adam Weinberger
a while. Something sounds really out of sync. Try rebuilding your kernel and modules, and make sure they install into the right places. -- Dan Nelson [EMAIL PROTECTED] end of Re: linux compatability broken? from Dan Nelson -- Oh good, my dog found the chainsaw

Re: linux compatability broken?

2002-07-24 Thread Eric Dedrick
oh wow i didn't notice that one. run /compat/linux/sbin/ldconfig -p and see where it's looking for ld-linux.so.2. the line should be something like: ld-linux.so.2 (ELF) = /lib/ld-linux.so.2 but yeah, rebuild that kernel and modules! I've rebuilt them so many times figuring that was the

Re: linux compatability broken?

2002-07-24 Thread Adam Weinberger
was on CVS stable as of about noon yesterday. Unless there is a patch or something that's not going to do any good. $ /compat/linux/sbin/ldconfig -p (other suff)... ld-linux.so.2 (ELF) = /lib/ld-linux.so.2 end of Re: linux compatability broken? from Eric Dedrick -- Oh good, my dog found

Re: linux compatability broken?

2002-07-24 Thread Eric Dedrick
11590 ktrace NAMI /compat/svr4/lib/ld-linux.so.2 Why does it think the binary is an svr4 binary? That's why the syscalls still don't match and you get SIGSYS after a while. Something sounds really out of sync. That's kind of what I thought. I tried re-brandelf'ing my version of

Re: linux compatability broken?

2002-07-24 Thread Eric Dedrick
uhmm you can always kludge by ln -s /compat/linux /compat/svr4 ::) just curious... do you have anything in /compat/svr4? A symbolic link to /usr/compat/linux/lib. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: linux compatability broken?

2002-07-24 Thread Eric Dedrick
but then it's looking for /usr/compat/linux/lib/lib/ld-linux.so.2 make /compat/svr4 - /compat/linux No change. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: linux compatability broken?

2002-07-24 Thread Dan Nelson
In the last episode (Jul 24), Eric Dedrick said: i'm going to have to ask that anybody else who knows please step in here... to know where it's dying, i'd need to see a kernel trace, isolating the system call that it's b0rking on. I've attached a couple. Thanks. Try running ktrace

Re: linux compatability broken?

2002-07-24 Thread Dan Nelson
In the last episode (Jul 24), Eric Dedrick said: Yup. See the new attachements. Again, thank you so much for the help. 11590 ktrace NAMI /compat/svr4/lib/ld-linux.so.2 Why does it think the binary is an svr4 binary? That's why the syscalls still don't match and you get SIGSYS after a

Re: linux compatability broken

2002-07-24 Thread Eric Dedrick
If you don't load the svr4 module (and don't have options COMPAT_SVR4 in your config file), it shouldn't look in /compat/svr4. Try removing those and see what happens. Symlinking /compat/svr4 to /compat/linux won't do a thing, since the syscalls don't match. I get: $ opera ELF

Re: linux compatability broken

2002-07-24 Thread Eric Dedrick
$ opera ELF interpreter /compat/svr4/lib/ld-linux.so.2 not found [1] 11964 Abort trap Now that's really confusing. Without the svr4 module loaded, the string /compat/svr4 should not exist anywhere in the kernel (it's defined in /sys/svr4/svr4_sysvec.c). There is simply no way you

Re: linux compatability broken

2002-07-24 Thread Eric Dedrick
Getting a bit better, but now it looks like it thinks the binary is a native BSD one instead of Linux. If you run file /usr/local/opera/lib/opera/5.05_tp1/opera-static, what does it print? $ file /usr/local/opera/lib/opera/5.05_tp1/opera-static

Re: linux compatability broken

2002-07-24 Thread Dan Nelson
In the last episode (Jul 24), Eric Dedrick said: Getting a bit better, but now it looks like it thinks the binary is a native BSD one instead of Linux. If you run file /usr/local/opera/lib/opera/5.05_tp1/opera-static, what does it print? $ file

Re: linux compatability broken?

2002-07-23 Thread Roman Neuhauser
Date: Tue, 23 Jul 2002 10:52:49 -0500 (EST) From: Eric Dedrick [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: linux compatability broken? I recently made a few kernel changes so I remade world. It would seem that linux compatability is now broken. At first things were complaining

Re: linux compatability broken?

2002-07-23 Thread Eric Dedrick
Date: Tue, 23 Jul 2002 10:52:49 -0500 (EST) From: Eric Dedrick [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: linux compatability broken? I recently made a few kernel changes so I remade world. It would seem that linux compatability is now broken. At first things were

Re: linux compatability broken?

2002-07-23 Thread Roman Neuhauser
Date: Tue, 23 Jul 2002 16:35:38 -0500 (EST) From: Eric Dedrick [EMAIL PROTECTED] To: Roman Neuhauser [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: linux compatability broken? Date: Tue, 23 Jul 2002 10:52:49 -0500 (EST) From: Eric Dedrick [EMAIL PROTECTED] To: [EMAIL

Re: linux compatability broken?

2002-07-23 Thread Eric Dedrick
i hope you have a semi-recent ports tree, because you need linux_base-7.1. installing linux_base 7.1 from the ports gives me the following error. Advice? Thanks. --- (several screen fulls of the same type of stuff)... file /usr/share/zoneinfo/right/US/Eastern from install of

Re: linux compatability broken?

2002-07-23 Thread Adam Weinberger
of glibc-common-2.2.2-10 conflicts with file from package glibc-2.1.2-11 *** Error code 1 Stop in /usr/ports/emulators/linux_base. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message end of Re: linux compatability broken

Re: linux compatability broken?

2002-07-23 Thread Eric Dedrick
of glibc-common-2.2.2-10 conflicts with file from package glibc-2.1.2-11 *** Error code 1 Stop in /usr/ports/emulators/linux_base. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message end of Re: linux compatability