Re: what way to update named?

2007-08-01 Thread Olivier Nicole
 I think this was it. I originally used sudo but second time I did it as su
 and it went very well. Thank you!

I always build ports using sudo (I have not been using su for years).

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


Re: what way to update named?

2007-08-01 Thread perryh
  Are you sure your run the make with sufficient priviledges?

 I think this was it. I originally used sudo but second time
 I did it as su and it went very well. Thank you!

If sudo to root does not give the same privs as su to root,
I'd guess sudo is either buggy or not configured properly.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: what way to update named?

2007-08-01 Thread Zbigniew Szalbot

Hello,

 If sudo to root does not give the same privs as su to root,
 I'd guess sudo is either buggy or not configured properly.

Not sure what to say. I had the same situation on two machines. It is
possible that my sudo is not configured properly but yet in a year's time
of living in UNIX world it is first time I reverted to su. Increased
privelages of sudo were always enough. 

Thanks!

-- 
Zbigniew Szalbot

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


Re: what way to update named?

2007-07-31 Thread Olivier Nicole
 I am using named version 9.3.3 which comes with FreeBSD system (i.e. was
 not installed from ports). 
 
 I know that in order to upgrade bind, I should cvsup sources and then go
 through the entire procudure of updating the system, installing kernel,
 etc. However, I tend not to use cvsup any more but I usually go for
 freebsd-update tool. 
 
 My question is: should I wait till freebsd-update tool includes an update
 of bind to 9.3.4 or should I update the system from sources? I can wait but
 I am just not sure what is the preferred method given that I use
 freebsd-update on regular basis. This is FreeBSD 6.2-RELEASE-p5 #2

I am not sure I saw any answer to your question so...

I installed bind 9.3.4 from the ports, using the option to over write
the bind installed by the system, et voila.

bests,

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


Re: what way to update named?

2007-07-31 Thread Olivier Nicole
 Stop in /usr/ports/dns/bind9.
 ** Command failed [exit code 1]: /usr/bin/script -qa
 /tmp/portinstall.12022.0 env make
 ** Fix the problem and try again.
 ** Listing the failed packages (*:skipped / !:failed)
 ! dns/bind9 (unknown build error)
 ---  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed
 
 Not sure what to do about it. Thanks for any advice.

No idea, for me it was really seamless.

Are you sure your run the make with sufficient priviledges?

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


Re: what way to update named?

2007-07-31 Thread Zbigniew Szalbot

Hello,

 My question is: should I wait till freebsd-update tool includes an
 update
 of bind to 9.3.4 or should I update the system from sources? I can wait
 but
 I am just not sure what is the preferred method given that I use
 freebsd-update on regular basis. This is FreeBSD 6.2-RELEASE-p5 #2
 
 I am not sure I saw any answer to your question so...
 
 I installed bind 9.3.4 from the ports, using the option to over write
 the bind installed by the system, et voila.

Thank you for this answer. When I go to /usr/ports/dns/bind9/ and issue
portinstall I get:

[Gathering depends for dns/bind9  done]
---  Installing 'bind9-9.3.4.1' from a port (dns/bind9)
---  Building '/usr/ports/dns/bind9'
===  Cleaning for bind9-9.3.4.1
cd /usr/ports/dns/bind9  make config;

then there's an option screen where I selected to replace the default bind
with the version form port which led to:

make: don't know how to make
/usr/ports/dns/bind9/work/.build_done.bind9._usr_local. Stop
*** Error code 2

Stop in /usr/ports/dns/bind9.
** Command failed [exit code 1]: /usr/bin/script -qa
/tmp/portinstall.12022.0 env make
** Fix the problem and try again.
** Listing the failed packages (*:skipped / !:failed)
! dns/bind9 (unknown build error)
---  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed

Not sure what to do about it. Thanks for any advice.

-- 
Zbigniew Szalbot

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


Re: what way to update named?

2007-07-31 Thread Zbigniew Szalbot

Hello,

On Wed, 1 Aug 2007 12:49:18 +0700 (ICT), Olivier Nicole [EMAIL PROTECTED]
wrote:
 Stop in /usr/ports/dns/bind9.
 ** Command failed [exit code 1]: /usr/bin/script -qa
 /tmp/portinstall.12022.0 env make
 ** Fix the problem and try again.
 ** Listing the failed packages (*:skipped / !:failed)
 ! dns/bind9 (unknown build error)
 ---  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed

 Not sure what to do about it. Thanks for any advice.
 
 No idea, for me it was really seamless.
 
 Are you sure your run the make with sufficient priviledges?

I think this was it. I originally used sudo but second time I did it as su
and it went very well. Thank you!

-- 
Zbigniew Szalbot

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


what way to update named?

2007-07-30 Thread Zbigniew Szalbot

Hello,

I am using named version 9.3.3 which comes with FreeBSD system (i.e. was
not installed from ports). 

I know that in order to upgrade bind, I should cvsup sources and then go
through the entire procudure of updating the system, installing kernel,
etc. However, I tend not to use cvsup any more but I usually go for
freebsd-update tool. 

My question is: should I wait till freebsd-update tool includes an update
of bind to 9.3.4 or should I update the system from sources? I can wait but
I am just not sure what is the preferred method given that I use
freebsd-update on regular basis. This is FreeBSD 6.2-RELEASE-p5 #2

Thank you in advance!

Zbigniew Szalbot  

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