> On 5/7/05, Jon Drews <[EMAIL PROTECTED]> wrote:
>> Hi:
>>
>> I was thinking of getting one of these two books. I want to learn
>> more about how UNIX and in particular, FreeBSD work. Has anyone read
>> either of these books?
>>
>> UNIX Internals: The New Frontiers
>> by Uresh Vahalia
I have
NOD32 1.1091 (20050509) Information __
> This message was checked by NOD32 antivirus system.
> http://www.nod32.com
--
Best regards,
Sergey S. Ropchan mailto:[EMAIL PROTECTED]
___
freebsd-questions@freebsd
On Wed, 2005-05-11 at 15:05 +0530, Ananth.G (GMail) wrote:
> hi all,
> is anyone aware of a good clustering solution for freebsd, i tried google
> i didnt come accross any opensource implementation .
>
Hi, check this mailinglist:
http://lists.freebsd.org/mailman/listinfo/freebsd-cluster
> thank
# Direct Access (disks)
.
.
.
you need enable it - and all will works ...
> i have attached my config file.
>
> regrds,
> ananth.g
>
>
> Sergey S. Ropchan wrote:
>
> >Content of kernel config please ? It's look like wrong option in config.
> >
> >
&
find / -name '*' -print | xargs grep "lnc0"
- gives you all files in your system with lnc0 ...
perl -pi.bak -pe 's/lnc0/rl0/' file1 file2 ... fileN
- will replace lnc0 - rl0 in all specified files, with backuping of old
files in *.bak
> Hello!
>
> I have a bunch of configuration files which all
On Fri, 2005-05-13 at 05:23 -0500, Fafa Hafiz Krantz wrote:
> > find / -name '*' -print | xargs grep "lnc0"
> > - gives you all files in your system with lnc0 ...
> >
> > perl -pi.bak -pe 's/lnc0/rl0/' file1 file2 ... fileN
> > - will replace lnc0 - rl0 in all specified files, with backuping of ol
Hello
> Hello freebsd-questions,
>
> i have 2 freebsd 5.4 running .
>
> On one of them, if if do the classic "netstat -an" i do NOT see tcp
> connection while i can see them on the other..
This may happend when you rebuild your source tree without make
installworld ...
try to recompile and inst
all, read
before:
man 2 kill
--
Best regards,
Sergey S. Ropchan mailto:[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send an
No, it's working ...
try traceroute to server, maybe it's something with route ...
> I am unable to get access to the ftp.freebsd.org server. Is it down?
>
> Jason King
>
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/ma
On Fri, 2005-05-20 at 01:49 +0300, Odhiambo Washington wrote:
> Perhaps trivial
>
> How do I run a cron job at the end of every month?
#minute hourmdaymonth wdaywho command
59 23 29 * * user/path/to/cmd
>
> http://www.netmeister.org/news
On Fri, 2005-05-20 at 12:36 +0200, Frits Westra wrote:
> Hello,
>
> My system appears to be sending system messages to my ISP at
> [EMAIL PROTECTED] and [EMAIL PROTECTED]
>
> How do I disable this? I still want to be able to view log messages, of
> course.
Try to edit /etc/mail/aliases ...
Hello
> Hi,
>
> I'm not sure what is causing this, but virtually -every- unclean system
> shutdown
> results in my server asking for the root password to run fsck manually, and
> this
> is a co-located server in a remote datacenter which I unfortunately can not
> get
> to as easily as I would w
On Thu, 2005-05-26 at 22:50 -0700, Evan Sayer wrote:
> Hello-
> Does anyone know how to get the ctime(3) format of the date in a script
> (i.e without actually writing a C program to return it).
> -Thanks.
#!/bin/sh
#get current date
DATE=`date "+%d%m%y"`
echo $DATE;
you can play with specs: %D
tail /var/log/httpd-error.log
> might be helpful. Show it.
> Regards
> Björn
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> &qu
14 matches
Mail list logo