Re: Setup of a software RAID-1 to an existing system?

2003-06-22 Thread Thomas McIntyre
Johan, The canonical answer is to repost to freebsd-questions, which enjoys a larger readership. But I'll try -- your question is interesting b/c I'm in the same boat, except w/ CURRENT. As you said, breezing through the handbook will show a lot of detail, but perhaps it does not directly addres

Re: Granting access on MySQL

2003-06-22 Thread Thomas McIntyre
Konrad Scorciapino wrote: > I need to grant a user access to a database. How can I do it? One thing to check is if you need to reload privileges. The mysql doc has lots of info on this. Another short term way to move fwd might be to install webmin or phpMyAdmin, both of which are available in f

Re: automatically using "nice"

2003-07-01 Thread Thomas McIntyre
Simon Barner wrote: > You could either modify your scripts to use nice, or start a new > shell with an appropriate nice level. All the processes you launch > from that shell will inherit the nice level of that shell: A user can also be niced by login classes: gccuser:*:1000:0:interactive:::gc

Re: sed(1) regular expression gurus

2003-07-14 Thread Thomas McIntyre
Dave wrote: > This is better than anything I've dreamed up with sed or awk, and > is really close, but it fails on this: > by nospam.mc.mpls.visi.com (8.11.6/8.11.6.2) with ESMTP id 3A4E07B03 I know you want to avoid perl, but this kind of problem is it's sweet spot. The following might be inc