Re: Performance! [SOLVED]

2008-01-21 Thread Krassimir Slavchev
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Phillip N. wrote: El vie, 11-01-2008 a las 18:15 +0100, Kris Kennaway escribió: Krassimir reports that with these two fixes, the standard 7.0 kernel has performance: #threadstransactions/sec 1 755 8

Re: 7-PRERELEASE Xorg - Fatal server error:could not open default font 'fixed'[SOLVED]

2008-01-21 Thread Kimi
On 20/01/2008, Chris H. [EMAIL PROTECTED] wrote: Quoting Kimi [EMAIL PROTECTED]: On 20/01/2008, Chris H. [EMAIL PROTECTED] wrote: Greetings, Well, after not having any luck with Xorg after a fresh install of 7. I decided to try a more recent cvsup of the ports tree and [...] you

stupid question about compiling the kernel

2008-01-21 Thread Pete French
if I;ve chhanged one line of one file, how can I recompile without going back to the top and doing a 'make buildkernel' so I just recompile that one file ? It's getting a bit tedious to wait 40 minutes when I've only chnaged one line - is there a better way ? cheers, -pete.

Re: stupid question about compiling the kernel

2008-01-21 Thread Ivan Voras
Pete French wrote: if I;ve chhanged one line of one file, how can I recompile without going back to the top and doing a 'make buildkernel' so I just recompile that one file ? It's getting a bit tedious to wait 40 minutes when I've only chnaged one line - is there a better way ? 1. Go to your

Re: ZFS assert panic

2008-01-21 Thread Alexandre Biancalana
On 1/20/08, Gergo Szakal [EMAIL PROTECTED] wrote: I have done everyday work on my ZFS-enabled FreeBSD7 box. It is having 4*250G disks in a RAIDZ array (the base system is on a separate disk). %uname -a FreeBSD ginger.apathy.szote.u-szeged.hu 7.0-RC1 FreeBSD 7.0-RC1 #0: Mon Dec 24 10:10:07

syslog notifications?

2008-01-21 Thread Ivan Voras
Hi, Before I try to reinvent the wheel, I'd like to hear are there commonly used utilities that process syslog logs (e.g. /var/log/messages), grep them for some regex and notify configured e-mail addresses, in real time (as messages arrive)? I imagine something like that would either do a tail -f

Re: syslog notifications?

2008-01-21 Thread Vlad GALU
On 1/21/08, Ivan Voras [EMAIL PROTECTED] wrote: Hi, Before I try to reinvent the wheel, I'd like to hear are there commonly used utilities that process syslog logs (e.g. /var/log/messages), grep them for some regex and notify configured e-mail addresses, in real time (as messages arrive)? I

Re: stupid question about compiling the kernel

2008-01-21 Thread Pete French
1. Go to your kernel configuration directory (e.g. /sys/i386/conf) 2. run config CONFNAME (e.g. config GENERIC) 3. chdir to the printed directory and follow the instructions about make cleandepend;make depend;make; make install (if you need to re-make the kernel with changes to existing

Re: stupid question about compiling the kernel

2008-01-21 Thread Erik Trulsson
On Mon, Jan 21, 2008 at 12:09:46PM +, Pete French wrote: if I;ve chhanged one line of one file, how can I recompile without going back to the top and doing a 'make buildkernel' so I just recompile that one file ? It's getting a bit tedious to wait 40 minutes when I've only chnaged one line

Re: syslog notifications?

2008-01-21 Thread Ivan Voras
Vlad GALU wrote: On 1/21/08, Ivan Voras [EMAIL PROTECTED] wrote: Hi, Before I try to reinvent the wheel, I'd like to hear are there commonly used utilities that process syslog logs (e.g. /var/log/messages), grep them for some regex and notify configured e-mail addresses, in real time (as

Re: panic: vm_fault: fault on nofualt entry, addr: 81423000

2008-01-21 Thread Pete French
If you are using RSDT, then RsdtPhysicalAddress is what you care about rather than XsdtPhysicalAddress. O.K., I have this now - RsdtPhysicalAddress is 0x7fec7f40 on return from madt_map_table -pete. ___ freebsd-stable@freebsd.org mailing list

Re: syslog notifications?

2008-01-21 Thread Vlad GALU
On 1/21/08, Ivan Voras [EMAIL PROTECTED] wrote: Vlad GALU wrote: On 1/21/08, Ivan Voras [EMAIL PROTECTED] wrote: Hi, Before I try to reinvent the wheel, I'd like to hear are there commonly used utilities that process syslog logs (e.g. /var/log/messages), grep them for some regex and

Re: syslog notifications?

2008-01-21 Thread David Wolfskill
On Mon, Jan 21, 2008 at 01:33:07PM +0100, Ivan Voras wrote: Hi, Before I try to reinvent the wheel, I'd like to hear are there commonly used utilities that process syslog logs (e.g. /var/log/messages), grep them for some regex and notify configured e-mail addresses, in real time (as

Re: USB prevents system from powering off and ucom prevents usb from being unloaded - ideas?

2008-01-21 Thread Shunsuke Akiyama
Hi, Michael Please try attached patch for current. For other branches, please get a patch from http://people.freebsd.org/~akiyama/patches/ I've only tested it on RELENG_6 branch, but it would work for both current and RELENG_7. Regards, At Wed, 16 Jan 2008 17:08:34 +0100, Michael Nottebrock

NO_ knobs in /etc/make.conf

2008-01-21 Thread Toomas Aas
Hello! In earlier releases, /etc/make.conf had various NO_ knobs such as NO_SENDMAIL or NO_IPFILTER to avoid building specific parts of the system during buildworld. In FreeBSD 7 they seem to be gone? At least they are not listed in /usr/share/examples/etc/make.conf, or make.conf(5). I'm

Can't attach to running processes with GDB

2008-01-21 Thread Vlad GALU
-- cut here -- (gdb) attach 58621 Attaching to process 58621 /usr/src/gnu/usr.bin/gdb/libgdb/../../../../contrib/gdb/gdb/solib-svr4.c:1443: internal-error: legacy_fetch_link_map_offsets called without legacy link_map support enabled. A problem internal to GDB has been detected, further debugging

RE: NO_ knobs in /etc/make.conf

2008-01-21 Thread Johan Hendriks
Hello! In earlier releases, /etc/make.conf had various NO_ knobs such as NO_SENDMAIL or NO_IPFILTER to avoid building specific parts of the system during buildworld. In FreeBSD 7 they seem to be gone? At least they are not listed in /usr/share/examples/etc/make.conf, or make.conf(5). I'm

Re: NO_ knobs in /etc/make.conf

2008-01-21 Thread Pete French
In earlier releases, /etc/make.conf had various NO_ knobs such as NO_SENDMAIL or NO_IPFILTER to avoid building specific parts of the system during buildworld. In FreeBSD 7 they seem to be gone? They turned into 'WITHOUT_XXX' I'm specifically curious about NO_SENDMAIL.

RE: NO_ knobs in /etc/make.conf

2008-01-21 Thread Johan Hendriks
Hello! In earlier releases, /etc/make.conf had various NO_ knobs such as NO_SENDMAIL or NO_IPFILTER to avoid building specific parts of the system during buildworld. In FreeBSD 7 they seem to be gone? At least they are not listed in /usr/share/examples/etc/make.conf, or make.conf(5). I'm

Re: NO_ knobs in /etc/make.conf

2008-01-21 Thread Jeremy Chadwick
On Mon, Jan 21, 2008 at 03:03:13PM +0200, Toomas Aas wrote: In earlier releases, /etc/make.conf had various NO_ knobs such as NO_SENDMAIL or NO_IPFILTER to avoid building specific parts of the system during buildworld. In FreeBSD 7 they seem to be gone? At least they are not listed in

Manual/Wiki or other documentation for PXE install mainly install.cfg?

2008-01-21 Thread Drew Weaver
Hi there, I’ve seen about a dozen different example files for the install.cfg used to feed sysinstall automatic configuration data for pxe installations but I cant figure out where people are getting the options they’re using from. Is there a manual, wiki or otherwise documentation on

Re: Manual/Wiki or other documentation for PXE install mainly install.cfg?

2008-01-21 Thread Royce Williams
Drew Weaver wrote, on 1/21/2008 5:08 AM: Hi there, I’ve seen about a dozen different example files for the install.cfg used to feed sysinstall automatic configuration data for pxe installations but I cant figure out where people are getting the options they’re using from. Is there a manual,

RE: Manual/Wiki or other documentation for PXE install mainly install.cfg?

2008-01-21 Thread Drew Weaver
Would have been, or would be nice if they could make an alias to 'the first Ethernet controller' (i.e. eth0). So that you could reference it in such a way when there is only a single Ethernet controller in a machine. -Drew -Original Message- From: Royce Williams [mailto:[EMAIL

T7200 CPU not detected by est

2008-01-21 Thread Gerrit Kühn
Hi folks, I have several systems using T7200 mobile CPUs running under 7-stable. However, EST does not recognize the cpus. When loading cpufreq I get: --- Jan 18 23:18:14 comet kernel: est1: Enhanced SpeedStep Frequency Control on cpu1 Jan 18 23:18:14 comet kernel: est: CPU supports Enhanced

Re: Manual/Wiki or other documentation for PXE install mainly install.cfg?

2008-01-21 Thread Kimi
On 21/01/2008, Drew Weaver [EMAIL PROTECTED] wrote: Would have been, or would be nice if they could make an alias to 'the first Ethernet controller' (i.e. eth0). So that you could reference it in such a way when there is only a single Ethernet controller in a machine. ifconfig fxp0

Re: Manual/Wiki or other documentation for PXE install mainlyinstall.cfg?

2008-01-21 Thread Marian Hettwer
On Mon, 21 Jan 2008 16:38:32 +, Kimi [EMAIL PROTECTED] wrote: On 21/01/2008, Drew Weaver [EMAIL PROTECTED] wrote: Would have been, or would be nice if they could make an alias to 'the first Ethernet controller' (i.e. eth0). So that you could reference it in such a way when there

Re: T7200 CPU not detected by est

2008-01-21 Thread Jeremy Chadwick
On Mon, Jan 21, 2008 at 05:16:06PM +0100, Gerrit Kühn wrote: I have several systems using T7200 mobile CPUs running under 7-stable. However, EST does not recognize the cpus. When loading cpufreq I get: --- Jan 18 23:18:14 comet kernel: est1: Enhanced SpeedStep Frequency Control on cpu1

RE: Manual/Wiki or other documentation for PXE install mainlyinstall.cfg?

2008-01-21 Thread Drew Weaver
On Mon, 21 Jan 2008 16:38:32 +, Kimi [EMAIL PROTECTED] wrote: On 21/01/2008, Drew Weaver [EMAIL PROTECTED] wrote: Would have been, or would be nice if they could make an alias to 'the first Ethernet controller' (i.e. eth0). So that you could reference it in such a way when there is

Re: syslog notifications?

2008-01-21 Thread Clifton Royston
On Mon, Jan 21, 2008 at 01:33:07PM +0100, Ivan Voras wrote: Before I try to reinvent the wheel, I'd like to hear are there commonly used utilities that process syslog logs (e.g. /var/log/messages), grep them for some regex and notify configured e-mail addresses, in real time (as messages

6.3-RELEASE panic

2008-01-21 Thread Petr Holub
Hi, I've just updated the 6.2-RELEASE to 6.3-RELEASE using freebsd-update as described in daemonology blog. While removing the old packages using pkg_delete -af I've tried to stop all the deamons from /usr/local/etc/rc.d and got the following panic (hand transcribed from a photo - I don't have

Re: syslog notifications?

2008-01-21 Thread Marten Vijn
On Mon, 2008-01-21 at 13:33 +0100, Ivan Voras wrote: Hi, Before I try to reinvent the wheel, I'd like to hear are there commonly used utilities that process syslog logs (e.g. /var/log/messages), grep them for some regex and notify configured e-mail addresses, in real time (as messages

Huge number of interrupts on nfe driver

2008-01-21 Thread The Wolf
Hello everyone. A webserver that I've been working on seems to be having some issues of some sort with the nfe-20071124 driver. We have it running on two gigabit ports, one facing inwards to the database server, and the other facing outwards. The outward facing port is the only one which I

Huge number of interrupts on nfe driver

2008-01-21 Thread The Wolf
Hello everyone. A webserver that I've been working on seems to be having some issues of some sort with the nfe-20071124 driver. We have it running on two gigabit ports, one facing inwards to the database server, and the other facing outwards. The outward facing port is the only one which I

Re: NO_ knobs in /etc/make.conf

2008-01-21 Thread Doug Barton
Toomas Aas wrote: Hello! In earlier releases, /etc/make.conf had various NO_ knobs such as NO_SENDMAIL or NO_IPFILTER to avoid building specific parts of the system during buildworld. In FreeBSD 7 they seem to be gone? There is a cross-reference to src.conf(5) at the end of make.conf(5),

Re: problems with LC_ALL

2008-01-21 Thread Ulrich Spoerlein
On Sun, 20.01.2008 at 12:53:54 -0800, Javier Elizondo wrote: Hi, I am using darwing in a mac book pro, when I open terminal I get the following message that appears only in my account, I would like to get help in order to fix it. Last login: Sun Jan 20 14:32:18 on ttys001 perl: warning:

Re: 6.3-RELEASE panic

2008-01-21 Thread Kris Kennaway
Petr Holub wrote: Hi, I've just updated the 6.2-RELEASE to 6.3-RELEASE using freebsd-update as described in daemonology blog. While removing the old packages using pkg_delete -af I've tried to stop all the deamons from /usr/local/etc/rc.d and got the following panic (hand transcribed from a

RE: 6.3-RELEASE panic

2008-01-21 Thread Petr Holub
Can you obtain a trace against the kernel.symbols? Is it possible to do it with this vmcore? Petr ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: 6.3-RELEASE panic

2008-01-21 Thread Kris Kennaway
Petr Holub wrote: Can you obtain a trace against the kernel.symbols? Is it possible to do it with this vmcore? Petr Yes, the kernel.debug or kernel.symbols should either be in your /boot/kernel or in your kernel compile directory (unless you built your kernel without -g, but I think it is

RE: 6.3-RELEASE panic

2008-01-21 Thread Petr Holub
Kris, Yes, the kernel.debug or kernel.symbols should either be in your /boot/kernel or in your kernel compile directory (unless you built your kernel without -g, but I think it is on by default). as I've said in my previous email (outside the list), I've got the kernel through freebsd-update

Re: 6.3-RELEASE panic

2008-01-21 Thread Kris Kennaway
Petr Holub wrote: Kris, Yes, the kernel.debug or kernel.symbols should either be in your /boot/kernel or in your kernel compile directory (unless you built your kernel without -g, but I think it is on by default). as I've said in my previous email (outside the list), I've got the kernel

Re: 6.3-RELEASE panic

2008-01-21 Thread Colin Percival
Kris Kennaway wrote: Petr Holub wrote: as I've said in my previous email (outside the list), I've got the kernel through freebsd-update and it seems there is no kernel.debug nor kernel.symbols present. Would it be possible to get the .symbols or .debug for that kernel? (See my previuous

Re: 6.3-RELEASE panic

2008-01-21 Thread Kris Kennaway
Colin Percival wrote: Kris Kennaway wrote: Petr Holub wrote: as I've said in my previous email (outside the list), I've got the kernel through freebsd-update and it seems there is no kernel.debug nor kernel.symbols present. Would it be possible to get the .symbols or .debug for that kernel?

Re: Huge number of interrupts on nfe driver

2008-01-21 Thread Pyun YongHyeon
On Mon, Jan 21, 2008 at 02:37:55PM -0500, The Wolf wrote: Hello everyone. A webserver that I've been working on seems to be having some issues of some sort with the nfe-20071124 driver. We have it running on two gigabit ports, one facing inwards to the database server, and the other

7-STABLE regression that breaks lang/drscheme is src/contrib/gcc/gthr-posix.h 1.1.1.8.2.1

2008-01-21 Thread Andrew Reilly
Hello again, [to recap: drscheme, (which is an IDE that runs under the mred runtime, built from ports/lang/drscheme (or actually manually from a personal copy of that Makefile that builds the current release: 372, rather than ver 370 in ports)) worked beautifully on my system until I updated to

7.0 RC1/SPARC64 panic in boot

2008-01-21 Thread Anders Gulden Olstad
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 SUN Ultra 2 (2x400Mhz USII, 1500MB RAM) Got the following panic during boot panic: trap: fast data access mmu miss cpuid = 0 This happened after upgrade from 6.2 - 7.0 RC1. Tried to boot from the CDROM as well, with same result

Re: 6.3-RELEASE panic

2008-01-21 Thread Norbert Papke
On January 21, 2008, Petr Holub wrote: Hi, I've just updated the 6.2-RELEASE to 6.3-RELEASE using freebsd-update as described in daemonology blog. While removing the old packages using pkg_delete -af I've tried to stop all the deamons from /usr/local/etc/rc.d and got the following panic

Re[2]: System hangs up every day

2008-01-21 Thread A. Rymkus
Hello Дмитрий, Tuesday, December 18, 2007, 11:42:19 AM, you wrote: ДК Hello everybody ДК Unfortunately my problem still doesn't have any solution. ДК But I have an interesting observation. The gateway freezes very ДК quickly, if torrent client programs are running on workstations. ДК I assume

RE: 6.3-RELEASE panic

2008-01-21 Thread Petr Holub
I'm afraid not -- FreeBSD Update is just distributing the bits from the release ISO image, and the release ISO doesn't include kernel debug bits (at least, not on 6.3-RELEASE -- I think it does on 7.0-RC1). I thought we shipped the debugging symbols in /boot precisely for the reason of

Re: System hangs up every day

2008-01-21 Thread Jeremy Chadwick
On Tue, Jan 22, 2008 at 04:01:56AM +0300, A. Rymkus wrote: Tuesday, December 18, 2007, 11:42:19 AM, you wrote: ?? Unfortunately my problem still doesn't have any solution. ?? But I have an interesting observation. The gateway freezes very ?? quickly, if torrent client programs are running on

7.0 RC1/SPARC64 panic in boot on isp0

2008-01-21 Thread Anders Gulden Olstad
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 SUN Ultra 2 (2x400Mhz USII, 1500MB RAM, latest OBP patch) Got the following panic during boot panic: trap: fast data access mmu miss cpuid = 0 This happened after upgrade from 6.2 - 7.0 RC1. Tried to boot from the CDROM as well, with same