Re: network with two gateways and one network card

2012-01-12 Thread Fbsd8
Jack Raats wrote: I have a question. Perhaps someone can point me to a solution. I have a server running FreeBSD 7.4-STABLE with one network card running ezjail My network has two gateways. The host is running as 10.10.10.10 netmask 255.255.255.0 with gateway 10.10.10.1 The jail must be running

Re: BSD equivalent of GNU/Linux cp -rpu ?

2012-01-12 Thread perryh
Matthew Seaman wrote: > For a nice backup system that works using rsync and that preserves > filesystem history in a space efficient way by cunning use of hard > links, take a look at rsnapshot -- http://rsnapshot.org/ Also in ports: sysutils/rsnapshot ___

3.6.13 firefox fonts are blurred on my 8.2 freebsd

2012-01-12 Thread akshay sreeramoju
Hi, I am running a freebsd 8.2 and it is fun. But firefox displays its fonts blurred. Can any one guide/point me on how to correct this? A snapshot of my screen is here: http://tinypic.com/r/vhar82/5 Thanks, Akshay ___ freebsd-questions@freebsd.org ma

Re: mkisofs increasing iso size by 100 MB

2012-01-12 Thread Amitabh Kant
On Wed, Jan 11, 2012 at 9:49 PM, Jan Henrik Sylvester wrote: > On 01/-10/-28163 20:59, Amitabh Kant wrote: > >> I am trying to customise the bsdinstall auto script. I can mount the iso >> (amd64 arch / 9.0 RELEASE) and change the shell script as per my >> requirement. Once I try to re-create the

Re: 3.6.13 firefox fonts are blurred on my 8.2 freebsd

2012-01-12 Thread Volodymyr Kostyrko
akshay sreeramoju wrote: Hi, I am running a freebsd 8.2 and it is fun. But firefox displays its fonts blurred. Can any one guide/point me on how to correct this? A snapshot of my screen is here: http://tinypic.com/r/vhar82/5 This pic is awful, can you post a better one? -- Sphinx of black qu

Re: mkisofs increasing iso size by 100 MB

2012-01-12 Thread Amitabh Kant
On Thu, Jan 12, 2012 at 2:48 PM, Amitabh Kant wrote: > On Wed, Jan 11, 2012 at 9:49 PM, Jan Henrik Sylvester wrote: > >> On 01/-10/-28163 20:59, Amitabh Kant wrote: >> >>> I am trying to customise the bsdinstall auto script. I can mount the iso >>> (amd64 arch / 9.0 RELEASE) and change the shell

Sales Enquiry

2012-01-12 Thread Matt
Hi = ; <= o:p> I would like introduce my company Stocklot World = Ltd, buyers of surplus stock situations . Excess stock is a problem that many= business owners and managers don’t embrace as a priority. Excess invento= ry and assets negatively affects cash flow,

Re: little things

2012-01-12 Thread Mike Woods
Quoting Dan Nelson : As far as network traffic info, ifconfig is used for configuring interfaces, not monitoring them. The "netstat -ib" command will give you total bytes sent/received per interface, but the best solution is probably to poll them with snmp. Having just been looking into this

Problem installing world in jail template

2012-01-12 Thread bsd
Hi, I am following the FBSD handbook tutorial in order to install the world in my jail template : # cd /usr/src # make installworld DESTDIR=/jails/j/mroot The directory already exists. I have the following errors : > ln -fs libcom_err.so.5 /jails/j/mroot/usr/lib/libcom_err.so > install

Re: Blocking until the network is ready at boot?

2012-01-12 Thread Lowell Gilbert
kpn...@pobox.com writes: > What's the correct way to get the rc.d scripts to block until the > network interface is _fully_ ready to carry traffic? According to rc.conf(5), netwait_enable is what you want. ___ freebsd-questions@freebsd.org mailing list

Re: Blocking until the network is ready at boot?

2012-01-12 Thread Dennis Glatting
On Thu, 2012-01-12 at 09:57 -0500, kpn...@pobox.com wrote: > What's the correct way to get the rc.d scripts to block until the > network interface is _fully_ ready to carry traffic? > > The problem I'm having is that the ifconfig of the interface completes > but the port hasn't reached "status: ac

Clarification about AMD64 port for Core Duo

2012-01-12 Thread Frank Lay
Hello, The CURRENT (9.0R) release notes have the following to say about the AMD64 port: -->8- As of this writing, the following processors are supported: ... * All Intel Core 2 (not Core Duo) and later processors ... -

Re: Blocking until the network is ready at boot?

2012-01-12 Thread Lowell Gilbert
kpn...@pobox.com writes: > On Thu, Jan 12, 2012 at 10:09:00AM -0500, Lowell Gilbert wrote: >> kpn...@pobox.com writes: >> >> > What's the correct way to get the rc.d scripts to block until the >> > network interface is _fully_ ready to carry traffic? >> >> According to rc.conf(5), netwait_enable

NFSv4 and file locking

2012-01-12 Thread Leon Meßner
Hi, Does anyone know what you have to do to get locking working under NFSv4? I tried the following: # mount_nfs -o nfsv4,sec=sys ip.nfsv4:/nfstest /mnt/test # mount | grep ip.nfsv4 ip.nfsv4:/nfstest on /mnt/test (newnfs) # kldstat | grep nfs 62 0x8103f000 1015fnfscommon.ko 91

Re: Clarification about AMD64 port for Core Duo

2012-01-12 Thread Dan Nelson
In the last episode (Jan 12), Frank Lay said: > The CURRENT (9.0R) release notes have the following to say about the AMD64 > port: > > -->8- > As of this writing, the following processors are supported: > ... > * All Intel Core 2 (not Cor

Re: Clarification about AMD64 port for Core Duo

2012-01-12 Thread Erik Trulsson
On Thu, Jan 12, 2012 at 04:02:21PM +, Frank Lay wrote: > Hello, > > The CURRENT (9.0R) release notes have the following to say about the > AMD64 port: > > -->8- > As of this writing, the following processors are supported: > ... > *

Re: Clarification about AMD64 port for Core Duo

2012-01-12 Thread Frank Lay
On 12/01/12 17:03, Erik Trulsson wrote: The later Core 2 series supports both 64-bit and 32-bit operation and became quite popular, and I am fairly certain that most of the people you say you have seen claiming to run FreeBSD with a Core Duo are actually using a Core 2 Duo. As for your own C2D E

RE: Blocking until the network is ready at boot?

2012-01-12 Thread Devin Teske
> -Original Message- > From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd- > questi...@freebsd.org] On Behalf Of Lowell Gilbert > Sent: Thursday, January 12, 2012 8:37 AM > To: kpn...@pobox.com > Cc: freebsd-questions@freebsd.org > Subject: Re: Blocking until the network is rea

Re: Problem installing world in jail template

2012-01-12 Thread bsd
Le 12 janv. 2012 à 17:29, ss griffon a écrit : > On Thu, Jan 12, 2012 at 8:09 AM, bsd wrote: >> Hi, >> >> >> I am following the FBSD handbook tutorial in order to install the world in >> my jail template : >> >> # cd /usr/src >> # make installworld DESTDIR=/jails/j/mroot >> >> >> The direc

Re: 3.6.13 firefox fonts are blurred on my 8.2 freebsd

2012-01-12 Thread akshay sreeramoju
Hi Volodymyr, The image shows, (not sure how bad it is showing for you), more or less the display I get from firefox and emacs. I will try to send a more detailed image tonight. Thanks for your attention. Akshay On Thu, Jan 12, 2012 at 1:31 AM, Volodymyr Kostyrko wrote: > akshay sreeramoju wro

Re: 3.6.13 firefox fonts are blurred on my 8.2 freebsd

2012-01-12 Thread Chuck Swiger
Hi-- On Jan 12, 2012, at 11:38 AM, akshay sreeramoju wrote: > The image shows, (not sure how bad it is showing for you), more or less the > display I get from firefox and emacs. I will try to send a more detailed > image tonight. You appear to be running in an 8 or 16-bit color mode; what does "x

Re: Browser

2012-01-12 Thread Allen
On 1/4/2012 7:17 AM, Daniel Lewis wrote: > Im running Free BSD 8.2 and was wondering whats a good web browser for > version 8.2? I saw about 10 replies to your question already, but I haven't really read them. I'm pretty sure a good portion of them, are going to say basically "It depends on what y

Sound on the system briefly interrupts when kde4 switches windows with nvidia card

2012-01-12 Thread Yuri
I have kde4 on 8.2 with translucency windows effect enabled and nvidia graphics driver. Not every time, but with about 50% chance sound played by mplayer interrupts for ~0.5 sec when I maximize some window (ex chromium browser). Is this likely a bug in nvidia driver that it locks up the syste

Re: Problem installing world in jail template [Solved] 

2012-01-12 Thread bsd
Le 12 janv. 2012 à 19:46, bsd a écrit : > > Le 12 janv. 2012 à 17:29, ss griffon a écrit : > >> On Thu, Jan 12, 2012 at 8:09 AM, bsd wrote: >>> Hi, >>> >>> >>> I am following the FBSD handbook tutorial in order to install the world in >>> my jail template : >>> >>> # cd /usr/src >>> # make

Re: Browser

2012-01-12 Thread Chad Perrin
On Wed, Jan 04, 2012 at 02:30:46PM -0800, Gary Kline wrote: > > i hope this isn't too far offtopic, but here's the > situation: i need a tts reader to read text to me in some > cases. i have been using one that is good-enough. but it's > author says that this firefox 'add

Install freezes (FreeBSD9) on ProLiant BL465c G1

2012-01-12 Thread Ewald Jenisch
Hi, I'm having a hard time trying to install FreeBSD9 (64bit) onto a HP ProLiant BL465c G1 (Blade-System): The boot process (booting from CD) runs up to the point where it says usbus0: 12Mbps Full Speed USB v1.0 usbus1: 12Mbps Full Speed USB v1.0 usbus3: 12Mbps Full Speed USB v1.0 usbus3: 480Mbp

Re: Browser

2012-01-12 Thread Chad Perrin
On Wed, Jan 04, 2012 at 08:48:35PM +, Peter Harrison wrote: > > First impressions of xxxterm are that it's very good. The keybinding is > quite as good as uzbl or vimperator on firefox, but it's live-able > with, and it seems to have fewer performance or configuration > downsides. I've been u

Re: Browser

2012-01-12 Thread George Liaskos
On Thu, Jan 12, 2012 at 10:51 PM, Chad Perrin wrote: > On Wed, Jan 04, 2012 at 02:30:46PM -0800, Gary Kline wrote: >> >>       i hope this isn't too far offtopic, but here's the >>       situation: i need a tts reader to read text to me in some >>       cases.  i have been using one that is good-e

Re: (no subject)

2012-01-12 Thread Kevin Kinsey
On Wed, Jan 11, 2012 at 04:43:03AM +0200, Rares Aioanei wrote: > On 01/11/2012 02:25 AM, Glen Davenport wrote: > >My name is Glen Davenport. I am trying to download freebsd but haven't a > >clue as to how the FTP function works.When I go to download I am given a > >directory listing. Needless to

Re: (no subject)

2012-01-12 Thread Aaron Kaufman
Glen, You have to download the ISO and either burn it to a CD or use a USB key. Google "how to burn ISO" The handbook can walk you through the installation. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install.html http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-di

Ports with modern compilers

2012-01-12 Thread Dmitry Sarkisov
Hello list, I'd like to try building my ports with features and optimizations modern complers provide. A couple of q. here: 1. What's the safest (less painful) way to go - build with fresh gcc or clang/llvm? 2. Is it ok to build new ports with new compiler, while already having a bunch of them

Re: Ports with modern compilers

2012-01-12 Thread Chuck Swiger
On Jan 12, 2012, at 8:53 PM, Dmitry Sarkisov wrote: > Hello list, > > I'd like to try building my ports with features and optimizations modern > complers provide. > A couple of q. here: > > 1. What's the safest (less painful) way to go - build with fresh gcc or > clang/llvm? For portable code,

Re: Ports with modern compilers

2012-01-12 Thread Chuck Swiger
Hi-- On Jan 12, 2012, at 8:53 PM, Dmitry Sarkisov wrote: > Hello list, I'd hope that you are reading the list; as your address bounces: Begin forwarded message: > From: postmas...@mac.com > Date: January 12, 2012 9:07:37 PM PST > To: cswi...@mac.com > Subject: Delivery Notification: Delivery has

wireless and/or routing question

2012-01-12 Thread Waitman Gobble
Hello, I am running 9.0-RC3 i386 on an Acer Aspire One D150. i am having trouble with the wireless setup. I have two wireless cards, the BCM94312MCG that came with it, and an Atheros 5424/2424 that i swapped out. I can run the BCM with ndis and the windows xp driver, and the Atheros with the ath

Re: wireless and/or routing question

2012-01-12 Thread Waitman Gobble
On Thu, Jan 12, 2012 at 9:29 PM, Waitman Gobble wrote: > Hello, > > I am running 9.0-RC3 i386 on an Acer Aspire One D150. i am having trouble > with the wireless setup. > > Hi, update- i noticed if i start routed it complains... p00ntang# routed p00ntang# routed: wlan0 (10.0.0.21/24) is duplicat

Re: wireless and/or routing question

2012-01-12 Thread Da Rock
On 01/13/12 15:29, Waitman Gobble wrote: Hello, I am running 9.0-RC3 i386 on an Acer Aspire One D150. i am having trouble with the wireless setup. I have two wireless cards, the BCM94312MCG that came with it, and an Atheros 5424/2424 that i swapped out. I can run the BCM with ndis and the windo

Re: wireless and/or routing question

2012-01-12 Thread Waitman Gobble
On Thu, Jan 12, 2012 at 10:04 PM, Da Rock < freebsd-questi...@herveybayaustralia.com.au> wrote: > On 01/13/12 15:29, Waitman Gobble wrote: > >> Hello, >> >> I am running 9.0-RC3 i386 on an Acer Aspire One D150. i am having trouble >> with the wireless setup. >> >> I have two wireless cards, the BC

Re: wireless and/or routing question

2012-01-12 Thread Da Rock
On 01/13/12 17:11, Waitman Gobble wrote: On Thu, Jan 12, 2012 at 10:04 PM, Da Rock< freebsd-questi...@herveybayaustralia.com.au> wrote: On 01/13/12 15:29, Waitman Gobble wrote: Hello, I am running 9.0-RC3 i386 on an Acer Aspire One D150. i am having trouble with the wireless setup. I have