Re: Installing gnome2 with XFree86-4 - Why is this so difficilt?????

2002-07-21 Thread Kevin Golding

Someone, quite probably , once wrote:
I'm actually running the re-install of XFree86-4 at the moment wihtout having 
done a make distclean. Is this the reason why for each component, it fails 
with error: XFree86-4component already installed, perhaps an older 
version..,?

Would it be in my interest then to stop this and restart from the beginning?

It sounds like everything wasn't quite removed when you deinstalled.

ls /var/db/pkg | grep -i xfree

That should show up a few things that might need removing.  Else make
sure your ports tree is fully up to date and then run:

portversion -L =

That may show up a few out of date things that could be worth upgrading.

portupgrade -rR XFree86-4

The above might resolve a few issues if you are out of date.  Else it
might be worth thinking about packages this time: 

pkg_add -r XFree86-4

Will get the latest binary and hopefully get you back to a working
state.  Then you could probably track X using portupgrade to reduce
hassle.

Kevin

Quoting Kevin Golding [EMAIL PROTECTED]:

 Someone, quite probably Stacey Roberts, once wrote:
 1] From the *one* reply I've had to my earlier post concerning the
 gnome2 
 install failure, it appear that I have to re-install XFree86-4.2.0. Why
 is that 
 after running pkg_delete on XFree86-4.0.2, make doesn't go out and
 get a 
 fresh set of files for the re-install?
 
 Am I missing something about the make process here? Presumably there
 was 
 something wrong with the XFree86-4 sources I got yesterday when I
 installed it, 
 so I would have thought it logical that I should be obtaining a fresh
 set of 
 source files for the new install.
 
 To fetch new sources you need to remove the old ones from
 /usr/ports/distfiles.  You can either manually rm each tarball or just
 run make distclean before make.
 
 It can also be worth running make fetch as your first step to install
 a port as that simply downloads any files you are missing for that port
 (although not dependencies).
 
 2] To do the install of XFree86-4 anyways, what I did was pkg_delete of
 XFree86-
 3 in /var/db/pkg; rm -rf /usr/X11R6/*, then editing /etc/make.conf to
 reflect 
 that the XFree version is now 4
 
 Since 4.6 I believe the default X has been 4 making such a config
 redundant.  It might be worth running through /etc/defaults/make.conf
 and seeing if you need to change anything else.  If you're not using 4.6
 then don't worry about it.
 
 Kevin
 -- 
 [EMAIL PROTECTED]
 




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message

-- 
[EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Problem Installing Mosaic

2002-07-21 Thread Parker Brown

Makefile seems to be compromised in /usr/ports/www/Mosiac.  I get:
make: fatal errors encountered Makefile line 30

make also complains about lines 33 and 35.  How can I correct it?

Pb

PS: Successfully installed the linux version of Netscape, and will also
try mozilla.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Installing gnome2 with XFree86-4 - Why is this so difficilt?????

2002-07-21 Thread Adam Weinberger

if you have sysutils/portupgrade installed, do

~/#  pkg_deinstall -r gnome\*

that will delete anything gnome, and everything built that depends on
it.

-Adam


 (07.21.2002 @ 1214 PST): [EMAIL PROTECTED] said, in 4.2K: 
 
 Hi Kevin,
Okay.., I'm at the point of considering rebuilding the box here.
 
 Before I do, I'd appreciate though, frank answers to two scenarios if you can..,
 
 1] Stop the current re-install of XFree86-4 (with the constant failings due to 
 components being already installed:-
 
 Can I stop this re-install?
 Is there a procedure for then ensuring that I *copmpletely* wipe all instances 
 of XFree-anything from the system, before attempting installing via a package?
 
 2] Seeing that this whole situation is all about my initial failed attempts to 
 install gnome2,:
 
 After completion of the XFree86-4 install (via ports or packages), should I 
 proceed on from the point where the gnome2 install fails (at the gle error)?
 
 If not, and I have to re-fetch fresh gnome2 sources, is there a procedure for 
 *completely* removing ALL instances of gnome from the system?
 
 For both scenarios above, how do I ensure that I get the latest (hopefully 
 correct) binaries for installation?
 
 Thanks again Kevin., Please don't think that I mean to place you in a spot or 
 anything., you're just the *only* person that's bothered to reply to my post on 
 this list.
 
 Stacey
 
 Quoting Kevin Golding [EMAIL PROTECTED]:
 
  Someone, quite probably , once wrote:
  I'm actually running the re-install of XFree86-4 at the moment wihtout
  having 
  done a make distclean. Is this the reason why for each component, it
  fails 
  with error: XFree86-4component already installed, perhaps an older 
  version..,?
  
  Would it be in my interest then to stop this and restart from the
  beginning?
  
  It sounds like everything wasn't quite removed when you deinstalled.
  
  ls /var/db/pkg | grep -i xfree
  
  That should show up a few things that might need removing.  Else make
  sure your ports tree is fully up to date and then run:
  
  portversion -L =
  
  That may show up a few out of date things that could be worth upgrading.
  
  portupgrade -rR XFree86-4
  
  The above might resolve a few issues if you are out of date.  Else it
  might be worth thinking about packages this time: 
  
  pkg_add -r XFree86-4
  
  Will get the latest binary and hopefully get you back to a working
  state.  Then you could probably track X using portupgrade to reduce
  hassle.
  
  Kevin
  
  Quoting Kevin Golding [EMAIL PROTECTED]:
  
   Someone, quite probably Stacey Roberts, once wrote:
   1] From the *one* reply I've had to my earlier post concerning the
   gnome2 
   install failure, it appear that I have to re-install XFree86-4.2.0.
  Why
   is that 
   after running pkg_delete on XFree86-4.0.2, make doesn't go out and
   get a 
   fresh set of files for the re-install?
   
   Am I missing something about the make process here? Presumably there
   was 
   something wrong with the XFree86-4 sources I got yesterday when I
   installed it, 
   so I would have thought it logical that I should be obtaining a
  fresh
   set of 
   source files for the new install.
   
   To fetch new sources you need to remove the old ones from
   /usr/ports/distfiles.  You can either manually rm each tarball or
  just
   run make distclean before make.
   
   It can also be worth running make fetch as your first step to
  install
   a port as that simply downloads any files you are missing for that
  port
   (although not dependencies).
   
   2] To do the install of XFree86-4 anyways, what I did was pkg_delete
  of
   XFree86-
   3 in /var/db/pkg; rm -rf /usr/X11R6/*, then editing /etc/make.conf
  to
   reflect 
   that the XFree version is now 4
   
   Since 4.6 I believe the default X has been 4 making such a config
   redundant.  It might be worth running through /etc/defaults/make.conf
   and seeing if you need to change anything else.  If you're not using
  4.6
   then don't worry about it.
   
   Kevin
   -- 
   [EMAIL PROTECTED]
   
  
  
  
  
  To Unsubscribe: send mail to [EMAIL PROTECTED]
  with unsubscribe freebsd-questions in the body of the message
  
  -- 
  [EMAIL PROTECTED]
  
 
 
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
 
 end of Re: Installing gnome2  with XFree86-4 - Why is this so difficilt? from 
[EMAIL PROTECTED] 


--
Oh good, my dog found the chainsaw.
-Lilo, Lilo  Stitch
Adam Weinberger
[EMAIL PROTECTED]
http://vectors.cx


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Installing gnome2 with XFree86-4 - Why is this sodifficilt?????

2002-07-21 Thread Joe Kelsey

Step 0.  cvsup your ports tree.

Step 0.5  Install portupgrade from /usr/ports/portupgrade.  Learn how to
properly use the new tools, especially the -R and -r flags to
portinstall/portupgrade.

On Sun, 2002-07-21 at 12:14, [EMAIL PROTECTED] wrote:
 
 Hi Kevin,
Okay.., I'm at the point of considering rebuilding the box here.
 
 Before I do, I'd appreciate though, frank answers to two scenarios if you can..,
 
 1] Stop the current re-install of XFree86-4 (with the constant failings due to 
 components being already installed:-
 
 Can I stop this re-install?

You can stop any re-install at any point.


 Is there a procedure for then ensuring that I *copmpletely* wipe all instances 
 of XFree-anything from the system, before attempting installing via a package?

pkg_delete -f 'XFree*'

 2] Seeing that this whole situation is all about my initial failed attempts to 
 install gnome2,:
 
 After completion of the XFree86-4 install (via ports or packages), should I 
 proceed on from the point where the gnome2 install fails (at the gle error)?

portinstall -R gnome2

 If not, and I have to re-fetch fresh gnome2 sources, is there a procedure for 
 *completely* removing ALL instances of gnome from the system?
 
 For both scenarios above, how do I ensure that I get the latest (hopefully 
 correct) binaries for installation?
 
 Thanks again Kevin., Please don't think that I mean to place you in a spot or 
 anything., you're just the *only* person that's bothered to reply to my post on 
 this list.
 
 Stacey
 
 Quoting Kevin Golding [EMAIL PROTECTED]:
 
  Someone, quite probably , once wrote:
  I'm actually running the re-install of XFree86-4 at the moment wihtout
  having 
  done a make distclean. Is this the reason why for each component, it
  fails 
  with error: XFree86-4component already installed, perhaps an older 
  version..,?
  
  Would it be in my interest then to stop this and restart from the
  beginning?
  
  It sounds like everything wasn't quite removed when you deinstalled.
  
  ls /var/db/pkg | grep -i xfree
  
  That should show up a few things that might need removing.  Else make
  sure your ports tree is fully up to date and then run:
  
  portversion -L =
  
  That may show up a few out of date things that could be worth upgrading.
  
  portupgrade -rR XFree86-4
  
  The above might resolve a few issues if you are out of date.  Else it
  might be worth thinking about packages this time: 
  
  pkg_add -r XFree86-4
  
  Will get the latest binary and hopefully get you back to a working
  state.  Then you could probably track X using portupgrade to reduce
  hassle.
  
  Kevin
  
  Quoting Kevin Golding [EMAIL PROTECTED]:
  
   Someone, quite probably Stacey Roberts, once wrote:
   1] From the *one* reply I've had to my earlier post concerning the
   gnome2 
   install failure, it appear that I have to re-install XFree86-4.2.0.
  Why
   is that 
   after running pkg_delete on XFree86-4.0.2, make doesn't go out and
   get a 
   fresh set of files for the re-install?
   
   Am I missing something about the make process here? Presumably there
   was 
   something wrong with the XFree86-4 sources I got yesterday when I
   installed it, 
   so I would have thought it logical that I should be obtaining a
  fresh
   set of 
   source files for the new install.
   
   To fetch new sources you need to remove the old ones from
   /usr/ports/distfiles.  You can either manually rm each tarball or
  just
   run make distclean before make.
   
   It can also be worth running make fetch as your first step to
  install
   a port as that simply downloads any files you are missing for that
  port
   (although not dependencies).
   
   2] To do the install of XFree86-4 anyways, what I did was pkg_delete
  of
   XFree86-
   3 in /var/db/pkg; rm -rf /usr/X11R6/*, then editing /etc/make.conf
  to
   reflect 
   that the XFree version is now 4
   
   Since 4.6 I believe the default X has been 4 making such a config
   redundant.  It might be worth running through /etc/defaults/make.conf
   and seeing if you need to change anything else.  If you're not using
  4.6
   then don't worry about it.
   
   Kevin
   -- 
   [EMAIL PROTECTED]
   
  
  
  
  
  To Unsubscribe: send mail to [EMAIL PROTECTED]
  with unsubscribe freebsd-questions in the body of the message
  
  -- 
  [EMAIL PROTECTED]
  
 
 
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-gnome in the body of the message
 



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



aol8.0

2002-07-21 Thread DeeLittlegirl
im looking for aol8.0 to download
dee


RE: make buildworld error

2002-07-21 Thread Balaji, Pavan


libpam -- the 'cause of the error is not installed by the standard
installation settings in FreeBSD 4.6. You need to either use completer
installation from the CD or remove libpam from the Makefile in /usr/src/lib
-- I used the second one, and it hasn't given any problems so far.


Pavan Balaji,
Intel Corporation

Only the Paranoid Survive  --  Andy Grove


 -Original Message-
 From: Jesse Geddis [mailto:[EMAIL PROTECTED]]
 Sent: Saturday, July 20, 2002 10:05 PM
 To: [EMAIL PROTECTED]
 Subject: make buildworld error
 
 
   This is what i get during a make build world on a 
 freshly installed system
 with all the source after just doing a CVS off 
 cvs2.freebsd.org of all but
 the docs:
 
 pointers?
 
 cc -fpic -DPIC -O -pipe
 -I/usr/src/lib/libpam/modules/pam_ssh/../../../../crypt
 o/openssh  -c /usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c 
 -o pam_ssh.So
 building shared library pam_ssh.so
 /usr/obj/usr/src/i386/usr/libexec/elf/ld: cannot find -lssh
 *** Error code 1
 
 Stop in /usr/src/lib/libpam/modules/pam_ssh.
 *** Error code 1
 
 Stop in /usr/src/lib/libpam/modules.
 *** Error code 1
 
 Stop in /usr/src/lib/libpam.
 *** Error code 1
 
 Stop in /usr/src/lib.
 *** Error code 1
 
 Stop in /usr/src.
 *** Error code 1
 
 Stop in /usr/src.
 *** Error code 1
 
 Stop in /usr/src.
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Installing gnome2 with XFree86-4 - Why is this so difficilt?????

2002-07-21 Thread Adam Weinberger

my post was in direct response to your questions about how do i
completely remove gnome.

some components seem to be installed, and some aren't. if you have no
particular schedule, just remove everything having to do with Xwindows
and start again.

pkg_deinstall -r XFree\*
cd /usr/ports/x11/XFree86
make install clean
cd /usr/ports/x11/gnome2
make install clean

-Adam


 (07.21.2002 @ 1230 PST): [EMAIL PROTECTED] said, in 5.7K: 
 
 Thanks Adam,
   But do I do this instead of continuing with the gnome2 bins that I 
 already have? The reply I had to the gnome2 build errorlog I submitted earlier 
 led me to believe that the gnome2 installation errors center on the fact that 
 something wasn't quite right in the XFree86-4 install I did yesterday.
 
 Or., is your post for general information?
 
 Thanks all the same.
 
 Stacey
 
 Quoting Adam Weinberger [EMAIL PROTECTED]:
 
  if you have sysutils/portupgrade installed, do
  
  ~/#  pkg_deinstall -r gnome\*
  
  that will delete anything gnome, and everything built that depends on
  it.
  
  -Adam
  
  
   (07.21.2002 @ 1214 PST): [EMAIL PROTECTED] said, in 4.2K: 
   
   Hi Kevin,
  Okay.., I'm at the point of considering rebuilding the box here.
   
   Before I do, I'd appreciate though, frank answers to two scenarios if
  you can..,
   
   1] Stop the current re-install of XFree86-4 (with the constant
  failings due to 
   components being already installed:-
   
   Can I stop this re-install?
   Is there a procedure for then ensuring that I *copmpletely* wipe all
  instances 
   of XFree-anything from the system, before attempting installing via
  a package?
   
   2] Seeing that this whole situation is all about my initial failed
  attempts to 
   install gnome2,:
   
   After completion of the XFree86-4 install (via ports or packages),
  should I 
   proceed on from the point where the gnome2 install fails (at the gle
  error)?
   
   If not, and I have to re-fetch fresh gnome2 sources, is there a
  procedure for 
   *completely* removing ALL instances of gnome from the system?
   
   For both scenarios above, how do I ensure that I get the latest
  (hopefully 
   correct) binaries for installation?
   
   Thanks again Kevin., Please don't think that I mean to place you in a
  spot or 
   anything., you're just the *only* person that's bothered to reply to
  my post on 
   this list.
   
   Stacey
   
   Quoting Kevin Golding [EMAIL PROTECTED]:
   
Someone, quite probably , once wrote:
I'm actually running the re-install of XFree86-4 at the moment
  wihtout
having 
done a make distclean. Is this the reason why for each component,
  it
fails 
with error: XFree86-4component already installed, perhaps an
  older 
version..,?

Would it be in my interest then to stop this and restart from the
beginning?

It sounds like everything wasn't quite removed when you deinstalled.

ls /var/db/pkg | grep -i xfree

That should show up a few things that might need removing.  Else
  make
sure your ports tree is fully up to date and then run:

portversion -L =

That may show up a few out of date things that could be worth
  upgrading.

portupgrade -rR XFree86-4

The above might resolve a few issues if you are out of date.  Else
  it
might be worth thinking about packages this time: 

pkg_add -r XFree86-4

Will get the latest binary and hopefully get you back to a working
state.  Then you could probably track X using portupgrade to reduce
hassle.

Kevin

Quoting Kevin Golding [EMAIL PROTECTED]:

 Someone, quite probably Stacey Roberts, once wrote:
 1] From the *one* reply I've had to my earlier post concerning
  the
 gnome2 
 install failure, it appear that I have to re-install
  XFree86-4.2.0.
Why
 is that 
 after running pkg_delete on XFree86-4.0.2, make doesn't go out
  and
 get a 
 fresh set of files for the re-install?
 
 Am I missing something about the make process here? Presumably
  there
 was 
 something wrong with the XFree86-4 sources I got yesterday when
  I
 installed it, 
 so I would have thought it logical that I should be obtaining a
fresh
 set of 
 source files for the new install.
 
 To fetch new sources you need to remove the old ones from
 /usr/ports/distfiles.  You can either manually rm each tarball or
just
 run make distclean before make.
 
 It can also be worth running make fetch as your first step to
install
 a port as that simply downloads any files you are missing for
  that
port
 (although not dependencies).
 
 2] To do the install of XFree86-4 anyways, what I did was
  pkg_delete
of
 XFree86-
 3 in /var/db/pkg; rm -rf /usr/X11R6/*, then editing
  /etc/make.conf
to
 reflect 
 that the XFree version is now 4
 
 Since 4.6 I believe the default X 

Re: Installing gnome2 with XFree86-4 - Why is this so difficilt?????

2002-07-21 Thread sroberts


I'll answer for each point here, if its okay:

 Step 0.  cvsup your ports tree.
Ports tree already cvsup'd (three times since yesterday morning)

 Step 0.5  Install portupgrade from /usr/ports/portupgrade.  Learn how to
 properly use the new tools, especially the -R and -r flags to
 portinstall/portupgrade.
Portupgrade is already installed ( and I can't upgrade something that isn't 
already installed, or am I wrong?)

I haven't tried portinstall.., how is this different to running make  make 
install clean in /usr/ports/x11/gnome2?

 portinstall -R gnome2
Again, I've not tried portinstall for gnome2 either.

Seeing that gnome2 flaked out on the gle error, would make distclean be 
sufficient for removing the bins that got downloaded for this failed install?

Thanks for the information here.

Stacey


Quoting Joe Kelsey [EMAIL PROTECTED]:

 Step 0.  cvsup your ports tree.
 
 Step 0.5  Install portupgrade from /usr/ports/portupgrade.  Learn how to
 properly use the new tools, especially the -R and -r flags to
 portinstall/portupgrade.
 
 On Sun, 2002-07-21 at 12:14, [EMAIL PROTECTED] wrote:
  
  Hi Kevin,
 Okay.., I'm at the point of considering rebuilding the box here.
  
  Before I do, I'd appreciate though, frank answers to two scenarios if
 you can..,
  
  1] Stop the current re-install of XFree86-4 (with the constant
 failings due to 
  components being already installed:-
  
  Can I stop this re-install?
 
 You can stop any re-install at any point.
 
 
  Is there a procedure for then ensuring that I *copmpletely* wipe all
 instances 
  of XFree-anything from the system, before attempting installing via
 a package?
 
 pkg_delete -f 'XFree*'
 
  2] Seeing that this whole situation is all about my initial failed
 attempts to 
  install gnome2,:
  
  After completion of the XFree86-4 install (via ports or packages),
 should I 
  proceed on from the point where the gnome2 install fails (at the gle
 error)?
 
 portinstall -R gnome2
 
  If not, and I have to re-fetch fresh gnome2 sources, is there a
 procedure for 
  *completely* removing ALL instances of gnome from the system?
  
  For both scenarios above, how do I ensure that I get the latest
 (hopefully 
  correct) binaries for installation?
  
  Thanks again Kevin., Please don't think that I mean to place you in a
 spot or 
  anything., you're just the *only* person that's bothered to reply to
 my post on 
  this list.
  
  Stacey
  
  Quoting Kevin Golding [EMAIL PROTECTED]:
  
   Someone, quite probably , once wrote:
   I'm actually running the re-install of XFree86-4 at the moment
 wihtout
   having 
   done a make distclean. Is this the reason why for each component,
 it
   fails 
   with error: XFree86-4component already installed, perhaps an
 older 
   version..,?
   
   Would it be in my interest then to stop this and restart from the
   beginning?
   
   It sounds like everything wasn't quite removed when you deinstalled.
   
   ls /var/db/pkg | grep -i xfree
   
   That should show up a few things that might need removing.  Else
 make
   sure your ports tree is fully up to date and then run:
   
   portversion -L =
   
   That may show up a few out of date things that could be worth
 upgrading.
   
   portupgrade -rR XFree86-4
   
   The above might resolve a few issues if you are out of date.  Else
 it
   might be worth thinking about packages this time: 
   
   pkg_add -r XFree86-4
   
   Will get the latest binary and hopefully get you back to a working
   state.  Then you could probably track X using portupgrade to reduce
   hassle.
   
   Kevin
   
   Quoting Kevin Golding [EMAIL PROTECTED]:
   
Someone, quite probably Stacey Roberts, once wrote:
1] From the *one* reply I've had to my earlier post concerning
 the
gnome2 
install failure, it appear that I have to re-install
 XFree86-4.2.0.
   Why
is that 
after running pkg_delete on XFree86-4.0.2, make doesn't go out
 and
get a 
fresh set of files for the re-install?

Am I missing something about the make process here? Presumably
 there
was 
something wrong with the XFree86-4 sources I got yesterday when
 I
installed it, 
so I would have thought it logical that I should be obtaining a
   fresh
set of 
source files for the new install.

To fetch new sources you need to remove the old ones from
/usr/ports/distfiles.  You can either manually rm each tarball or
   just
run make distclean before make.

It can also be worth running make fetch as your first step to
   install
a port as that simply downloads any files you are missing for
 that
   port
(although not dependencies).

2] To do the install of XFree86-4 anyways, what I did was
 pkg_delete
   of
XFree86-
3 in /var/db/pkg; rm -rf /usr/X11R6/*, then editing
 /etc/make.conf
   to
reflect 
that the XFree version is now 4

Since 4.6 I believe the default X has been 4 making such a config
redundant.  It might 

Re: Installing gnome2 with XFree86-4 - Why is this so difficilt?????

2002-07-21 Thread sroberts


Thanks Adam,
  Just wanted to ensure I read your post in the correct perspective.

Stacey

Quoting Adam Weinberger [EMAIL PROTECTED]:

 my post was in direct response to your questions about how do i
 completely remove gnome.
 
 some components seem to be installed, and some aren't. if you have no
 particular schedule, just remove everything having to do with Xwindows
 and start again.
 
 pkg_deinstall -r XFree\*
 cd /usr/ports/x11/XFree86
 make install clean
 cd /usr/ports/x11/gnome2
 make install clean
 
 -Adam
 
 
  (07.21.2002 @ 1230 PST): [EMAIL PROTECTED] said, in 5.7K: 
  
  Thanks Adam,
But do I do this instead of continuing with the gnome2 bins that
 I 
  already have? The reply I had to the gnome2 build errorlog I submitted
 earlier 
  led me to believe that the gnome2 installation errors center on the
 fact that 
  something wasn't quite right in the XFree86-4 install I did yesterday.
  
  Or., is your post for general information?
  
  Thanks all the same.
  
  Stacey
  
  Quoting Adam Weinberger [EMAIL PROTECTED]:
  
   if you have sysutils/portupgrade installed, do
   
   ~/#  pkg_deinstall -r gnome\*
   
   that will delete anything gnome, and everything built that depends
 on
   it.
   
   -Adam
   
   
(07.21.2002 @ 1214 PST): [EMAIL PROTECTED] said, in 4.2K: 

Hi Kevin,
   Okay.., I'm at the point of considering rebuilding the box
 here.

Before I do, I'd appreciate though, frank answers to two scenarios
 if
   you can..,

1] Stop the current re-install of XFree86-4 (with the constant
   failings due to 
components being already installed:-

Can I stop this re-install?
Is there a procedure for then ensuring that I *copmpletely* wipe
 all
   instances 
of XFree-anything from the system, before attempting installing
 via
   a package?

2] Seeing that this whole situation is all about my initial failed
   attempts to 
install gnome2,:

After completion of the XFree86-4 install (via ports or packages),
   should I 
proceed on from the point where the gnome2 install fails (at the
 gle
   error)?

If not, and I have to re-fetch fresh gnome2 sources, is there a
   procedure for 
*completely* removing ALL instances of gnome from the system?

For both scenarios above, how do I ensure that I get the latest
   (hopefully 
correct) binaries for installation?

Thanks again Kevin., Please don't think that I mean to place you
 in a
   spot or 
anything., you're just the *only* person that's bothered to reply
 to
   my post on 
this list.

Stacey

Quoting Kevin Golding [EMAIL PROTECTED]:

 Someone, quite probably , once wrote:
 I'm actually running the re-install of XFree86-4 at the moment
   wihtout
 having 
 done a make distclean. Is this the reason why for each
 component,
   it
 fails 
 with error: XFree86-4component already installed, perhaps an
   older 
 version..,?
 
 Would it be in my interest then to stop this and restart from
 the
 beginning?
 
 It sounds like everything wasn't quite removed when you
 deinstalled.
 
 ls /var/db/pkg | grep -i xfree
 
 That should show up a few things that might need removing.  Else
   make
 sure your ports tree is fully up to date and then run:
 
 portversion -L =
 
 That may show up a few out of date things that could be worth
   upgrading.
 
 portupgrade -rR XFree86-4
 
 The above might resolve a few issues if you are out of date. 
 Else
   it
 might be worth thinking about packages this time: 
 
 pkg_add -r XFree86-4
 
 Will get the latest binary and hopefully get you back to a
 working
 state.  Then you could probably track X using portupgrade to
 reduce
 hassle.
 
 Kevin
 
 Quoting Kevin Golding [EMAIL PROTECTED]:
 
  Someone, quite probably Stacey Roberts, once wrote:
  1] From the *one* reply I've had to my earlier post
 concerning
   the
  gnome2 
  install failure, it appear that I have to re-install
   XFree86-4.2.0.
 Why
  is that 
  after running pkg_delete on XFree86-4.0.2, make doesn't go
 out
   and
  get a 
  fresh set of files for the re-install?
  
  Am I missing something about the make process here?
 Presumably
   there
  was 
  something wrong with the XFree86-4 sources I got yesterday
 when
   I
  installed it, 
  so I would have thought it logical that I should be
 obtaining a
 fresh
  set of 
  source files for the new install.
  
  To fetch new sources you need to remove the old ones from
  /usr/ports/distfiles.  You can either manually rm each
 tarball or
 just
  run make distclean before make.
  
  It can also be worth running make fetch as your first step
 to
 install
  a port as that simply downloads any files you are missing for
   

Re: Installing gnome2 with XFree86-4 - Why is this so difficilt?????

2002-07-21 Thread Kent Stewart



Joe Kelsey wrote:

 Step 0.  cvsup your ports tree.


Don't forget that 0.1 is portsdb -uU after the cvsup.

Kent


 
 Step 0.5  Install portupgrade from /usr/ports/portupgrade.  Learn how to
 properly use the new tools, especially the -R and -r flags to
 portinstall/portupgrade.
 
 On Sun, 2002-07-21 at 12:14, [EMAIL PROTECTED] wrote:
 
Hi Kevin,
   Okay.., I'm at the point of considering rebuilding the box here.

Before I do, I'd appreciate though, frank answers to two scenarios if you can..,

1] Stop the current re-install of XFree86-4 (with the constant failings due to 
components being already installed:-

Can I stop this re-install?

 
 You can stop any re-install at any point.
 
 
 
Is there a procedure for then ensuring that I *copmpletely* wipe all instances 
of XFree-anything from the system, before attempting installing via a package?

 
 pkg_delete -f 'XFree*'
 
 
2] Seeing that this whole situation is all about my initial failed attempts to 
install gnome2,:

After completion of the XFree86-4 install (via ports or packages), should I 
proceed on from the point where the gnome2 install fails (at the gle error)?

 
 portinstall -R gnome2
 
 
If not, and I have to re-fetch fresh gnome2 sources, is there a procedure for 
*completely* removing ALL instances of gnome from the system?

For both scenarios above, how do I ensure that I get the latest (hopefully 
correct) binaries for installation?

Thanks again Kevin., Please don't think that I mean to place you in a spot or 
anything., you're just the *only* person that's bothered to reply to my post on 
this list.

Stacey

Quoting Kevin Golding [EMAIL PROTECTED]:


Someone, quite probably , once wrote:

I'm actually running the re-install of XFree86-4 at the moment wihtout

having 

done a make distclean. Is this the reason why for each component, it

fails 

with error: XFree86-4component already installed, perhaps an older 
version..,?

Would it be in my interest then to stop this and restart from the

beginning?

It sounds like everything wasn't quite removed when you deinstalled.

ls /var/db/pkg | grep -i xfree

That should show up a few things that might need removing.  Else make
sure your ports tree is fully up to date and then run:

portversion -L =

That may show up a few out of date things that could be worth upgrading.

portupgrade -rR XFree86-4

The above might resolve a few issues if you are out of date.  Else it
might be worth thinking about packages this time: 

pkg_add -r XFree86-4

Will get the latest binary and hopefully get you back to a working
state.  Then you could probably track X using portupgrade to reduce
hassle.

Kevin


Quoting Kevin Golding [EMAIL PROTECTED]:


Someone, quite probably Stacey Roberts, once wrote:

1] From the *one* reply I've had to my earlier post concerning the

gnome2 

install failure, it appear that I have to re-install XFree86-4.2.0.

Why

is that 

after running pkg_delete on XFree86-4.0.2, make doesn't go out and

get a 

fresh set of files for the re-install?

Am I missing something about the make process here? Presumably there

was 

something wrong with the XFree86-4 sources I got yesterday when I

installed it, 

so I would have thought it logical that I should be obtaining a

fresh

set of 

source files for the new install.

To fetch new sources you need to remove the old ones from
/usr/ports/distfiles.  You can either manually rm each tarball or

just

run make distclean before make.

It can also be worth running make fetch as your first step to

install

a port as that simply downloads any files you are missing for that

port

(although not dependencies).


2] To do the install of XFree86-4 anyways, what I did was pkg_delete

of

XFree86-

3 in /var/db/pkg; rm -rf /usr/X11R6/*, then editing /etc/make.conf

to

reflect 

that the XFree version is now 4

Since 4.6 I believe the default X has been 4 making such a config
redundant.  It might be worth running through /etc/defaults/make.conf
and seeing if you need to change anything else.  If you're not using

4.6

then don't worry about it.

Kevin
-- 
[EMAIL PROTECTED]





To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message

-- 
[EMAIL PROTECTED]





To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-gnome in the body of the message


 
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
 
 .
 
 


-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Installing gnome2 with XFree86-4 - Why is this sodifficilt?????

2002-07-21 Thread Joe Kelsey

On Sun, 2002-07-21 at 12:38, [EMAIL PROTECTED] wrote:
 
 I'll answer for each point here, if its okay:
 
  Step 0.  cvsup your ports tree.
 Ports tree already cvsup'd (three times since yesterday morning)
 
  Step 0.5  Install portupgrade from /usr/ports/portupgrade.  Learn how to
  properly use the new tools, especially the -R and -r flags to
  portinstall/portupgrade.
 Portupgrade is already installed ( and I can't upgrade something that isn't 
 already installed, or am I wrong?)
 
 I haven't tried portinstall.., how is this different to running make  make 
 install clean in /usr/ports/x11/gnome2?

portinstall and portupgrade are virtually the same thing relative to the
install first time/upgrade already installed ports.

The important thing to remember is the -R and -r switches which
distinguish the entire portupgrade system from make install.  With the
-R switch, everything that the port depends on will be upgraded *before*
the port is upgraded.  This solves many problems with meta-ports like
gnome2.  The problem with make install in a meta-port is that the make
system is not smart enough to do the portupgrade -R function.

Embrace portupgrade and all of its attendant stuff like pkgdb,
pkg_delete, ports_glob and pkg_glob.

The make system is not good enough.  make deinstall in the make system
*will not* remove installed executables if you have already done a
cvsup!  makedeinstall fails more times than it succeeds.  pkg_delete
works off the /var/db/pkg area.  make deinstall works off the /usr/ports
area.  There is a difference.  Do not rely on make deinstall.

That is why I recommended that you read the portupgrade man page and all
related man pages in order to learn what the entire system of ruby tools
can do for you.

/Joe

 
  portinstall -R gnome2
 Again, I've not tried portinstall for gnome2 either.
 
 Seeing that gnome2 flaked out on the gle error, would make distclean be 
 sufficient for removing the bins that got downloaded for this failed install?
 
 Thanks for the information here.
 
 Stacey
 
 
 Quoting Joe Kelsey [EMAIL PROTECTED]:
 
  Step 0.  cvsup your ports tree.
  
  Step 0.5  Install portupgrade from /usr/ports/portupgrade.  Learn how to
  properly use the new tools, especially the -R and -r flags to
  portinstall/portupgrade.
  
  On Sun, 2002-07-21 at 12:14, [EMAIL PROTECTED] wrote:
   
   Hi Kevin,
  Okay.., I'm at the point of considering rebuilding the box here.
   
   Before I do, I'd appreciate though, frank answers to two scenarios if
  you can..,
   
   1] Stop the current re-install of XFree86-4 (with the constant
  failings due to 
   components being already installed:-
   
   Can I stop this re-install?
  
  You can stop any re-install at any point.
  
  
   Is there a procedure for then ensuring that I *copmpletely* wipe all
  instances 
   of XFree-anything from the system, before attempting installing via
  a package?
  
  pkg_delete -f 'XFree*'
  
   2] Seeing that this whole situation is all about my initial failed
  attempts to 
   install gnome2,:
   
   After completion of the XFree86-4 install (via ports or packages),
  should I 
   proceed on from the point where the gnome2 install fails (at the gle
  error)?
  
  portinstall -R gnome2
  
   If not, and I have to re-fetch fresh gnome2 sources, is there a
  procedure for 
   *completely* removing ALL instances of gnome from the system?
   
   For both scenarios above, how do I ensure that I get the latest
  (hopefully 
   correct) binaries for installation?
   
   Thanks again Kevin., Please don't think that I mean to place you in a
  spot or 
   anything., you're just the *only* person that's bothered to reply to
  my post on 
   this list.
   
   Stacey
   
   Quoting Kevin Golding [EMAIL PROTECTED]:
   
Someone, quite probably , once wrote:
I'm actually running the re-install of XFree86-4 at the moment
  wihtout
having 
done a make distclean. Is this the reason why for each component,
  it
fails 
with error: XFree86-4component already installed, perhaps an
  older 
version..,?

Would it be in my interest then to stop this and restart from the
beginning?

It sounds like everything wasn't quite removed when you deinstalled.

ls /var/db/pkg | grep -i xfree

That should show up a few things that might need removing.  Else
  make
sure your ports tree is fully up to date and then run:

portversion -L =

That may show up a few out of date things that could be worth
  upgrading.

portupgrade -rR XFree86-4

The above might resolve a few issues if you are out of date.  Else
  it
might be worth thinking about packages this time: 

pkg_add -r XFree86-4

Will get the latest binary and hopefully get you back to a working
state.  Then you could probably track X using portupgrade to reduce
hassle.

Kevin

Quoting Kevin Golding [EMAIL PROTECTED]:

 Someone, quite probably 

Re: Sorry for HTML

2002-07-21 Thread John Mills

Kevin -

On Sun, 21 Jul 2002, Kevin Kinsey, DaleCo, S.P. wrote:

 I'm going to have to put together a
 box hefty enough to run FBSD with
 X

My low-end box was unusable when XFree installed contemporary window
managers (KDE in this case), but became quite responsive and usable when I
dropped back to 'fvwm2': _much_ lighter weight, and it shows. You might
consider such a work-around.

I also sawsome notes to the effect that a certain amount of
KDE-compatibility had been grafted onto the current 'fvwm[2?]', but I
haven't tested this.

 - John Mills


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Boot -s doesn't work any other ideas

2002-07-21 Thread george rousson



Hi

I'm trying to recover a root password however when 
doing boot -s in the beggining it doesn't work at all
.

I can mount this disk from another OS (openbsd) and see 
the files on this hard disk.

Is there any other way i can break the password so i
can make this work.,


thanks


 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Boot -s doesn't work any other ideas

2002-07-21 Thread Dru



On Sat, 20 Jul 2002, george rousson wrote:



 Hi

 I'm trying to recover a root password however when
 doing boot -s in the beggining it doesn't work at all
 .

 I can mount this disk from another OS (openbsd) and see
 the files on this hard disk.

 Is there any other way i can break the password so i
 can make this work.,


Describe what you mean by doesn't work at all. When are you using boot -s,
at the prompt that says hit enter or any other key?

Dru


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



RE: Boot -s doesn't work any other ideas

2002-07-21 Thread Balaji, Pavan


Did you make some modifications to the kernel? Probably it's become
unstable. Did you try to boot it in some other kernel?


Pavan Balaji,
Intel Corporation

Only the Paranoid Survive  --  Andy Grove


 -Original Message-
 From: george rousson [mailto:[EMAIL PROTECTED]]
 Sent: Saturday, July 20, 2002 8:29 AM
 To: [EMAIL PROTECTED]
 Subject: Boot -s doesn't work any other ideas
 
 
 
 
 Hi
 
 I'm trying to recover a root password however when 
 doing boot -s in the beggining it doesn't work at all
 .
 
 I can mount this disk from another OS (openbsd) and see 
 the files on this hard disk.
 
 Is there any other way i can break the password so i
 can make this work.,
 
 
 thanks
 
 
  
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Matrox 450 DualHead for dual console?

2002-07-21 Thread Warren Block

Is there a utility to enable both outputs of the Matrox 450 in console
mode?  Matrox's PowerDesk utility does this for X, and after quitting
X, the console output is shown on both.  However, PowerDesk wants to
overwrite my working X config with a non-working one.

All I'm looking for is the same output to be present on both monitors,
but for the console (text mode) as well as X.

(The result would be a system with two sets of keyboards and monitors,
usable from either.  Simultaneous use of both is not needed--but would 
be neat.)

-Warren Block * Rapid City, South Dakota USA


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: mail/majorcool

2002-07-21 Thread Brian T. Schellenberger

On Saturday 20 July 2002 08:32 am, éÌØÑ ûÉÐÉÃÉÎ wrote:
| Dear Sirs,
|
| after installing the port I see the following message in httpd-error.log:
|
| [Sat Jul 20 18:31:15 2002] [error] [client 212.57.175.94] Premature end of
| script headers: /usr/local/www/cgi-bin/majordomo
|
| what should I check ?

You should check /usr/local/www/cgi-bin/majordomo.

Try running that command directly at the command line and see what messages 
you get, and try looking at the file to see if there's anything obviously 
wrong about it.

| Regards, (îÁÉÌÕÞÛÉÅ ÐÏÖÅÌÁÎÉÑ)
| Ilia Chipitsine (éÌØÑ ûÉÐÉÃÉÎ)
|
|
| To Unsubscribe: send mail to [EMAIL PROTECTED]
| with unsubscribe freebsd-questions in the body of the message

-- 
Brian, the man from Babble-On . . . .   [EMAIL PROTECTED] (personal)
http://www.babbleon.org

http://www.eff.org  http://www.programming-freedom.org 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: FreeBSD installation problem

2002-07-21 Thread Brian T. Schellenberger

On Monday 15 July 2002 01:04 am, you wrote:
| sorry i did not explain properly, it just hangs at this message.
|
| F1FreeBSD
| Default: F1
| -
|
| hitting F1 or enter does not start the loading process.
| so what could be the cause of the problem?

Unfortunately, I don't have any idea.

Anybody else?

| marc
|
| - Original Message -
| From: Brian T.Schellenberger [EMAIL PROTECTED]
| To: Marc Freeman [EMAIL PROTECTED]; [EMAIL PROTECTED]
| Sent: Monday, July 15, 2002 2:22 PM
| Subject: Re: FreeBSD installation problem
|
|  Well, the message is perfectly normal  correct.
| 
|  It should, however, boot up FreeBSD 10 seconds later, or immediately if
|
| you
|
|  hit F1 or Enter.
| 
|  So are we to gather that it hangs instead?  Is that correct?
| 
|  On Monday 15 July 2002 12:33 am, Marc Freeman wrote:
|  | Hi i am trying to installed freeBSD 4.6. but on booting i keep on
|
| getting
|
|  | the message
|  |
|  | F1FreeBSD
|  | Default: F1
|  | -
|  | i have read the FAQ's which say to put a small dos partition at the
|  | beginning of the drive but this has not worked. only giving a - (dash)
|
| at
|
|  | startup. any suggestions would be most appreciable  thanks in advance
|  | marc:-)
| 
|  --
|  Brian, the man from Babble-On . . . .   [EMAIL PROTECTED] (personal)
|  http://www.babbleon.org
| 
|  http://www.eff.org 
|  http://www.programming-freedom.org

-- 
Brian, the man from Babble-On . . . .   [EMAIL PROTECTED] (personal)
http://www.babbleon.org

http://www.eff.org  http://www.programming-freedom.org 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: mail/majorcool

2002-07-21 Thread

 | Dear Sirs,
 |
 | after installing the port I see the following message in httpd-error.log:
 |
 | [Sat Jul 20 18:31:15 2002] [error] [client 212.57.175.94] Premature end of
 | script headers: /usr/local/www/cgi-bin/majordomo
 |
 | what should I check ?

 You should check /usr/local/www/cgi-bin/majordomo.

 Try running that command directly at the command line and see what messages
 you get, and try looking at the file to see if there's anything obviously
 wrong about it.

it produces something very like to what cgi output is supposed to look
like:

Content-type: text/html

HTML
HEAD
STYLE type=text/css
!-- Hide Sheet from Ill-Behaved Browsers
BODY,P,TABLE,TD,PRE,FORM,INPUT,TEXTAREA,SELECT,OPTION {
font: 12pt 'Helvetica',sans-serif;
}
...


 | Regards, (îÁÉÌÕÞÛÉÅ ÐÏÖÅÌÁÎÉÑ)
 | Ilia Chipitsine (éÌØÑ ûÉÐÉÃÉÎ)
 |
 |
 | To Unsubscribe: send mail to [EMAIL PROTECTED]
 | with unsubscribe freebsd-questions in the body of the message

 --
 Brian, the man from Babble-On . . . .   [EMAIL PROTECTED] (personal)
 http://www.babbleon.org

 http://www.eff.org  http://www.programming-freedom.org



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: top(1) blocks

2002-07-21 Thread Dan Nelson

In the last episode (Jul 21), Stefan Schwarzer said:
 On one of our FreeBSD server invoking top(1) blocks (as if had
 entered cat instead of top). Something about the machine:
 
 purpurea# uname -a
 FreeBSD purpurea.rz.tu-clausthal.de 4.6-RELEASE-p1 FreeBSD 4.6-RELEASE-p1 #4: Tue 
Jul 16 19:01:33 CEST 2002 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/PURPUREA  i386
 
 (This is an AMD double processor system (AMD Athlon XP 1600+). SMP is
 activated in the kernel configuration. According to dmesg, the second
 CPU is enabled on boot.)
 
 The problem:
 
 purpurea# top
 ^C

Hit ^T here instead of ^C.  That will print a status line saying where
top is blocking in the kernel.  Also try ktrace'ing it, hit ^C, and use
kdump to see what top was doing when you hit ^C.

-- 
Dan Nelson
[EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Transaction logs and MySQL

2002-07-21 Thread Andrew Boothman

Kjell - LA3SG wrote:

I have added --log-update=my-sql.log to the mysql startup script. 
But I have not found any resulting logs. Where should they live?
Is it possible to set up logging to give separate logs for each DB?
Any help or doc pointers appreciated!
  

Try reading MySQL's documentation on http://www.mysql.com

Perhaps you can give mysql a path as well as a filename, ie 
--log-update=/var/log/my-sql.log ?



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Need help.

2002-07-21 Thread Chest Rockwell



Can someone help me.  I need to make an account and keep the user in the 
directory that they sign into only.

_
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: top(1) blocks

2002-07-21 Thread Stefan Schwarzer

Hello Dan

thank you for your reply.

Dan Nelson wrote:
The problem:

purpurea# top
^C
 
 Hit ^T here instead of ^C.  That will print a status line saying where
 top is blocking in the kernel.

Unfortunately, it doesn't. Pressing ^T doesn't change anything.

svss@purpurea:~$ top
^T^C
svss@purpurea:~$

  Also try ktrace'ing it, hit ^C, and use
 kdump to see what top was doing when you hit ^C.

I used

svss@purpurea:~$ ktrace top -b -d1
^C
svss@purpurea:~$

(Is this the correct usage? I hope I understood the manpage here.) The
corresponding output from kdump is

svss@purpurea:~$ kdump
  45359 ktrace   RET   ktrace 0
  45359 ktrace   CALL  execve(0xbfbff5f8,0xbfbffb00,0xbfbffb10)
  45359 ktrace   NAMI  /sbin/top
  45359 ktrace   RET   execve -1 errno 2 No such file or directory
  45359 ktrace   CALL  execve(0xbfbff5f8,0xbfbffb00,0xbfbffb10)
  45359 ktrace   NAMI  /bin/top
  45359 ktrace   RET   execve -1 errno 2 No such file or directory
  45359 ktrace   CALL  execve(0xbfbff5f8,0xbfbffb00,0xbfbffb10)
  45359 ktrace   NAMI  /usr/sbin/top
  45359 ktrace   RET   execve -1 errno 2 No such file or directory
  45359 ktrace   CALL  execve(0xbfbff5f8,0xbfbffb00,0xbfbffb10)
  45359 ktrace   NAMI  /usr/bin/top
  45359 ktrace   NAMI  /usr/libexec/ld-elf.so.1

A kdump from my machine at home where top is working gives the same output
(only the numbers given with execve differ).

ktrace -di top -b -d1 gives the same output as above.

Stefan


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



problems gettig AMavis+sendmail to work

2002-07-21 Thread Gheorghe Ardelean


Hi,

I can't get amavisd (/usr/ports/security/amavisd) to work with sendmail
on a FreeBSD 4.6-STABLE. amavis used for scanning ONLY incoming mail.

After creating the new sendmail.cf, when sending a mail I get the
following error message (in /var/log/maillog):

Jul 22 01:04:05 xyz amavis[71169]: starting.  amavisd snapshot-20020300 Mon Jul 22 
00:28:59 EEST 2002
Jul 22 01:04:11 xyz sm-msp-queue[71181]: starting daemon (8.12.5): queueing@00:30:00
Jul 22 01:04:11 xyz sm-mta[71179]: starting daemon (8.12.5): SMTP+queueing@00:30:00
Jul 22 01:04:25 xyz sm-mta[71183]: NOQUEUE: Warning: mailer local: LMTP flag (F=z) 
turned off
Jul 22 01:04:25 xyz sm-mta[71183]: g6LLrRv5071116: to=[EMAIL PROTECTED], delay=00:10:44,
xdelay=00:00:00, mailer=local, pri=122912, dsn=4.0.0,
stat=Deferred: local mailer (/usr/local/sbin/amavis) exited with EX_TEMPFAIL

Any help/ideas?

on this sistem i have:
-FreeBSD 4.6-STABLE-20020629-JPSNAP #0: Sat Jul 13 02:26:04 EEST 2002
-virus scanner f-prot for Linux (WORKING)
-amavisd installed from ports
-additions to sendmail.mc :

dnl Change Mlocal to use AMaViS-Perl
define(`LOCAL_MAILER_PATH', `/usr/local/sbin/amavis')dnl
define(`LOCAL_MAILER_ARGS', CONCAT(`amavis $f $u -- 
/usr/libexec/',LOCAL_MAILER_ARGS))dnl
dnl the following works only with sendmail 8.10.x or above
MODIFY_MAILER_FLAGS(`LOCAL', `-m-f-r')dnl
dnl
dnl
MAILER(local)
MAILER(smtp)

BTW, we should patch or correct /usr/local/share/doc/amavisd/README.sendmail

--- README.sendmail.origMon Jul 22 01:12:20 2002
+++ README.sendmail Mon Jul 22 01:13:01 2002
@@ -35,7 +35,6 @@
 dnl
 dnl Change Mlocal to use AMaViS-Perl
 define(`LOCAL_MAILER_PATH', `/usr/sbin/amavis')dnl
-define(`LOCAL_MAILER_ARGS', CONCAT(`amavis $f $u -- ',
 define(`LOCAL_MAILER_ARGS', CONCAT(`amavis $f $u -- /usr/bin/',
 LOCAL_MAILER_ARGS))dnl
 dnl please set the path to your procmail accordingly!

(README.sendmail Revision 1.9.2.7.2.9 from amavis CVS is ok.)

Best Regards,

G. Ardelean,
Erlangen-Nuernberg University
WW6, Martenstr 7.
D-91058 Germany


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: top(1) blocks

2002-07-21 Thread Stefan Schwarzer

 A kdump from my machine at home where top is working gives the same output
 (only the numbers given with execve differ).

Ooops, I think I should be root for ktrace'ing :-)

I've made kdumps as root now on my home machine and the server. I'll look into
them and will describe my findings then.

Stefan


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



SPAM from charlie root.

2002-07-21 Thread sagacious


How do I stop getting these emails. This incident happened over a month
ago. 

On Fri Jul  5 10:40:05 2002, the user root was editing a
file named fstab on the machine , when it was saved for recovery. You
can recover most, if not all, of the changes to this file using the -r
option to vi:

vi -r fstab

I get tham every time the machine reboots. Thanks.


sagacious (Mike)
Network administrator
The unixhideout network
http://www.unixhideout.com


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Boot -s doesn't work any other ideas

2002-07-21 Thread Adam Weinberger

george -

if you can mount the disk in openbsd, edit the /etc/master.passwd file
and remove root's password.

-Adam


 (07.20.2002 @ 0628 PST): george rousson said, in 0.4K: 
 
 
 Hi
 
 I'm trying to recover a root password however when 
 doing boot -s in the beggining it doesn't work at all
 .
 
 I can mount this disk from another OS (openbsd) and see 
 the files on this hard disk.
 
 Is there any other way i can break the password so i
 can make this work.,
 
 
 thanks
 
 
  
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
 
 end of Boot -s doesn't work any other ideas from george rousson 


--
Oh good, my dog found the chainsaw.
-Lilo, Lilo  Stitch
Adam Weinberger
[EMAIL PROTECTED]
http://vectors.cx


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Need help.

2002-07-21 Thread Adam Weinberger

read jail(8).

-Adam


 (07.21.2002 @ 1507 PST): Chest Rockwell said, in 0.4K: 
 
 
 Can someone help me.  I need to make an account and keep the user in the 
 directory that they sign into only.
 
 _
 MSN Photos is the easiest way to share and print your photos: 
 http://photos.msn.com/support/worldwide.aspx
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
 
 end of Need help. from Chest Rockwell 


--
Oh good, my dog found the chainsaw.
-Lilo, Lilo  Stitch
Adam Weinberger
[EMAIL PROTECTED]
http://vectors.cx


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: roaming ipsec policies and racoon

2002-07-21 Thread chris scott

Racoon certainly aunt well documented, the man page is all you get. Having
said that I have figured out most stuff I need to now. If only winkblows
would do user based preshared key lake racoon can. It would all be so easy.
Interestingly how do most ppl configure their vpn ipsec policies. I found
all the example ones out there would encrypt the inside of the gif,gre,
whatever tunnel. This didn't make sense to me as if you added another
network to one of the lans you would have to update your polices to cope
with the new traffic. I just setup a tunnel, and zebra running ripd on both
hosts then encrypted all tunnel traffic between both the hosts, in my case
ip protocol 4 ( gif tunnel ). Works fine for me all I have to do now is
configure a new interface for the new network and bang it sorts out the
rest.


- Original Message -
From: Lupe Christoph [EMAIL PROTECTED]
To: chris scott [EMAIL PROTECTED]
Cc: John Howie [EMAIL PROTECTED]; [EMAIL PROTECTED];
[EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Sunday, July 21, 2002 10:37 PM
Subject: Re: roaming ipsec policies and racoon


 On Sunday, 2002-07-21 at 19:48:47 +0100, chris scott wrote:
  thanks for all the advice, looks like a much bigger job than I inteneded
8(

 I found it a little more complicated than IP-based IPSec, but it
 gives you more flexibility. The biggest problem was when I screwed
 up with the srever DN. It took a while to find how you can get the
 Windows XP client to tell you what it dowsn't like. Typically
 Micro$oft.  Something went wrong, and as a Windows user we assume
 you're too stupid to understand what. G

 Racoon is quite decent, but badly documented. And when I last looked,
 it lacked CRL (Certificate Revocation List) support. And I needed
 that for my client, so I had to use FreeS/WAN.

 Rechecking CRL support, I found this URL:
   http://www.sigsegv.cx/FreeBSD-WIN2K-IPSEC-HOWTO.html
 It doesn't say if CRLs work, but it looks helpful for people
 wanting to do certificates.

 Lupe Christoph
 --
 | [EMAIL PROTECTED]   |   http://www.lupe-christoph.de/ |
 | I have challenged the entire ISO-9000 quality assurance team to a  |
 | Bat-Leth contest on the holodeck. They will not concern us again.  |
 | http://public.logica.com/~stepneys/joke/klingon.htm|





To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Installing gnome2 with XFree86-4 - Why is this sodifficilt?????

2002-07-21 Thread Joe Kelsey

On Sun, 2002-07-21 at 14:55, [EMAIL PROTECTED] wrote:
 
 Thanks for the explanation of the points I raised. For this point you've made:
  The important thing to remember is the -R and -r switches which
  distinguish the entire portupgrade system from make install.  With the
  -R switch, everything that the port depends on will be upgraded *before*
  the port is upgraded.  This solves many problems with meta-ports like
  gnome2.  The problem with make install in a meta-port is that the make
  system is not smart enough to do the portupgrade -R function.
 
 To get this clear (taking for granted that you've written this as you really 
 meant), whilst I understand what portupgrade -R does (this has been my 
 preferred method of upgrading ports), what effect does portinstall have for 
 attempts to install new apps, as against running make install?

Spicifically, in a meta-port, if you look at how the dependencies are
written, they are based on the existence of a specific file as
installed, for instance the existence of the gnome-session file or the
libfreetype.so.9 file.  That is all that make can do.  It cannot verify
that the file was installed from the latest incarnation of the port,
especially if the file name does not change between port revisions.

portinstall works exactly like portupgrade in that it uses a combination
of the /var/db/pkg information *and* the dependency list from the
Makefiles, except that it recurses *outside* of the make system to
determine whether or not the version installed as listed in /var/db/pkg
is older than the version called for in the Makefile.

Also, it uses pkg_delete to remove packages rather than make deinstall. 
If you use make deinstall *after* doing a cvsup, it will *not* remove an
installation which has a different port revision number!  That means
that you package database becomes corrupted and you end up with multiple
registered installations of the same port.  Use pkgdb -F to see this.

In other words, portinstall/portupgrade take care of all of the
nitty-gritty details of making sure that you have a consistent
installation.  make install corrupts your package installation more
often than not.

I suggest that you try pkgdb -F and see what it says.

/Joe

 Thanks for taking the time.
 
 Stacey
 
 
 Quoting Joe Kelsey [EMAIL PROTECTED]:
 
  On Sun, 2002-07-21 at 12:38, [EMAIL PROTECTED] wrote:
   
   I'll answer for each point here, if its okay:
   
Step 0.  cvsup your ports tree.
   Ports tree already cvsup'd (three times since yesterday morning)
   
Step 0.5  Install portupgrade from /usr/ports/portupgrade.  Learn
  how to
properly use the new tools, especially the -R and -r flags to
portinstall/portupgrade.
   Portupgrade is already installed ( and I can't upgrade something that
  isn't 
   already installed, or am I wrong?)
   
   I haven't tried portinstall.., how is this different to running make
   make 
   install clean in /usr/ports/x11/gnome2?
  
  portinstall and portupgrade are virtually the same thing relative to the
  install first time/upgrade already installed ports.
  
  The important thing to remember is the -R and -r switches which
  distinguish the entire portupgrade system from make install.  With the
  -R switch, everything that the port depends on will be upgraded *before*
  the port is upgraded.  This solves many problems with meta-ports like
  gnome2.  The problem with make install in a meta-port is that the make
  system is not smart enough to do the portupgrade -R function.
  
  Embrace portupgrade and all of its attendant stuff like pkgdb,
  pkg_delete, ports_glob and pkg_glob.
  
  The make system is not good enough.  make deinstall in the make system
  *will not* remove installed executables if you have already done a
  cvsup!  makedeinstall fails more times than it succeeds.  pkg_delete
  works off the /var/db/pkg area.  make deinstall works off the /usr/ports
  area.  There is a difference.  Do not rely on make deinstall.
  
  That is why I recommended that you read the portupgrade man page and all
  related man pages in order to learn what the entire system of ruby tools
  can do for you.
  
  /Joe
  
   
portinstall -R gnome2
   Again, I've not tried portinstall for gnome2 either.
   
   Seeing that gnome2 flaked out on the gle error, would make distclean
  be 
   sufficient for removing the bins that got downloaded for this failed
  install?
   
   Thanks for the information here.
   
   Stacey
   
   
   Quoting Joe Kelsey [EMAIL PROTECTED]:
   
Step 0.  cvsup your ports tree.

Step 0.5  Install portupgrade from /usr/ports/portupgrade.  Learn
  how to
properly use the new tools, especially the -R and -r flags to
portinstall/portupgrade.

On Sun, 2002-07-21 at 12:14, [EMAIL PROTECTED] wrote:
 
 Hi Kevin,
Okay.., I'm at the point of considering rebuilding the box
  here.
 
 Before I do, I'd appreciate though, frank answers to two scenarios
  if
you can..,
  

Re: Administrators - GUI's or Command lines

2002-07-21 Thread Brian T. Schellenberger

On Sunday 21 July 2002 07:08 pm, Grant Cooper wrote:
| quick question for the admins, do you guys perfer to work out of a GUI such
| as KDE or just from freeBSD CLI(command line interface)?

That's a little ambiguous.  I, for one, Like to use a GUI on my main screen 
just so that I can have editor windows up and shells up at the same time and 
see the one while working in the other.

I don't like using GUI *tools* for anything.  So I use a GUI, but within the 
GUI I strictly use the CLI (shell), not the GUI tools.

Did you mean do you prefer a GUI environment vs. a console or
do you prefer GUI tools vs. command-line tools?

PS: I'm not really an administrator, so I don't technically qualify the answer 
the question.  Also, there is a little bit of a lie; there are two GUI tools 
I use: a full-screen editor is, let's face it, a big improvement over a 
line-oriented editor.  I'll take vi over ed any old day of the week.  And, 
for reasons I can't entirely explain, I really like very GUI mail programs.  
Go figure.  But I stick with terminal-window tools for reading news and all 
system-administration functions and everything to do with my job.  I really 
dislike things like WYSIWYG word processors, and much prefer LaTeX.  So I'm 
about as much as a stick-in-the-mud as you're likely to find for everything 
but mail.

Why, then, do I run KDE of all things (and really love it)?  I dunno.  Color 
me inconsistent.

| To Unsubscribe: send mail to [EMAIL PROTECTED]
| with unsubscribe freebsd-questions in the body of the message

-- 
Brian, the man from Babble-On . . . .   [EMAIL PROTECTED] (personal)
http://www.babbleon.org

http://www.eff.org  http://www.programming-freedom.org 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: top(1) blocks

2002-07-21 Thread Dan Nelson

In the last episode (Jul 22), Stefan Schwarzer said:
 svss@purpurea:~$ kdump
  45359 ktrace   RET   ktrace 0
  45359 ktrace   CALL  execve(0xbfbff5f8,0xbfbffb00,0xbfbffb10)
  45359 ktrace   NAMI  /sbin/top
  45359 ktrace   RET   execve -1 errno 2 No such file or directory
  45359 ktrace   CALL  execve(0xbfbff5f8,0xbfbffb00,0xbfbffb10)
  45359 ktrace   NAMI  /bin/top
  45359 ktrace   RET   execve -1 errno 2 No such file or directory
  45359 ktrace   CALL  execve(0xbfbff5f8,0xbfbffb00,0xbfbffb10)
  45359 ktrace   NAMI  /usr/sbin/top
  45359 ktrace   RET   execve -1 errno 2 No such file or directory
  45359 ktrace   CALL  execve(0xbfbff5f8,0xbfbffb00,0xbfbffb10)
  45359 ktrace   NAMI  /usr/bin/top
  45359 ktrace   NAMI  /usr/libexec/ld-elf.so.1

Hm. you should see lines with top in the 2nd column.  It looks like
top isn't even being executed at all.  Ah, wait.  Top is setuid root on
-STABLE.  Try running ktrace/top as root.  You should get a much larger
dump.  Only the last 20 or so lines will be important

-- 
Dan Nelson
[EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



freebsd equivalent to iwlist

2002-07-21 Thread Laurence Berland

All,
I'm looking for a way to list all the wireless network access points
available within range.  I think you do this under linux with iwlist, but
I'm really not sure how to do this under FreeBSD.  Anyone want to point me
in the right direction?

TIA,

Laurence Berland
Northwestern '04
http://laurence.isp.northwestern.edu


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: SPAM from charlie root.

2002-07-21 Thread Roman Neuhauser

 From: sagacious [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: SPAM from charlie root.
 Date: Sun, 21 Jul 2002 18:50:40 -0400
 
 
 How do I stop getting these emails. This incident happened over a month
 ago. 
 
 On Fri Jul  5 10:40:05 2002, the user root was editing a
 file named fstab on the machine , when it was saved for recovery. You
 can recover most, if not all, of the changes to this file using the -r
 option to vi:
 
   vi -r fstab
 
 I get tham every time the machine reboots. Thanks.

look at /var/tmp/vi.recover/

-- 
FreeBSD 4.6-STABLE
2:05AM up 5 days, 12:24, 5 users, load averages: 0.00, 0.00, 0.00

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



installing 4.6 issue

2002-07-21 Thread T.J.



I am installing 4.6 FreeBSD and after it was 
installed I logged in as root and I could not startx, it errored out saying no 
screens found and kdelibs had a problem. I reinstalled and I still get the same. 
If you have any ideas or have seen this before shoot me an e-mail and let me 
know, in the mean time I will be trying to correct this. I am not a newbie, I am 
used to Solaris 8 and Red Hat and I wanted to try FreeBSD out because I liked 
the ports idea. Let me know.

Thanks, 
Tony D



Re: installing 4.6 issue

2002-07-21 Thread Adam Weinberger

no screens found is X's way of saying i couldn't start up any of the
configurations you told me to try. you need to configure
/etc/X11/XF86Config. look in the handbook (freebsd.org/doc/handbook/)
and read the sections on configuring X.

-Adam


 (07.21.2002 @ 1748 PST): T.J. said, in 1.9K: 
 
I am installing 4.6 FreeBSD and after it was installed I logged in as
root and I could not startx, it errored out saying no screens found
and kdelibs had a problem. I reinstalled and I still get the same. If
you have any ideas or have seen this before shoot me an e-mail and let
me know, in the mean time I will be trying to correct this. I am not a
newbie, I am used to Solaris 8 and Red Hat and I wanted to try FreeBSD
out because I liked the ports idea. Let me know.
 
 
 
Thanks,
 
Tony D
 end of installing 4.6 issue from T.J. 


--
Oh good, my dog found the chainsaw.
-Lilo, Lilo  Stitch
Adam Weinberger
[EMAIL PROTECTED]
http://vectors.cx


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



== pointer in galeon (and nt) under KDE3

2002-07-21 Thread Brian T. Schellenberger



I just updated my system after about six months, and this is surely the most 
trivial of issues, but . . .

For some reason, now that I've updated my system to stable (as of Friday 
night) and also wiped out and reinstalled *all* of my packages and ports, 
I've run into a rather odd problem:

In Galeon (and also in the nt executable from downloader), the pointer shape 
is a

   ==

even when the cursor is over menus and buttons and other things where you'd 
expect an arrow cursor.  In the nt it seems to be everywhere except at the 
very bottom of the window.  In the case of galeon, it *does* turn to arrow 
over the actual web page, but on the buttons and menus on the top it remains 
a ==.  It does change to an i-bar in the text widgets, though.  And on the 
bottom part of the window (below the web page) it turns into an up-and-down 
arrow through most of the bottom, and angled in the corners.

It seems as if whoever is doing the arrows (window manager or window, I'm not 
sure) is very confused about the geometry of the Window and thinks of a huge 
portion of the window as being a grababble border.

Yet you can't actually grab it--if you click you can't really grow or shrink 
the window except where you should be able to do so.

Also, the actual title bar causes the pointer to revert back to a pointer.

I run KDE and galeon is a gnome application, so that might explain some 
weirdness, but nt doesn't seem to be a gnome application.  It doesn't happen 
for generic X applications like xterm, xvile, or (more significantly) xmcd.

Though seemingly trivial, this is incredibly distracting.

Any ideas?


-- 
Brian, the man from Babble-On . . . .   [EMAIL PROTECTED] (personal)
http://www.babbleon.org

http://www.eff.org  http://www.programming-freedom.org 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Administrators - GUI's or Command lines

2002-07-21 Thread Kirk Strauser


At 2002-07-21T23:08:17Z, Grant Cooper [EMAIL PROTECTED] writes:

 quick question for the admins, do you guys perfer to work out of a GUI
 such as KDE or just from freeBSD CLI(command line interface)?

I'm a huge Gnome fan.  However, for administration, I mostly refuse to touch
GUI configurators.  When I update the configuration of a complex system, I
want to know *exactly* what's being changed.  Furthermore, after learning
how to configure different programs, I find 'vi complex-program.conf' to be
extremely user-friendly.  Most config files are more well-documented than
their GUI counterparts.
-- 
Kirk Strauser
The Strauser Group - http://www.strausergroup.com/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: SPAM from charlie root.

2002-07-21 Thread Edwin Groothuis

On Sun, Jul 21, 2002 at 06:50:40PM -0400, sagacious wrote:
 
 How do I stop getting these emails. This incident happened over a month
 ago. 
 
 On Fri Jul  5 10:40:05 2002, the user root was editing a
 file named fstab on the machine , when it was saved for recovery. You
 can recover most, if not all, of the changes to this file using the -r
 option to vi:
 
   vi -r fstab
 
 I get tham every time the machine reboots. Thanks.

Just run it once and the file is gone.
There is actually a reason why you get these emails you know :-)

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.MavEtJu.org
[EMAIL PROTECTED]|Weblog: http://www.mavetju.org/weblog/weblog.php 
bash$ :(){ :|:};:   | Interested in MUDs? http://www.FatalDimensions.org/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



log files

2002-07-21 Thread Grant Cooper

I think I made a boo boo. I deleted all the files from var/log thinking I
would have clean logs. Well, I rebooted but some of the files never
reapeared. I made a back up just in case.

Can I expect any problems in the future?

What is the best way to start off with new logs - I'm experimenting with
different things? Thus, trying to get more in touch with my new friend. Some
of the files reappeared. In general is this a good way of starting off from
fresh?


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: log files

2002-07-21 Thread Christopher Schulte

At 09:06 PM 7/21/2002 -0600, Grant Cooper wrote:
I think I made a boo boo. I deleted all the files from var/log thinking I
would have clean logs. Well, I rebooted but some of the files never
reapeared. I made a back up just in case.

Can I expect any problems in the future?

You should touch all of the files, else syslog won't log to them when it is 
restarted.

What is the best way to start off with new logs - I'm experimenting with
different things? Thus, trying to get more in touch with my new friend. Some
of the files reappeared. In general is this a good way of starting off from
fresh?

newsyslog(8) is designed to rotate your system logs.  Man it and see.

--
Christopher Schulte
http://www.schulte.org/
Do not un-munge my @nospam.schulte.org
email address.  This address is valid.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



RE: fp_install.sh error: 'FollowSymLinks' server configuration is notset

2002-07-21 Thread Seamus.Venasse

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED]] On Behalf Of 
 Stacey Roberts
 Sent: July 19, 2002 4:49 PM
 To: FreeBSD-Questions
 Subject: fp_install.sh error: 'FollowSymLinks' server 
 configuration is notset
 
 
 I'm getting the following error when attempting to run the 
 fp_install.sh command in setting up FrontPage Extensions for 
 my apache 1.3x webserver:
 
 Note: Local version of Apache must use the FrontPage Apache 
 patch. Starting install, port: 80.
 
 Is anyone able to help me in solving this, please?

Hi Stacey!

Before you run fp_install.sh, execute the following statement:

echo followsymlinks:1  /usr/local/frontpage/version5.0/frontpage.cnf

Now you can run fp_install.sh and the installation will proceed
successfully.

Seamus


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



RE: How do I un-install mod_frontpage frontpage?

2002-07-21 Thread Seamus.Venasse

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED]] On Behalf Of 
 Stacey Roberts
 Sent: July 20, 2002 3:37 AM
 To: FreeBSD-Questions
 Subject: How do I un-install mod_frontpage  frontpage?
 
 
 Might be a bit premature, given I've only been grappling with 
 this for just under a day, but I'm quite fed up with this 
 rubbish, to be blunt.
 
 After having a perfectly working apache 1.3.26, how do I 
 remove mod_frontpage  frontpage (both obtained via 
 /usr/ports/www) from my FBSD system?

Hi Stacey!

I replied to your other message from Friday in regards to the follow
symlinks problem.  I would suggest removing mod_frontpage, frontpage,
and apache from your system and any manually remove directories that the
uninstall script is unable to remove.

Now that your server is back to a virgin state, try these instructions:

-
cd /usr/ports/www/apache13
make WITH_APACHE_PERF_TUNING=YES all install clean

cd /usr/ports/www/frontpage
make all install clean

cd /usr/ports/www/mod_frontpage
chown -R nobody:nobody /usr/local/www/data.default
make all install clean
vi /usr/local/etc/httpd.conf  -- make the changes according to
mod_frontpage/pkg_message

echo followsymlinks:1  /usr/local/frontpage/version5.0/frontpage.cnf
/usr/local/frontpage/version5.0/fp_install.sh

cd /usr/local/www/data
find . -name .htaccess -exec chmod 644 {} \;
find . -name _vti\* -type d -exec chmod 755 {} \;
-

I spent a few hours building these instructions to get a working
Apache-FP server.

Seamus


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: repost of gconf-editor / gnome2 question

2002-07-21 Thread Joe Marcus Clarke

On Sun, 2002-07-21 at 20:30, [EMAIL PROTECTED] wrote:
 
 All -
 
 I'm still unable to get Gnome2 to build in 4.6 STABLE. I posted this error 
 before but got no response ... am I the only one who has seen this or am I 
 asking a dopey question?
 
 I tried building with 'portinstall -R gnome2' which helped to upgrade a few 
 other things, but the build is still choking on gconf-editor. I looked for a 
 package of gconf-editor but didn't find one.

What version of gtk+-2.0 do you have installed?  This port built just
fine for me 5 seconds ago with gtk-2.0.5.

Joe

 
 Here is the error output:
 
 Making all in src
 gmake[2]: Entering directory 
 `/usr/ports/sysutils/gconf-editor/work/gconf-editor-0.2/src'
 cc -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\/usr/X11R6/share/locale\
   
 -DGCONF_EDITOR_IMAGEDIR=\/usr/X11R6/share/gnome/pixmaps/gconf-editor\   
 -DIMAGEDIR=\/usr/X11R6/share/gnome/pixmaps\ -I/usr/X11R6/include 
   
 -DG_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED 
 -DGDK_PIXBUF_DISABLE_DEPRECATED-DGNOME_DISABLE_DEPRECATED 
 -DGNOME_VFS_DISABLE_DEPRECATED   -D_REENTRANT -D_THREAD_SAFE
 -DORBIT2=1  -I/usr/local/include/orbit-2.0 
 -I/usr/local/include/linc-1.0 -I/usr/local/include/glib-2.0 
 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/atk-1.0 
 -I/usr/X11R6/include/gconf/2 -I/usr/X11R6/include/gtk-2.0 
 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 
 -I/usr/X11R6/include   -I/usr/local/include  -O -pipe  -Wall -c 
 gconf-bookmarks.c
 In file included from gconf-bookmarks.c:25:
 /usr/X11R6/include/gtk-2.0/gtk/gtkimage.h:85: syntax error before 
 `GdkPixbufAnimationIter'
 gmake[2]: *** [gconf-bookmarks.o] Error 1
 gmake[2]: Leaving directory 
 `/usr/ports/sysutils/gconf-editor/work/gconf-editor-0.2/src'
 gmake[1]: *** [all-recursive] Error 1
 gmake[1]: Leaving directory 
 `/usr/ports/sysutils/gconf-editor/work/gconf-editor-0.2'
 gmake: *** [all-recursive-am] Error 2
 *** Error code 2
 
 Stop in /usr/ports/sysutils/gconf-editor.
 *** Error code 1
 
 Stop in /usr/ports/x11/gnome2.
 
 Thanks for any help.
 
 Glenn
  
 ++
 http://www.burningclown.com
 Everyone's Portal to Nothing At All
 ++
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
 
-- 
PGP Key : http://www.marcuscom.com/pgp.asc


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Installed Samba, cannot compile new kernel now?!

2002-07-21 Thread sagacious








Wtf? Check this
out.



[labs] /usr/src/sys/compile/ghost#
make clean

rm -f *.o *.so *.So *.ko
*.s eddep errs
kernel.debug kernel linterrs
makelinks setdef[01].c setdefs.h tags vers.c vnode_if.c vnode_if.h device_if.c device_if.h bus_if.c bus_if.h miibus_if.c miibus_if.h pci_if.c pci_if.h isa_if.c isa_if.h

cd ../../modules ; env MAKEOBJDIRPREFIX=/usr/src/sys/compile/ghost/modules
DEBUG=-g DEBUG_FLAGS=-g MACHINE=i386 make clean

=== accf_data

/usr/src/sys/modules/accf_data/../../conf/kmod.mk, line 63: Could not find bsd.init.mk

/usr/src/sys/modules/accf_data/../../conf/kmod.mk, line 190: Could not find bsd.links.mk

make: fatal errors encountered -- cannot continue



The only new
thing I did was install /usr/ports/samba/ other than
that, my system gets fresh source, every so often. Any ideas where I should
begin with this?



sagacious (Mike)

Network administrator

The unixhideout network

http://www.unixhideout.com










X Server Crash

2002-07-21 Thread Michael Wells

I am sure this is something very simple and
I am just missing the boat (which I do often).
When using startx I get the following errors

(EE) R128(0): No DFP detected
(EE) R128(0): [dri] DRIScreenInit failed.  Disabling DRI

It seems that I am missing a driver or the right
module is not being loaded?   If I try this with KDE
I get a segv.  Any help would be greatly appreciated.




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Installed Samba, cannot compile new kernel now?!

2002-07-21 Thread Kent Stewart



sagacious wrote:

 Wtf? Check this out.
 
  
 
 [labs] /usr/src/sys/compile/ghost# make clean
 
 rm -f *.o *.so *.So *.ko *.s eddep errs  kernel.debug kernel linterrs 
 makelinks  setdef[01].c setdefs.h tags  vers.c vnode_if.c vnode_if.h 
 device_if.c device_if.h bus_if.c bus_if.h miibus_if.c miibus_if.h  
 pci_if.c pci_if.h isa_if.c isa_if.h
 
 cd ../../modules ; env 
 MAKEOBJDIRPREFIX=/usr/src/sys/compile/ghost/modules DEBUG=-g 
 DEBUG_FLAGS=-g MACHINE=i386 make clean
 
 === accf_data
 
 /usr/src/sys/modules/accf_data/../../conf/kmod.mk, line 63: Could not 
 find bsd.init.mk
 
 /usr/src/sys/modules/accf_data/../../conf/kmod.mk, line 190: Could not 
 find bsd.links.mk
 
 make: fatal errors encountered -- cannot continue
 
  
 
 The only ?new? thing I did was install /usr/ports/samba/ other than 
 that, my system gets fresh source, every so often?. Any ideas where I 
 should begin with this?


Try a different cvsup server. I was using cvsup16 and had the same 
error. I switched to cvsup13 and it went away.

Kent


 
  
 
 sagacious (Mike)
 
 Network administrator
 
 The unixhideout network
 
 http://www.unixhideout.com
 
  
 


-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Problem Installing Mosaic

2002-07-21 Thread David Banning

On Sun, Jul 21, 2002 at 12:27:43PM -0700, Parker Brown wrote:
 Makefile seems to be compromised in /usr/ports/www/Mosiac.  I get:
 make: fatal errors encountered Makefile line 30
 
 make also complains about lines 33 and 35.  How can I correct it?

Are your ports up to date?

When ever I have had problems installing from the ports it is often
because the dependencies are differnent that the ones the port is looking
for. It may accept the older port while installing but actually err
during the make or the install. I had this happen about 6 or 7 times
when I tried installing galeon, which, since we're on the subject,
I find to be a great browser. I had mosiac install fine, but found
alot of display problems as a browser. It could have been a configuration thing.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Can I use cron to shutdown a machine

2002-07-21 Thread fred



hi ,


Can I use cron to shutdown a 
mahine?
I had add the task to shutdown a machin in 
crontab, but It is not work.
Can u tell me why?




Regards,
Fred Zhang


Symbolic Link Creating

2002-07-21 Thread [EMAIL PROTECTED]

Hi
I am trying to work out how to symlink my log files from /var
to /usr/var (?/usrvar/log/) as var is full.to create some space.
Should I copy the logs across then make the link?
How do I actually make the link?  Do I make it for each file or can I do
this for the whole directory?Both Link and symlink do not seem to work,
although I can find no instructions/examples and the man seems light on
detail.
This is in FreeBSD Stable 4.0.
With many thanks in advance.
David Hingston MB ChB MBA
_
[EMAIL PROTECTED]
http://hingston.yi.org/
http://pcmc.yi.org/
If you seek a digitally signed response please advise.
If you received a warning on reading this e-mail, please go to
http://www.baycorpid.com/settings/email.asp?CA=healthcert to update your
settings



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Symbolic Link Creating

2002-07-21 Thread Brian T. Schellenberger

On Monday 22 July 2002 01:34 am, [EMAIL PROTECTED] wrote:
| Hi
| I am trying to work out how to symlink my log files from /var
| to /usr/var (?/usrvar/log/) as var is full.to create some space.
| Should I copy the logs across then make the link?
| How do I actually make the link?  Do I make it for each file or can I do
| this for the whole directory?Both Link and symlink do not seem to work,
| although I can find no instructions/examples and the man seems light on
| detail.

man ln.

I would do

mkdir /usr/var
mv /var/log /usr/var/log
ln -s /usr/var/log /var


| This is in FreeBSD Stable 4.0.
| With many thanks in advance.
| David Hingston MB ChB MBA
| _
| [EMAIL PROTECTED]
| http://hingston.yi.org/
| http://pcmc.yi.org/
| If you seek a digitally signed response please advise.
| If you received a warning on reading this e-mail, please go to
| http://www.baycorpid.com/settings/email.asp?CA=healthcert to update your
| settings
|
|
|
| To Unsubscribe: send mail to [EMAIL PROTECTED]
| with unsubscribe freebsd-questions in the body of the message

-- 
Brian, the man from Babble-On . . . .   [EMAIL PROTECTED] (personal)
http://www.babbleon.org

http://www.eff.org  http://www.programming-freedom.org 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Can I use cron to shutdown a machine

2002-07-21 Thread Christopher Schulte

At 01:10 PM 7/22/2002 -0700, [EMAIL PROTECTED] wrote:
hi ,


  Can I use cron to shutdown a mahine?

I don't see why not.

  I had add the task to shutdown a machin in crontab, but It is not work.
  Can u tell me why?

Not unless you post the exact crontab entry back to the mailing list.  What 
user is it running as?  Is anything sent to the user via email, with 
diagnostic output that might help identify the problem?  If so, post that 
as well.

You might want to go over the crontab entry format as well.

# man 5 crontab

Regards,
Fred Zhang

--
Christopher Schulte
http://www.schulte.org/
Do not un-munge my @nospam.schulte.org
email address.  This address is valid.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Symbolic Link Creating

2002-07-21 Thread Devdas Bhagat

On 22/07/02 01:41 -0400, Brian T. Schellenberger wrote:
snip
 I would do
 
 mkdir /usr/var
 mv /var/log /usr/var/log
 ln -s /usr/var/log /var
I would probably HUP syslogd too, given that the original files would be
open when you mv them.

Devdas Bhagat

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: can't print to non-ps printer with cups 1.1.15.1 from ports

2002-07-21 Thread Michael W. Collette

I'm getting the exact same problem here, with an HP5000.  It looks like a 
seperate port is going to be needed for ESP Ghostscript for this version.

http://www.cups.org/ghostscript.html

Alan is working on this one now, and we'll hopefully see a fix soon for this.

http://www.freebsd.org/cgi/query-pr.cgi?pr=40488

Last update on this was about a week ago.  Man this port got real complicated 
real fast.

[EMAIL PROTECTED] wrote:

 Upgrading my cups to 1.1.15.1 (through ports) seems to have broken my
 printing.  I now get errors like
 
 I [18/Jul/2002:21:54:51 +1000] Job 325 queued on 'Stylus' by 'marauder'.
 E [18/Jul/2002:21:54:51 +1000] Unable to convert file 0 to printable
 format for job 325!
 
 in the logs.  http://www.cups.org/software.html hints that this is
 because pstoraster now needs to be rolled into ghostscript instead of
 being installed by cups, but I have had no luck in getting pstoraster
 into the gnu-ghostscript port.  Any advice?  I'd settle for going back
 to cups 1.1.14 but I don't think it'll compile without patches...
 
 FreeBSD calpurnia.marauder.tm 4.4-RELEASE FreeBSD 4.4-RELEASE #2: Sun Jan
 27 23:07:09 EST 2002
 [EMAIL PROTECTED]:/usr/src/sys/compile/CALPURNIA  i386
 
 thanks,
 

-- 
Outside of a dog, a book is man's best friend. Inside of a dog, it's too dark 
to read.
 - Groucho Marx

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re:

2002-07-21 Thread Igor Kulemzin

Hi Malory,

MK is there anybody who already connected his freebsd machine to the internet
MK though windows 2000 machine running virtual private networking? can you show me
MK your ppp.conf file?

MK i read carefully ppp manual, handbook and faq but it did not help.

MK my computer address 192.168.1.116 and vpn server address 192.168.1.253. when i

Your computer has no address. Your network interface have address.
And different interfaces should have different addresses.

MK use windows 2000 it works perfectly. after i connect to the server the status
MK is:
MK  server type: ppp
MK  transports TCP/IP
MK  autentication MD5 CHAP
MK  compression none
MK  PPP multylink framing off
MK  server ip address 195.7.164.253
MK  client ip address 10.0.0.42

MK please help me with freebsd 4.5!!!

MK my ppp.conf looks like:
MK default:
MK  set device PPPoE:rl0
MK  set log phase tun
MK  enable dns
MK  set ifaddr 192.168.1.116/0 192.168.1.253/0
MK  set authname 04134
MK  set authkey **
MK  add default HISADDR

MK before running ppp:

MK # ifconfig
MK rl0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
MK inet 192.168.1.116 netmask 0xff00 broadcast 192.168.1.255
MK ether 00:c1:28:00:11:4f
MK media: Ethernet autoselect (100baseTX full-duplex)
MK status: active
MK lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST mtu 16384
MK inet 127.0.0.1 netmask 0xff00
MK # netstat -r
MK Routing tables
MK Internet:
MK DestinationGatewayFlagsRefs  Use  Netif Expire
MK saha   saha   UH  00lo0
MK 192.168.1  link#1 UC  00rl0

MK and then i execute:

MK # ppp -ddial
MK Working in ddial mode
MK Using interface: tun0

MK then contents of ppp.log are:

MK Jul 18 15:57:54 saha ppp[347]: Phase: Using interface: tun0
MK Jul 18 15:57:54 saha ppp[347]: Phase: deflink: Created in closed state
MK Jul 18 15:57:54 saha ppp[348]: tun0: Phase: PPP Started (ddial mode).
MK Jul 18 15:57:54 saha ppp[348]: tun0: Phase: bundle: Establish
MK Jul 18 15:57:54 saha ppp[348]: tun0: Phase: deflink: closed - opening
MK Jul 18 15:57:54 saha ppp[348]: tun0: Phase: deflink: Connected!
MK Jul 18 15:57:54 saha ppp[348]: tun0: Phase: deflink: opening - dial
MK Jul 18 15:57:54 saha ppp[348]: tun0: Phase: deflink: dial - carrier
MK Jul 18 15:58:00 saha ppp[348]: tun0: Phase: deflink: Disconnected!
MK Jul 18 15:58:00 saha ppp[348]: tun0: Phase: deflink: carrier - hangup
MK Jul 18 15:58:00 saha ppp[348]: tun0: Phase: deflink: Connect time: 6 secs: 0
MK oc\
MK tets in, 0 octets out
MK Jul 18 15:58:00 saha ppp[348]: tun0: Phase: deflink: : 0 packets in, 0 packets
MK \
MK out
MK Jul 18 15:58:00 saha ppp[348]: tun0: Phase:  total 0 bytes/sec, peak 0
MK bytes/se\
MK c on Thu Jul 18 15:58:00 2002
MK Jul 18 15:58:00 saha ppp[348]: tun0: Phase: deflink

MK and some statistics commands results are:

MK # ifconfig
MK rl0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
MK inet 192.168.1.116 netmask 0xff00 broadcast 192.168.1.255
MK ether 00:c1:28:00:11:4f
MK media: Ethernet autoselect (100baseTX full-duplex)
MK status: active
MK lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST mtu 16384
MK inet 127.0.0.1 netmask 0xff00
MK tun0: flags=8011UP,POINTOPOINT,MULTICAST mtu 1500
MK Opened by PID 348

MK # netstat -r
MK Routing tables
MK Internet:
MK DestinationGatewayFlagsRefs  Use  Netif Expire
MK default192.168.1.253  UGSc00rl0
MK saha   saha   UH  00lo0
MK 192.168.1  link#1 UC  10rl0
MK 192.168.1.253  0:80:ad:85:f1:14   UHLW12rl0   1200
MK # ping www.yahoo.com
MK PING www.yahoo.akadns.net (66.218.71.83): 56 data bytes
MK 92 bytes from 192.168.1.253: Redirect Host(New addr: 195.7.164.225)
MK Vr HL TOS  Len   ID Flg  off TTL Pro  cks  Src  Dst
MK  4  5  00 0054 0011   0   40  01 2e4f 192.168.1.116  66.218.71.83
MK 92 bytes from 192.168.1.253: Redirect Host(New addr: 195.7.164.225)
MK Vr HL TOS  Len   ID Flg  off TTL Pro  cks  Src  Dst
MK  4  5  00 0054 0013   0   40  01 2e4d 192.168.1.116  66.218.71.83


MK THANK YOU FOR YOUR HELP:)


MK __
MK Do You Yahoo!?
MK Yahoo! Health - Feel better, live better
MK http://health.yahoo.com

MK To Unsubscribe: send mail to [EMAIL PROTECTED]
MK with unsubscribe freebsd-questions in the body of the message


-- 
Monday, July 22, 2002  4:14:36 PM

Best regards,
Igor Kulemzin
Amursky Crystall, http://www.kristal.ru
E-mail: [EMAIL PROTECTED]
Jabber: [EMAIL PROTECTED]

-
  FreeBSD - The BEST upgrade you can do to NT!
-



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message