determine the nic pairs

2012-07-18 Thread Deepak Kumar
Hi Enthusiast,

I have a server which has around 20 nic interfaces.
Some are connected port to port via cross cable and some are connected via
a switch and few are not connected.
(Let consider all are connected port to port)
I want to find out the way so that I can determine the pairs efficiently.

I assigned ip starting from 172.x.x.30 with netmask 255.255.255.0
I created as many sockets as there are interfaces with
socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP)
then I bind the all but one interfaces to the ip I gave using
bind(sockfd, (struct sockaddr *)in, sizeof(in));
where in is something like
bzero(in, sizeof(in));
in.sin_family = AF_INET;
in.sin_port = htons(2074);
in.sin_addr.s_addr = inet_addr(172.x.x.30+interfaceno);

and one left socket I did
socket creation and using setsockopt I did
int option = 1;
setsockopt(sockfd[counter], SOL_SOCKET, SO_BROADCAST, option,
sizeof(option));
and do
sendto(sockfd, arr, sizeof(arr), 0, (struct sockaddr *)in, len);
where in is
bzero(in, sizeof(in));
in.sin_family = AF_INET;
in.sin_port = htons(2074);
in.sin_addr.s_addr = inet_addr(172.x.x.255);

Now I want to send the packet from one interface and who ever receive
should be its partner.
But when I do recvfrom for one socket it blocks and I am not able to
implement timeout for it.
select is not working as it need file discripter and socket call is
returning struct socket.
So how should I implement timeout in recvfrom or use there exist some
equivalent of select for struct socket
or any other way to implement this.

PS: Ping is working fine in determining the pair but taking to much time.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Download manpages

2011-09-20 Thread deepak kumar
Hello,
I want to download the freebsd manpages for some sections which i don't have

and i need the compressed (tarball) for those section there is some way to
download them
please help

-- 
Thanks and Regards
Deepak Kumar
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Download manpages

2011-09-20 Thread deepak kumar
Hello Matthew,
I tried but several section were empty :(

On Tue, Sep 20, 2011 at 3:38 PM, Matthew Seaman 
m.sea...@infracaninophile.co.uk wrote:

 On 20/09/2011 09:50, deepak kumar wrote:
  I want to download the freebsd manpages for some sections which i don't
 have

 Individual man pages can be viewd on-line at
 http://www.freebsd.org/cgi/man.cgi -- that's obviously the processed
 page rather than the nroff source code.

 Page sources are available in the various on-line VCSes used by the
 project, but the man page sources are mostly interspersed with the C
 code etc. they describe.

  and i need the compressed (tarball) for those section there is some way
 to
  download them

 Hmmm manpages are available on the distribution media for a release.
  For instance, look at:

 ftp://ftp.freebsd.org/pub/FreeBSD/releases/amd64/8.2-RELEASE/manpages

 There are several combinations of $ARCH and $VERSION available -- but
 only for released versions, so 8.2-RELEASE is the most up to date
 available.

 You'll need to download all of the files in that directory.  Well,
 except for the CHECKSUMS.* and *.mtree files. Although not absolutely
 necessary, verifying the checksums is a good idea...  The format is a
 split-up tar archive; if you read install.sh you'll see how to extract
 the contents.  Be careful though -- by default unpacking that tarball
 will overwrite the manpages in /usr/share/man

Cheers,

Matthew

 --
 Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
  Flat 3
 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
 JID: matt...@infracaninophile.co.uk   Kent, CT11 9PW




-- 
Thanks and Regards
Deepak Kumar
Member Technical Staff
NetApp India Pvt Ltd
Bangalore (Karnataka)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Download manpages

2011-09-20 Thread deepak kumar
Hello Matthew,
I'm trying to download section 2 and section 1 for freebsd commands and
system calls

On Tue, Sep 20, 2011 at 8:55 PM, Matthew Seaman 
m.sea...@infracaninophile.co.uk wrote:

 On 20/09/2011 11:39, deepak kumar wrote:
  I tried but several section were empty :(

 Perhaps if you tell us exactly what you are trying to find?

Cheers,

Matthew

 --
 Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
  Flat 3
 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
 JID: matt...@infracaninophile.co.uk   Kent, CT11 9PW




-- 
Thanks and Regards
Deepak Kumar
Member Technical Staff
NetApp India Pvt Ltd
Bangalore (Karnataka)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


How to get SystemMemorySize?

2009-07-02 Thread Deepak Madhusudan
Hi All,
 In linux driver in order to get the system memory size we can get it using
the following call.
   struct sysinfo si;
   si_meminfo(si);
   return (si.tatotalram);
Is there any similar call in freebsd to get the following
information.Currently i am using freebsd 6.3.Please let me know.

Thanks and regards,
Deepak
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Help

2006-04-19 Thread Deepak Venkatesan
I wish to use softwares of Adobe, Nero, Microsoft,etc. Can you send me
the softwares that support FreeBSD OS.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD on Sun Fire V20Z

2006-02-23 Thread Deepak Naidu
Paul, I have FreeBSD 5.4 running on Sun Fire v20, no issues when installing...
 
 I havent tried FreeBSD 6.0, should not give issue, ensure ur booting from the 
first CD(I know u may b wright incase...)
 
 You may try FreeBSD 5.4 if it works you can come know why not with 6.0..
 
 Cheers,
 Deepak Naidu
 http://deepaknaidu.co.nr/
 
 
 
 

Paul Schmehl [EMAIL PROTECTED] wrote: --On Thursday, February 23, 2006 
12:40:39 -0600 Derek Ragona 
 wrote:

 I am not familiar with this Sun unit, but on other sun sparcs their boot
 devices were set in the prom.  As I recall the cd boot is not the same
 slice/dev as the FreeBSD one.  You may try to drop to the prom and try
 other cd devices to boot from.

It's not sparc hardware.  It's AMD Opterons.

Paul Schmehl ([EMAIL PROTECTED])
Adjunct Information Security Officer
University of Texas at Dallas
AVIEN Founding Member
http://www.utdallas.edu/ir/security/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]




Linux your Life, Don't Window it [[]] 

   { All for the best }




-
Yahoo! Messenger  NEW - crystal clear PC to PC calling worldwide with voicemail 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: email cluster ?

2006-02-10 Thread Deepak Naidu
You can inturn use LVS (Linux Virtual Cluster) to load balance between two or 
more servers.
 
 Cheers,
 Deepak Naidu.

Vulpes Velox [EMAIL PROTECTED] wrote: On Tue, 31 Jan 2006 12:13:25 +0100
Frank Bonnet  wrote:

 Hello
 
 I'm thinking to setup a FreeBSD based load balancing cluster
 email hub.
 
 Actually it is a all in one machine that runs 
 SMTP,IMAP,IMAPS,POP3,POP3S,antivirus,antispam,Webmail.
 
 I would like to split load on several machines
 but have no experience of that kind of architecture.
 Infos, links, very welcome.

Not sure about how to get that working nicely with webmail, but the
rest is simple.

You need to have the storage space exported by nfs to every server
machine. Using maildir helps massively as well. This is truely great
for this sort of enviroments.

I have been happy with qmail+spamcontrol, bincimap, spamassassin,
procmail, and clamassassin at work. It all runs nicely over nfs as
well.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]




Linux your Life, Don't Window it [[]] 

   { All for the best }




-
Yahoo! Messenger  NEW - crystal clear PC to PC calling worldwide with voicemail 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: network monitoring tool

2005-12-20 Thread Deepak Naidu
You can try bandwidthd, iftop, iptraff applications which i used in Linux.. I 
hope u may get BSD equilavent of them

 Cheers,
 Deepak Naidu.
 
Peter [EMAIL PROTECTED] wrote: 
--- Imran Imtiaz  wrote:

 can anyone tell me which is the best network monitoring tool for unix
 which can tell me that from which ip the traffic is comming and the type
 of traffic and in which i can give a criteria like today which ip has
 downloaded how much amount of data. I am currently using ntop but it is
 not showing me the details based on criteria it just show me the traffic
 from the day it is up. I want something simple and effective.

I use OpenBSD's pf and, with its label feature, it is not difficult to
extract statistics with a shell script.  Right now I am looking at traffic
type, not IP addresses.  It all depends on how you create your rules. 
Below is a sample pf rule and the output my script provides me.

pass out on $EXT \
inet proto udp \
from $EXT to any \
port 123 \
keep state \
label outbound - $proto:$dstport -


Host: kovacs.domain.com
Interface:  tun0
Month:   December 2005
Timestamp:Dec 20 13:30
Data time:  8d 3h 40m
--
Traffic type Bytes-in Bytes-out
--
icmp:echoreq 45108 45528
tcp:110 343961 52701
tcp:113  0 0
tcp:11371  0 0
tcp:119  0 0
tcp:200 0
tcp:21  123577  79800
tcp:220  0
tcp:2550400  53476
tcp:27030  0
tcp:43  5833  863
tcp:443  123382914
tcp:530  0
tcp:61120  0
tcp:66670  0
tcp:80  48203259   5243942
udp:123   366396 381064
udp:53   2629955   1584473
udp:6277 2384 2262
--
TOTALS(B)51603928   7401496
TOTALS(MB) 49.21  7.05
RATE(B/m)   4395.56   630.45



 

 
  
__ 
Find your next car at http://autos.yahoo.ca
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]





Linux your Life, Don't Window it [[]] 

   { All for the best }




-
To help you stay safe and secure online, we've developed the all new Yahoo! 
Security Centre.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Having Some Trouble with Java on FreeBSD

2005-10-28 Thread N Deepak
On Thu, Oct 20, 2005 at 02:06:16PM -0600, Franklin E. Powers, Jr. wrote:
 
 So I tinkered with that a bit and I discovered that the almost 
 complete native build for FreeBSD could run.  So I decided to try to 
 finish the build process, by getting it to build itself.  But it 
 suffered a slightly different error.
 
 So...  Then I went through the documentation for FreeBSD some more 
 and decided to start over by reinstalling the Linux Java using:
   cd /usr/ports/java/linux-sun-jdk15
   make install clean
 
 But now I get the following error: linux-sun-jdk-1.5.0.01,2 does not 
 run (core dumps: Bad System Call).  Note that previously I manually 
 installed it by simply downloading the Linux version on another 
 computer, transfering it over to the computer, and executing the file.
 
Try with /usr/ports/java/jdk14 (native JDK 1.4 for FreeBSD).  It worked
for me.  I am running FreeBSD 5.4 STABLE.

Regards,
Deepak

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


remove distributions before installworld?

2005-10-26 Thread N Deepak
Hi,

  I have installed FreeBSD 5.3-RELEASE through CD-ROM.

  I used cvsup to sync my /usr/src directory to the latest STABLE tree.

  The problem is that I had installed some distributions that I no
  longer want to keep.  Also, I don't need lpr (this can be disabled
  through make.conf).  So, is there a way to remove these files, before
  I do 'make installworld'?

  I did not find any information on this in the handbook.

Thanks,
Deepak

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


FileSystem Full error in FreeBSD 5.4-Release even if the partition is not full

2005-10-25 Thread Deepak Naidu
Hi,

 I dont know ? all the errors are bouncing on my
FreeBSD mail server.  A month ago I have ported my
mail server from Linux to FreeBSD 5.4-Release.

I get the below error in my /var/log/messages
regarding the filesystem being full, whereas it is not
full.

Filesystem is not full at all, then why I am getting
this error message, did any one faced this issue.


Oct 25 14:58:30 kernel: pid 60077 (perl5.8.6), uid 125
inumber 50855 on /var/spool/MailScanner/incoming:
filesystem full

Oct 25 14:58:30 kernel: pid 60198 (perl5.8.6), uid 125
inumber 1051 on /var/spool/MailScanner/incoming:
filesystem full

Oct 25 14:58:30 kernel: pid 60151 (perl5.8.6), uid 125
inumber 50857 on /var/spool/MailScanner/incoming:
filesystem full

and also /var/spool filesystem ful error.

#df -h
Filesystem  SizeUsed   Avail Capacity  Mounted on
/dev/da0s1a 9.7G576M   8.3G  6% /
devfs   1.0K1.0K   0B100%   /dev
/dev/da0s1g 13G 4.2G   7.7G  35%/usr
/dev/da0s1d 9.7G232M   8.7G  3% /var
/dev/da0s1e 19G 1.5G   16G   9% /var/log
/dev/da0s1f 9.7G968M   8.0G  11%/var/spool
/dev/md11.4G175M   1.1G 13%
/var/spool/MailScanner/incoming
devfs   1.0K1.0K   0B   100%/var/named/dev


#mount
/dev/da0s1a on / (ufs, local)
devfs on /dev (devfs, local)
/dev/da0s1g on /usr (ufs, local, soft-updates)
/dev/da0s1d on /var (ufs, local, soft-updates)
/dev/da0s1e on /var/log (ufs, local, noatime,
soft-updates)
/dev/da0s1f on /var/spool (ufs, local, noatime,
soft-updates)
/dev/md1 on /var/spool/MailScanner/incoming (ufs,
local, noatime, soft-updates)
devfs on /var/named/dev (devfs, local)

Is this a bug or anything falat.


Cheers,
Deepak Naidu.





___ 
Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail 
http://uk.messenger.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FileSystem Full error in FreeBSD 5.4-Release even if the partition is not full

2005-10-25 Thread Deepak Naidu
I am not sure whether I am running out of inodes or
not... 

If i run out of inodes, what would be the
resolution...

#df -i
Filesystem  1K-blocksUsedAvail Capacity iused 
 ifree %iused  Mounted on
/dev/da0s1a  10154158  591772  8750054 6%9976
13089341%   /
devfs   1   10   100%   0 
 0  100%   /dev
/dev/da0s1g  13565262 4415504  806453835%  174990
1591408   10%   /usr
/dev/da0s1d  10154158  262848  9078978 3%3061
13158490%   /var
/dev/da0s1e  20308398 1615522 17068206 9% 137
26376850%   /var/log
/dev/da0s1f  10154158 1152026  818980012%  -15710
1334620   -1%   /var/spool
/dev/md1  1482638  205238  115879015% 426 
2115400%   /var/spool/MailScanner/incoming
devfs   1   10   100%   0 
 0  100%   /var/named/dev



Cheers,
Deepak Naidu.

--- Alex Zbyslaw [EMAIL PROTECTED] wrote:

 Deepak Naidu wrote:
 
 I get the below error in my /var/log/messages
 regarding the filesystem being full, whereas it is
 not
 full.
 
 
 #df -h
 Filesystem  SizeUsed   Avail Capacity  Mounted
 on
 /dev/da0s1a 9.7G576M   8.3G  6% /
 devfs   1.0K1.0K   0B100%   /dev
 /dev/da0s1g 13G 4.2G   7.7G  35%/usr
 /dev/da0s1d 9.7G232M   8.7G  3% /var
 /dev/da0s1e 19G 1.5G   16G   9% /var/log
 /dev/da0s1f 9.7G968M   8.0G  11%/var/spool
 /dev/md11.4G175M   1.1G 13%
 /var/spool/MailScanner/incoming
 devfs   1.0K1.0K   0B   100%   
 /var/named/dev
 
 
   
 
 
 What does df -i show?  Maybe you ran out of
 inodes.
 
 --Alex
 
 PS
 
 




___ 
How much free photo storage do you get? Store your holiday 
snaps for FREE with Yahoo! Photos http://uk.photos.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


dmesg shows no output

2005-10-24 Thread Deepak Naidu
Hi,

   I just checked today, that when executing dmesg
command, I didnt get any output ie no logs.  And more
over even if I stop and start /etc/rc.d/dmesg
the /var/run/dmesg.boot is deleted and not inputted
with new logs.

I just want to know, whether someone has hacked my
system or ? is dmesg not giving any output.

I hope some can help me out in this issue.

Cheers,
Deepak Naidu.





___ 
To help you stay safe and secure online, we've developed the all new Yahoo! 
Security Centre. http://uk.security.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: libdl.so.2 not found for java plugin

2005-10-21 Thread N Deepak
On Thu, Oct 20, 2005 at 09:55:45AM -0400, Lowell Gilbert wrote:
When I symlink libjavaplugin_oji.so from
/usr/X11R6/lib/browser_plugins/ to the plugin path in jdk directory, I
get this error message on starting Mozilla:
  
LoadPlugin: failed to initialize shared library

  /usr/local/linux-sun-jdk1.4.2/jre/plugin/i386/ns610-gcc32/libjavaplugin_oji.so
[Shared object libdl.so.2 not found, required by
libjavaplugin_oji.so]
 
 On my system, that was installed from linux_base:
 ~ /usr/local/sbin/pkg_which /usr/compat/linux/lib/libdl.so.2
 linux_base-8-8.0_6 linux_base-8-8.0_7
 ~
 
It's there on my system too.  But LoadPlugin doesn't seem to see it!  Am
I supposed to use libmap.conf?  The man page didn't help me much.

[EMAIL PROTECTED]:/compat/linux/lib$ ls libdl*
libdl-2.3.2.so libdl.so.2
[EMAIL PROTECTED]:/compat/linux/lib$

Thanks,
Deepak

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Nagios Client on FreeBSD 5.4

2005-10-21 Thread Deepak Naidu
Hey Igor Robul, what made u seem my mail as spam

If replying the message is spam I hope there is no
meaning of mail forum I just C one more spammer
named Igor ha ha ha ha...

Cheers,
Deepak Naidu.


--- Igor Robul [EMAIL PROTECTED] wrote:

 Deepak Naidu wrote:
 
 Right Mike, this is what exactly I want.  More
 details are
  
 I have LVS server in Linux, installed with Nagios. 
 I have 5 spam servers and 5 IMAP and POP servers,
 from which 2 spam servers are
 
 
   
 
 
 5 spam servers? Now we know at least one spammer
 ___
 freebsd-questions@freebsd.org mailing list

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 






___ 
Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail 
http://uk.messenger.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Nagios Client on FreeBSD 5.4

2005-10-21 Thread Deepak Naidu

Mike  Pete one question more, sorry dudes...

I have the Nagios server on Linux, Have installed nrpe
v2.0 on FreeBSD, when using check_nrpe from linux box,
I get CHECK_NRPE: Socket timeout after 10 seconds
error, theres no firewall, but when using chekc_nrpe
from FreeBSD to FreeBSD it works fine. ie chekcing
load, disk etc...

I run nrpe2 as daemon mode not using inetd or xinetd
allowed the hosts in my network ie 2.0

Any clue regarding the error, version issue is not
there, bcos both linux and freebsd use the same nrpe.

Thanx for any input.


Cheers,
Deepak Naidu.

--- Mike Woods [EMAIL PROTECTED]
wrote:

 pete wright wrote:
 
   You can also monitor disk load and activity via
 net-snmp. I use
   net-snmp to monitor large networks of
 heterogenous hardware and OS's
   (*BSD/Linux/IRIX/Solaris/etc..) along side
 nagios. Granted SNMP may
   not be a viable protocol to use on the public
 internet...
 
 Indeed, with all the security flaws found in snmp it
 makes it fine in a 
 controlled local network but for the internet it's
 almost asking for 
 trouble, I actualy use snmp to monitor a our PIX's,
 tis a shame the pix 
 gives out so little trafic information else id find
 far more use for it 
 in our nagios setup.
 
 ---
 Mike Woods
 Systems Administrator
 
 ___
 freebsd-questions@freebsd.org mailing list

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 






___ 
Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail 
http://uk.messenger.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Nagios Client on FreeBSD 5.4

2005-10-20 Thread Deepak Naidu
Right Mike, this is what exactly I want.  More details are
 
I have LVS server in Linux, installed with Nagios.  I have 5 spam servers and 5 
IMAP and POP servers, from which 2 spam servers are FreeBSD 5.4.  I have been 
monitoring them through Linux nagios, and running nrpe on clients.
 
But now for FreeBSD, I hope for SMTP check or MailQ I dont need any 
installation of nagios client(plugin) right ?
 
If I want to monitor load, disk space, http etc service I have install entire 
nagios package or nagios-statsd, or plugins ?
 
Thanx for any info.
 
 
Cheers,
Deepak Naidu

Mike Woods [EMAIL PROTECTED] wrote:
Deepak Naidu wrote:

 Hi, I wanted to install nagios client on FreeBSD 5.4. I want to
 monitor my SMTP (25) and disk usage etc to be monitored from Nagios
 server installed on Linux box.

 How do I do... In linux there is Nagios-Client.rpm. What is the
 alternative on FreeBSD

 I dont want the server, I just wnat to monito my FreeBSD 5.4 host.

I know this has already been addresses by others but i have another 
answer :)

If im reding you right you have a linux box setup with nagios and you 
want to monitor services on a remote freebsd box ?

SMTP wont be an issue, that can be monitored with check_smtp as someone 
has already suggested, local stats like disk usage can be monitored a 
number of ways, personaly i've found nrpe (nagios remote plugin 
executor), nrpe basicly allows you to execute nagios check plugins over 
a network/the internet, it's in ports (2 versions depending on which 
version of nagios you have installed) and it'll install the 
nagios-plugins package as a dependancy, once it's installed you can 
configure the commands nrpe will answer and these commands in turn call 
a nagios plugin.

Jobs-a-goodun :P

--
Mike Woods
Systems Administrator
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


-
To help you stay safe and secure online, we've developed the all new Yahoo! 
Security Centre.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD 5.4 on a Sun Fire v40z

2005-10-20 Thread Deepak Naidu
I have a running FreeBSD 5.4 installation on SunFire amd 64 v20 dual cpu  I 
know its not same, but the scsi disk detected and is performing fine. 
 
Regarding the partition, I have noticed that if you partition /boot on seperate 
partition then the boot fails(this is comman for any intel or amd make)

can u check dmesg for any errors.
 
Cheers,
Deepak Naidu.

Matteo Quintiliani [EMAIL PROTECTED] wrote:
Hi,

yesterday I tried to install FreeBSD 5.4-amd64 on a Sun Fire v40z.
Installation works fine, it finds any hardware and I'm able to 
configure any setting.

The problem occurs when server is booting. I get a black screen and 
the server reboot automatically.
Server has 4 processors AMD Opteron 850 and 2 scsi hard disk 73GB.

I tried to:
- use only a disk, the problem is the same
- install both Standard boot and FreeBSD Boot Manager, the 
problem is the same.

I noticed in FDisk that, after the installation, the freebsd slice 
lost bootable property.

Please, could someone help me?

Thanks in advance,
Matteo

--
Matteo Quintiliani
Istituto Nazionale di Geofisica e Vulcanologia
Centro Nazionale Terremoti - UF Sismos
Via di Vigna Murata, 605 - 00143 Roma, Italy
e-mail: [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


-
Yahoo! Messenger  NEW - crystal clear PC to PC calling worldwide with voicemail 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Nagios Client on FreeBSD 5.4

2005-10-20 Thread Deepak Naidu
Thanx again Mike for detail explanation.
 
Cheers,
Deepak Naidu.

Mike Woods [EMAIL PROTECTED] wrote:
Deepak Naidu wrote:


 If I want to monitor load, disk space, http etc service I have
 install entire nagios package or nagios-statsd, or plugins ?

SMTP, http imap etc can all be monitored over the internet by the nagios 
box since the check plugins for those are tcp/ip based, things like disk 
space will require the nrpe setup (or one of the equivilent) which only 
needs the plugins, I use nagios and nrpe extensivley to monitor our rack 
at redbus, network services are just another service definition, checks 
for disk access call the nrpe check command on the nagios server which 
connects to the nrpe service on the remote machine which in turn runs 
the nagios check plugin and returns the results to the nagios server!

Basicly you'll need the nrpe package and the nagios plugins package but 
since the nagios plugins are a dependancy of the nrpe port all you'll 
need to install yourself is the nrpe package (assuming you're using 
ports), you'll also need to install the nrpe package on the linux box in 
order to get the check command for nagios!

---
Mike Woods
Systems Administrator
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


-
To help you stay safe and secure online, we've developed the all new Yahoo! 
Security Centre.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


libdl.so.2 not found for java plugin

2005-10-19 Thread N Deepak
Hi,

  I am trying to get Java plug-in for Mozilla working.  I have read the
  handbook and compiled/installed ports/java/linux-sun-jdk14/

  I can execute /usr/local/linux-sun-jdk1.4.2/bin/java.

  When I symlink libjavaplugin_oji.so from
  /usr/X11R6/lib/browser_plugins/ to the plugin path in jdk directory, I
  get this error message on starting Mozilla:

  LoadPlugin: failed to initialize shared library
  /usr/local/linux-sun-jdk1.4.2/jre/plugin/i386/ns610-gcc32/libjavaplugin_oji.so
  [Shared object libdl.so.2 not found, required by
  libjavaplugin_oji.so]

  Help, please!

  Other options I have tried:
  jdk1.3- java binary crashes ('OUCH: nested memory code, to 1
  levels')
  native jdk1.5 - compile stops after a series of errors ('Java
  HotSpot(TM) Client VM warning: Can't detect initial thread stack
  location')
  
  (I am using FreeBSD 5.3, linprocfs is mounted)
  
Regards,
Deepak

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Nagios Client on FreeBSD 5.4

2005-10-18 Thread Deepak Naidu
Thanx Bob for the hint...

Cheers,
Deepak Naidu.


--- Bob Middaugh [EMAIL PROTECTED] wrote:

  Deepak Naidu wrote:
   Hi,
   I wanted to install nagios client on FreeBSD
 5.4. 
   I want to monitor my SMTP (25) and disk usage
 etc to be 
  monitored from 
   Nagios server installed on Linux box.
   
   How do I do... In linux there is
 Nagios-Client.rpm. 
   What is the alternative on FreeBSD
   
   I dont want the server, I just wnat to monito my
 FreeBSD 5.4 host.
   
   Thanx for any help..
   
   Cheers,
   Deepak Naidu.
   
 
 On FreeBSD running nagios server, (dunno about
 Linux) From
 /usr/local/libexec/nagios  you'll see the plugins,
 or install them
 from ports if you don't have them already.  For disk
 is check_disk or
 check_local_disk, I don't have it in front of me
 right now.  from
 there you can do in your config file.:
 
 check_command   check_local_disk 
 
 check_command   check_tcp!25   --will monitor your
 SMTP service OR
 check_command   check_SMTP
 
 Read the Nagios docs for syntax on choosing a disk
 slice and setting
 the alert threshold.
 
 Good Luck,
 Bob
 
   
   
   
   Linux your Life, Don't Window it [[]]
   
   { All for the best }
   
   
 
 ___
 freebsd-questions@freebsd.org mailing list

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 




___ 
How much free photo storage do you get? Store your holiday 
snaps for FREE with Yahoo! Photos http://uk.photos.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ssh X forwarding problem

2005-10-18 Thread N Deepak
On Tue, Oct 18, 2005 at 09:11:32AM +0200, John Oxley wrote:
 I have two machines, cortizone and morphine.  On cortizone if I ssh into
 the box I can run X programs just fine (like eximon).  On morphine, I
 cannot get X forwarding going.
 
What exactly is the error message you see?

Try ssh -Y hostname (instead of -x) and see if it helps.

Regards,
Deepak

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ssh X forwarding problem

2005-10-18 Thread N Deepak
On Tue, Oct 18, 2005 at 01:31:35AM -0700, N Deepak wrote:
 On Tue, Oct 18, 2005 at 09:11:32AM +0200, John Oxley wrote:
  I have two machines, cortizone and morphine.  On cortizone if I ssh into
  the box I can run X programs just fine (like eximon).  On morphine, I
  cannot get X forwarding going.
  
 What exactly is the error message you see?
 
 Try ssh -Y hostname (instead of -x) and see if it helps.
 
Sorry, that is -X, not -x.

Regards,
Deepak

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Making FreeBSD 5.4-Release to FreeBSD 5.4-stable

2005-10-17 Thread Deepak Naidu
Hi,
 I how can I convert upgarde my FreeBSD 5.4-Relase to FreeBSD 
5.4-Stable.  I read the handbook, but things goes bouncer from my head.
 
Can some one put in simple and exact steps.
 
Cheers,
Deepak Naidu
 
 


-
Yahoo! Messenger  NEW - crystal clear PC to PC calling worldwide with voicemail 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Showing -- minus limit in df -h

2005-10-17 Thread Deepak Naidu
Hi,
 
 FreeBSD 5.4 show -(minus) limit when using the df -h command in /var/spool
 
OUtput bewlow:
 
/dev/da0s1a 9.7G  416M   8.5G   5% /
devfs   1.0K  1.0K 0B 100%  /dev
/dev/da0s1g 13G   4.2G7.7G   35%   /usr
/dev/da0s1d 9.7G  68M 8.8G   1% /var
/dev/da0s1e 19G   1.5G16G8% /var/log
/dev/da0s1f  9.7G  -48M9.0G   -1%/var/spool
/dev/md1 1.4G   846K  1.3G 0%
/var/spool/MailScanner/incoming
devfs   1.0K  1.0K 0B 100%  /var/named/dev

 
Cheers,
Deepak Naidu


-
Yahoo! Messenger  NEW - crystal clear PC to PC calling worldwide with voicemail 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Making FreeBSD 5.4-Release to FreeBSD 5.4-stable

2005-10-17 Thread Deepak Naidu
I have tried nothing, so thats the reason I have posted here.

Michael C. Shultz [EMAIL PROTECTED] wrote:On Monday 17 October 2005 04:57, 
Deepak Naidu wrote:
 Hi,
 I how can I convert upgarde my FreeBSD 5.4-Relase to FreeBSD
 5.4-Stable. I read the handbook, but things goes bouncer from my head.

 Can some one put in simple and exact steps.

 Cheers,
 Deepak Naidu


What have you tried so far?

-Mike
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]



-
Does your mail provider give you FREE antivirus protection? 
Get Yahoo! Mail
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Making FreeBSD 5.4-Release to FreeBSD 5.4-stable

2005-10-17 Thread Deepak Naidu
I have been to the below link 
 
ftp://snapshots.jp.freebsd.org/pub/FreeBSD/snapshots/i386/
 
I cant understand that should I just copy and them in my FreeBSD 5.4 or waht to 
do..
I have also been in 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.html
 
even then I cant understand, should I use cvsup with that relaseor stable tag, 
there after should I recompile my kernel or rebuild, thats the reason Iam 
asking, ist not that I am not taking effort but its not put in easy way...
 
If you can help me that would be nice, else no worries :)
 
Cheers,
Deepak Naidu


Michael C. Shultz [EMAIL PROTECTED] wrote:
On Monday 17 October 2005 08:57, you wrote:
 I have tried nothing, so thats the reason I have posted here.

My recomendation is you make some effort to help yourself,
then if you get stuck try asking again and do provide details
of what you have tried.

-Mike

 Michael C. Shultz wrote:On Monday 17 October 2005 
04:57, Deepak Naidu wrote:
  Hi,
  I how can I convert upgarde my FreeBSD 5.4-Relase to FreeBSD
  5.4-Stable. I read the handbook, but things goes bouncer from my head.
 
  Can some one put in simple and exact steps.
 
  Cheers,
  Deepak Naidu

 What have you tried so far?

 -Mike
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]



 -
 Does your mail provider give you FREE antivirus protection?
 Get Yahoo! Mail
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


-
Yahoo! Messenger  NEW - crystal clear PC to PC calling worldwide with voicemail 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Making FreeBSD 5.4-Release to FreeBSD 5.4-stable

2005-10-17 Thread Deepak Naidu
Thanx to Andrew, Michael and other for helping me out...

 

Thanx Michael for the details...

 

Cheers,

Deepak Naidu.


Michael C. Shultz [EMAIL PROTECTED] wrote:
On Monday 17 October 2005 10:06, Deepak Naidu wrote:
 I have been to the below link

 ftp://snapshots.jp.freebsd.org/pub/FreeBSD/snapshots/i386/

 I cant understand that should I just copy and them in my FreeBSD 5.4 or
 waht to do.. I have also been in
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.html

 even then I cant understand, should I use cvsup with that relaseor stable
 tag, there after should I recompile my kernel or rebuild, thats the reason
 Iam asking, ist not that I am not taking effort but its not put in easy
 way...

With a little information it is so much easier to help you :)

here is a sample cvsup file that will get you 5_STABLE

*default host=cvsup6.FreeBSD.org
*default base=/usr/local/etc/cvsup
*default prefix=/usr
*default release=cvs tag=RELENG_5
*default delete use-rel-suffix
src-all

in /etc/make.conf you need a line that points
to the above file, here is the one in mine:

SUPFILE= /usr/local/etc/cvsup/stable-supfile

I recomend you install sysutils/fastest_cvsup
then add this to /etc/make.conf as well:

SUPHOST= `/usr/local/bin/fastest_cvsup -Qc us`

The above will automatically cycle through the cvservers untill
it finds one that is available when you run cvsup

then cd /usr/src and run make update this will get you the 
5_STABLE sources. From that point read carefully

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html
section 20.4.1 The Canonical Way to Update Your System

Because this is your first time you should expect to loose everything on your
system and have taken appropriate precautions ie backing up anything
you cant live without.

-Mike


 If you can help me that would be nice, else no worries :)

 Cheers,
 Deepak Naidu


 Michael C. Shultz wrote:

 On Monday 17 October 2005 08:57, you wrote:
  I have tried nothing, so thats the reason I have posted here.

 My recomendation is you make some effort to help yourself,
 then if you get stuck try asking again and do provide details
 of what you have tried.

 -Mike

  Michael C. Shultz wrote:On Monday 17 October 2005

 04:57, Deepak Naidu wrote:
   Hi,
   I how can I convert upgarde my FreeBSD 5.4-Relase to FreeBSD
   5.4-Stable. I read the handbook, but things goes bouncer from my head.
  
   Can some one put in simple and exact steps.
  
   Cheers,
   Deepak Naidu
 
  What have you tried so far?
 
  -Mike
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  [EMAIL PROTECTED]
 
 
 
  -
  Does your mail provider give you FREE antivirus protection?
  Get Yahoo! Mail

 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]


 -
 Yahoo! Messenger NEW - crystal clear PC to PC calling worldwide with
 voicemail ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]


-
Yahoo! Messenger  NEW - crystal clear PC to PC calling worldwide with voicemail 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


evolution very slow

2005-10-17 Thread N Deepak
Hi,

  I am running FreeBSD-5.3-RELEASE.  I used cvsup and portupgrade to
  install evolution.  The version is: 2.2.3.

  The problem is that evolution is too slow.  It takes a few minutes
  after I give the password to show my inbox with hardly 30 e-mails.
  Moving from one e-mail to another is also very slow, and opening
  folders with a large number of e-mails is well nigh impossible.

  My account type is Microsoft Exchange.

  Any hints or pointers?

Thanks,
Deepak

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: evolution very slow

2005-10-17 Thread N Deepak
On Mon, Oct 17, 2005 at 10:24:32PM -0700, N Deepak wrote:
 Hi,
 
   I am running FreeBSD-5.3-RELEASE.  I used cvsup and portupgrade to
   install evolution.  The version is: 2.2.3.
 
   The problem is that evolution is too slow.  It takes a few minutes
   after I give the password to show my inbox with hardly 30 e-mails.
   Moving from one e-mail to another is also very slow, and opening
   folders with a large number of e-mails is well nigh impossible.
 
   My account type is Microsoft Exchange.
 
   Any hints or pointers?
 
Got it, the software was using 'internet' instead of 'intranet'.

When I replaced OWA URL from:
mail.example.com/exchange

to:
10.102.1.9/exchange

the sluggishness disappeared.

Regards,
Deepak

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Nagios Client on FreeBSD 5.4

2005-10-16 Thread Deepak Naidu
Hi,
I wanted to install nagios client on FreeBSD 5.4. 
I want to monitor my SMTP (25) and disk usage etc to
be monitored from Nagios server installed on Linux
box.

How do I do...  In linux there is Nagios-Client.rpm. 
What is the alternative on FreeBSD 

I dont want the server, I just wnat to monito my
FreeBSD 5.4 host.

Thanx for any help..

Cheers,
Deepak Naidu.







Linux your Life, Don't Window it [[]] 

   { All for the best }






___ 
How much free photo storage do you get? Store your holiday 
snaps for FREE with Yahoo! Photos http://uk.photos.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Should I increase vfs.read_max

2005-10-16 Thread Deepak Naidu
Thanx very much Andrew...


Cheers,
Deepak Naidu.


--- Andrew P. [EMAIL PROTECTED] wrote:

 On 10/15/05, Deepak Naidu [EMAIL PROTECTED]
 wrote:
  Thanx Andrew,
 
   Could u provide some details, where
 can I
  obtain 6.0, stable or what ever the updated
 release is
  there for 6.0.  The exact ISO download location.
 
  Bcos, I am always confused which one of 6.0 is
 perfect
  or  good.  If at all I am upgrading, how should I
 do.
 
  Thanx again for the feedback.
 
  Can I use Raisefs/XFS in Read and Write mode in
 6.0
 
  I know I am asking for more.
 
 
 I see that you live in India. Unfortunately, there
 are no
 good mirrors there that I know about. You can try to
 download 6.0-RC1 image from our central ftp server:

ftp://ftp.freebsd.org/pub/FreeBSD/ISO-IMAGES-i386/6.0/6.0-RC1-i386-disc1.iso
 
 But if the box is directly connected to the Internet
 (even via slow/lossy link), you'd better cvsup to
 the latest source tree and rebuild world/kernel.
 The update from 5.4 to 6.0 is painless.
 
 6.0 has read-only support for ReiserFS partitions,
 there's an effort to provide XFS support also, but
 it's far from complete yet. For most applications,
 UFS2 is as good (fast, reliable, feature-rich) as
 it gets.
 
 You can learn how to upgrade your system to
 6.0 by reading this:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.html
 
 post to this list in case of trouble, but choose
 a new subj line.
 
 
 Good luck,
 Andrew P.
 






___ 
Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail 
http://uk.messenger.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Disabling Hyperthreading...

2005-10-16 Thread Deepak Naidu
Hi,
I have installed FreeBSD 5.4 on Dell PowerEdge
1750, which has Xeon processors.

I have recompiled the kernel with SMP support(should I
add any option in Kernelconf file to disable it)

When using top command I c 0123, processor it seems
hyper threading is enabled.

How do I disable it, or is it diabled 


Thanx for any advise.

Cheers,
Deepak Naidu.



___ 
To help you stay safe and secure online, we've developed the all new Yahoo! 
Security Centre. http://uk.security.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


localepurge for FreeBSD?

2005-10-16 Thread N Deepak
Hi,

Debian GNU/Linux has a utility called `localepurge'.  This software asks
the user about his locale, and purges remaining locales.  The recovered
disk space, when executed the first time, can run into many megabytes.

Is there an equivalent for FreeBSD?

Thanks,
Deepak

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Nagios Client on FreeBSD 5.4

2005-10-16 Thread Deepak Naidu
Thanx Mattias I will give it a try and see.

 

Cheers,

Deepak Naidu


Mattias Björk [EMAIL PROTECTED] wrote:
Hi,

Deepak Naidu wrote:
 Hi,
 I wanted to install nagios client on FreeBSD 5.4. 
 I want to monitor my SMTP (25) and disk usage etc to
 be monitored from Nagios server installed on Linux
 box.
 
 How do I do... In linux there is Nagios-Client.rpm. 
 What is the alternative on FreeBSD 
 
 I dont want the server, I just wnat to monito my
 FreeBSD 5.4 host.
 
 Thanx for any help..
 
 Cheers,
 Deepak Naidu.
 
 
 
 
 
 
 
 Linux your Life, Don't Window it [[]] 
 
 { All for the best }
 
 
 
 
 
 
 ___ 
 How much free photo storage do you get? Store your holiday 
 snaps for FREE with Yahoo! Photos http://uk.photos.yahoo.com
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

Im not sure but I did a cd /usr/ports  make search key=nagios and 
found a bunch of information.
My best bet is to check out nagios-statd in ports. The full path is 
/usr/ports/sysutils/nagios-statd.

Best Regards Mattias Björk
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


-
How much free photo storage do you get? Store your holiday snaps for FREE with 
Yahoo! Photos. Get Yahoo! Photos
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: localepurge for FreeBSD?

2005-10-16 Thread N Deepak
On Sun, Oct 16, 2005 at 03:25:34PM -0400, Parv wrote:
  Debian GNU/Linux has a utility called `localepurge'.  This
  software asks the user about his locale, and purges remaining
  locales.
 
 I assume the user in this context is root?
 
Yes.

  The recovered disk space, when executed the first time, can run
  into many megabytes.
 
 One question: in a remote chance if one wants to convert/translate
 text from one locale to another, will that conversion work (via
 iconv  its ilk) devoid of the locale definitions?
 
Likely not, but that's why it first shows a menu, where the user can
keep locales he is interested in.  OTOH, I just don't need most of those
locales -- chinese, korean, japanese, ...  I can use the same disk space
for something better.

Regards,
Deepak

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Should I increase vfs.read_max

2005-10-15 Thread Deepak Naidu
Hi,
 I am running FreeBSD 5.4 on SunFire v20 on single
hard disk 73 GB...

I googled down some links regarding increasing IO
performance.  It said increase vfs.read_max from 8 to
16. I have done that, but cant justify any
improvement, as I am running mailserver(spam checker).
 Should I revert to 8 or use 16.

Have any one tried or is it recommended.

Also, how do I enable hyperthearding, does it improve
performance...

Link:
http://www.mail-archive.com/freebsd-performance@freebsd.org/msg00144.html

Cheers,
Deepak Naidu



___ 
How much free photo storage do you get? Store your holiday 
snaps for FREE with Yahoo! Photos http://uk.photos.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Should I increase vfs.read_max

2005-10-15 Thread Deepak Naidu

--- Andrew P. [EMAIL PROTECTED] wrote:

 On 10/15/05, Deepak Naidu [EMAIL PROTECTED]
 wrote:
  Hi,
   I am running FreeBSD 5.4 on SunFire v20 on
 single
  hard disk 73 GB...
 
  I googled down some links regarding increasing IO
  performance.  It said increase vfs.read_max from 8
 to
  16. I have done that, but cant justify any
  improvement, as I am running mailserver(spam
 checker).
   Should I revert to 8 or use 16.
 
  Have any one tried or is it recommended.
 
  Also, how do I enable hyperthearding, does it
 improve
  performance...
 
  Link:
 

http://www.mail-archive.com/freebsd-performance@freebsd.org/msg00144.html
 
  Cheers,
  Deepak Naidu
 
 
 
 

___
  How much free photo storage do you get? Store your
 holiday
  snaps for FREE with Yahoo! Photos
 http://uk.photos.yahoo.com
  ___
  freebsd-questions@freebsd.org mailing list
 

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 
 
 
 Think about upgrading to 6.0-RC1, its disk
 performance
 is great.
 
 Hyperthreading will probably bring you more
 problems,
 than performance. If you don't run very intensive
 virus scanning, you don't need it.
 ___
 freebsd-questions@freebsd.org mailing list

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 



Linux your Life, Don't Window it [[]] 

   { All for the best }






___ 
How much free photo storage do you get? Store your holiday 
snaps for FREE with Yahoo! Photos http://uk.photos.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Should I increase vfs.read_max

2005-10-15 Thread Deepak Naidu
Thanx Andrew,

 Could u provide some details, where can I
obtain 6.0, stable or what ever the updated release is
there for 6.0.  The exact ISO download location.

Bcos, I am always confused which one of 6.0 is perfect
or  good.  If at all I am upgrading, how should I do.

Thanx again for the feedback.

Can I use Raisefs/XFS in Read and Write mode in 6.0

I know I am asking for more.

Cheers,
Deepak Naidu.

--- Andrew P. [EMAIL PROTECTED] wrote:

 On 10/15/05, Deepak Naidu [EMAIL PROTECTED]
 wrote:
  Hi,
   I am running FreeBSD 5.4 on SunFire v20 on
 single
  hard disk 73 GB...
 
  I googled down some links regarding increasing IO
  performance.  It said increase vfs.read_max from 8
 to
  16. I have done that, but cant justify any
  improvement, as I am running mailserver(spam
 checker).
   Should I revert to 8 or use 16.
 
  Have any one tried or is it recommended.
 
  Also, how do I enable hyperthearding, does it
 improve
  performance...
 
  Link:
 

http://www.mail-archive.com/freebsd-performance@freebsd.org/msg00144.html
 
  Cheers,
  Deepak Naidu
 
 
 
 

___
  How much free photo storage do you get? Store your
 holiday
  snaps for FREE with Yahoo! Photos
 http://uk.photos.yahoo.com
  ___
  freebsd-questions@freebsd.org mailing list
 

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 
 
 
 Think about upgrading to 6.0-RC1, its disk
 performance
 is great.
 
 Hyperthreading will probably bring you more
 problems,
 than performance. If you don't run very intensive
 virus scanning, you don't need it.
 ___
 freebsd-questions@freebsd.org mailing list

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 



Linux your Life, Don't Window it [[]] 

   { All for the best }






___ 
Does your mail provider give you FREE antivirus protection? 
Get Yahoo! Mail http://uk.mail.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


D-Link wireless LAN card not working in 5.3-R

2005-10-14 Thread N Deepak
Hi,

  I am running FreeBSD 5.3 RELEASE on IBM ThinkPad R40e.  I have
  compiled a custom kernel.

  I have a D-Link wireless LAN card:  DWL-G650+

  When I insert the card into PCMCIA slot, I see this in
  /var/log/messages:

Oct 14 12:16:15 deepak-bsd53 kernel: cardbus0: Expecting link target,
got 0x2a
Oct 14 12:16:15 deepak-bsd53 kernel: cardbus0: Resource not specified in
CIS: id=10, size=2000
Oct 14 12:16:15 deepak-bsd53 kernel: cardbus0: Resource not specified in
CIS: id=14, size=2
Oct 14 12:16:15 deepak-bsd53 kernel: cardbus0: network at device 0.0
(no driver attached)
Oct 14 12:16:15 deepak-bsd53 kernel: cbb0: CardBus card activation
failed

  I have enabled PCMCIA devices in the kernel config:

# PCCARD (PCMCIA) support
# PCMCIA and cardbus bridge support
device  cbb # cardbus (yenta) bridge
device  pccard  # PC Card (16-bit) bus
device  cardbus # CardBus (32-bit) bus

  Relevant text from dmesg:

cbb0: TI1510 PCI-CardBus Bridge mem 0xb000-0xbfff irq 11 at
device 12.0 on pci0
cardbus0: CardBus bus on cbb0
pccard0: 16-bit PCCard bus on cbb0

  Any pointers to get the card working?

Thanks!
Deepak

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: D-Link wireless LAN card not working in 5.3-R

2005-10-14 Thread N Deepak
On Fri, Oct 14, 2005 at 02:41:59PM -0500, Andrew L. Gould wrote:
 
 Don't forget about:
 
 device ath_hal
 
 in the kernel configuration file.
 
Thanks.  I already found one ath_hal.ko in /boot/kernel, and I could
kldload it successfully.  But when I inserted my DWL-G650+, I got the
same messages:

Oct 15 08:56:30 deepak-bsd53 kernel: cardbus0: Expecting link target,
got 0x2a
Oct 15 08:56:30 deepak-bsd53 kernel: cardbus0: Resource not specified in
CIS: id=10, size=2000
Oct 15 08:56:30 deepak-bsd53 kernel: cardbus0: Resource not specified in
CIS: id=14, size=2
Oct 15 08:56:30 deepak-bsd53 kernel: cardbus0: network at device 0.0
(no driver attached)
Oct 15 08:56:30 deepak-bsd53 kernel: cbb0: CardBus card activation
failed

(I am in FreeBSD 5.3 RELEASE.)

Regards,
Deepak

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Regarding SMP -- usage of dual CPU

2005-10-12 Thread Deepak Naidu
Thanx Tamouh for ur instant reply... Yes I do see C with 0  1.

 

Thanx gain.

 

Cheers,

Deepak Naidu.


Tamouh H. [EMAIL PROTECTED] wrote:

 Dmesg shows FreeBSD ditected 2 CPU. But I want to find
 whether it is using Dual CPU or only one CPU.

 As I see SMP: AP CPU #1 Launched! in dmesg. What about CPU
 #0 is it using it.


Run 'top' and if you see a new column named 'C' with 0 and 1 then your SMP
is working properly.

Best,

Tamouh


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


-
How much free photo storage do you get? Store your holiday snaps for FREE with 
Yahoo! Photos. Get Yahoo! Photos
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Regarding SMP -- usage of dual CPU

2005-10-11 Thread Deepak Naidu
Hi,
  I have dual process on my Sunfire v20.  I have enabled SMP option in 
kernel and compiled  booted with new kernel.  Dmesg shows FreeBSD ditected 2 
CPU.  But I want to find whether it is using Dual CPU or only one CPU.
 
 As I see SMP: AP CPU #1 Launched! in dmesg.  What about CPU #0 is it using it.
 
Thanx for reponse.
 
Cheers,
Deepak Naidu.



-
How much free photo storage do you get? Store your holiday snaps for FREE with 
Yahoo! Photos. Get Yahoo! Photos
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Patching to FreeBSD 5.4-p7

2005-10-09 Thread Deepak Naidu
Hi,
 I want to know ow to upgarde or patch my FreeBSD 5.4 version to FreeBSD 
5.4-p7
 
Cheers,
Deepak Naidu.


-
How much free photo storage do you get? Store your holiday snaps for FREE with 
Yahoo! Photos. Get Yahoo! Photos
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Obtaining patch for FreeBSD 5.4

2005-10-03 Thread Deepak Naidu
Thanx for the inof..

I will try them...

Cheers,
Deepak Naidu


--- Micah [EMAIL PROTECTED] wrote:

 
 
 Deepak Naidu wrote:
  Hi,
   I have installed FreeBSD 5.4-release. I want
 to make it stable by patching. What should I do to
 make my FreeBSD 5.4 as stable(is 5.4 relase default
 a stable one ?).
   
  Cheers,
  Deepak Naidu.
 
 Basic procedure:  update your system sources to
 latest releng_5_4 via 
 cvsup, compile, then install.  Poof done.  Okay, not
 quite that simple, 
 here's some links to get you started:
 
 Some general directions can be found at 

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.html
 
 specifically

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html
 and

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html
 
 If after reading those links you still have
 questions, ask questions here.
 
 HTH,
 Micah
 ___
 freebsd-questions@freebsd.org mailing list

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 



Linux your Life, Don't Window it [[]] 

   { All for the best }








___ 
Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail 
http://uk.messenger.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Obtaining patch for FreeBSD 5.4

2005-10-02 Thread Deepak Naidu
Hi,
 I have installed FreeBSD 5.4-release. I want to make it stable by 
patching. What should I do to make my FreeBSD 5.4 as stable(is 5.4 relase 
default a stable one ?).
 
Cheers,
Deepak Naidu.
 


-
How much free photo storage do you get? Store your holiday snaps for FREE with 
Yahoo! Photos. Get Yahoo! Photos
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Performance of mailserevr in FreeBSD 5.4

2005-09-22 Thread Deepak Naidu

Thnax to you all...  We have done a black box testing
and seems FreeBSD is rocking, except when SA is set to
yes, Spamassasin(SA)... it just timesout.. It s my
look out, might be RAM issue...

Thanx for the feedback...

Cheers,
Deepak Naidu.

--- snacktime [EMAIL PROTECTED] wrote:

 On 9/20/05, Deepak Naidu [EMAIL PROTECTED]
 wrote:
 
  Hi,
 
  I wanted to know whether FreeBSD can make a
 perfect
  mailserver compared to mailservers on linux. I am
 in
  process of porting them, but needed some
 statistical
  info regarding its performance compared with other
 os.
 
 
 How do you define perfect? Performance? Mail servers
 are there own animal,
 performance doesn't apply in the same way it does
 with a web server for
 instance. Honestly, you are asking the wrong
 questions. The issues you will
 most likely face are tuning issues for large numbers
 of processes and files
 on disk. The mail server software you use will have
 way more impact on your
 performance and capacity then the OS will.
 
 If you want more specific answers you need to be
 more specific in your
 question. Give some details about what you need to
 do, what capacity you
 need, and you will probably get some helpful
 answers. You just aren't giving
 enough information to get anything useful in return
 other than 'ya freebsd
 will work fine'.
 
 Chris
 ___
 freebsd-questions@freebsd.org mailing list

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 




___ 
To help you stay safe and secure online, we've developed the all new Yahoo! 
Security Centre. http://uk.security.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Unloading kernel modules (fault tarp error)

2005-09-22 Thread Deepak Naidu
Hi,
  I have installed LVS server/hearbeat on FreeBSD. 
ipvsadm has some moudles which are to be loaded in
kernel.  I can easily load and unload them using
kldload, and kldunload command, but the issue is that
I want to load them at startup.

But when I pass the argument in /etc/loader.conf
system doesnt startup and I get page fault trap page
fault in kernel error and stop booting.  So I decided
to put them in /etc/rc.local, using the kload command.
 Then the startup is fine, it loads ok.

But when rebooting I get the same error, and after 15
secs starts.  It doesnt unloads the modules(bcos I
havent given any command to unload--- where should I
give if I dont use /etc/loader.conf).

Hope the issue is understood.  Please let me know if
you need more explanation.

Cheers,
Deepak Naidu.
  

Send instant messages to your online friends http://uk.messenger.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Performance of mailserevr in FreeBSD 5.4

2005-09-21 Thread Deepak Naidu
Thanx buddy, I am no way underestimating nay OS, but
need to be daam sure, before shifting all my servers,
hope u can understand.

Cheers,
Deepak Naidu.


--- bsd [EMAIL PROTECTED] wrote:

 I have configured four servers using FreeBSD 5.3
 with the following  
 ports :
 
 - Postfix
 - Amavisd-new
 - SpamAssassin
 - Dcc
 - Courrier-IMAP
 - Clamav
 
 Not only is this working very well, but It's easy to
 update and very  
 steady.
 
 One of the configuration I have is load balancing
 the trafic (using  
 MX DNS) between 2 servers (1U 3Ghz Intel proc).
 Servers are  
 processing mail (virus scanned - user verification
 using LDAP - spam  
 checked) and delivering them inside a network wher
 people are  
 collecting them.
 
 More than 10.000 mails are processed every day no
 problem.
 
 If you need more detail - let me know.
 
 
 Sincerly yours.
 
 
 Le 20 sept. 05 à 19:44, Deepak Naidu a écrit :
 
  Thanx Randy,
 
   It would be good, if I have some data
 of posted doc  
  regarding this... or of
  your own experience. Thanx for your advise 
 
  Cheers,
  Deepak Naidu.
 
  Randy Schultz [EMAIL PROTECTED] wrote:
  On Tue, 19 Sep 2005, Chuck Swiger spaketh thusly:
 
  -}Deepak Naidu wrote:
  -} I wanted to know whether FreeBSD can make a
 perfect
  -} mailserver compared to mailservers on linux. I
 am in
  -} process of porting them, but needed some
 statistical
  -} info regarding its performance compared with
 other os.
  -}
  -}FreeBSD makes a fine mailserver.
 
  It certainly does.
 
  A few months ago I did some testing and found that
 freebsd 5.4 with  
  softupdates
  enabled was able to process IIRC ~300% more email
 than fedora core  
  4. In fact
  sendmail on fbsd 5.4 handled nearly as much email
 as postfix on fc4  
  while
  postfix on fbsd 5.4 was smokin' the wire. I still
 have the hard  
  data around
  somewhere if you think it'll be useful to you.
 
  --
  Randy ([EMAIL PROTECTED]) 715-726-2832 email
 bodhisattva *
 
  There is no fire like passion, there is no shark
 like hatred,
  there is no snare like folly, there is no torrent
 like greed.
 
  ___
  freebsd-questions@freebsd.org mailing list
 

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
 freebsd-questions- 
  [EMAIL PROTECTED]
 
 
  -
  How much free photo storage do you get? Store your
 holiday snaps  
  for FREE with Yahoo! Photos. Get Yahoo! Photos
  ___
  freebsd-questions@freebsd.org mailing list
 

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
 freebsd-questions- 
  [EMAIL PROTECTED]
 
 
 
 
 
 «?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§
 
 Gregober --- PGP ID -- 0x1BA3C2FD
 bsd @at@ todoo.biz
 
 «?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§
 
 
 
 
 ___
 freebsd-questions@freebsd.org mailing list

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 



Linux your Life, Don't Window it [[]] 

   { All for the best }






___ 
To help you stay safe and secure online, we've developed the all new Yahoo! 
Security Centre. http://uk.security.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Performance of mailserevr in FreeBSD 5.4

2005-09-20 Thread Deepak Naidu
Hi,

   I wanted to know whether FreeBSD can make a perfect
mailserver compared to mailservers on linux.  I am in
process of porting them, but needed some statistical
info regarding its performance compared with other os.

It seems many webservers are run on FreeBSD, I know
its stable, but any specific, like less IO process
kernel, system tuning etc

Cheers,
Deepak Naidu

Send instant messages to your online friends http://uk.messenger.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Performance of mailserevr in FreeBSD 5.4

2005-09-20 Thread Deepak Naidu
Thanx Randy,
 
 It would be good, if I have some data of posted doc regarding 
this... or of 
your own experience. Thanx for your advise   
 
Cheers,
Deepak Naidu.

Randy Schultz [EMAIL PROTECTED] wrote:
On Tue, 19 Sep 2005, Chuck Swiger spaketh thusly:

-}Deepak Naidu wrote:
-} I wanted to know whether FreeBSD can make a perfect
-} mailserver compared to mailservers on linux. I am in
-} process of porting them, but needed some statistical
-} info regarding its performance compared with other os.
-}
-}FreeBSD makes a fine mailserver.

It certainly does.

A few months ago I did some testing and found that freebsd 5.4 with softupdates
enabled was able to process IIRC ~300% more email than fedora core 4. In fact 
sendmail on fbsd 5.4 handled nearly as much email as postfix on fc4 while 
postfix on fbsd 5.4 was smokin' the wire. I still have the hard data around 
somewhere if you think it'll be useful to you.

--
Randy ([EMAIL PROTECTED]) 715-726-2832 email bodhisattva *

There is no fire like passion, there is no shark like hatred,
there is no snare like folly, there is no torrent like greed.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


-
How much free photo storage do you get? Store your holiday snaps for FREE with 
Yahoo! Photos. Get Yahoo! Photos
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD 5.4 Custom CD making...

2005-09-16 Thread Deepak Naidu

any clue on this ??


--- Deepak Naidu [EMAIL PROTECTED] wrote:

 Hi,
  
 I wanted to create a custom FreeBSD 5.4, which
 will include my needed packages, and the partition
 type(ie / , /var, /usr and the partition size) what
 I prefix, this will not ask user with sysinstall
 options, if needed only root password.
  
 In short making my own distro.
  
 I hope some one have this valuable info..
 
   
 -
 How much free photo storage do you get? Store your
 holiday snaps for FREE with Yahoo! Photos. Get
 Yahoo! Photos
 ___
 freebsd-questions@freebsd.org mailing list

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 



Linux your Life, Don't Window it [[]] 

   { All for the best }






___ 
How much free photo storage do you get? Store your holiday 
snaps for FREE with Yahoo! Photos http://uk.photos.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD 5.4 Custom CD making...

2005-09-16 Thread Deepak Naidu
thanx for the hint, ya thats ok, is sysinstall only
used for jumpstart installation, or is it do something
with custom CD.

b'cos i wanted it to be made in a custom-CD containing
my apps, and configs, so that it gets installed on
different hardware machines.

Regards,
Deepak Naidu.


--- Lowell Gilbert
[EMAIL PROTECTED] wrote:

 Deepak Naidu [EMAIL PROTECTED] writes:
 
  any clue on this ??
 
 Well, start with man sysinstall and use the
 batch facility.
 
  
  
  --- Deepak Naidu [EMAIL PROTECTED] wrote:
  
   Hi,

   I wanted to create a custom FreeBSD 5.4,
 which
   will include my needed packages, and the
 partition
   type(ie / , /var, /usr and the partition size)
 what
   I prefix, this will not ask user with sysinstall
   options, if needed only root password.

   In short making my own distro.

   I hope some one have this valuable info..
 



Linux your Life, Don't Window it [[]] 

   { All for the best }






___ 
How much free photo storage do you get? Store your holiday 
snaps for FREE with Yahoo! Photos http://uk.photos.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD 5.4 Custom CD making...

2005-09-16 Thread Deepak Naidu
Thanx again, I could no where find install.cfg in the
CD1 of FreeBSD 5.4, was was just wondering...

If possible could you drop down the exact steps for
me..
I know I am asking for more..



--- Ean Kingston [EMAIL PROTECTED] wrote:

 On September 16, 2005 11:03 am, Deepak Naidu wrote:
  thanx for the hint, ya thats ok, is sysinstall
 only
  used for jumpstart installation, or is it do
 something
  with custom CD.
 
  b'cos i wanted it to be made in a custom-CD
 containing
  my apps, and configs, so that it gets installed on
  different hardware machines.
 
 Sysinstall is for installing FreeBSD. It works with
 a variety of install 
 types. As long as you stick with the format of the
 install CD you should be 
 able to add to it and have an installable system.
 
 
  Regards,
  Deepak Naidu.
 
 
  --- Lowell Gilbert
 
  [EMAIL PROTECTED] wrote:
   Deepak Naidu [EMAIL PROTECTED] writes:
any clue on this ??
  
   Well, start with man sysinstall and use the
   batch facility.
  
--- Deepak Naidu [EMAIL PROTECTED] wrote:
 Hi,

 I wanted to create a custom FreeBSD 5.4,
  
   which
  
 will include my needed packages, and the
  
   partition
  
 type(ie / , /var, /usr and the partition
 size)
  
   what
  
 I prefix, this will not ask user with
 sysinstall
 options, if needed only root password.

 In short making my own distro.

 I hope some one have this valuable info..
 
  Linux your Life, Don't Window it [[]]
 
 { All for the best }
 
 
 
 
 
 
 

___
  How much free photo storage do you get? Store your
 holiday
  snaps for FREE with Yahoo! Photos
 http://uk.photos.yahoo.com
  ___
  freebsd-questions@freebsd.org mailing list
 

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  [EMAIL PROTECTED]
 
 -- 
 Ean Kingston
 
 E-Mail: ean AT hedron DOT org
 URL: http://www.hedron.org/
 I am currently looking for work. If you need
 competent system/network 
 administration please feel free to contact me
 directly.
 ___
 freebsd-questions@freebsd.org mailing list

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 



Linux your Life, Don't Window it [[]] 

   { All for the best }






___ 
To help you stay safe and secure online, we've developed the all new Yahoo! 
Security Centre. http://uk.security.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD 5.4 Custom CD making...

2005-09-15 Thread Deepak Naidu
Hi,
 
I wanted to create a custom FreeBSD 5.4, which will include my needed 
packages, and the partition type(ie / , /var, /usr and the partition size) what 
I prefix, this will not ask user with sysinstall options, if needed only root 
password.
 
In short making my own distro.
 
I hope some one have this valuable info..


-
How much free photo storage do you get? Store your holiday snaps for FREE with 
Yahoo! Photos. Get Yahoo! Photos
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


TempFS in FreeBSD 5.4

2005-09-13 Thread Deepak Naidu
Hi all,

   I waned to create a RAM disk, rather tempfs. 
How do I do it in FreeBSD.

In Linux there is a fund of tempfs like below...
mounted in fstab(content of fstab)
none on /dev/shm type tmpfs (rw)

and one more thing can I mount /proc, if so how...

How to do in FreeBSD.

Regards,
Deepak



Linux your Life, Don't Window it [[]] 

   { All for the best }








___ 
Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail 
http://uk.messenger.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Porting from LInux to FreeBSD

2005-09-08 Thread Deepak Naidu
Hi,
   I am trying to migrate my mail servers from Fedora
core 3 to FreeBSD 5.4, due to performance issue.  Had
few questions.

1)Which is the suitable filesystem ie UFS2, Ext2
etc...
for mailing server. I used raiserfs in linux.  Which
File System's are supported in FreeBSD 5.4 and which
is stable for mailing system.  How do i enable them in
kernel.

2)How to i find memory, cpu information in freebsd,
apart from TOP. In linux we have free and
/pro/cpuinfo.  I dont see any files under /proc

3) Is SMP support enabled in FreeBSD 5.4, or should I
recompile the kernel for the support(what kernel
arguments should I use).

Regards,
Deepak Naidu.






___ 
Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail 
http://uk.messenger.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Porting from LInux to FreeBSD

2005-09-08 Thread Deepak Naidu

i am using my yahoo a/c ... ya regarding xfs its only
read only support in 6.0 and no support for 5.4

Thanx 
Deepak Naidu.

--- Subhro [EMAIL PROTECTED] wrote:

 Deepak Naidu sat at his 'puter and typed on 9/8/2005
 16:55:
 
 Hey Subhro thanx for the info.  I used Reiserfs in
 linux, bcos its reads and writes smaller files
 faster
 like file size of 1-5 Mb, basically for mailing
 solution.  I dont know where iam wrong.  
 
 I have read regarding XFS, in freebsd any info ?.
 So ok FreeBSD supports UFS1/2, dos, fat, fat32,
 ext2
 reiserfs read only, ok cool...
 
 So how do i enable Reiserfs in kernel, and do the
 partion at install time...
 
 http://people.freebsd.org/~rodrigc/xfs/index.html
   
 
 XFS is supported in FBSD. For infomration regarding
 enabling various 
 stuff in the kernel have a look at
 /usr/src/sys/conf/NOTES. BTW, your 
 mail client incorrectly marks the replies. Why dont
 u use thunderbird? 
 Its a really cool client IMHO. Also send a cc to 
 [EMAIL PROTECTED]
 
 Thanks
 S.
 
 
 --- Subhro [EMAIL PROTECTED] wrote:
 
   
 
 Deepak Naidu sat at his 'puter and typed on
 9/8/2005
 15:16:
 
 
 
 Hi,
  
 
   
 
 Hello :-),
 
 
 
   I am trying to migrate my mail servers from
   
 
 Fedora
 
 
 core 3 to FreeBSD 5.4, due to performance issue. 
 
   
 
 Cool! Go for it :-)
 
 
 
 1)Which is the suitable filesystem ie UFS2, Ext2
 etc...
 for mailing server. I used raiserfs in linux. 
   
 
 Which
 
 
 File System's are supported in FreeBSD 5.4 and
   
 
 which
 
 
 is stable for mailing system.  How do i enable
 them
   
 
 in
 
 
 kernel.
  
 
   
 
 The native filesystem for FreeBSD 5.x and above is
 UFS2 which performs
 exceptionally well IMHO. Reiserfs also has support
 in FBSD although
 readonly only. Just something off topic, did you
 have any reasons for
 using ReiserFS in Linux and not use EXT2/3?
 
 
 
 2)How to i find memory, cpu information in
 freebsd,
 apart from TOP. In linux we have free and
 /pro/cpuinfo.  I dont see any files under /proc
  
 
   
 
 what information do you need that top does not
 provide? You can try
 sysctl -a | more and analyse all the kernel
 runtime
 variables.
 
 
 
 3) Is SMP support enabled in FreeBSD 5.4, or
 should
   
 
 I
 
 
 recompile the kernel for the support(what kernel
 arguments should I use).
  
 
   
 
 No SMP by default is not there in the stock
 kernel.
 However you can boot
 up your SMP box with the stock kernel and cimpile
 SMP support in it.
 Refer to the handbook for the kernel parameters.
 Also have a look at
 /usr/src/sys/arch/conf/GENERIC
 and
 /usr/src/sys/arch/conf/NOTES for examples where
 arch is your
 architecture (i386,amd64,etc)
 
 Welcome to the world of FreeBSD.
 
 Thanks
 S.
 
 -- 
 
 
 

-+-
   
 
  | Subhro Sankha
 Kar
   \   /  |   GSM: +919831064613 
 Egold:
 2078232
\./   |MSN:[EMAIL PROTECTED]  --  Yahoo:
 subhro82
   (0Y0)  |ICQ: 203567534 --  AIM:
 bsdboy1982
 
 
 

--ooO--(_)--Ooo--+-
   
 
 
 
 
 
 
 
  

___
 
 Does your mail provider give you FREE antivirus
 protection? 
 Get Yahoo! Mail http://uk.mail.yahoo.com
 
   
 
 
 
 -- 

-+-
| Subhro Sankha Kar
   \   /  |   GSM: +919831064613  Egold:
 2078232
\./ |MSN:[EMAIL PROTECTED]  --  Yahoo:
 subhro82
   (0Y0)|ICQ: 203567534 --  AIM:
 bsdboy1982

--ooO--(_)--Ooo--+-
 
 



Linux your Life, Don't Window it [[]] 

   { All for the best }






___ 
To help you stay safe and secure online, we've developed the all new Yahoo! 
Security Centre. http://uk.security.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Troubleshoting with nat

2004-10-04 Thread deepak
Dear sir
I have two network on two different switch. My pc have two lan cards
among which 1st is connected to 1st switch and 2nd is connected to
second switch. Both the switch are not cascaded. One pc from 1st network
can ping to 1st card and not to 2nd card and 2nd network , in the same
manner pc from 2nd network can't ping to 1st card and 1st network . How
to do it without cascading .  All my pc are running windows 2000 server
and professional.
 
Deepak Srivastava
Lafance Overseas Private Ltd.
Handy: 011 38750887
Ph: +91 11 26827333
Think Positively and Masterfully, With Confidence and Faith, and life
becomes more secure... richer in achievement and experience - Swami
Vivekananda
 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


help

2003-09-12 Thread deepak patil
Dear sir/ Madam,
We are having Server with FreeBSD 4.6.2 - Release. I would like to know Some basic 
paths  Commands to start, stop the apache, sendmail , ftpd, mysqld services.  How or 
Where Iwill find these services means what is the path for those.
Please help me in this issue.
 
Thanks  Regards
 
Deepak patil


-
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: FreeBSD 2.2.6

2002-10-17 Thread Deepak Jain

Go to FTP.FREEBSD.ORG and download a more-current FreeBSD release. Say
4.7-RELEASE. You'll be much happier and the included documentation
(including that on CVS) is much better.

The Handbook on the www.freebsd.org website also walks through the CVS
process on more modern FreeBSD versions.

Hope this helps,

Deepak Jain
AiNET

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:owner-freebsd-questions;FreeBSD.ORG]On Behalf Of Denis Fournier
 Sent: Thursday, October 17, 2002 11:21 AM
 To: [EMAIL PROTECTED]
 Subject: FreeBSD 2.2.6


 Hi, I work in a research environnement. I found and installed FreeBSD
 2.2.6. But now I need to recompile the Kernel but the download
 did not come
 with the src directory.
 I know that I can check on the CVS server but I don't know how to get the
 files.
 I would appreciate if someone can e-mail me the src directory or tell me
 where a can get it or how to get it if I have to go on the CVS server.

 Thanks




 --
 --
 --

 Denis Fournier  Communications Research Centre Canada
 Tel:(613) 990-8782   3701 Carling Avenue,
 Fax:(613) 998-9648  Ottawa, Ontario, CANADA
 Email: [EMAIL PROTECTED]   K2H 8S2


 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message