Re[2]: fresh port install off apache

2005-06-02 Thread Sergey S. Ropchan
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

Re: ctime date

2005-05-27 Thread Sergey S. Ropchan
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

Re: fsck on startup

2005-05-26 Thread Sergey S. Ropchan
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

Re: Correct system message configuration?

2005-05-20 Thread Sergey S. Ropchan
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 ...

Re: How do I run this cron job?

2005-05-20 Thread Sergey S. Ropchan
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

Re: ftp server

2005-05-20 Thread Sergey S. Ropchan
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

Re: Daemon Process

2005-05-16 Thread Sergey S. Ropchan
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

Re: FBSD 5.4 & netstat -an

2005-05-16 Thread Sergey S. Ropchan
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

Re: How to replace words in all files?

2005-05-13 Thread Sergey S. Ropchan
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

Re: How to replace words in all files?

2005-05-13 Thread Sergey S. Ropchan
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

Re: kernel build problem

2005-05-11 Thread Sergey S. Ropchan
# 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. > > > > &

Re: clustering solution for freebsd

2005-05-11 Thread Sergey S. Ropchan
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

Re: The configuration of my core doesn't work!!

2005-05-09 Thread Sergey S. Ropchan
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

Re[2]: Learning UNIX internals

2005-05-07 Thread Sergey S. Ropchan
> 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