can you help script about rename directory

2007-11-01 Thread adrian kok
Hi all 

how can I have script to rename the following
directory pattern from

 

from 

dir-192.168.30.0   
dir-192.168.30.144 
dir-192.168.30.184


To:


dir-10.0.30.0   
dir-10.0.30.144 
dir-10.0.30.184

thank you

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]


ports net-snmp to support 64-bit snmp counter

2006-05-03 Thread adrian kok
Hi All

I am running freebsd 4.11 release and want to have
net-snmp to support 64 bit counter

I deinstall the net-snmp but don't know how to
re-complie  the port to support 
--enable-mfd-rewrites

I changed the Makefile and recomplied it and it
doesn't work

snmpwalk -v 2c -c x localhost ifHighSpeed
IF-MIB::ifHighSpeed = No Such Object available on this
agent at this OID

Thank you for your help


CONFIGURE_ARGS+=--enable-shared --enable-internal-md5
\
--enable-mfd-rewrites \
   
--with-mib-modules=${_NET_SNMP_MIB_MODULES} \
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ports net-snmp to support 64-bit snmp counter

2006-05-03 Thread adrian kok
Dear Nelson

Thank you for your mail

Do you know and have experience how to solve this 
Gigabit speed, net-snmp, and overflows issue?

http://lists.ee.ethz.ch/mrtg/msg30587.html

Thank you again


--- Dan Nelson [EMAIL PROTECTED] wrote:

 In the last episode (May 03), adrian kok said:
  I am running freebsd 4.11 release and want to have
  net-snmp to support 64 bit counter
 
 FreeBSD's internal network counters are 32-bit, so
 it won't help you.
 
 -- 
   Dan Nelson
   [EMAIL PROTECTED]
 

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


control udp, icmp packets

2005-02-07 Thread adrian kok
Hi all

I am running zebra in freebsd.
but can I have feature like cisco iso?
I got the document from cymru about icmp and udp as
follows:

I tried the dummynet but it is not working properly!
If you have this experience about dummynet working
fine in router, please share to me.

Thank you

 ! Allow UDP to occupy no more than 2 Mb/s of the
pipe.
 rate-limit input access-group 150 201 25
25 conform-action transmit exceed-action drop
 ! Allow ICMP to occupy no more than 500 Kb/s of the
pipe.
 rate-limit input access-group 160 50 62500 62500
conform-action transmit exceed-action drop
 ! Allow multicast to occupy no more than 5 Mb/s of
the pipe.
 rate-limit input access-group 170 500 375000
375000 conform-action transmit exceed-action drop

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


control udp, icmp packets

2005-02-07 Thread adrian kok
Hi all

I am running zebra in freebsd.
but can I have feature like cisco iso?
I got the document from cymru about icmp and udp as
follows:

I tried the dummynet but it is not working properly!
If you have this experience about dummynet working
fine in router, please share to me.

Thank you

 ! Allow UDP to occupy no more than 2 Mb/s of the
pipe.
 rate-limit input access-group 150 201 25
25 conform-action transmit exceed-action drop
 ! Allow ICMP to occupy no more than 500 Kb/s of the
pipe.
 rate-limit input access-group 160 50 62500 62500
conform-action transmit exceed-action drop
 ! Allow multicast to occupy no more than 5 Mb/s of
the pipe.
 rate-limit input access-group 170 500 375000
375000 conform-action transmit exceed-action drop

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


kernel for network routing

2004-11-10 Thread adrian kok
Hi all

How I can tune the kernel to increase the performance
for routing purpose? 

ls it just?

1/ loader.conf
kern.ipc.nmbclusters=65536

2/ sysctl.conf
net.inet.tcp.sendspace=65536
net.inet.tcp.recvspace=65536
net.inet.udp.recvspace=65536

Do I need to edit something in kernel and re-compile
it?

Thank you very much for your help

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


ipfw and access-list

2004-09-21 Thread adrian kok
Dear all

I am using freebsd as router and firewall

I have question about the following rules 
implemented on ipfw and access-list of zebra

Do I have any problem and slow down the router using
same rule?

Thank you so much

# Deny all inbound traffic from non-routable reserved
address spaces
$cmd 00300 deny all from 192.168.0.0/16 to any in via
$pif  #RFC 1918 private IP
$cmd 00301 deny all from 172.16.0.0/12 to anyin via
$pif #RFC 1918 private IP
$cmd 00302 deny all from 10.0.0.0/8 to anyin via $pif 
#RFC 1918 private IP
$cmd 00303 deny all from 127.0.0.0/8 to anyin via $pif
   #loopback
$cmd 00304 deny all from 0.0.0.0/8 to anyin via $pif  
 #loopback
$cmd 00305 deny all from 169.254.0.0/16 to anyin via
$pif   #DHCP auto-config
$cmd 00306 deny all from 192.0.2.0/24 to anyin via
$pif   #reserved for doc's
$cmd 00307 deny all from 204.152.64.0/23 to anyin via
$pif  #Sun cluster interconnect
$cmd 00308 deny all from 224.0.0.0/3 to anyin via $pif
#Class D  E multicast
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


ipfw question

2004-09-20 Thread adrian kok
Dear all

I have 2 questions

1/ Recently, my mrtg graph showed many spikes
Incoming in outer interface of the router.

ls it possible to log them and check?

If I log everthing, I am afraid to slow down the
network. What is the best way to do it?


2/ I read some firewall docs. they said that it is
good to allow 5% bandwidth for icmp only

ls it true?

how can I do it?

Thank you

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


complie kernel in amd 64

2004-09-07 Thread adrian kok
Hi all

I try to add ipfw (default -accept), device polling in
the kernel
and recomplie in amd 64

but I got error as follows:

how can I fix it

Thank you



../../../amd64/amd64/genassym.c:209: error: storage
size of `MSR_FSBASEw2' isn't known
../../../amd64/amd64/genassym.c:209: error: storage
size of `MSR_FSBASEw3' isn't known
../../../amd64/amd64/genassym.c:210: error: storage
size of `MSR_GSBASEsign' isn't known
../../../amd64/amd64/genassym.c:210: error: storage
size of `MSR_GSBASEw0' isn't known
../../../amd64/amd64/genassym.c:210: error: storage
size of `MSR_GSBASEw1' isn't known
../../../amd64/amd64/genassym.c:210: error: storage
size of `MSR_GSBASEw2' isn't known
../../../amd64/amd64/genassym.c:210: error: storage
size of `MSR_GSBASEw3' isn't known
../../../amd64/amd64/genassym.c:211: error: storage
size of `MSR_KGSBASEsign' isn't known
../../../amd64/amd64/genassym.c:211: error: storage
size of `MSR_KGSBASEw0' isn't known
../../../amd64/amd64/genassym.c:211: error: storage
size of `MSR_KGSBASEw1' isn't known
../../../amd64/amd64/genassym.c:211: error: storage
size of `MSR_KGSBASEw2' isn't known
../../../amd64/amd64/genassym.c:211: error: storage
size of `MSR_KGSBASEw3' isn't known
*** Error code 1

___
Do You Yahoo!?
Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


netstat -an

2004-08-04 Thread adrian kok
Hi all

I installed ntop on the server

but I can't get tcp4 by netstat -an
and it is only tcp6 listen on port 2853


tcp6   0  0  *.2853

Why?

Thank you

___
Do You Yahoo!?
Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: bandwidth question

2004-08-03 Thread adrian kok
Dear Chuck

I tried mrtg in net-mgmt before. but the graphic only
supports max 10M. I read newsgroup and don't know how
to make it in 1000M

I am just upgrading the lease line from 100M to 1000M
and know where to get software to monitor on it

Thank you very much



 --- Chuck Swiger [EMAIL PROTECTED] wrote: 
 adrian kok wrote:
  Can you tell me in details?
 
 Sure-- if you ask a specific question, you will get
 a detailed answer.
 
  I need the bandwidth software to create graph in
 1G
 
 Your question is unclear.  You may be asking about
 drivers for gigabit 
 ethernet NICs (see man gx, man bge, man sk). 
 Or maybe bandwidth 
 management and traffic shaping (see man dummynet),
 or maybe you're talking 
 about something else like network management tools
 which produce pretty charts 
 and graphs (see ls /usr/ports/net-mgmt).
 
 -- 
 -Chuck
 
  

___
Do You Yahoo!?
Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: bandwidth question

2004-08-03 Thread adrian kok
Dear Sir

Thank you for your help

Can dummynet apply in router also?

I run the freebsd as router

I saw doc about dummynet is in bridge in the freebsd
handbook

Thank yo again 

 --- Wojciech Puchar [EMAIL PROTECTED]
wrote: 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 
  Can you tell me in details?
 
  I need the bandwidth software to create graph in
 1G
 quite unclear question.
 
 you ipfw to create counters for what you need, read
 it regularly (cron
 etc.), then process data to greate some graphs etc.
 (maybe gnuplot).
 
 Possibly there are something that will do this for
 you.
 
 
 if you like just to get how big traffic goes through
 interface
 you may use systat to take data.
 
 anyway - it doesn't mean if it's 9600bps ppp link of
 ethernet or gigabit
 ethernet
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.3 (FreeBSD)
 

iD8DBQFBDWytVbTJCKecqu0RAus2AJ95EnQc695UYVmrEFFCCD7YNMzKnQCfSLri
 d0Cya4oUFXlp9xrx4tVGTAM=
 =XCbU
 -END PGP SIGNATURE-
 
  

___
Do You Yahoo!?
Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: bandwidth question

2004-08-01 Thread adrian kok
Hi 

Can you tell me in details?

I need the bandwidth software to create graph in 1G

Thank you


 --- Wojciech Puchar [EMAIL PROTECTED]
wrote: 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
  Hi all
 
  Do you know there is bandwidth software to support
  Giga ethernet?
 
 same place where it is to support fast ethernet.
 
 
  Thank you very much
 
 

___
  Do You Yahoo!?
  Get your free @yahoo.com.hk address at
 http://mail.english.yahoo.com.hk
  ___
  [EMAIL PROTECTED] mailing list
 

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.3 (FreeBSD)
 

iD8DBQFBDCggVbTJCKecqu0RAngoAJ4hmm+JMoMOjDPrZdBuy9/ItAwFZACaAxbO
 lg5pnOjnazs1VICoGp/aQgI=
 =6X6e
 -END PGP SIGNATURE-
 
  

___
Do You Yahoo!?
Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


bandwidth question

2004-07-31 Thread adrian kok
Hi all

Do you know there is bandwidth software to support
Giga ethernet?

Thank you very much

___
Do You Yahoo!?
Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


memory test

2004-07-06 Thread adrian kok
Hi all

Suse linux startup has linux testing feature

Do you know how can get this software?

Thank you

___
Do You Yahoo!?
Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


ping command question

2004-06-21 Thread adrian kok
Hi all

Do you know why the command ping in unix and window
is different?

I start from one ISP to ping other ISP

1/ If the following result from window, it is good or
not?
lost = 7 within 3 thousand packets

2/ how do I kow the average ms is good or not?

3/ Which one (unix or window) is best for testing?

Thank you very much for your advice

Reply from 66.49.4.148: bytes=32 time=99ms TTL=57
Reply from 66.49.4.148: bytes=32 time=109ms TTL=57
Reply from 66.49.4.148: bytes=32 time=100ms TTL=57
Reply from 66.49.4.148: bytes=32 time=95ms TTL=57

Ping statistics for 66.49.4.148:
Packets: Sent = 3534, Received = 3527, Lost = 7
(0% loss),
Approximate round trip times in milli-seconds:
Minimum = 89ms, Maximum =  640ms, Average =  102ms
Control-C


- 



___
Do You Yahoo!?
Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


ping command question

2004-06-21 Thread adrian kok
Hi all

Do you know why the command ping in unix and window
is different?

I start from one ISP to ping other ISP

1/ If the following result from window, it is good or
not?
lost = 7 within 3 thousand packets

2/ how do I kow the average ms is good or not?

3/ Which one (unix or window) is best for testing?

Thank you very much for your advice

Reply from 66.49.4.148: bytes=32 time=99ms TTL=57
Reply from 66.49.4.148: bytes=32 time=109ms TTL=57
Reply from 66.49.4.148: bytes=32 time=100ms TTL=57
Reply from 66.49.4.148: bytes=32 time=95ms TTL=57

Ping statistics for 66.49.4.148:
Packets: Sent = 3534, Received = 3527, Lost = 7
(0% loss),
Approximate round trip times in milli-seconds:
Minimum = 89ms, Maximum =  640ms, Average =  102ms
Control-C


- 



___
Do You Yahoo!?
Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


dial up server

2003-07-24 Thread adrian kok
Hi all

I want to provide dialup service for internet?

Can freebsd provide dial up server, dhcp and
authenication function?

How can I configure and where can I get documentation 

Thank you

___
Do You Yahoo!?
Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: vi

2003-07-05 Thread adrian kok
Hi all

My friend puts some words in in.txt eg: 

xxx
wq!

and vi  in.txt 

then this program in in.txt will automatically do it
and finally save and exit

So it is not relvant about vi in.txt 
to change the content in in.txt

Thank you



 --- Fernando Gleiser [EMAIL PROTECTED]
wrote:  On Sat, 5 Jul 2003, adrian kok wrote:
 
  Can I avoid this warning message from vi?
  When I run vi in.txt
  Vim: Warning: Input is not from a terminal
 
 Run vi in.txt
 
 If you need to edit a file from a script, use ex or
 sed instead
 
 
   Fer
  

___
Do You Yahoo!?
Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


vi

2003-07-04 Thread adrian kok
Can I avoid this warning message from vi?
When I run vi in.txt
Vim: Warning: Input is not from a terminal

Thank you


___
Do You Yahoo!?
Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: snoop

2003-06-24 Thread adrian kok
Hi all

Thank you for your reply

If I install those software, does my server have
security problem?

In my memory, I read a books before.
sth will make the network card to prismous mode and
there is security problem

I am not sure about it. please teach me

thank you again


 --- Fernando Gleiser [EMAIL PROTECTED]
wrote:  On Fri, 20 Jun 2003, adrian kok wrote:
 
  Hi all
 
  Do you know where I can get snoop to analysis the
  traffic?
 
 If you mean Solaris' snoop, take a look at
 tcpdump(1). It's in the base
 system. You may also look at tcpshow (in the ports,
 net/tcpshow) for
 decoding tcpdump's output
 
 
   Fer
  

___
Do You Yahoo!?
Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


snoop

2003-06-19 Thread adrian kok
Hi all

Do you know where I can get snoop to analysis the
traffic?

Thank you

___
Do You Yahoo!?
Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


radius server

2003-06-18 Thread adrian kok
Hi all

Does freebsd provide radius server?

If yes, how can we get this running? any documents
also

Thank you

___
Do You Yahoo!?
Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


gateway

2003-06-03 Thread adrian kok
Hi all

I would like to know

ls it possible to have 2 gateways on one computer?

if yes, how do I set it in freebsd?

Thank you


___
Do You Yahoo!?
Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


advice about copy from disk to disk

2003-05-29 Thread adrian kok
Hi all

Can you give me advice: quicky copy from disk to disk 

I use command dd and it almost takes the whole day to
copy 80G data! 
dd if=seondary master of=secondary slave bs=1024 
(Secondary master to secondary slave)?

and is there any tools also 

Thank you very much

___
Do You Yahoo!?
Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


ssh and rsync without password

2003-03-26 Thread adrian kok
Hi all

I have problem to configure rsync without password

I followed the following but didn't work

please tell me what is wrong.
Thank you

 Generate a key for yourself on the client machine
using ssh-keygen.
 Save it in the default location (~/.ssh/identity).
Use an empty
 passphrase. 
 
 This will create two files - ~/.ssh/identity, which
is your private
 key, and ~/.ssh/identity.pub - your public key.
 
  Copy the public key to the remote machine, and
append it to the file
 ~/.ssh/authorized-keys (create the file if it
doesn't exist).
 
 Now you should be able to type:
 
 ssh remote-machine
 
 and connect without a password.

___
Do You Yahoo!?
Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mirror site

2003-03-04 Thread adrian kok
Dear Giorgos

Thank you 

If I use rsync, can it run at background job?

Thank you

 --- Giorgos Keramidas [EMAIL PROTECTED]
wrote:  On 2003-03-04 14:26, adrian kok
 [EMAIL PROTECTED] wrote:
  I would like to create 2 ftp sites from different
 regions
  What is the best way to mirror each other?
 
 I'm not sure if I understand the question correctly,
 but you could
 always decide in advance which of the two sites is
 the master and
 periodically pull updates from the master to the
 secondary using any
 method you prefer (i.e. rsync).
 
 - Giorgos
  

___
Do You Yahoo!?
Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk

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


disconnect?

2003-03-03 Thread adrian kok
Hi all

I run the background job wget by ssh

When I discounnect ssh, it does have
9%
.10% on the screen

Why?

Thank you

 

___
Do You Yahoo!?
Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk

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


mirror site

2003-03-03 Thread adrian kok
Hi all

I would like to create 2 ftp sites from different
regions

What is the best way to mirror each other?

Thank you for your information and help



___
Do You Yahoo!?
Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk

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


php.ini

2002-11-28 Thread adrian kok
Hi all

I installed mod_php4 by port

But where is a file php.ini?

Thank you for your help

___
Do You Yahoo!?
Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk

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



linux programs?

2002-11-28 Thread adrian kok
Hi all

As the software requirement, I need to install
ZendOptimizer-2.0.3-Linux_glibc21-i386

but I got the error

testing# ./install.sh
ELF binary type 0 not known.
Abort trap

I checked newsgroup and it said that I don't have
linux program installed

Am I correct?
and which linux progrom should I install

Thank you very much



___
Do You Yahoo!?
Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk

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



please teach me about share object

2002-11-28 Thread adrian kok
Hi all

I got error from apache.log

Failed loading /usr/local/Zend/lib/ZendOptimizer.so: 
Shared object libm.so.6 not found

But the file is existing on
/usr/compat/linux/lib/libm.so.6

Can you teach me?

Thank you very much



___
Do You Yahoo!?
Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk

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



please teach me about share object

2002-11-28 Thread adrian kok
Hi all

I got error from apache.log

Failed loading /usr/local/Zend/lib/ZendOptimizer.so: 
Shared object libm.so.6 not found

But the file is existing on
/usr/compat/linux/lib/libm.so.6

Can you teach me?

Thank you very much



___
Do You Yahoo!?
Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk

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



port to install

2002-11-27 Thread adrian kok
Hi all

I am checking the php in ports is ver 3.23
how can I install ver 3.22

thank you


___
Do You Yahoo!?
Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk

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



please help: how do I replace words

2002-11-21 Thread adrian kok
Hi all

I have problem to replace words 
from 192.168.0.1 to 172.16.0.1 in file abc.com

file content:
abc.com   192.168.0.1
localhost.abc.com 127.0.0.1

I tried:

sed -n 's/192.168.0.1/172.16.0.1/w abc.com.tmp'
abc.com

file abc.com.tmp
only shows l line
abc.com   172.16.0.1
and missing localhost.abc.com 127.0.0.1



I tried and it is same!
sed -n 's/192.168.0.1/172.16.0.1/gw abc.com.tmp'
abc.com

I can't use perl because the sed is within shell
script

TIA















___
Do You Yahoo!?
Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk

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



RE: check mac address

2002-11-11 Thread adrian kok
Sorry I made you confusion

Right now I have mac address but would like to check
the ip address of this mac address 

They are in same LAN

Thank you



 --- Scott Overfield [EMAIL PROTECTED] wrote: 
Arp -a
 
 -Original Message-
 From: adrian kok [mailto:adriankok2000;yahoo.com.hk]
 
 Sent: Friday, November 08, 2002 4:51 PM
 To: [EMAIL PROTECTED]
 Subject: check mac address
 
 
 Hi all
 
 How do I check mac address by ipaddress?
 
 Thank you
 

___
 Do You Yahoo!?
 Get your free @yahoo.com.hk address at
 http://mail.english.yahoo.com.hk
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of
 the message 

___
Do You Yahoo!?
Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk

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



udp and traceroute

2002-10-25 Thread adrian kok
Dear all

I did traceroute from outside and traceroute can't
reach to my server

But it works fine after I deleted the rule 'UDP deny'

Now I would like to block UDP.

Which udp port I can open in the firewall and let
outside to reach my server by traceroute 
and only traceroute working

Thank you


___
Do You Yahoo!?
Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk

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



Data transmission

2002-10-11 Thread adrian kok

Hi all

I have question about data transmission speed in the
network card

When each request coming from outside, the data
transmission speed in the network is recorded just 64K

Can I increase this speed? and how can I do it?

Thank you very much for your help


___
Do You Yahoo!?
Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk

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



routing

2002-07-18 Thread adrian kok

Dear all

have you had experience to use zebra for routing?

Please give me any idea about it

Thank you

___
Do You Yahoo!?
Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk

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