RE: Clamav Install failed

2006-05-03 Thread Zimmerman, Eric
 RESOLVED:
 None of these were a problem, so I opened the firewall and all is
well.
 In spite of the following ipf rules it would not go:
 
 pass out quick on dc0 proto tcp from any to any port = 21 flags S keep
 state
 pass out quick on dc0 proto tcp from any to any port = 22 flags S keep
 state
 
 Do I need matching pass in rules for ports 21 and 22?
 

I think you mean port 20 right? I believe 20 is the control port for
FTP.

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


Re: Clamav Install failed

2006-05-02 Thread Martin Hepworth

Bryan

have you tried downloading the source file from www.clamav.net and compiling
from source

Remember 6.1 is still a release candiate...

--
martin

On 5/1/06, Bryan Curl [EMAIL PROTECTED] wrote:


Clamav'make install clean' from the ports collection failed with the
following output.
It retrieved several other needed files prior to this error.
I also tried pkg_add -r clamav with a less verbose error.
Can anyone point in the right direction?

# uname -a
FreeBSD Walnut.bc.net 6.1-RC FreeBSD 6.1-RC #1: Wed Apr 12 09:42:22 MDT
2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386

#cd /usr/ports/security/clamav
#make install clean
= Attempting to fetch from
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/unarj-2.65.tgz:
Network is unreachable
= Couldn't fetch it - please try to retrieve this
= port manually into /usr/ports/distfiles/ and try again.
*** Error code 1

Stop in /usr/ports/archivers/unarj.
*** Error code 1

Stop in /usr/ports/security/clamav.
/usr/ports/security/clamav Walnut SuperUser#


--
--
Bryan
bc3910 'at' gmail 'dot' com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]


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


Re: Clamav Install failed

2006-05-02 Thread Bryan Curl

I thought it might be related to the fact that 6.1 is so new.
I pressumed that if some of the files were there for 6.1 all of them would
be.
I think I will wait until it is up to snuff. Compiling raw unported C is not
my strong suit.

Thanks for the tip!

On 5/2/06, Martin Hepworth [EMAIL PROTECTED] wrote:


Bryan

have you tried downloading the source file from www.clamav.net and
compiling from source

Remember 6.1 is still a release candiate...

--
martin

On 5/1/06, Bryan Curl [EMAIL PROTECTED] wrote:

 Clamav'make install clean' from the ports collection failed with the
following output.
It retrieved several other needed files prior to this error.
I also tried pkg_add -r clamav with a less verbose error.
Can anyone point in the right direction?

# uname -a
FreeBSD Walnut.bc.net 6.1-RC FreeBSD 6.1-RC #1: Wed Apr 12 09:42:22 MDT
2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386

#cd /usr/ports/security/clamav
#make install clean
= Attempting to fetch from
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/unarj-2.65.tgz:
Network is unreachable
= Couldn't fetch it - please try to retrieve this
= port manually into /usr/ports/distfiles/ and try again.
*** Error code 1

Stop in /usr/ports/archivers/unarj.
*** Error code 1

Stop in /usr/ports/security/clamav.
/usr/ports/security/clamav Walnut SuperUser#


--
--
Bryan
bc3910 'at' gmail 'dot' com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]





--
--
Bryan
bc3910 'at' gmail 'dot' com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Clamav Install failed

2006-05-02 Thread Atom Powers

This is not a 6.1 specific issue.


On 5/1/06, Bryan Curl [EMAIL PROTECTED] wrote:

 #cd /usr/ports/security/clamav
 #make install clean
 = Attempting to fetch from
 ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
 fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/unarj-2.65.tgz:
 Network is unreachable


There's your error: Network is unreachable.
Can this system download files flom ftp.FreeBSD.org?
Is your ports tree updated?
Can you locate that file, fetch it manually, put it in
/usr/ports/distfiles, and try again?


 = Couldn't fetch it - please try to retrieve this
 = port manually into /usr/ports/distfiles/ and try again.

Read download the file yourself and try again.



--
--
Perfection is just a word I use occasionally with mustard.
--Atom Powers--
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Clamav Install failed

2006-05-02 Thread Bryan Curl

RESOLVED:
None of these were a problem, so I opened the firewall and all is well.
In spite of the following ipf rules it would not go:

pass out quick on dc0 proto tcp from any to any port = 21 flags S keep state
pass out quick on dc0 proto tcp from any to any port = 22 flags S keep state

Do I need matching pass in rules for ports 21 and 22?

Bryan

On 5/2/06, Atom Powers [EMAIL PROTECTED] wrote:


This is not a 6.1 specific issue.

 On 5/1/06, Bryan Curl [EMAIL PROTECTED] wrote:
 
  #cd /usr/ports/security/clamav
  #make install clean
  = Attempting to fetch from
  ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
  fetch:
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/unarj-2.65.tgz:
  Network is unreachable

There's your error: Network is unreachable.
Can this system download files flom ftp.FreeBSD.org?
Is your ports tree updated?
Can you locate that file, fetch it manually, put it in
/usr/ports/distfiles, and try again?

  = Couldn't fetch it - please try to retrieve this
  = port manually into /usr/ports/distfiles/ and try again.
Read download the file yourself and try again.



--
--
Perfection is just a word I use occasionally with mustard.
--Atom Powers--





--
--
Bryan
bc3910 'at' gmail 'dot' com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]