Re: Problems with man

2005-03-31 Thread Giorgos Keramidas
On 2005-03-30 17:06, Lord Raiden [EMAIL PROTECTED] wrote:
At 06:11 PM 3/30/05 +0300, Giorgos Keramidas wrote:
install -o root -g wheel -m 644 \
/usr/src/gnu/usr.bin/man/manpath/manpath.config \
/etc/manpath.config

 Awesome, that worked.  Thanks!!

It's a hackish workaround for the symptom of the problem you
described, but you're welcome.  Glad that it worked :-)

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


Re: Problems with man

2005-03-30 Thread Giorgos Keramidas
On 2005-03-29 19:55, Lord Raiden [EMAIL PROTECTED] wrote:

 After updating everything to its latest version, did you remember to
 mergemaster to update your /etc files?

 Nope, didn't think to do it because I've never had to do it before.
 This would be a first.  But I did run it and it errored out when I
 tried it and got this error.  Any ideas?

 install -o root -g wheel -m 644  /usr/src/etc/sendmail/freebsd.mc
 freebsd.cf /var/tmp/temproot/etc/mail
 install: freebsd.cf: No such file or directory
 *** Error code 71

 Stop in /usr/src/etc/sendmail.
 *** Error code 1

 Stop in /usr/src/etc.

   *** FATAL ERROR: Cannot 'cd' to /usr/src/etc and install files to
   the temproot environment

Ignore that.  mergemaster is not your problem if you only updated the
ports.  Sorry for the misguided attempt at helping, but when you said
everything I incorrectly assumed the base system.

 I cvsup'ed my ports tree and src files, but I didn't update my kernel
 or core files, only my ports.  Might that cause a problem?

Not really.

I don't know what you updated and how, so can you please give us more
details.  Then we'll probably be able to help you with the /etc files
that seem to have problems.

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


Re: Problems with man

2005-03-30 Thread Lord Raiden
Well, the only etc file I appear to have issues with is the 
/etc/manpath.config file because it won't let me use man until it finds it 
and yet the file is there.

At 02:06 PM 3/30/05 +0300, Giorgos Keramidas wrote:
On 2005-03-29 19:55, Lord Raiden [EMAIL PROTECTED] wrote:

 After updating everything to its latest version, did you remember to
 mergemaster to update your /etc files?

 Nope, didn't think to do it because I've never had to do it before.
 This would be a first.  But I did run it and it errored out when I
 tried it and got this error.  Any ideas?

 install -o root -g wheel -m 644  /usr/src/etc/sendmail/freebsd.mc
 freebsd.cf /var/tmp/temproot/etc/mail
 install: freebsd.cf: No such file or directory
 *** Error code 71

 Stop in /usr/src/etc/sendmail.
 *** Error code 1

 Stop in /usr/src/etc.

   *** FATAL ERROR: Cannot 'cd' to /usr/src/etc and install files to
   the temproot environment
Ignore that.  mergemaster is not your problem if you only updated the
ports.  Sorry for the misguided attempt at helping, but when you said
everything I incorrectly assumed the base system.
 I cvsup'ed my ports tree and src files, but I didn't update my kernel
 or core files, only my ports.  Might that cause a problem?
Not really.
I don't know what you updated and how, so can you please give us more
details.  Then we'll probably be able to help you with the /etc files
that seem to have problems.
Steven Lake
-Owner/Webmaster
Raiden's Realm
www.raiden.net
Come see Monk the comic strip and laugh till you die!  :)
http://www.raiden.net/Monk/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problems with man

2005-03-30 Thread Giorgos Keramidas
On 2005-03-30 09:12, Lord Raiden [EMAIL PROTECTED] wrote:
 At 02:06 PM 3/30/05 +0300, Giorgos Keramidas wrote:
 I don't know what you updated and how, so can you please give us more
 details.  Then we'll probably be able to help you with the /etc files
 that seem to have problems.

 Well, the only etc file I appear to have issues with is the
 /etc/manpath.config file because it won't let me use man until it
 finds it and yet the file is there.

Please don't top-post :-/

If manpath.config is the only file you are missing from /etc, you can
restore it by running as root:

# install -o root -g wheel -m 644 \
/usr/src/gnu/usr.bin/man/manpath/manpath.config \
/etc/manpath.config

If you see anything else missing from /etc, let us know.

- Giorgos

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


Re: Problems with man

2005-03-30 Thread Lord Raiden
At 06:11 PM 3/30/05 +0300, Giorgos Keramidas wrote:
install -o root -g wheel -m 644 \
/usr/src/gnu/usr.bin/man/manpath/manpath.config \
/etc/manpath.config
Awesome, that worked.  Thanks!!
Steven Lake
-Owner/Webmaster
Raiden's Realm
www.raiden.net
Come see Monk the comic strip and laugh till you die!  :)
http://www.raiden.net/Monk/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problems with man

2005-03-29 Thread Giorgos Keramidas
On 2005-03-29 15:25, Lord Raiden [EMAIL PROTECTED] wrote:
 I've got a server that I just recently upgraded to the latest of
 everything, but for some reason when you type man and then what you
 want to look at the manual for I get this error:

 man: unable to find the file /etc/manpath.config

After updating everything to its latest version, did you remember to
mergemaster to update your /etc files?

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


Re: Problems with man

2005-03-29 Thread Lord Raiden

After updating everything to its latest version, did you remember to
mergemaster to update your /etc files?
Nope, didn't think to do it because I've never had to do it 
before.  This would be a first.  But I did run it and it errored out when I 
tried it and got this error.  Any ideas?

install -o root -g wheel -m 644  /usr/src/etc/sendmail/freebsd.mc 
freebsd.cf /var/tmp/temproot/etc/mail
install: freebsd.cf: No such file or directory
*** Error code 71

Stop in /usr/src/etc/sendmail.
*** Error code 1
Stop in /usr/src/etc.
  *** FATAL ERROR: Cannot 'cd' to /usr/src/etc and install files to
  the temproot environment
I cvsup'ed my ports tree and src files, but I didn't update my kernel or 
core files, only my ports.  Might that cause a problem?


Steven Lake
-Owner/Webmaster
Raiden's Realm
www.raiden.net
Come see Monk the comic strip and laugh till you die!  :)
http://www.raiden.net/Monk/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problems with man

2005-03-29 Thread Svein Halvor Halvorsen

* Lord Raiden [2005-03-29 19:55 -0500]
   After updating everything to its latest version, did you remember to
   mergemaster to update your /etc files?
  
  Nope, didn't think to do it because I've never had to do it before.
  This would be a first.  But I did run it and it errored out when I tried it
  and got this error.  Any ideas?
:
snip
:
  I cvsup'ed my ports tree and src files, but I didn't update my kernel or core
  files, only my ports.  Might that cause a problem?


It was probably because you said you updated everything, that you were 
guided to use mergemaster. We now see that you did in fact not update 
everything, just your ports. You should only run mergemaster when 
updating your base system. This is also probably why you never used it 
before.


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