Re: intel 82579 nic support?

2012-09-08 Thread Harald Schmalzbauer
schrieb Harald Schmalzbauer am 07.09.2012 19:44 (localtime): > ... > not too absurd ;-) But I think I can confirm that you are right and > passthrough with chipset-integrated devices is different (for ESXi), > since the 82579 passed through to a XP-guest doesn't work either! Update: Found a setup

A BSD-licensed internationalization solution?

2012-09-08 Thread Mike Manilone
Hi list, Here are many applications using GNU gettext to provide an internationalized user interface. But I found that there isn't a BSD-licensed gettext. (so BSD apps do not have internationalization?) Is there one? Then I can just switch from gettext to that. Sincerely, Mike Manilone _

Re: FreeBSD 9.1 RC1 and CAM issues with old SCSI drive

2012-09-08 Thread Alexander Motin
Hi. It seems like both of your problems have the same cause: device report wrong size of INQUIRY data, that causes failure on attempt to fetch it. With FreeBSD 9.0 it caused domain validation failures and so reduced transfer rate, on 9.1 it also causes detection failure. I am not sure why det

Re: A BSD-licensed internationalization solution?

2012-09-08 Thread Zhihao Yuan
libintl is LGPL, we don't have license issues against it. -- Zhihao Yuan On Sep 8, 2012 5:41 AM, "Mike Manilone" wrote: > Hi list, > > Here are many applications using GNU gettext to provide an > internationalized user interface. But I found that there isn't a > BSD-licensed gettext. (so BSD app