Re: nice man pages?

2011-10-26 Thread Thomas Dickey
On Tue, Oct 25, 2011 at 08:58:19PM -0700, Carl Johnson wrote: > Patrick Lamaiziere writes: > > > Hello, > > > > I use sysutils/most to have nice manual pages in color, that's cool but > > is there a way to do this with the base system (ie without adding port)? > > I use a colorized termcap with

rsync and the ports tree

2011-10-26 Thread Peter Kryszkiewicz
I have several machines installed in my temporary location and only my laptop gets the internet through wireless. So far I've been building ports on the other machines by rsync'ing the distfiles from the laptop as I need them (all machines have the same FreeBSD 8.2 installed). The problem comes af

Re: rsync and the ports tree

2011-10-26 Thread Christer Solskogen
On Wed, Oct 26, 2011 at 12:39 PM, Peter Kryszkiewicz wrote: > I have several machines installed in my temporary location and only my > laptop gets the internet through wireless. So far I've been building ports > on the other machines by rsync'ing the distfiles from the laptop as I need > them (all

Re: Three button mouse emulation

2011-10-26 Thread Polytropon
On Tue, 25 Oct 2011 07:06:08 -1000, Open Slate wrote: > A simple way to enable three button mouse emulation is to put > > mouse_flags=-3 > > in /etc/rc.conf. I always thought it was moused_flags (according to moused), has this been changed, or is it just a typo? On my old system, I had a settin

Re: BSD_10_2011.pdf - typical problem

2011-10-26 Thread Polytropon
On Tue, 25 Oct 2011 18:16:04 -0400 (EDT), Chuck Bacon wrote: > I often receive PDFs which die with gv. I have just downloaded the > current copy of BSD_10_2011.pdf, with stats: > MD5 (BSD_10_2011.pdf) = 69c8b0be7c59870eb41e09b46fa568ba > -just so's you know. > This one causes gv to respond with:

Re: BSD_10_2011.pdf - typical problem

2011-10-26 Thread Warren Block
On Wed, 26 Oct 2011, Polytropon wrote: On Tue, 25 Oct 2011 18:16:04 -0400 (EDT), Chuck Bacon wrote: I often receive PDFs which die with gv. I have just downloaded the current copy of BSD_10_2011.pdf, with stats: MD5 (BSD_10_2011.pdf) = 69c8b0be7c59870eb41e09b46fa568ba -just so's you know. This

Re: rsync and the ports tree

2011-10-26 Thread C. P. Ghost
On Wed, Oct 26, 2011 at 12:39 PM, Peter Kryszkiewicz wrote: > I have several machines installed in my temporary location and only my > laptop gets the internet through wireless. So far I've been building ports > on the other machines by rsync'ing the distfiles from the laptop as I need > them (all

Re: nice man pages?

2011-10-26 Thread Patrick Lamaiziere
Le Tue, 25 Oct 2011 22:43:29 -0400, Robert Huff a écrit : > > I use sysutils/most to have nice manual pages in color, that's > > cool but is there a way to do this with the base system (ie > > without adding port)? > > I believe the answer will be "Not going to happen." Color is > nice

Re: SV: Breakin attempt

2011-10-26 Thread Peter N. M. Hansteen
"Admin ValhallaProjectet" writes: > Probably a bunch of bots. Not very intelligent used. It's a recurring phenomenon, sometimes called the "hail mary cloud" (the odds are overwhelmingly against such things ever succeeding, but they keep trying anyway). > Really messed up my logfiles. I was a bi

Re: nice man pages?

2011-10-26 Thread Carl Johnson
Thomas Dickey writes: > fwiw, without also setting the NC capability (something like NC#35), > it'll confuse curses/ncurses since that conflicts with the normal > color controls. Thanks, I had missed that description in the terminfo(5) manpage. It worked fine without it, but that might have bee

(8.2) share lib and ldconfig problem.

2011-10-26 Thread Patrick Lamaiziere
Hello, 8.2 STABLE/i386 I'm hit by something strange. Basically ldconfig does not take care of some libs in /usr/local/lib/compat/pkg By sample I've updated icu (via portupgrade) and libreoffice does not start anymore. $ libreoffice /libexec/ld-elf.so.1: Shared object "libicuuc.so.46" not foun

Re: nice man pages?

2011-10-26 Thread Carl Johnson
Carl Johnson writes: > Patrick Lamaiziere writes: > >> Hello, >> >> I use sysutils/most to have nice manual pages in color, that's cool but >> is there a way to do this with the base system (ie without adding port)? > > I use a colorized termcap with less, but it also works with > /usr/bin/more.

CARP related trivial question

2011-10-26 Thread Snoop
Hi everybody, I've got a pretty trivial question but I'm kind of disoriented. In the CARP man pages is clearly stated http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/carp.html: __ "To enable support for CARP, the FreeBSD ke

SV: SV: Breakin attempt

2011-10-26 Thread Hasse Hansson
-Oprindelig meddelelse- Fra: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd-questi...@freebsd.org] På vegne af Peter N. M. Hansteen Sendt: den 26 oktober 2011 19:14 Til: freebsd-questions@freebsd.org Emne: Re: SV: Breakin attempt "Admin ValhallaProjectet" writes: > Probably

Re: nice man pages?

2011-10-26 Thread Thomas Dickey
On Wed, Oct 26, 2011 at 10:23:57AM -0700, Carl Johnson wrote: > Thomas Dickey writes: > > > fwiw, without also setting the NC capability (something like NC#35), > > it'll confuse curses/ncurses since that conflicts with the normal > > color controls. > > Thanks, I had missed that description in

Re: CARP related trivial question

2011-10-26 Thread Robison, Dave
On 10/26/2011 12:20, Snoop wrote: Hi everybody, I've got a pretty trivial question but I'm kind of disoriented. In the CARP man pages is clearly stated http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/carp.html: __ "To enab

gthumb: "IRQ's not enabled, falling back to busy waits"

2011-10-26 Thread Marco Beishuizen
Hi, Gthumb core dumps with: ... IRQ's not enabled, falling back to busy waits: 2 0 Segmentation fault (core dumped) ... Does anyone know what this means? Thanks in advance, Marco -- Fortune's Real-Life Courtroom Quote #41: Q: Now, Mrs. Johnson, how was your first marriage terminated? A: By

FreeBSD 9.0-RC1 and DTrace Userland Probes

2011-10-26 Thread Matt Davis
I upgraded my box so that I can rock the userland DTrace probes. I have been following the example at: http://wiki.freebsd.org/DTrace/userland When I am ready to build my test probe, I run 'make' as the example shows. The result of that is the following: cc -O2 -pipe -fno-omit-frame-pointer -s