Bug 26171 - [linux] not work Linux-emulator, but hi is work in early versions
Summary: [linux] not work Linux-emulator, but hi is work in early versions
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: Unspecified
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-emulation (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-03-28 15:00 UTC by dimma
Modified: 2005-12-29 15:39 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dimma 2001-03-28 15:00:02 UTC
In first sorry for my english.
I need to use Lotus Notes for Linux on FreeBSD. On 
http://www.notes.net/r5linuxforum.nsf/7d6a87824e2f09768525655b0050f2f2/0f3a1c7d48dc0b93852567de00530495?OpenDocument&Highlight=0,FreeBSD
I find full recipe how to do it, but it was for 3.2-stable.
I recompile kernel with all options from recipe and install Lotus on my
computer.
I found what if kernel compiled with options:
options               SHMALL=4097
options               SHMMAXPGS=4097
options               "SHMMAX=(SHMMAXPGS*PAGE_SIZE+1)"
options               SEMMAP=255
options               SEMMNI=235
options               SEMMNS=255
options               SEMMNU=235
options               SEMMSL=255
options               SEMOPM=201
options               SEMUME=201

if I using:
options         USER_LDT
then LN droop
after that I must using kill -9 command
if without -- LN said: error 0x19E.
if using options:
options         _KPOSIX_PRIORITY_SCHEDULING
options         _KPOSIX_VERSION=199309L
I take coredump, but not have message "error 0x19E"
After runs LN I take:
$sysctl -a | grep "kernel trap" | wc -l
835
The message is:
kernel trap 9 with interrupts disabled

How-To-Repeat: It repeats on 4.3-BETA and 4.3-RC every time
Comment 1 wilko freebsd_committer freebsd_triage 2001-08-05 21:03:37 UTC
Responsible Changed
From-To: freebsd-bugs->marcel

The Linux-ulator is Marcel's domain
Comment 2 Marcel Moolenaar freebsd_committer freebsd_triage 2001-11-18 06:21:45 UTC
Responsible Changed
From-To: marcel->emulation

Assign to emulation@FreeBSD.org. It is not going to be addressed if 
it's assigned to me and I don't do it. Maintainership of the Linuxulator 
has been passed on to emulation@FreeBSD.org as well.
Comment 3 Alexander Leidinger freebsd_committer freebsd_triage 2005-12-29 15:39:01 UTC
State Changed
From-To: open->closed

Too much changes between 4.3 and 6.x, so I close this PR. 

Please open a new bug report with recent debugging information 
in case the problem persists.