Wine-fbsd64 updated to 1.5.12 (32bit Wine for 64bit FreeBSD)

2012-09-01 Thread David Naylor
Hi,

Packages [1] for wine-fbsd64-1.5.12 have been uploaded to mediafire [2].  The 
packages for FreeBSD 10 use the pkgng [3] format.  

There are many reports that wine does not work with a clang compiled world
(help in fixing this problem is appreciated as it affects quite a few users).

The patch [4] for nVidia users is now included in the package and is run on
installation (if the relevant files are accessible).  Please read the
installation messages for further information.

Regards,

David

[1]
 MD5 (wine-1.5.x-freebsd8/wine-fbsd64-1.5.12,1.tbz) = 
335ef444a2f6f375dd22cf932b651919
 MD5 (wine-1.5.x-freebsd9/wine-fbsd64-1.5.12,1.txz) = 
e06673c4ab9a0bb82a7d48dad5b8877f
 MD5 (wine-1.5.x-freebsd10/wine-fbsd64-1.5.12,1.txz) = 
aafe06b15176f810c25cbf708c11aabb
[2] http://www.mediafire.com/wine_fbsd64
[3] http://wiki.freebsd.org/pkgng
[4] The patch is located at /usr/local/share/wine/patch-nvidia.sh


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


Different take on old FAQ: multihoming and source-based routing

2012-09-01 Thread Ben Cottrell
Hi everyone,

I've been doing a lot of google searching recently for variants of
freebsd source-based routing to look for how to get a dual-homed
FreeBSD machine to send to the correct default gateway based on the
source address of the packets it's expecting that gateway to pass along.
You can't send a packet with a Comcast source address to the ATT
default gateway and expect it to actually make it out onto the public
internet, etc.

Universally, the posts I've been finding that discuss this always
recommend creating multiple routing tables with options ROUTETABLES=...
which I wasn't willing to do, because my wild youthful kernel-recompiling
days are over -- these days I like the advantages that come with using a
pure GENERIC kernel. :-)

So, today I tried the following /etc/pf.conf:

 if = bge0
 v4_addr_1 = 173.228.91.225
 v4_net_1 = 173.228.91.0/24
 v4_gw_1 = 173.228.91.1
 v4_addr_2 = 50.193.24.82
 v4_net_2 = 50.193.24.80/28
 v4_gw_2 = 50.193.24.94
 
 pass out quick on $if route-to ($if $v4_gw_1) inet from $v4_addr_1 to 
 !$v4_net_1 no state
 pass out quick on $if route-to ($if $v4_gw_2) inet from $v4_addr_2 to 
 !$v4_net_2 no state
 #pass out quick on $if route-to ($if $v6_gw_1) inet6 from $v6_addr_1 to 
 !$v6_net_1 no state
 
 pass all no state

I guess my setup is a bit simpler than the norm because I only have
one physical interface, that both networks are on. But... by Jove,
it seems to be working!

Is there something I'm missing? Is this going to break in some subtle
edge case that I'm just not seeing?

If it really is this simple, why does everyone keep recommending
the options ROUTETABLES approach?

Thanks,

~Ben___
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


Wrong version of sources?

2012-09-01 Thread Walter Hurry
I am having trouble with virtualbox-ose-additions. This is 9.1-RC1 on 
amd64 in a VirtualBox VM.

It builds from the port (DISTVERSION= 4.1.20), but on reboot, the kernel 
module refuses to load,, complaining of a version mismatch with the 
kernel.

When I install the binary version (4.1.18) using 'pkg_add -r' it is fine.

This induces me to suspect that I have the wrong version of the kernel 
sources installed. I installed the source tree with csup. My standard-
supfile (copied from examples with only the default host changed) says 
'tag=RELENG_9'.

I must be doing something wrong, but what? Please forgive me if this is a 
silly question; I am fairly new to FreeBSD, being a refugee from 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


Curso INTENSIVO en Medicina INTEGRATIVA - Sede: AMA

2012-09-01 Thread AAMI Medicina Integrativa
Si no visualiza correctamente este boletín, haga 

click aquí 
(Link-http://www.medicinaintegrativa.org.ar/newsletters/2012ama/news01.html) .

Compartír esta publicación

(Link-http://www.facebook.com/share.php?u=http%3A%2F%2Fv2.envialosimple.com%2Fcampaign%2Fhtmlversion%3FAdministratorID%3D12453%26CampaignID%3D37%26s%3Db91a6de2f3beaafc49d4f66f609949e3t=Curso%20INTENSIVO%20en%20Medicina%20INTEGRATIVA%20-%20Sede%3A%20AMAv=3unique=0)
 

(Link-http://v2.envialosimple.com/campaign/forward?AdministratorID=12453CampaignID=37StatisticID=17MemberID=36617s=a78c2e7e56c6b8adbc6eb1f9ef83c484isDemo=0)
 

Para desuscribirse de nuestra lista haga 

Click aquí 
(Link-http://v2.envialosimple.com/member/publicunsubscribe?AdministratorID=12453MemberID=36617StatisticID=17CampaignID=37isDemo=0MailListsIds[]=2MailListsIds[]=3MailListsIds[]=4MailListsIds[]=5MailListsIds[]=6MailListsIds[]=8MailListsIds[]=9MailListsIds[]=10MailListsIds[]=11MailListsIds[]=13MailListsIds[]=14s=a4dc05fe1c9c84f90e66b00870cc73c2)
___
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: Wine-fbsd64 updated to 1.5.12 (32bit Wine for 64bit FreeBSD)

2012-09-01 Thread alphachi
2012/9/1 David Naylor naylor.b.da...@gmail.com

 Hi,

 Packages [1] for wine-fbsd64-1.5.12 have been uploaded to mediafire [2].
  The
 packages for FreeBSD 10 use the pkgng [3] format.

 There are many reports that wine does not work with a clang compiled world
 (help in fixing this problem is appreciated as it affects quite a few
 users).

 The patch [4] for nVidia users is now included in the package and is run on
 installation (if the relevant files are accessible).  Please read the
 installation messages for further information.

 Regards,

 David

 [1]
  MD5 (wine-1.5.x-freebsd8/wine-fbsd64-1.5.12,1.tbz) =
 335ef444a2f6f375dd22cf932b651919
  MD5 (wine-1.5.x-freebsd9/wine-fbsd64-1.5.12,1.txz) =
 e06673c4ab9a0bb82a7d48dad5b8877f
  MD5 (wine-1.5.x-freebsd10/wine-fbsd64-1.5.12,1.txz) =
 aafe06b15176f810c25cbf708c11aabb
 [2] http://www.mediafire.com/wine_fbsd64
 [3] http://wiki.freebsd.org/pkgng
 [4] The patch is located at /usr/local/share/wine/patch-nvidia.sh

Hi David,

I have pkg_add wine-fbsd64-1.5.12,1.txz and run /usr/local/share/wine/patch-
nvidia.sh; everything is OK.

When running wine, the error msg is:
wine: failed to initialize: /usr/local/lib32/wine/ntdll.dll.so: Undefined
symbol _ThreadRuneLocale

What shall I do? Thanks!
___
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: Wrong version of sources?

2012-09-01 Thread Alexander Kapshuk

On 09/02/2012 03:21 AM, Walter Hurry wrote:

My standard-
supfile (copied from examples with only the default host changed) says
'tag=RELENG_9'.
   

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvs-tags.html
RELENG_9
The line of development for FreeBSD-9.X, also known as FreeBSD 9-STABLE

You're running 9.1-RC1, which doesn't have the RELENG_9_1 tag available 
yet, as this is a release candidate. Thus the trouble when compiling 
VBox from sources.


Have you rebuilt your kernel and the world once you'd pulled in the 
sources for RELENG_9?


Anyway, that's my take on it.

Alexander Kapshuk.

___
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