Re: Cannot build openjdk6 on Fbsd 8.1

2011-01-09 Thread Peter Vereshagin
You'll never silence the voice of the voiceless, freebsd-questions! 2011/01/08 15:34:50 -0500 "John R. Levine" => To Jan Henrik Sylvester : JRL> IcedTeaNPPlugin.h:43:27: error: nsThreadUtils.h: No such file or directory either you have no such file at all, or your compiler can not find it. for

Re: Cannot build openjdk6 on Fbsd 8.1

2011-01-09 Thread Frank Shute
On Sat, Jan 08, 2011 at 03:34:50PM -0500, John R. Levine wrote: > > >java/openjdk6 WITH_WEB will give you the plugin to use with www/firefox. > > I'm trying to build openjdk6, and I get this error message. Any > suggestions? > > R's, > John > > IcedTeaPluginUtils.cc IcedTeaScriptablePluginObje

Re: How to clean system

2011-01-09 Thread Markiyan Kushnir
2011/1/8 Giorgos Keramidas : > On Sat, 8 Jan 2011 23:18:07 +0200, Коньков Евгений wrote: >> Hi >> System have many programs. >> Wanna to upgrade to new version of FBSD >> >> Is it possible to clean system from garbage (all programs, files, >> header files, except configuration files) >> like insta

Re: Cannot build openjdk6 on Fbsd 8.1

2011-01-09 Thread John R. Levine
IcedTeaPluginUtils.cc IcedTeaScriptablePluginObject.cc In file included from IcedTeaJavaRequestProcessor.h:46, from IcedTeaJavaRequestProcessor.cc:41: IcedTeaNPPlugin.h:43:27: error: nsThreadUtils.h: No such file or directory You have to install Firefox first. It contains that

Re: Help with nanobsd.sh??

2011-01-09 Thread Mike Tancsa
On 1/8/2011 7:27 PM, Robert Boyer wrote: > I am trying nanobsd for the first time under 8.1 and have two fairly basic > questions before I go about solving a few issues in my usual brute-force and > wrong way. > > 1)Using a box stock system with a fresh install and the default nanobsd.sh > with

Re: Cannot build openjdk6 on Fbsd 8.1

2011-01-09 Thread Dan Nelson
In the last episode (Jan 09), Frank Shute said: > On Sat, Jan 08, 2011 at 03:34:50PM -0500, John R. Levine wrote: > > > > >java/openjdk6 WITH_WEB will give you the plugin to use with www/firefox. > > > > I'm trying to build openjdk6, and I get this error message. Any > > suggestions? > > > > Ic

Re: mysql-5.5.8 & Postfix/Dovecot

2011-01-09 Thread Alex Dupre
Jerry ha scritto: I have seen it posted here and on the Dovecot forum that upgrading to mysql-5.5.8 on FreeBSD breaks both Postfix and Dovecot. Fixed. -- Alex Dupre ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listi

Re: Cannot build openjdk6 on Fbsd 8.1

2011-01-09 Thread John R. Levine
The nsThreadUtils.h file on my system was installed by the www/libxul port, and java/openjdk6 depends on that when WITH_WEB is set, so it should already be installed on your system as well. If for some reason libxul isn't installed, try manually installing it, then re-run the openjdk6 build. Th

warn messages

2011-01-09 Thread Коньков Евгений
is this critical to have those messages: pkg_add biabam-0.9.7_2.tbz pkg_add: warning: package 'bash-4.1.9' requires 'gettext-0.18.1.1', but 'gettext-0.18_1' is installed pkg_add: warning: package 'biabam-0.9.7_2' requires 'gettext-0.18.1.1', but 'gettext-0.18_1' is installed is here some risk of

Re: warn messages

2011-01-09 Thread David Demelier
On 09/01/2011 19:47, Коньков Евгений wrote: is this critical to have those messages: pkg_add biabam-0.9.7_2.tbz pkg_add: warning: package 'bash-4.1.9' requires 'gettext-0.18.1.1', but 'gettext-0.18_1' is installed pkg_add: warning: package 'biabam-0.9.7_2' requires 'gettext-0.18.1.1', but 'gett

Re: which syslog??? (rsyslog? syslog-ng? or default?)

2011-01-09 Thread krad
On 7 January 2011 22:13, Gary Gatten wrote: > PS: rsyslog can use standard syslog.conf entries, or it has extensions that > enable more cool stuff. > > G > > > -Original Message- > From: owner-freebsd-questi...@freebsd.org [mailto: > owner-freebsd-questi...@freebsd.org] On Behalf Of Aleks

USB and 8.1

2011-01-09 Thread Robert Boyer
I am running release 9.1 under VMware Fusion and it works great - except No USB connections on any USB bus work at all - the kernel sees the connect but then encounters an error and disables the device immediately. Searched around a bit but didn't find anything definitive. Seems like this

Re: Is there a 'Y' (i.e. branch) version of a command pipe?

2011-01-09 Thread Modulok
On 1/8/11, Modulok wrote: > List, > > Is there a command that lets me send standard input to two different > places at the same time? (i.e. non-sequentially.) Think of it like a > pipe character, but with a 'Y' branch instead. Basically, I want to > record standard input to a log file, but also se

Re: USB and 8.1

2011-01-09 Thread Chris Brennan
On Sun, Jan 9, 2011 at 4:26 PM, Robert Boyer wrote: > I am running release 9.1 under VMware Fusion and it works great - > except > > No USB connections on any USB bus work at all - the kernel sees the connect > but then encounters an error and disables the device immediately. > > Searched aro

Just wanted to install vim - had to spend entire day building X11

2011-01-09 Thread Tony Maserati
Hi, I'm just curious - what's the point of including X11 as a dependency to vim? And then making a vim-lite port (which you usually discover after installing X11). How about making it vim and vim-x11 instead? Thanks. ___ freebsd-questions@freebsd.org ma

Re: WPA Supplicant issue (maybe)

2011-01-09 Thread Chris Brennan
On Sat, Jan 8, 2011 at 7:50 PM, Da Rock < freebsd-questi...@herveybayaustralia.com.au> wrote: > Default route is only set once- I had this trouble in the beginning as > well. If you boot on wired or wifi, the route is set to that interface. You > need run route change to reset it to the interface

Re: Just wanted to install vim - had to spend entire day building X11

2011-01-09 Thread Chris Brennan
On Sun, Jan 9, 2011 at 4:19 PM, Tony Maserati wrote: > Hi, > > I'm just curious - what's the point of including X11 as a dependency to > vim? > And then making a vim-lite port (which you usually discover after > installing > X11). How about making it vim and vim-x11 instead? > It's because of gV

Re: WPA Supplicant issue (maybe)

2011-01-09 Thread Polytropon
On Sun, 9 Jan 2011 20:38:02 -0500, Chris Brennan wrote: > Pardon the n00bishness here, but what is lagg0? Got a link? THIS! IS! FREEBSD!!! :-) On FreeBSD, in difference to many "modern" Linusi, you have excellent documentation. If you see some interface you don't know yet, try % apropos

Re: WPA Supplicant issue (maybe)

2011-01-09 Thread Chris Brennan
On Sun, Jan 9, 2011 at 9:07 PM, Polytropon wrote: > On Sun, 9 Jan 2011 20:38:02 -0500, Chris Brennan > wrote: > > Pardon the n00bishness here, but what is lagg0? Got a link? > > THIS! IS! FREEBSD!!! :-) > > Better to have asked then to not ask and remain ignorant. > On FreeBSD, in difference t

ZFS + GPT with root on memory stick and mirrored SATA drives

2011-01-09 Thread Carl Chave
Posting the below for input. The bulk of this is from a guide that Morgan Wesström posted to this list. Some of it is taken from the root on ZFS wiki entries on freebsd.org. Some from a pjd post here: http://blogs.freebsdish.org/pjd/2010/08/06/from-sysinstall-to-zfs-only-configuration/ And then