Re: Multiple kernels selector...

2001-09-16 Thread Warner Losh
[[ Please excuse me for replying to a one year old message, but I have a question or two ]] In message [EMAIL PROTECTED] Daniel C. Sobral writes: : . Loading /boot/current.conf. Please wait... cr : s /boot/current.conf read-conf What's the

Kernel Panic after upgrade

2001-09-16 Thread Chojin
Hello, yesterday I cvsup my system with RELENG_4 branch. I recompiled my system, kernel, no error. I reboot with new kernel and just after it booted it says: panic: pmap_bootstrap: no local apic! mp_lock = 0009; cpuid = 0; lapic.id = Uptime: 0s What I need to do ? Chojin To

Re: Multiple kernels selector...

2001-09-16 Thread Michael Reifenberger
On Sun, 16 Sep 2001, Warner Losh wrote: In message [EMAIL PROTECTED] Daniel C. Sobral writes: : . Loading /boot/current.conf. Please wait... cr : s /boot/current.conf read-conf What's the difference beteen . and s? A . dot command does

Re: Multiple kernels selector...

2001-09-16 Thread Michael Reifenberger
On Sun, 16 Sep 2001, Warner Losh wrote: ... What's the difference beteen . and s? BTW: Following the Tutorials link on http://ficl.sourceforge.net/ficl.html there is at least on good-looking Forth primer. Bye! Michael Reifenberger ^.*Plaut.*$, IT, R/3 Basis, GPS To Unsubscribe: send

Re: Multiple kernels selector...

2001-09-16 Thread Daniel C. Sobral
Warner Losh wrote: [[ Please excuse me for replying to a one year old message, but I have a question or two ]] In message [EMAIL PROTECTED] Daniel C. Sobral writes: : . Loading /boot/current.conf. Please wait... cr : s /boot/current.conf

Re: Kernel Panic after upgrade

2001-09-16 Thread Karsten W. Rohrbach
Chojin([EMAIL PROTECTED])@2001.09.16 10:42:27 +: Hello, yesterday I cvsup my system with RELENG_4 branch. I recompiled my system, kernel, no error. I reboot with new kernel and just after it booted it says: panic: pmap_bootstrap: no local apic! mp_lock = 0009; cpuid = 0;

Re: VINUM PANIC ON -STABLE

2001-09-16 Thread john_wilson100
On Sun, 16 Sep 2001 11:42:38 +0930, Greg Lehey wrote: 6) Supply an extract of the file /var/log/messages. Sep 12 14:06:10 depot login: ROOT LOGIN (root) ON ttyv0 Sep 12 14:07:29 depot login: ROOT LOGIN (root) ON ttyv1 Sep 13 01:58:14 depot /kernel: vinum: loaded Sep 13

Re: Could not bind

2001-09-16 Thread Terry Lambert
Stephen Montgomery-Smith wrote: I have written a server program that listens on port 3000. The program works very well except for one feature. I am asking if that is normal, or whether I forgot something. If I run the program it does fine. If I then kill the program (after it has

Cron pickle

2001-09-16 Thread Tim Allshorn
Hello. I need to be able to run a particular program at the last minute of each month and yes I know it would be much easier to run it at the first minute of each month, but my hands are tied and my brain is too puny to work it out. I know the cron command has to be something like :

Re: Vinum Panic (was Re: HPT370 RAID or Vinum?)

2001-09-16 Thread Trent Nelson
On Thu, Sep 13, 2001 at 06:28:02PM -0700, [EMAIL PROTECTED] wrote: Well, I have to say that Vinum feels a lot faster than HPT RAID... I will quantify this statement when someone tells me how to turn off ATA write caching, because sysctl -w hw.ata.wc=0 doesn't work, says sysctl: oid

Re: Cron pickle

2001-09-16 Thread Ben Smithurst
Tim Allshorn wrote: I know the cron command has to be something like : 59 23 ? ? * , with maybe some condition on the end. I think you could use something like 59 23 28-31 * * [ `date -v+1M +%d` -eq 1 ] /path/to/your/program i.e., check that in one minute's time the day of the month

Re: Cron pickle

2001-09-16 Thread Alfred Perlstein
* Ben Smithurst [EMAIL PROTECTED] [010916 19:49] wrote: Tim Allshorn wrote: I know the cron command has to be something like : 59 23 ? ? * , with maybe some condition on the end. I think you could use something like 59 23 28-31 * * [ `date -v+1M +%d` -eq 1 ]

Re: Cron pickle

2001-09-16 Thread Ben Smithurst
Alfred Perlstein wrote: * Ben Smithurst [EMAIL PROTECTED] [010916 19:49] wrote: Tim Allshorn wrote: I know the cron command has to be something like : 59 23 ? ? * , with maybe some condition on the end. I think you could use something like 59 23 28-31 * * [ `date -v+1M +%d` -eq

Re: Cron pickle

2001-09-16 Thread Josef Karthauser
On Sun, Sep 16, 2001 at 08:07:14PM -0500, Alfred Perlstein wrote: I'm not a date(1) wizard, but there's a possible issue here, if the system is loaded cron may skip a beat possibly and that conditional may be delayed such that it doesn't trigger. My suggestion would be to use something

Re: Cron pickle

2001-09-16 Thread Terry Lambert
Tim Allshorn wrote: Hello. I need to be able to run a particular program at the last minute of each month and yes I know it would be much easier to run it at the first minute of each month, but my hands are tied and my brain is too puny to work it out. 1) Run it the first minute

Re: Cron pickle

2001-09-16 Thread Dan Nelson
In the last episode (Sep 16), Terry Lambert said: Tim Allshorn wrote: I need to be able to run a particular program at the last minute of each month and yes I know it would be much easier to run it at the first minute of each month, but my hands are tied and my brain is too puny to

Re: Cron pickle

2001-09-16 Thread Leo Bicknell
On Mon, Sep 17, 2001 at 10:40:15AM +1000, Tim Allshorn wrote: I need to be able to run a particular program at the last minute of each month and yes I know it would be much easier to run it at the first minute of each month, but my hands are tied and my brain is too puny to work it

Re: Cron pickle

2001-09-16 Thread Greg Black
Tim Allshorn wrote: | I need to be able to run a particular program at the last | minute of each month and yes I know it would be much easier to | run it at the first minute of each month, but my hands are tied | and my brain is too puny to work it out. This cannot be done with cron, even

Re: Cron pickle

2001-09-16 Thread Eugene Grosbein
On Mon, Sep 17, 2001 at 12:17:30PM +1000, Greg Black wrote: | I need to be able to run a particular program at the last | minute of each month and yes I know it would be much easier to | run it at the first minute of each month, but my hands are tied | and my brain is too puny to work it

Re: VINUM PANIC ON -STABLE

2001-09-16 Thread john_wilson100
Hi Greg, On Mon, 17 Sep 2001 12:04:27 +0930, Greg Lehey wrote: Subdisk home.p0.s0: Size: 40822392320 bytes (38931 MB) State: up Plex home.p0 at offset 0 (0 B) Drive home1 (/dev/ad4s1h) at offset 135680 (132 kB) Subdisk

Re: Cron pickle

2001-09-16 Thread Greg Black
Eugene Grosbein wrote: | On Mon, Sep 17, 2001 at 12:17:30PM +1000, Greg Black wrote: | | | I need to be able to run a particular program at the last | | minute of each month and yes I know it would be much easier to | | run it at the first minute of each month, but my hands are tied | |

Re: Cron pickle

2001-09-16 Thread Steve Ames
On Mon, Sep 17, 2001 at 01:07:59PM +1000, Greg Black wrote: Eugene Grosbein wrote: | This can be done with cron with single entry and small overhead. | Run whis script at last minute of every day (or every 28-31): | | #!/bin/sh | | tomorrow=`date -v+1d %d` | if [ $tomorroq -ne 01 ];

Re: Cron pickle

2001-09-16 Thread Eugene Grosbein
Greg Black wrote: Eugene Grosbein wrote: | On Mon, Sep 17, 2001 at 12:17:30PM +1000, Greg Black wrote: | | | I need to be able to run a particular program at the last | | minute of each month and yes I know it would be much easier to | | run it at the first minute of each month,

Re: VINUM PANIC ON -STABLE

2001-09-16 Thread Greg Lehey
On Sunday, 16 September 2001 at 20:04:46 -0700, [EMAIL PROTECTED] wrote: Hi Greg, On Mon, 17 Sep 2001 12:04:27 +0930, Greg Lehey wrote: Subdisk home.p0.s0: Size: 40822392320 bytes (38931 MB) State: up Plex home.p0 at offset 0 (0 B)

Re: Does boot1 still have a 1023 cyl limit?

2001-09-16 Thread Kent Stewart
John Baldwin wrote: On 15-Sep-01 David O'Brien wrote: On Fri, Sep 14, 2001 at 03:05:01PM -0700, John Baldwin wrote: 'disklabel -B ad0' as root, where 'ad0' is the disk that boots FreeBSD Isn't `disklable -B ad0sX' more proper? (especially if the disk has multiple FreeBSD slices)

Re: cvs commit: src/lib/libatm atm_addr.c cache_key.c ioctl_subr.c ip_addr.c ip_checksum.c timer.c

2001-09-16 Thread Terry Lambert
David O'Brien wrote: On Sun, Sep 16, 2001 at 06:35:27AM +1000, Bruce Evans wrote: Especially the empty line after the copyright message: Agreed. __FBSDID($FreeBSD: src/lib/libatm/atm_addr.c,v 1.6 2001/09/15 19:36:55 dillon Exp $); What about changing this to __FBSD(), which is