Linux compatibility

2012-02-13 Thread siefke_lis...@web.de
Hello,


I'm trying to get Linux running various applications to the. Brandelf was 
applied to the binaries. But any Linux application crashes at startup.

freebsd-desk# kldstat
Id Refs AddressSize Name
 1   21 0xc040 8c6d08   kernel
 21 0xc0cc7000 4864 sem.ko
 31 0xc41eb000 8000 linprocfs.ko
 41 0xc41f3000 28000linux.ko
 51 0xc44ae000 9000 i915.ko
 61 0xc44b7000 15000drm.ko

freebsd-desk# cat /etc/rc.conf | grep linux
linux_enable=YES

$ /usr/local/bin/linux-firefox
/usr/local/lib/linux-firefox/firefox: symbol lookup error: 
/usr/lib/libstdc++.so.6: undefined symbol: _ZNSt8messagesIcE2idE, version 
GLIBCXX_3.4

$ /usr/local/bin/eagle
/usr/local/share/eagle5/bin/eagle: symbol lookup error: 
/usr/lib/libstdc++.so.6: undefined symbol: _ZNSt8messagesIcE2idE, version 
GLIBCXX_3.4

$ googleearth
./googleearth-bin: symbol lookup error: ./libge_net.so: undefined symbol: 
_ZNSbIwSt11char_traitsIwESaIwEE4_Rep20_S_empty_rep_storageE, version GLIBCXX_3.4

Does anyone a idea where is the mistake?


Regards
Silvio
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Linux compatibility

2012-02-13 Thread Da Rock

On 02/13/12 20:08, siefke_lis...@web.de wrote:

Hello,


I'm trying to get Linux running various applications to the. Brandelf was
applied to the binaries. But any Linux application crashes at startup.

freebsd-desk# kldstat
Id Refs AddressSize Name
  1   21 0xc040 8c6d08   kernel
  21 0xc0cc7000 4864 sem.ko
  31 0xc41eb000 8000 linprocfs.ko
  41 0xc41f3000 28000linux.ko
  51 0xc44ae000 9000 i915.ko
  61 0xc44b7000 15000drm.ko

freebsd-desk# cat /etc/rc.conf | grep linux
linux_enable=YES

$ /usr/local/bin/linux-firefox
/usr/local/lib/linux-firefox/firefox: symbol lookup error: 
/usr/lib/libstdc++.so.6: undefined symbol: _ZNSt8messagesIcE2idE, version 
GLIBCXX_3.4

$ /usr/local/bin/eagle
/usr/local/share/eagle5/bin/eagle: symbol lookup error: 
/usr/lib/libstdc++.so.6: undefined symbol: _ZNSt8messagesIcE2idE, version 
GLIBCXX_3.4

$ googleearth
./googleearth-bin: symbol lookup error: ./libge_net.so: undefined symbol: 
_ZNSbIwSt11char_traitsIwESaIwEE4_Rep20_S_empty_rep_storageE, version GLIBCXX_3.4

Does anyone a idea where is the mistake?
I was going to wait and see if anyone else responded, but you are best 
off trying emulation@.


Cheers
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Linux compatibility

2012-02-13 Thread Dave
On 13 Feb 2012 at 21:01, Da Rock wrote:

 On 02/13/12 20:08, siefke_lis...@web.de wrote:
  Hello,
 
 
  I'm trying to get Linux running various applications to the.
  Brandelf was applied to the binaries. But any Linux application
  crashes at startup.
 
  freebsd-desk# kldstat
  Id Refs AddressSize Name
1   21 0xc040 8c6d08   kernel
21 0xc0cc7000 4864 sem.ko
31 0xc41eb000 8000 linprocfs.ko
41 0xc41f3000 28000linux.ko
51 0xc44ae000 9000 i915.ko
61 0xc44b7000 15000drm.ko
 
  freebsd-desk# cat /etc/rc.conf | grep linux
  linux_enable=YES
 
  $ /usr/local/bin/linux-firefox
  /usr/local/lib/linux-firefox/firefox: symbol lookup error:
  /usr/lib/libstdc++.so.6: undefined symbol: _ZNSt8messagesIcE2idE,
  version GLIBCXX_3.4
 
  $ /usr/local/bin/eagle
  /usr/local/share/eagle5/bin/eagle: symbol lookup error:
  /usr/lib/libstdc++.so.6: undefined symbol: _ZNSt8messagesIcE2idE,
  version GLIBCXX_3.4
 
  $ googleearth
  ./googleearth-bin: symbol lookup error: ./libge_net.so: undefined
  symbol: _ZNSbIwSt11char_traitsIwESaIwEE4_Rep20_S_empty_rep_storageE,
  version GLIBCXX_3.4
 
  Does anyone a idea where is the mistake?
 I was going to wait and see if anyone else responded, but you are best
 off trying emulation@.
 
 Cheers
 
 

Don't you have to install/load a module for Linux binary compatability to 
work in F'BSD?  I seem to remember that being mentioned during a recent 
8.something install.

Dave B.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Linux compatibility

2012-02-13 Thread Matthew Seaman
On 13/02/2012 12:22, Dave wrote:
 On 13 Feb 2012 at 21:01, Da Rock wrote:
 
 On 02/13/12 20:08, siefke_lis...@web.de wrote:
 Hello,


 I'm trying to get Linux running various applications to the.
 Brandelf was applied to the binaries. But any Linux application
 crashes at startup.

 freebsd-desk# kldstat
 Id Refs AddressSize Name
   1   21 0xc040 8c6d08   kernel
   21 0xc0cc7000 4864 sem.ko
   31 0xc41eb000 8000 linprocfs.ko
   41 0xc41f3000 28000linux.ko
   51 0xc44ae000 9000 i915.ko
   61 0xc44b7000 15000drm.ko

 freebsd-desk# cat /etc/rc.conf | grep linux
 linux_enable=YES

 $ /usr/local/bin/linux-firefox
 /usr/local/lib/linux-firefox/firefox: symbol lookup error:
 /usr/lib/libstdc++.so.6: undefined symbol: _ZNSt8messagesIcE2idE,
 version GLIBCXX_3.4

 $ /usr/local/bin/eagle
 /usr/local/share/eagle5/bin/eagle: symbol lookup error:
 /usr/lib/libstdc++.so.6: undefined symbol: _ZNSt8messagesIcE2idE,
 version GLIBCXX_3.4

 $ googleearth
 ./googleearth-bin: symbol lookup error: ./libge_net.so: undefined
 symbol: _ZNSbIwSt11char_traitsIwESaIwEE4_Rep20_S_empty_rep_storageE,
 version GLIBCXX_3.4

 Does anyone a idea where is the mistake?
 I was going to wait and see if anyone else responded, but you are best
 off trying emulation@.

 Cheers


 
 Don't you have to install/load a module for Linux binary compatability to 
 work in F'BSD?  I seem to remember that being mentioned during a recent 
 8.something install.

Yes, you do.  The module is called linux.ko and as you can see in the
OP's kldstat listing, it is loaded.  Usually that happens automatically,
so it's quite rare to actually have to type 'kldload linux.ko'

The undefined symbol errors suggest that the OP is missing some
important linux shlibs which should be installed in
/compat/linux/usr/lib -- what linuxbase port have you installed, and
what distro did you obtain those linux executables from?

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
JID: matt...@infracaninophile.co.uk   Kent, CT11 9PW



signature.asc
Description: OpenPGP digital signature


Re: Linux compatibility

2012-02-13 Thread siefke_lis...@web.de
Hello,

On Mon, 13 Feb 2012 12:47:07 + Matthew Seaman wrote:
 The undefined symbol errors suggest that the OP is missing some
 important linux shlibs which should be installed in
 /compat/linux/usr/lib -- what linuxbase port have you installed, and
 what distro did you obtain those linux executables from?

freebsd-desk# pkg_info -Ix linux
linux-dri-7.4_1 
linux-eagle5-5.11.0_1 
linux-f10-alsa-lib-1.0.21_1 
linux-f10-alsa-plugins-oss-1.0.21_2
linux-f10-atk-1.24.0 
linux-f10-cairo-1.8.0_1 
linux-f10-curl-7.19.6_1 
linux-f10-cyrus-sasl2-2.1.22_1
linux-f10-dbus-glib-0.76
linux-f10-dbus-libs-1.2.4
linux-f10-expat-2.0.1 
linux-f10-flashplugin-10.3r183.11
linux-f10-fontconfig-2.6.0 
linux-f10-gtk2-2.14.7_3 
linux-f10-hicolor-icon-theme-0.5 
linux-f10-jpeg-6b
linux-f10-libasyncns-0.7 C
linux-f10-libsigc++20-2.2.2
linux-f10-libssh2-0.18 
linux-f10-libv4l-0.6.2 
linux-f10-nspr-4.7.6
linux-f10-nss-3.12.3.99.3_1
linux-f10-openldap-2.4.12_1
linux-f10-openssl-0.9.8g 
linux-f10-pango-1.28.3
linux-f10-png-1.2.37_1
linux-f10-sqlite3-3.5.9_1
linux-f10-tiff-3.8.2
linux-f10-xorg-libs-7.4_1
linux-firefox-10.0.1,1
linux-sun-jre-1.6.0.30
linux_base-f10-10_4
linuxdoc-1.1_1

freebsd-desk# cat /compat/linux/etc/redhat-release
Fedora release 10 (Cambridge)


Regards
Silvio
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Linux compatibility

2012-02-13 Thread sie...@email.de
Hello,

On Mon, 13 Feb 2012 12:22:15 - Dave wrote:
 Don't you have to install/load a module for Linux binary compatability to 
 work in F'BSD?  I seem to remember that being mentioned during a recent 
 8.something install.

I have load the kernel module with boot. 

freebsd-desk# cat /etc/rc.conf | grep linux
linux_enable=YES

freebsd-desk# cat /boot/loader.conf | grep linux
linux_load=YES

freebsd-desk# kldstat | grep linux
 22 0xc0cc7000 2fc34linux.ko


Regards
Silvio
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Linux compatibility

2012-02-13 Thread Joshua Isom

On 2/13/2012 11:52 AM, sie...@email.de wrote:

Hello,

On Mon, 13 Feb 2012 12:22:15 - Dave wrote:

Don't you have to install/load a module for Linux binary compatability to
work in F'BSD?  I seem to remember that being mentioned during a recent
8.something install.


I have load the kernel module with boot.

freebsd-desk# cat /etc/rc.conf | grep linux
linux_enable=YES

freebsd-desk# cat /boot/loader.conf | grep linux
linux_load=YES

freebsd-desk# kldstat | grep linux
  22 0xc0cc7000 2fc34linux.ko


Regards
Silvio
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


What does brandelf report for the executables?  And what does env give 
you, and `sysctl -a | grep linux`?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: unabe to install linux compatibility on freebsd 8.0-R

2010-02-21 Thread John
Hi, thanks for replying

On Sun, Feb 21, 2010 at 03:10:05AM +0100, Pieter de Goeje wrote:
 
 Somehow your linux.ko is broken, do you perhaps have WITHOUT_LINUX= 
 in /etc/src.conf or /etc/make.conf? 

I have no src.conf

make.conf looks like this:

$ cat /etc/make.conf | less
CPUTYPE?=athlon64
WITH_MUTT_IMAP_HEADER_CACHE=yes
WITH_MUTT_SMTP=yes
WITH_MUTT_CYRUS_SASL2=yes
# added by use.perl 2009-11-27 15:44:59
PERL_VERSION=5.10.1

 Check the last modification date of /boot/kernel/linux.ko, does it correspond 
 (roughly) to the one from /boot/kernel/kernel?

Yes, it does:

$ ls -la /boot/kernel/linux.ko
-r-xr-xr-x  1 root  wheel   240K Feb 20 21:50 /boot/kernel/linux.ko*
$ ls -la /boot/kernel/kernel
-r-xr-xr-x  1 root  wheel   6.8M Feb 20 21:08 /boot/kernel/kernel*

 About the kernel option, try COMPAT_LINUX32. It's a documentation bug.

OK I'll try that now, thanks

edit: I got this error:

../../../amd64/linux32/linux32_sysvec.c:38:2: error: #error Unable to
compile Linux-emulator due to missing COMPAT_IA32 option!
mkdep: compile failed
*** Error code 1

so I'll add that one, too - seems to be building now

cheers
-- 
John - comp dot john at googlemail dot com
OpenBSD firewall | FreeBSD desktop | Ubuntu Karmic laptop
GPG: 0xF08A33C5
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: unabe to install linux compatibility on freebsd 8.0-R

2010-02-21 Thread John
On Sun, Feb 21, 2010 at 08:47:01AM +, John wrote:
 Hi, thanks for replying
 
 On Sun, Feb 21, 2010 at 03:10:05AM +0100, Pieter de Goeje wrote:
  
  Somehow your linux.ko is broken, do you perhaps have WITHOUT_LINUX= 
  in /etc/src.conf or /etc/make.conf? 
 
 I have no src.conf
 
 make.conf looks like this:
 
 $ cat /etc/make.conf | less
 CPUTYPE?=athlon64
 WITH_MUTT_IMAP_HEADER_CACHE=yes
 WITH_MUTT_SMTP=yes
 WITH_MUTT_CYRUS_SASL2=yes
 # added by use.perl 2009-11-27 15:44:59
 PERL_VERSION=5.10.1
 
  Check the last modification date of /boot/kernel/linux.ko, does it 
  correspond 
  (roughly) to the one from /boot/kernel/kernel?
 
 Yes, it does:
 
 $ ls -la /boot/kernel/linux.ko
 -r-xr-xr-x  1 root  wheel   240K Feb 20 21:50 /boot/kernel/linux.ko*
 $ ls -la /boot/kernel/kernel
 -r-xr-xr-x  1 root  wheel   6.8M Feb 20 21:08 /boot/kernel/kernel*
 
  About the kernel option, try COMPAT_LINUX32. It's a documentation bug.
 
 OK I'll try that now, thanks
 
 edit: I got this error:
 
 ../../../amd64/linux32/linux32_sysvec.c:38:2: error: #error Unable to
 compile Linux-emulator due to missing COMPAT_IA32 option!
 mkdep: compile failed
 *** Error code 1
 
 so I'll add that one, too - seems to be building now

That didn't fix it, and I should have mentioned at the start that I was
using a custom kernel. I was also having a problem with rar out of the
ports - it gave a similar error to the kldstat. So I did this:

/usr/local/bin/rar: ELF 32-bit LSB executable, Intel 80386, version 1
(FreeBSD), statically linked, for FreeBSD 7.0 (700055), stripped

and then remembered I'd stripped out the compatibility 4 5 6 and 7 from
the kernel. So put them back in, recompiled and now everything works.

Sorry for the noise.
-- 
John - comp dot john at googlemail dot com
OpenBSD firewall | FreeBSD desktop | Ubuntu Karmic laptop
GPG: 0xF08A33C5
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


unabe to install linux compatibility on freebsd 8.0-R

2010-02-20 Thread John
Hello list,

I'm following the instructions at 
http://www.freebsd.org/doc/handbook/linuxemu-lbc-install.html

I tried to kldload the module:

# kldload linux
kldload: can't load /boot/kernel/linux.ko: Exec format error

# kldstat
Id Refs AddressSize Name
 1   22 0x8010 846698   kernel
 21 0x80947000 74a8 geom_concat.ko
 31 0x8094f000 8308 ng_ubt.ko
 43 0x80958000 154a0netgraph.ko
 52 0x8096e000 12ff8ng_hci.ko
 62 0x80981000 2d40 ng_bluetooth.ko
 71 0x80a22000 a24  pflog.ko
 81 0x80a23000 2bd2dpf.ko
 91 0x80a4f000 a8ca fuse.ko
 101 0x80a5a000 7d6  accf_http.ko
 111 0x80a5b000 1ce  accf_data.ko

If I try to install the linux port:

# cd /usr/ports/emulators/linux_base-f10
# make
===  linux_base-f10-10_2 linuxulator is not (kld)loaded.
*** Error code 1

Stop in /usr/ports/emulators/linux_base-f10.

Finally, if I try to install compatibility in the kernel, I get the error 
unknown option COMPAT_LINUX
at the config phase.

Can anyone help me please?

# uname -p -r
8.0-RELEASE-p2 amd64 
The system was built today.
-- 
John - comp dot john at googlemail dot com
OpenBSD firewall | FreeBSD desktop | Ubuntu Karmic laptop
GPG: 0xF08A33C5
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: unabe to install linux compatibility on freebsd 8.0-R

2010-02-20 Thread Pieter de Goeje
On Sunday 21 February 2010 00:54:54 John wrote:
 Hello list,

 I'm following the instructions at
 http://www.freebsd.org/doc/handbook/linuxemu-lbc-install.html

 I tried to kldload the module:

 # kldload linux
 kldload: can't load /boot/kernel/linux.ko: Exec format error

 # kldstat
 Id Refs AddressSize Name
  1   22 0x8010 846698   kernel
  21 0x80947000 74a8 geom_concat.ko
  31 0x8094f000 8308 ng_ubt.ko
  43 0x80958000 154a0netgraph.ko
  52 0x8096e000 12ff8ng_hci.ko
  62 0x80981000 2d40 ng_bluetooth.ko
  71 0x80a22000 a24  pflog.ko
  81 0x80a23000 2bd2dpf.ko
  91 0x80a4f000 a8ca fuse.ko
  101 0x80a5a000 7d6  accf_http.ko
  111 0x80a5b000 1ce  accf_data.ko

 If I try to install the linux port:

 # cd /usr/ports/emulators/linux_base-f10
 # make
 ===  linux_base-f10-10_2 linuxulator is not (kld)loaded.
 *** Error code 1

 Stop in /usr/ports/emulators/linux_base-f10.

 Finally, if I try to install compatibility in the kernel, I get the error
 unknown option COMPAT_LINUX
 at the config phase.

 Can anyone help me please?

 # uname -p -r
 8.0-RELEASE-p2 amd64
 The system was built today.

Somehow your linux.ko is broken, do you perhaps have WITHOUT_LINUX= 
in /etc/src.conf or /etc/make.conf? 
Check the last modification date of /boot/kernel/linux.ko, does it correspond 
(roughly) to the one from /boot/kernel/kernel?

About the kernel option, try COMPAT_LINUX32. It's a documentation bug.

--
Pieter de Goeje
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Linux compatibility in FreeBSD

2009-10-14 Thread Leandro F Silva
Dears,

Does anyone know or already configured the linux compatibility in FreeBSD to
install rpm packages and so on.
Actually I'm running the i386 7.2 FreeBSD and the following package.

%pkg_info |grep linu
linux_base-fc-4_14  Base set of packages needed in Linux mode (for
i386/amd64)

I already saw the linux compatibility in the hand book of FreeBSD, but I
didn't find too much information regarding rpm packages.

Is there any way to do it ? any help is really welcome !

Thank you all in advance.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Linux compatibility in FreeBSD

2009-10-14 Thread Boris Samorodov
On Wed, 14 Oct 2009 10:57:58 -0300 Leandro F Silva wrote:

 Does anyone know or already configured the linux compatibility in FreeBSD to
 install rpm packages and so on.

hm, actually (almost) all linux applications are installed using 
RPM packages. Did you mean using linux RPM database?

 Actually I'm running the i386 7.2 FreeBSD and the following package.

 %pkg_info |grep linu
 linux_base-fc-4_14  Base set of packages needed in Linux mode (for
 i386/amd64)

FYI: You may use `pkg_info -Ix linux_base` for this.

 I already saw the linux compatibility in the hand book of FreeBSD, but I
 didn't find too much information regarding rpm packages.

 Is there any way to do it ? any help is really welcome !

Using RPM database is not supported since FreeBSD has its own
package database for all applications including linux ones.

Said that I don't mean it doesn't work. If you need to use RPM
database to register applications that does not exist at ports
you may give it a try.

But the best way is to create ports for those applications
and install them from ports. BTW, they really don't need to
exist at the official portstree. You may place them, say, to
/usr/ports/local. A PR with them will be a good thing though.

-- 
WBR, Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone  Internet SP
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


linux compatibility ports upgrade

2009-06-04 Thread Tsu-Fan Cheng
Hi,   Just use portmaster to upgrade ports and found out a lot of linux-*
ports are renewed. But strange to see that upgrading was interrupted by
ports conflicts, such as linux-f8-tiff and linux-tiff. What I have are a
whole bunch of f8 stuff, I dont understand why portmaster choose to upgrade
ports that are not f8. And also curious to know which linux* is better?
with or without f8/f10? thank you!!

TFC
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: linux compatibility ports upgrade

2009-06-04 Thread Boris Samorodov
On Thu, 4 Jun 2009 13:15:21 -0400 Tsu-Fan Cheng wrote:

 Hi,   Just use portmaster to upgrade ports and found out a lot of linux-*
 ports are renewed. But strange to see that upgrading was interrupted by
 ports conflicts, such as linux-f8-tiff and linux-tiff.

Yes, those ports install files with the sane name/path, so they have
a conflict and can't be used/unstalled together.

 What I have are a
 whole bunch of f8 stuff, I dont understand why portmaster choose to upgrade
 ports that are not f8.

I don't use portmaster but you are first to complain. Can you show
the output of pkg_info -xI linux?

 And also curious to know which linux* is better?

Hm, it a good question. ;-)
The one which does what you need. But there are some security
problems (seems with pango ports) which won't be resolved for
Fedora Core 4 ports (since there is no new fixed packages).

 with or without f8/f10? thank you!!

It depends on your OS version and your tasks. The default (even
for 8-CURRENT so far) is linux_base-fc4 and it's infrastructure
ports. I think that for FreeBSD-6.x and lower there is no other
alternative. For 7.2-RELEASE (and even better, 7-STABLE) one can
use -f8- base and infrastructure ports. For recent 8-CURRENT one
can use -f10- ports. There is a WIP to change this to default for
8-CURRENT.


WBR
-- 
Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone  Internet SP
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: linux compatibility ports upgrade

2009-06-04 Thread Tsu-Fan Cheng
Thank you, Boris. This is my linux ports,linux-f8-atk-1.20.0_1 Accessibility
Toolkit, Linux/i386 binary (Linux Fedora 8)
linux-f8-cairo-1.4.14_1 Vector graphics library Cairo (Linux Fedora 8)
linux-f8-curl-7.18.2_1 The command line tool for transferring files with URL
synta
linux-f8-expat-2.0.1_1 Linux/i386 binary port of Expat XML-parsing library
(Linux
linux-f8-gdk-pixbuf-0.22.0 Image loading library for GTK+ (Linux Fedora 8)
linux-f8-libidn-0.6.14_1 Internationalized Domain Name support library
(Linux Fedora
linux-f8-libxml2-2.7.2 Library providing XML and HTML support (Linux Fedora
8)
linux-f8-nspr-4.7.3 Netscape Portable Runtime (Linux Fedora 8)
linux-f8-nss-3.12.2.0 Network Security Services (Linux Fedora 8)
linux-f8-openssl-0.9.8b The OpenSSL toolkit (Linux Fedora 8)
linux-f8-pango-1.18.4 The pango library (Linux Fedora 8)
linux-f8-png-1.2.22_1 RPM of the PNG lib (Linux Fedora 8)
linux-f8-sqlite3-3.4.2_1 The library that implements an embeddable SQL
database engi
linux-f8-tiff-3.8.2 The TIFF library, Linux/i386 binary (Linux Fedora 8)
linux-f8-xorg-libs-7.3_3 Xorg libraries (Linux Fedora 8)
linux-flashplugin-10.0r22 Adobe Flash Player NPAPI Plugin
linux-fontconfig-2.2.3_9 Linux/i386 binary of Fontconfig
linux-gtk2-2.6.10_2 GTK+ library, version 2.X, Linux binary
linux-hicolor-icon-theme-0.5_2 A high-color icon theme shell from the
FreeDesktop project
linux-jpeg-6b.34_2  RPM of the JPEG lib
linux-libsigc-2.0.17_1 Callback Framework for C++ (linux version)
linux-mplayerplug-in-3.50_3 Embed MPlayer into browser
linux-nvu-1.0_1 A complete Web Authoring System
linux-openmotif-2.2.4_3 Motif toolkit Linux libraries
linux-pango-1.10.2_2 Linux pango binary
linux-realplayer-10.0.9.809.20070726 Linux RealPlayer 10 from RealNetworks
linux-scim-gtk-fc8-1.4.7_1 Smart Common Input Method platform, gtk module,
Linux binar
linux-scim-libs-fc8-1.4.7_2 Smart Common Input Method platform, library
part, Linux bin
linux_base-f8-8_11  Base set of packages needed in Linux mode (for
i386/amd64)
linux_dri-7.0   Binary Linux DRI libraries for 3D hardware acceleration
of


and I am running 7.2-stable, looks like linux-f8* is just as good to me.


TFC


On Thu, Jun 4, 2009 at 1:59 PM, Boris Samorodov b...@ipt.ru wrote:

 On Thu, 4 Jun 2009 13:15:21 -0400 Tsu-Fan Cheng wrote:

  Hi,   Just use portmaster to upgrade ports and found out a lot of linux-*
  ports are renewed. But strange to see that upgrading was interrupted by
  ports conflicts, such as linux-f8-tiff and linux-tiff.

 Yes, those ports install files with the sane name/path, so they have
 a conflict and can't be used/unstalled together.

  What I have are a
  whole bunch of f8 stuff, I dont understand why portmaster choose to
 upgrade
  ports that are not f8.

 I don't use portmaster but you are first to complain. Can you show
 the output of pkg_info -xI linux?

  And also curious to know which linux* is better?

 Hm, it a good question. ;-)
 The one which does what you need. But there are some security
 problems (seems with pango ports) which won't be resolved for
 Fedora Core 4 ports (since there is no new fixed packages).

  with or without f8/f10? thank you!!

 It depends on your OS version and your tasks. The default (even
 for 8-CURRENT so far) is linux_base-fc4 and it's infrastructure
 ports. I think that for FreeBSD-6.x and lower there is no other
 alternative. For 7.2-RELEASE (and even better, 7-STABLE) one can
 use -f8- base and infrastructure ports. For recent 8-CURRENT one
 can use -f10- ports. There is a WIP to change this to default for
 8-CURRENT.


 WBR
 --
 Boris Samorodov (bsam)
 Research Engineer, http://www.ipt.ru Telephone  Internet SP
 FreeBSD Committer, http://www.FreeBSD.org The Power To Serve

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: linux compatibility ports upgrade

2009-06-04 Thread Tsu-Fan Cheng
It's funny, sometimes I think portmaster knows  that it should upgrade
linux-f8* ports and not linux-* ports but sometimes doesn't. I don't know
why...

TFC

On Thu, Jun 4, 2009 at 2:15 PM, Tsu-Fan Cheng tfch...@gmail.com wrote:

 Thank you, Boris. This is my linux ports,linux-f8-atk-1.20.0_1
 Accessibility Toolkit, Linux/i386 binary (Linux Fedora 8)
 linux-f8-cairo-1.4.14_1 Vector graphics library Cairo (Linux Fedora 8)
 linux-f8-curl-7.18.2_1 The command line tool for transferring files with
 URL synta
 linux-f8-expat-2.0.1_1 Linux/i386 binary port of Expat XML-parsing library
 (Linux
 linux-f8-gdk-pixbuf-0.22.0 Image loading library for GTK+ (Linux Fedora 8)
 linux-f8-libidn-0.6.14_1 Internationalized Domain Name support library
 (Linux Fedora
 linux-f8-libxml2-2.7.2 Library providing XML and HTML support (Linux Fedora
 8)
 linux-f8-nspr-4.7.3 Netscape Portable Runtime (Linux Fedora 8)
 linux-f8-nss-3.12.2.0 Network Security Services (Linux Fedora 8)
 linux-f8-openssl-0.9.8b The OpenSSL toolkit (Linux Fedora 8)
 linux-f8-pango-1.18.4 The pango library (Linux Fedora 8)
 linux-f8-png-1.2.22_1 RPM of the PNG lib (Linux Fedora 8)
 linux-f8-sqlite3-3.4.2_1 The library that implements an embeddable SQL
 database engi
 linux-f8-tiff-3.8.2 The TIFF library, Linux/i386 binary (Linux Fedora 8)
 linux-f8-xorg-libs-7.3_3 Xorg libraries (Linux Fedora 8)
 linux-flashplugin-10.0r22 Adobe Flash Player NPAPI Plugin
 linux-fontconfig-2.2.3_9 Linux/i386 binary of Fontconfig
 linux-gtk2-2.6.10_2 GTK+ library, version 2.X, Linux binary
 linux-hicolor-icon-theme-0.5_2 A high-color icon theme shell from the
 FreeDesktop project
 linux-jpeg-6b.34_2  RPM of the JPEG lib
 linux-libsigc-2.0.17_1 Callback Framework for C++ (linux version)
 linux-mplayerplug-in-3.50_3 Embed MPlayer into browser
 linux-nvu-1.0_1 A complete Web Authoring System
 linux-openmotif-2.2.4_3 Motif toolkit Linux libraries
 linux-pango-1.10.2_2 Linux pango binary
 linux-realplayer-10.0.9.809.20070726 Linux RealPlayer 10 from RealNetworks
 linux-scim-gtk-fc8-1.4.7_1 Smart Common Input Method platform, gtk module,
 Linux binar
 linux-scim-libs-fc8-1.4.7_2 Smart Common Input Method platform, library
 part, Linux bin
 linux_base-f8-8_11  Base set of packages needed in Linux mode (for
 i386/amd64)
 linux_dri-7.0   Binary Linux DRI libraries for 3D hardware acceleration
 of


 and I am running 7.2-stable, looks like linux-f8* is just as good to me.


 TFC


 On Thu, Jun 4, 2009 at 1:59 PM, Boris Samorodov b...@ipt.ru wrote:

 On Thu, 4 Jun 2009 13:15:21 -0400 Tsu-Fan Cheng wrote:

  Hi,   Just use portmaster to upgrade ports and found out a lot of
 linux-*
  ports are renewed. But strange to see that upgrading was interrupted by
  ports conflicts, such as linux-f8-tiff and linux-tiff.

 Yes, those ports install files with the sane name/path, so they have
 a conflict and can't be used/unstalled together.

  What I have are a
  whole bunch of f8 stuff, I dont understand why portmaster choose to
 upgrade
  ports that are not f8.

 I don't use portmaster but you are first to complain. Can you show
 the output of pkg_info -xI linux?

  And also curious to know which linux* is better?

 Hm, it a good question. ;-)
 The one which does what you need. But there are some security
 problems (seems with pango ports) which won't be resolved for
 Fedora Core 4 ports (since there is no new fixed packages).

  with or without f8/f10? thank you!!

 It depends on your OS version and your tasks. The default (even
 for 8-CURRENT so far) is linux_base-fc4 and it's infrastructure
 ports. I think that for FreeBSD-6.x and lower there is no other
 alternative. For 7.2-RELEASE (and even better, 7-STABLE) one can
 use -f8- base and infrastructure ports. For recent 8-CURRENT one
 can use -f10- ports. There is a WIP to change this to default for
 8-CURRENT.


 WBR
 --
 Boris Samorodov (bsam)
 Research Engineer, http://www.ipt.ru Telephone  Internet SP
 FreeBSD Committer, http://www.FreeBSD.org The Power To Serve



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: linux compatibility ports upgrade

2009-06-04 Thread Boris Samorodov
On Thu, 4 Jun 2009 14:15:42 -0400 Tsu-Fan Cheng wrote:

 Thank you, Boris. This is my linux ports,linux-f8-atk-1.20.0_1 Accessibility
 Toolkit, Linux/i386 binary (Linux Fedora 8)
 linux-f8-cairo-1.4.14_1 Vector graphics library Cairo (Linux Fedora 8)
 linux-f8-curl-7.18.2_1 The command line tool for transferring files with URL
 synta
 linux-f8-expat-2.0.1_1 Linux/i386 binary port of Expat XML-parsing library
 (Linux
 linux-f8-gdk-pixbuf-0.22.0 Image loading library for GTK+ (Linux Fedora 8)
 linux-f8-libidn-0.6.14_1 Internationalized Domain Name support library
 (Linux Fedora
 linux-f8-libxml2-2.7.2 Library providing XML and HTML support (Linux Fedora
 8)
 linux-f8-nspr-4.7.3 Netscape Portable Runtime (Linux Fedora 8)
 linux-f8-nss-3.12.2.0 Network Security Services (Linux Fedora 8)
 linux-f8-openssl-0.9.8b The OpenSSL toolkit (Linux Fedora 8)
 linux-f8-pango-1.18.4 The pango library (Linux Fedora 8)
 linux-f8-png-1.2.22_1 RPM of the PNG lib (Linux Fedora 8)
 linux-f8-sqlite3-3.4.2_1 The library that implements an embeddable SQL
 database engi
 linux-f8-tiff-3.8.2 The TIFF library, Linux/i386 binary (Linux Fedora 8)
 linux-f8-xorg-libs-7.3_3 Xorg libraries (Linux Fedora 8)
 linux-flashplugin-10.0r22 Adobe Flash Player NPAPI Plugin
 linux-fontconfig-2.2.3_9 Linux/i386 binary of Fontconfig
 linux-gtk2-2.6.10_2 GTK+ library, version 2.X, Linux binary
 linux-hicolor-icon-theme-0.5_2 A high-color icon theme shell from the
 FreeDesktop project
 linux-jpeg-6b.34_2  RPM of the JPEG lib
 linux-libsigc-2.0.17_1 Callback Framework for C++ (linux version)
 linux-mplayerplug-in-3.50_3 Embed MPlayer into browser
 linux-nvu-1.0_1 A complete Web Authoring System
 linux-openmotif-2.2.4_3 Motif toolkit Linux libraries
 linux-pango-1.10.2_2 Linux pango binary
 linux-realplayer-10.0.9.809.20070726 Linux RealPlayer 10 from RealNetworks
 linux-scim-gtk-fc8-1.4.7_1 Smart Common Input Method platform, gtk module,
 Linux binar
 linux-scim-libs-fc8-1.4.7_2 Smart Common Input Method platform, library
 part, Linux bin
 linux_base-f8-8_11  Base set of packages needed in Linux mode (for
 i386/amd64)
 linux_dri-7.0   Binary Linux DRI libraries for 3D hardware acceleration
 of

OK, you have a mix with FC4 and F8 ports. The best way for you is
to remove all linux ports, clean /compat/linux and reinstall needed
linux applications (i.e. linux-realplayer, acroread8, skype, etc.).

 and I am running 7.2-stable, looks like linux-f8* is just as good to me.

Yes, that may be a good choice for you.


WBR
-- 
Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone  Internet SP
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: linux compatibility ports upgrade

2009-06-04 Thread Tsu-Fan Cheng
I see, can you tell me which are FC4 ports?? thanks!!
TFC

On Thu, Jun 4, 2009 at 2:26 PM, Boris Samorodov b...@ipt.ru wrote:

 On Thu, 4 Jun 2009 14:15:42 -0400 Tsu-Fan Cheng wrote:

  Thank you, Boris. This is my linux ports,linux-f8-atk-1.20.0_1
 Accessibility
  Toolkit, Linux/i386 binary (Linux Fedora 8)
  linux-f8-cairo-1.4.14_1 Vector graphics library Cairo (Linux Fedora 8)
  linux-f8-curl-7.18.2_1 The command line tool for transferring files with
 URL
  synta
  linux-f8-expat-2.0.1_1 Linux/i386 binary port of Expat XML-parsing
 library
  (Linux
  linux-f8-gdk-pixbuf-0.22.0 Image loading library for GTK+ (Linux Fedora
 8)
  linux-f8-libidn-0.6.14_1 Internationalized Domain Name support library
  (Linux Fedora
  linux-f8-libxml2-2.7.2 Library providing XML and HTML support (Linux
 Fedora
  8)
  linux-f8-nspr-4.7.3 Netscape Portable Runtime (Linux Fedora 8)
  linux-f8-nss-3.12.2.0 Network Security Services (Linux Fedora 8)
  linux-f8-openssl-0.9.8b The OpenSSL toolkit (Linux Fedora 8)
  linux-f8-pango-1.18.4 The pango library (Linux Fedora 8)
  linux-f8-png-1.2.22_1 RPM of the PNG lib (Linux Fedora 8)
  linux-f8-sqlite3-3.4.2_1 The library that implements an embeddable SQL
  database engi
  linux-f8-tiff-3.8.2 The TIFF library, Linux/i386 binary (Linux Fedora 8)
  linux-f8-xorg-libs-7.3_3 Xorg libraries (Linux Fedora 8)
  linux-flashplugin-10.0r22 Adobe Flash Player NPAPI Plugin
  linux-fontconfig-2.2.3_9 Linux/i386 binary of Fontconfig
  linux-gtk2-2.6.10_2 GTK+ library, version 2.X, Linux binary
  linux-hicolor-icon-theme-0.5_2 A high-color icon theme shell from the
  FreeDesktop project
  linux-jpeg-6b.34_2  RPM of the JPEG lib
  linux-libsigc-2.0.17_1 Callback Framework for C++ (linux version)
  linux-mplayerplug-in-3.50_3 Embed MPlayer into browser
  linux-nvu-1.0_1 A complete Web Authoring System
  linux-openmotif-2.2.4_3 Motif toolkit Linux libraries
  linux-pango-1.10.2_2 Linux pango binary
  linux-realplayer-10.0.9.809.20070726 Linux RealPlayer 10 from
 RealNetworks
  linux-scim-gtk-fc8-1.4.7_1 Smart Common Input Method platform, gtk
 module,
  Linux binar
  linux-scim-libs-fc8-1.4.7_2 Smart Common Input Method platform, library
  part, Linux bin
  linux_base-f8-8_11  Base set of packages needed in Linux mode (for
  i386/amd64)
  linux_dri-7.0   Binary Linux DRI libraries for 3D hardware
 acceleration
  of

 OK, you have a mix with FC4 and F8 ports. The best way for you is
 to remove all linux ports, clean /compat/linux and reinstall needed
 linux applications (i.e. linux-realplayer, acroread8, skype, etc.).

  and I am running 7.2-stable, looks like linux-f8* is just as good to me.

 Yes, that may be a good choice for you.


 WBR
 --
 Boris Samorodov (bsam)
 Research Engineer, http://www.ipt.ru Telephone  Internet SP
 FreeBSD Committer, http://www.FreeBSD.org The Power To Serve

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: linux compatibility ports upgrade

2009-06-04 Thread Boris Samorodov
On Thu, 4 Jun 2009 14:34:44 -0400 Tsu-Fan Cheng wrote:

 I see, can you tell me which are FC4 ports?? thanks!!

Please, reread my previous email. I wrote _all_ linux ports.

 On Thu, Jun 4, 2009 at 2:26 PM, Boris Samorodov b...@ipt.ru wrote:

  On Thu, 4 Jun 2009 14:15:42 -0400 Tsu-Fan Cheng wrote:
 
   Thank you, Boris. This is my linux ports,linux-f8-atk-1.20.0_1
  Accessibility
   Toolkit, Linux/i386 binary (Linux Fedora 8)
   linux-f8-cairo-1.4.14_1 Vector graphics library Cairo (Linux Fedora 8)
   linux-f8-curl-7.18.2_1 The command line tool for transferring files with
  URL
   synta
   linux-f8-expat-2.0.1_1 Linux/i386 binary port of Expat XML-parsing
  library
   (Linux
   linux-f8-gdk-pixbuf-0.22.0 Image loading library for GTK+ (Linux Fedora
  8)
   linux-f8-libidn-0.6.14_1 Internationalized Domain Name support library
   (Linux Fedora
   linux-f8-libxml2-2.7.2 Library providing XML and HTML support (Linux
  Fedora
   8)
   linux-f8-nspr-4.7.3 Netscape Portable Runtime (Linux Fedora 8)
   linux-f8-nss-3.12.2.0 Network Security Services (Linux Fedora 8)
   linux-f8-openssl-0.9.8b The OpenSSL toolkit (Linux Fedora 8)
   linux-f8-pango-1.18.4 The pango library (Linux Fedora 8)
   linux-f8-png-1.2.22_1 RPM of the PNG lib (Linux Fedora 8)
   linux-f8-sqlite3-3.4.2_1 The library that implements an embeddable SQL
   database engi
   linux-f8-tiff-3.8.2 The TIFF library, Linux/i386 binary (Linux Fedora 8)
   linux-f8-xorg-libs-7.3_3 Xorg libraries (Linux Fedora 8)
   linux-flashplugin-10.0r22 Adobe Flash Player NPAPI Plugin
   linux-fontconfig-2.2.3_9 Linux/i386 binary of Fontconfig
   linux-gtk2-2.6.10_2 GTK+ library, version 2.X, Linux binary
   linux-hicolor-icon-theme-0.5_2 A high-color icon theme shell from the
   FreeDesktop project
   linux-jpeg-6b.34_2  RPM of the JPEG lib
   linux-libsigc-2.0.17_1 Callback Framework for C++ (linux version)
   linux-mplayerplug-in-3.50_3 Embed MPlayer into browser
   linux-nvu-1.0_1 A complete Web Authoring System
   linux-openmotif-2.2.4_3 Motif toolkit Linux libraries
   linux-pango-1.10.2_2 Linux pango binary
   linux-realplayer-10.0.9.809.20070726 Linux RealPlayer 10 from
  RealNetworks
   linux-scim-gtk-fc8-1.4.7_1 Smart Common Input Method platform, gtk
  module,
   Linux binar
   linux-scim-libs-fc8-1.4.7_2 Smart Common Input Method platform, library
   part, Linux bin
   linux_base-f8-8_11  Base set of packages needed in Linux mode (for
   i386/amd64)
   linux_dri-7.0   Binary Linux DRI libraries for 3D hardware
  acceleration
   of
 
  OK, you have a mix with FC4 and F8 ports. The best way for you is
  to remove all linux ports, clean /compat/linux and reinstall needed
  linux applications (i.e. linux-realplayer, acroread8, skype, etc.).
 
   and I am running 7.2-stable, looks like linux-f8* is just as good to me.
 
  Yes, that may be a good choice for you.


WBR
-- 
bsam
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Confused About Linux Compatibility

2008-11-07 Thread Drew Tomlinson
I am attempting to install a Linux RPM of Legato's Networker Backup 
Client on FBSD 7.1  I do not know if this is possible but I hope so.  :)


I have followed instructions in the Handbook and 
http://www.linux.com/articles/53055.  I am at the point of installing an 
appropriate linux_base port and linux_base-f8 seemed like the most 
recent/reasonable.  However when I attempt to install, I get this output:


** Port marked as IGNORE: emulators/linux_base-f8:
   compat.linux.osrelease: 2.4.2 is not supported
** Listing the failed packages (-:ignored / *:skipped / !:failed)
   - emulators/linux_base-f8

Further Google searches suggest that compat.linux.osrelease is a sysctl 
setting.  I've seen reference to setting it to 2.6.16 but also that this 
is experimental.  I found http://wiki.freebsd.org/linux-kernel but this 
leaves me confused as well.


Bottom line, what linux_base port should I install and do I need to set 
this sysctl to something?  I'm confused...


Thanks,

Drew

--
Be a Great Magician!
Visit The Alchemist's Warehouse

http://www.alchemistswarehouse.com

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Confused About Linux Compatibility

2008-11-07 Thread Eitan Adler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Drew Tomlinson wrote:

 Bottom line, what linux_base port should I install and do I need to set
 this sysctl to something?  I'm confused...
If you have a recent 7-STABLE changing the linux kernel version to
2.6.16   and running -f8 should not be a problem.  If your running 6-*
or 7-RELEASE stick with linux base fc4.

- --
GNU Key fingerptrint: 2E13 BC16 5F54 0FBD 62ED 42B6 B65F 24AB E9C2 CCD1
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (FreeBSD)

iEYEARECAAYFAkkUo4kACgkQtl8kq+nCzNELmACdG92S7vBswh/33vKxt8n3EBeB
AnYAnREzk7Jj+1+NdWT4F31ZTKwqGorJ
=01rY
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Confused About Linux Compatibility

2008-11-07 Thread Boris Samorodov
Drew Tomlinson [EMAIL PROTECTED] writes:

 I am attempting to install a Linux RPM of Legato's Networker Backup
 Client on FBSD 7.1  I do not know if this is possible but I hope so.
 :)

 I have followed instructions in the Handbook and
 http://www.linux.com/articles/53055.  I am at the point of installing
 an appropriate linux_base port and linux_base-f8 seemed like the most
 recent/reasonable.  However when I attempt to install, I get this
 output:

 ** Port marked as IGNORE: emulators/linux_base-f8:
compat.linux.osrelease: 2.4.2 is not supported
 ** Listing the failed packages (-:ignored / *:skipped / !:failed)
- emulators/linux_base-f8

 Further Google searches suggest that compat.linux.osrelease is a
 sysctl setting.  I've seen reference to setting it to 2.6.16 but also
 that this is experimental.  I found
 http://wiki.freebsd.org/linux-kernel but this leaves me confused as
 well.

 Bottom line, what linux_base port should I install and do I need to
 set this sysctl to something?  I'm confused...

Current default (i.e. well tested and supported) linux base port is
linux_base-fc4 with compat.linux.osrelease=2.4.2. This should be your
first try. If you get any further questions a better mailing list (to
look for additional information as well as asking questions) is
[EMAIL PROTECTED]


Cheers,
-- 
Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone  Internet SP
FreeBSD committer, http://www.FreeBSD.org The Power To Serve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Confused About Linux Compatibility

2008-11-07 Thread Drew Tomlinson

Eitan Adler wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Drew Tomlinson wrote:

  

Bottom line, what linux_base port should I install and do I need to set
this sysctl to something?  I'm confused...


If you have a recent 7-STABLE changing the linux kernel version to
2.6.16   and running -f8 should not be a problem.  If your running 6-*
or 7-RELEASE stick with linux base fc4.
  


Thank you for your reply.  I am running 7.1-PRERELEASE.  I plan to 
update to 7.1-RELEASE as soon as I can get to the console, probably 
within the next month or so.  Is 7.1-PRERELEASE recent enough for -f8?  
It was built Oct. 9th.  Is there any big advantage of -f8 over -fc4?  I 
guess I just *feel* like -f8 would be more updated and less hassle in 
the long run.  However I know that with software, newer isn't always 
better.  :)


Thanks,

Drew

--
Be a Great Magician!
Visit The Alchemist's Warehouse

http://www.alchemistswarehouse.com

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Confused About Linux Compatibility

2008-11-07 Thread Drew Tomlinson

Boris Samorodov wrote:

Drew Tomlinson [EMAIL PROTECTED] writes:

  

I am attempting to install a Linux RPM of Legato's Networker Backup
Client on FBSD 7.1  I do not know if this is possible but I hope so.
:)

I have followed instructions in the Handbook and
http://www.linux.com/articles/53055.  I am at the point of installing
an appropriate linux_base port and linux_base-f8 seemed like the most
recent/reasonable.  However when I attempt to install, I get this
output:

** Port marked as IGNORE: emulators/linux_base-f8:
   compat.linux.osrelease: 2.4.2 is not supported
** Listing the failed packages (-:ignored / *:skipped / !:failed)
   - emulators/linux_base-f8

Further Google searches suggest that compat.linux.osrelease is a
sysctl setting.  I've seen reference to setting it to 2.6.16 but also
that this is experimental.  I found
http://wiki.freebsd.org/linux-kernel but this leaves me confused as
well.

Bottom line, what linux_base port should I install and do I need to
set this sysctl to something?  I'm confused...



Current default (i.e. well tested and supported) linux base port is
linux_base-fc4 with compat.linux.osrelease=2.4.2. This should be your
first try. If you get any further questions a better mailing list (to
look for additional information as well as asking questions) is
[EMAIL PROTECTED]


Thanks for your reply and the suggestion of [EMAIL PROTECTED]

Cheers,

Drew

--
Be a Great Magician!
Visit The Alchemist's Warehouse

http://www.alchemistswarehouse.com

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Linux Compatibility version of libXau

2008-05-25 Thread Derek Graham
I am trying to get the linux version of Planeshift to work but I need to find 
a linux version of libXau, cant find it in ports tho :( anyone got a solution 
to getting Planeshift to work?

Thanks
Derek
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


linux compatibility

2007-10-17 Thread andrew
Is there any way to check which (if any) installed applications are
dependent on linux compatibility? Thank you.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: linux compatibility

2007-10-17 Thread Paul Schmehl
--On October 17, 2007 8:56:32 PM -0700 andrew [EMAIL PROTECTED] 
wrote:



Is there any way to check which (if any) installed applications are
dependent on linux compatibility? Thank you.


Of course.  man (1) pkginfo - pay special attention to -R

E.g pkg_info -aR | grep linux | less

Paul Schmehl ([EMAIL PROTECTED])
Senior Information Security Analyst
The University of Texas at Dallas
http://www.utdallas.edu/ir/security/


Linux compatibility mode - where do I get missing libraries?

2007-05-29 Thread Lorin Lund

I'm trying to install the free personal version of APLX from
http://www.microapl.co.uk/apl/aplx_downloads.html
but it complains about a missing library - something to do with
jpeg.  Where can I find linux libraries?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Linux compatibility mode - where do I get missing libraries?

2007-05-29 Thread Boris Samorodov
On Tue, 29 May 2007 02:48:47 -0600 Lorin Lund wrote:

 I'm trying to install the free personal version of APLX from
 http://www.microapl.co.uk/apl/aplx_downloads.html
 but it complains about a missing library - something to do with
 jpeg.  Where can I find linux libraries?

Surprise! ;-)

% whereis linux-jpeg
linux-jpeg: /usr/ports/graphics/linux-jpeg


WBR
-- 
Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone  Internet SP
FreeBSD committer, http://www.FreeBSD.org The Power To Serve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


fusefs-ntfs (ntfs-3g) problem - linux compatibility?

2007-01-29 Thread Steve Franks

I get the following:

[EMAIL PROTECTED] ~]$ sudo ntfs-3g /dev/ad10s2 /mnt/rainstone
Failed to open /proc/filesystems: No such file or directory
modprobe: not found
Failed to open /proc/filesystems: No such file or directory
[EMAIL PROTECTED] ~]$

As I do not indeed have /proc/filesystems, the error is correct.
Should I?  Is this a linux-vs-bsd directory hierarchy issue?  Just
built the latest fuse-fs-kmod and fusefs-ntfs from ports on 6.1/amd64.

Steve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Midi and Linux compatibility

2006-06-08 Thread jekillen

Hello;
I'm interested in setting up midi and sound recording gear on a Linux 
system. There is a program I'm interested in
getting installed and using called Rosegarden. I also have to contend 
with the availability of Linux compatible
midi interfaces (which is a blurred subject as far as my research into 
availability is concerned) My question to
the FreeBSD mailing list is: if I use FreeBSD with its Linux 
compatibility, how do I deal with drivers (for midi inter
faces, for instance) and installation. Is there an area of ports for 
Linux software, specifically Rosegarden or
something that will do audio recording, midi sequencing, audio/midi 
sync, and has a good score editor that

will print sheet music?
I would be using it on AMD 64 slot 939 FreeBSD v 6.0 Release.
(commercial boxed set of cd's from FreeBSD Mall).
I'm interested in this because my other option is to set up a
machine with Debian and some Debian midi specific software.
But I can't afford to build or buy another machine at present.
I want to avoid dual boot if I can.
One extra question re nvnet driver. I had trouble installing and using 
it
and a response to a query to this list indicated that the port was 
broken.

Can anyone tell me if it has been fixed?
Thanks in advance:
JK

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Midi and Linux compatibility

2006-06-08 Thread Sean

jekillen wrote:

Hello;
I'm interested in setting up midi and sound recording gear on a Linux 
system. There is a program I'm interested in
getting installed and using called Rosegarden. I also have to contend 
with the availability of Linux compatible
midi interfaces (which is a blurred subject as far as my research into 
availability is concerned) My question to
the FreeBSD mailing list is: if I use FreeBSD with its Linux 
compatibility, how do I deal with drivers (for midi inter
faces, for instance) and installation. Is there an area of ports for 
Linux software, specifically Rosegarden or
something that will do audio recording, midi sequencing, audio/midi 
sync, and has a good score editor that

will print sheet music?




You can check here http://www.freebsd.org/ports/
on ports you are looking, Your Rosegarden is listed.

Sean
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Midi and Linux compatibility

2006-06-08 Thread Micah

Sean wrote:

jekillen wrote:

Hello;
I'm interested in setting up midi and sound recording gear on a Linux 
system. There is a program I'm interested in
getting installed and using called Rosegarden. I also have to contend 
with the availability of Linux compatible
midi interfaces (which is a blurred subject as far as my research into 
availability is concerned) My question to
the FreeBSD mailing list is: if I use FreeBSD with its Linux 
compatibility, how do I deal with drivers (for midi inter
faces, for instance) and installation. Is there an area of ports for 
Linux software, specifically Rosegarden or
something that will do audio recording, midi sequencing, audio/midi 
sync, and has a good score editor that

will print sheet music?




You can check here http://www.freebsd.org/ports/
on ports you are looking, Your Rosegarden is listed.

Sean


Note that the Rosegarden project refers to the 2.1 series that's in our 
ports as antique. The latest Rosegarden requires ALSA to work.


To the OP, MIDI support on FreeBSD is non-existent aside from some 
kernel patches that turn up every now and then. If you need hardware 
MIDI support you need to use Linux, Windows, or OSX.


HTH,
Micah
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


linux compatibility on 64 bit FreeBSD 5.4 and 6.0

2006-02-20 Thread Philip Sydney Lavers
Gentlemen,

I have spent several days reading all the documentation I can find but no 
reference to my problem.

linux compatibility:
# kldload linux# 
   OR
linux_enable=YES

both work on my FreeBSD 5.4 32 bit athlon.

On my opteron and athlon64 machines with FreeBSD 5.4 or 6.0 (both 64 bit 
versions) the linux_enable=YES in rc.conf has no effect, whilst 
# kldload linux

gives 
kldload: can't load linuxkldload: can't load linux: File exists

kldstat confirms that no linux.ko is present

I would be grateful for any advice as I have a 64 bit linux binary that i need 
to run

Thanking you,

Philip Lavers

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Linux compatibility and reverse channels

2005-08-06 Thread Milan Krivda
Hi. I need your help. I use a latest stable release freebsd 5.4 with sb live 
5.1 sound card, driver is freebsd module snd_emu10k1, in native freebsd 
applications is all OK, but in applications running with linux compatibility 
is reversed left and right channel. For example audacity and unreal 
tournament 2004 ...
I test it on my second machine an there is a the same problem.

Thank you for your help

Milan Krivda
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: enable linux compatibility

2005-01-30 Thread FreeBsdBeni
On Saturday 29 January 2005 15:49, Lowell Gilbert wrote:
 Dick Hoogendijk [EMAIL PROTECTED] writes:
  On 29 Jan Thomas Foster wrote:
   Try downloading a linux binary or installing a linux based application
   from ports.. if you do not get any elf binary errors then yo umost
   likely have the linux compatibility enabled correctly.  The only other
   thing to watch for are any programs that might require linprocfs
 

Don't you have to add a line to your /etc/fstab as well to enable/use the 
linprocfs ?

linprocfs   /compat/linux/proc  linprocfs   rw  0   0


Beni.


pgpeREU61yZhD.pgp
Description: PGP signature


Re: enable linux compatibility

2005-01-30 Thread Loren M. Lang
On Sun, Jan 30, 2005 at 08:04:53PM +0100, FreeBsdBeni wrote:
 On Saturday 29 January 2005 15:49, Lowell Gilbert wrote:
  Dick Hoogendijk [EMAIL PROTECTED] writes:
   On 29 Jan Thomas Foster wrote:
Try downloading a linux binary or installing a linux based application
from ports.. if you do not get any elf binary errors then yo umost
likely have the linux compatibility enabled correctly.  The only other
thing to watch for are any programs that might require linprocfs
  
 
 Don't you have to add a line to your /etc/fstab as well to enable/use the 
 linprocfs ?
 

Only if you don't want to have to mount it by hand everytime you reboot.
But I don't know why you wouldn't want to.

 linprocfs /compat/linux/proc  linprocfs   rw  00
 
 
 Beni.



-- 
I sense much NT in you.
NT leads to Bluescreen.
Bluescreen leads to downtime.
Downtime leads to suffering.
NT is the path to the darkside.
Powerful Unix is.

Public Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc
Fingerprint: B3B9 D669 69C9 09EC 1BCD  835A FAF3 7A46 E4A3 280C
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: enable linux compatibility

2005-01-30 Thread Lowell Gilbert
FreeBsdBeni [EMAIL PROTECTED] writes:

 On Saturday 29 January 2005 15:49, Lowell Gilbert wrote:
  Dick Hoogendijk [EMAIL PROTECTED] writes:
   On 29 Jan Thomas Foster wrote:
Try downloading a linux binary or installing a linux based application
from ports.. if you do not get any elf binary errors then yo umost
likely have the linux compatibility enabled correctly.  The only other
thing to watch for are any programs that might require linprocfs
  
 
 Don't you have to add a line to your /etc/fstab as well to enable/use the 
 linprocfs ?

Only if you need it.  Most programs I've used under FreeBSD's Linux
emulation do *not* access procfs.  Building the Linux JDK is the only
time I ever needed it, and once I've got the native JDK built, I can
umount the procfs again.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: enable linux compatibility

2005-01-29 Thread Thomas Foster
have you tried running any Linux binaries?  Have you installed any of the 
linux_base emulator ports?

Try downloading a linux binary or installing a linux based application from 
ports.. if you do not get any elf binary errors then yo umost likely have 
the linux compatibility enabled correctly.  The only other thing to watch 
for are any programs that might require linprocfs

Hope this helps..
T
- Original Message - 
From: saravanan ganapathy [EMAIL PROTECTED]
To: freebsd-questions@freebsd.org
Sent: Friday, January 28, 2005 9:34 PM
Subject: Re: enable linux compatibility


--- Lowell Gilbert
[EMAIL PROTECTED] wrote:
saravanan ganapathy [EMAIL PROTECTED] writes:
 Hai

 I tried to enable linux compatibility on my
freebsd
 (5.3 Release)kernel by adding 'options
COMPAT_LINUX'
 in my kernel config file and recompiled the kernel
 using this file.But even after, this is not
enabled.

 kldstat o/p shows as

 # kldstat
 Id Refs AddressSize Name
  13 0xc040 5ef620   kernel
  2   14 0xc09f 537f0acpi.ko
Right.  You installed it directly into your kernel,
instead of as a
kernel module.  Therefore, it does not show up in a
list of kernel
modules.
 The 'linux' command also not found.
Not needed.
 What may be the problem?
You haven't tried anything that *uses* the linux
compatibility.
What do you want it for?
How do I confirm that linux compatibility has been
enabled?
Sarav

__
Do you Yahoo!?
The all-new My Yahoo! - Get yours free!
http://my.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: enable linux compatibility

2005-01-29 Thread Dick Hoogendijk
On 29 Jan Thomas Foster wrote:
 Try downloading a linux binary or installing a linux based application
 from ports.. if you do not get any elf binary errors then yo umost
 likely have the linux compatibility enabled correctly.  The only other
 thing to watch for are any programs that might require linprocfs

My FreeBSD-4.11R system gives me on portupgrade linux_base an upgrade
to some RH-7.3 linux release. Lots of other ports seem to relate to
linux_base-8. If I deinstall linux_base, WHAT other port package do I
really need (want). There is lots of them nowadays (redhat, debian,
suse; I lost track..)

-- 
dick -- http://nagual.st/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 4.11 ++ FreeBSD 5.3
+ Nai tiruvantel ar vayuvantel i Valar tielyanna nu vilja
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: enable linux compatibility

2005-01-29 Thread Lowell Gilbert
Dick Hoogendijk [EMAIL PROTECTED] writes:

 On 29 Jan Thomas Foster wrote:
  Try downloading a linux binary or installing a linux based application
  from ports.. if you do not get any elf binary errors then yo umost
  likely have the linux compatibility enabled correctly.  The only other
  thing to watch for are any programs that might require linprocfs
 
 My FreeBSD-4.11R system gives me on portupgrade linux_base an upgrade
 to some RH-7.3 linux release. Lots of other ports seem to relate to
 linux_base-8. If I deinstall linux_base, WHAT other port package do I
 really need (want). There is lots of them nowadays (redhat, debian,
 suse; I lost track..)

/usr/ports/UPDATING describes how to update to linux_base-8.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: enable linux compatibility

2005-01-29 Thread Thomas Foster
Well, personally I use linux_base-8.. but you can use whichever suits your 
needs.. exactly what linux binaries are you attempting to run on this 
system?

T
- Original Message - 
From: Dick Hoogendijk [EMAIL PROTECTED]
To: Thomas Foster [EMAIL PROTECTED]
Cc: freebsd-questions freebsd-questions@freebsd.org
Sent: Saturday, January 29, 2005 2:04 AM
Subject: Re: enable linux compatibility


On 29 Jan Thomas Foster wrote:
Try downloading a linux binary or installing a linux based application
from ports.. if you do not get any elf binary errors then yo umost
likely have the linux compatibility enabled correctly.  The only other
thing to watch for are any programs that might require linprocfs
My FreeBSD-4.11R system gives me on portupgrade linux_base an upgrade
to some RH-7.3 linux release. Lots of other ports seem to relate to
linux_base-8. If I deinstall linux_base, WHAT other port package do I
really need (want). There is lots of them nowadays (redhat, debian,
suse; I lost track..)
--
dick -- http://nagual.st/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 4.11 ++ FreeBSD 5.3
+ Nai tiruvantel ar vayuvantel i Valar tielyanna nu vilja

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


enable linux compatibility

2005-01-28 Thread saravanan ganapathy
Hai 

I tried to enable linux compatibility on my freebsd
(5.3 Release)kernel by adding 'options COMPAT_LINUX'
in my kernel config file and recompiled the kernel
using this file.But even after, this is not enabled.

kldstat o/p shows as 

# kldstat
Id Refs AddressSize Name
 13 0xc040 5ef620   kernel
 2   14 0xc09f 537f0acpi.ko

The 'linux' command also not found. 

What may be the problem?

Sarav





__ 
Do you Yahoo!? 
The all-new My Yahoo! - Get yours free! 
http://my.yahoo.com 
 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: enable linux compatibility

2005-01-28 Thread Xian
On Friday 28 January 2005 13:39, saravanan ganapathy wrote:
 Hai

 I tried to enable linux compatibility on my freebsd
 (5.3 Release)kernel by adding 'options COMPAT_LINUX'
 in my kernel config file and recompiled the kernel
 using this file.But even after, this is not enabled.

 kldstat o/p shows as

 # kldstat
 Id Refs AddressSize Name
  13 0xc040 5ef620   kernel
  2   14 0xc09f 537f0acpi.ko

 The 'linux' command also not found.

 What may be the problem?

 Sarav

You need linux_enable=YES in rc.conf at least. I can't remember if there is 
more to do. I'm sure someone else can help.

-- 
/Xian

Work is the curse of the drinking class
Unknown author
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: enable linux compatibility

2005-01-28 Thread saravanan ganapathy

--- Xian [EMAIL PROTECTED] wrote:

 On Friday 28 January 2005 13:39, saravanan ganapathy
 wrote:
  Hai
 
  I tried to enable linux compatibility on my
 freebsd
  (5.3 Release)kernel by adding 'options
 COMPAT_LINUX'
  in my kernel config file and recompiled the kernel
  using this file.But even after, this is not
 enabled.
 
  kldstat o/p shows as
 
  # kldstat
  Id Refs AddressSize Name
   13 0xc040 5ef620   kernel
   2   14 0xc09f 537f0acpi.ko
 
  The 'linux' command also not found.
 
  What may be the problem?
 
  Saravname of
 
 You need linux_enable=YES in rc.conf at least. I
 can't remember if there is 
 more to do. I'm sure someone else can help.
 

I already added linux_enable=YES in rc.conf.

Sarav



__ 
Do you Yahoo!? 
The all-new My Yahoo! - What will yours do?
http://my.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: enable linux compatibility

2005-01-28 Thread O. Hartmann
saravanan ganapathy schrieb:
--- Xian [EMAIL PROTECTED] wrote:
 

On Friday 28 January 2005 13:39, saravanan ganapathy
wrote:
   

Hai
I tried to enable linux compatibility on my
 

freebsd
   

(5.3 Release)kernel by adding 'options
 

COMPAT_LINUX'
   

in my kernel config file and recompiled the kernel
using this file.But even after, this is not
 

enabled.
   

kldstat o/p shows as
# kldstat
Id Refs AddressSize Name
13 0xc040 5ef620   kernel
2   14 0xc09f 537f0acpi.ko
The 'linux' command also not found.
What may be the problem?
Saravname of
 

You need linux_enable=YES in rc.conf at least. I
can't remember if there is 
more to do. I'm sure someone else can help.

   

I already added linux_enable=YES in rc.conf.
Sarav
		
 

If you put
options COMPAT_LINUX
in your kernel config file, Linux compatibility is already enabled and not
shown in the list of loaded kernel modules! kldstat only reports thos 
modules
are enabled as loadable module.
With options COMPAT_LINUX' Linuxulator is enabled forever as long as 
the kernel runs.
A more sphisticated way is to run Linuxulator as a kernel loadable 
module. You should disable
options COMAPT_LINUX in your configuration file and change the 
appropriate tag in /etc/rc.conf.local

linux_enable=NO - linux_enable=YES.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


AW: enable linux compatibility

2005-01-28 Thread Norbert Koch

  I tried to enable linux compatibility on my freebsd
  (5.3 Release)kernel by adding 'options COMPAT_LINUX'
  in my kernel config file and recompiled the kernel
  using this file.But even after, this is not enabled.
 
  kldstat o/p shows as
 
  # kldstat
  Id Refs AddressSize Name
   13 0xc040 5ef620   kernel
   2   14 0xc09f 537f0acpi.ko


If you compile linux emulation into the kernel
you don't see a linux.ko.


 
  The 'linux' command also not found.
 


What linux command?

See linux(4). You should also install the
linux process file system linprocfs(5).
And you need to install the linux_base port.


  What may be the problem?
 
  Sarav
 
 You need linux_enable=YES in rc.conf at least. I can't remember 
 if there is 
 more to do. I'm sure someone else can help.
 
 -- 
 /Xian
 
 Work is the curse of the drinking class
 Unknown author
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: enable linux compatibility

2005-01-28 Thread Lowell Gilbert
saravanan ganapathy [EMAIL PROTECTED] writes:

 Hai 
 
 I tried to enable linux compatibility on my freebsd
 (5.3 Release)kernel by adding 'options COMPAT_LINUX'
 in my kernel config file and recompiled the kernel
 using this file.But even after, this is not enabled.
 
 kldstat o/p shows as 
 
 # kldstat
 Id Refs AddressSize Name
  13 0xc040 5ef620   kernel
  2   14 0xc09f 537f0acpi.ko

Right.  You installed it directly into your kernel, instead of as a
kernel module.  Therefore, it does not show up in a list of kernel
modules.  

 The 'linux' command also not found. 

Not needed.

 What may be the problem?

You haven't tried anything that *uses* the linux compatibility.
What do you want it for?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: enable linux compatibility

2005-01-28 Thread saravanan ganapathy

--- Lowell Gilbert
[EMAIL PROTECTED] wrote:

 saravanan ganapathy [EMAIL PROTECTED] writes:
 
  Hai 
  
  I tried to enable linux compatibility on my
 freebsd
  (5.3 Release)kernel by adding 'options
 COMPAT_LINUX'
  in my kernel config file and recompiled the kernel
  using this file.But even after, this is not
 enabled.
  
  kldstat o/p shows as 
  
  # kldstat
  Id Refs AddressSize Name
   13 0xc040 5ef620   kernel
   2   14 0xc09f 537f0acpi.ko
 
 Right.  You installed it directly into your kernel,
 instead of as a
 kernel module.  Therefore, it does not show up in a
 list of kernel
 modules.  
 
  The 'linux' command also not found. 
 
 Not needed.
 
  What may be the problem?
 
 You haven't tried anything that *uses* the linux
 compatibility.
 What do you want it for?

How do I confirm that linux compatibility has been
enabled?

Sarav



__ 
Do you Yahoo!? 
The all-new My Yahoo! - Get yours free! 
http://my.yahoo.com 
 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Linux Compatibility

2004-07-15 Thread Matthew Seaman
On Wed, Jul 14, 2004 at 11:27:02PM -0700, Henrik W Lund wrote:

 I believe RELENG_5_2 has been discontinued, and replaced by RELENG_5_2_1 
 (if I'm wrong, someone correct me, please). Anyways, try cvsupping using 
 either one, as at least one of them is bound to work.

That's a bit confused.  5.2-RELEASE (ie. the collection of iso images
and other installer bits and pieces on the FreeBSD ftp servers) has
certainly been superceded by 5.2.1-RELEASE.  Most FreeBSD mirrors will
only carry a couple of recent releases due to space constraints so
5.2-RELEASE has mostly disappeared, but there are some places that
archive older releases -- see

http://mirrorlist.freebsd.org/FBSDsites.php

However the CVS tags you refer to don't work in that way.  First of
all, there isn't a RELENG_5_2_1 tag.  There is a RELENG_5_2_1_RELEASE
tag which marks the state of the sources used to generate
5.2.1-RELEASE.  Similarly there's a RELENG_5_2_0_RELEASE tag that does
the same for 5.2-RELEASE.

There is also a RELENG_5_2 *branch*.  The distinction between a branch
and a tag is important.  Checking out sources using a tag will get you
a snapshot of those sources at a particular point in time.  You get
the same set of sources each time you check out against that tag[1].
Checking out sources using a branch will get you the latest
development version from that branch, so the checkouts will vary over
time.

Both 5.2-RELEASE and 5.2.1-RELEASE were generated from the RELENG_5_2
branch, which is a security branch that currently gets you
5.2.1-RELEASE-p9.  In effect, 5.2.1-RELEASE is just another patchset
against the RELENG_5_2 branch, except on a rather larger scale and
fixing more significant problems than most patches.

Cheers,

Matthew

[1] In principal.  In practice a tag can be 'slid' to account for last
minute changes, but that's unusual and only tends to happen quite soon
after the tag is laid down.

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgpYXhlTWsR3u.pgp
Description: PGP signature


Re: Linux Compatibility

2004-07-15 Thread Henrik W Lund
Matthew Seaman wrote:
On Wed, Jul 14, 2004 at 11:27:02PM -0700, Henrik W Lund wrote:
 

I believe RELENG_5_2 has been discontinued, and replaced by RELENG_5_2_1 
(if I'm wrong, someone correct me, please). Anyways, try cvsupping using 
either one, as at least one of them is bound to work.
   

That's a bit confused.  5.2-RELEASE (ie. the collection of iso images
and other installer bits and pieces on the FreeBSD ftp servers) has
certainly been superceded by 5.2.1-RELEASE.  Most FreeBSD mirrors will
only carry a couple of recent releases due to space constraints so
5.2-RELEASE has mostly disappeared, but there are some places that
archive older releases -- see
   http://mirrorlist.freebsd.org/FBSDsites.php
However the CVS tags you refer to don't work in that way.  First of
all, there isn't a RELENG_5_2_1 tag.  There is a RELENG_5_2_1_RELEASE
tag which marks the state of the sources used to generate
5.2.1-RELEASE.  Similarly there's a RELENG_5_2_0_RELEASE tag that does
the same for 5.2-RELEASE.
There is also a RELENG_5_2 *branch*.  The distinction between a branch
and a tag is important.  Checking out sources using a tag will get you
a snapshot of those sources at a particular point in time.  You get
the same set of sources each time you check out against that tag[1].
Checking out sources using a branch will get you the latest
development version from that branch, so the checkouts will vary over
time.
Both 5.2-RELEASE and 5.2.1-RELEASE were generated from the RELENG_5_2
branch, which is a security branch that currently gets you
5.2.1-RELEASE-p9.  In effect, 5.2.1-RELEASE is just another patchset
against the RELENG_5_2 branch, except on a rather larger scale and
fixing more significant problems than most patches.
Cheers,
Matthew
[1] In principal.  In practice a tag can be 'slid' to account for last
minute changes, but that's unusual and only tends to happen quite soon
after the tag is laid down.
 

Thanks for the clarification! CVS as a concept is much like women - just 
when I think I've got it figured out, I am proven otherwise. Oh, well. ;-)

-Henrik W Lund
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Linux Compatibility

2004-07-14 Thread Girish L
Hi

 I have a freeBSD 5.2-CURRENT version running on a intel dual processor machine.

I need to turn the LINUX COMPATBILITY ON, but unfortunately the source
code for this version is not on the system.

If I do a sysinstall to obtain the source code, the system fails to
find the matching version and if i set the option to any release or
download any other version
(say 5.2.1-RELEASE) and modfiy the Kernel Configuration file GENERIC 
to add the option COMPAT_LINUX, I get a error on running config(8).

this error points about a version mismatch

Can anyone point me to the source code for 5.2-CURRENT release
or help me add the linux compatibility option and turn the linux
compatibility ON.

Thanks for any help in this regard
Girish
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Linux Compatibility

2004-07-14 Thread Henrik W Lund
Girish L wrote:
Hi
I have a freeBSD 5.2-CURRENT version running on a intel dual processor machine.
I need to turn the LINUX COMPATBILITY ON, but unfortunately the source
code for this version is not on the system.
If I do a sysinstall to obtain the source code, the system fails to
find the matching version and if i set the option to any release or
download any other version
(say 5.2.1-RELEASE) and modfiy the Kernel Configuration file GENERIC 
to add the option COMPAT_LINUX, I get a error on running config(8).

this error points about a version mismatch
Can anyone point me to the source code for 5.2-CURRENT release
or help me add the linux compatibility option and turn the linux
compatibility ON.
Thanks for any help in this regard
Girish
 

Greetings!!
I believe RELENG_5_2 has been discontinued, and replaced by RELENG_5_2_1 
(if I'm wrong, someone correct me, please). Anyways, try cvsupping using 
either one, as at least one of them is bound to work.

If this sounds cryptic to you, read
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html
and
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvs-tags.html
If you are looking for -CURRENT, the tag to use is . (yes, a period).
-Henrik W Lund
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Perl and Linux Compatibility

2004-05-20 Thread Brian Minard
Hello,

I am trying to use a Perl Module which depends upon a shared library.
This shared library is compiled for Linux. The the linux_base-7.1_7 port
contains the dependencies for this library.

Can anyone tell me if it's possible to have Perl 5.8 (built for FreeBSD
4.9) run a Perl Module with this kind of dependency? If not, what's the
best way around this problem?

Thanks,
Brian
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Perl and Linux Compatibility

2004-05-20 Thread Dan Nelson
In the last episode (May 20), Brian Minard said:
 I am trying to use a Perl Module which depends upon a shared library.
 This shared library is compiled for Linux. The the linux_base-7.1_7
 port contains the dependencies for this library.
 
 Can anyone tell me if it's possible to have Perl 5.8 (built for
 FreeBSD 4.9) run a Perl Module with this kind of dependency? If not,
 what's the best way around this problem?

No; FreeBSD and Linux binaries cannot use each other's shared modules
(XFree86 modules being an exception since they use a special OS-neutral
loader).  You will need to get a FreeBSD version of that shared
library, or build/install a Linux version of Perl and use that.

-- 
Dan Nelson
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Enabling linux compatibility

2004-03-23 Thread Shaun T. Erickson
When I installed my system, it asked if I wanted to enable linux
compatibility, and I said no. Now I think I may need it, and am
wondering if I need to do anything special to enable it, other than
setting
linux_enable=YES

in /etc/rc.conf.
You will need to install one of the linux-base packages from ports.  the
plain vanilla one is the most stable in my experience...
Thanks!

-ste
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Enabling linux compatibility

2004-03-22 Thread Shaun T. Erickson
When I installed my system, it asked if I wanted to enable linux 
compatibility, and I said no. Now I think I may need it, and am 
wondering if I need to do anything special to enable it, other than setting

linux_enable=YES

in /etc/rc.conf.

-ste
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Enabling linux compatibility

2004-03-22 Thread Aaron Peterson
 When I installed my system, it asked if I wanted to enable linux
 compatibility, and I said no. Now I think I may need it, and am
 wondering if I need to do anything special to enable it, other than
 setting

 linux_enable=YES

 in /etc/rc.conf.

   -ste
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]


You will need to install one of the linux-base packages from ports.  the
plain vanilla one is the most stable in my experience...

aaron
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Linux Compatibility and Folding@Home

2004-01-10 Thread Loren M. Lang
I was trying to run a Linux program called [EMAIL PROTECTED] in FreeBSD, but
it doesn't seem to want to load.  I have a version compiled for
glibc 2.2 I believe, but when I run it in bsd, I get the error message:

ELF binary type 0 not known.
Abort trap

That was using version 3.x of [EMAIL PROTECTED]  They also have a glibc 2.3 version,
but that also fails:

./FAH3Console-LinuxB.exe: /lib/libc.so.6: version `GLIBC_2.3' not found
(required by ./FAH3Console-LinuxB.exe)

This I believe is because it looks like freebsd uses glibc 2.2.5 for
it's linux compatibility layer.  I have successfully run other programs
with the linux compatibility layer, so I know I have linux.ko loaded and
everything set up correctly.

-- 
I sense much NT in you.
NT leads to Bluescreen.
Bluescreen leads to downtime.
Downtime leads to suffering.
NT is the path to the darkside.
Powerful Unix is.

Public Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc
Fingerprint: B3B9 D669 69C9 09EC 1BCD  835A FAF3 7A46 E4A3 280C
 


pgp0.pgp
Description: PGP signature


Re: Linux Compatibility and Folding@Home

2004-01-10 Thread Q
On Sat, 2004-01-10 at 20:36, Loren M. Lang wrote:
 I was trying to run a Linux program called [EMAIL PROTECTED] in FreeBSD, but
 it doesn't seem to want to load.  I have a version compiled for
 glibc 2.2 I believe, but when I run it in bsd, I get the error message:
 
 ELF binary type 0 not known.
 Abort trap

I have never tried this particular program, so I can't say if it will
work for sure, but I see no reason why it shouldn't. Try doing an
'brandelf -t Linux file' and run it again. This will let FreeBSD know
that it's a Linux binary.

 That was using version 3.x of [EMAIL PROTECTED]  They also have a glibc 2.3 version,
 but that also fails:
 
 ./FAH3Console-LinuxB.exe: /lib/libc.so.6: version `GLIBC_2.3' not found
 (required by ./FAH3Console-LinuxB.exe)

If you need glibc 2.3 then you need to install the
'emulation/linux_base-8' port, this is the equivalent to a RedHat 8 base
system, rather than the RedHat 7 base you have installed now.

Seeya...Q

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Linux Compatibility and Folding@Home

2004-01-10 Thread Loren M. Lang
On Sat, Jan 10, 2004 at 08:54:39PM +1000, Q wrote:
 On Sat, 2004-01-10 at 20:36, Loren M. Lang wrote:
  I was trying to run a Linux program called [EMAIL PROTECTED] in FreeBSD, but
  it doesn't seem to want to load.  I have a version compiled for
  glibc 2.2 I believe, but when I run it in bsd, I get the error message:
  
  ELF binary type 0 not known.
  Abort trap
 
 I have never tried this particular program, so I can't say if it will
 work for sure, but I see no reason why it shouldn't. Try doing an
 'brandelf -t Linux file' and run it again. This will let FreeBSD know
 that it's a Linux binary.
 

It worked! 

I'm assuming this actually modifies the elf file, is it still compatible
with linux, and is this a common problem or just for certain rare
executable?

  That was using version 3.x of [EMAIL PROTECTED]  They also have a glibc 2.3 
  version,
  but that also fails:
  
  ./FAH3Console-LinuxB.exe: /lib/libc.so.6: version `GLIBC_2.3' not found
  (required by ./FAH3Console-LinuxB.exe)
 
 If you need glibc 2.3 then you need to install the
 'emulation/linux_base-8' port, this is the equivalent to a RedHat 8 base
 system, rather than the RedHat 7 base you have installed now.
 

I'll try it.

 Seeya...Q
 
 
 
 !DSPAM:3fffdb41195678470827837!
 

-- 
I sense much NT in you.
NT leads to Bluescreen.
Bluescreen leads to downtime.
Downtime leads to suffering.
NT is the path to the darkside.
Powerful Unix is.

Public Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc
Fingerprint: B3B9 D669 69C9 09EC 1BCD  835A FAF3 7A46 E4A3 280C
 


pgp0.pgp
Description: PGP signature


Re: Linux Compatibility and Folding@Home

2004-01-10 Thread Mathieu Arnold


+-le 10/01/04 02:36 -0800, Loren M. Lang écrivait :
| I was trying to run a Linux program called [EMAIL PROTECTED] in FreeBSD, but
| it doesn't seem to want to load.  I have a version compiled for
| glibc 2.2 I believe, but when I run it in bsd, I get the error message:
| 
| ELF binary type 0 not known.
| Abort trap
| 
| That was using version 3.x of [EMAIL PROTECTED]  They also have a glibc 2.3 version,
| but that also fails:
| 
| ./FAH3Console-LinuxB.exe: /lib/libc.so.6: version `GLIBC_2.3' not found
| (required by ./FAH3Console-LinuxB.exe)

You should :
brandelf -t Linux FAH*
and you *should* use ./FAH... -freebsd

-- 
Mathieu Arnold
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


linux compatibility

2003-12-08 Thread danu kusmana
Hi guys,

My probs is I wanna add flash plugins to my mozilla,
buat the default ports frebsd gave is an old one and
it always make my mozilla hang if I open a web page.

I tried to use the linux-flashplugin and ln -s *.so
thing but it alway complain abaout it cannot found the
library needed. I read in the handbook that FreeBSD
will taking care wich linux libary will be use and
where. But from my experience it alway cannot be found
but its there alright.

Did I make any mistake what im doing?

Thanx

danu

__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: linux compatibility

2003-12-08 Thread Gautam Gopalakrishnan
On Mon, Dec 08, 2003 at 06:22:29PM -0800, danu kusmana wrote:
 Hi guys,
 
 My probs is I wanna add flash plugins to my mozilla,
 buat the default ports frebsd gave is an old one and
 it always make my mozilla hang if I open a web page.


I have www/flashpluginwrapper installed and flash works very nice in
Firebird. After installation, follow the instructions too...

Hope that helps
Gautam

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Installing Matlab R13 useing Linux compatibility

2003-09-08 Thread Robert Stickney
I have the student version installed and I am running FreeBSD 5.0 with linux
binary compatibility.  I brandelf'ed the Matlab executable and I still get
this error when I run Matlab.

Matlab: error while loading shared libraries: libut.so: cannot open shared
object file: No such file or directory 

I am not sure that I have the linux binary compatibility installed correctly
because when my computer boots i get many error that look like this:

/compat/linux/sbin/ldconfig: /usr/X11R6/lib/libX11.so.6 is not a symbolic link

Thanks for you help,

Robert Stickney

--
Open WebMail Project (http://openwebmail.org)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Installing Matlab R13 useing Linux compatibility

2003-09-08 Thread Dan Pelleg
Robert Stickney [EMAIL PROTECTED] writes:

 I have the student version installed and I am running FreeBSD 5.0 with linux
 binary compatibility.  I brandelf'ed the Matlab executable and I still get
 this error when I run Matlab.
 
 Matlab: error while loading shared libraries: libut.so: cannot open shared
 object file: No such file or directory 
 
 I am not sure that I have the linux binary compatibility installed correctly
 because when my computer boots i get many error that look like this:
 
 /compat/linux/sbin/ldconfig: /usr/X11R6/lib/libX11.so.6 is not a symbolic link
 
 Thanks for you help,
 
 Robert Stickney
 

I don't use linux compat on 5.X, but it looks like your installation is
broken. See if you can find any tips in the handbook:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/linuxemu.html

Note it includes a Matlab section, which is known to work on 4.X.

-- 

  Dan Pelleg
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Linux compatibility VMWARE GSX 2.5

2003-08-18 Thread easlyneanar lorennan

   I'm trying to install Vmare GSX 2.5 under FreeBSD 4.8 with the linux
   compatibility

   @@@

   This is the output of the vmware-installer.pl original (see
   vmware-installer.pl in attach)

   @@@

   Output after running here:

   Where would you like to install the VMware Management UI
   [/home/vmware/mui] :
   Starting to untar the image to /home/vmware/mui
   Finished untar.
   Configuring httpd.conf to run Apache as:
 User: 'www' and Group: 'www'
The installer is not able to find the directory where the 'init'
   scripts reside.
The directory should contain init.d/, and from rc0.d/ to rc6.d/
These directories are not in any of the standard locations:
'/sbin/init.d', '/etc/rc.d/init.d', '/etc/init.d'
As a result, the VMware Management UI Web Server will not
   automatically
restart when this machine is rebooted.  You can start the VMware
   Management UI
Web Server after a reboot with this command (as root):
/home/vmware/mui/apache/bin/apachectl start
   [Press 'Enter' to continue.] :

   Using Existing SSL Certificate.
   Couldn't find necessary components on your system. It appears that you
   are missing the following library: libdb.so.3
   New versions of Red Hat Linux (8.0+) are known to ship without these
   libraries. If you are running Red Hat 8.0 or greater, please install
   this rpm: compat-db-3.3-### rpm (where ### is a  version number
   particular to your version of the distribution) from your installation
   CD
   If you are running a distribution other than Red Hat, please contact
   your vendor for a suitable library. Once the  package has been
   installed, you may start the VMware Management UI with the following
   command:
   /home/vmware/mui/apache/bin/apachectl start
   UnForgiven# /home/vmware/mui/apache/bin/httpd: signal 13

   @

   This is the output of the modified file of vmware-installer.pl (see
   vmware-install.pl.modified in attach)

   @

   I add the libdb.so.3 to the /usr/compat/linux/lib/
   and I did brandelf -t Linux /usr/compat/linux/lib/libdb.so.3

   I modified too some variable to put /usr/compat/linux/lib instead of
   the /lib link.
   I removed the Eula asking if you accept their policy (to save time)

   Here is the Output:

   UnForgiven# ./vmware-install.pl.modified

   Welcome to the VMware Management UI installer for Linux.  This install
   program will extract an Apache web server, Perl extension modules, and
   the VMware Perl API to your machine.
   The directory /home/vmware/mui  contains a previous
   installation of VMware Management UI.
   Stopping any running VMware Management UI processes.
   Stopping apache.
   Removing the old installation
   #failed to open /var/lib/rpm/packages.rpm: No such file or directory
   #rpmQuery: rpmdbOpen() failed
   #easly think that this error is not important it's seem to be when
   it's trying to remove the #easlyold install.
   Where would you like to install the VMware Management UI
   [/home/vmware/mui] :
   Starting to untar the image to /home/vmware/mui
   Finished untar.
   Configuring httpd.conf to run Apache as:
 User: 'www' and Group: 'www'
The installer is not able to find the directory where the 'init'
   scripts reside.
The directory should contain init.d/, and from rc0.d/ to rc6.d/
These directories are not in any of the standard locations:
'/sbin/init.d', '/etc/rc.d/init.d', '/etc/init.d'
   , 'This have been changed by /usr/local/etc/rc.d' As a result, the
   VMware Management UI Web Server will not automatically
restart when this machine is rebooted.  You can start the VMware
   Management UI
Web Server after a reboot with this command (as root):
/home/vmware/mui/apache/bin/apachectl start
   [Press 'Enter' to continue.] :
   Using Existing SSL Certificate.
   /home/vmware/mui/apache/bin/httpd: error while loading shared
   libraries: /lib/libdb.so.3: ELF file OS ABI invalid
   /home/vmware/mui/apache/bin/httpd: exit status 127
   Starting web server.
   /home/vmware/mui/apache/bin/httpd: error while loading shared
   libraries: /lib/libdb.so.3: ELF file OS ABI invalid
   /home/vmware/mui/apache/bin/apachectl start: httpd could not be
   started
   WARNING:  Can't start the apache web server.
   The VMware Management UI has been successfully installed.
   To use the VMware Management UI setup tools, point your browser to:
   [1]http://xxx.syrs.com:8856/login
   To un-install the VMware Management UI, please run:
   /home/vmware/mui/bin/vmware-uninstall-mui.pl

   In this way i' been unable to run the apache server and run vmware GSX

   If anyone  have idea on how to make it working or if any of you had
   sucessfully installed vmware GSX under FreeBSD let me know what you
   did :)

   P.S.: I'll try to dl an other source of the libdb.so.3 maybe

Re: Mozilla Thunderbird under Linux compatibility?

2003-07-26 Thread David Gerard
David Gerard ([EMAIL PROTECTED]) [030724 06:05]:

 I'm trying to run a current Thunderbird build for Linux under compatibility. 
 It's quitting with:
 [EMAIL PROTECTED]:~ $ ./thunderbird/thunderbird
 ./thunderbird/thunderbird-bin: error while loading shared libraries: 
 libgtk-x11-2.0.so.0: cannot open shared object file: No such file or 
 directory
 [EMAIL PROTECTED]:~ $
 I have installed linux_base-6.1, linux_base-6.1_1 and linux_base-7.1_3. The 
 last of these was enough to make Mozilla Firebird work properly ...
 Anyone else gotten Thunderbird to work?


It turns out that Thunderbird for Linux is compiled against gtk2. My
machine has native gtk2, but evidently it wants a Linux gtk2; and there is
no linux-gtk port for 2, only for 1.2. How annoying! Looks like I'll have
to build it myself. Perhaps someone willl do a port or package for
Thunderbird 0.1, which is coming soon ...


- d.



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Mozilla Thunderbird under Linux compatibility?

2003-07-26 Thread Joe Marcus Clarke
On Sat, 2003-07-26 at 13:44, David Gerard wrote:
 David Gerard ([EMAIL PROTECTED]) [030724 06:05]:
 
  I'm trying to run a current Thunderbird build for Linux under compatibility. 
  It's quitting with:
  [EMAIL PROTECTED]:~ $ ./thunderbird/thunderbird
  ./thunderbird/thunderbird-bin: error while loading shared libraries: 
  libgtk-x11-2.0.so.0: cannot open shared object file: No such file or 
  directory
  [EMAIL PROTECTED]:~ $
  I have installed linux_base-6.1, linux_base-6.1_1 and linux_base-7.1_3. The 
  last of these was enough to make Mozilla Firebird work properly ...
  Anyone else gotten Thunderbird to work?
 
 
 It turns out that Thunderbird for Linux is compiled against gtk2. My
 machine has native gtk2, but evidently it wants a Linux gtk2; and there is
 no linux-gtk port for 2, only for 1.2. How annoying! Looks like I'll have
 to build it myself. Perhaps someone willl do a port or package for
 Thunderbird 0.1, which is coming soon ...

As soon as a tarball is released, I plan on doing a port to accompany
mozilla-firebird.

Joe

 
 
 - d.
 
 
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


Mozilla Thunderbird under Linux compatibility?

2003-07-23 Thread David Gerard
I'm trying to run a current Thunderbird build for Linux under compatibility. 
It's quitting with:

[EMAIL PROTECTED]:~ $ ./thunderbird/thunderbird
./thunderbird/thunderbird-bin: error while loading shared libraries: 
libgtk-x11-2.0.so.0: cannot open shared object file: No such file or 
directory
[EMAIL PROTECTED]:~ $

I have installed linux_base-6.1, linux_base-6.1_1 and linux_base-7.1_3. The 
last of these was enough to make Mozilla Firebird work properly ...

Anyone else gotten Thunderbird to work?

(I'd just use Mozilla 1.4 or 1.5a except that I can't run that and Firebird 
simultaneously ...)


- d.


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


CDROM and Linux compatibility

2002-12-10 Thread Brent J Miller
I'm trying to get VMWare setup on a machine running FBSD 4.7.  I got the 
port installed and can run VMWare and the config wizard etc... however 
it does not see my cdrom.  I verified it is mounted, but there is 
nothing in /compat/linux/dev that points to /dev/acd0c or the mountpoint 
/cdrom, consequently I don't know where to tell VMWare the CDROM is.  
I've searched through the list archives but cannot find any answers.  
Can someone please help?  Thanks very much.

Sincerely,
Brent J Miller  [EMAIL PROTECTED]
==
A truly wise person uses few words.
-- King Solomon, Proverbs 17:27 (NLT)


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: Netiquette (was Re: linux compatibility in 4.7)

2002-10-26 Thread Charles Pelletier
Just thought I'd post this in response to where replies should go:
From How to Get the Best results from FreeBSD-Questions

9.  Put your response in the correct place (after the text to which it
replies). It's very difficult to read a thread of responses where
each reply comes before the text to which it replies.

Charles Pelletier
Tech. Coordinator
St Luke's School




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Netiquette (was Re: linux compatibility in 4.7)

2002-10-26 Thread erk!
On Sat, 26 Oct 2002 01:12:37 -0500
Charles Pelletier [EMAIL PROTECTED] wrote:
 
 9.  Put your response in the correct place (after the text to which it
 replies). It's very difficult to read a thread of responses where
 each reply comes before the text to which it replies.

just to note, the only reason i'd mentioned that is because i was told,
numerous times, that this is how things are preferred here.  it made
sense, to an extent, particularly for those using clients like pine.  on
usenet, it's as above, but when i'd first joined the lists (6+ months
ago), i received several emails telling me not to.

in any case, the one error on my part isn't the point.  the point is, 25
quotes lines with what amounts to a me too response is just
rediculous.  sorry if that ruffles anyone's feathers, but last i
checked, nobody particularly appreciated those types of mails.

to the original person i was replying to, however: i did not mean for my
message to be interpreted as saying *you* are rude, as a person..merely
that those kinds of posts are needlessly full of unnecessary junk, which
is annoying due to slower download times to receive mail, readability,
etc, ad nauseam.  yes, i made a mistake on the top/bottom quoting thing:
i hadn't seen the line that mr. pelletier brought up, and again, i was
only going by what i was told numerous times before.

i'd also like to give thanks to the multiple copies of each email i was
sent, particularly from daleco, who felt his/her point was so
important to express to me, i needed to read it no less than 4 times.

- erk!

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: linux compatibility in 4.7

2002-10-25 Thread Alex


Monday, October 21, 2002, 9:51:46 PM, you wrote:

 Hi

 During my install of 4.7-RELEASE I selected Linux compatibility.  I saw a 
 message saying that it was istalling 6.1_3.  I was surprised, and a little 
 bit miffed, because 4.7 was supposed to have upgraded Linux compatibility to 
 7.1.

 After the install, I checked on what packages where installed and I saw
 linux_base-6.1_3 *AND* linux_base-7.1_1!  Now I am confused.  Are there 
 actually two packages?  I would have thought that 7.1 would be backward 
 compatible, so a 6.1 would not be necessary.  Is that not the case?

 Can anyone explain, and maybe shed some further light on this?

 Thanks!


 (c) Copyright 2002  John Daniels.  All rights reserved.




 _
 Choose an Internet access plan right for you -- try MSN! 
 http://resourcecenter.msn.com/access/plans/default.asp


 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message

Dear John,

I'm not sure, but my guess is that linux_base-6.1_3 isn't necessary
and got installed by some form of minor bug.

-- 
Best regards,
Alex

The FreeBSD handbook
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html

How to get the best results from FreeBSD-Questions
http://www.lemis.com/questions.html


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Netiquette (was Re: linux compatibility in 4.7)

2002-10-25 Thread erk!
in the future, PLEASE trim the text you're quoting, and put your reply
above the quote.  we shouldn't have to scroll through 20 rows of text,
including the entirety of the original post, just to see your reply. 
cutting out the MSN ad would've been nice, too.

i don't even use a console-only mail reader anymore, and i still find
this to be incredibly rude.

a good rule of thumb: if the text you're quoting is larger than your
reply, rethink it or don't post it.

- erk

 Dear John,
 
 I'm not sure, but my guess is that linux_base-6.1_3 isn't necessary
 and got installed by some form of minor bug.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Netiquette (was Re: linux compatibility in 4.7)

2002-10-25 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2002-10-25 09:41:00 -0700:
 in the future, PLEASE trim the text you're quoting,

agreed.

 and put your reply above the quote.

whoa! not agreed unless you're posting to a mailing list read
exclusively by people used to reading from bottom to top.
are *you* used to reading books from right to left?

  Dear John,
  
  I'm not sure, but my guess is that linux_base-6.1_3 isn't necessary
  and got installed by some form of minor bug.

-- 
If you cc me or take the list(s) out completely I'll most likely
ignore your message.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Netiquette (was Re: linux compatibility in 4.7)

2002-10-25 Thread Jerry McAllister
 
 and put your reply
 above the quote.  we shouldn't have to scroll through 20 rows of text,
 including the entirety of the original post, just to see your reply. 

You have that one backwards.  Text should flow logically from top to
bottom starting with original post (appropriately trimmed) through 
relevant other responses (again appropriately trimmed) down to the
most recent response.

 cutting out the MSN ad would've been nice, too.

That would be nice.

jerry

 
 - erk
 
  Dear John,
  


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Netiquette (was Re: linux compatibility in 4.7)

2002-10-25 Thread Alex
Hello/Beste erk!,

Friday, October 25, 2002, 6:41:00 PM, you wrote:

 in the future, PLEASE trim the text you're quoting

The text it self wasn't that large. So i don't think this is wrong.
Plus I that leaving it would give someone else a better change at
understanding the question.
(http://www.lemis.com/questions.html#answer see number 7)

 , and put your reply above the quote.

There is a document (about these specific mailing lists) that suggest
to put it at the bottom. (I'll continue doing so.) I feel it would be
better to simply place them at the bottom.
(http://www.lemis.com/questions.html#answer see number 9)

The same document suggest not to put these kind of mail on the list.
(http://www.lemis.com/questions.html#answer see number 11)

 we shouldn't have to scroll through 20 rows of text,
 including the entirety of the original post, just to see your reply. 
 cutting out the MSN ad would've been nice, too.

I agree on the MSN part.

 i don't even use a console-only mail reader anymore, and i still find
 this to be incredibly rude.

I thought i was friendly, not rude!!

 a good rule of thumb: if the text you're quoting is larger than your
 reply, rethink it or don't post it.

There are a lot of detailed questions with simple answers. I don't see
way this couldn't apply to this one. I waited a couple of days (just
as a other writing suggested) for someone to come up with a better
answer. Since no one did I gave my thoughts.
(http://www.lemis.com/questions.html#answer number 5)

Nobody is perfect. This include you and me! I feel that you make to
much fuss out of this.

-- 
Best regards/Met vriendelijke groet,
Alex


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: SVR4 -- Linux compatibility

2002-09-19 Thread GB Clark

On Tue, 17 Sep 2002 23:44:13 +
Weston M. Price [EMAIL PROTECTED] wrote:

 Hello,
   I am trying to run a few applications, most notably Eclipse 2.0.1 and 
 Netscape7 (the FreeBSD port). Each time I try and start an app I get the 
 following error
 
 ELF interpreter /compat/svr4/lib/ld-linux.so.2 not found
 
 The library does exist just not where the application(s) are looking. Can 
 anyone give me a hint as to how the dynamic linker works with these types of 
 applications. The real confusion for me is the svr4 part, I am just not sure 
 why these applications are looking there. 
 
 Thanks. 
 
 Weston
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
 
 

I had the same problems.  I ended up having to remove SVR4 compat from my system.  If 
you
unload the two modules (streams and svr4) then it will work.  Since I don't use the 
SVR4 stuff,
I have not taken a look further.  Looks like a launcher problem, but it has been years 
since I looked
at that stuff and well...:(
 
GB

-- 
GB Clark II | Roaming FreeBSD Admin
[EMAIL PROTECTED] | General Geek 
   CTHULU for President - Why choose the lesser of two evils?

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message