Re: Equivilant of 'lsmod'

2009-08-24 Thread Dunc
Dan Nelson wrote:
 In the last episode (Aug 24), Jerry said:
 What is the equivalent of the Linux 'lsmod' command in FreeBSD?
 
 Remember to actually describe what you want, rather than just giving the
 linux command.  To list the loaded kernel modules, run kldstat.
 

I think he wanted to know what the equivalent of the Linux 'lsmod'
command is.

___
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: diablo-jdk16

2009-08-20 Thread Dunc
Roy Stuivenberg wrote:
 Hello,

 I am facing a java problem.

 When I try to install diablo-jdk16 it says ..

 rs-unix# pwd
 /usr/ports/java/diablo-jdk16
 rs-unix# make install clean
 ===  Vulnerability check disabled, database not found
 ===  Found saved configuration for diablo-jdk-1.6.0.07.02_5

  Because of licensing restrictions, you must fetch the distribution
  manually.

  Please open http://java.sun.com/javase/downloads/index.jsp
  in a web browser and follow the Download link for
  JDK US DST Timezone Update Tool - 1_3_15 to obtain the
  time zone update file, tzupdater-1_3_15-2009g.zip.

  Please place the downloaded file(s) in /usr/ports/distfiles.

 *** Error code 1

 Stop in /usr/ports/java/diablo-jdk16.
 *** Error code 1

 Stop in /usr/ports/java/diablo-jdk16.
 rs-unix# 

 I have tzupdater-1_3_18-2009k.zip in /usr/ports/distfiles.

 So I don't understand this issue, or what might be going wrong.

   


well

tzupdater-1_3_18-2009k.zip

isn't

tzupdater-1_3_15-2009g.zip


___
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: telnet to mail server from outside does not get 220, telnet from inside works

2008-05-12 Thread Dunc
Vince Hoffman wrote:
 brad davison wrote:
   
 
 Date: Mon, 12 May 2008 17:49:07 +0200
 From: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 CC: freebsd-questions@freebsd.org
 Subject: Re: telnet to mail server from outside does not get 220, telnet 
 from inside works

   
 Trying ::1...
 Connected to localhost.x.com.
 Escape character is '^]'.
 220 email.x.com ESMTP Sendmail 8.13.8/8.13.8; Mon, 12 May 2008 
 10:01:39 -0400 (EDT)



 But if I try the same thing from 'outside' the firewall I get:

 %telnet email..com 25
 Trying 67.x.x.x...
 Connected to email.xxx.com.
 Escape character is '^]'.
 Connection closed by foreign host.


 
 sendmail try to connect to port auth of remote machine. your firewall 
 probably blocks it just by dropping packets, so it tries until timeout

 telnet from outside, wait few minutes and you will get a prompt.

 change your firewall rules to fix it
 ___
   
 You get the prize.  

 We have a Cisco ASA, and everything works on port 587, but port 25 has 
 cisco's 'Application Inspection' or something that I need to figure out how 
 to turn off.

 
 assuming its the same as for a pix (been a while since I used a cisco
 firewall ;) then it should be
 no fixup smtp
 (its one of the first things I used to turn off ;)
 vince
   

it's  

no inspect esmtp


nowadays

Dunc

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


dummynet on vlan parent interfaces

2006-05-09 Thread Dunc
Hi,

I am attempting to set up contended bandwidth of varying levels, using
vlans and dummynet.

I have 3 nics, one for each level of service, and am simply setting the
parent interface of each vlan device to the correct nic for required level.

I was then hoping to limit the whole real nic as a whole, to produce
contention.

Initially I tried:-

pipe 300 ip from any to any in via ste0
pipe 1300 ip from any to any out via ste0

But saw no packets hitting these rules. After a read of the ipfw manpage i
thought enabling the sysctl variable net.link.ether.ipfw might help,
which did indeed get me hits in one direction, but I still get no hits in
the outbound direction.

I'm guessing this is something to do with where dummynet sits in the whole
scheme of things, but basically just want to know if there is a way to do
what I'm trying or am I going about this the wrong way?

Cheers,

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