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 FreeB
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
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 ea
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 "0
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
|
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)
> >
>
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
On Sunday, 16 September 2001 at 13:00:41 -0700, [EMAIL PROTECTED] wrote:
>
> 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 (
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 wi
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
>
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 p
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 mi
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 somethi
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 * * [ `
* 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 ] && /path/
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 mont
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: oi
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 : 59
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
> ha
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()
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
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;
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
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
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 . do
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 Unsub
26 matches
Mail list logo