Re: Firefox, java, plugins - need to go back to the port?

2005-02-15 Thread Kent Stewart
On Tuesday 15 February 2005 10:03 am, John wrote:
 On Fri, Feb 11, 2005 at 08:30:55PM -0600, John wrote:
  I installed firefox from the packages, and now that it seems
  like I may have Java installed, I'd like to get the two to play
  together.
 
  I see a few different firefox plugins in /usr/ports/www, but no
  java, and I don't see any references to firefox or plugs in
  /usr/ports/java - clearly, I'm missing a piece of the puzzle.
 
  All my hits on google have talked about rebuilding the port
  after Java is installed.  Is that what I have to do?  Is there
  no way to get a java plugin without rebuilding the whole port?

 No-one have an anwer or a pointer for me? Is it necessary to install
 the JDK (or JRE if we ever get one again) and then build firefox from
 ports to get the Java plug-in?

That isn't where you look from my experience. I have
/usr/local/jdk1.4.2/bin/java
and it changes with the version. That is what I add in mozilla.

Kent

-- 
Kent Stewart
Richland, WA

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


Re: Messed up my ports - Can't find the `5.1-RELEASE' distribution on this FTP server.

2005-02-10 Thread Kent Stewart
On Thursday 10 February 2005 07:14 am, Joachim Dagerot wrote:
 I have probably done something sometime on my 2 year+ server
 installation that wrecked my port installation.

 Whenever I try to install a port I get the Can't find the
 `5.1-RELEASE' distribution on this FTP server. the same goes with
 sysinstall - configure - Distributions I have tried multiple
 servers including the main. With the same result.

 I really don't know what to do. Any help is appreciated!


Ports don't go by releases like you are trying to do. If you look at
ftp://ftp.freebsd.org/pub/FreeBSD/ports/
You will see that nothing before 5.2 is there now. The current set of 
packages, which is what you are loading, would be located in 
packages-5-stable. 

Are you really still using 5.1? That was not considered a production 
release. The current version is 5.3 and was the first to be given the 
name of 5-stable.

Kent
-- 
Kent Stewart
Richland, WA

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


Re: portsdb -uU fails

2005-02-04 Thread Kent Stewart
On Friday 04 February 2005 02:04 am, Vonleigh Simmons wrote:
   While running portsdb -uU I get the following error:

 Updating the ports index ... Generating INDEX.tmp - please
 wait..icecast2-2.2.0,1: /usr/ports/multimedia/libtheora
 non-existent -- dependency list incomplete
 === audio/icecast2 failed
 *** Error code 1
 1 error

   This is on FreeBSD 5.3 stable after a recent cvsup. Any help fixing
 this matter is appreciated.


When this happens, the easy answer is to user make fetchindex and then 
only do a portsdb -u. I am not seeing any messages about INDEX dying 
in ports@ and that usually means you are refusing something that 
another port needs. The only choice then is to use fetchindex.

Kent


 Vonleigh Simmons
 http://illusionart.com/

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

-- 
Kent Stewart
Richland, WA

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


Re: couldn't start KDE.

2005-02-03 Thread Kent Stewart
On Wednesday 02 February 2005 11:28 pm, BSD Mail wrote:
 Greetings,
 I installed a fresh 5_3 upgraded the ports and source. I'm using
 xorg. I can run blackbox without any errors. I also installed KDE
 3.3.2 latest one. It was running fine at first untill I started
 installing few other applications. I'm attaching the error I recieve
 after running startx.

 Besides that. There is another small problem. xorg.conf refuses the
 Modes directive. I have an nVIDIA GeForce4 440 Go. Because the
 FreeBSD driver from nvidia refused to work with xorg. I used driver
 nv instead. I can only run 800x600 everything looks huge. I tried
 something like Modes  1024x758 and it refused the directive Modes.
 It's unkown.

Well, for starters, it is 1024x768. It wouldn't know a 758. On 5.3, I 
was kind of lazy. All I have is the following:

Section Screen
Identifier Screen0
Device Card0
MonitorMonitor0
DefaultDepth 24
SubSection Display
Depth 1
EndSubSection
SubSection Display
Depth 4
EndSubSection
SubSection Display
Depth 8
EndSubSection
SubSection Display
Depth 15
EndSubSection
SubSection Display
Depth 16
EndSubSection
SubSection Display
Depth 24
Modes1280x1024
EndSubSection
EndSection

It used to be 1024x768 but 1024 on a 19 monitor is kind of under using 
what you have :).

Kent


 Any help would be appreciated.

-- 
Kent Stewart
Richland, WA

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


Re: couldn't start KDE.

2005-02-02 Thread Kent Stewart
On Wednesday 02 February 2005 11:28 pm, BSD Mail wrote:
 Greetings,
 I installed a fresh 5_3 upgraded the ports and source. I'm using
 xorg. I can run blackbox without any errors. I also installed KDE
 3.3.2 latest one. It was running fine at first untill I started
 installing few other applications. I'm attaching the error I recieve
 after running startx.

 Besides that. There is another small problem. xorg.conf refuses the
 Modes directive. I have an nVIDIA GeForce4 440 Go. Because the
 FreeBSD driver from nvidia refused to work with xorg. I used driver
 nv instead. I can only run 800x600 everything looks huge. I tried
 something like Modes  1024x758 and it refused the directive Modes.
 It's unkown.

 Any help would be appreciated.

Did you see the error message about /tmp/.ICE-unix. Check the ownership.

Kent

-- 
Kent Stewart
Richland, WA

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


Re: What is popt and why is it giving me grief in ports?

2005-01-31 Thread Kent Stewart
On Monday 31 January 2005 12:41 pm, John wrote:
 I'm trying to install acroread and jdk14 on my system, and I keep
 running into problems.

 I first tried it with ports up-to-date as of about a week ago, and
 then I stopped with a dependency of devel/popt on gettext0.13, and
 gettext0.12 was the latest and greatest in the ports tree.

 I ran cvsup Saturday, hoping that I just grabbed stuff in the middle
 of a non-atomic commit or something, and tried again.  Now it is
 is complaining that /usr/local/bin/libtool15 isn't present.

 Is this something I should report to someone?  Is this just another
 transient error?  How can I move forward to build acroread and jdk
 for my 5.3-STABLE system?

 Here is the make backtrace:

 Returning to build of rpm-3.0.6_9
 ===   rpm-3.0.6_9 depends on file: /usr/local/bin/autoconf213 - not
 found ===Verifying install for /usr/local/bin/autoconf213 in
 /usr/ports/devel/autoconf213 ===   Returning to build of rpm-3.0.6_9
 ===   rpm-3.0.6_9 depends on file: /usr/local/bin/libtool13 - found
 ===   rpm-3.0.6_9 depends on shared library: popt.0 - not found
 ===Verifying install for popt.0 in /usr/ports/devel/popt
 ===  Building for popt-1.7
 make  all-recursive
 Making all in po
 source='popt.c' object='popt.lo' libtool=yes 
 depfile='.deps/popt.Plo' tmpdepfile='.deps/popt.TPlo'  depmode=gcc3
 /bin/sh ./depcomp  /bin/sh /usr/local/bin/libtool15 --mode=compile cc
 -DHAVE_CONFIG_H -I. -I. -I.  -I. -I.  -I/usr/local/include  -O -pipe
 -c -o popt.lo `test -f 'popt.c' || echo './'`popt.c
 /usr/local/bin/libtool15: Can't open /usr/local/bin/libtool15: No
 such file or directory *** Error code 2

 Stop in /usr/ports/devel/popt/work/popt-1.7.
 *** Error code 1

 Stop in /usr/ports/devel/popt/work/popt-1.7.
 *** Error code 1

 Stop in /usr/ports/devel/popt/work/popt-1.7.
 *** Error code 1

 Stop in /usr/ports/devel/popt.
 *** Error code 1

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

 Stop in /usr/ports/emulators/linux_base-8.
 *** Error code 1

 Stop in /usr/ports/java/linux-sun-jdk14.
 *** Error code 1

 Stop in /usr/ports/java/jdk14.

 Where do I go from here?

You almost have to install linux_base-8 and linux-sun-jdk14 manually. 
There are manual steps that you have to do before they install is 
finished. Once you have linux-sun installed, you can install jdk14 and 
not worry about linux-sun.

Kent

-- 
Kent Stewart
Richland, WA

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


Re: realplay-10

2005-01-31 Thread Kent Stewart
On Monday 31 January 2005 03:46 pm, Gary Kline wrote:
 Folks,

 I never got any responses over the weekend; maybe people
 who knew were of skiing or whatever.

 Does realplay-10 work on FBSD-4.10?  I have it successfully
 installed, almost push-button, on my two 5.3 platforms.
 But here on tao,  no-joy.  I get a strange error message
 about fontconfig.  No more.

 Anybody??

I have it working on 4.11-stable and 4.10 shouldn't be any different. I 
can't get it to click and play with Mozilla but it works just fine with 
Konqueror.

When I get messages like that, I frequently do a portupgrade -fR of the 
port with the problem. Something is missing and a reverse upgrade seems 
to take care of it. 

Kent


 gary

-- 
Kent Stewart
Richland, WA

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


Re: realplay-10

2005-01-31 Thread Kent Stewart
On Monday 31 January 2005 09:35 pm, Gary Kline wrote:
 On Mon, Jan 31, 2005 at 06:01:33PM -0800, Kent Stewart wrote:
  On Monday 31 January 2005 03:46 pm, Gary Kline wrote:
   Folks,
  
   I never got any responses over the weekend; maybe people
   who knew were of skiing or whatever.
  
   Does realplay-10 work on FBSD-4.10?  I have it
   successfully installed, almost push-button, on my two 5.3
   platforms. But here on tao,  no-joy.  I get a strange error
   message about fontconfig.  No more.
  
   Anybody??
 
  I have it working on 4.11-stable and 4.10 shouldn't be any
  different. I can't get it to click and play with Mozilla but it
  works just fine with Konqueror.
 
  When I get messages like that, I frequently do a portupgrade -fR of
  the port with the problem. Something is missing and a reverse
  upgrade seems to take care of it.

   Sound advice ... at least from what I'm seeing, thank you.
   Somehw, I was minus /usr/local binaries like automake14.  (?)
   Doing a make reinstall, my system saw them as installed.
   Lots of stuff breaking.  It might be time to fo a
   portupgrade -fRa.  Gulp!

I do that every so often but it takes most of a day on the AMD 2400+. In 
between, I only fix what is broken. That doesn't take as long :). You 
could probably start with the packages that were built for 4.11-R. A 
portupgrade -Pfa wouldn't take as long but would build anything that 
has been updated.

Kent



   gary

-- 
Kent Stewart
Richland, WA

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


Re: make index

2005-01-28 Thread Kent Stewart
On Friday 28 January 2005 10:10 am, Gert Cuykens wrote:
 why does make index don't work when you use a refuse file ?

Think of a complex computer program that depends on a number of modules. 
With the refuse, you have removed some modules that the program needs 
to build a complete, new version. Since all you are refusing is the 
structure files and patches, you really don't save that much space.

FWIW, if you use fetchindex to download a new INDEX, you don't have to 
spend a lot of resources building a new index. I timed make fetchindex 
and found the following.

#time make fetchindex
INDEX.bz2 100% of  612 kB   83 kBps
0.976u 0.048s 0:08.87 11.3% 146+4723k 1+52io 0pf+0w

The 8.87 seconds included the time required to download and unbzip2 
INDEX.bz2 into INDEX. 

Kent

-- 
Kent Stewart
Richland, WA

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


Re: make index

2005-01-28 Thread Kent Stewart
On Friday 28 January 2005 10:31 am, Gert Cuykens wrote:
 On Fri, 28 Jan 2005 10:26:33 -0800, Kent Stewart [EMAIL PROTECTED] 
wrote:
  On Friday 28 January 2005 10:10 am, Gert Cuykens wrote:
   why does make index don't work when you use a refuse file ?
 
  Think of a complex computer program that depends on a number of
  modules. With the refuse, you have removed some modules that the
  program needs to build a complete, new version. Since all you are
  refusing is the structure files and patches, you really don't save
  that much space.
 
  FWIW, if you use fetchindex to download a new INDEX, you don't have
  to spend a lot of resources building a new index. I timed make
  fetchindex and found the following.
 
  #time make fetchindex
  INDEX.bz2 100% of  612 kB   83
  kBps 0.976u 0.048s 0:08.87 11.3% 146+4723k 1+52io 0pf+0w
 
  The 8.87 seconds included the time required to download and unbzip2
  INDEX.bz2 into INDEX.
 
  Kent
 
  --
  Kent Stewart
  Richland, WA
 
  http://users.owt.com/kstewart/index.html

 the problem with downloading it is that it uses default settings for
 example if you put a index change in the make.conf

Yes, that is one of the side effects. I use 
sysutils/p5-FreeBSD-Portindex. As long as one of the major Makefiles 
don't change, you get a updated INDEX in just a few minutes. When it 
has to do a full cache update, it can take a while :).

Kent

-- 
Kent Stewart
Richland, WA

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


Re: Missing INDEX file in Ports

2005-01-27 Thread Kent Stewart
On Thursday 27 January 2005 11:00 pm, Ted Mittelstaedt wrote:
 Hi All,

   Has anyone seen this before, I just installed 4.11 and in
 /usr/ports typed make search key=ghostscript and the machine went
 away for a couple hours to generate an INDEX file.  (this is a P75,
 unfortunately)

   Has anyone else noticed the INDEX file is missing in the
 4.11-RELEASE ports directory?


If you cvsup ports-all, INDEX[-56] is deleted. You want to 
cd /usr/ports
make fetchindex

The fetch of a compressed file is much faster than generating it :).

Kent

-- 
Kent Stewart
Richland, WA

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


Re: Missing INDEX file in Ports

2005-01-27 Thread Kent Stewart
On Thursday 27 January 2005 11:30 pm, Ted Mittelstaedt wrote:
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] Behalf Of Kent
  Stewart Sent: Thursday, January 27, 2005 11:19 PM
  To: freebsd-questions@freebsd.org
  Cc: Ted Mittelstaedt
  Subject: Re: Missing INDEX file in Ports
 
  On Thursday 27 January 2005 11:00 pm, Ted Mittelstaedt wrote:
   Hi All,
  
 Has anyone seen this before, I just installed 4.11 and in
   /usr/ports typed make search key=ghostscript and the machine
   went away for a couple hours to generate an INDEX file.  (this is
   a P75, unfortunately)
  
 Has anyone else noticed the INDEX file is missing in the
   4.11-RELEASE ports directory?
 
  If you cvsup ports-all, INDEX[-56] is deleted. You want to
  cd /usr/ports
  make fetchindex
 
  The fetch of a compressed file is much faster than generating it
  :).

 Even faster would have been for it to be on the same CDROM that the
 rest of the ports directories were copied from.


You would have to go to the cvsweb.cgi attic to find out how many months 
it has been removed from ports.

Kent

-- 
Kent Stewart
Richland, WA

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


Re: port update problem - newbie

2005-01-24 Thread Kent Stewart
On Monday 24 January 2005 05:11 am, saravanan ganapathy wrote:
 --- Tabor Kelly

 [EMAIL PROTECTED] wrote:
  saravanan ganapathy wrote:
 
  snip
 
   --- Erik Norgaard [EMAIL PROTECTED] wrote:
   Since I am very new to freebsd, I am not sure abt
 
  the
 
   ports collections which I don't want.
 
  Since you are new, I will give you some (ports)
  advice:
 
  1. Always update all of your ports so that you can
  use portupgrade.
  2. Use portupgrade.
  3. Read /usr/ports/UPDATING if you want things to go
  smoothly.
  4. If you forget step 3, and step 3 happens to have
  some bad news in it
  (usually pertaining to gettext), 'portupgrade -rRf
  [some port]' can work
  wonders.
  5. Don't forget to do a 'portsdb -uU' after
  cvsup'ing your ports.
 
  My quick start to portupgrade:

 http://tabor.taborandtashell.net/serversetup/ports.html

  Where I learned about portupgrade:

 http://www.onlamp.com/pub/a/bsd/2003/08/28/FreeBSD_Basics.html


 The above link was very useful to me and I 've learnt
 the portupgrade procedure.

 I am also looking for package management. I know that
 a package can be installed using 'pkg_add -r
 sendmail'. But how to keep update these packages like
 ports?

 I need to choose either ports or packages.

Why? Either is an appropriate method of updating. Maintaining the ports 
using something like portupgrade is frequently faster because you can 
update the port as soon as it is changed. With a package, you have to 
wait until the package has been built and moved to the mirrors. If a 
package is available, you save a lot of cpu usage on slow machines. In 
order to use current versions, both require maintaining an uptodate 
port structure. You just have to determine which method is an optimum 
for your usage.

Kent

-- 
Kent Stewart
Richland, WA

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


Re: Error installing softwares on FreeBSD system

2005-01-24 Thread Kent Stewart
On Monday 24 January 2005 06:04 am, Martin Hepworth wrote:
 HI

 I think you will need to make cvsup first from the ports directory,
 Then use cvsup to get the latest version of ports tree. See
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using
.html for more details..

Cvsup changes so slowly that I don't see an purpose in building it from 
the ports. You have so much extra bagage with building modula (ezm3) 
that you completely avoid with the package.

Kent


 --
 Martin


 On Fri, 21 Jan 2005 18:06:09 GMT, [EMAIL PROTECTED]

 [EMAIL PROTECTED] wrote:
   I completed the BSD 5.3 instllation on my Dell Desktop using the
  first CD of the 4 CD set. I installed all the ports and
  distributions in the first CD. But when I tried to 'make install'
  emacs from the /usr/ports/editors/emacs20 directory I get a lot of
  messages which says 'Attemting to fetch from :ftp site name : No
  address record And finally an error message which says:
 Couldn't fetch it - please try to retrieve this port manually
  into usr/ports/distfiles and try again Error code 1
  Same is the case with other softwates and utilities.
 
  I don't have FTP configured on my computer. Do I have to get the
  CVS repository installed? If so please give me the instructions or
  a link. Is it necessary that I install the rest of the CDs?
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  [EMAIL PROTECTED]

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

-- 
Kent Stewart
Richland, WA

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


Re: port update problem - newbie

2005-01-24 Thread Kent Stewart
On Monday 24 January 2005 09:52 pm, saravanan ganapathy wrote:
 --- Kent Stewart [EMAIL PROTECTED] wrote:
  On Monday 24 January 2005 05:11 am, saravanan
 
  ganapathy wrote:
   --- Tabor Kelly
  
   [EMAIL PROTECTED]
 
  wrote:
saravanan ganapathy wrote:
   
snip
   
 --- Erik Norgaard [EMAIL PROTECTED]
 
  wrote:
 Since I am very new to freebsd, I am not sure
 
  abt
 
the
   
 ports collections which I don't want.
   
Since you are new, I will give you some (ports)
advice:
   
1. Always update all of your ports so that you
 
  can
 
use portupgrade.
2. Use portupgrade.
3. Read /usr/ports/UPDATING if you want things
 
  to go
 
smoothly.
4. If you forget step 3, and step 3 happens to
 
  have
 
some bad news in it
(usually pertaining to gettext), 'portupgrade
 
  -rRf
 
[some port]' can work
wonders.
5. Don't forget to do a 'portsdb -uU' after
cvsup'ing your ports.
   
My quick start to portupgrade:

 http://tabor.taborandtashell.net/serversetup/ports.html

Where I learned about portupgrade:

 http://www.onlamp.com/pub/a/bsd/2003/08/28/FreeBSD_Basics.html

   The above link was very useful to me and I 've
 
  learnt
 
   the portupgrade procedure.
  
   I am also looking for package management. I know
 
  that
 
   a package can be installed using 'pkg_add -r
   sendmail'. But how to keep update these packages
 
  like
 
   ports?
  
   I need to choose either ports or packages.
 
  Why? Either is an appropriate method of updating.
  Maintaining the ports
  using something like portupgrade is frequently
  faster because you can
  update the port as soon as it is changed. With a
  package, you have to
  wait until the package has been built and moved to
  the mirrors. If a
  package is available, you save a lot of cpu usage on
  slow machines. In
  order to use current versions, both require
  maintaining an uptodate
  port structure. You just have to determine which
  method is an optimum
  for your usage.

 I have some doubts in port upgrade

 1) I think that if I upgrade a port, first the current
 package will be removed and then new package will be
 installed.Let us assume that I am running a web server
 and apache needs to be upgraded. In this case, if the
 current apache is removed and the new apache 'll be
 installed, then what abt my existing configuration?
 What abt the down time?

Well, you have to kill apache to stop the httpd processes. The problem 
with apache is that the install creates its own /usr/local/www/data 
link. If you use apache, you can create something like 
ln -sf /.../data data. 
Then, you can upgrade apache. The install is very fast and I immediately 
unlink the link that the apache install created and link to my data 
directory. I have all of my web data on /usr2/data. The link 
to /usr2/data is gone for less than 30 seconds.

Then, you need to stopapache and startapache. There has to be many 
choices on the order of doing things. You aren't running the updated 
apache until you do the down/up toggle. Your downtime will only be a 
couple of minutes and apache goes down gracefully. Toggling apache is 
less than 30 seconds on my slow system. I think my web server is down 
for less than 2 minutes from the time the upgrade destroys my data link 
until everything is back in order and is using the new version of 
apache. Network congestion can cause problems longer than that :).


 2) What is the best method to upgrade ports without
 any downtime for my live servers?

There isn't any to my way of thinking. You have to stop the process and 
restart it. Some processes you can kill -HUP but ports are mostly 
different. You can reduce the down time to a small number but there 
will be a period when that process won't be available. 

One of the problem with live databases is that management thinks they 
need to be up 24x7. You need to be able to do maintenance and you may 
have to schedule downtime. For security reasons, you may not want to 
wait for a component failure to do the upgrades :). 

FWIW, everyone I have known that was involved with system work did their 
upgrades on weekends or between 2 am and 6 am. Hollidays are also handy 
times for upgrading.


 3) Even after upgraded my all ports, 'portaudit' says
 still problem with 'perl'.So what should I do?

I don't have any suggestion. Perl 5.8.5 just showed up on the list. I 
already have cups-base, mozilla, and linux-tiff. I don't have any 
daemon processes that use perl. Is it something you really have to 
worry about at this moment.

Kent

 Please suggest me


-- 
Kent Stewart
Richland, WA

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


Re: make installworld - permission denied

2005-01-06 Thread Kent Stewart
On Wednesday 05 January 2005 11:22 pm, Mark wrote:
  kern.securelevel?

 kern.securelevel = 0


Do you have /tmp setup so that it is no exec?

Kent

-- 
Kent Stewart
Richland, WA

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


Re: make installworld - permission denied

2005-01-05 Thread Kent Stewart
On Wednesday 05 January 2005 08:39 pm, Donald J. O'Neill wrote:
 On Wednesday 05 January 2005 10:14 pm, Mark wrote:
  Urgh, it was all going so well. I suppose it had to happen:
 
  I did as the hallowed handbook commanded:

 Why aren't you following /usr/src/UPDATING instead, that tends to be
 more up to date than the handbook.

  #make buildworld
  #make buildkernel KERNCONF=L004
  #make installkernel

 This step should have been:
   make installkernel KERNCONF=L004

  I rebooted into single user mode:

 Why don't you use shutdown now instead, that way your put into
 single user mode with things already mounted. Just accept the
 standard location of sh, cd into /usr/src and you can finish up.

The whole purpose for the boot into single user mode is to test the new 
kernel before you are fully dedicated to the upgrade. There are rare 
occasions when the new kernel will panick and you can boot kernel.old 
really easy and your system will run as if nothing is wrong until you 
figure out what is broken.

Kent


  #mount -a
  #cd /usr/src
  #mergemaster -p
  #make installworld
 
 
  (setting of variables omitted, i'm typing from the screen!)
  /tmp/install. make -f Makefile.inc1 reinstall

 This is something I don't think I've ever seen. Where does it say to
 do this. I think this is a big problem and once more I would suggest
 following /usr/src/UPDATING.

  make: Permission denied
 
  ***Error code 126
  Stop in /usr/src
 
  ***Error code 1
  Stop in /usr/src
 
  Any ideas? AFAIK my permissions are still at their defaults.
 
  Apologies for any major errors I may have unwittingly made,
  this is my first buildworld. Please tell me my setup is NOT
  ruined, it still had that two-week-old-fresh-install feel to
  it and I had everything just how I like it.
 
  Putting on a brave face.

 Final time: use the method in /usr/src/UPDATING. That's why it's
 there.

 Don

-- 
Kent Stewart
Richland, WA

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


Re: portupgrade dialogs...

2005-01-04 Thread Kent Stewart
On Tuesday 04 January 2005 03:24 am, Christian Tischler wrote:
 Hi,
 when I run portupgrade to get my server up to date (CVS of
 4.9-Release),  everything works fine and smooth, until any of the
 ports pops up an dialog and asks me what I want to compile in (e.g.
 cups asking me about what drivers I want to install and so on).

 Now my question: Is there a way to work arround this? As my server
 does not have a very decent CPU updating takes quite some time, and I
 do not sit in front of my terminal all the time :-) and due to the
 dialogs waiting for my input the update is running for three days by
 now...

 So any suggestions?

BATCH=YES

In your /etc/make.conf does wonders :).

Kent 

 thx in advance

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

-- 
Kent Stewart
Richland, WA

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


Re: installing a linux rpm, wants perl

2005-01-03 Thread Kent Stewart
On Monday 03 January 2005 09:24 pm, Karl Agee wrote:
 freebsd 4.11-pre with linux compatibility.

 I'm trying to install a linux rpm but I am getting the following
 errer:

 -su-2.05b# rpm -i --ignoreos --root /compat/linux --dbpath
 /var/lib/rpm package.i386.rpm
 error: failed dependencies:
 /usr/bin/perl is needed by package

 -su-2.05b# whereis perl
 perl: /usr/bin/perl /usr/share/man/man1/perl.1.gz
 /usr/src/gnu/usr.bin/perl

 So I am guessing that compat/linux ought to have perl in /usr/bin.  I
 tried making a soft link but that didnt work.

 I havent found a port for perl in linux, any ideas how to resolve
 this?


Did you upgrade perl and forget to do the use.perl port. There are 
links that the script creates and when you create a new bin/perl, they 
have to be restablished.

Kent
 --Karl

 _
 On the road to retirement? Check out MSN Life Events for advice on
 how to get there!
 http://lifeevents.msn.com/category.aspx?cid=Retirement

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

-- 
Kent Stewart
Richland, WA

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


Re: Is mplayer port broken ?

2004-12-30 Thread Kent Stewart
On Thursday 30 December 2004 12:44 pm, Xinizul Xinizul wrote:
 Hello all:

 I'm trying to make the port mplayer using make install clean
 mechanism in my FreeBSD 5.3

 I get the following message:

I have found that rm'ing the skin files from ../mplayer sometimes fixes 
this problem but not always. The file I have in that directory is
-rw-r--r--  1 root  wheel  221736 Oct 30 13:17 Blue-1.4.tar.bz2

and it has the expected sizes from the current distinfo. I think your 
port structure is out of date. You probably need to cvsup ports-all and 
rebuild your INDEXs.

Kent


 ---

  Attempting to fetch from ftp://ftp.mplayerhq.hu/MPlayer/Skin/.

 fetch: ftp://ftp.mplayerhq.hu/MPlayer/Skin/Blue-1.4.tar.bz2: size
 mismatch: expected 221757, actual 221736

  Attempting to fetch from ftp://ftp.lug.udel.edu/MPlayer/Skin/.

 fetch: ftp://ftp.lug.udel.edu/MPlayer/Skin/Blue-1.4.tar.bz2:
 Operation timed out

  Attempting to fetch from

 ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/mplayer/.
 fetch:
 ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/mplayer/Blue-1.4.ta
r.bz2: size mismatch: expected 221757, actual 221736

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

 *** Error code 1

 Stop in /usr/ports/multimedia/mplayer-skins.
 *** Error code 1

 Stop in /usr/ports/multimedia/mplayer.

 ---


 Could someone help me to workaround this or to notify to the
 maintainer about this issue ?

 Thanks a lot,

 Xinizul

 P.S.: Happy New Year to all of you
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

-- 
Kent Stewart
Richland, WA

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


Re: 5.3: want to install XFree86

2004-12-26 Thread Kent Stewart
On Sunday 26 December 2004 09:31 pm, Theodore D. Sternberg wrote:
 I've had it with Xorg and would like to go back to XFree86.
 Unfortunately, when I go to /usr/ports/x11/XFree86-4 and type make,
 it doesn't do anything; it just gives me this message...

 ===  XFree86-4.4.0_1,1 is part of XFree86-4.

 and exits.

 XFree86 was giving me everything I needed, back under FreeBSD 5.1. 
 Xorg, in contrast, is one huge hassle.  Xorg -config produces an
 xorg.conf.new file that doesn't work (I have ATI Rage 128).  Then,
 reading some of the traffic on this mailing list I see talk about
 preloading AGP and ATI from /boot/loaders.conf, and I know I'd be
 getting in way too deep if I did that.

 To further confirm my ignorance, I'll ask this: what exactly is Xorg?
  Is it just a different X server (and associated configuration
 tools)?  Or is it something more broad-based than that?

As I understand it, Xorg is the follow on to XFree86. You can read about 
it at X.org. The new versions will be Xorg. FWIW, I still use 
XF86Config. I may have had to tweak the video card but that was it. I 
use xdb to switch between en/es and that works on 5.3 but xorg on 4.x 
doesn't switch.


 If I succeed in building an XFree86 server, can I just make the
 appropriate symlink -- /usr/X11R6/bin/X --, install my old
 XFree86.conf file in /etc/X11, and run with that?  Or is it going to
 be more complicated?

You have to change /etc/make.conf to include
X_WINDOW_SYSTEM=xfree86-4

You have to remember that any packages you downloade for 5.x will want 
xorg instead of XFree86.

Kent


 Ted Sternberg
 Fremont, California

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

-- 
Kent Stewart
Richland, WA

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


Re: upgrading from 4.2 to 4.10, succeeded, but still boots 4.2! Help!!!

2004-12-21 Thread Kent Stewart
On Tuesday 21 December 2004 10:26 pm, Zachary Huang wrote:
 OK, my old questions might be too simple and I did not get much help
 from here. My old system was 4.2 and I was trying to upgrade to 4.10.
  (hardware: K2-6 350 MHz with 384 meg and 20 gig)

 here is what I managed to do:

 1). cvsup to RELENG_4_10
 here is the supfile

 *default host=ftp5.FreeBSD.org
 *default base=/usr
 *default prefix=/home/ncvs
 *default release=cvs tag=RELENG_4_10
 *default delete use-rel-suffix
 src-all
 ports-all

 which seemed to be successful (did not see the final message because
 too many spams filling on my screen, but it was going for a good 30
 min -- could it have stopped in the middle?)  -- how do I stop the
 rejected spams showing on the console? very annoying.

 2). then I proceeded to  follow the book:
 make buildworld
 (config MYKERNEL --this was not in the book)**this should not
 mess things up?
 make buildkernel KERNEL=MYkernel
 make installkernel KERNEL=MYkernel
 reboot  (in single user) [1]
 make installworld
 mergemaster
 reboot

 no error messages doing all the above steps.

 3). I noticed that after reboot the machine was still showing:

 cyber# dmesg
 Copyright (c) 1992-2000 The FreeBSD Project.
 Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993,
 1994 The Regents of the Uni
 versity of California. All rights reserved.
 FreeBSD 4.2-RELEASE #1: Thu Dec 16 08:53:22 EST 2004

 4). So I recompiled the kernel by doing:
  cd /usr/src/sys/i386/conf
  /usr/sbin/config Mykernel
 /cd ../../compile/Mykernel
 make depend
 make
 make install

 5). after reboot, I still see the same 4.2. RELEASE!

 6). indeed. all the files in /usr/src seems to be the same as before
 updating...

 -rw-r--r--1 root  wheel   4735 Sep  5  1999 COPYRIGHT
 drwxr-xr-x2 root  wheel512 Sep 11  2001 CVS
 -rw-r--r--1 root  wheel   7257 Nov  7  2000 Makefile
 -rw-r--r--1 root  wheel  24600 Nov 11  2000 Makefile.inc1
 -rw-r--r--1 root  wheel   9761 Aug 27  1999 Makefile.upgrade
 -rw-r--r--1 root  wheel   2642 Oct 27  2000 README
 -rw-r--r--1 root  wheel  30679 Nov 16  2000 UPDATING
 drwxr-xr-x   32 root  wheel512 Sep 11  2001 bin
 drwxr-xr-x   40 root  wheel   1024 Sep 11  2001 contrib
 drwxr-xr-x7 root  wheel512 Dec 19 05:05 crypto
 drwxr-xr-x   14 root  wheel   1536 Sep 11  2001 etc
 drwxr-xr-x   41 root  wheel   1024 Sep 11  2001 games
 drwxr-xr-x7 root  wheel512 Sep 11  2001 gnu
 drwxr-xr-x6 root  wheel   1536 Sep 11  2001 include
 drwxr-xr-x7 root  wheel512 Dec 19 05:05 kerberos5
 drwxr-xr-x8 root  wheel512 Dec 19 05:05 kerberosIV
 drwxr-xr-x   55 root  wheel   1024 Sep 11  2001 lib
 drwxr-xr-x   33 root  wheel   1024 Sep 11  2001 libexec
 drwxr-xr-x8 root  wheel512 Sep 11  2001 release
 drwxr-xr-x   74 root  wheel   1536 Sep 11  2001 sbin
 drwxr-xr-x6 root  wheel512 Dec 19 05:05 secure
 drwxr-xr-x   20 root  wheel512 Sep 11  2001 share
 drwxr-xr-x   46 root  wheel   1024 Sep 11  2001 sys
 drwxr-xr-x8 root  wheel512 Sep 11  2001 tools
 drwxr-xr-x  211 root  wheel   3584 Sep 11  2001 usr.bin
 drwxr-xr-x  153 root  wheel   3072 Sep 11  2001 usr.sbin

 7). Can someone here tell me what I did wrong?  I was not sure if
 cvsup grabbed the right source or not, but usually when I was playing
 the tag before, it would give me error messages if the tag was not
 correct.


I bet you have a /home/ncvs/src with all of the 4.10 stuff in it :)

Kent
-- 
Kent Stewart
Richland, WA

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


Re: release branch

2004-12-07 Thread Kent Stewart
On Tuesday 07 December 2004 12:19 pm, Marta Resende wrote:
 ei,

 the RELENG_5_3 is 5.3-release-p2 ??

 weird, it's not 5.3-release ??

It is the release + security fixes. The tags are explained in
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvs-tags.html

If you follow one, I think *_5_3 is the one to follow rather than the 
initial release, which would be RELENG_5_3_0_RELEASE. It will never 
change and you have to add the security patches manually.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Upgrade problems

2004-12-06 Thread Kent Stewart
On Monday 06 December 2004 01:21 pm, Marta Resende wrote:
 Does anyone here had recently updated succecefully to -stable ??

 Cause i'm trying for 5 days now, and i cant...
 All the update process runs well, except the boot, that runs normally
 to:

 Mounting NFS file systems:.

 after these, it blocks, ctrl-c and ctrl-t doesnt work, i have to
 force halt...

 no one with these same problem ??
 It's impossible, i've updated 6 times 


Which stable? 5-stable requires NFSCLIENT and 4-stable requires NFS. Did 
you update your kernel config file before you built your new kernel. 
Upgrades with old config's are bound to cause problems.

I have NFS built into both 4-stable and 5-stable. They boot without any 
problems. I also as a matter of principal don't permit auto mounts of 
nfs systems.

Kent
-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: portupgrade and index

2004-11-29 Thread Kent Stewart
On Monday 29 November 2004 09:40 pm, Kris Kennaway wrote:
 On Mon, Nov 29, 2004 at 11:27:47PM -0600, Conrad J. Sabatier wrote:
  On Mon, 29 Nov 2004 19:57:34 -0800, Kris Kennaway
  [EMAIL PROTECTED]
 
  wrote:
   On Mon, Nov 29, 2004 at 10:48:29PM -0500, dave wrote:
Hello,
I've got a box that runs portupgrade to keep the most
current ports.
I've lately switched to make fetchindex vs. portsdb -uU which
goes much faster. My problem is whenever i do a make search for
a port the index.5 file is regenerated and that takes an
extremely long time. I was wondering if this is normal
behavior, and what if anything i could do to speed it up?
  
   make fetchindex
  
   Kris
 
  You can also increase the concurrency of portsdb -U/make index
  by setting INDEX_JOBS in /etc/make.conf.  The default number of
  parallel jobs is 2.  Increasing this to, say, 8, will save some
  time in building the index.

 In my testing 4 helped on a dual SMP machine but 8 didn't, because
 the process was I/O bound already at 4.



There isn't a make index that can compete with downloading an 
INDEX.bz2. I timed a make fetchindex and it required all of 11 seconds 
on my DSL line. That would work out to around 3 minutes on a dial up.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: JDK Issues

2004-11-28 Thread Kent Stewart
On Sunday 28 November 2004 02:20 pm, Lars Eighner wrote:
 On Sun, 28 Nov 2004, Jake Stride wrote:
  I seem unable to install JDK14:
 
  portupgrade -NRP jdk
  ---  Found 4 ports matching 'jdk':
 java/jdk11
 java/jdk12
 java/jdk13
 java/jdk14
  Install 'java/jdk11'? [yes] no
  Install 'java/jdk12'? [yes] no
  Install 'java/jdk13'? [yes] no
  Install 'java/jdk14'? [yes] yes
  ** Port marked as IGNORE: java/jdk14:
 is forbidden: Vulnerabilities in the browser plugin
 
  How do I go about ensuring that I can install this please?

 If you can't figure this out for yourself, maybe you shouldn't
 be told.  Anyway, comment out the forbidden line in the Makefile.

 Well, that would work for most forbidden ports, but so far as
 I can tell, jdk14 won't build anyway.  After a very long compile
 it will come to a grinding halt with:

 Java HotSpot(TM) Client VM warning: Can't detect initial thread stack
 location
 /usr/local/ports/java/jdk14/work/control/build/bsd-i586/gensrc/java/u
til/Curren cyData.java:1:
 'class' or 'in terface' expected
 Java HotSpot(TM) Client VM warning: Can't detect initial thread stack
 location ^
 /usr/local/ports/java/jdk14/work/control/build/bsd-i586/gensrc/java/u
til/Curren cyData.java:1:
 unclosed chara cter literal
 Java HotSpot(TM) Client VM warning: Can't detect initial thread stack
 location ^
 2 errors
 gmake[4]: *** [.compile.classlist] Error 1
 gmake[4]: Leaving directory
 `/usr/local/ports/java/jdk14/work/j2se/make/java/java'
 gmake[3]: *** [optimized] Error 2
 gmake[3]: Leaving directory
 `/usr/local/ports/java/jdk14/work/j2se/make/java/java'
 gmake[2]: *** [all] Error 1
 gmake[2]: Leaving directory
 `/usr/local/ports/java/jdk14/work/j2se/make/java' gmake[1]: *** [all]
 Error 1
 gmake[1]: Leaving directory
 `/usr/local/ports/java/jdk14/work/j2se/make' gmake: *** [j2se-build]
 Error 2
 *** Error code 2

 Stop in /usr/local/ports/java/jdk14.

There must be something missing on your system. It built just fine on 
mine. Of course, it just could be Murphy trying to confuse us :).

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: fsck inadequacies

2004-11-26 Thread Kent Stewart
On Friday 26 November 2004 03:16 pm, Mardoc Inc wrote:
 I run a FreeBSD system at a remote site. It costs me over $4000 to
 visit the site (northern arctic).
  It, along with some other equipment, runs off 2 x 50 kW diesel
 generators which are swapped by a mechanic once per week.  The
 swap-over takes less than a minute. The computer runs
 off a UPS, which easily holds its charge during the swap.

All of the UPSes that I have used come with a warning that the battery 
will eventually need to be replaced. Are you sure the UPS is still 
good?


 But, unlike the other windows systems that run up there, the FreeBSD
 system seems incredibly
 prone to disk corruption. Often the system will not reboot, and hangs
 while it asks for a file check.
 I can't do that remotely - it has to be a person.
  I frequently need to run fsck, and that does not always work.  It is
 hard to instruct a diesel mechanic on such matters from such a
 distance. fsck -y
  usually does not work either.


I had a power outage 4 days ago.  When I got into the room, the 4 
computers were still running. Since the power outage was supposed to 
last more than 3 hours, which was well beyond their capability, I shut 
them all down. They were running just fine when I shut them down and 
the all booted normally.

I would tend to agree with the suggestion that your computer is failing. 
If fsck -y doesn't work, my HD has always developed bad sector(s) and 
the HD needs to be replaced. YMMV

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cvsup to 5.3?

2004-11-24 Thread Kent Stewart
On Wednesday 24 November 2004 12:38 pm, Damien Hull wrote:
 I'm using 4.10. How much free space do I need to cvsup?

 I had a lot of space until I installed KDE. /usr is down to 2.3G. If
 this isn't enough space can I move everything to another drive with
 more space in /usr?

Well, my /usr/src is 358 MB and /usr/obj is 326 MB. Your src is probably 
already filled and it depends on whether you have ever updated your 
system on /usr/obj.

Did you install KDE as packages or did you build the ports?. If you 
built the ports, did you do a make clean when you got through. If you 
didn't do the clean, you would recover space.

I have 2.7 GB of dist files and 1.8 GB of packages that I have built. If 
there are new versions, you don't need the old distfiles.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cvsup to 5.3?

2004-11-24 Thread Kent Stewart
On Wednesday 24 November 2004 12:38 pm, Damien Hull wrote:
 I'm using 4.10. How much free space do I need to cvsup?

 I had a lot of space until I installed KDE. /usr is down to 2.3G. If
 this isn't enough space can I move everything to another drive with
 more space in /usr?

Oops, I was on the wrong xterm session. The /usr/src and /usr/obj on my 
5.3-stable machine are 398 MB and 889 MB. You might do a du -h in 
each and see what you already have.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem with INDEX

2004-11-23 Thread Kent Stewart
On Tuesday 23 November 2004 12:45 am, Axel S. Gruner wrote:
 Hi.

 I ran into some problems with portsdb -uU since the INDEX file has
 been removed from the CVS.
 Sometimes it works, sometimes not.
 In my understanding, after a cvsup of the ports tree, i have to do a
 make fetchindex. Works fine. But what about a portsd -uU? Is this
 one obsolet (but portupgrade needs the INDEX.db?)?

 So the only INDEX file i have is INDEX if i run portsdb -uU i get
 en Error 1. If i run just portversion -v after a cvsup, i get a
 Updating the ports index ... Generating INDEX.tmp - please wait..
 after a while also an error 1.

 So, is this just a problem at the moment, or does it depends on the
 removal of INDEX from the CVS tree?

After you do a fetchindex, you need to run portsdb -u to build a new 
INDEX.db.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mplayer and mozilla...

2004-11-21 Thread Kent Stewart
On Sunday 21 November 2004 04:02 pm, Gary Kline wrote:
   People,

   Before I upgraded mplayerplugin, it worked happily with NPR
   (and other sites).  I checked Helper-Applications in
   mozilla; did not  see anything Windows.   It is probably that
   I don't have this entered correctly.  ---Maybe this was
   never done correctly... (?)

   What am I supposed in have in the entry that tells mozilla
   which binary to point at when it sees an *afs (?) sound file?

   (mplayerplugin does give me clear audio when NPR asks if
   I was Real or Windows, but not automatically.)

   thanks for any insights.

Did you do the Help  About Plug-ins menu thing.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: build options config dialog interrupts build

2004-11-20 Thread Kent Stewart
On Friday 19 November 2004 11:37 pm, Kevin Michael Smith wrote:
 I just installed 5.3-released.  How do I stop the popup dialogs from
 appearing while building from the ports tree. The dialogs usually ask
 for configuration information related to the build and I am willing to
 take the defaults.  The dialogs interrupt the build until I answer OK.


Add

BATCH=YES

to /etc/make.conf

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: segmentation fault

2004-11-20 Thread Kent Stewart
On Saturday 20 November 2004 11:39 am, Steel City Phantom wrote:
 i am trying to run a portupgrade and have a problem.  portupgrade says i
 have a stale dependency and need to fix it with pkgdb, when i run that,
 i get this

 guinness# pkgdb -F
 ---  Checking the package registry database
 Stale dependency: php4-4.3.5_7 - apache-1.3.29_3 (www/apache13):
 [Failed `Inappropriate file type or format'] [Updating the portsdb
 format:bdb1_btree in /usr/ports ... - 11973 port entries found
 .1000.2000.3000.4000.5000/u
sr/local/lib/ruby/site_ruby/1.8/portsdb.rb:587: [BUG] Segmentation fault
 ruby 1.8.2 (2004-07-29) [i386-freebsd4]

 Abort (core dumped)

 i rebuilt the ports index by going to /usr/ports and doing make index,
 but i still get this same deal.

 whats up?

It helps if you read /usr/ports/UPDATING first :).

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


Re: Cannot CVSUP - permission denied.

2004-11-19 Thread Kent Stewart
On Friday 19 November 2004 09:11 pm, robg wrote:
 Hi,

 Running 5.3 and behind a firewall, tried cvsuping and spits back:

 Parsing supfile ports-supfile
 Connecting to cvsup3.us.FreeBSD.org
 Cannot connect to cvsup3.us.FreeBSD.org: Permission denied
 Will retry at 00:14:51

 People said it might be because of the firewall ,but I never had this
 problem before when I ran the same firewall script.  Do certain ports
 need to be opened?


Did you try a different server? When they have too many connections you get 
different messages. I never run cvsup until at least 15-20 minutes after the 
hour. I find that a mirror update takes around 10 minutes. It can be longer. 
If you want the current set, you need to wait until the mirror has updated. 
They all schedule on the hour.

There is a port called fastest_cvsup. It will give you an idea of response 
times. That isn't always the fastest cvsup session but it is a good hint.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Current Release level

2004-11-18 Thread Kent Stewart
On Thursday 18 November 2004 08:25 am, Jamie Ostrowski wrote:
Does anyone know where the current patchlevel for FreeBSD Release is
 posted? By this, I mean, I know that Release was just recently incremented
 from 4.10-RELEASE-p3 to 4.10-RELEASE-p4 due to the fetch.c security
 advisory. (I am assuming that the 'p' stands for patchlevel or something
 similiar). But what if I had missed the announcement, or perhaps
 there are other modifications not security related. Where do I go to find
 out what the current patchlevel is for the RELEASE branch?

I would look at
/usr/src/sys/conf/newvers.sh

I think that BRANCH is what you are looking for.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: looks like script kiddie tried to get me

2004-11-17 Thread Kent Stewart
On Wednesday 17 November 2004 12:07 am, Steel City Phantom wrote:
 bsd 4.9, apache 1.3

 my postnuke started emailing me with hack attempts.  i look at my log
 and find about a half a meg of where it looks like a script kiddie tried
 to poke in the dark at this site.  the hits are WAY too close together
 to be manual, here is a snip from the log

 24.54.157.86 - - [17/Nov/2004:01:00:29 -0500] GET /etc/ HTTP/1.1 404
 288 - Mozilla/4.75 [en] (X11, U; Nessus)
 24.54.157.86 - - [17/Nov/2004:01:00:29 -0500] GET /example/ HTTP/1.1
 404 292 - Mozilla/4.75 [en] (X11, U; Nessus)
 24.54.157.86 - - [17/Nov/2004:01:00:30 -0500] GET /examples/ HTTP/1.1
 404 293 - Mozilla/4.75 [en] (X11, U; Nessus)
 24.54.157.86 - - [17/Nov/2004:01:00:30 -0500] GET /exc/ HTTP/1.1 404
 288 - Mozilla/4.75 [en] (X11, U; Nessus)
 24.54.157.86 - - [17/Nov/2004:01:00:30 -0500] GET /excel/ HTTP/1.1 404
 290 - Mozilla/4.75 [en] (X11, U; Nessus)
 24.54.157.86 - - [17/Nov/2004:01:00:30 -0500] GET /exchange/ HTTP/1.1
 404 293 - Mozilla/4.75 [en] (X11, U; Nessus)
 24.54.157.86 - - [17/Nov/2004:01:00:30 -0500] GET /exe/ HTTP/1.1 404
 288 - Mozilla/4.75 [en] (X11, U; Nessus)
 24.54.157.86 - - [17/Nov/2004:01:00:31 -0500] GET /exec/ HTTP/1.1 404
 289 - Mozilla/4.75 [en] (X11, U; Nessus)
 24.54.157.86 - - [17/Nov/2004:01:00:31 -0500] GET /export/ HTTP/1.1
 404 291 - Mozilla/4.75 [en] (X11, U; Nessus)
 24.54.157.86 - - [17/Nov/2004:01:00:31 -0500] GET /external/ HTTP/1.1
 404 293 - Mozilla/4.75 [en] (X11, U; Nessus)
 24.54.157.86 - - [17/Nov/2004:01:00:31 -0500] GET /f/ HTTP/1.1 404 286
 - Mozilla/4.75 [en] (X11, U; Nessus)
 24.54.157.86 - - [17/Nov/2004:01:00:31 -0500] GET /fbsd/ HTTP/1.1 404
 289 - Mozilla/4.75 [en] (X11, U; Nessus)
 24.54.157.86 - - [17/Nov/2004:01:00:31 -0500] GET /fcgi-bin/ HTTP/1.1
 404 293 - Mozilla/4.75 [en] (X11, U; Nessus)
 24.54.157.86 - - [17/Nov/2004:01:00:31 -0500] GET /file/ HTTP/1.1 404
 289 - Mozilla/4.75 [en] (X11, U; Nessus)
 24.54.157.86 - - [17/Nov/2004:01:00:32 -0500] GET /filemanager/
 HTTP/1.1 404 296 - Mozilla/4.75 [en] (X11, U; Nessus)
 24.54.157.86 - - [17/Nov/2004:01:00:32 -0500] GET /files/ HTTP/1.1 404
 290 - Mozilla/4.75 [en] (X11, U; Nessus)
 24.54.157.86 - - [17/Nov/2004:01:00:32 -0500] GET /foldoc/ HTTP/1.1
 404 291 - Mozilla/4.75 [en] (X11, U; Nessus)
 24.54.157.86 - - [17/Nov/2004:01:00:32 -0500] GET /form/ HTTP/1.1 404
 289 - Mozilla/4.75 [en] (X11, U; Nessus)

 anyone have any ideas what tool they would have used to do this.  none
 of my other logs show any access so he/she just tried to hit the web
 app.  we are probably going to end up calling the police when my boss
 wakes up, but i want to get your opinions too.

Well, I don't know about your follow up but I would simply forward what you 
have to [EMAIL PROTECTED] That is what shows up for a whois at www.arin.net 
for that IP address.

The ISPs are really good about eliminating problems like this :).

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


Re: cvups with 5.3 stable

2004-11-17 Thread Kent Stewart
On Wednesday 17 November 2004 05:31 pm, [EMAIL PROTECTED] wrote:
 Has anyone got cvsup to sucessfully update their ports collection? When I
 run cvsup, with tag=RELENG_5_3, cvsup just deletes everything in
 /usr/ports. I replaced the ports collection with the full port tarball from
 the ports collection search page. Cvsup deletes that as well. I am using
 the ports-supfile from examples, and have only change the cvsup host. Has
 anyone else experience this?


The only version of ports and that tag for ports is tag=..

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: portupgrade problem

2004-11-16 Thread Kent Stewart
On Tuesday 16 November 2004 11:50 am, Brian W. wrote:
   I've been having this problem for about a week now.  I've already
 deinstalled and reinstalled the ruby, rubybdb and portupgrade ports, what
 else can I look at?  The below process takes at least an hour, its a
 k62-450. The no such user problem doesn't occur until a lot of time has
 gone by.

 # portupgrade -aP
 Updating the ports index ... Generating INDEX.tmp - please wait..id: www:
 no such user
 Makefile, line 21: warning: /usr/bin/id -u www returned non-zero status
   Done.
 done
 [Updating the portsdb format:bdb1_btree in /usr/ports ... - 11959 port
 entries found
 .1000.2000.3000.4000.5000/u
sr/local/lib/ruby/site_ruby/1.8/portsdb.rb:587: [BUG] Segmentation fault
 ruby 1.8.2 (2004-07-29) [i386-freebsd4]

 Abort (core dumped)


There is a bug in the hashing routine. It was fixed in the active branches, 
i.e., RELENG_5 and not RELEMG_5_2. For a machine of that speed, I would 
probably do a make fetchindex. The last I read, it was bzip2'ed and is a 
600KB file. You would have to fetch it after every cvsup of ports-all. If it 
is bzip2'ed, you will have to uncompress it.

This has been anwered 100's of times. Other solutions can be found in the 
archives.

Kent
-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Why use a firewall with dialup?

2004-11-13 Thread Kent Stewart
On Saturday 13 November 2004 01:12 pm, Jonathon McKitrick wrote:
 I've been using one for some time, but now that I have a mini network, it
 has become a bit of a hassle updating the rules.

 If I disable all services but ssh, stay STABLE, and do not have a broadband
 connection, what danger is there?


The script kiddies don't target broadband. They step through IP blocks. You 
are just as much at risk with dialup as you are with broadband. The only 
difference is the time of exposure. 

It has been a long time since I used dialup but IIRC, ppp-user had some 
features very much like a firewall.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cvsup 5.3 release gets incomplete release

2004-11-07 Thread Kent Stewart
On Sunday 07 November 2004 08:29 am, Lowell Gilbert wrote:
 listmail [EMAIL PROTECTED] writes:
  Thus I have two questions:
  1) What am I doing wrong?  (Or am I ?)
  2) What's with the files ending in ,v?

 http://www.cvsup.org/faq.html#missingtag

  The supfile used was as apperase below:
 
  *default tags=5_3_RELEASE



 That should be tag, not tags.

And you need a valid tag or his /usr/src will be wipped clean. I would never 
run a full release because security fixes are never added but RELENG_5_3 
would be all right.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: portupgrade core dump fix?

2004-11-02 Thread Kent Stewart
On Monday 01 November 2004 08:36 pm, dave wrote:
 Hello,
 New install of a 5.2.1 system, ports tree cvsupped to the latest. I was
 wondering if the problem with pkgdb core dumping with portupgrade is still
 occurring? If so, is there another port maintence tool equivalent? I was
 really not happy when the portindex port was withdrawn.
 Thanks.
 Dave.
  

If you search ports@, you would have found a number of solutions such as the 
following on, which I have in /usr/local/etc/pkgtools.conf

  ENV['PKG_DBDRIVER'] = bdb_hash 
  ENV['PORTS_DBDRIVER'] = bdb_hash

You probably only need to set the one for the PORTS_*

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: portupgrade core dump fix?

2004-11-02 Thread Kent Stewart
Lowell Gilbert wrote:
dave [EMAIL PROTECTED] writes:

   New install of a 5.2.1 system, ports tree cvsupped to the latest. I was
wondering if the problem with pkgdb core dumping with portupgrade is still
occurring? If so, is there another port maintence tool equivalent? I was
really not happy when the portindex port was withdrawn.

The actual bug is in the base system, not portupgrade.  It *has* been
fixed in the base system, so you could upgrade that...
IIRC, it wasn't considered a security problem and didn't get updated in 
the older releases.

Kent
--
Kent Stewart
Richland, WA
http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: message in my server

2004-11-02 Thread Kent Stewart
On Tuesday 02 November 2004 06:02 pm, sonjaya wrote:
 Dear all

 i see in monitor my server  , like this message:

 reply from 00:30:84:40:f6:3a on rl0
 arp: 172.18.14.40 is on rl1 but got reply from
 00:30:84:40:f3:ea on rl0
 arp: 172.18.14.11 is on rl1 but got reply from
 00:40:ca:2e:60:df on rl0
 arp: 172.18.9.5 is on rl1 but got reply from
 00:30:84:40:f0:74 on rl0
 arp: 172.18.5.80 is on rl1 but got reply from
 00:30:4f:1b:c0:19 on rl0
 arp: 172.18.13.52 is on rl1 but got reply from
 00:50:ba:c3:a2:6a on rl0
 arp: 172.18.2.141 is on rl1 but got reply from
 00:40:ca:2e:61:b8 on rl0
 arp: 172.18.5.11 is on rl1 but got reply from
 00:30:84:3c:9c:27 on rl0
 arp: 172.18.5.11 is on rl1 but got reply from
 00:30:84:3c:9c:27 on rl0
 arp: 172.18.2.141 is on rl1 but got reply from
 00:40:ca:2e:61:b8 on rl0
 arp: 172.18.3.228 is on rl1 but got reply from
 00:30:4f:1d:0d:2c on rl0
 arp: 172.18.5.11 is on rl1 but got reply from
 00:30:84:3c:9c:27 on rl0
 arp: 172.18.3.17 is on rl1 but got reply from
 00:01:03:c1:6b:65 on rl0
 arp: 172.18.3.17 is on rl1 but got reply from
 00:01:03:c1:6b:65 on rl0
 arp: 172.18.3.17 is on rl1 but got reply from
 00:01:03:c1:6b:65 on rl0
 arp: 172.18.2.215 is on rl1 but got reply from
 00:c0:26:64:10:22 on rl0
 arp: 172.18.13.52 is on rl1 but got reply from
 00:50:ba:c3:a2:6a on rl0
 arp: 172.18.2.215 is on rl1 but got reply from
 00:c0:26:64:10:22 on rl0
 arp: 172.18.2.215 is on rl1 but got reply from
 00:c0:26:64:10:22 on rl0
 arp: 172.18.3.17 is on rl1 but got reply from
 00:01:03:c1:6b:65 on rl0
 arp: 172.18.2.215 is on rl1 but got reply from
 00:c0:26:64:10:22 on rl0
 arp: 172.18.3.17 is on rl1 but got reply from
 00:01:03:c1:6b:65 on rl0
 arp: 172.18.2.215 is on rl1 but got reply from
 00:c0:26:64:10:22 on rl0

 how i dismis this message in my server because make
 the  log files bigger .
 thx

You have to install your network properly. When you have 2 NICs on the same 
wire, you get what you are seeing.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problems compiling mplayer from ports

2004-11-01 Thread Kent Stewart
On Monday 01 November 2004 06:41 am, Spiral Eyed Girl wrote:
 Hello, I am having problems compiling mplayer. I did a cvsup about 2 weeks
 ago, and just now tried to install mplayer. I did a make install in the
 mplayer ports dir, and got this message after a while:

 /usr/bin/ld: warning: libintl.so.5, needed by /usr/X11R6/lib/libgtk12.so,
 may conflict with l
 ibintl.so.6

It looks like gtk-1.2 was built with the old gettext. When they upgraded 
gettext a long time ago, you were supposed to rebuild everything that used 
it. For a date, see /usr/ports/UPDATING.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Fwd: problem with gtk2.0

2004-11-01 Thread Kent Stewart
On Monday 01 November 2004 08:27 am, Jonathon McKitrick wrote:
 This issue has been plaguing me for a while now.  Any idea what it could
 be?

 Here is the error I get building gtk20 from ports...
 Making all in stock-icons
 GDK_PIXBUF_MODULE_FILE=../../gdk-pixbuf/gdk-pixbuf.loaders
 ../../gdk-pixbuf/gdk-   pixbuf-csource
 --raw --build-list stoc   k_add_16
 ./stock_add_16.png   stock_add_24  .
 /stock_add_24.pngstock_align_center_16
 ./stock_align_center_16.   png
 stock_align_center_24  ./stock_align_center_24.png  stock_align_jus
 tify_16 ./stock_align_justify_16.png stock_align_justify_24
 ./stock_align_ju   stify_24.png
 stock_align_left_16./stock_align_left_16.pngstock_a
 lign_left_24./stock_align_left_24.pngstock_align_right_16
 ./stock_   align_right_16.png
 stock_align_right_24   ./stock_align_right_24.png stock
 _apply_20   ./stock_apply_20.png
 stock_cancel_20./stock_   cancel_20.png
 stock_dnd_multiple_32  ./stock_dnd_multiple_32.png  sto
 ck_bottom_16./stock_bottom_16.png
 stock_bottom_24./stock_   bottom_24.png
 stock_cdrom_16 ./stock_cdrom_16.png stock_c
 drom_24 ./stock_cdrom_24.png stock_clear_24
 ./stock_   clear_24.png
 stock_close_20 ./stock_close_20.png stock_c
 lose_24 ./stock_close_24.png stock_colorselector_24
 ./stock_   colorselector_24.png
 stock_color_picker_25  ./stock_color_picker_25.png  gt
 kstockpixbufs.h ||   ( rm -f gtkstockpixbufs.h  false )
 rcmdsh: unknown user: D|${PjVh
{D FX
 Bus error (core dumped)
 *** Error code 1

 Stop in /usr/ports/x11-toolkits/gtk20/work/gtk+-2.4.0/gtk/stock-icons.
 *** Error code 1

 Stop in /usr/ports/x11-toolkits/gtk20/work/gtk+-2.4.0/gtk.
 *** Error code 1

 Stop in /usr/ports/x11-toolkits/gtk20/work/gtk+-2.4.0/gtk.
 *** Error code 1

 Stop in /usr/ports/x11-toolkits/gtk20/work/gtk+-2.4.0.
 *** Error code 1

 Stop in /usr/ports/x11-toolkits/gtk20/work/gtk+-2.4.0.
 *** Error code 1

 Stop in /usr/ports/x11-toolkits/gtk20.
 root:...ports/x11-toolkits/gtk20#

 Any ideas???
 I am stuck, I've tried all I know.

 NOTE: Please CC me, as I am not currently subscribed.  Thanks.

Are you using something like bash on 5.3? If not, what is the envirornment. 

You should have seen a line like

GDK_PIXBUF_MODULE_FILE=../../gdk-pixbuf/gdk-pixbuf.loaders 
../../gdk-pixbuf/gdk-pixbuf-csource

Haven't you had problems with  rcmdsh: unknown user in the past. I would 
think that is was similar to a signal 11 on a buildworld but I wouldn't bet 
any money :).

Kent


 jm
 --
 My other computer is your windows box.

 - End forwarded message -


 jm

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to print to hp JetDirect/LaserJet 1300 Network printer?

2004-10-30 Thread Kent Stewart
On Saturday 30 October 2004 12:56 pm, Jay O'Brien wrote:
 I'm confused, as there seem to be many conflicting directions
 out there. http://Linuxprinting.org is overwhelming.

 I'm a new user of 4.10. I want to print to my hp 1300 LaserJet,
 which has a JetDirect network server and is connected to my LAN.
 The Win machines on the LAN print fine to the printer.

 The printer is assigned the fixed IP 192.168.1.40. I can ping
 that address from my FreeBSD computer.

 Suggestions?

It is about as simple a printer to print to that you can get. On the other 
hand, you have problems configuring all possibilities. I use

lp|HPLJ2:\
:lp=:\
:rm=psrvr:\
:rp=L1:\
:if=/var/spool/lpd/lj.sh:\
:lf=/var/log/lpd-errs:\
:sd=/var/spool/lpd:\
:mx#0
for my printcap entries. I have a netgear printsever and it is l1 on the 
server. I can't lp a file because it stairsteps but I want to print from 
kword and don't have any problem.

Kent


 Jay O'Brien
 Rio Linda, CA USA

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

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to print to hp JetDirect/LaserJet 1300 Network printer?

2004-10-30 Thread Kent Stewart
On Saturday 30 October 2004 01:34 pm, Jay O'Brien wrote:
 Kent Stewart wrote:
  On Saturday 30 October 2004 12:56 pm, Jay O'Brien wrote:
 I'm confused, as there seem to be many conflicting directions
 out there. http://Linuxprinting.org is overwhelming.
 
 I'm a new user of 4.10. I want to print to my hp 1300 LaserJet,
 which has a JetDirect network server and is connected to my LAN.
 The Win machines on the LAN print fine to the printer.
 
 The printer is assigned the fixed IP 192.168.1.40. I can ping
 that address from my FreeBSD computer.
 
 Suggestions?
 
  It is about as simple a printer to print to that you can get. On the
  other hand, you have problems configuring all possibilities. I use
 
  lp|HPLJ2:\
 
  :lp=:\
  :rm=psrvr:\
  :rp=L1:\
  :if=/var/spool/lpd/lj.sh:\
  :lf=/var/log/lpd-errs:\
  :sd=/var/spool/lpd:\
  :mx#0
 
  for my printcap entries. I have a netgear printsever and it is l1 on the
  server. I can't lp a file because it stairsteps but I want to print from
  kword and don't have any problem.
 
  Kent
 
 Jay O'Brien
 Rio Linda, CA USA

 Kent,

 How does that send the files to be printed to 192.168.1.40?

psrvr is in my hosts table.


 Stairsteps?

That is where you need a cr but only get a lf. With Unix only sending a 
linefeed, it walks across and down the page like stairs.

Kent


 Jay

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Sound volume in KDE3.3

2004-10-29 Thread Kent Stewart
On Friday 29 October 2004 02:06 pm, Andreas Davour wrote:
 Since I did my last cvsup I have had many annoying problems, many
 related to firefox. This about KDE is even more annoying.

 So, is there any permanent solution to the KDE setting my volume to 0?
 I saw some reply to the problem about removing a file somewhere, which
 didn't stop the volume from reset to zero after a reboot.

 Can I make kmix remember my settings somehow? I'm beginning to tired of
 running kmix every time I start up just to raise the volume.


That is one of the configuration options.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Sound volume in KDE3.3

2004-10-29 Thread Kent Stewart
On Friday 29 October 2004 02:37 pm, Andreas Davour wrote:
 On Fri, 29 Oct 2004, Kent Stewart wrote:
  On Friday 29 October 2004 02:06 pm, Andreas Davour wrote:
  Since I did my last cvsup I have had many annoying problems, many
  related to firefox. This about KDE is even more annoying.
 
  So, is there any permanent solution to the KDE setting my volume to 0?
  I saw some reply to the problem about removing a file somewhere, which
  didn't stop the volume from reset to zero after a reboot.
 
  Can I make kmix remember my settings somehow? I'm beginning to tired of
  running kmix every time I start up just to raise the volume.
 
  That is one of the configuration options.

 You're refering to the Restore volumes on login clickbox? I tried
 that, and it didn't work. That's why I'm getting annoyed. Maybe I should
 just pkg_delete both firefox and KDE and start over then.


Yes, that is the option. I have had irritating things happen and finally 
deleted the .kde directory in my home spot. You have to prepare because you 
lose all of your bookmarks and etc. and you want to back them up. It usually 
turned out to be something else such as power options but you never know.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cannot mount w2k partition

2004-10-28 Thread Kent Stewart
On Thursday 28 October 2004 09:48 pm, Jian Guang Xu wrote:
 I have a dual booting system with w2k and freebsd. Under sysinstall,
 the disk partition configuration follows:

 Disk name:  ad0FDISK Partition
 Editor DISK Geometry:  4866 cyls/255 heads/63 sectors = 78172290 sectors
 (38170MB)

 Offset   Size(ST)End Name  PType   Desc  Subtype   
 Flags

  0 63 62- 12 unused0
 63   15454467   15454529ad0s1  4 NTFS/HPFS/QNX7
   15454530   35776755   51231284ad0s2  4 extended DOS, LBA   15
   51231285   26941005   78172289ad0s3  8freebsd  165
   78172290   5502   78177791- 12 unused0


 My problem is that in my second Primary Partion ad0s2 (which  is
 extended partition under w2k), I have two partitions which are D:
 drive as in NTFS and E: drive as in FAT32 file system.  But I can't
 separate them under freeBSD:

The extended start at 5. So, you should be trying ad0s5 for d and ad0s6 for e.

Kent

 PEARLBSD# ls /dev/ad0*
 /dev/ad0/dev/ad0s2  /dev/ad0s3a /dev/ad0s3c
 /dev/ad0s3e /dev/ad0s5
 /dev/ad0s1  /dev/ad0s3  /dev/ad0s3b /dev/ad0s3d
 /dev/ad0s3f /dev/ad0s6

 There is no such a thing as /dev/ad0s2a and /dev/ad0s2b. What I want
 is to mount my E: drive but i can't.
 PEARLBSD# mount -t msdos /dev/ad0s2 /mnt/E
 msdosfs: /dev/ad0s2: Invalid argument
 PEARLBSD# mount -t ntfs /dev/ad0s2 /mnt/E
 ntfs: /dev/ad0s2: Invalid argument

 I do can mount /dev/ad0s1 which is my C: drive:
 PEARLBSD# mount -t ntfs /dev/ad0s1 /mnt/E
 PEARLBSD# cd /mnt/E
 PEARLBSD# ls
 $AttrDefCONFIG.SYS  WUTemp
 $BadClusDocuments and Settings 
 ZinioInstall.txt $Bitmap Downloads 
  arcldr.exe $Boot   IO.SYS 
 arcsetup.exe $Extend MSDOS.SYS 
  boot.ini $LogFileMy Music 
   bootex.log $MFTMirrNTDETECT.COM  
  bootfont.bin $Secure Program Files
   ntldr $UpCase RECYCLER   
 odbcconf.log $Volume System Volume Information
 AUTOEXEC.BATWINNT


 Can somebody help me with that?

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

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: updating packages

2004-10-18 Thread Kent Stewart
On Monday 18 October 2004 11:27 am, Duane Winner wrote:
 Hello,

 Is there a simple way to upgrade packages on machines with packages
 built on other machines?

 Example:

 I have eight machines that have jdk-1.4.2p6_4.
 On one of the machines I have done a portupgrade jdk, and now have
 jdk-1.4.2p6_5.
 I then did a pkg_create -b jdk-1.4.2p6_5 and have a jdk-1.4.2p6_5.tgz.
 I copied jdk-1.4.2p6_5.tgz to the other seven machines.

 Now how can I upgrade jdk on the others?

 I have noticed for at least a few months now that pkg_update is no
 longer with us, and found a message somewhere that it has been removed
 do to problems/non-maintainence, and that most people are using
 portupgrade these days.

 Is there a way I can upgrade the packages on other machines without
 having to a pkg_delete first, then a pkg_add?

You /usr/ports needs to be a copy of your install system along with  a current 
set of INDEX*. Then, all you do is portupgrade -P jdk.

The have to be the same OS version. For example, you don't upgrade a port on 
the 5.x machine from a 4.x build or vice versa.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Make search broke?

2004-10-12 Thread Kent Stewart
On Tuesday 12 October 2004 08:45 pm, Ralph M. Los wrote:
 Hi,
  I've been losing my mind over this I even rm -rf 'd my
 /usr/ports and downloaded a new tarball... but still, something's
 borked.  I was looking at samba versions, and happened to do a make
 search name=samba, from my /usr/ports directory.  I got this back..

 Port:   samba-2.2.8a_1
 Path:   /usr/ports/net/samba
 Info:   A free SMB and CIFS client and server for UNIX
 Maint:  [EMAIL PROTECTED]
 B-deps: autoconf-2.13.000227_5 cups-base-1.1.20.0 expat-1.95.7
 gettext-0.13.1_1 gmake-3.80_2 jpeg-6b_1 libiconv-1.9.1_3 libtool-1.3.5_2
 m4-1.4_1 perl-5.8.2_5 png-1.2.5_3 popt-1.6.4_2 tiff-3.6.1_1
 R-deps: cups-base-1.1.20.0 expat-1.95.7 gettext-0.13.1_1 jpeg-6b_1
 libiconv-1.9.1_3 perl-5.8.2_5 png-1.2.5_3 popt-1.6.4_2 tiff-3.6.1_1

 OK... fine, then I went and cvs up'd and did the same thing again
 Same result.  Weird, because I remember installing from ports
 /usr/ports/net/samba and smbd -V yielded 2.2.11 (something), not
 2.2.8!?  So, I rm -rf 'd my /usr/ports and downloaded a new tarball,
 tar zxvf 'd it back into /usr, and voila! Same thing.  What the hell
 am I doing wrong here?

Did you rebuild your INDEX* after you cvsup'ed. It doesn't matter right now 
for the search because OpenOffice is trashing the make index. A manual 
install should yield

Port:   samba-2.2.12
Path:   /usr/ports/net/samba
Info:   A free SMB and CIFS client and server for UNIX
Maint:  [EMAIL PROTECTED]
Index:  net
B-deps: autoconf-2.13.000227_5 cups-base-1.1.20.0 expat-1.95.8 gettext-
0.13.1_1 gmake-3.80_2 jpeg-6b_3 libiconv-1.9.2_1 libtool-1.3.5_2 m4-
1.4.1 perl-5.8.5 png-1.2.6 popt-1.7 tiff-3.6.1_2
R-deps: cups-base-1.1.20.0 expat-1.95.8 gettext-0.13.1_1 jpeg-6b_3 libiconv-
1.9.2_1 perl-5.8.5 png-1.2.6 popt-1.7 tiff-3.6.1_2

or

Port:   samba-3.0.7,1
Path:   /usr/ports/net/samba3
Info:   A free SMB and CIFS client and server for UNIX
Maint:  [EMAIL PROTECTED]
Index:  net
B-deps: autoconf-2.59_2 expat-1.95.8 gettext-0.13.1_1 libiconv-1.9.2_1 m4-
1.4.1 openldap-client-2.2.17 openssl-0.9.7d_1 perl-5.8.5 popt-1.7
R-deps: expat-1.95.8 gettext-0.13.1_1 libiconv-1.9.2_1 openldap-client-2.2.17
openssl-0.9.7d_1 popt-1.7 rc_subr-1.31


Kent

 -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 +  Ralph | Internet Systems  Security   +
 +   Boundariez.com   | -Specializing in Paranoia-  +
 -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 +  ralph[!at]boundariez[dot!]com |  Never understimate the power +
 +AIM: SekurityWizard | stupid people +
 +ICQ: 2206039|in large groups+
 -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

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

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: portversion / ruby is broken after updating ports

2004-10-03 Thread Kent Stewart
On Sunday 03 October 2004 11:45 am, robg wrote:
 I update my ports every couple of days, and there were only a small
 amount today that needed to be updated, so I ran the cvsup to update
 ports file

 I then typed `portsdb -Uu` and this came up:

 server# portsdb -Uu
 Updating the ports index ... Generating INDEX.tmp - please wait..***
 Error code 1
 1 error


When I did a cvsup of ports-all, what I saw on a make index was the following

# make index
Generating INDEX - please wait..test: : unexpected operator
Warning: Duplicate INDEX entry: freeciv-gtk2-1.14.1
Warning: Duplicate INDEX entry: fvwm-imlib-2.4.18
 Done.

It appears that make index, which is what portsdb -U runs, doesn't like your 
setup. Do you have any ports that you refuse.

 
 Before reporting this error, verify that you are running a supported
 version of FreeBSD (see http://www.FreeBSD.org/ports/) and that you
 have a complete and up-to-date ports collection.  (INDEX builds are
 not supported with partial or out-of-date ports collections -- in
 particular, if you are using cvsup, you must cvsup the ports-all
 collection, and have no refuse files.)  If that is the case, then
 report the failure to [EMAIL PROTECTED] together with relevant
 details of your ports configuration (including FreeBSD version,
 your architecture, your environment, and your /etc/make.conf
 settings, especially compiler flags and WITH/WITHOUT settings).

 Note: the latest pre-generated version of INDEX may be fetched
 automatically with make fetchindex.
 

 *** Error code 1

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

 Stop in /usr/ports.
 failed to generate INDEX!
 portsdb: index generation error
 server#

 so I tried to run `portversion` and this came up:

 server# portversion
 [Updating the portsdb format:bdb1_btree in /usr/ports ... - 11735
 port entries found .100
 0.2000.3000.4000.5000.6000.
7000.8000/us r/local/lib/ruby/site_ruby/1.8/portsdb.rb:587:
 [BUG] Segmentation fault ruby 1.8.2 (2004-07-29) [i386-freebsd5]

 Abort (core dumped)
 server#

 What can I do? Why is ruby doing this now?

Since make index died, it is anybodys guess. When all of the problems 
occured, I added the following to /usr/local/etc/pkgtools.conf

  ENV['PKG_DBDRIVER'] = bdb_hash
  ENV['PORTS_DBDRIVER'] = bdb_hash

I thought this problem was fixed but I was only vacation during that time and 
my email machine had a HD crash. Webmail didn't let me sort things out :).

Kent


 Thanks.

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Is there a way to clean up the ports database without a lot of manual intervention?

2004-10-02 Thread kent
On Saturday 02 October 2004 11:49 am, Doug Lee wrote:
 I have reason to believe I've made some mistakes trying to run pkgdb
 -F to clean up a couple ports trees on different FreeBSD systems I
 run.  I confess I've never fully understood how to answer some of the
 prompts during that process.  Also though, my ports tree was formed
 before portupgrade/portinstall were available, so I have some ports
 that were installed via a simple make install, some by
 portinstall/portupgrade, some I installed first with make install
 and then tried to upgrade with portupgrade, etc.

I like the information provided by portsearch. You can find it 
in /usr/ports/Tools/scripts. I created an alias called search, which is 
equated to 'portsearch -n $1'. It is handy when you are told to run pkgdb 
-F because you can see what the index thinks the port should be linked to 
and not the strange link you are provided with as a choice at times. I only 
see the strange choice when the port it needs is not installed. The easy way 
out for me is to install the missing port manually.


 Is there a process I can run that will make the database consistent
 again so I can install/upgrade ports without error?  I don't care if
 it takes two days to run. :-)  I also know I may be asking the
 impossible here, but I figure it doesn't hurt to try.

I think that pkgdb -fu is going to be the only automated recovery.

Kent


 Please email responses directly to me so they don't get lost in
 traffic.

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: installworld touch: not found

2004-09-29 Thread kent
On Wednesday 29 September 2004 01:35 pm, Markie wrote:
 Hi,

 I just got this error when I went to installworld on my laptop. Google came
 up with an incorrect time/date and unmounted NFS, but my date and time are
 correct and I am not using NFS. I changed newvers.sh to /usr/bin/touch
 instead and it's working, is this safe to do? Will I encounter any weird
 problems? Never had this problem before...

I won't comment on what you did as a fix.

Another possibility is that you are running a cmos clock with local time. You 
need to run adjkerntz -i before you do anything. See /usr/src/UPDATING

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: installworld touch: not found

2004-09-29 Thread kent
On Wednesday 29 September 2004 02:15 pm, Markie wrote:
 - Original Message -
 From: kent [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Cc: Markie [EMAIL PROTECTED]
 Sent: Wednesday, September 29, 2004 9:48 PM
 Subject: Re: installworld touch: not found

 | On Wednesday 29 September 2004 01:35 pm, Markie wrote:
 |  Hi,
 | 
 |  I just got this error when I went to installworld on my laptop. Google

 came

 |  up with an incorrect time/date and unmounted NFS, but my date and time

 are

 |  correct and I am not using NFS. I changed newvers.sh to /usr/bin/touch
 |  instead and it's working, is this safe to do? Will I encounter any

 weird

 |  problems? Never had this problem before...
 |
 | I won't comment on what you did as a fix.

 Oops! I guess it wasn't the greatest idea in the world then? You can call
 me stupid, I don't mind :) It seems to be running fine... but if I really
 shouldn't have done that can I just do another buildworld?

Touch is important to the system and you really don't want to run newver.sh 
instead of it.


 | Another possibility is that you are running a cmos clock with local time.

 You

 | need to run adjkerntz -i before you do anything. See /usr/src/UPDATING

 What am I looking at in UPDATING? I don't see anything recent related to
 adjkerntz... but I just ran it anyway. Should it have changed my time or
 date? It didn't seem to do much?

If you are running wall clock time, it sets your timezone so that the system 
knows the UTC creation time of the src. The touch problem usually occurs 
because something you have created appears to be older than code you imported 
using cvsup. When you set the timezone, the imported source code is now older 
than the created file and make is happy.

Look at UPDATING and do a search on adjkerntz. You will find it in 1 or 2 
attempts.

Kent


 | Kent
 |
 | --
 | Kent Stewart
 | Richland, WA
 |
 | http://users.owt.com/kstewart/index.html

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

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: error in make phase while compiling kernel

2004-08-12 Thread Kent Stewart
On Thursday 12 August 2004 02:43 am, ashadul hoque wrote:
 Hi everyone

 I am observing the following error messages of the following type
 while compiling custom kernel.

 umass.o: In function 'umass_cam_detach_sim':
 umass.o(.test+0x1a5c): undefined reference to 'xpt_bus_deregister'
 umass.o(.test+0x1a78): undefined reference to 'cam_sim_free'

 What is the reason?



You commented out too much. Read the requirements on umass in the 
GENERIC config file and either add them back or comment out the line 
with umass on it..

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: burning mp3's

2004-08-07 Thread Kent Stewart
On Saturday 07 August 2004 08:40 pm, dave wrote:
 Hello,
 Simple question probably, i want to burn about 690 mb of mp3's to
 disk. To date i've only used cdrecord to make either audio .wav disks
 or data disks, make an iso, then burn that iso to disk. I'm wondering
 if there's a howto on mp3 burning?
 Thanks.


If you have burned a data disk with directories, you know howto.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Mozilla builds 4.10 vs. 5.2

2004-07-31 Thread Kent Stewart
On Saturday 31 July 2004 06:49 am, Louis LeBlanc wrote:
 Hey all.  I'm finishing up my RELENG_5_2 box, hoping to swap it in
 tomorrow, and I'm a little confused.

 Mozilla 1.7 seems to build just fine in 4.10, but claims to be broken
 in 5.2.  It seems to have a problem with Calendar support.

 While poking through the ports directory, I noticed that there are 2
 index files (INDEX and INDEX-5).  Now I haven't really researched
 this yet, so feel free to point out the FM if that's discussed
 somewhere.

INDEX is for 4.x and INDEX-5 is for 5.x. When you upgrade and do 
a ../ports make index, you build the appropriate one.

KEnt


 My question though, is whether anyone has managed to get Mozilla
 building without hacking up the Makefile (which still only gives the
 Mozilla browser, nothing else).

 TIA
 Lou

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: error

2004-07-28 Thread Kent Stewart
On Wednesday 28 July 2004 01:07 pm, Jacek Woniczak wrote:
 I have a following error (make)

 linking kernel
 umass.o: In function `umass_cam_attach_sim':
 umass.o(.text+0x17e3): undefined reference to `cam_simq_alloc'
 umass.o(.text+0x1834): undefined reference to `cam_sim_alloc'
 umass.o(.text+0x1843): undefined reference to `cam_simq_free'
 umass.o(.text+0x1865): undefined reference to `xpt_bus_register'
 umass.o: In function `umass_cam_rescan_callback':
 umass.o(.text+0x1893): undefined reference to `xpt_free_path'
 umass.o: In function `umass_cam_rescan':
 umass.o(.text+0x1908): undefined reference to `xpt_periph'
 umass.o(.text+0x1917): undefined reference to `xpt_create_path'
 umass.o(.text+0x1933): undefined reference to `xpt_setup_ccb'
 umass.o(.text+0x1950): undefined reference to `xpt_action'
 umass.o: In function `umass_cam_detach_sim':
 umass.o(.text+0x1a5c): undefined reference to `xpt_bus_deregister'
 umass.o(.text+0x1a78): undefined reference to `cam_sim_free'
 umass.o: In function `umass_cam_action':
 umass.o(.text+0x1e60): undefined reference to `cam_calc_geometry'
 umass.o(.text+0x1e71): undefined reference to `xpt_done'
 umass.o: In function `umass_cam_cb':
 umass.o(.text+0x1feb): undefined reference to `xpt_done'
 umass.o: In function `umass_cam_sense_cb':
 umass.o(.text+0x2154): undefined reference to `xpt_done'
 umass.o: In function `umass_cam_quirk_cb':
 umass.o(.text+0x218b): undefined reference to `xpt_done'
 *** Error code 1


You commented out too much. Read the requirements for umass in the 
kernel config file. If you don't need umass, coment it out too. 

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD 4.10 pkg_add Shared object libssl.so.3 not found?

2004-07-27 Thread Kent Stewart
On Tuesday 27 July 2004 05:45 am, Duggan wrote:
 I am new to FreeBSD and am using it as linux has a problem with my
 setup that I was unable to resolve.  Anyways, I am liking what I have
 read about FreeBSD.

 I am a bit of a control freak and did a custom install of FreeBSD
 4.10 over the net with the required package and all the support docs.
  I went to install links and this is what happened:

 EJINSIDE# pkg_add -r links
 /usr/libexec/ld-elf.so.1: Shared object libssl.so.3 not found

 I decide to try and do the the same to get bash and the exact same
 thing happened.

 I did a google search and found an identical error posted on some
 russian BSD forums, however I was unable interpret the dialog.  I
 also found other errors that were similar but with different files. 
 Being new to FreeBSD these did make much sense to me.

 So this brings me to the crux of the matter.  How do I find out what
 exactly is wrong? and how do I fix it?

 Any help appreciated.

Have you turned off some features via /etc/make.conf or didn't cvsup 
src-all.

I have a
/usr/obj/usr/src/i386/usr/lib/libssl.so.3

which was produced in my last buildworld and added to /usr/lib.

Kent


 Elijah
 /[EMAIL PROTECTED] (not a subscriber so email me directly as well
 as the list)/
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD 4.10 pkg_add Shared object libssl.so.3 not found?

2004-07-27 Thread Kent Stewart
On Tuesday 27 July 2004 06:16 am, Duggan wrote:
 I tried cvsup src-all just now and it says command not found.


Cvsup is a port that you would have to add to your system. Before you 
worry about what you have, you might read Chapters 4 and 19 of the 
Handbook at
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html

There are a number of possibilities. You might not have installed all of 
the sources and features that you needed when you created the system. 
There is a cvsup tag of RELENG_4_10 that will follow the security tree 
for 4.10. 

Most of these operations are easy once you have a basic understanding of 
the process of maintaining a system. There is a freebsd-newbies list 
that might help get you started.

Since the system can't find the library you are having problems with, it 
becomes a function of what is the easiest way to get it working. It 
looks like you chose to little when you did the install.  Being a 
control freak is ok but when you are getting started, a custom install 
may not work.

Using cvsup to grab the latest code and then following the instructions 
in Chapter 19 is one way of doing this. Other people may have different 
ideas and I don't know what would be the fastest on your end. 

Kent


 Elijah

 Kent Stewart wrote:
 On Tuesday 27 July 2004 05:45 am, Duggan wrote:
 I am new to FreeBSD and am using it as linux has a problem with my
 setup that I was unable to resolve.  Anyways, I am liking what I
  have read about FreeBSD.
 
 I am a bit of a control freak and did a custom install of FreeBSD
 4.10 over the net with the required package and all the support
  docs. I went to install links and this is what happened:
 
 EJINSIDE# pkg_add -r links
 /usr/libexec/ld-elf.so.1: Shared object libssl.so.3 not found
 
 I decide to try and do the the same to get bash and the exact same
 thing happened.
 
 I did a google search and found an identical error posted on some
 russian BSD forums, however I was unable interpret the dialog.  I
 also found other errors that were similar but with different files.
 Being new to FreeBSD these did make much sense to me.
 
 So this brings me to the crux of the matter.  How do I find out
  what exactly is wrong? and how do I fix it?
 
 Any help appreciated.
 
 Have you turned off some features via /etc/make.conf or didn't cvsup
 src-all.
 
 I have a
 /usr/obj/usr/src/i386/usr/lib/libssl.so.3
 
 which was produced in my last buildworld and added to /usr/lib.
 
 Kent
 
 Elijah
 /[EMAIL PROTECTED] (not a subscriber so email me directly as well
 as the list)/
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

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

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: portupgrade(1) kde fails

2004-07-26 Thread Kent Stewart
On Monday 26 July 2004 05:20 am, Mark Ovens wrote:
 I'm trying to upgrade kde (the meta-port), 3.1.2-3.2.3_1 using
 portupgrade(1) but it fails trying to install kdelibs.

 Can anyone shed any light on what's wrong?

 FreeBSD redshift 5.2-CURRENT FreeBSD 5.2-CURRENT #2: Sun Jul 25
 19:19:46 BST 2004 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/REDSHIFT 
 i386

 /home/mark{106}# pkg_info | grep kde

 kde-3.1.2   The meta-port for KDE
 kdebase-3.1.2   This package provides the basic applications for
 the KDE sy
 kdegames-3.1.2  Games for the KDE integrated X11 desktop
 kdegraphics-3.1.2   Graphics utilities for the KDE3 integrated X11
 desktop kdelibs-3.1.2   This is the base set of libraries needed
 by KDE programs kdemultimedia-3.1.2 Multimedia utilities for the KDE
 integrated X11 desktop kdenetwork-3.1.2Network-related programs
 and modules for KDE kdesdk-3.1.4KDE Software Development Kit
 kdeutils-3.1.2  Utilities for the KDE integrated X11 desktop
 xmms-kde-3.0.0  Integrates XMMS into the KDE3 Panel
 /home/mark{107}#

 /home/mark{107}# portupgrade -Rv kde-3.1.2

 [snip successful build of dependencies and kdelibs]

 pkg_delete: unable to completely remove directory
 '/usr/local/share/servicetypes'

 [snip lots of similar lines]

 pkg_delete: unable to completely remove directory
 '/usr/local/include/kate' rmdir: /usr/local/include/arts: Directory
 not empty
 pkg_delete: couldn't entirely delete package (perhaps the packing
 list is incorrectly specified?)
 [Updating the pkgdb format:bdb1_btree in /var/db/pkg ... - 148
 packages found (-1 +0) (...) done]
 ---  Uninstallation of kdelibs-3.1.2 ended at: Mon, 26 Jul 2004
 13:12:26 +0100 (consumed 00:00:28)
 ---  Installation of x11/kdelibs3 started at: Mon, 26 Jul 2004
 13:12:26 +0100
 ---  Installing the new version via the port
 ===  Installing for kdelibs-3.2.3_1

 ===  kdelibs-3.2.3_1 conflicts with installed package(s):
kdebase-3.1.2

They install files into the same place.
Please remove them first with pkg_delete(1).
 *** Error code 1



It told you what to do right here. You can't directly upgrade to the 
next level because of the file shift.

Kent


-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: portupgrade(1) kde fails

2004-07-26 Thread Kent Stewart
On Monday 26 July 2004 07:33 am, Mark Ovens wrote:
 Kent Stewart wrote:
  Hi Mark,
 
  On a 2nd read, I thought I was kind of sharp.

 No problem. I saw the message:

   ===  kdelibs-3.2.3_1 conflicts with installed package(s):
 kdebase-3.1.2

 They install files into the same place.
 Please remove them first with pkg_delete(1).
 *** Error code 1

 but it seemed misleading because I thought that portupgrade(1)
 pkg_delete-ed the old version (after first backing up the files) -
 obviously not.

  What you have is a similar
  problem to the old problem with  XFree86-server and -libraries. You
  update -libraries, which contain the new files, and then you delete
  them when you update -server. Then, nothing would update because
  files were missing.
 
  There were a number of comments on -questions or -ports when this
  first happened.

 Yes, I'd searched the mailing lists (for KDE problems, not XFree86)
 but didn't find anything that seemd relevant, although after your
 reply some of them make sense now.

  You might get by just deleting kdebase.

 Delete kde-libs surely?

Kdelibs has the new files and when you try to update kdebase later, it 
messes up the install. That is why you have to delete kdebase first. If 
the files had been moved from kdelibs into kdebase, it wouldn't have 
mattered.


 Is this a limitation/shortcoming/bug of portupgrade(1)? Is the whole
 point of it ot that it handles, often complex, dependencies for you?

Portupgrade doesn't deal with the situation with large projects such as 
KDE when files or tools are moved from a lower port into one required 
as a base port such as kdelibs. I don't think it could deal with it.

I always build packages and can just reinstall the one that I just 
trashed.

Kent


 Thanks for the reply.

 Regards,

 Mark

  Kent
 
  On Monday 26 July 2004 05:40 am, Kent Stewart wrote:
  On Monday 26 July 2004 05:20 am, Mark Ovens wrote:
   I'm trying to upgrade kde (the meta-port), 3.1.2-3.2.3_1 using
   portupgrade(1) but it fails trying to install kdelibs.
  
   Can anyone shed any light on what's wrong?
  
   FreeBSD redshift 5.2-CURRENT FreeBSD 5.2-CURRENT #2: Sun Jul 25
   19:19:46 BST 2004
   [EMAIL PROTECTED]:/usr/obj/usr/src/sys/REDSHIFT i386
  
   /home/mark{106}# pkg_info | grep kde
  
   kde-3.1.2   The meta-port for KDE
   kdebase-3.1.2   This package provides the basic applications
   for the KDE sy
   kdegames-3.1.2  Games for the KDE integrated X11 desktop
   kdegraphics-3.1.2   Graphics utilities for the KDE3 integrated
   X11 desktop kdelibs-3.1.2   This is the base set of
   libraries needed by KDE programs kdemultimedia-3.1.2 Multimedia
   utilities for the KDE integrated X11 desktop kdenetwork-3.1.2   
   Network-related programs and modules for KDE kdesdk-3.1.4   
   KDE Software Development Kit kdeutils-3.1.2  Utilities for
   the KDE integrated X11 desktop xmms-kde-3.0.0  Integrates
   XMMS into the KDE3 Panel
   /home/mark{107}#
  
   /home/mark{107}# portupgrade -Rv kde-3.1.2
  
   [snip successful build of dependencies and kdelibs]
  
   pkg_delete: unable to completely remove directory
   '/usr/local/share/servicetypes'
  
   [snip lots of similar lines]
  
   pkg_delete: unable to completely remove directory
   '/usr/local/include/kate' rmdir: /usr/local/include/arts:
   Directory not empty
   pkg_delete: couldn't entirely delete package (perhaps the
   packing list is incorrectly specified?)
   [Updating the pkgdb format:bdb1_btree in /var/db/pkg ... - 148
   packages found (-1 +0) (...) done]
   ---  Uninstallation of kdelibs-3.1.2 ended at: Mon, 26 Jul 2004
   13:12:26 +0100 (consumed 00:00:28)
   ---  Installation of x11/kdelibs3 started at: Mon, 26 Jul 2004
   13:12:26 +0100
   ---  Installing the new version via the port
   ===  Installing for kdelibs-3.2.3_1
  
   ===  kdelibs-3.2.3_1 conflicts with installed package(s):
  kdebase-3.1.2
  
  They install files into the same place.
  Please remove them first with pkg_delete(1).
   *** Error code 1
 
  It told you what to do right here. You can't directly upgrade to
  the next level because of the file shift.
 
  Kent

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

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Gnome2 port on AMD64 5.2.1

2004-07-26 Thread Kent Stewart
On Monday 26 July 2004 11:20 am, Richard W Williams wrote:
 I am trying to build the Gnome2 port but I'm stuck trying to fetch
 Hermes-1.3.3.tar.bz2 from the default www.clanlib.org or from
 ftp.freebsd.org.  Neither source will respond.


http://distro.ibiblio.org/pub/linux/distributions/sorcerer/sources/Hermes/1.3.3/

I did a web search and found that copy. The md5 agrees with what is in 
the Hermes distinfo.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Duplicate INDEX entry

2004-07-25 Thread Kent Stewart
On Sunday 25 July 2004 07:24 am, Anders Mansson wrote:
 Hi! When trying to update my ports with 'portsdb -Uu', I get the
 following error message:

 Updating the ports index ... Generating INDEX.tmp - please
 wait..Warning: Duplicate INDEX entry: freeciv-gtk2-1.14.1
 Warning: Duplicate INDEX entry: fvwm-imlib-2.4.18
  Done.
 done
 [Updating the portsdb format:bdb1_btree in /usr/ports ... - 11406
 port entries found
 .1000.2000.3000.4000.5000
.6000.7000.8000.9000.1
.11000 . done]

 Can someone please explaine what this means and how to remedy it?


You have something installed that looks identical to those ports. I get 
the same messages and ignor them.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: new guy has a perl/port question

2004-07-22 Thread Kent Stewart
On Friday 23 July 2004 01:41 am, Steve wrote:
 how do i upgrade fbsd 4.9 perl 5.8.0 installed from ports, to perl
 5.8.4 

portupgrade perl
use.perl port
portupgrade -f p5\*

It is all in /usr/ports/UPDATING

You also need to 
portupgrade -f automake
with the p5- stuff

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ports-collection borked?

2004-07-21 Thread Kent Stewart
On Wednesday 21 July 2004 11:57 am, Svein Halvor Halvorsen wrote:
 When rebuilding the index after cvsup-ing the ports collection I get
 lots and lots of these lines:

 /usr/ports/INDEX-5:11379:Port info line must consist of 10 fields.


 This from a 15 min old port collection. The same happened earlier
 today (which is why I retried just now). Is this a local problem, or
 is the collection borken. Is there anything I could do locally?



Your make.conf and installed ports can affect the INDEX build. The USE_ 
or WITH_ adds features. My make.conf files don't have anything of that 
nature.

FWIW, I grabbed the cvsup16 1900 UTC update and had no problems building 
an INDEX on 4-stable or 5-current. Right now, I use portindex to build 
INDEX[-5]. The messages like you were seeing were occuring yesterday I 
tried a make index on 4-stable around 0700 UTC and didn't have any 
problem with it.

KEnt

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: jdk and disk space

2004-07-21 Thread Kent Stewart
On Wednesday 21 July 2004 02:10 pm, Radu MOLNAR wrote:
 How much space is required to compile jdk14?



I don't remember if it is the native or the linux version that tells you 
before it starts. What I remember reading is around 1.8 GB.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ports-collection borked?

2004-07-21 Thread Kent Stewart
On Wednesday 21 July 2004 01:00 pm, Dan Rue wrote:
 On Wed, Jul 21, 2004 at 12:47:29PM -0700, 3BSD wrote:
  On Wed, 21 Jul 2004 20:57:25 +0200 (CEST), Svein Halvor Halvorsen
 
  [EMAIL PROTECTED] wrote:
   When rebuilding the index after cvsup-ing the ports collection I
   get lots and lots of these lines:
  
   /usr/ports/INDEX-5:11379:Port info line must consist of 10
   fields.
  
   This from a 15 min old port collection. The same happened earlier
   today (which is why I retried just now). Is this a local problem,
   or is the collection borken. Is there anything I could do
   locally?
 
  I did a cvsup after I read your e-mail just now and it finished
  updating successfully, so its a problem on your end, unfortunately,
  I can't help you with the problem since I've never had to encounter
  one like it before. Sorry, hope I was of more help.

 I can confirm the problem cvsup'd this morning and can't portsdb -Uu
 without getting all those 10 fields lines..

 5.2.1-RELEASE-p3, fwiw


My mirror updates on the odd hours + 30. It takes a while to build a 
make index on 5-current and make index worked. 

I saw the 10 field messages for a short time yesterday but don't 
remember if it was for  the index build or the INDEX.db build. It was 
in an off hour cron job where I saw them and so they weren't logged. I 
haven't seen them since but I also switched to using portindex because 
I can create an INDEX[-5] in less than a minute. The first time 
portindex is run, it fills a database and it is very fast the next 
time.

Do you have any options in your /etc/make.conf to specify any features?

Kris is on vaction and the fetchindex option has been turned off. 
Something crashed and he didn't have time to fix it.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ports-collection borked?

2004-07-21 Thread Kent Stewart
On Wednesday 21 July 2004 03:53 pm, Svein Halvor Halvorsen wrote:
 [Kent Stewart, 2004-07-21]

   I saw the 10 field messages for a short time yesterday but don't
 
   Do you have any options in your /etc/make.conf to specify any
  features?

 It now seems to work. All I did was to cvsup again.

 It seems that most people experienced this yesterday. Could it be
 that I'm fetching the ports collection from a mirror, and that this
 is causing a time delay in the distribution of the files?

 Anyway... all's good now :)



If you aren't an official mirror you have to cvsup from a mirror.

Sometimes mirrors break. The only way to find out is to try a different 
one. The port fastest_cvsup is a good starting point. Just remember 
that the closest may not produce the overall fastest cvsup.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD Kernel Recompile, Does not exclude modules

2004-07-11 Thread Kent Stewart
On Sunday 11 July 2004 12:25 am, Steven Adams wrote:
 Hey,



 Reading from the FreeBSD Handbook I have compiled a new kernel that
 works fine.



 In my config file I commented out a few things I don't need eg USB
 etc.



 But for some reason when it booted back up into the new kernel, from
 ps aux it shows usb is up and running..



 /boot/kernel shows that usb.ko is there.



 I don't understand why its included which I commented it out



 Am I doing something wrong?



Did you do a make kernel to build and install the new kernel?

Kent


 Thanks

 Steve

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

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Ftp server near me

2004-07-10 Thread Kent Stewart
On Saturday 10 July 2004 01:33 pm, uidzero wrote:
 DerDrache wrote:
  My apologies.  I did not read your original email as closely as I
  should have.  fastest_cvsup will only test cvsup servers.
 
  DerDrache wrote:
  fastest_cvsup is a simple program to use that can be found in the
  ports tree.  I'd recommend it.
 
  /usr/ports/sysutils/fastest_cvsup
 
  DerDrache
 
  Joshua Lewis wrote:
  All documentation tells you when running CVSUP or installing FBSD
  from FTP
  to use the FTP server closest to you.
 
  So how do you determine the best server. I recall reading a post
  that said
  run a command that will determine the closest server or fastest
  server near
  you. I however lost the page I printed out and can't remember the
  web address.
 
  Any ideas how to find the fastest server near me?

 Ahh, the same here. I aoologize.


I think I would have given the same answer. It was the only choice since 
the Handbook no longer tells you where each mirror is located. All you 
can do now, is choose an FTP mirror that is in a country close to you.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How Critical Is It To Use an ISP Running FreeBSD or BSD/OS?

2004-07-10 Thread Kent Stewart
On Saturday 10 July 2004 04:20 pm, Bill Moran wrote:
 Bob Perry [EMAIL PROTECTED] wrote:
  Hello,
  I remember reading in The Complete FreeBSD, by Greg Lehey, that
  you'll be better off with an ISP that runs FreeBSD or BSD/OS.  Can
  anyone provide a scenario(s) where this would be most apparent?

 If you have problems and call their tech support.

 A number of ISPs in the past, when I've had problems and called, they
 say, do this with Windows and when I say I'm not using Windows they
 reply that they don't support anything but, and therefore can't help
 me.  That's been in spite of the fact that I've done everything
 reasonable to determine that the problem is _NOT_ on my end, they
 simply refuse to do _any_ diagnostic work if I wasn't using Windows.

 The situation seems to be getting better, and nowadays, I just lie
 and say I'm using Windows and execute the equivalent commands in
 FreeBSD and explain the result.

  I don't know what OS my ISP uses but I do know that they only
  support Windows and Mac platforms.  I've run OS/2 and FreeBSD using
  their email services and never really needed technical support.

 As long as you never need tech support, you'll probably never have a
 problem, nor care what OS your ISP uses.  After all, the Internet was
 designed to be OS-independent ... when everything is working
 correctly!

  Now, I'm considering a new ISP primarily due to cost.   Also,
  considering obtaining my own domain name and exploring web hosting.
 
  I assume that recommending an ISP is inappropriate but if you know
  of any forums that have discussed ISPs for FreeBSD, feel free to
  recommend them.

 I don't think it's inappropriate.

 I don't know of any nationwide ISPs that support/use FreeBSD, but if
 you're in the Pittsburgh, PA area, city-net is FreeBSD friendly. 
 Otherwise, you could give your location and if someone knows a
 FreeBSD friendly ISP in your area, I'm sure he'll let you know.

Look at their web page with Netcraft, it will tell you what their web 
server is and I think that is a good clue as to what the rest of their 
setup.

Use What's that site running at
http://news.netcraft.com/

Kent
-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: kde 3.2.3

2004-07-05 Thread Kent Stewart
On Monday 05 July 2004 06:11 am, Javier Ramirez wrote:
 Hi
 I´m try to install kde 3.2.3 in my freebsd i386 5.2.1

 the port to kde 3.2.3 only install kde 3.1.4
 and this is a error,

 I´m  try to install from *.tbz files, and get a list of dependency
 error


 so,

 how to install kde-3.2.3 in my computer?

 please!!!

Hi, Javier

Look at

http://rabarber.fruitsalad.org/

They have packages for 5.2.1 and that is by far the best initial 
installation. The gcc 3-x compiler is really slow. They also have an 
upgrade shell script.

Joshua Moore wrote more about this as a reply to you on 
freebsd-questions and he started by pkg_deleting arts, qt, quanta, 
kde*. He left out koffice, which also needs to be rebuilt using 3.2.3.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: makeworld problems

2004-07-04 Thread Kent Stewart
On Sunday 04 July 2004 09:13 am, stan wrote:
 I'm cvsuping and updateing several machines this weekend.

 One of them is failing in maje buildworld as follows:

 /usr/src/usr.sbin/ipftest/../../sys/contrib/ipfilter/netinet/ip_fil.h
:633: previous declaration of `fr_makefrip'
 *** Error code 1

 I've re cvsup'd, and removed the whole /usr/obj tree, but it's failed
 3 times now.

 Anyone have a clue?

Darrenr@ just commited a fix to ip_fil.h. Give it 10 minutes or so for 
your mirror to finish updating and recvsup.

Kent
-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Connecting a USB Zip drive -- whatever am I doing wrong?

2004-07-04 Thread Kent Stewart
On Sunday 04 July 2004 07:28 pm, epilogue wrote:
 hello all,

 for many moons now, i'll occasionally dedicate a dark day to getting
 my USB Zip drive to work.  i've been through the handbook, faq,
 relevant man pages, mailing lists and across the colossal
 googlesphere collecting bits and pieces, none of which seem to get me
 the desired result.  i'm obviously missing something.

 i'm writing with the hope that, what i have managed to overlook will
 be so obvious and straighforward, some kind reader will take 2
 seconds to point it out, so that i may zip off on my merry way.

 ### uname -a
 FreeBSD 4.10-RELEASE-p1 i386

 ### relevant lines from kernel
 device  vpo
 device  scbus
 device  da
 device  uhci# uhci related entries show up in dmesg
 deviceusb
 deviceugen

What about
device  umass   # Disks/Mass storage - Requires scbus and da

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: portupgrade fails on every port, undefined method 'each' for nil:NilClass

2004-07-02 Thread Kent Stewart
On Thursday 01 July 2004 09:44 pm, Akinori MUSHA wrote:
 Hi,

 I have just committed a fix against the undefined method `each' for
 nil:NilClass error that occurs typically when BEFORE_DEINSTALL is
 not defined in pkgtools.conf.  Add BEFORE_DEINSTALL = {} to your
 pkgtools.conf and pkg_deinstall will start working again.

 For the undefined method `' for #Array:0x8907500 error, I still
 have no idea.  Could you try again with a vanilla pkgtools.conf?

It didn't change the package upgrade

[Updating the pkgdb format:bdb1_btree in /var/db/pkg ... - 326 
packages found (-0 +1) . done]
** Listing the failed packages (*:skipped / !:failed)
! devel/automake14 (automake-1.4.6_1)   (undefined method `' 
for #Array:0x88d1f44)
---  Packages processed: 2 done, 0 ignored, 0 skipped and 1 failed

or 

ruby# portupgrade -Puf portupgrade
---  Checking for the latest package of 'sysutils/portupgrade'
** Listing the failed packages (*:skipped / !:failed)
! sysutils/portupgrade (portupgrade-20040701_1) (undefined 
method `' for #Array:0x8987678)
---  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: portupgrade fails on every port, undefined method 'each' for nil:NilClass

2004-07-01 Thread Kent Stewart
On Thursday 01 July 2004 01:34 pm, Joey Mingrone wrote:
 On July 1, 2004 17:26, Bruce Hunter wrote:
  Did you both upgrade 'portupgrade' and then the problem started?

 Yeah, problems stared after upgrading to portupgrade-20040701.  I'm
 guessing there will be another update shortly.


I haven't seen any comments to knu@ about the problem. I can repeat 
portupgrading portupgrade from the source and create a package. When I 
try to portupgrade using the package, I get 

# portupgrade -Puf portupgrade
---  Checking for the latest package of 'sysutils/portupgrade'
** Listing the failed packages (*:skipped / !:failed)
! sysutils/portupgrade (portupgrade-20040701)   (undefined 
method `' for #Array:0x8907500)
---  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed

It also failed to delete devel/libtool-1.4.3_3, which was just moved 
into the Attic.

Kent

 Joey

  I'm running portupgrade rev.1.225 with no problems.
 
  On Thu, 2004-07-01 at 16:22, Joey Mingrone wrote:
   -BEGIN PGP SIGNED MESSAGE-
   Hash: SHA1
  
   You're not alone.  I'm seeing the same problem on my FreeBSD
   systems.
  
   Joey
  
   On July 1, 2004 17:11, Lee Dilkie wrote:
Well, I'm at a bit of a loss here.
   
running 4.10, did a cvsup this morning, then portsdb -uU to get
an up to date index.
   
Bunch of ports needed updating, including portupgrade so I
upgraded portupgrade first. That seemed to work fine (it
reports version 1.8.1).
   
Now, every port I try to upgrade fails when uninstalling the
old version. I've tried to upgrade clamav, isc-dhcp3-server and
a couple of others.
   
All report undefined method 'each' for nil:NilClass.
   
[snip preamble]
sed -e s#ETCDIR#/usr/local/etc#g -e s#DBDIR#/var/db#g  -e
s#RUNDIR#/var/run#g  dhcpd.conf.5 dhcpd.conf.man5 nroff
-man dhcpd.conf.man5 dhcpd.conf.cat5
sed -e s#ETCDIR#/usr/local/etc#g -e s#DBDIR#/var/db#g  -e
s#RUNDIR#/var/run#g  dhcpd.leases.5 dhcpd.leases.man5 nroff
-man dhcpd.leases.man5 dhcpd.leases.cat5
---  Build of net/isc-dhcp3-server ended at: Thu, 01 Jul 2004
15:51:15 -0400 (consumed 00:04:10) ---  Updating dependency
info ---  Uninstallation of isc-dhcp3-server-3.0.1.r12_3
started at: Thu, 01 Jul 2004 15:51:30 -0400 ---  Fixing up
dependencies before creating a package
---  Backing up the old version
---  Uninstalling the old version
---  Deinstalling 'isc-dhcp3-server-3.0.1.r12_3'
** Listing the failed packages (*:skipped / !:failed)
! isc-dhcp3-server-3.0.1.r12_3  (undefined method
`each' for nil:NilClass) ---  Packages processed: 0 done, 0
ignored, 0 skipped and 1 failed ---  Uninstallation of
isc-dhcp3-server-3.0.1.r12_3 ended at: Thu, 01 Jul 2004
15:51:45 -0400 (consumed 00:00:14) ---  Upgrade of
net/isc-dhcp3-server ended at: Thu, 01 Jul 2004 15:51:45 -0400
(consumed 00:04:40) ---  Listing the results (+:done /
-:ignored / *:skipped / !:failed) ! net/isc-dhcp3-server
(isc-dhcp3-server-3.0.1.r12_3) (uninstall error) ---  Packages
processed: 0 done, 0 ignored, 0 skipped and 1 failed --- 
Session ended at: Thu, 01 Jul 2004 15:51:49 -0400 (consumed
00:05:02) [EMAIL PROTECTED]:/root] uname -a
FreeBSD spock.dilkie.com 4.10-STABLE FreeBSD 4.10-STABLE #0:
Sat Jun 19 15:16:03 EDT 2004
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/SPOCK i386
   
Any ideas??? Does anyone need more info?
   
-lee
   
   
   
   
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]
  
   -BEGIN PGP SIGNATURE-
   Version: GnuPG v1.2.4 (FreeBSD)
  
   iD8DBQFA5HKe0NQPEWppBZsRAqkTAKCVOvSu5XRmiWzq43XJqno8WA74WQCgya0v
   z2tAApWFeRHlS7u2ebSWJAQ=
   =PPox
   -END PGP SIGNATURE-
   ___
   [EMAIL PROTECTED] mailing list
   http://lists.freebsd.org/mailman/listinfo/freebsd-questions
   To unsubscribe, send any mail to
   [EMAIL PROTECTED]
 
  ___
  [EMAIL PROTECTED] mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  [EMAIL PROTECTED]

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

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: portsdb -Uu error

2004-06-29 Thread Kent Stewart
On Tuesday 29 June 2004 09:11 am, Anthony Edwards wrote:
 This looks to be a fairly straightforward error:

    begin error message 
 fishcat# portsdb -Uu
 Updating the ports index ... Generating INDEX.tmp - please
 wait..drweb_postfix-4.29.12f: /usr/ports/security/drwebd
 non-existent -- dependency list incomplete
 === security/drweb-postfix failed
 *** Error code 1
 1 error

 
 Before reporting this error, verify that you are running a supported
 version of FreeBSD (see http://www.FreeBSD.org/ports/) and that you
 have a complete and up-to-date ports collection (INDEX builds are
 not supported with partial or out-of-date ports collections).  If
 so, then report the failure to [EMAIL PROTECTED] together with
 relevant details of your ports configuration (including FreeBSD
 version, environment and /etc/make.conf settings).
 

 Stop in /usr/ports.
 failed to generate INDEX!
 portsdb: index generation error
    end error message 

 bash-2.05b$ pwd
 /usr/ports/security
 bash-2.05b$ ls | more
 [...]
 dropbear
 drweb
 drweb-postfix
 drweb-qmail
 drweb-sendmail
 dsniff
 [...]

 As the portsdb -Uu error message states, /usr/ports/security/drwebd
 is non-existent (at least following a cvsup of the ports tree today,
 I am not sure if it was there before) and so the portsdb -Uu run
 fails with the error message shown above.

 My FreeBSD version is RELENG_4 (FreeBSD-STABLE).

 What is the fix for this please?  Waiting until a new cvsup corrects
 the error above, or...?

If you follow ports, I was told you also should also follow cvs-all. It 
was fixed about an hour ago. So, it should have made it to your 
favorite cvsup-mirror. 

A faster fix is to edit the drweb_postfix make file and change the 
drwebd entry on the PORTSDIR entry to just drweb.

Kent
-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: REPOST: Performance problems with FTP

2004-06-29 Thread Kent Stewart
On Tuesday 29 June 2004 11:02 am, Bill Moran wrote:
 I'm having some really weird problems with ftp performance on FreeBSD
 4.10 that I just can't seem to figure out.

 My uplink here maxes out at about 35k/sec.  If I scp to the machine
 in question I get about 30k/sec (which is expected) but when I ftp, I
 never get anything better than 15k/sec, and occasionally as low as
 8k/sec.

 Using a server colocated at another facility, I can ftp at about
 45k/sec, and scp at about 60k/sec.

 Downloads are all as expected ... scp and ftp downloads seem to be in
 about the same range, and it's a number I would expect.

 I tried running the ftp daemon that ships with FreeBSD, as well as
 Proftpd and they both exhibit the same performance issues.

 Most settings on this machine are at their defaults.  I've tried
 tweaking send/recv sizes, as well as toggling delayed_ack.  None of
 these have made any difference so far.

 Suggestions?  Is anyone else seeing this?

I want to add that I have a machine that did that once in awhile. As 
soon as I see it, I look at my switch and the NIC has switched into 
half-duplex. An ifconfig still shows full-duplex. I would power down 
and reboot and it went away for awhile.

After having done this 3 or 4 times, I powered it down, reseated the NIC 
and it has been a little over three weeks since it flipped modes on me.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: REPOST: Performance problems with FTP

2004-06-29 Thread Kent Stewart
On Tuesday 29 June 2004 02:05 pm, Jorn Argelo wrote:
 Kent Stewart wrote:
 On Tuesday 29 June 2004 11:02 am, Bill Moran wrote:
 I'm having some really weird problems with ftp performance on
  FreeBSD 4.10 that I just can't seem to figure out.
 
 My uplink here maxes out at about 35k/sec.  If I scp to the machine
 in question I get about 30k/sec (which is expected) but when I ftp,
  I never get anything better than 15k/sec, and occasionally as low
  as 8k/sec.
 
 Using a server colocated at another facility, I can ftp at about
 45k/sec, and scp at about 60k/sec.
 
 Downloads are all as expected ... scp and ftp downloads seem to be
  in about the same range, and it's a number I would expect.
 
 I tried running the ftp daemon that ships with FreeBSD, as well as
 Proftpd and they both exhibit the same performance issues.
 
 Most settings on this machine are at their defaults.  I've tried
 tweaking send/recv sizes, as well as toggling delayed_ack.  None of
 these have made any difference so far.
 
 Suggestions?  Is anyone else seeing this?
 
 I want to add that I have a machine that did that once in awhile. As
 soon as I see it, I look at my switch and the NIC has switched into
 half-duplex. An ifconfig still shows full-duplex. I would power down
 and reboot and it went away for awhile.
 
 After having done this 3 or 4 times, I powered it down, reseated the
  NIC and it has been a little over three weeks since it flipped
  modes on me.
 
 Kent

 But even if it is an 10 MBit NIC running half duplex, it should still
 be capable of handling internet traffic at normal speeds (200 - 300
 KB/s or something, depends on your line of course)

 My first insight of those problems is probably bad DNS settings. What
 about FTPing to your ip address? Is that giving you the bad speed as
 well?


That only occurs when both ifconfig and the NIC are set at half-duplex. 
The system is on a local network and all systems are in the hosts 
table. The network is 100Mb/s but the ftp xfer rate would drop to 
8KB/s. It is my test system and the drop from 11MB/s to 8KB/s was 
noticeable.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: a quick mailing list question

2004-06-28 Thread Kent Stewart
On Monday 28 June 2004 11:20 am, Vulpes Velox wrote:
 On Mon, 28 Jun 2004 13:08:31 -0400

 Chuck Swiger [EMAIL PROTECTED] wrote:
  Vulpes Velox wrote:
   I've been going though transfering all the freebsd mailing lists
   I've subscribe to over to one account... the small problem I ran
   into is this, I can send emails from this new account fine, but
   for some reason if I send something to a list, it does not appear
   to show up... I niether recieve it nor does it show up in the
   archive...
 
  This message made it through.  I've seen mailing list lag of up to
  48 hours from time to time, so there may be some mail getting stuck
  on a queue for whatever reasons.

 Yeah, that is what happened, hehe accidentally tripled posted ^_^

 Yeah, never really seen it lag befor like that :/
 but it is working nicely now :)

Mailman has died a few times. I follow cvs-all and the one of the very 
last messages was one from krion where he updated ghostscript-gnu. This 
was about 11:14 am on Sunday and nothing was received until I started 
kmail on mid-morning Monday. When this happens, what I do is browse the 
current mail list at

http://docs.freebsd.org/mail/current/

If the last email on a list that you subscribe to is the same one that 
is in your inbox, it is probably safe to assume mailman has died and 
ignore the situation. Double or triple posting only generates snide 
remarks :).

The plist for the updated ghostscript-gnu included an erroneous file and 
it was fixed without using mailman. Changes to the system continued it 
was just the email side that was hung up.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: can't mount 300G USB drive that's FAT32

2004-06-25 Thread Kent Stewart
On Friday 25 June 2004 02:11 pm, Bill Moran wrote:
 [I copied Tom on this because I know he was working on FAT filesystem
 code at some point ... Don't know if he's still trying to do anything
 there or not.]

 Dan Finn [EMAIL PROTECTED] wrote:
  the system sees the disk:
  Jun 24 15:37:30 stewie kernel: umass0: Maxtor OneTouch, rev
  2.00/2.00, addr 2 Jun 24 15:37:30 stewie kernel: umass0: Get Max
  Lun not supported (STALLED) Jun 24 15:37:31 stewie kernel: GEOM:
  create disk da0 dp=0xc2d85050 Jun 24 15:37:31 stewie kernel: da0 at
  umass-sim0 bus 0 target 0 lun 0 Jun 24 15:37:31 stewie kernel: da0:
  Maxtor OneTouch 0201 Fixed Direct Access SCSI-0 device
  Jun 24 15:37:31 stewie kernel: da0: 1.000MB/s transfers
  Jun 24 15:37:31 stewie kernel: da0: 286103MB (585938944 512 byte
  sectors: 255H 63S/T 36473C)
 
  this is a Maxtor 300G USB drive.  A backup was written to it via a
  linux 2.4 server and now I would like to mount it on my FBSD laptop
  to read it and work with the files.
 
  When trying to mount it using mount_msdos I get the following:
  [ root @ stewie : ~] : mount_msdosfs -o rw /dev/da0s1 /mnt/usb1/
  mount_msdosfs: /dev/da0s1: Invalid argument
 
  and in /var/log/messages I get the following:
  Jun 24 15:43:52 stewie kernel: mountmsdosfs(): disk too big, sorry

 The source tells the story:
 From msdosfs_vfsops.c

 ...
 /*
  * We cannot deal currently with this size of disk
  * due to fileid limitations (see msdosfs_getattr and
  * msdosfs_readdir)
  */
 ...

 This section of code exists even in -CURRENT, so it has not
 yet been improved in FreeBSD.

  when trying to use ntfs to mount it I get :
  [ root @ stewie : ~] : mount_ntfs /dev/da0s1 /mnt/usb1/
  mount_ntfs: /dev/da0s1: Invalid argument
  and nothing in any log file.

 Don't know what's going on there.

  One of the taks I need to accomplish here is to copy all of the
  data on this 300G USB drive onto an identical 300G USB drive.  I
  was going to mount both and just copy from one to the other.  After
  reading about the limited writing capabilities in the man page of
  mount_ntfs I'm wondering if I would be better off doing this on a
  linux box.

 If you ask me, you'd be better off using UFS, which doesn't have any
 of the weirdnesses or limitations of FAT _or_ NTFS.

  The
  linux box that created the origional backup onto the USB drive had
  no problem creating the Fat32 filesystem and writing to it.

 Horay for Linux.

 If you really need to put FAT filesystems on these drives, you're not
 going to be able to use FreeBSD until the limitation is fixed.

The other thing is that the cluster size must be huge. Fat32 was 
supposed to start being inefficient around 8GB and this is well beyond 
that :).

Kent


 You should file a PR on this ... it doesn't appear as if one is
 currently open that addresses this issue:
 http://www.freebsd.org/send-pr.html

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: can't mount 300G USB drive that's FAT32

2004-06-25 Thread Kent Stewart
On Friday 25 June 2004 02:26 pm, Dan Finn wrote:
 FAT32 wasn't my choice.  They needed to be writen to by a linux
 server but they want to be able to take these and just plug them into
 a windows server if need be.  We knew that linux writing ntfs wasn't
 a good choice so we decided on FAT32.  Is there a better solution?

Not that you apparently use but my experience is limited on the FreeBSD 
end. NTFS was designed to support larger drives that were real problems 
with the FAT design. NTFS used something like a Unix FS and that 
eliminated the dependancy on FAT. It also introduced real security to 
their file system but that doesn't matter because we can't write to 
NTFS.

Kent


 On Fri, 25 Jun 2004 14:17:50 -0700, Kent Stewart [EMAIL PROTECTED] 
wrote:
  On Friday 25 June 2004 02:11 pm, Bill Moran wrote:
   [I copied Tom on this because I know he was working on FAT
   filesystem code at some point ... Don't know if he's still trying
   to do anything there or not.]
  
   Dan Finn [EMAIL PROTECTED] wrote:
the system sees the disk:
Jun 24 15:37:30 stewie kernel: umass0: Maxtor OneTouch, rev
2.00/2.00, addr 2 Jun 24 15:37:30 stewie kernel: umass0: Get
Max Lun not supported (STALLED) Jun 24 15:37:31 stewie kernel:
GEOM: create disk da0 dp=0xc2d85050 Jun 24 15:37:31 stewie
kernel: da0 at umass-sim0 bus 0 target 0 lun 0 Jun 24 15:37:31
stewie kernel: da0: Maxtor OneTouch 0201 Fixed Direct Access
SCSI-0 device Jun 24 15:37:31 stewie kernel: da0: 1.000MB/s
transfers Jun 24 15:37:31 stewie kernel: da0: 286103MB
(585938944 512 byte sectors: 255H 63S/T 36473C)
   
this is a Maxtor 300G USB drive.  A backup was written to it
via a linux 2.4 server and now I would like to mount it on my
FBSD laptop to read it and work with the files.
   
When trying to mount it using mount_msdos I get the following:
[ root @ stewie : ~] : mount_msdosfs -o rw /dev/da0s1
/mnt/usb1/ mount_msdosfs: /dev/da0s1: Invalid argument
   
and in /var/log/messages I get the following:
Jun 24 15:43:52 stewie kernel: mountmsdosfs(): disk too big,
sorry
  
   The source tells the story:
   From msdosfs_vfsops.c
  
   ...
   /*
* We cannot deal currently with this size of disk
* due to fileid limitations (see msdosfs_getattr and
* msdosfs_readdir)
*/
   ...
  
   This section of code exists even in -CURRENT, so it has not
   yet been improved in FreeBSD.
  
when trying to use ntfs to mount it I get :
[ root @ stewie : ~] : mount_ntfs /dev/da0s1 /mnt/usb1/
mount_ntfs: /dev/da0s1: Invalid argument
and nothing in any log file.
  
   Don't know what's going on there.
  
One of the taks I need to accomplish here is to copy all of the
data on this 300G USB drive onto an identical 300G USB drive. 
I was going to mount both and just copy from one to the other. 
After reading about the limited writing capabilities in the man
page of mount_ntfs I'm wondering if I would be better off doing
this on a linux box.
  
   If you ask me, you'd be better off using UFS, which doesn't have
   any of the weirdnesses or limitations of FAT _or_ NTFS.
  
The
linux box that created the origional backup onto the USB drive
had no problem creating the Fat32 filesystem and writing to it.
  
   Horay for Linux.
  
   If you really need to put FAT filesystems on these drives, you're
   not going to be able to use FreeBSD until the limitation is
   fixed.
 
  The other thing is that the cluster size must be huge. Fat32 was
  supposed to start being inefficient around 8GB and this is well
  beyond that :).
 
  Kent
 
   You should file a PR on this ... it doesn't appear as if one is
   currently open that addresses this issue:
   http://www.freebsd.org/send-pr.html
 
  --
  Kent Stewart
  Richland, WA
 
  http://users.owt.com/kstewart/index.html

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

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cvsup and ports INDEX

2004-06-23 Thread Kent Stewart
On Tuesday 22 June 2004 10:19 pm, Matt Navarre wrote:
 On Tuesday 22 June 2004 09:51, Kent Stewart wrote:
  On Tuesday 22 June 2004 09:27 pm, Matt Navarre wrote:
   On Tuesday 22 June 2004 07:05, [EMAIL PROTECTED] wrote:
hello all,

 snip

   This checks out the new ports text file.
  
# portsdb -Uu   ...this?
  
   This builds INDEX.db, which is all the ports/dependency
   information in the format that portupgrade(and others?) uses so
   it can get all the right ports when you install something.
  
i'm not sure i have a firm grasp of why i do both.  are they
complimentary or redundant steps?  could someone please clarify
or point me to right set of docs?
  
   They're complimentary, portsdb -uU doesn't really do anything
   unless you have a new /usr/ports/INDEX or /usr/ports/INDEX.db got
   hosed.
 
  This isn't true. Portsdb -U creates a brand new INDEX using your
  current /usr/ports and -u uses that to generate a new INDEX.db

 That's not what the man page implys:


 The portsdb command is a tool to generates the ports database
 named INDEX.db from the ports index file named INDEX.  It is commonly
 used among the tool suite and automatically updated on demand when it
 gets older than the index file

 I'm not sayin' you're wrong, since I read that a long while ago and
 haven't needed to know anything more about portsdb since, but you and
 the description in portsdb(1) seem to disagree.

 Yes, the -U option does Update or create the ports index file called
 INDEX, it's just not evident from the description that it can use
 the installed ports tree.

If you are to run it after you cvsup ports-all, what do you think it is 
using?

In addition,  portsdb -U now runs make index but you would have to 
search -ports@ to read about that change. You can read comments about 
it on
http://www.freebsd.org/cgi/cvsweb.cgi/ports/sysutils/portupgrade/Makefile 
see the commit message for version 1.78.

Kent

 So I was kinda right. A little :)




  Kent

 Matt

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cvsup and ports INDEX

2004-06-23 Thread Kent Stewart
On Tuesday 22 June 2004 11:56 pm, Matt Navarre wrote:
 On Tuesday 22 June 2004 11:34, you wrote:
   That's not what the man page implys:
  
  
   The portsdb command is a tool to generates the ports
   database named INDEX.db from the ports index file named INDEX. 
   It is commonly used among the tool suite and automatically
   updated on demand when it gets older than the index file
  
   I'm not sayin' you're wrong, since I read that a long while ago
   and haven't needed to know anything more about portsdb since, but
   you and the description in portsdb(1) seem to disagree.
  
   Yes, the -U option does Update or create the ports index file
   called INDEX, it's just not evident from the description that it
   can use the installed ports tree.
 
  If you are to run it after you cvsup ports-all, what do you think
  it is using?

 The INDEX file that get cvsup'ed when I cvsup ports? I only sup ports
 once a month or so unless I'm installing something new, so I guess
 I'm getting a new INDEX most times.

  In addition,  portsdb -U now runs make index but you would have
  to search -ports@ to read about that change. You can read comments
  about it on
  http://www.freebsd.org/cgi/cvsweb.cgi/ports/sysutils/portupgrade/Ma
 kefile see the commit message for version 1.78.

 Well, I don't track -ports, so, yes I missed that.

 I'm not trying to be combative here, I was wrong, a bit. I gave the
 portsdb man page  a quick once-over a while ago (when I started using
 portupgrade) and thought I understood what it was doing. I didn't
 realize the -U was regen'ing INDEX from the current ports tree, as I
 didn't realize that INDEX was updated with less frequency that the
 tree, so I didn't realize that was even needed, though it's obvious
 once I think about it.

I think obvious is a hindsight thing. The mind is really good at making 
bad assumptions. I was the on-site rep for a remote computer service 
center in Dallas. People would would have problems running computer 
programs because they would see what they thought they had typed and 
not what was in the data file. 

The INDEX you were cvsuping was an ancient one and that is why it pays 
to refuse ports/INDEX[-5]. Cvsup knows that the one you built isn't the 
one on the mirror and redownloads it. It takes several minutes to 
generate even from a mirror over a 100mps network. Then, you spend a 
lot more time generating the new one by running make index.


 It also explains why portsdb -Uu takes so freekin' long sometimes,
 which had been bugging me.

Yes, it takes quite awhile to generate. That is also why people are 
suggesting that the refuse comments in the HANDBOOK be changed to 
reflect that by using those refuses you will affect the generation of a 
proper INDEX. There is also the problem with MASTER/SLAVE ports. A 
SLAVE port is one that depend on information from the MASTER. If you 
have refused the MASTER, you are continuing to use ancient data when 
you build the SLAVEs.

Now, if you want to fetch a current INDEX[-5], you can run make 
fetchindex from /usr/ports. The problem is that the script 
occassionaly dies and what you get may not be current. You can tell by 
looking at the date on INDEX[-5]. If the script is working, the date 
will be less than an hour old. 

I generate all of my local ones on a test machine and it doesn't matter 
if I fetch or make the INDEX. I can make almost as fast as I can fetch. 
FreeBSD.org is a busy site and the transfer rate may not be that fast 
at times. I also back up and compress the old INDEX and keep about 5 
previous days worth. Bz2 will compress a 5.5 MB INDEX file into 548 KB 
file. The port update is a cronjob and I had been without a working 
INDEX on those rare occasions when make index totally fails. The backup 
copies make that more difficutl to happen.

Kent


  Kent
 
   So I was kinda right. A little :)
  
Kent
  
   Matt

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cvsup and ports INDEX

2004-06-22 Thread Kent Stewart
On Tuesday 22 June 2004 07:05 pm, [EMAIL PROTECTED] wrote:
 hello all,

 Connecting to cvsup.ca.FreeBSD.org
 Connected to cvsup.ca.FreeBSD.org
 Server software version: SNAP_16_1e
 Negotiating file attribute support
 Exchanging collection information
 Establishing multiplexed-mode data connection
 Running
 Updating collection ports-all/cvs
  Checkout ports/INDEX  how is this different
 from...

 # portsdb -Uu   ...this?

 i'm not sure i have a firm grasp of why i do both.  are they
 complimentary or redundant steps?  could someone please clarify or
 point me to right set of docs?


 hello ken,

 thought that you might be able to help because of your reply on
 http://lists.freebsd.org/pipermail/freebsd-ports/2004-June/013223.htm
l

The only port I refuse is ports/INDEX[-5] for just this reason. You are 
building a new INDEX with portsdb -U and then spending a lot of time 
downloading an old version the next time you cvsup.

Kent


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

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cvsup and ports INDEX

2004-06-22 Thread Kent Stewart
On Tuesday 22 June 2004 09:27 pm, Matt Navarre wrote:
 On Tuesday 22 June 2004 07:05, [EMAIL PROTECTED] wrote:
  hello all,
 
  Connecting to cvsup.ca.FreeBSD.org
  Connected to cvsup.ca.FreeBSD.org
  Server software version: SNAP_16_1e
  Negotiating file attribute support
  Exchanging collection information
  Establishing multiplexed-mode data connection
  Running
  Updating collection ports-all/cvs
   Checkout ports/INDEX  how is this different
  from...

 This checks out the new ports text file.

  # portsdb -Uu   ...this?

 This builds INDEX.db, which is all the ports/dependency information
 in the format that portupgrade(and others?) uses so it can get all
 the right ports when you install something.

  i'm not sure i have a firm grasp of why i do both.  are they
  complimentary or redundant steps?  could someone please clarify or
  point me to right set of docs?

 They're complimentary, portsdb -uU doesn't really do anything unless
 you have a new /usr/ports/INDEX or /usr/ports/INDEX.db got hosed.

This isn't true. Portsdb -U creates a brand new INDEX using your 
current /usr/ports and -u uses that to generate a new INDEX.db

Kent


  hello ken,
 
  thought that you might be able to help because of your reply on
  http://lists.freebsd.org/pipermail/freebsd-ports/2004-June/013223.h
 tml
 
 
  thanks,
  epi
  ___
  [EMAIL PROTECTED] mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  [EMAIL PROTECTED]

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Upgrading Expat2 in FreeBSD 5.2.1

2004-06-21 Thread Kent Stewart
On Monday 21 June 2004 12:16 pm, Lonnie Santella wrote:
 In order to install latest ports of Apache1.3 and MySQL 4.20 - I
 received a system error informing me to upgrade expat2.

 So I run my CVSUP get all the latest ports, then run it again with
 just upgrading the BASE.

 Now I upgrade to expat2 (expat-1.95.7) which was successful according
 to pkg_info:

 However, now I can't start X - when I attempt to, I get a gray
 screen, a working mouse pointer, and a small message window that
 reads: could not start KDEInit. Check your installation. There is
 only an ok button and when I click it, it goes back to text mode,
 with another error message which is repeated several times:

 /libexec/ld.elf.so.1: Shared object libexpat.so.4 not found

 I've searched through threads and groups - no luck on this one. Why
 does this happen?  I've recreated the issue 4 times on different
 machines with fresh installs of FreeBSD 5.2.1.

 How do I upgrade expat2 without this problem?


You didn't read /usr/prots/UPDATING. There was an interface change and 
all of the ports that used expat2 had to be rebuilt. Read UPDATING and 
then do the -rf update.

Kent

 Thanks very much for your advice,

 Lonnie


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

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Ports make search broken

2004-06-21 Thread Kent Stewart
On Monday 21 June 2004 01:32 pm, Jason Oakley wrote:
 $ cd /usr/ports
   $ make search name=centericq
 Makefile:67: *** missing separator.  Stop.

 I got the Makefile from a friend as well (he has the same version
 FreeBSD as I do) but I get the same error.



Your system is broken someplace. Your makefiles and etc are supposed to 
be obtained using cvsup.

Kent

 -
 http://www.bangrocks.com/ - http://www.auspug.org/

 http://www.ZigZagSoft.com/ - PalmOS Software and Palm Games
 Programming forum


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

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: installing gFTP with gtk12 instead of gtk20

2004-06-20 Thread Kent Stewart
On Sunday 20 June 2004 03:54 am, Marco Beishuizen wrote:
 I'm trying to install gFTP from the ports. When I do a make install,
 it constantly wants to install gtk20 instead of gtk12. Gtk20 isn't
 installed on my machine due to errors during the build, but gtk12 is
 installed.

 According to the gFTP website it shouldn't be a problem to install
 gFTP with gtk12, so how do I force the gFTP-port to install it with
 gtk12 instead of gtk20?

 PS I'm running FreeBSD-i386 4.10-STABLE.



Look at the Makefile. It defaults to gtk12 unless you have gtk2 defined 
some place such as /etc/make.conf. Kill the define and it should use 
1.2.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: What is mcopidl ? - breaking kde upgrade

2004-06-09 Thread Kent Stewart
On Wednesday 09 June 2004 12:56 am, Murray Taylor wrote:
 When attempting to rebuild kdebase I got the following error...

 checking for mcopidl... not found
 configure: error: The important program mcopidl was not found!
 Please check whether you installed aRts correctly or use
 --without-arts to compile without aRts support (this will remove
 functionality).

 Where should I find this to fix/install this program?

 Also where is the kdebase 'saved configuration' file ? I think
 that a setup value has got itself bent.

 mjt

Are you attempting to upgrade kde or what? 

As far as arts is concerned, did you try doing
portupgrade -f arts

Kent
-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Improper shutdown of system / Fragmentation Problems / Boot

2004-06-09 Thread Kent Stewart
On Wednesday 09 June 2004 12:59 pm, Bill Moran wrote:
 Stijn Hoop [EMAIL PROTECTED] wrote:
  On Wed, Jun 09, 2004 at 02:21:40PM -0500, Scott wrote:
   As a newbie to FreeBSD, I may be way off base, but it seems
   very logical to me that the size of your drive or partition
   would make a difference on at what percentage full one would
   start to notice problems.
  
   In terms of megs/gigs 80% of 120 gigs still has a lot of
   work space left. 80% of 4 gigs is not much. I would think
   with a larger drive/partition, one could run at a higher
   percentage before trouble started.
  
   It makes sense to me anyway :)
 
  That's what one would like, but UFS doesn't work that way.  It's
  allocation algorithm assumes 10% of the disk is free -- regardless
  of actual size. Or so I've been told (multiple times).
 
  IMHO this is a bit ridiculous -- I mean, given 1 TB of space
  (nearly feasible for a home server right now), why would an FS
  allocator need 10% of that if the files on the volume are averaging
  10 MB?
 
  But then again, and this is worth noting -- I'm certainly nowhere
  near as clueful as others on how to design a stable  fast file
  system.  Seeing as UFS1 is still in use, and has been for the last
  20 years (think about it!), I think maybe the tradeoff might make
  sense to an expert...
 
  BTW, note that you really need to consider the perfomance drop for
  yourself -- like others said, if the files on the volume change
  infrequently, performance matters little, and space more so.

 I think you've missed the point.

 The designers of UFS/FFS did not design the filesystem to require 10%
 free space in order to perform well.

 They developed the best, fastest (thus the name fast file system)
 filesystem algorithms they could come up with.

 Then, during testing, they found that these algorithms started to
 perform really poorly when the filesystem got really full.  Thinking
 this might be important, they tested further until they knew exactly
 what point the performance started to drop off at.  They then went
 one step further and developed another algorithm in an attempt to
 maintain as much performance as possible even when the filesystem got
 very full.  This is why you'll occasionally see the switching from
 time to space message when your filesystem starts to fill up. The
 filesystem drivers are doing their best to degrade gracefully.

 Now, I'm not going to say that there is no more that can be done.  I
 think the fact is that the two algorithms work well enough that
 nobody has bothered to invest the research into improving them. 
 (That combined with the fact that disk space keeps getting cheaper
 and cheaper, makes it unlikely that anyone will invest much $$$ into
 researching how to use that last 10% while still maintaining top
 performance).

I really agree with what you said here. With what they paid me an hour 
before I retired, I could buy a large HD. Now 2 hours would buy a 
REALLY large HD. People seem to have the tendancy to bleed the last few 
drops of perfomance or space and, I think that they don't understand 
basic economics. I think this is similar to expecting to do a 
portupgrade -fa on a P-200 in a reasonable amount of time. I saw a 
t-shirt one time about soaring with eagles when you worked with 
turkeys I laughed at the time..Now I think that soaring with eagles 
has a price and you just can't do it when your system is on the low end 
performance wise.

My basic system has 3x30GB HDs. Why 30GB? Well, they were the smallest 
ata-133 HDs that I could buy locally. Why 3 HDs?. Processes such as 
buildworld work faster when your locale is spread across 3 HDs.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: What is mcopidl ? - breaking kde upgrade

2004-06-09 Thread Kent Stewart
On Wednesday 09 June 2004 04:16 pm, Murray Taylor wrote:
 On Wed, 2004-06-09 at 18:14, Kent Stewart wrote:
  On Wednesday 09 June 2004 12:56 am, Murray Taylor wrote:
   When attempting to rebuild kdebase I got the following error...
  
   checking for mcopidl... not found
   configure: error: The important program mcopidl was not found!
   Please check whether you installed aRts correctly or use
   --without-arts to compile without aRts support (this will remove
   functionality).
  
   Where should I find this to fix/install this program?
  
   Also where is the kdebase 'saved configuration' file ? I think
   that a setup value has got itself bent.
  
   mjt
 
  Are you attempting to upgrade kde or what?
 
  As far as arts is concerned, did you try doing
  portupgrade -f arts
 
  Kent

 Was doing portupgrade -R kdebase when it bit the first time

 Dug into the script log and found that it seemed to be
 related to arts so have done (successfully) portupgrade -Rf arts
 yet a subsequent portupgrade kdebase still bombs out.

 I do notice that it is finding some previous config file for kde
 and I am wondering if that has got bent.

 any other suggestions?


No, but 3.2.3 is out and you might just cvsup ports-all, rebuild the 
iindexes, download the packages from FruitSalad into 
ports/packages/All, delete the old 3.2.2 packages, and cleanly install 
the new ones. The packages at FruitSalad will out of date in a little 
while but right now they are as current as you can build.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Boot GUI / Boot data and process / Fragmentation

2004-06-08 Thread Kent Stewart
On Tuesday 08 June 2004 12:03 am, Bruce Hunter wrote:
 This is off topic, I was wondering if there is a pretty little gui
 that will run when booting. Kinda like windows, lindows, and even
 Redhat Fedora has one; which can be switched back and forth.
 Basically, so I don't have to see the text scrolling down and just
 see a loader with %. Maybe in the ports collection? If not I might
 have write one. :oP

Windows only hides the boot. Press the esc key and it kills the splash 
screen.

Why does it matter. I start a boot and go get a cup of coffee, it is 
always finished when I get back. It is only a problem if you make it 
into one :).


 Oh, and thanks for your comments/answers. One last question thought?
 How do I get rid of that fragmentation crap? Just for shits and
 giggles.. ;o)


There isn't one. Unix fixes fragmented files without your help. The only 
thing you need to know is fsck -y from single user mode to fix a bad 
shutdown.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Boot GUI / Boot data and process / Fragmentation

2004-06-08 Thread Kent Stewart
On Tuesday 08 June 2004 12:37 am, Bruce Hunter wrote:
 Thanks for your help Kent

 I read something about using portversion -c with the portupgrade
 command to upgrade installed pkgs that needed to be updated.

 When I run portversion -c  :: I get a print out of things needed to
 be upgraded and at the end, it shows a 'if' statment.

 How do you use this command with portupgrade so it just updates them
 instead of just showing me. Just do it dang it... just do it! ;o)

I'm not the one to ask because I use the -c and do them one at a time. 
The portupgrade option -rRa will do some of it. I just want it to do it 
at my convience and choosing :). I also have an AMD 2400+ that sits off 
to the side of my computer desk and I build everything on it. The 
problem with the -c list is that it doesn't build dependancies first. 
The -rRa will do that but I also create packages and adding p to 
build packages creates a lie. Portupgrade repackages everything but 
doesn't rebuild everything. So, you think you have a current build but 
only have a current package. They aren't the same thing :).

One point I was going to make about the booting. It is as clean and mean 
a process as you can create. Anything you add will only slow it down. 
Given a choice of a quick boot or a pretty one, I will go for speed 
everytime :).

Kent


 Bruce..

 On Tue, 2004-06-08 at 03:26, Kent Stewart wrote:
  On Tuesday 08 June 2004 12:03 am, Bruce Hunter wrote:
   This is off topic, I was wondering if there is a pretty little
   gui that will run when booting. Kinda like windows, lindows, and
   even Redhat Fedora has one; which can be switched back and forth.
   Basically, so I don't have to see the text scrolling down and
   just see a loader with %. Maybe in the ports collection? If not I
   might have write one. :oP
 
  Windows only hides the boot. Press the esc key and it kills the
  splash screen.
 
  Why does it matter. I start a boot and go get a cup of coffee, it
  is always finished when I get back. It is only a problem if you
  make it into one :).
 
   Oh, and thanks for your comments/answers. One last question
   thought? How do I get rid of that fragmentation crap? Just for
   shits and giggles.. ;o)
 
  There isn't one. Unix fixes fragmented files without your help. The
  only thing you need to know is fsck -y from single user mode to
  fix a bad shutdown.
 
  Kent

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

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: /usr/ports/www/linux-mozillafirebird

2004-06-08 Thread Kent Stewart
On Tuesday 08 June 2004 01:02 am, Wilkinson, Alex wrote:
 Hi all,

 I have been using /usr/ports/www/firefox for sometime now.
 Recently I installed /usr/ports/www/linux-mozillafirebird to
 experiment with some of the plugins. Something that I noticed was
 that linux-mozillafirebird is blazingly fast compared to firefox.

 I'm talking about the speed at which it loads pages is
 _significantly_ faster than that of firefox.

 Can anyone suggest reasons for this ?

Not without seeing the build. One of the mozilla options is 
WITH_OPTIMIZED_CFLAGS, which sets -O2. That could be one of your 
reasons. I don't know if that option works on the port you are 
interested in.  I also don't have any other ideas.


 I'm tempted to use /usr/ports/www/linux-mozillafirebird permanently !


I use the FreeBSD native version of Mozilla-1.6 and not any of the Linux 
versions.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [OT] What's QED? (was Re: Wisdom of automating upgrades)

2004-06-08 Thread Kent Stewart
On Tuesday 08 June 2004 09:36 am, Bill Moran wrote:
 Peter Risdon [EMAIL PROTECTED] wrote:
  Robert Huff wrote:
  Peter Risdon writes:
   I suppose what I'm driving at is whether the RELENG_4 branch
   sees many commits that are likely to be problematic.
  
 In general, no.
 On the other hand ... think of this as a Murphy's Law scenario:
  if you automate, it _will_ break horribly two days before some
  absolutely critical deadline.
 
  QED

 I must be out of touch with my jargon ...

 What's QED?

I remember seeing that  at the end of mathematical proofs at the 
University where the professor was too lazy to finish their 
documentation. It was much more fitting here :).

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: free

2004-06-08 Thread Kent Stewart
On Tuesday 08 June 2004 10:38 am, Bill Moran wrote:
 [Please use reply all to include the mailing list in subsequent
 questions, I do not always have time to respond to all follow-ups.]

 dauda braimah [EMAIL PROTECTED] wrote:
  Hi Bill,
  thanks for that email and the prompt reply.
 
  What practical minimum size required to install
  freebsd and XP

 I have not idea how little a disk Windows XP will fit on, but I doubt
 2G will be big enough.

I agree. My WinXP directory by itself is 1.8 GB and the applications are 
exponential from there :).


 How much space you need for FreeBSD depends entirely on what you want
 to do. If you just want to use it as an internet firewall, you can do
 a minimal installation of less than a few hundred meg.  If you want
 to do C-language development for servers or console applications, you
 could probably get away with less than 1G.  If you want a full-blown
 graphical interface with web browser and office suite, you're going
 to need at least 10G.

I am not sure that is enough. For example, just updating java-1.4, you 
need 1.7+ GB free. I think there are other ports that need much more. I 
have /usr/ports as a stand alone mount point and created a 15 GB 
filesystem just for the ports. It is currently running at 20% used.

Kent

  Thanks
 
   dauda braimah [EMAIL PROTECTED] wrote:
How do I install freebsd and another Os in a pc
  
   with
  
2gigabyte hdd disk eg Window XP and freebsd.
   
How do I format a system that has freebsd 4.5 in
  
   it
  
   Have you read the install docs?:
 
  http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install.h
 tml
 
   Be sure you back up any important data before
   starting, _especially_ if
   you're unfamiliar with the process.
  
   If you hit specific questions or problems as you go,
   don't hesitate to ask
   the list again.

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


<    1   2   3   4   5   6   7   8   9   10   >