Re: Mounting FreeBSD partitions from DragonFly?

2005-12-16 Thread Jonathan Fosburgh
On Friday 16 December 2005 08:10 pm, walt wrote: > Anyone aware of recent changes to FreeBSD-current which might > prevent the use of FBSD partitions from DragonFly. > > I follow FreeBSD-current on a casual basis and I find after my > last update of FBSD that GRUB will no longer read from the FBSD

Mounting FreeBSD partitions from DragonFly?

2005-12-16 Thread walt
Anyone aware of recent changes to FreeBSD-current which might prevent the use of FBSD partitions from DragonFly. I follow FreeBSD-current on a casual basis and I find after my last update of FBSD that GRUB will no longer read from the FBSD partiton, and DFly will also no longer mount the FBSD part

Re: DMA Mode

2005-12-16 Thread Sascha Wildner
Ezra Drummond wrote: I have a Dell inspiron 6000 laptop, which i am trying to set dma mode for the dvd+rw drive. I add "ata.atapi_dma=1" to loader.conf but the system just ignore it. Any hints would be very much appreciated. ps: FreeBSD 6.0 set dma automatically without me adding anything to loa

pkgsrc/courier-imap

2005-12-16 Thread Tomas
Hello, all. I am trying to configure mail system with courier-imap + pgsql in a jail. I had that already made with df-ports, but since DF's default is pkgsrc, I thought I'd give it a try. After compiling etc. etc., configuring, googling...I still do not have a solution to my problem...which

DMA Mode

2005-12-16 Thread Ezra Drummond
Hi I have a Dell inspiron 6000 laptop, which i am trying to set dma mode for the dvd+rw drive. I add "ata.atapi_dma=1" to loader.conf but the system just ignore it. Any hints would be very much appreciated. ps: FreeBSD 6.0 set dma automatically without me adding anything to loader.conf.

Re: NIS setup

2005-12-16 Thread Chuck Tuffli
I added a couple of printf's to ypbind.c in the function yp_restricted_mode() to verify that the -S option isn't ignored and that gethostbyname() resolved the hostnames passed into the program. What else can I check? Tnx. ---chuck On 12/16/05, Chuck Tuffli <[EMAIL PROTECTED]> wrote: > On 16 Dec 2

Re: NIS setup

2005-12-16 Thread Chuck Tuffli
On 16 Dec 2005 15:51:27 GMT, Oliver Fromme <[EMAIL PROTECTED]> wrote: ... > It looks like the ypbind command is ignoring the -S option, > which happens when the hostnames (at least one of them) > cannot be resolved. ... > To fix the problem, be sure that the hostnames in the -S > option are resolva

Re: NIS setup

2005-12-16 Thread Oliver Fromme
Chuck Tuffli <[EMAIL PROTECTED]> wrote: > nis_client_enable="YES" > nisdomainname="sierra" > nis_client_flags="-S sierra,earth,mercury" > > sldev12-l# ypwhich > ypwhich: can't yp_bind: reason: Domain not bound > > I doubled checked and both ypbind and portmap are running. In trying > ran

Re: show individual cpu usage?

2005-12-16 Thread Hiten Pandya
Jeremy C. Reed wrote: procps top(1) used on Linux can show individual CPUs like: Tasks: 74 total, 3 running, 71 sleeping, 0 stopped, 0 zombie Cpu0 : 95.5% user, 4.2% system, 0.0% nice, 0.3% idle, 0.0% IO-wait Cpu1 : 95.5% user, 3.2% system, 0.0% nice, 1.3% idle, 0.

Re: show individual cpu usage?

2005-12-16 Thread Hiten Pandya
Matthew Dillon wrote: The statistics are collected by statclock(), which is run from a systimer on each cpu The data is available on a per-cpu basis via the cputime_percpu[] array and a sysctl aggregates it all together. It would not be difficult to add a sysctl that return

Re: Fwd: How do I instal Dragonfly BSD from a hard drive - rather than CD?

2005-12-16 Thread Hiten Pandya
Emiel Kollof wrote: Hi guys, Forwarded to the users list (The forwarded post is below) and also a reply to this guy. I know it's a troll, but I thought it was way too funny for you guys to miss. It nearly made me choke on my morning coffee. This guy owes me a new keyboard because coffee | nos

Re: Fwd: How do I instal Dragonfly BSD from a hard drive - rather than CD?

2005-12-16 Thread Steve O'Hara-Smith
On Fri, 16 Dec 2005 13:50:28 +0100 Erik Wikström <[EMAIL PROTECTED]> wrote: > On 2005-12-16 12:34, Martin P. Hellwig wrote: > > Thank you a lot Emiel ... so ... anybody got a good idea how to get that > > caffeine beverage out of your laptop, my hard drive is making slurpy > > noises ;-) > > T

Re: Fwd: How do I instal Dragonfly BSD from a hard drive - rather than CD?

2005-12-16 Thread Erik Wikström
On 2005-12-16 12:34, Martin P. Hellwig wrote: Emiel Kollof wrote: Hi guys, Forwarded to the users list (The forwarded post is below) and also a reply to this guy. I know it's a troll, but I thought it was way too funny for you guys to miss. It nearly made me choke on my morning coffee. This g

Re: Fwd: How do I instal Dragonfly BSD from a hard drive - rather than CD?

2005-12-16 Thread Martin P. Hellwig
Emiel Kollof wrote: Hi guys, Forwarded to the users list (The forwarded post is below) and also a reply to this guy. I know it's a troll, but I thought it was way too funny for you guys to miss. It nearly made me choke on my morning coffee. This guy owes me a new keyboard because coffee | nos

Re: Fwd: How do I instal Dragonfly BSD from a hard drive - rather than CD?

2005-12-16 Thread Marcin Jessa
On Fri, 16 Dec 2005 11:11:56 +0100 "Simon 'corecode' Schubert" <[EMAIL PROTECTED]> wrote: > Emiel Kollof wrote: > > Hey, you got this as well? Haha. That's a cool christmas present. > > > it was way too funny > > Most definitely, yes :D Actually what he wants is a pretty simple thing to do a

Re: Fwd: How do I instal Dragonfly BSD from a hard drive - rather than CD?

2005-12-16 Thread Simon 'corecode' Schubert
Emiel Kollof wrote: Hey, you got this as well? Haha. That's a cool christmas present. it was way too funny Most definitely, yes :D -- Forwarded Message -- Subject: How do I instal Dragonfly BSD from a hard drive - rather than CD? Date: Friday 16 December 2005 04:31 From

Re: show individual cpu usage?

2005-12-16 Thread Matthew Dillon
:procps top(1) used on Linux can show individual CPUs like: : :Tasks: 74 total, 3 running, 71 sleeping, 0 stopped, 0 zombie : Cpu0 : 95.5% user, 4.2% system, 0.0% nice, 0.3% idle, 0.0% IO-wait : Cpu1 : 95.5% user, 3.2% system, 0.0% nice, 1.3% idle, 0.0% IO-wait : :I d

Fwd: How do I instal Dragonfly BSD from a hard drive - rather than CD?

2005-12-16 Thread Emiel Kollof
Hi guys, Forwarded to the users list (The forwarded post is below) and also a reply to this guy. I know it's a troll, but I thought it was way too funny for you guys to miss. It nearly made me choke on my morning coffee. This guy owes me a new keyboard because coffee | nose > keyboard. Heck fo