Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 May 2007 09:41:58 +0500
From:      sam <samflanker@gmail.com>
To:        freebsd-emulation@freebsd.org
Subject:   linux_base trouble (wrong way)
Message-ID:  <46454596.6010706@gmail.com>

next in thread | raw e-mail | index | archive | help
Hello, all.

after start linux-program > segmentation fault 11, error, coredump ...
the crux of this problem (99%)?

example (use steam of Valve Software):

#cd /usr/compat/linux/user/games && mkdir hlds && cd ./hlds

#fetch http://www.steampowered.com/download/hldsupdatetool.bin
or
#fetch http://storefront.steampowered.com/download/hldsupdatetool.bin

#chmod +x hldsupdatetool.bin
#./hldsupdatetool.bin
Ask to question "yes"
#./steam
this update steam
ok, see another way ;-)
#cd /usr/compat/linux/usr/compat/linux/usr/games/hlds
#in this directory locate workfiles of program 
/usr/compat/linux/user/games/hlds/steam
why???

linux-base tangleing system root

------------------linux_base-fc4----------------------
linprocfs on /usr/compat/linux/proc (linprocfs, local)
linsysfs on /usr/compat/linux/sys (linsysfs, local)

  7    1 0xc4ee1000 6000     linprocfs.ko
  8    2 0xc4ee7000 17000    linux.ko
  9    1 0xc4f04000 3000     linsysfs.ko
------------------------------------------------------
FreeBSD woodstone 6.2-STABLE FreeBSD 6.2-STABLE #1: Sun Apr 22 12:22:33 
SAMST 2007     venom@woodstone:/usr/obj/usr/src/sys/GENERIC  i386
------------------------------------------------------

this trouble observe on (cases):
  1. i386 kernel
  2. i386 SMP kernel

solution for 1 case:
full restart linux-base
#unmount linsysfs
#unmount linprocfs
#kldunload linsysfs.ko
#kldunload linprocfs.ko (kldunload linux.ko)
&
#mount linproc
#mount linsys

after this trouble is disappeared

--
tested on ports
games/linux-enemyterritory
games/hlserver-cs
games/linux-quake3


please any solution for this problem



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46454596.6010706>