Re: Why can't I set my cpu type in kernel config ?

2012-08-06 Thread Chris Hill
On Tue, 7 Aug 2012, RW wrote: On Mon, 6 Aug 2012 16:53:04 -0700 (PDT) Jason Usher wrote: I am installing 8.3-RELEASE on an old 900mhz pentium laptop ... it's an i686 CPU. By default, GENERIC has HAMMER as the cpu, and that isn't working. So I tried both: That's the amd64 (64-bit) GENERIC

Carp kernel module missing from FreeNAS?

2012-07-23 Thread Brent Clark
/ enabling carp on FreeNAS. Someone made a suggestion of: FreeNAS uses a standard FreeBSD Kernel, so you can simply download the module from the FreeBSD FTP site and it will work. You have to have the right version however. How can or woulld I go about that? Your help would be most appreciated. Regards

Kernel panic while importing a pool

2012-07-15 Thread Jérôme Lebel
Hi, I had several kernel panics, and I finally understood that one of memory was bad. I removed it. But now, each time I try to import my pool, I get a kernel panic I'm using freebsd 9.0-release generic Fatal trap 12: page fault while in kernel mode cpuid = 1; apic id = 01 fault virtual

adding new cipher support to kernel

2012-07-04 Thread Dylan Castine
Hi, My name is Dylan, I want to add support for the AES-GCM cipher to the kernel. I am currently using strongswan for an IPsec build and need ESP to use the AES-GCM algorithm. Any info is appreciated, Thanks for your time, Dylan ___ freebsd-questions

Re: adding new cipher support to kernel

2012-07-04 Thread Matthew Seaman
On 04/07/2012 19:22, Dylan Castine wrote: I want to add support for the AES-GCM cipher to the kernel. I am currently using strongswan for an IPsec build and need ESP to use the AES-GCM algorithm. Any info is appreciated, Hi, Dylan, I suggest you enquire via the freebsd-hackers@ list

Re: adding new cipher support to kernel

2012-07-04 Thread Riaan Kruger
Soory the previous email had the wrong destinaton. A patch has been submitted to one of the commiters. It is in the process of being commited/approved/looked at (I not sure what to call it.) Riaan ___ freebsd-questions@freebsd.org mailing list

freebsd-update Not Recognizing Updated Custom Kernel for 9.0-RELEASE-p3

2012-06-12 Thread Ryan Frederick
cron or freebsd-update fetch indicate that /boot/kernel/kernel (and only /boot/kernel/kernel) needs to be updated despite the custom kernel indicating 9.0-RELEASE-p3 in the output of uname -a. Ryan ___ freebsd-questions@freebsd.org mailing list http

Re: freebsd-update Not Recognizing Updated Custom Kernel for 9.0-RELEASE-p3

2012-06-12 Thread Julian H. Stacey
, and rebooting with the custom kernels subsequent update checks using freebsd-update cron or freebsd-update fetch indicate that /boot/kernel/kernel (and only /boot/kernel/kernel) needs to be updated despite the custom kernel indicating 9.0-RELEASE-p3 in the output of uname -a. Maybe freebsd-update

Re: freebsd-update Not Recognizing Updated Custom Kernel for 9.0-RELEASE-p3

2012-06-12 Thread Ryan Frederick
using freebsd-update cron or freebsd-update fetch indicate that /boot/kernel/kernel (and only /boot/kernel/kernel) needs to be updated despite the custom kernel indicating 9.0-RELEASE-p3 in the output of uname -a. Ryan ___ freebsd-questions@freebsd.org

Re: Kernel Panic any help?

2012-05-29 Thread Jens Jahnke
Hi, On 25 May 2012 20:01:44 - John Levine jo...@iecc.com wrote: JL panic: ffs_clusteralloc: map mismatch JL JL Something's fairly badly screwed up on your disk. My advice would JL be to boot from a CD or USB key and run fsck to try to repair it. the disk was pretty much f...ed up. I

Re: kldxref: /boot/kernel/kernel: too many sections

2012-05-27 Thread Martin Laabs
Hello, On 05/27/12 05:31, Damien Fleuriot wrote: [...] Hold on a sec you run install*world* and it tries to install a kernel ? Looks fishy to me. Sorry - I ran make installkernel of cause. Also, try with a generic kernel, just to check if that fails as well. Interesting - the GENERIC

kldxref: /boot/kernel/kernel: too many sections

2012-05-26 Thread Martin Laabs
Hello, while updating my system I got the following error message while make installworld: === syscons/green (install) install -o root -g wheel -m 555 green_saver.ko /boot/kernel install -o root -g wheel -m 555 green_saver.ko.symbols /boot/kernel kldxref /boot/kernel kldxref: /boot/kernel

Re: kldxref: /boot/kernel/kernel: too many sections

2012-05-26 Thread Wojciech Puchar
install -o root -g wheel -m 555 green_saver.ko /boot/kernel install -o root -g wheel -m 555 green_saver.ko.symbols /boot/kernel kldxref /boot/kernel kldxref: /boot/kernel/kernel: too many sections kldxref: error while reading /boot/kernel/kernel: Bad address su:/usr/src$ I tried to remove

Re: kldxref: /boot/kernel/kernel: too many sections

2012-05-26 Thread Martin Laabs
Hi, On 05/26/12 15:46, Wojciech Puchar wrote: [...] I do not build all kernel modules so I have the following in my make.conf MODULES_OVERRIDE = nfsserver linux linprocfs geom/geom_bde syscons/green is it i386/amd64? strange didn't you set -j option to make when doing install? Sorry

Re: kldxref: /boot/kernel/kernel: too many sections

2012-05-26 Thread Martin Laabs
Hello, On 05/26/12 16:33, Wojciech Puchar wrote: how do you compile kernel cd /usr/src/sys/i386/conf ee SERVER_KERNEL cd /usr/src make buildkernel make installkernel with the following line in make.conf: KERNCONF=SERVER_KERNEL something much get f...d up. what version of FreeBSD is it. i

Re: kldxref: /boot/kernel/kernel: too many sections

2012-05-26 Thread Damien Fleuriot
On 26 May 2012, at 13:41, Martin Laabs mailingli...@martinlaabs.de wrote: Hello, while updating my system I got the following error message while make installworld: === syscons/green (install) install -o root -g wheel -m 555 green_saver.ko /boot/kernel install -o root -g wheel -m

Kernel Panic any help?

2012-05-25 Thread Jens Jahnke
Hi, as a happy freebsd user since about 2 years I have experienced my first kernel panic and have no idea what to do. My main machine crashed an hour ago and since then I can't get it to boot. The panic message: panic: ffs_clusteralloc: map mismatch cpuid = 0 KDB: stack backtrace #0

Re: Kernel Panic any help?

2012-05-25 Thread John Levine
panic: ffs_clusteralloc: map mismatch Something's fairly badly screwed up on your disk. My advice would be to boot from a CD or USB key and run fsck to try to repair it. R's, John ___ freebsd-questions@freebsd.org mailing list

Re: Building kernel outside of /usr/src (with an unprivileged user)

2012-05-07 Thread Eitan Adler
On 1 May 2012 13:02, Matthias Petermann matth...@d2ux.net wrote: Hello, while trying to build a patched CURRENT src on a STABLE FreeBSD 9 I was wondering if it would be possible to have the source directory (src) in a different place from /usr (e.g. in /home/myuser/src) where it can be built

Re: kernel configuration file

2012-05-07 Thread Robert Bonomi
use is bktr.ko, that one among others does not get built. I'd guess that bktr.ko is a 'third-party' module, found in a port, and not part of the base system. I found that every loadable kernel module in the base system is, or at least was, rebuilt. I haven't used make buildkernel in several

Re: kernel configuration file

2012-05-07 Thread Polytropon
kernel for many years (FreeBSD 5 and 7), but since 8.0, it does not build anymore. However, the module _does_ correctly build. The documentation is in man 4 bktr. A typical use (with the PAL option, because I don't have Never The Same Color here), did work in the past like this: device bktr

kernel configuration file

2012-05-06 Thread Carmel
In the Generic kernel configuration file for FreeBSD/amd64, if I do not have a floppy drive, is it safe to comment out this entry? # Floppy drives device fdc Are there any other entries that I could eliminate if I do not have a floppy drive? Also, according the the webcamd

Re: kernel configuration file

2012-05-06 Thread Robert Bonomi
Carmel carmel...@hotmail.com wrote; In the Generic kernel configuration file for FreeBSD/amd64, if I do not have a floppy drive, is it safe to comment out this entry? # Floppy drives device fdc Definitely, yes. Are there any other entries that I could eliminate if I do not have

Re: kernel configuration file

2012-05-06 Thread Carmel
On Sun, 6 May 2012 08:08:31 -0500 (CDT) Robert Bonomi articulated: Carmel carmel...@hotmail.com wrote; In the Generic kernel configuration file for FreeBSD/amd64, if I do not have a floppy drive, is it safe to comment out this entry? # Floppy drives device fdc Definitely, yes

Re: kernel configuration file

2012-05-06 Thread Mario Lobo
On Sunday 06 May 2012 10:34:12 Carmel wrote: On Sun, 6 May 2012 08:08:31 -0500 (CDT) Robert Bonomi articulated: Carmel carmel...@hotmail.com wrote; In the Generic kernel configuration file for FreeBSD/amd64, if I do not have a floppy drive, is it safe to comment out this entry

Re: kernel configuration file

2012-05-06 Thread Matthew Seaman
On 06/05/2012 14:34, Carmel wrote: Is there a way that I can simply compile it into the kernel? Would a: device cuse4bsd# Required by webcamd entry in the kernel file work? I cannot find any documentation on that. cuse4bsd is a third party module. This means that the sources aren't

Re: kernel configuration file

2012-05-06 Thread Carmel
On Sun, 06 May 2012 14:58:39 +0100 Matthew Seaman articulated: cuse4bsd is a third party module. This means that the sources aren't available as part of the base system, so making work as compiled-in code in the kernel will require you to create patches for your kernel source tree

Re: kernel configuration file

2012-05-06 Thread Robert Bonomi
From owner-freebsd-questi...@freebsd.org Sun May 6 08:36:52 2012 Date: Sun, 6 May 2012 09:34:12 -0400 From: Carmel carmel...@hotmail.com To: FreeBSD freebsd-questions@freebsd.org Subject: Re: kernel configuration file On Sun, 6 May 2012 08:08:31 -0500 (CDT) Robert Bonomi articulated

Re: kernel configuration file

2012-05-06 Thread Polytropon
On Sun, 6 May 2012 13:23:08 -0500 (CDT), Robert Bonomi wrote: From owner-freebsd-questi...@freebsd.org Sun May 6 08:36:52 2012 Date: Sun, 6 May 2012 09:34:12 -0400 From: Carmel carmel...@hotmail.com To: FreeBSD freebsd-questions@freebsd.org Subject: Re: kernel configuration file

Building kernel outside of /usr/src (with an unprivileged user)

2012-05-01 Thread Matthias Petermann
Hello, while trying to build a patched CURRENT src on a STABLE FreeBSD 9 I was wondering if it would be possible to have the source directory (src) in a different place from /usr (e.g. in /home/myuser/src) where it can be built with an unprivileged user and without interference with the

Missing kernel configuration file(s)

2012-04-10 Thread Коньков Евгений
I have upgrade src to Revision: 234068 # cd /usr/src # make -j 8 buildkernel KERNCONF=KES_KERN_v10 ERROR: Missing kernel configuration file(s) (KES_KERN_v10). *** Error code 1 1 error *** Error code 2 1 error # cd /usr/src/sys/amd64/conf # ls .cvsignore GENERIC.hints

Re: Missing kernel configuration file(s)

2012-04-10 Thread Коньков Евгений
КЕ I have upgrade src to Revision: 234068 КЕ # cd /usr/src КЕ # make -j 8 buildkernel KERNCONF=KES_KERN_v10 КЕ ERROR: Missing kernel configuration file(s) (KES_KERN_v10). КЕ *** Error code 1 КЕ 1 error КЕ *** Error code 2 КЕ 1 error КЕ # cd /usr/src/sys/amd64/conf КЕ # ls КЕ .cvsignore

learning freebsd kernel

2012-04-06 Thread gahn
hi gurus: how could i create the core dumps on freebsd kernel? i am trying to create a kernel core dump on 8.1 but it didn't happen: # sysctl -w debug.kdb.panic=1 well the system went panic, entered the mode db. i did reboot' but there was no core/kernel dumps under /var/crash

RE: learning freebsd kernel

2012-04-06 Thread Devin Teske
-Original Message- From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd- questi...@freebsd.org] On Behalf Of gahn Sent: Friday, April 06, 2012 11:05 AM To: freebsd general questions Subject: learning freebsd kernel hi gurus: how could i create the core dumps

Re: learning freebsd kernel

2012-04-06 Thread gahn
: Sent: Friday, April 6, 2012 2:13 PM Subject: RE: learning freebsd kernel -Original Message- From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd- questi...@freebsd.org] On Behalf Of gahn Sent: Friday, April 06, 2012 11:05 AM To: freebsd general questions Subject

RE: learning freebsd kernel

2012-04-06 Thread Devin Teske
-Original Message- From: gahn [mailto:ipfr...@yahoo.com] Sent: Friday, April 06, 2012 1:02 PM To: Devin Teske; 'freebsd general questions' Subject: Re: learning freebsd kernel thanks devin for the great tip. yeah, now i got core dumps...:) but where is my gdb under

Re: learning freebsd kernel

2012-04-06 Thread gahn
' freebsd-questions@freebsd.org Cc: Sent: Friday, April 6, 2012 4:13 PM Subject: RE: learning freebsd kernel -Original Message- From: gahn [mailto:ipfr...@yahoo.com] Sent: Friday, April 06, 2012 1:02 PM To: Devin Teske; 'freebsd general questions' Subject: Re: learning freebsd kernel

what is the path of kernel build directory?

2012-04-05 Thread saeedeh motlagh
the Linux kernel module, so that you can run the kernel-based switch, pass the location of the kernel build directory on --with-linux. what is kernel build directory in FreeBSD9 amd64? or how i should execute this command? yours, ___ freebsd

Re: what is the path of kernel build directory?

2012-04-05 Thread Jason Hellenthal
--with-linux=/lib/modules/'uname -r '/build this is a linux command and i should execute the FreeBSD equivalent but i don't know how to do that. the manual says: To build the Linux kernel module, so that you can run the kernel-based switch, pass the location of the kernel build directory

Re: what is the path of kernel build directory?

2012-04-05 Thread Robert Bonomi
don't know how to do that. the manual says: To build the Linux kernel module, so that you can run the kernel-based switch, pass the location of the kernel build directory on --with-linux. what is kernel build directory in FreeBSD9 amd64? or how i should execute this command? If you

Re: what is the path of kernel build directory?

2012-04-05 Thread Da Rock
how to do that. the manual says: To build the Linux kernel module, so that you can run the kernel-based switch, pass the location of the kernel build directory on --with-linux. what is kernel build directory in FreeBSD9 amd64? or how i should execute this command? This isn't going

Re: freebsd 9.0-release + zfs + mysqld(percona) = kernel: swap zone exhausted, increase kern.maxswzone

2012-04-01 Thread Philip M. Gollucci
On 3/30/12 5:48 PM, Philip M. Gollucci wrote: After reading several sparse articles/post, I've come to the conclusion that FreeBSD doesn't do well with SWAP 32GB; however it does allow it. As such I decided to drop the swap to 8GB*2=16GB. Sadly that didn't help either after dropping

Re: freebsd 9.0-release + zfs + mysqld(percona) = kernel: swap zone exhausted, increase kern.maxswzone

2012-03-30 Thread Philip M. Gollucci
On 03/28/12 03:09, Philip M. Gollucci wrote: It works out to roughly 7.7GB from 32MB okay fine. If I double it, that should give me 15.4GB from 64MB (still not enough). If I 16x it that should give me 246GB from 512MB. Thats more my physical ram + swap. Oh well. After reading several

Re: freebsd 9.0-release + zfs + mysqld(percona) = kernel: swap zone exhausted, increase kern.maxswzone

2012-03-27 Thread Philip M. Gollucci
On 03/27/12 02:32, Philip M. Gollucci wrote: Some other tuning updates $ zfs set zfs:zfs_nocacheflush = 1 $ sysctl vfs.zfs.prefetch_disable=1 $ cat /etc/my.cnf skip-innodb-doublewrite innodb_flush_log_at_trx_commit=2 $ zfs set primarycache=metadata zmysqlD $ zfs set atime=off

freebsd 9.0-release + zfs + mysqld(percona) = kernel: swap zone exhausted, increase kern.maxswzone

2012-03-26 Thread Philip M. Gollucci
/var/log/messages Mar 23 22:21:50 sabertooth kernel: swap zone exhausted, increase kern.maxswzone Mar 23 22:21:50 sabertooth kernel: pid 86697 (mysqld), uid 88, was killed: out of swap space how to repeat: $ mysql -ux file.sql (~150GB) worth basically, it slows down continually until it dies

Re: freebsd 9.0-release + zfs + mysqld(percona) = kernel: swap zone exhausted, increase kern.maxswzone

2012-03-26 Thread Philip M. Gollucci
my next plan is to turn off tmpfs and use ZVOL swaps then to simply use just zroot/tmp as a normal dir. after that I'll drastically increase maxswzone. still hoping someone has already done this. On 03/26/12 14:50, Philip M. Gollucci wrote: /var/log/messages Mar 23 22:21:50 sabertooth kernel

Custom Kernel Target Ignored

2012-02-26 Thread Carolyn Longfoot
When I start cd /usr/src make buildkernel KERNELCONF=MYKERNEL then the process start and gives -- Kernel build for GENERIC started on Sat Feb 25 10:59:25 EST 2012 -- Even

Re: Custom Kernel Target Ignored

2012-02-26 Thread Da Rock
On 02/26/12 18:10, Carolyn Longfoot wrote: When I start cd /usr/src make buildkernel KERNELCONF=MYKERNEL then the process start and gives -- Kernel build for GENERIC started on Sat Feb 25 10:59:25 EST 2012

Re: Custom Kernel Target Ignored

2012-02-26 Thread Erich Dollansky
Hi, On Sunday 26 February 2012 15:10:16 Carolyn Longfoot wrote: When I start cd /usr/src make buildkernel KERNELCONF=MYKERNEL then the process start and gives -- Kernel build for GENERIC started on Sat Feb 25 10:59:25 EST 2012

RE: Custom Kernel Target Ignored

2012-02-26 Thread Carolyn Longfoot
make buildkernel KERNCONF=AsusAMD620 is what I do. Erich ARGHHH... KERNCONF not KERNELCONF... scuse my blindness... ___ freebsd-questions@freebsd.org mailing list

Re: Custom Kernel Target Ignored

2012-02-26 Thread Erich Dollansky
Hi, On Sunday 26 February 2012 21:37:32 Carolyn Longfoot wrote: make buildkernel KERNCONF=AsusAMD620 is what I do. Erich ARGHHH... KERNCONF not KERNELCONF... scuse my blindness... this is what we are for. The simplest things are

Re: Custom Kernel Target Ignored

2012-02-26 Thread Damien Fleuriot
On 26 Feb 2012, at 15:37, Carolyn Longfoot c_longf...@hotmail.com wrote: make buildkernel KERNCONF=AsusAMD620 is what I do. Erich ARGHHH... KERNCONF not KERNELCONF... scuse my blindness... Pro tip, put it in your /etc/make.conf like so: KERNCONF=WHATEVERYOUSAID Then cd

Re: netmap support in default kernel

2012-02-21 Thread Matthew Seaman
On 20/02/2012 23:00, Tim Stewart wrote: I just heard about netmap http://queue.acm.org/detail.cfm?id=2103536today and it seems like it's not baked into the default FreeBSD kernel at the moment. Are there plans to integrate netmap into the default FreeBSD kernel? If so, what

netmap support in default kernel

2012-02-20 Thread Tim Stewart
Hi, I just heard about netmap http://queue.acm.org/detail.cfm?id=2103536today and it seems like it's not baked into the default FreeBSD kernel at the moment. Are there plans to integrate netmap into the default FreeBSD kernel? If so, what is an estimated time line for its inclusion

sysinstall cant seem to download the kernel source.

2012-02-17 Thread Brent Clark
Hiya I seem to have this problem with sysinstall, whereby I cant seem to download the kernel source. I tried following this example http://www.cyberciti.biz/faq/freebsd-install-kernel-source-code/ I use Install from an FTP server The error message I get is Unable to transfer the sbase

Re: sysinstall cant seem to download the kernel source.

2012-02-17 Thread Da Rock
On 02/17/12 19:31, Brent Clark wrote: Hiya I seem to have this problem with sysinstall, whereby I cant seem to download the kernel source. I tried following this example http://www.cyberciti.biz/faq/freebsd-install-kernel-source-code/ I use Install from an FTP server The error message I

Re: sysinstall cant seem to download the kernel source.

2012-02-17 Thread RW
On Fri, 17 Feb 2012 11:31:39 +0200 Brent Clark wrote: I use Install from an FTP server The error message I get is Unable to transfer the sbase distribution from ftp://ftp.freebsd.org.; Does anyone know of another way to get the kernel source. Get it with csup and be sure to set

Re: sysinstall cant seem to download the kernel source.

2012-02-17 Thread Warren Block
On Fri, 17 Feb 2012, Brent Clark wrote: I seem to have this problem with sysinstall, whereby I cant seem to download the kernel source. I tried following this example http://www.cyberciti.biz/faq/freebsd-install-kernel-source-code/ I use Install from an FTP server The error message I get

9.0-RELEASE: Strange freezing and kernel panics on laptop

2012-02-15 Thread Ramiro Caso
Hi, I'm in need of advice. I've recently installed FreeBSD 9.0-RELEASE on my laptop (a Dell Inspiron 1318) with a good deal of success. However, I've been experiencing a few hiccups, to say the least. The kernel is the GENERIC for the amd64 architecture that comes with the installation

9.0-RELEASE: Strange freezing and kernel panics on laptop

2012-02-14 Thread Ramiro Caso
Hi, I'm in need of advice. I've recently installed FreeBSD 9.0-RELEASE on my laptop (a Dell Inspiron 1318) with a good deal of success. However, I've been experiencing a few hiccups, to say the least. The kernel is the GENERIC for the amd64 architecture that comes with the installation

Re: replacing a kernel module located in installation Dvd

2012-02-13 Thread Omer Faruk SEN
Found answer to my own question http://www.cyclecide.com/~rudy/example/custom-freebsd.html is the link that i was looking for this is to replace a precompiled file (such as adding a kernel module or changing default kernel) Regards. On Sat, Feb 11, 2012 at 8:20 PM, Omer Faruk SEN omerf

Re: replacing a kernel module located in installation Dvd

2012-02-13 Thread Omer Faruk SEN
/example/custom-freebsd.html is the link that i was looking for this is to replace a precompiled file (such as adding a kernel module or changing default kernel) Regards. On Sat, Feb 11, 2012 at 8:20 PM, Omer Faruk SEN omerf...@gmail.comwrote: Hi, I am looking for a way to replace a kernel

kernel: panic: handle_written_inodeblock

2012-02-13 Thread Vince Valenti
: Feb 13 08:05:13 snake kernel: panic: handle_written_inodeblock: Invalid link count 65535 for inodedep 0xfe01d557f000 Feb 13 08:05:13 snake kernel: cpuid = 1 Feb 13 08:05:13 snake kernel: KDB: stack backtrace: Feb 13 08:05:13 snake kernel: #0 0x808680fe at kdb_backtrace+0x5e Feb 13 08:05:13

replacing a kernel module located in installation Dvd

2012-02-11 Thread Omer Faruk SEN
Hi, I am looking for a way to replace a kernel module on installation DVD and rebuild it so i can use it. I have made one about 2-3 years ago based on a script that i have found on internet but now i couldn't able to find it. Can someone direct me to the right place or suggest a way to do so

Question about kernel panic

2012-02-11 Thread BBLister
Greetings, A server of mine kernel panicked and in the serial console it prints non stop these messages which are repeated again and again.. KDB: stack backtrace: #0 0x802fec5e at kdb_backtrace+0x5e #1 0x80287e57 at hardclock+0x117 #2 0x804610a2 at lapic_handle_timer

kernel double fault

2012-02-11 Thread Коньков Евгений
Здравствуйте, . Dump header from device /dev/ad4s1b Architecture: i386 Architecture Version: 2 Dump Length: 492789760B (469 MB) Blocksize: 512 Dumptime: Sat Feb 11 14:27:35 2012 Hostname: Magic: FreeBSD Kernel Dump Version String: FreeBSD 9.0-CURRENT #4: Fri Jun 10 01:30:12 UTC

Removal Attempt of Directory under ZFS causes Kernel Panic

2012-02-10 Thread Martin McCormick
at which point the kernel panicked after removing most of this bogus home directory. It got to one particular user's subdirectory, worked normally for a bit and then that's when the kernel panicked. What we found were normal symlinks and files that, if you make any attempt to delete them

Re: Removal Attempt of Directory under ZFS causes Kernel Panic

2012-02-10 Thread Daniel Staal
On Fri, February 10, 2012 11:43 am, Martin McCormick wrote: Does this sound familiar to anybody? This is the first zfs installation I have used and I am not real wild about trying it again if we can't solve this mystery. We can't seem to duplicate the problem. Any ideas are

Re: Removal Attempt of Directory under ZFS causes Kernel Panic

2012-02-10 Thread Martin McCormick
You will see a message on this group from Ryan Frederick who is a coworker of mine and who also posted a question about this same issue. There was a little confusion about which FreeBSD support group had been asked so my question and his are about the same machine. He submitted the stack

Kernel Panic on 9.0-RELEASE When Attempting to Remove Files

2012-02-10 Thread Ryan Frederick
I'm attempting to remove a number of old files within a directory that was rsynced over from another box. However a number of files (old symlinks and regular files in this instance) cause a kernel panic when attempting to remove them using rm or unlink. This is the panic message output: Fatal

Re: Kernel Panic on 9.0-RELEASE When Attempting to Remove Files

2012-02-10 Thread Ryan Frederick
a kernel panic when attempting to remove them using rm or unlink. This is the panic message output: Fatal trap 12: page fault while in kernel mode cpuid = 1; apic id = 01 fault virtual address = 0x160 fault code = supervisor read data, page not present instruction pointer = 0x20:0x81476306

Re: Kernel stalling at pci0: ACPI bus on pcib0

2012-02-07 Thread Erich Dollansky
, this system uses a Transmeta Crusoe TM5800 CPU with a VIA chipset that I'm having difficulty identifying. My issue is that about half of the time the kernel will stall during startup after the following: this reminds me of my notebook with the same Crusoe CPU. I have had to leave it with 7.x

Kernel stalling at pci0: ACPI bus on pcib0

2012-02-06 Thread Will McCutcheon
Hello all, I recently got a HP t5700 thin client that I wanted to turn into a firewall using pfSense. For reference, this system uses a Transmeta Crusoe TM5800 CPU with a VIA chipset that I'm having difficulty identifying. My issue is that about half of the time the kernel will stall during

Re: Kernel stalling at pci0: ACPI bus on pcib0

2012-02-06 Thread Erich Dollansky
issue is that about half of the time the kernel will stall during startup after the following: this reminds me of my notebook with the same Crusoe CPU. I have had to leave it with 7.x as newer version gave problems. The problems have been different but it looked like some driver could

Re: Kernel stalling at pci0: ACPI bus on pcib0

2012-02-06 Thread Da Rock
that I'm having difficulty identifying. My issue is that about half of the time the kernel will stall during startup after the following: this reminds me of my notebook with the same Crusoe CPU. I have had to leave it with 7.x as newer version gave problems. The problems have been different

Re: make release custom kernel conf not found

2012-01-31 Thread Rob Farmer
On Mon, Jan 30, 2012 at 10:39 AM, Rick Miller vmil...@hostileadmin.com wrote: Thanks Rob... I put the kernel conf file in the source tree as opposed to linking to it and it certainly did compile the custom kernel. What confuses me (not that I expect you to have the answer) is that Chapter 9

Re: make release custom kernel conf not found

2012-01-31 Thread Rick Miller
Thanks Rob and Lowell, I will keep this information handy. It was helpful. On Tue, Jan 31, 2012 at 4:22 AM, Rob Farmer rfar...@predatorlabs.net wrote: On Mon, Jan 30, 2012 at 10:39 AM, Rick Miller vmil...@hostileadmin.com wrote: Thanks Rob... I put the kernel conf file in the source tree

Re: make release custom kernel conf not found

2012-01-30 Thread Rick Miller
Thanks Rob... I put the kernel conf file in the source tree as opposed to linking to it and it certainly did compile the custom kernel. What confuses me (not that I expect you to have the answer) is that Chapter 9 of the handbook has a tip that recommends keeping the kernel config in /root

Re: make release custom kernel conf not found

2012-01-30 Thread Lowell Gilbert
Rick Miller vmil...@hostileadmin.com writes: Thanks Rob... I put the kernel conf file in the source tree as opposed to linking to it and it certainly did compile the custom kernel. What confuses me (not that I expect you to have the answer) is that Chapter 9 of the handbook has a tip

make release custom kernel conf not found

2012-01-29 Thread Rick Miller
Hi All, I am performing a `make release` to build a new release with a custom kernel. The `make release` fails with the following error: cd /usr/src/release/..; make TARGET_ARCH=amd64 TARGET=amd64 KERNCONF=MYKERNEL kernel DESTDIR=/R/stage/kernels KODIR=/MYKERNEL ERROR: Missing kernel

Re: make release custom kernel conf not found

2012-01-29 Thread Rob Farmer
On Sun, Jan 29, 2012 at 9:03 AM, Rick Miller vmil...@hostileadmin.com wrote: Hi All, I am performing a `make release` to build a new release with a custom kernel.  The `make release` fails with the following error: cd /usr/src/release/..;  make TARGET_ARCH=amd64 TARGET=amd64 KERNCONF

Re: make release custom kernel conf not found

2012-01-29 Thread Bernt Hansson
2012-01-29 18:03, Rick Miller skrev: Hi All, I am performing a `make release` to build a new release with a custom kernel. The `make release` fails with the following error: cd /usr/src/release/..; make TARGET_ARCH=amd64 TARGET=amd64 KERNCONF=MYKERNEL kernel DESTDIR=/R/stage/kernels KODIR

RE: Makeopts DEBUG=-g kernel option

2012-01-25 Thread Dirk Kotze
optimization flags, specifically the -O2 -pipe flags (the default flags used when makeoptions DEBUG=-g is not specified in the kernel configuration). I have proved that the DEBUG flag per se has nothing to do with it by removing it, and then adding makeoptions COPTFLAGS=-O -pipe to the kernel config

FW: Makeopts DEBUG=-g kernel option

2012-01-24 Thread Dirk Kotze
Hi there I'm experiencing the following problem: All is well when I boot the standard FreeBSD 8.2 GENERIC kernel.  The moment however when I comment out the line the line below, the kernel hangs upon boot after detecting the em0 device (the motherboard has 2 Intel 8257x dual Gigabit Ethernet

Makeopts DEBUG=-g kernel option

2012-01-23 Thread Dirk Kotze
Hi there I'm experiencing the following problem: All is we= ll when I boot the standard FreeBSD 8.2 GENERIC kernel. The moment howeve= r when I comment out the line the line below, the kernel hangs upon boot after detecting the em0 device (the motherboard has 2 Intel 8257x dual

kernel generic options

2012-01-22 Thread ajtiM
Hi! My system: FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:15:25 UTC 2012 r...@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 Because pkg_libchk show that Opera 11.60 misses libz.so.5 I want to install /misc/compat8x as one user suggested me but generic kernel optins are: # $FreeBSD

Re: kernel generic options

2012-01-22 Thread Polytropon
On Sun, 22 Jan 2012 05:36:29 -0600, ajtiM wrote: O.K. I will rebuild a kernel but my question is why is not options for FreeBSD 8 as default, please? All the kernel functions present in v8 are also present in v9, so there is no need to a compatibility option inside the kernel. The compat-8x

gmirror failure booting 9.0 kernel upgrading from 8.2

2012-01-17 Thread Vick Khera
RAID on the Sun). The boot fails as follows. The gmirror is not degraded. The part that concerns me is this: GEOM_PART: integrity check failed (mirror/gm0, MBR) This is loading a custom kernel, which pulls in geom_mirror as a module. I think the issue is that I have to convince gmirror to use

COMPAT_* kernel config options -- some housecleaning overdue?

2012-01-15 Thread Conrad J. Sabatier
some of these options are anymore. Let me preface the following by saying that I just recently built a 10.0-CURRENT kernel with no COMPAT_* options besides COMPAT_FREEBSD32 and COMPAT_LINUX32, and everything seems to be working just fine (yes, including Linux emulation). First and foremost

Re: COMPAT_* kernel config options -- some housecleaning overdue?

2012-01-15 Thread Julian H. Stacey
to ask just how necessary or useful some of these options are anymore. Let me preface the following by saying that I just recently built a 10.0-CURRENT kernel with no COMPAT_* options besides COMPAT_FREEBSD32 and COMPAT_LINUX32, and everything seems to be working just fine (yes, including Linux

distinguish soft and hard kernel interrupts

2012-01-11 Thread Коньков Евгений
is there a way to distinguish hardware and software interrupts? it 'top' resuslts 70.0% interrupt I want to figure out how much there soft and hard interrupts ___ freebsd-questions@freebsd.org mailing list

Re: FreeBSD Kernel Internals Documentation

2012-01-10 Thread Nikola Pavlović
the case of a vendor being lazy or incompetent. Or they just sell mass market junk hardware and are only interested in Windows no matter what you do. Some printer vendors are perfect examples of retarded--printers don't even need a kernel space driver, or at least shouldn't need one, all

Re: FreeBSD Kernel Internals Documentation

2012-01-09 Thread David Jackson
and where additional textual descriptions would not speed up learning of the source code to be able to work on the source code of the kernel. There is very little documentation of kernel internals and the source code comments are, really quite honest, do not really do a good job of explaining things.An

Re: FreeBSD Kernel Internals Documentation

2012-01-09 Thread David Jackson
looked into doing that myself, Its not something i have asked anyone to do, that is the reason I have been studying the freebsd kernel. I think that, a description, some sort overview of how the kernel is put together, where things are, such as the location of the PCI system in the source tree

Re: FreeBSD Kernel Internals Documentation

2012-01-09 Thread Alejandro Imass
On Mon, Jan 9, 2012 at 3:37 PM, David Jackson djackson...@gmail.com wrote: On Tue, Jan 3, 2012 at 9:46 AM, Alejandro Imass a...@p2ee.org wrote: On Tue, Jan 3, 2012 at 1:41 AM, Da Rock freebsd-questi...@herveybayaustralia.com.au wrote: On 01/03/12 12:06, Walter Alejandro Iglesias wrote:

Re: sour grapes .. was FreeBSD Kernel Internals Documentation

2012-01-08 Thread Michael Cardell Widerkrantz
. There's no /technical/ reason why it can't be done. True. He probably also meant stuff like Kernel mode-setting (KMS) and GEM. All this is being worked on in FreeBSD as well: http://wiki.freebsd.org/Intel_GPU -- http://hack.org/mc/ Warning! Plain text e-mail, please. HTML e-mail deleted unread

9.0-STABLE custom kernel interrupt storm irq10

2012-01-07 Thread Bas Smeelen
Hi all, After updating the sources to 9.0-STABLE and building a custom kernel I get a interrupt storm on irq10, from messages I get that different devices use irq10. It starts after loading ums0 and wlan0 and ath0 times out then. Rebuilding the GENERIC kernel en booting does not give

Re: 9.0-STABLE custom kernel interrupt storm irq10

2012-01-07 Thread Bas Smeelen
On Sat, 7 Jan 2012 13:17:01 +0100 Bas Smeelen b.smee...@ose.nl wrote: Hi all, After updating the sources to 9.0-STABLE and building a custom kernel I get a interrupt storm on irq10, from messages I get that different devices use irq10. It starts after loading ums0 and wlan0 and ath0 times

Re: FreeBSD Kernel Internals Documentation

2012-01-04 Thread Walter Alejandro Iglesias
On Tue, Jan 03, 2012 at 09:55:04PM -0700, Chad Perrin wrote: On Tue, Jan 03, 2012 at 02:07:36PM -0800, Chip Camden wrote: Quoth Chad Perrin on Tuesday, 03 January 2012: So . . . please start with the denotative meanings of words, consider your audience, and use words accordingly. If

Re: FreeBSD Kernel Internals Documentation

2012-01-04 Thread Chad Perrin
On Wed, Jan 04, 2012 at 12:33:28PM +0100, Walter Alejandro Iglesias wrote: On Tue, Jan 03, 2012 at 09:55:04PM -0700, Chad Perrin wrote: On Tue, Jan 03, 2012 at 02:07:36PM -0800, Chip Camden wrote: Quoth Chad Perrin on Tuesday, 03 January 2012: So . . . please start with the

<    1   2   3   4   5   6   7   8   9   10   >