Free BSD Upgrade Problem

2006-04-05 Thread dharam paul
Hallo all!
I am very new to FreeBSD.
I installed freebsd 5.4
I upgraded to source of RELENG_6_0 while I fetched in
the ports of current release by use of '*default tag=.

I followed following steps after downloading above
with CVSUP: (Please pardon me , I am from windows
background for my language
I backed up my kernel, 
#cd /usr/src/sys/i386/conf
#cp GENERIC GENERIC1.BAK
next
#cd /usr/ports
#make installworld
#make buildworld
#make buildkernel KERNCONF=GENERIC
#make install kernel KERNCONF=GENERIC
Now restarted 
#shutdown -r now
and logged in in single user mode.

Now the display was
*** Displaying difference of difference between
./etc/master.password  installed version
---/etc/master.passwd Thu MAr 23 13:46:04 2006
+++./etc/master.passwd Mon Jun 6 20:19:56:2006
@@-1,6 +1,6@@  

(I am  not writing here all the output of differences)

Do you wish to delete what is left of 
/var/tmp/temproot?

My action: I opted for no.

Message: 
You installed a new master.passwd file so make sure
you run '/usr/sbin/pwd_mkdb -p/etc/master.passwd' to
rebuild your password files.
Would you like to run it now
y/n

My action: I opeted 'y

Message:
Running /usr/sbin/pwd/pwd_mkdb -p/etc/master.passwd
***comparing make variables
***Form /etc/make.con
*** Form /usr/share/examples/etc/make.conf
PERL_VER=5.6.6
*No example variable with this name
PERL_VERSION=5.6.6
*No example variable with this name
[EMAIL PROTECTED]
(After this I rebooted and I can not login now)


Now my question:
What is the remedy available to me now? I can not load
my backed up kernel also. Or may be that since I am a
newbie, I am not not following the correct procedure.
Do I have to reinstall the system now?

I started this upgrade process because my delay pools
were not working on squid in freeBSD 5.4.
Thanks and regards.




__ 
Yahoo! India Matrimony: Find your partner now. Go to http://yahoo.shaadi.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


can not su

2006-04-18 Thread dharam paul
I have by mistake removed /var/lib/
Now can not su or login as root.
Any remedy please,

Regards



__ 
Yahoo! India Matrimony: Find your partner now. Go to http://yahoo.shaadi.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


can not boot

2006-04-18 Thread dharam paul
My freebsd box reports

Code:
libexec/Id_elf.so.1:shared object libedit.so.4 not
found by -sh 
Enter full path name or RETURN for (bin/sh): 
When I press enter , same error is repeated.

Any remedy please?

Regards




__ 
Yahoo! India Matrimony: Find your partner now. Go to http://yahoo.shaadi.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: can not su

2006-04-18 Thread dharam paul
You are right to say that /var/lib/ does not exist
that is what logrotation through webmin said. So I
created the folder '/var/lib/ and when logrotate
furhter gave different errors, I removed the folder
'/var/lib/'
Regards
--- Lowell Gilbert
[EMAIL PROTECTED] wrote:

 dharam paul [EMAIL PROTECTED] writes:
 
  I have by mistake removed /var/lib/
  Now can not su or login as root.
  Any remedy please,
 
 /var/lib does not exist on a stock system.
 Maybe you removed something else?  
 Do you know what?
 ___
 freebsd-questions@freebsd.org mailing list

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




__ 
Yahoo! India Matrimony: Find your partner now. Go to http://yahoo.shaadi.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


libexpat.so.5 not found

2006-04-30 Thread dharam paul
I am getting folloing error while I try to start
apache :
/libexec/ld-elf.so.1: Shared object libexpat.so.5
not found, required by http  
   d
/usr/local/sbin/apachectl start: httpd could not be
started
usage: /usr/local/sbin/apachectl
(start|stop|restart|fullstatus|status|graceful|   
  configtest|help)

Help please,
dp



__ 
Yahoo! India Matrimony: Find your partner now. Go to http://yahoo.shaadi.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


apache not starting: FreeBSd 5.4

2006-04-30 Thread dharam paul
This is a n00b here,

#apachectl configtest
Syntax ok
httpd-error.log reports:
Mon May  1 00:48:28 2006] [alert] mod_unique_id:
unable to gethostbyname([EMAIL PROTECTED])

I am not able to understand what the problem is

ServerName 127.0.0.1 (this line is uncommented)
Listen 192.168.1.14:80 (This line commented or
uncommented does not alter
the error:
Error remains :
/usr/local/sbin/apachectl start: httpd could not be
started
I am going to use apache for the local intranet. It
looks as if the host name [EMAIL PROTECTED] has
to be changed.

Please help solve the problem
Thanks n regards



__

Yahoo! India Matrimony: Find your partner now. Go to http://yahoo.shaadi.com




Jiyo cricket on Yahoo! India cricket 
http://in.sports.yahoo.com/cricket/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: libexpat.so.5 not found

2006-04-30 Thread dharam paul
Sir,
 libexpat.so.5 problem is solved by deinstalling and
reinstalling apache.
But now I am not able to start apache:
This is a n00b here,

#apachectl configtest
Syntax ok
httpd-error.log reports:
Mon May  1 00:48:28 2006] [alert] mod_unique_id:
unable to gethostbyname([EMAIL PROTECTED])

A part of httpd.conf:-
ServerName 127.0.0.1 (this line is uncommented)
Listen 192.168.1.14:80 (This line commented or
uncommented does not alter
the error:
Error remains :
/usr/local/sbin/apachectl start: httpd could not be
started
I am going to use apache for the local intranet. It
looks as if the host name [EMAIL PROTECTED] has
to be changed.

Please help solve the problem
Thanks n regards

--- Jonathan Horne [EMAIL PROTECTED] wrote:

 something probably upgraded libexpat.so to .6.  my
 .6 is located 
 at /usr/local/lib/libexpat.so.6.  what i do when i
 get into situations where 
 one app demands an old version, is just symlink the
 old version to the new.
 
 ln -s /usr/local/lib/libexpat.so.6
 /usr/local/lib/libexpat.so.5
 
 this will cause apache to see a libexpat.so.5, but
 it will be using the .6 
 version.
 
 hth,
 jonathan
 
 On Sunday 30 April 2006 04:31, dharam paul wrote:
  I am getting folloing error while I try to start
  apache :
  /libexec/ld-elf.so.1: Shared object
 libexpat.so.5
  not found, required by http
 d
  /usr/local/sbin/apachectl start: httpd could not
 be
  started
  usage: /usr/local/sbin/apachectl
  (start|stop|restart|fullstatus|status|graceful|
   
 configtest|help)
 
  Help please,
  dp
 
 
 
 

__
  Yahoo! India Matrimony: Find your partner now. Go
 to
  http://yahoo.shaadi.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]
 





Jiyo cricket on Yahoo! India cricket 
http://in.sports.yahoo.com/cricket/



__ 
Yahoo! India Matrimony: Find your partner now. Go to http://yahoo.shaadi.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: apache not starting: FreeBSd 5.4

2006-05-01 Thread dharam paul
Yes, it is. But the machine is meant only for local
intranet. Am I wrng to give this name?

Regards
dp
--- Chad Brown [EMAIL PROTECTED] wrote:

  Mon May  1 00:48:28 2006] [alert] mod_unique_id:
  unable to gethostbyname([EMAIL PROTECTED])
 
 is your hostname really [EMAIL PROTECTED]? 
 type hostname in a shell.
 




__ 
Yahoo! India Answers: Share what you know. Learn something new. 
http://in.answers.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: libexpat.so.5 not found

2006-05-01 Thread dharam paul
yourself, using the script
# support/phf_abuse_log.cgi.
#
#Location /cgi-bin/phf*
#Deny from all
#ErrorDocument 403
http://phf.apache.org/phf_abuse_log.cgi
#/Location

### Section 3: Virtual Hosts
#
# VirtualHost: If you want to maintain multiple
domains/hostnames on your
# machine you can setup VirtualHost containers for
them. Most configurations
# use only name-based virtual hosts so the server
doesn't need to worry about
# IP addresses. This is indicated by the asterisks in
the directives below.
#
# Please see the documentation at
URL:http://www.apache.org/docs/vhosts/
# for further details before you try to setup virtual
hosts.
#
# You may use the command line option '-S' to verify
your virtual host
# configuration.

#
# Use name-based virtual hosting.
#
#NameVirtualHost *:80

#
# VirtualHost example:
# Almost any Apache directive may go into a
VirtualHost container.
# The first VirtualHost section is used for requests
without a known
# server name.
#
#VirtualHost *:80
#ServerAdmin [EMAIL PROTECTED]
#DocumentRoot /www/docs/dummy-host.example.com
#ServerName dummy-host.example.com
#ErrorLog logs/dummy-host.example.com-error_log
#CustomLog logs/dummy-host.example.com-access_log
common
#/VirtualHost

--- Mike Bristow [EMAIL PROTECTED] wrote:

 On Sun, Apr 30, 2006 at 04:57:09PM +0100, dharam
 paul wrote:
  #apachectl configtest
  Syntax ok
  httpd-error.log reports:
  Mon May  1 00:48:28 2006] [alert] mod_unique_id:
  unable to gethostbyname([EMAIL PROTECTED])
 
 
 Something in the apache config says
 [EMAIL PROTECTED]
 (which looks like an email address) where apache is
 expecting
 a hostname.
 
 Post your httpd.conf somewhere if you need more
 help.
 
 -- 
 I don't play The Game - it's for five-year-olds with
 delusions of adulthood.
 
 




__

Yahoo! India Answers: Share what you know. Learn
something new. 
http://in.answers.yahoo.com



__ 
Yahoo! India Answers: Share what you know. Learn something new. 
http://in.answers.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: apache not starting: FreeBSd 5.4

2006-05-02 Thread dharam paul

It seems to be a pure problem of hostname. I have now
given the hostname 'cathy.alfa.net' in my '/etc/hosts'
and '/etc/rc.conf' file. The contens os both the files
are as under:
Here 192.168.1.14 is the ip of the machine running
apache.
The output of /etc/rc.conf file is confusing me
because it lists the hostname more than once.
/etc/hosts--
---
::1 localhost.alfanet.com
localhost
127.0.0.1   localhost.alfanet.com
localhost
192.168.1.14cathy.alfa.net

/etc/rc.conf---

~
~
~
:q!
[EMAIL PROTECTED] vi /etc/rc.conf
# -- sysinstall generated deltas -- # Thu Apr 20
00:45:45 2006
# Created: Thu Apr 20 00:45:45 2006
# Enable network daemons for user convenience.
# Please make all changes to this file, not to
/etc/defaults/rc.conf.
# This file now contains just the overrides from
/etc/defaults/rc.conf.
defaultrouter=192.168.1.1
hostname=cathy.alfa.net
#hostname=[EMAIL PROTECTED]
ifconfig_rl0=inet 192.168.1.14  netmask
255.255.255.0
ipv6_enable=YES
linux_enable=YES
moused_enable=YES
saver=blank
#sendmail_enable=NONE
sshd_enable=YES
usbd_enable=YES
#apache_enable=YES
squid_enable=YES
samba_enable=YES
#dansguardian_enable=YES
# -- sysinstall generated deltas -- # Thu Apr 20
01:39:35 2006
ifconfig_rl0=inet 192.168.1.14  netmask
255.255.255.0
ipv6_enable=YES
defaultrouter=192.168.1.1
hostname=[EMAIL PROTECTED]
# -- sysinstall generated deltas -- # Sat Apr 22
23:00:07 2006
ifconfig_dc0=inet 192.168.1.16  netmask
255.255.255.0
ipv6_enable=YES
defaultrouter=192.168.1.1
hostname=[EMAIL PROTECTED]
# -- sysinstall generated deltas -- # Tue Apr 25
17:25:23 2006
defaultrouter=192.168.1.1
hostname=[EMAIL PROTECTED]
---

Present situation is that 'apachectl start' does not
output anything as if it had been successfully
executed. But when I check with 'apachectl status' I
get following error:
Looking up localhost
Making HTTP connection to localhost
Alert!: Unable to connect to remote host.

lynx: Can't access startfile
http://localhost/server-status

Thanks for help please.



__ 
Yahoo! India Answers: Share what you know. Learn something new. 
http://in.answers.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RESOLVED: apache not starting: FreeBSd 5.4

2006-05-02 Thread dharam paul
It is resolved. 
/etc/hosts
file had to be amended as under:
--
::1 localhost.alfanet.com
 localhost
 127.0.0.1   localhost.alfanet.com
 localhost
 192.168.1.14cathy.alfa.netlocalhost
--

Thanks friends,
regards
--- dharam paul [EMAIL PROTECTED] wrote:

 
 It seems to be a pure problem of hostname. I have
 now
 given the hostname 'cathy.alfa.net' in my
 '/etc/hosts'
 and '/etc/rc.conf' file. The contens os both the
 files
 are as under:
 Here 192.168.1.14 is the ip of the machine running
 apache.
 The output of /etc/rc.conf file is confusing me
 because it lists the hostname more than once.
 /etc/hosts--
 ---
 ::1 localhost.alfanet.com
 localhost
 127.0.0.1   localhost.alfanet.com
 localhost
 192.168.1.14cathy.alfa.net
 
 /etc/rc.conf---
 
 ~
 ~
 ~
 :q!
 [EMAIL PROTECTED] vi /etc/rc.conf
 # -- sysinstall generated deltas -- # Thu Apr 20
 00:45:45 2006
 # Created: Thu Apr 20 00:45:45 2006
 # Enable network daemons for user convenience.
 # Please make all changes to this file, not to
 /etc/defaults/rc.conf.
 # This file now contains just the overrides from
 /etc/defaults/rc.conf.
 defaultrouter=192.168.1.1
 hostname=cathy.alfa.net
 #hostname=[EMAIL PROTECTED]
 ifconfig_rl0=inet 192.168.1.14  netmask
 255.255.255.0
 ipv6_enable=YES
 linux_enable=YES
 moused_enable=YES
 saver=blank
 #sendmail_enable=NONE
 sshd_enable=YES
 usbd_enable=YES
 #apache_enable=YES
 squid_enable=YES
 samba_enable=YES
 #dansguardian_enable=YES
 # -- sysinstall generated deltas -- # Thu Apr 20
 01:39:35 2006
 ifconfig_rl0=inet 192.168.1.14  netmask
 255.255.255.0
 ipv6_enable=YES
 defaultrouter=192.168.1.1
 hostname=[EMAIL PROTECTED]
 # -- sysinstall generated deltas -- # Sat Apr 22
 23:00:07 2006
 ifconfig_dc0=inet 192.168.1.16  netmask
 255.255.255.0
 ipv6_enable=YES
 defaultrouter=192.168.1.1
 hostname=[EMAIL PROTECTED]
 # -- sysinstall generated deltas -- # Tue Apr 25
 17:25:23 2006
 defaultrouter=192.168.1.1
 hostname=[EMAIL PROTECTED]
 ---
 
 Present situation is that 'apachectl start' does not
 output anything as if it had been successfully
 executed. But when I check with 'apachectl status' I
 get following error:
 Looking up localhost
 Making HTTP connection to localhost
 Alert!: Unable to connect to remote host.
 
 lynx: Can't access startfile
 http://localhost/server-status
 
 Thanks for help please.
 
 
   

__
 
 Yahoo! India Answers: Share what you know. Learn
 something new. 
 http://in.answers.yahoo.com
 ___
 freebsd-questions@freebsd.org mailing list

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




__ 
Yahoo! India Answers: Share what you know. Learn something new. 
http://in.answers.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


apache error

2006-05-02 Thread dharam paul
Running the command 'apachectl status'produces the
following gerror:

  Not Found

   The requested URL /server-status was not found on
this server.

_


Apache/2.0.55 (FreeBSD) Server at localhost Port
80

Practically apache is seving the index.html page.

What is the problem here?

Regards




 
Yahoo! India Answers: Share what you know. Learn something new. 
http://in.answers.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


outlook express be routed through sendmail

2006-05-02 Thread dharam paul
Hi,
I want to to implement mails sent from my network from
outlook express be routed through sendmail to their
destined address.
Come pointers please!

Thanks in advance.



__ 
Yahoo! India Answers: Share what you know. Learn something new. 
http://in.answers.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


N00b: shutting down freebsd server

2006-05-02 Thread dharam paul
Hello Seniors,
Is it ok to shutdown a freebsd server from atx power
button?

regards





__ 
Yahoo! India Answers: Share what you know. Learn something new. 
http://in.answers.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: N00b: shutting down freebsd server

2006-05-07 Thread dharam paul
Hello Seniors,
I think it supports ACPI. When I press the power
button it sends signal 15, then it stops the
processes. Then it shuts down the system.

Regards
--- Frank Steinborn [EMAIL PROTECTED] wrote:

 dharam paul wrote:
  Hello Seniors,
  Is it ok to shutdown a freebsd server from atx
 power
  button?
  
  regards
 
 If your server supports ACPI and it's shutting down
 clean, it's OK.
 But if your power-button switches your system off
 immediatly, use
 shutdown -p now.
 ___
 freebsd-questions@freebsd.org mailing list

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




__ 
Yahoo! India Answers: Share what you know. Learn something new. 
http://in.answers.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Noob: Kernek Compile Question

2007-01-28 Thread dharam paul
Hi Gurus,
In the section  Building and Installing a Custom
kernel it is stated that 
quote;
'The new kernel will be copied to the /boot/kernel
directory as /boot/kernel/kernel and the old kernel
will be moved to /boot/kernel.old/kernel'

Do I have to do this manually or it is done by the
system automatically?

Secondly, I am upgrading my FreeBSD system from
FreeBSD RELENG_6_0 to RELENG_6_2 by cvsup.

I want to do some changes in the kernel after
updating. My question is is it necessary for me to
1. First make kernel according to RELENG_6_2 
and then
2. Make requied changes in kernel (to include IPFW and
 some changes for Squid)
Or
I can do the above two steps in one single step. How?

Regards



__
Yahoo! India Answers: Share what you know. Learn something new
http://in.answers.yahoo.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


transparent Squid + pf

2007-02-08 Thread dharam paul
System: 
P-IV 3.06 GHz with Intel Original motherboard.
Hard Disk: SATA 80 GB.

Squid runs on this system nicely in non-transparent
mode.

I am trying Transparent Squid with FreeBSD 6.2.
The two NICs are rl0 and dc0.
rl0 is configured as : 192.168.x.x 255.255.255.0 #  my
internal interface for pf
dc0 is configured as : DHCP  #  my
external interface for pf

The squid configuration is :


http_port 127.0.0.1:3128

dns_nameserver x.x.x.x x.x.x.x

visible_hostname xx


Kernel options that I have applied, recompiled and
installed are:

options INET
device  bpf
device  pf
device  pflog
device  pfsync


I can ping my internal internal interface and
interface (when external interface is assigned an IP
address). Kernel 

gives message: 

kernel:arp: 192.168.1.X is on rl0 but got reply from
xx:xx:xx:xx:xx on dc0.

Squid gives error :

ipcache_init: DNS name lookup tests failed

I tried to ping my dns server. I get error:
ping: no route to host.

I read at http://freebsdonline.com; to allow squid to
access pf device, following commands are to be given,

chgrp _squid /dev/pf
chmod g+rw /dev/pf

Out of this the fist command does not work as it is,
it has worked as under;

chgrp squid /dev/pf

Her is  my pf.conf. and rc.conf for perusal please. I
am in no hurry, please advise me to set the things
right.

My /etc/rc.conf: 
_

# -- sysinstall generated deltas -- # Fri May  5
07:17:11 2006
# Created: Fri May  5 07:17:11 2006
# Enable network daemons for user convenience.
# Please make all changes to this file, not to
/etc/defaults/rc.conf.
# This file now contains just the overrides from
/etc/defaults/rc.conf.
#REMOVED: ifconfig_rl0=inet 192.168.1.1  netmask
255.255.255.0
#defaultrouter=192.168.1.1
gateway_enable=YES
hostname=wildcat.dishs.net
ifconfig_rl0=inet 192.168.1.13  netmask 255.255.255.0
media 10baseT/UTP
ipv6_enable=YES
keymap=us.iso
linux_enable=YES
moused_enable=YES
sshd_enable=YES
usbd_enable=YES
pf_enable=YES
pf_rules=/etc/pf.conf
pf_flags=
pflog_enable=YES
pflog_logfile=var/log/pflog
pflog_flags=
# -- sysinstall generated deltas -- # Mon Feb  5
19:43:03 2007
ipv6_enable=YES
media 10baseT/UTP # external interface
ifconfig_dc0=DHCP
#defaultrouter=192.168.1.1
hostname=wildcat.dishs.net

My pf.conf:
_

# Macros: define common values, so they can be
referenced and changed easily.
ext_if=dc0# replace with actual external
interface name i.e., dc0
int_if=rl0# replace with actual internal
interface name i.e., dc1

tcp_services = { 22, 443 }

# define our networks
inet = { 192.168.1.0/16 }
extaddr = 1.2.3.4
icmp_types = echoreq
natone = int_if
allproto =  {tcp, udp, ipv6, icmp, esp, ipencap }
privnets = { 127.0.0.0/8, 192.168.0.0/16 172.16.0.12,
10.0.0.0/8 }

set loginterface $ext_if

scrub on ext_if from $int_if:network to any -
($ext_if)

#HTTP, HTTPS, to natone
rdr on $ext_if proto tcp from any to any port 80 -
$natone

#ssh to natone
rdr on $ext_if proto tcp from any to any port 22 -
$natone

#internal_net=10.1.1.1/8
#external_addr=192.168.1.1

# Tables: similar to macros, but more flexible for
many addresses.
#table foo { 10.0.0.0/8, !10.1.0.0/16,
192.168.0.0/24, 192.168.1.18 }

# Options: tune the behavior of pf, default values are
given.

#set timeout { interval 10, frag 30 }
#set timeout { tcp.first 120, tcp.opening 30,
tcp.established 86400 }
#set timeout { tcp.closing 900, tcp.finwait 45,
tcp.closed 90 }
#set timeout { udp.first 60, udp.single 30,
udp.multiple 60 }
#set timeout { icmp.first 20, icmp.error 10 }
#set timeout { other.first 60, other.single 30,
other.multiple 60 }
#set timeout { adaptive.start 0, adaptive.end 0 }
#set limit { states 1, frags 5000 }
#set loginterface none
#set optimization normal
#set block-policy drop
#set require-order yes
#set fingerprints /etc/pf.os

# Normalization: reassemble fragments and resolve or
reduce traffic ambiguities.
#scrub in all

# Queueing: rule-based bandwidth control.
#altq on $ext_if bandwidth 2Mb cbq queue { dflt,
developers, marketing }
#queue dflt bandwidth 5% cbq(default)
#queue developers bandwidth 80%
#queue marketing  bandwidth 15%

# Translation: specify how addresses are to be mapped
or redirected.
# nat: packets going out through $ext_if with source
address $internal_net will
# get translated as coming from the address of
$ext_if, a state is created for
# such packets, and incoming packets will be
redirected to the internal address.
nat on $ext_if from $internal_net to any - ($ext_if)

# rdr: packets coming in on $ext_if with destination
$external_addr:1234 will
# be redirected to 10.1.1.1:5678. A state is created
for such packets, and
# outgoing packets will be translated as coming from
the external address.

# my rules start here
rdr on $int_if inet proto tcp from any to any port www
- 127.0.0.1 port 3128
pass in on $int_if inet proto tcp from any to
127.0.0.1 port 3128 keep state
pass out on $ext_if inet proto tcp from any to any
port www keep state
#rdr pass on $int_if inet 

pf and chgrp squid /dev/pf

2007-02-12 Thread dharam paul
The changes made to the group of squid with the
command' chgrp squid /dev/pf' on freebsd 6.2 is not
permanent. When the system is restarted the groups
revert back to 'root wheel'.
What is the purpose of this command ' chgrp squid
/dev/pf'? Is the change made by it not permanent?

Regards



__
Yahoo! India Answers: Share what you know. Learn something new
http://in.answers.yahoo.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Bind9 question

2007-03-07 Thread dharam paul
Hi,
I have installed Bind9 before I could know that Bind is included in Base System 
in FreBSD 6.2.
My NOOB understanding tells me that the Bind that has been installed by me is 
not jailed whereas the Base Bind was jailed one. 
Is there any go back possible for me to Base Bind without reinstalling complete 
system.

Regards



__
Yahoo! India Answers: Share what you know. Learn something new
http://in.answers.yahoo.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


ATI Radeon 9600xt (256MB DDR) on FreeBSD 6.2

2007-05-13 Thread dharam paul
Could someone please guide me to a good guide on
setting up ATI Radeon 9600xt (256MB DDR) on FreeBSD
6.2 ? I have tried the availabe drivers after passing
xorgconfig command but I am getting error No screen
Found
Regards


  Office firewalls, cyber cafes, college labs, don't allow you to download 
CHAT? Click here: http://in.messenger.yahoo.com/webmessengerpromo.php
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ATI Radeon 9600xt (256MB DDR) on FreeBSD 6.2 ; Not solved

2007-05-14 Thread dharam paul
Thanks for the reply, Sir.
After your advise, I have tried VESA driver too. I am
able to get to the graphical mode. Therein, in
graphical mode, I got three four windows , three white
in color and were terminal screens, wherein I could
not type any thing. And the fourth window was a clock.

I am near to the target?

I also tried as per instructions given in the
handbook. By following this method too, I get same
four widows.

Regards
--- WizLayer [EMAIL PROTECTED] wrote:

 On Sunday 13 May 2007 09:41:02 am dharam paul wrote:
  Could someone please guide me to a good guide on
  setting up ATI Radeon 9600xt (256MB DDR) on
 FreeBSD
  6.2 ? I have tried the availabe drivers after
 passing
  xorgconfig command but I am getting error No
 screen
  Found
  Regards
 
 
 
 could be several things, Try reviewing...
 
 FreeBSD handbook
 /etc/ttys
 xorgs documents, esp their list of supported cards
 kern_securelevel
 
 have you tried configuring xorg with the VESA
 driver.  Most cards these days 
 are VESA compliant at the very least.
  
 HTH
 
 WizLayer
 
 -- 
 
 
 Life is better with a BSD.
 For more info, www.bsd.org.
 
 



  Office firewalls, cyber cafes, college labs, don't allow you to download 
CHAT? Click here: http://in.messenger.yahoo.com/webmessengerpromo.php
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ATI Radeon 9600xt (256MB DDR) on FreeBSD 6.2 ; solved?

2007-05-14 Thread dharam paul
That is right sir, thugh kde package was installed,
but 
% echo exec startkde  ~/.xinitrc
was still required to be passed to X server.

The display is as if the screen is diagonally right
shifted (i.e. there is empty space at the left and at
the bottom)
I am using VESA driver. Is further improvement
possible so that display is stretched to whole screen.
I have googled about this problem, but so far the
solution seems to be a little away.
Regards

--- WizLayer [EMAIL PROTECTED] wrote:

 On Monday 14 May 2007 05:22:47 am you wrote:
  Thanks for the reply, Sir.
  After your advise, I have tried VESA driver too. I
 am
  able to get to the graphical mode. Therein, in
  graphical mode, I got three four windows , three
 white
  in color and were terminal screens, wherein I
 could
  not type any thing. And the fourth window was a
 clock.
 
  I am near to the target?
 
  I also tried as per instructions given in the
  handbook. By following this method too, I get same
  four widows.
 
  Regards
 
  --- WizLayer [EMAIL PROTECTED] wrote:
   On Sunday 13 May 2007 09:41:02 am dharam paul
 wrote:
Could someone please guide me to a good guide
 on
setting up ATI Radeon 9600xt (256MB DDR) on
  
   FreeBSD
  
6.2 ? I have tried the availabe drivers after
  
   passing
  
xorgconfig command but I am getting error
 No
  
   screen
  
Found
Regards
  
   could be several things, Try reviewing...
  
   FreeBSD handbook
   /etc/ttys
   xorgs documents, esp their list of supported
 cards
   kern_securelevel
  
   have you tried configuring xorg with the VESA
   driver.  Most cards these days
   are VESA compliant at the very least.
  
   HTH
  
   WizLayer
  
   --
  
  
   Life is better with a BSD.
   For more info, www.bsd.org.
 
Office firewalls, cyber cafes, college labs,
 don't allow you to
  download CHAT? Click here:
 
 http://in.messenger.yahoo.com/webmessengerpromo.php
 
 What's not solved?  Did something not work?  What
 have you tried?  What are 
 the error messages?
 
 If what you're seeing is a graphical display with
 xterm windows and a clock, 
 it seems to me like it's working exactly the way
 it's supposed to.  It just 
 sounds like you didn't finish following along in
 chapter 5 of the handbook 
 where it explains that you'll want to install a
 windows manager you can use.
 
 As you'll see in the handbook (still chapter 5), the
 more popular options are 
 KDE and Gnome,  but there are lots of others you'll
 find in your ports tree.  
 You can learn about the ports tree in the handbook. 
 And you'll probably want 
 a display manager too...  Yep, the handbook.
 
 It's really very well written.  
 
 HTH,
 
 WizLayer
 
 
 -- 
 
 
 Life is better with a BSD.
 For more info, www.bsd.org.
 
 




__
Yahoo! India Answers: Share what you know. Learn something new
http://in.answers.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: ATI Radeon 9600xt (256MB DDR) on FreeBSD 6.2 ; solved?

2007-05-14 Thread dharam paul
That is right sir, thugh kde package was installed,
but 
% echo exec startkde  ~/.xinitrc
was still required to be passed to X server.

The display is as if the screen is diagonally right
shifted (i.e. there is empty space at the left and at
the bottom)
I am using VESA driver. Is further improvement
possible so that display is stretched to whole screen.
I have googled about this problem, but so far the
solution seems to be a little away. Sorry for poor
English please.
Regards

--- WizLayer [EMAIL PROTECTED] wrote:

 On Monday 14 May 2007 05:22:47 am you wrote:
  Thanks for the reply, Sir.
  After your advise, I have tried VESA driver too. I
 am
  able to get to the graphical mode. Therein, in
  graphical mode, I got three four windows , three
 white
  in color and were terminal screens, wherein I
 could
  not type any thing. And the fourth window was a
 clock.
 
  I am near to the target?
 
  I also tried as per instructions given in the
  handbook. By following this method too, I get same
  four widows.
 
  Regards
 
  --- WizLayer [EMAIL PROTECTED] wrote:
   On Sunday 13 May 2007 09:41:02 am dharam paul
 wrote:
Could someone please guide me to a good guide
 on
setting up ATI Radeon 9600xt (256MB DDR) on
  
   FreeBSD
  
6.2 ? I have tried the availabe drivers after
  
   passing
  
xorgconfig command but I am getting error
 No
  
   screen
  
Found
Regards
  
   could be several things, Try reviewing...
  
   FreeBSD handbook
   /etc/ttys
   xorgs documents, esp their list of supported
 cards
   kern_securelevel
  
   have you tried configuring xorg with the VESA
   driver.  Most cards these days
   are VESA compliant at the very least.
  
   HTH
  
   WizLayer
  
   --
  
  
   Life is better with a BSD.
   For more info, www.bsd.org.
 
Office firewalls, cyber cafes, college labs,
 don't allow you to
  download CHAT? Click here:
 
 http://in.messenger.yahoo.com/webmessengerpromo.php
 
 What's not solved?  Did something not work?  What
 have you tried?  What are 
 the error messages?
 
 If what you're seeing is a graphical display with
 xterm windows and a clock, 
 it seems to me like it's working exactly the way
 it's supposed to.  It just 
 sounds like you didn't finish following along in
 chapter 5 of the handbook 
 where it explains that you'll want to install a
 windows manager you can use.
 
 As you'll see in the handbook (still chapter 5), the
 more popular options are 
 KDE and Gnome,  but there are lots of others you'll
 find in your ports tree.  
 You can learn about the ports tree in the handbook. 
 And you'll probably want 
 a display manager too...  Yep, the handbook.
 
 It's really very well written.  
 
 HTH,
 
 WizLayer
 
 
 -- 
 
 
 Life is better with a BSD.
 For more info, www.bsd.org.
 
 



  Office firewalls, cyber cafes, college labs, don't allow you to download 
CHAT? Click here: http://in.messenger.yahoo.com/webmessengerpromo.php
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ATI Radeon 9600xt (256MB DDR) on FreeBSD 6.2 ; SOLVED NOW

2007-05-15 Thread dharam paul
Sir,
Now I have used ATI Radeon driver but the screen was
still 'diagonally shifted' wherein at the bottom and
at the left of the screen there was blank space. 

I am using FreeBSD 6.2. I also added  
device  drm
device  radeondrm
in my Kernel. But it did not make any difference to
the display.

The solution was achieved accidentally when I changed
the settings during performing settings after passing
'xorgconf' command, I selected No. 6 when the program
asked for the Horizontal Refresh Rate of the monitor.
Earlier I was using 30-70 KHz. 

Now the screen in Video mode is OK.

I very sincerely thank all Gurus who helped me resolve
the issue. 

FreeBSD is a wonderful OS. When I logged as another
user and tried to enter into GUI mode, I realised that
for this user also I have to do the setting so that
xinitrc knows which GUI to use. I tried Gnome for this
user. It is a wonderful OS, I can assign different GUI
environments to different users!

Regards


--- Scott Bennett [EMAIL PROTECTED] wrote:

  On Mon, 14 May 2007 16:18:22 +0100 (BST) dharam
 paul
 [EMAIL PROTECTED] wrote:
 
 That is right sir, thugh kde package was installed,
 but 
 % echo exec startkde  ~/.xinitrc
 was still required to be passed to X server.
 
 The display is as if the screen is diagonally right
 shifted (i.e. there is empty space at the left and
 at
 the bottom)
 I am using VESA driver. Is further improvement
 possible so that display is stretched to whole
 screen.
 I have googled about this problem, but so far the
 solution seems to be a little away.
 
  The VESA driver is not optimal for that card. 
 The radeon driver will
 at least get you 2-D acceleration, though not 3-D. 
 The reason xorg -configure
 doesn't find your card is most likely the absence of
 a radeon kernel driver
 in your kernel.  FreeBSD 6.1 still needed the
 following two lines added to
 the kernel configuration, though 6.2 doesn't seem to
 need them.
 
 devicedrm
 deviceradeondrm
 
 I don't recall whether you stated which version of
 FreeBSD you were using.
 
 
   Scott Bennett,
 Comm. ASMELG, CFIAG

**
 * Internet:   bennett at cs.niu.edu 
 *

**
 * A well regulated and disciplined militia, is at
 all times a good  *
 * objection to the introduction of that bane of all
 free governments *
 * -- a standing army.  
 *
 *-- Gov. John Hancock, New York Journal, 28
 January 1790 *

**
 ___
 freebsd-questions@freebsd.org mailing list

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



Dharam Paul Balley


  Office firewalls, cyber cafes, college labs, don't allow you to download 
CHAT? Click here: http://in.messenger.yahoo.com/webmessengerpromo.php
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Gnome does not accept root password

2007-05-15 Thread dharam paul
While logged in as a user (simple normal user) in
FreeBSD 6.2, in Gnome GUI when I tried to do some
administrative tasks, it asked me for the root
password, I entered the root password, it gives me an
error that the password is wrong! I know that the
password is correct. 
Is it some bug in Gnome.
Regards

Dharam Paul Balley


  Office firewalls, cyber cafes, college labs, don't allow you to download 
CHAT? Click here: http://in.messenger.yahoo.com/webmessengerpromo.php
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


n00b Maintenance Question , please help

2006-05-28 Thread dharam paul
Hi, 
I am using freebsd 5.4 as a server. Being a newbei I
do not know what all maintanace things are to be done
to the system so that the system runs smoothly without
any problem. 
I am running squid + squidguard + apache (for intranet
only) other than the standard ports.

Please advise.
Thanks
Dharam Paul


Send instant messages to your online friends http://in.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]


n00b question again

2006-06-04 Thread dharam paul
Hello to all,

I was concerned about the security and bandwidth usage
in my intranet. 
The netstat -anW command gives me following output:

Active Internet connections (including servers)
Proto Recv-Q Send-Q  Local Address  Foreign
Address(state)
tcp4   0  0  192.168.1.14.22   
192.168.1.10.1150  ESTABLISHED
tcp4   0  0  192.168.1.14.49988
66.218.71.234.443  TIME_WAIT
tcp4   0  0  192.168.1.14.56459
203.200.85.169.80  ESTABLISHED
tcp4   0  0  192.168.1.14.58081
203.200.85.162.80  ESTABLISHED
tcp4   0  0  192.168.1.14.61314
203.200.85.163.80  ESTABLISHED
tcp4   0  0  192.168.1.14.61863
213.171.218.79.80  TIME_WAIT
tcp4   0  0  192.168.1.14.56925
203.200.85.163.80  ESTABLISHED
tcp4   0  0  *.8080 *.*   
LISTEN
tcp4   0  0  127.0.0.1.59185   
127.0.0.1.54912ESTABLISHED
tcp4   0  0  127.0.0.1.54912   
127.0.0.1.59185ESTABLISHED
tcp4   0  0  127.0.0.1.50009   
127.0.0.1.55820ESTABLISHED
tcp4   0  0  127.0.0.1.55820   
127.0.0.1.50009ESTABLISHED
tcp4   0  0  127.0.0.1.62365   
127.0.0.1.55311ESTABLISHED
tcp4   0  0  127.0.0.1.55311   
127.0.0.1.62365ESTABLISHED
tcp4   0  0  127.0.0.1.61045   
127.0.0.1.53667ESTABLISHED
tcp4   0  0  127.0.0.1.53667   
127.0.0.1.61045ESTABLISHED
tcp4   0  0  127.0.0.1.54799   
127.0.0.1.62139ESTABLISHED
tcp4   0  0  127.0.0.1.62139   
127.0.0.1.54799ESTABLISHED
tcp4   0  0  *.139  *.*   
LISTEN
tcp4   0  0  *.445  *.*   
LISTEN
tcp4   0  0  *.22   *.*   
LISTEN
tcp6   0  0  *.22 
*.*   

LISTEN
udp4   0  0  *.3401 *.*
udp4   0  0  *.3130 *.*
udp4   0  0  *.51191*.*
udp4   0  0  192.168.1.14.138   *.*
udp4   0  0  192.168.1.14.137   *.*
udp4   0  0  *.138  *.*
udp4   0  0  *.137  *.*
udp4   0  0  *.514  *.*
udp6   0  0  *.514
*.*   

Active UNIX domain sockets
Address  Type   Recv-Q Send-QInode Conn
Refs  Nextref Addr
c17bc000 stream  0  0 c17bd1080   
00 /var/run/devd. 
pipe
c17bbaf0 dgram   0  00 c17bbe38   
00
c17bbc08 dgram   0  00 c17bbec4   
00
c17bbe38 dgram   0  0 c17ad5280
c17bbaf00 /var/run/logpr  
   iv
c17bbec4 dgram   0  0 c17ad6300
c17bbc080 /var/run/log 
It can bee seen that yahoo servers have established
contact with my NIC (192.168.1.14]. Why so? Is it
valid? Or is Yahoo using my bandwidth? At least one of
the foreign addresses that have established contact
with my NIC is that of Yahoo?
How do I avoid it?
Please advise. TIA.

Send instant messages to your online friends http://in.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: n00b question again

2006-06-04 Thread dharam paul
No Sir, the freebsd machine is an independent machine
, intext mode only and is meant for only serving
internet to the windows machines. Yahoo messenger is
not installed on this machine.

--- Pete C [EMAIL PROTECTED] wrote:

 Quoting dharam paul [EMAIL PROTECTED]:
 
 
 
  Send instant messages to your online friends
 http://in.messenger.yahoo.com
  ___
 
 
 are you running yahoo messenger on the machine ? ? ?
 
 
 Pete C
 
 
 
 


Send instant messages to your online friends http://in.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]


slow system startup; recovering vi sessions

2006-06-06 Thread dharam paul
Hello,
My freebsd 5.4 is taking about 5-7 minutes to
start/restart because it tries to recover the crashed
vi sessions. 
Is there a way to bring it out of this cycle of
recovery so that the system boots faster.

Thanks  Regars

Send instant messages to your online friends http://in.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: slow system startup; recovering vi sessions

2006-06-07 Thread dharam paul
Hello,
Thank you very much.
There were nine files. I removed all of them.
Thanks for help please.

Regards
--- Toni Schmidbauer [EMAIL PROTECTED] wrote:

 At Wed, 7 Jun 2006 05:39:38 +0100 (BST),
 dharam paul wrote:
  Is there a way to bring it out of this cycle of
  recovery so that the system boots faster.
 
 normally vi recovery files are in
 /var/tmp/vi.recover. you can empty
 this directory if you are sure that you do not need
 the saved files. 
 
 hth,
 toni 
 -- 
 If you understand what you're doing, you're | toni
 at stderror dot at
 not learning anything.  | Toni
 Schmidbauer
 -- Anonymous|
 


Send instant messages to your online friends http://in.messenger.yahoo.com 
brbr Stay connected with your friends even when away from PC.  Link: 
http://in.mobile.yahoo.com/new/messenger/  
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


additions in adzap

2006-06-16 Thread dharam paul
Hi,
Where is the location of 'squid_redirect' for adzap in
freebsd?
On Windows I can locate it. 

Regards



__
Yahoo! India Answers: Share what you know. Learn something new
http://in.answers.yahoo.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


squid Error: Can not stop process id 455

2006-07-13 Thread dharam paul
On Free BSD 6.1, after reconfiguring squid is not able
to stop so that it can restart after I pas the
following command:

/usr/local/etc/rc.d/squid.sh restart

I have enable squid in /etc/rc.conf so that it should
start whenever the system is started.

Any body has a solutin please reply.

Thanks  Regards



__
Yahoo! India Answers: Share what you know. Learn something new
http://in.answers.yahoo.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Error Installing FreeBSD 6.1

2007-01-04 Thread dharam paul
After I issue the make install command, the following
error appears while installing cvsup-without-gui:

===   cvsup-without-gui-16.1h_2 depends on file:
/usr/local/lib/m3/pkg/tcp/Free
 BSD4/libm3tcp.a - not found
===Verifying install for
/usr/local/lib/m3/pkg/tcp/FreeBSD4/libm3tcp.a in /

usr/ports/lang/ezm3
===  Vulnerability check disabled, database not found
===  Extracting for ezm3-1.2
= MD5 Checksum mismatch for
ezm3/ezm3-1.2-src.tar.bz2.
= No SHA256 checksum recorded for
ezm3/ezm3-1.2-src.tar.bz2.
= MD5 Checksum OK for
ezm3/ezm3-1.2-FreeBSD4-boot.tar.bz2.
= No SHA256 checksum recorded for
ezm3/ezm3-1.2-FreeBSD4-boot.tar.bz2.
===  Refetch for 1 more times files:
ezm3/ezm3-1.2-src.tar.bz2
===  Vulnerability check disabled, database not found
= ezm3-1.2-src.tar.bz2 doesn't seem to exist in
/usr/ports/distfiles/ezm3.
= Attempting to fetch from
ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/  
   ezm3/.
fetch:
ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/ezm3/ezm3-1.2-src.tar.bz2:
No address record
= Attempting to fetch from
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ezm3/.
===  Vulnerability check disabled, database not found
= MD5 Checksum mismatch for
ezm3/ezm3-1.2-src.tar.bz2.
= No SHA256 checksum recorded for
ezm3/ezm3-1.2-src.tar.bz2.
= MD5 Checksum OK for
ezm3/ezm3-1.2-FreeBSD4-boot.tar.bz2.
= No SHA256 checksum recorded for
ezm3/ezm3-1.2-FreeBSD4-boot.tar.bz2.
===  Giving up on fetching files:
ezm3/ezm3-1.2-src.tar.bz2
Make sure the Makefile and distinfo file
(/usr/ports/lang/ezm3/distinfo)
are up to date.  If you are absolutely sure you want
to override this
check, type make NO_CHECKSUM=yes [other args].
*** Error code 1

Stop in /usr/ports/lang/ezm3.
*** Error code 1

Stop in /usr/ports/lang/ezm3.
*** Error code 1

--

Please help.

Regards


Send free SMS to your Friends on Mobile from your Yahoo! Messenger. Download 
Now! http://messenger.yahoo.com/download.php
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Error Installing FreeBSD 6.1

2007-01-06 Thread dharam paul
I have given the command:
#pkg_add -f vcsup-without-gui

I get the message that it is already installed.

Does it mean that now I am ready to use CVSup?

Regards

--- Josh Paetzel [EMAIL PROTECTED] wrote:

 On Thursday 04 January 2007 09:08, dharam paul
 wrote:
  After I issue the make install command, the
 following
  error appears while installing cvsup-without-gui:
 
  ===   cvsup-without-gui-16.1h_2 depends on file:
  /usr/local/lib/m3/pkg/tcp/Free
   BSD4/libm3tcp.a - not found
  ===Verifying install for
  /usr/local/lib/m3/pkg/tcp/FreeBSD4/libm3tcp.a in /
 
  usr/ports/lang/ezm3
  ===  Vulnerability check disabled, database not
 found
  ===  Extracting for ezm3-1.2
  = MD5 Checksum mismatch for
  ezm3/ezm3-1.2-src.tar.bz2.
  = No SHA256 checksum recorded for
  ezm3/ezm3-1.2-src.tar.bz2.
  = MD5 Checksum OK for
  ezm3/ezm3-1.2-FreeBSD4-boot.tar.bz2.
  = No SHA256 checksum recorded for
  ezm3/ezm3-1.2-FreeBSD4-boot.tar.bz2.
  ===  Refetch for 1 more times files:
  ezm3/ezm3-1.2-src.tar.bz2
  ===  Vulnerability check disabled, database not
 found
  = ezm3-1.2-src.tar.bz2 doesn't seem to exist in
  /usr/ports/distfiles/ezm3.
  = Attempting to fetch from
 
 ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/
 ezm3/.
  fetch:
 

ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/ezm3/ezm3-1.2-s
 rc.tar.bz2: No address record
  = Attempting to fetch from
 

ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ezm3/.
  ===  Vulnerability check disabled, database not
 found
  = MD5 Checksum mismatch for
  ezm3/ezm3-1.2-src.tar.bz2.
  = No SHA256 checksum recorded for
  ezm3/ezm3-1.2-src.tar.bz2.
  = MD5 Checksum OK for
  ezm3/ezm3-1.2-FreeBSD4-boot.tar.bz2.
  = No SHA256 checksum recorded for
  ezm3/ezm3-1.2-FreeBSD4-boot.tar.bz2.
  ===  Giving up on fetching files:
  ezm3/ezm3-1.2-src.tar.bz2
  Make sure the Makefile and distinfo file
  (/usr/ports/lang/ezm3/distinfo)
  are up to date.  If you are absolutely sure you
 want
  to override this
  check, type make NO_CHECKSUM=yes [other args].
  *** Error code 1
 
  Stop in /usr/ports/lang/ezm3.
  *** Error code 1
 
  Stop in /usr/ports/lang/ezm3.
  *** Error code 1
 
  --
 
  Please help.
 
  Regards
 
 
 I'd pkg_add -r csup, which is a drop in replacement
 for cvsup that 
 doesn't have the ezm3 dependancy, or, if you really
 do need cvsup 
 then pkg_add -r cvsup-without-gui
 
 
 -- 
 Thanks,
 
 Josh Paetzel
 ___
 freebsd-questions@freebsd.org mailing list

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


Send free SMS to your Friends on Mobile from your Yahoo! Messenger. Download 
Now! http://messenger.yahoo.com/download.php
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]