Re: Where and when /etc/fstab is checking during boot

2012-03-05 Thread Gary Jennejohn
On Sun, 4 Mar 2012 19:32:36 -0500 Robert Simmons rsimmo...@gmail.com wrote: I've just finished working though building a FreeBSD box with an encrypted root partition as mentioned in the geli(8) man page: Ask for the passphrase on boot, before the root partition is mounted. This makes it

Freebsd 9.0 can't detect ethernet card

2012-03-05 Thread Elman
Hallo hacker. I try install freebsd 9.0 in server Hp proliant ML370 G6, in process install, freebsd can't detect ethernet card in automatic. Freebsd doesn't support the ethernet card driver in HP ML370 G6? Thanks Regards. Elman Powered by Telkomsel

Re: Freebsd 9.0 can't detect ethernet card

2012-03-05 Thread Damien Fleuriot
Hello Elman, None of us was born a seer so you might want to tell the model of the network card. On 3/5/12 12:16 PM, Elman wrote: Hallo hacker. I try install freebsd 9.0 in server Hp proliant ML370 G6, in process install, freebsd can't detect ethernet card in automatic. Freebsd doesn't

Re: Freebsd 9.0 can't detect ethernet card

2012-03-05 Thread Mark Blackman
On 5 Mar 2012, at 12:30, Damien Fleuriot wrote: Hello Elman, None of us was born a seer so you might want to tell the model of the network card. On 3/5/12 12:16 PM, Elman wrote: Hallo hacker. I try install freebsd 9.0 in server Hp proliant ML370 G6, in process install,

Fwd: on purpose or forgotten ? hardcoded compiler in basesystem-makefiles

2012-03-05 Thread Dr. A. Haakh
As suggested my M. Seaman, i repost my message here. Original Message Subject: on purpose or forgotten ? hardcoded compiler in basesystem-makefiles Date: Mon, 05 Mar 2012 11:12:42 +0100 From: Dr. A. Haakh bugrepor...@haakh.de To: freebsd-questi...@freebsd.org a

Re: Where and when /etc/fstab is checking during boot

2012-03-05 Thread Robert Simmons
On Mon, Mar 5, 2012 at 4:14 AM, Gary Jennejohn gljennj...@googlemail.com wrote: On Sun, 4 Mar 2012 19:32:36 -0500 Robert Simmons rsimmo...@gmail.com wrote: I've just finished working though building a FreeBSD box with an encrypted root partition as mentioned in the geli(8) man page: Ask for

Re: Freebsd 9.0 can't detect ethernet card

2012-03-05 Thread Arnaud Lacombe
Hi, On Mon, Mar 5, 2012 at 7:53 AM, Mark Blackman m...@exonetric.com wrote: On 5 Mar 2012, at 12:30, Damien Fleuriot wrote: Hello Elman, None of us was born a seer so you might want to tell the model of the network card. On 3/5/12 12:16 PM, Elman wrote: Hallo hacker. I try install

Re: Freebsd 9.0 can't detect ethernet card

2012-03-05 Thread Arnaud Lacombe
Hi, [Thanks folks to have removed the original sender from the CC: list... Adding him back.] On Mon, Mar 5, 2012 at 10:50 AM, Arnaud Lacombe lacom...@gmail.com wrote: Hi, On Mon, Mar 5, 2012 at 7:53 AM, Mark Blackman m...@exonetric.com wrote: On 5 Mar 2012, at 12:30, Damien Fleuriot wrote:

Re: Fwd: on purpose or forgotten ? hardcoded compiler in basesystem-makefiles

2012-03-05 Thread Chris Rees
On 5 Mar 2012 14:36, Dr. A. Haakh bugrepor...@haakh.de wrote: As suggested my M. Seaman, i repost my message here. Original Message Subject:on purpose or forgotten ? hardcoded compiler in basesystem-makefiles Date: Mon, 05 Mar 2012 11:12:42 +0100 From: Dr. A.

Re: CPUID and CPU STATE

2012-03-05 Thread John Baldwin
On Friday, March 02, 2012 2:20:00 am Maninya M wrote: I was unable to get this information about the cpuid variable in the scheduler source code. How does cpuid get its value from the hardware? The cpuid is a software ID value assigned during boot. It is not directly related to any specific

Re: [patch] Disable bios probe if acpi is enabled

2012-03-05 Thread John Baldwin
On Friday, March 02, 2012 3:38:44 pm Sean Bruno wrote: I'm noting that newer machines are completely hosed if we attempt to probe for bios values. I'm proposing this change. Hmm, perhaps better than this is tying it into some device as a child of legacy0. That is possibly cleaner than

Re: BUG: 9.0 stage 2 boot (/boot/boot)

2012-03-05 Thread John Baldwin
On Saturday, March 03, 2012 3:59:19 am rank1see...@gmail.com wrote: Using: MD5 (boot2_test.patch) = c2d6d2c9806df5915419987f200c05af Still fails to build. /usr/src/sys/boot/i386/boot2/boot2.c: In function 'main': /usr/src/sys/boot/i386/boot2/boot2.c:282: error: expected ':' before ')'

Re: BUG: 9.0 stage 2 boot (/boot/boot)

2012-03-05 Thread rank1seeker
- Original Message - From: John Baldwin j...@freebsd.org To: rank1see...@gmail.com Cc: hack...@freebsd.org, Roman Divacky rdiva...@freebsd.org, Andriy Gapon a...@freebsd.org Date: Mon, 5 Mar 2012 12:44:44 -0500 Subject: Re: BUG: 9.0 stage 2 boot (/boot/boot) On Saturday, March 03, 2012

watching for a directory with kqueue

2012-03-05 Thread Sergey Matveychuk
Hi. I've met a problem with the subj. Could you help? I'm watching for a directory: EV_SET(kq_change_list, fd, EVFILT_VNODE, EV_ADD | EV_ENABLE | EV_ONESHOT, NOTE_DELETE | NOTE_WRITE | NOTE_EXTEND | NOTE_ATTRIB, 0, 0); When the directory changed, I read

Re: BUG: 9.0 stage 2 boot (/boot/boot)

2012-03-05 Thread John Baldwin
On Monday, March 05, 2012 1:18:03 pm rank1see...@gmail.com wrote: - Original Message - From: John Baldwin j...@freebsd.org To: rank1see...@gmail.com Cc: hack...@freebsd.org, Roman Divacky rdiva...@freebsd.org, Andriy Gapon a...@freebsd.org Date: Mon, 5 Mar 2012 12:44:44 -0500

watching for a directory with kqueue

2012-03-05 Thread Sergey Matveychuk
Hi. I've met a problem with the subj. Could you help? I'm watching for a directory: EV_SET(kq_change_list, fd, EVFILT_VNODE, EV_ADD | EV_ENABLE | EV_ONESHOT, NOTE_DELETE | NOTE_WRITE | NOTE_EXTEND | NOTE_ATTRIB, 0, 0); When the directory changed, I read

Re: Never forget a special trick...

2012-03-05 Thread Lars Engels
On Sun, Mar 04, 2012 at 03:49:35PM -0500, Nate Dobbs wrote: On Sun, Mar 4, 2012 at 3:29 PM, Phillip Spring gatinhodosseusson...@hotmail.com wrote: Dear anonymous open-source enthusiasts friends, How to echo a string backwards into a terminal? For example (or something like this):

Re: Never forget a special trick...

2012-03-05 Thread Garrett Cooper
On Mon, Mar 5, 2012 at 10:45 AM, Lars Engels lars.eng...@0x20.net wrote: On Sun, Mar 04, 2012 at 03:49:35PM -0500, Nate Dobbs wrote: On Sun, Mar 4, 2012 at 3:29 PM, Phillip Spring gatinhodosseusson...@hotmail.com wrote: Dear anonymous open-source enthusiasts friends, How to echo a

Re: watching for a directory with kqueue

2012-03-05 Thread Markiyan Kushnir
On 05.03.2012 20:12, Sergey Matveychuk wrote: Hi. I've met a problem with the subj. Could you help? I'm watching for a directory: EV_SET(kq_change_list, fd, EVFILT_VNODE, EV_ADD | EV_ENABLE | EV_ONESHOT, NOTE_DELETE | NOTE_WRITE | NOTE_EXTEND | NOTE_ATTRIB, 0, 0); When the directory changed,

[PREVIEW] bsdconfig(8)

2012-03-05 Thread Devin Teske
Hiya fellow -hackers@ Many have complained that bsdinstall(8) does only a fraction of sysinstall(8). This complaint is generally understood to be in-relation to the Configure menu of sysinstall(8). Some here may already know that Ron McDowell and I have been hard at-work developing the

RE: [PREVIEW] bsdconfig(8)

2012-03-05 Thread Devin Teske
-Original Message- From: Robison, Dave [mailto:david.robi...@fisglobal.com] Sent: Monday, March 05, 2012 5:00 PM To: freebsd-hackers@freebsd.org Cc: r...@fuzzwad.org; Devin Teske Subject: Re: [PREVIEW] bsdconfig(8) On 03/05/2012 16:44, Devin Teske wrote: We continue to

Re: [PREVIEW] bsdconfig(8)

2012-03-05 Thread Robison, Dave
On 03/05/2012 16:44, Devin Teske wrote: We continue to work very hard on this every day and look forward to any/all feedback, comments, suggestions, and snide remarks. When editing user info via X dialogue it doesn't prompt with a save option like it does in ncurses. Woo hoo, first to

Re: [PREVIEW] bsdconfig(8)

2012-03-05 Thread Devin Teske
On Mar 5, 2012, at 6:20 PM, Andrzej Tobola wrote: On Mon, Mar 05, 2012 at 04:44:53PM -0800, Devin Teske wrote: INSTRUCTIONS: 1. cd /usr/src cd /usr/src/usr.sbin ? Sorry… /usr/src/usr.bin You don't need to be root to run it, so it's going into /usr/bin, not sbin. Thanks for

Graphical Terminal Environment

2012-03-05 Thread Brandon Falk
I've been thinking for a while about possibly making an extremely lightweight environment that supports full monitor resolution, custom fonts, and terminals... that's about it. Essentially, an x11 that only supports tiling xterms all over the place. I do everything through terminals, and I think

Re: Graphical Terminal Environment

2012-03-05 Thread matt
On 03/05/12 20:39, Brandon Falk wrote: I've been thinking for a while about possibly making an extremely lightweight environment that supports full monitor resolution, custom fonts, and terminals... that's about it. Essentially, an x11 that only supports tiling xterms all over the place. I

Re: Graphical Terminal Environment

2012-03-05 Thread Brandon Falk
I'm actually talking about perhaps getting rid of X11 totally. It's overkill for what I need. I use dwm right now and I basically want to create a dwm that doesn't have the massive X11 backend. X11 is well written, but it's getting outdated and quite large, especially if you only need terminals

Re: Graphical Terminal Environment

2012-03-05 Thread Adam Vande More
On Mon, Mar 5, 2012 at 11:35 PM, Brandon Falk bfalk_...@brandonfa.lkwrote: I'm actually talking about perhaps getting rid of X11 totally. It's overkill for what I need. I use dwm right now and I basically want to create a dwm that doesn't have the massive X11 backend. X11 is well written, but

Kernel Panic: Page fault in nat_new function (ipnat).

2012-03-05 Thread Facundo M. de la Cruz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi guys, At my work we has a network firewall with FreeBSD 8.2-RELEASE 64 bits on a generic box running like a network gateway (making NAT between inbound and outbound connections). This firewall has four PCI ethernet network cards: em0, rl0, rl1,

Re: Graphical Terminal Environment

2012-03-05 Thread Brandon Falk
I havent tried tmux yet, but on my system im only able to get 80x40 with vidcontrol on one monitor. But with xterm in xorg i can get 319x89 per monitor. Until i get about half of that, i wont be convinced to use something existing. Anyways, I'm off to sleep. Night, Brandon

Kernel Panic: Page fault in nat_new function (ipnat)

2012-03-05 Thread Facundo M. de la Cruz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi guys, At my work we has a network firewall with FreeBSD 8.2-RELEASE 64 bits on a generic box running like a network gateway (making NAT between inbound and outbound connections). This firewall has four PCI ethernet network cards: em0, rl0, rl1,

Re: [PREVIEW] bsdconfig(8)

2012-03-05 Thread Doug Barton
On 3/5/2012 8:24 PM, Devin Teske wrote: On Mar 5, 2012, at 6:20 PM, Andrzej Tobola wrote: On Mon, Mar 05, 2012 at 04:44:53PM -0800, Devin Teske wrote: INSTRUCTIONS: 1. cd /usr/src cd /usr/src/usr.sbin ? Sorry… /usr/src/usr.bin You don't need to be root to run it, so it's

Re: [PREVIEW] bsdconfig(8)

2012-03-05 Thread Devin Teske
On Mar 5, 2012, at 10:49 PM, Doug Barton wrote: On 3/5/2012 8:24 PM, Devin Teske wrote: On Mar 5, 2012, at 6:20 PM, Andrzej Tobola wrote: On Mon, Mar 05, 2012 at 04:44:53PM -0800, Devin Teske wrote: INSTRUCTIONS: 1. cd /usr/src cd /usr/src/usr.sbin ? Sorry…

Re: CPUID and CPU STATE

2012-03-05 Thread Maninya M
Thank you. How do we get hardware cpuid? Can we change the number of CPUs available to the scheduler (in the scheduler code) dynamically, say completely cutting off a specific cpu core from being used at all? On 5 March 2012 22:51, John Baldwin j...@freebsd.org wrote: On Friday, March 02,

FreeBSD-9 crash at swapctl -d

2012-03-05 Thread Wojciech Puchar
repeatable crash when turning off my 9GB swap partition (of which 0 bytes was used): Dump header from device /dev/ada0b Architecture: amd64 Architecture Version: 2 Dump Length: 198971392B (189 MB) Blocksize: 512 Dumptime: Mon Mar 5 09:29:41 2012 Hostname: wojtek.tensor.gdynia.pl