Mod_frontpage config error

2002-07-22 Thread Lord Raiden

Ran into something I'm not entirely sure how to fix.  Was running the 
config script for configuring frontpage extentions on one of our apache 
servers by running the script 
/usr/local/frontpage/version5.0/fp_install.sh on the server after 
installing mod_frontpage.  But when I run it, all goes fine until I get 
to this one point.  Here is an example of the output.

Will chown web to www as part of install.
Will chgrp web to www as part of install.
Note: Local version of Apache must use the FrontPage Apache patch.Error: 
Cannot open srm.conf: no such file or folder.
ERROR:  / installation failed.
Hit enter to continue

Exiting due to an error!  Please fix the error and try again.

I do a find to see if that file exists, and I find the file in question 
located here /usr/local/etc/apache/srm.conf. so the file obviously 
exists.  I know the permissions are correct.  Here's the permissions on it, 
-rw-r--r--  1 root  wheel  357 Jul  2 18:52 
/usr/local/etc/apache/srm.conf.  I've even tried doing a chmod to 777 to 
see if it was a permissions issue, and it's not.

Anyone got any ideas how to fix this?  I'm stumped.

-- The Raiden Knows

Remember amateurs built the ark  -- professionals built the Titanic. - 
Unknown

Just when you think you have life figured out and all is going well, watch 
your step, for you are about to fall. - Ancient Proverb

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



Re: Mod_frontpage config error

2002-07-22 Thread Mark Pearce

On Mon, 22 Jul 2002 04:03:46 -0400
Lord Raiden [EMAIL PROTECTED] grunted:

   Ran into something I'm not entirely sure how to fix.  Was running the 
 config script for configuring frontpage extentions on one of our apache 
 servers by running the script 
 /usr/local/frontpage/version5.0/fp_install.sh on the server after 
 installing mod_frontpage.  But when I run it, all goes fine until I get 
 to this one point.  Here is an example of the output.
 
 Will chown web to www as part of install.
 Will chgrp web to www as part of install.
 Note: Local version of Apache must use the FrontPage Apache patch.Error: 
 Cannot open srm.conf: no such file or folder.
 ERROR:  / installation failed.
 Hit enter to continue

You should not be using a srm.conf file at all, adjust your httpd.conf file to the 
following:

ResourceConfig /dev/null 
AccessConfig /dev/null

Mark

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



Re: Mod_frontpage config error

2002-07-22 Thread Wayne Pascoe

Lord Raiden [EMAIL PROTECTED] writes:

   /usr/local/frontpage/version5.0/fp_install.sh on the server
   after installing mod_frontpage.  But when I run it, all goes
   fine until I get to this one point.  Here is an example of the
   output.

Is there any way to specify where your apache is installed to this
script ? Are you sure it is looking in the right place ?

   I do a find to see if that file exists, and I find the file in
   question located here /usr/local/etc/apache/srm.conf. so the

As I said, are you sure that the fp_install.sh script is looking in
that location for it ? 

   file obviously exists.  I know the permissions are correct.
   Here's the permissions on it, -rw-r--r--  1 root  wheel  357
   Jul  2 18:52 /usr/local/etc/apache/srm.conf.  I've even tried
   doing a chmod to 777 to see if it was a permissions issue, and
   it's not.

For the record, srm.conf is deprecated. Everything that used to be
stored in srm.conf is now in httpd.conf by default.

 -- The Raiden Knows
 
 Remember amateurs built the ark  -- professionals built the Titanic.
 -
 
 Unknown
 
 Just when you think you have life figured out and all is going well,
 watch your step, for you are about to fall. - Ancient Proverb

Please, I'm begging you - fix your sig. 

-- 
- Wayne Pascoe  -  http://www.penguinpowered.org.uk/wayne/
Things fall apart; the centre cannot hold;
Mere anarchy is loosed upon the world. 
- Yeats


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



Fw: Promise SuperTrak SX 6000 ATA RAID Card ?

2002-07-22 Thread Marcin Kielek


- Original Message -
From: Marcin Kielek [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Monday, July 22, 2002 10:05 AM
Subject: Promise SuperTrak SX 6000 ATA RAID Card ?


 Hallo,

 I have a quesion about FreeBSD support for this hardware. I'v just bought
 this card to use in my new server at work (based on FreeBSD 4.6 RELASE).
 But I'm a little worry and upsed, because 4.6 kernel doesn't support this
 card (it is invisible for FreeBSD). I'v seen on www.promise.com that this
 hardware has drivers for Linux kernel. Is there any chance to run
 RAID-5 based on this hardware on FreeBSD? I strongly prefer to use FreeBSD
 than linux as operating system on my servers, and I don't want to be
froced
 to make this on linux server for that reason :(.

 Greetings,

 Marcin Kieek

 UNIX Administrator




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



Sound Blaster Live Support ?

2002-07-22 Thread Rickard Hidefjäll


Hi !

I have a question about sound blaster live support. I'v a stabel version of 
FreeBSD. I have been looking around in different FreeBSD related sites 
including your own handbook. with out any success in finding any hint or 
howto.

What shall i do if i have one of the moste common mordern sound cards and 
want to use it in FreeBSD? ( which I'm very found of)


Regards / Rickard Hidefjäll

_
På MSN hittar du det roliga, intressanta och användbara på internet: 
http://www.msn.se


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



Re: Sound Blaster Live Support ?

2002-07-22 Thread Wayne Pascoe

Rickard Hidefjäll [EMAIL PROTECTED] writes:

 Hi !
 
 I have a question about sound blaster live support. I'v a stabel
 version of FreeBSD. I have been looking around in different FreeBSD
 related sites including your own handbook. with out any success in
 finding any hint or howto.
 
 What shall i do if i have one of the moste common mordern sound cards
 and want to use it in FreeBSD? ( which I'm very found of)

You just need to recompile your kernel. Add the following line to your
kernel config file:
device  pcm

recompile, install the new kernel and reboot.

Regards,

-- 
- Wayne Pascoe  -  http://www.penguinpowered.org.uk/wayne/
Doing a linear scan over an associative array
is like trying to club someone to death with a 
loaded Uzi. - Larry Wall


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



Re: If a disk is mounted read only is it possible to corrupt it?

2002-07-22 Thread Jens Rehsack



Philip Hallstrom wrote:
 
 Hi all -
 This seems like an obvious answer, but I didn't see anything in
 the man pages or the FQ so...
 
 If I mount *all* of my partitions as read only (ignoring the problems of
 needing to write log files, etc. for now) and then cut the power to the
 server, is there any chance of corrupting the disk?  It seems that FreeBSD
 wouldn't do it, but would the disk itself do it?

That depends on the disk you're using. If you have problem with your
power supply, you should better think 'bout an uninterruptable power supply.

Jens

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

-- 
L i  W W W  i Jens Rehsack
LW W W
L i   W   W W   W   i  nnnLiWing IT-Services
L iW W   W Wi  n  n  g   g
  i W W i  n  n  g   gFriesenstraße 2
  06112 Halle
 g
 g   g
Tel.:  +49 - 3 45 - 5 17 05 91ggg e-Mail: [EMAIL PROTECTED]
Fax:   +49 - 3 45 - 5 17 05 92http://www.liwing.de/

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



Re: Administrators - GUI's or Command lines

2002-07-22 Thread Gary Dunn

On Sun, 21 Jul 2002 17:08:17 -0600, Grant Cooper wrote:
 quick question for the admins, do you guys perfer to work out of a GUI such
 as KDE or just from freeBSD CLI(command line interface)?

I install X but don't run it. That way I can run an X app from my workstation, 
tunneling through shh. My favorite is gkrellm. I use it to keep an eye on activity and 
drive space.

 --+---+---+--
Gary Dunn
Open Slate Project
http://www.aloha.com/~knowtree/



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



Re: Apache - displaying images

2002-07-22 Thread Gary Dunn

On Sun, 21 Jul 2002 19:58:33 +0200, Steve Mazerski wrote:
 On Sunday 21 July 2002 19:17, OMS Diver wrote:
  I have installed the Apache13+mod_ssl sucessfully and than copied the
  directory icons from its original location into the new one where I want
  all WWW files. I have downloaded the Powered by FreeBSD logo and saved it
  into the icons directory. Right now I have main directory called
  /home/data/www where index.html is placed and /home/data/www/icons where
  some gif and png images are placed. I can easily display images that come
  originally with Apache but other images that are stored there are not
  accessible. In other way the Konqueror displays the script img
  src=icons/apache_pb.gif but does not want display img
  src=icons/fsbpb2.gif.
 
  Do you have any clue where I should look for error.
 
 What permissions do the new icons have? 
 
 Can you load them directly from the filesystem, e.g. by entering
   file:/home/data/www/icons/fsbpb2.gif
 in your browser?
 
 BTW it's a better practice to quote filenames and other attributes in HTML,
 e.g.
 img src=icons/fsbpb2.gif
 
 S.Mazerski

You might need a leading slash, depending on where in the file tree the html page is 
located. A good rule is if you are accessing files in the images folder, use the 
slash, regardless, because that makes your pages portable within your site. 

Example: img src=/icons/fsbpb2.gif

 --+---+---+--
Gary Dunn
Open Slate Project
http://www.aloha.com/~knowtree/



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



Re: Administrators - GUI's or Command lines

2002-07-22 Thread Roman Neuhauser

 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 From: Gary Dunn [EMAIL PROTECTED]
 Subject: Re: Administrators - GUI's or Command lines
 Date: Mon, 22 Jul 2002 00:54:29 HST
 
 On Sun, 21 Jul 2002 17:08:17 -0600, Grant Cooper wrote:
  quick question for the admins, do you guys perfer to work out of a GUI such
  as KDE or just from freeBSD CLI(command line interface)?
 
 I install X but don't run it. That way I can run an X app from my
 workstation, tunneling through shh. My favorite is gkrellm. I use it
 to keep an eye on activity and drive space.

wouldn't something along the lines of

#!/bin/sh
while true; do
clear
df -h
sleep 5
done

fit the bill?

-- 
FreeBSD 4.6-STABLE
1:06PM up 5 days, 23:25, 8 users, load averages: 0.00, 0.00, 0.00

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



Installing ports into /usr/pkg

2002-07-22 Thread Eirik Nygaard

Hello...

I am trying to install the ports into /usr/pkg instead of /usr/local, I am setting 
LOCALBASE and PREFIX to /usr/pkg in the /etc/make.conf it installes where I want it 
but when I install a port that depends on a already installed port it does not see 
that it is installed and trys to install it agian, anyone know how I can fix that?

-- 

Eirik Nygaard [EMAIL PROTECTED]
Http://kverka.org/~eirik/
PGP Key: 83C55EDE




msg01137/pgp0.pgp
Description: PGP signature


Imagemagick mogrify TMPDIR

2002-07-22 Thread David Larkin

Hi,
I've just installed Imagemagick from the ports directory
ImageMagick-5.4.7-1

I'm having problems running a simple mogrify and reported this to the
Imagemagick
mail list who suggested it was because I hadn't set the environment
variable TMPDIR.

I've now tried doing that by placing

setenv TMPDIR /tmp

in my .cshrc file

I now get

49:eagle{david}% echo $TMPDIR
/tmp
50:eagle{david}%  mogrify -resize 100x100! test.jpg
mogrify: Unable to create temporary file (test.jpg).
51:eagle{david}% df -k /tmp
Filesystem   1K-blocks UsedAvail Capacity  Mounted on
/dev/ad0s1a 19839929643   15288516%/
52:eagle{david}% ls -al /tmp
total 614
drwxrwxrwt   12 rootwheel1024 Jul 22 03:15 .

FreeBSD eagle 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sat Apr 21 10:54:49
GMT 2001 [EMAIL PROTECTED]:/usr/src/sys/compile/GENERIC  i386

Any ideas ?

Thanks
David






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



Mp3 Tags

2002-07-22 Thread Christopher J. Umina

Hi guys,

Is there a command that I can use to strip the tags off of Mp3's?
I want to strip the ID3v1 and ID3v2 tags out.  Or does anybody have a clue
about how I could do it in C or C++?

Thanks,
Christopher J. Umina


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



Re: Thoughts on Web Site Design / Builder apps?

2002-07-22 Thread Moti Levy

will that work on gnome and not kde ?

-
Moti
www.flncs.com
-
be careful what you wish for ...
-

- Original Message -
From: Bjarne Wichmann Petersen [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; FreeBSD-Questions
[EMAIL PROTECTED]
Sent: Sunday, July 21, 2002 3:04 AM
Subject: Re: Thoughts on Web Site Design / Builder apps?


 On Thursday 18 July 2002 14:07, Daniel Bye wrote:

  I don't know if it's quite what you're looking for, but Bluefish is a
  nice HTML editor - it's in the ports under www.
  I'm not aware of any other such apps, but this is *NIX, so there are
  bound to be a multitude.

 Personally I'm using Quanta plus and prefer it any day over Bluefish. Q+
is
 in the ports as well.

 Bjarne
 --
 Homepage: http://www.mekanix.dk

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




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



FreeBSD 4.6 and PPP

2002-07-22 Thread Graham Lillico

Hi,

I have upgraded my firewall to 4.6 but I am having problems with ppp.linkup 
files.

whenever I start ppp I get the following errors in my /var/log/ppp.log file.

Jul 22 13:22:14 loki ppp[660]: tun0: Warning: /etc/ppp/ppp.linkup: !bg ipf 
-Fa -f /etc/ipf.rules: Invalid command
Jul 22 13:22:14 loki ppp[660]: tun0: Warning: /etc/ppp/ppp.linkup: !bg ipnat 
-CF -f /etc/ipnat.rules: Invalid command

My ppp.linkup file contains the following,

adsl:
!bg ipf -Fa -f /etc/ipf.rules
!bg ipnat -CF -f /etc/ipnat.rules

both my ppp.conf and ppp.linkup files have permissions of 0600

Does anyone have any idea what the problem could be?  I have checked the man 
pages and sample files but nothing seems to be working.

Regards

Grez..





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


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



sendmail and mqueue permissions

2002-07-22 Thread Jim Freeze

Hi:

I get the following error in my log:

rabbit kernel log messages:
 bbit sendmail[177]: g67NOTKK000177: SYSERR(root): queueup: cannot create queue temp 
file ./tfg67NOTKK000177, uid=25: Permission denied

My permissions are:
-r-xr-sr-x   1 rootsmmsp  582428 Jul  7 18:45 sendmail*
drwxrwx---   2 smmsp   smmsp 512 Jul 22 09:04 clientmqueue/
drwxr-xr-x   2 rootdaemon512 Jul 22 09:08 mqueue/

I tried changing the owner of mqueue from root to smmsp, but then
I could not receive mail.

Can someone tell me why I get the permission denied error.

Thanks
-- 
Jim Freeze
If only I had something clever to say for my comment...
~

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



(no subject)

2002-07-22 Thread Kliment Andreev





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



Re: top(1) blocks - SOLVED (and another question)

2002-07-22 Thread Stefan Schwarzer

Hi Dan

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

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

Now follows the description and what I did to get top(1) to work. This
results in another question to which answers would be very much
appreciated. :-)

Running top as root and pressing ^T revealed that top most (at least
practically) of the time was stuck at a select call. Looking at the
trace dump showed that one NIS entry was read repeatedly. (Some
site-specific data had to be concealed here.)

 46552 top  CALL  gettimeofday(0xbfbff334,0)
 46552 top  RET   gettimeofday 0
 46552 top  CALL  getpid
 46552 top  RET   getpid 46552/0xb5d8
 46552 top  CALL  getsockname(0x4,0xbfbfef80,0xbfbfef60)
 46552 top  RET   getsockname 0
 46552 top  CALL  gettimeofday(0xbfbff334,0)
 46552 top  RET   gettimeofday 0
 46552 top  CALL  getpid
 46552 top  RET   getpid 46552/0xb5d8
 46552 top  CALL  getsockname(0x4,0xbfbfef80,0xbfbfef60)
 46552 top  RET   getsockname 0
 46552 top  CALL  sendto(0x4,0x80d8968,0x60,0,0x80d8008,0x10)
 46552 top  GIO   fd 4 wrote 96 bytes
   GB%¹\0\0\0\0\0\0\0\^B\0\^A\M^F¤\0\0\0\^B\0\0\0\^C\0\0\0\0\0\0\0\0\0\0\
\0\0\0\0\0\0\0\0\0\^Rrz.tu-clausthal.de\0\0\0\0\0\^Tmaster.passwd.byna\
me\0\0\0\^Duserid1
 46552 top  RET   sendto 96/0x60
 46552 top  CALL  gettimeofday(0xbfbff29c,0)
 46552 top  RET   gettimeofday 0
 46552 top  CALL  select(0x5,0xbfbff30c,0,0,0xbfbff294)
 46552 top  RET   select 1
 46552 top  CALL  recvfrom(0x4,0x80d8068,0x900,0,0xbfbff2fc,0xbfbff278)
 46552 top  GIO   fd 4 read 100 bytes
   GB%¹\0\0\0\^A\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\^A\0\0\0Buserid1:
encryped pw:user:group::0:0:fname lname:/home/bin/userid1:\
/bin/csh\0\0
 46552 top  RET   recvfrom 100/0x64

This sequence was repeated over and over. In consecutive sequences
only the first characters differed. For example, in the next sequence
both of the two strings started with HB instead of GB, so this
seems to be some kind of counter.

Because it looked like that there was something special with this user
(userid1), I examined /etc/passwd via vipw(8). A part of the NIS
entries was:

+userid2:::grp1:/srv/home/userid2:/usr/local/bin/bash
+userid3:::grp1:/srv/home/userid3:/usr/local/bin/bash
+userid4:::grp1:/srv/home/userid4:/usr/local/bin/bash
+@netgrp1:::grp1::/usr/local/bin/bash
+userid1:
+userid5:

After experimenting a bit it turned out that always the user
immediately after the netgrp1 netgroup entry was the one which showed
up in the repetive system calls when ktrace'ing top.

Putting the netgrp1 entry after all individual accounts solved the
problem of the stuck top.

Now my question: Can anyone explain this behaviour? I've read
passwd(5) and can see no reason why the problem with top should have
happened in the first place.

Stefan



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



[no subject]

2002-07-22 Thread dadem

hi,
i am a new FreeBSD user, and I have a problem with
Java in FreeBSD, if you help me, I will be so happy...
I have downloaded JDK1.1.8 for FreeBSD and installed
it. when I wrote a java file to test JDK, it compiled
my java program(by using the javac file-name.java
command) correctly and create .class file, but after I
said java file-name it said :
ld.so failed: Cannot find shared library
libX11.so.6.1

then i searched for this file from the internet and
got it, and saved it to
jdk1.1.8/lib/i386/green_threads/libX11.so.6.1

but now after creating .class file when I said 
./java class-name 
it said bad magic number in
jdk1.1.8/bin.lib/i386/green_threads/libX11.so.6.1

now, I want your help to solve this problem 
waiting for your reply
thank you for your help,

Adem Delibas


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

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



PPP and ADSL question

2002-07-22 Thread Martyn Hill

We've been running our ADSL line successfully since it's installation last September. 
The ADSL router is configured as the
default route on a second NIC (fxp1) in our FreeBSD 4.5-RELENG box that acts as the 
school router.

UserPPP is enabled, but NAT is handled by the kernel alongside IPFW. UserPPP is 
configured in ddial mode. Ever since ADSL was
installed, the ppp.log file continually fills with the error message as follows 
(repeated about every 30 seconds):

Jul 22 14:45:54 sjrouter ppp[56]: tun0: Phase: deflink: Disconnected!
Jul 22 14:45:54 sjrouter ppp[56]: tun0: Phase: deflink: carrier - hangup
Jul 22 14:45:54 sjrouter ppp[56]: tun0: Phase: deflink: Connect time: 6 secs: 0 octets 
in, 0 octets out
Jul 22 14:45:54 sjrouter ppp[56]: tun0: Phase: deflink: : 0 packets in, 0 packets out
Jul 22 14:45:54 sjrouter ppp[56]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on 
Mon Jul 22 14:45:54 2002
Jul 22 14:45:54 sjrouter ppp[56]: tun0: Phase: deflink: hangup - opening
Jul 22 14:45:54 sjrouter ppp[56]: tun0: Phase: deflink: Enter pause (30) for redialing.

Here's our ppp.conf (hidden passwords, obviously...)

default:

 ident user-ppp VERSION (built COMPILATIONDATE)
 set server nnn ***
 set log Phase Chat LCP IPCP CCP tun command
 set timeout 0

adsl:
 set device PPPoE:fxp1
 set authname ***
 set authkey ***
 set dial
 set login
 set speed sync
 set mru 1492
 set mtu 1492
 set ctsrts off
 disable pred1 deflate lqr
 deny pred1 deflate lqr
 add default HISADDR   # Add a (sticky) default route
 disable iface-alias

 set ifaddr *this NIC IP* #the static ADSL router IP# 255.255.255.255 0.0.0.0

Our rc.conf looks like this (partial...)

#
# UserPPP enabled, MJH 210801
#
ppp_enable=Yes
ppp_profile=adsl
ppp_mode=ddial
#ppp_auto=Yes
ppp_nat=No

Question 1: Do I need to worry about the erroneous log entries?
Question 2: What role does PPP play when an an ADSL router is installed?
Question 3: How should UserPPP be configured in this instance?

Any help would be appreciated.

Martyn Hill
ICT Teacher and IT Co-ordinator
St James Independent School
London


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



Re: Mod_frontpage config error

2002-07-22 Thread Lord Raiden

 Thank you.  I didn't realize that some of the original apache 
features were depricated and moved to the httpd.conf file.  So I made some 
changes and it worked like a charm.  Thanks.

At 10:11 AM 7/22/02 +0200, Mark Pearce wrote:
On Mon, 22 Jul 2002 04:03:46 -0400
Lord Raiden [EMAIL PROTECTED] grunted:

Ran into something I'm not entirely sure how to fix.  Was running 
 the
  config script for configuring frontpage extentions on one of our apache
  servers by running the script
  /usr/local/frontpage/version5.0/fp_install.sh on the server after
  installing mod_frontpage.  But when I run it, all goes fine until I get
  to this one point.  Here is an example of the output.
 
  Will chown web to www as part of install.
  Will chgrp web to www as part of install.
  Note: Local version of Apache must use the FrontPage Apache patch.Error:
  Cannot open srm.conf: no such file or folder.
  ERROR:  / installation failed.
  Hit enter to continue

You should not be using a srm.conf file at all, adjust your httpd.conf 
file to the following:

ResourceConfig /dev/null
AccessConfig /dev/null

Mark


-- The Raiden Knows

Remember amateurs built the ark  -- professionals built the Titanic. - 
Unknown

Just when you think you have life figured out and all is going well, watch 
your step, for you are about to fall. - Ancient Proverb

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



Re: Mod_frontpage config error

2002-07-22 Thread Steve Wingate

On Monday 22 July 2002 01:03 am, Lord Raiden wrote:
 Ran into something I'm not entirely sure how to fix.  Was running the
 config script for configuring frontpage extentions on one of our apache
 servers by running the script
 /usr/local/frontpage/version5.0/fp_install.sh on the server after
 installing mod_frontpage.  But when I run it, all goes fine until I get
 to this one point.  Here is an example of the output.

 Will chown web to www as part of install.
 Will chgrp web to www as part of install.
 Note: Local version of Apache must use the FrontPage Apache patch.Error:
 Cannot open srm.conf: no such file or folder.
 ERROR:  / installation failed.
 Hit enter to continue

 Exiting due to an error!  Please fix the error and try again.

   I do a find to see if that file exists, and I find the file in question
 located here /usr/local/etc/apache/srm.conf. so the file obviously
 exists.  I know the permissions are correct.  Here's the permissions on it,
 -rw-r--r--  1 root  wheel  357 Jul  2 18:52
 /usr/local/etc/apache/srm.conf.  I've even tried doing a chmod to 777 to
 see if it was a permissions issue, and it's not.

   Anyone got any ideas how to fix this?  I'm stumped.

I've seen that a long time ago. I'm guessing you're not using the frontpage 
port. It has something to do gmake, IIRC. Check the archives at www.rtr.com 
or google.



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



Re: log files

2002-07-22 Thread Jerry McAllister

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

Problems like no logs being writen maybe.
Some things take the absense of a log file as a signal to
not write log entries.  I doubt that anything critical does
it that way.

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

What we usually do is:  first observe the ownership (UID and GID) and
the permissions on the log file.  Then mv(1) the file to an alternate
name, usually with the date in the name and either touch(1) the file
and fix up the owner and permissions or do something like cp(1) /dev/null
to the name and fix up owners and permissions.   

I won't guarantee that will cover all situations, and maybe it is
a little crude(??) but it seems to work.   We have lots of things
that roll over logs using this procedure by age or by size of the 
log file.  We use a cron(8) job to check them periodically.  I think 
some things also have built-in checks for log file size.

jerry

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


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



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

2002-07-22 Thread Kent Stewart



Jud wrote:

 7/22/2002 12:50:01 AM, Kent Stewart [EMAIL PROTECTED] wrote:
 
 

sagacious wrote:


Wtf? Check this out.

 

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

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

cd ../../modules ; env 
MAKEOBJDIRPREFIX=/usr/src/sys/compile/ghost/modules 

 DEBUG=-g 
 
DEBUG_FLAGS=-g MACHINE=i386 make clean

=== accf_data

/usr/src/sys/modules/accf_data/../../conf/kmod.mk, line 63: Could 

 not 
 
find bsd.init.mk

/usr/src/sys/modules/accf_data/../../conf/kmod.mk, line 190: Could 

 not 
 
find bsd.links.mk

make: fatal errors encountered -- cannot continue

 

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

 I 
 
should begin with this?


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

Kent

 
 I got the same error after cvsup-ing from cvsup13.  :)
 
 Bsd.links.mk, etc., were among the files in the cvsup.  I think what may 
 be happening is that in this one instance installing world before 
 rebuilding the kernel will install the new files and allow the kernel to build.  
 At least it worked for me.


Did you do a config style kernel build or a buildkernel. I did the 
build{install]kernel without any problems.

Kent


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


-- 
Kent Stewart
Richland, WA

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


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



RE: FreeBSD 4.6 and PPP

2002-07-22 Thread Graham Lillico

First of all sorry about the duplicate post, I got a bounce message and sent 
it again by mistake.

Anyway back to the problem.

I went from 4.5 to 4.6 but the only reason I'm using ipnat is that I am 
doing port forwarding from my firewall to my internal server for some 
services (www and smtp) and I don't know how to use ppp -nat.

The other reason is that I'm using the ppp.conf file that was supplied to my 
with the speedtouch USB modem software and I need to reload my rules 
manually before I can connect to the outside world, i'm assuming that this 
is because the ADSL connection is established after the ipf rules have been 
loaded.

On closer inspection I have noticed that I have not indented the ipf and 
ipnat lines in my ppp.linkup file and being that the sample files are doing 
this I guess it is required (can't belive I missed that).

Regards

Grez..

From: Joe  Fhe Barbish [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: Graham Lillico [EMAIL PROTECTED]
Subject: RE: FreeBSD 4.6 and PPP
Date: Mon, 22 Jul 2002 10:24:33 -0400

You did not say what FBSD version you were coming from.
FBSD 4.5  4.6 contains a lot of changes to IPFW.
But your error message seems to indicate user ppp has been changed also.

Ipfw  ipnat are launched from the rc.conf file and why would you want
to use ipnat instead of user ppp -nat function?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Graham Lillico
Sent: Monday, July 22, 2002 9:17 AM
To: [EMAIL PROTECTED]
Subject: FreeBSD 4.6 and PPP

Hi,

I have upgraded my firewall to 4.6 but I am having problems with ppp.linkup
files.

whenever I start ppp I get the following errors in my /var/log/ppp.log 
file.

Jul 22 13:22:14 loki ppp[660]: tun0: Warning: /etc/ppp/ppp.linkup: !bg ipf
-Fa -f /etc/ipf.rules: Invalid command
Jul 22 13:22:14 loki ppp[660]: tun0: Warning: /etc/ppp/ppp.linkup: !bg 
ipnat
-CF -f /etc/ipnat.rules: Invalid command

My ppp.linkup file contains the following,

adsl:
!bg ipf -Fa -f /etc/ipf.rules
!bg ipnat -CF -f /etc/ipnat.rules

both my ppp.conf and ppp.linkup files have permissions of 0600

Does anyone have any idea what the problem could be?  I have checked the 
man
pages and sample files but nothing seems to be working.

Regards

Grez..


_
Chat with friends online, try MSN Messenger: http://messenger.msn.com


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




_
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com


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



Re: If a disk is mounted read only is it possible to corrupt it?

2002-07-22 Thread Brian T. Schellenberger

On Monday 22 July 2002 06:23 am, Jens Rehsack wrote:
| Philip Hallstrom wrote:
|  Hi all -
|  This seems like an obvious answer, but I didn't see anything in
|  the man pages or the FQ so...
| 
|  If I mount *all* of my partitions as read only (ignoring the problems of
|  needing to write log files, etc. for now) and then cut the power to the
|  server, is there any chance of corrupting the disk?  It seems that
|  FreeBSD wouldn't do it, but would the disk itself do it?
|
| That depends on the disk you're using. If you have problem with your
| power supply, you should better think 'bout an uninterruptable power
| supply.

Unless there is a power surge or physical trauma, a disk most certainly should 
not be capable of self-corrupting unless a write has been issued, and if 
they are mounted r/o then FreeBSD will never issue a write.



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

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

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



RE: Problem in making mimedefang

2002-07-22 Thread Ada Cheng

Good morning,
I notice the port has been updated to 2.16, so I try make again but obtain
the following error: (same as when I try to compile 2.15)
===  Extracting for mimedefang-2.16
 Checksum OK for mimedefang-2.16.tar.gz.
===   mimedefang-2.16 depends on file:
/usr/local/lib/perl5/site_perl/5.005/IO/Stringy.pm - found
===   mimedefang-2.16 depends on file:
/usr/local/lib/perl5/site_perl/5.005/MIME/Tools.pm - found
===   mimedefang-2.16 depends on file:
/usr/local/lib/perl5/site_perl/5.005/i386-freebsd/MIME/Base64.pm - found
===   mimedefang-2.16 depends on file:
/usr/local/lib/perl5/site_perl/5.005/Mail/Address.pm - found
===   mimedefang-2.16 depends on file:
/usr/local/lib/perl5/site_perl/5.005/i386-freebsd/Digest/SHA1.pm - found
===   mimedefang-2.16 depends on file:
/usr/local/lib/perl5/site_perl/5.005/Mail/SpamAssassin.pm - found
===  Patching for mimedefang-2.16
===  Applying FreeBSD patches for mimedefang-2.16
  I can't seem to find a patch in there anywhere.
  I can't seem to find a patch in there anywhere.
  I can't seem to find a patch in there anywhere.
2 out of 2 hunks failed--saving rejects to mimedefang-multiplexor.c.rej
 Patch patch-mimedefang-multiplexor.c,v failed to apply cleanly.
 Patch(es) patch-Makefile.in patch-Makefile.in,v patch-configure,v
patch-init-script.in patch-init-script.in,v applied cleanly.
*** Error code 1

Stop in /usr/ports/mail/mimedefang.

A stupid question: How do a compile the souce myself?
Thanks.
Ada


On Fri, 19 Jul 2002, Barry Byrne wrote:

 Ada:

 The source for the latest release of MIMEdefang (2.16) compiles cleanly on
 FreeBSD, so you could try skipping the port and downloading the source and
 compiling it yourself.

  - Barry

 --
 Barry Byrne, IT Manager,
 WBT Systems, Block 2, Harcourt Centre
 Harcourt Street, Dublin 2, Ireland


  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED]]On Behalf Of Ada Cheng
  Sent: 19 July 2002 14:03
  To: [EMAIL PROTECTED]
  Subject: Problem in making mimedefang
 
 
  Good morning,
  First thanks to everyone for directing me to port upgrade using
  cvsup.  I have done that and ran make at /usr/ports/mail/mimedefang, but
  it results in the following error:
  ===  Patching for mimedefang-2.15
  ===  Applying FreeBSD patches for mimedefang-2.15
  Ignoring previously applied (or reversed) patch.
  2 out of 2 hunks ignored--saving rejects to Makefile.in.rej
   Patch patch-Makefile.in failed to apply cleanly.
  *** Error code 1
 
  Stop in /usr/ports/mail/mimedefang.
 
  Any help will be greatly appreciated.
 
  Ada
 
 
  To Unsubscribe: send mail to [EMAIL PROTECTED]
  with unsubscribe freebsd-questions in the body of the message
 



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



Re: php-mysql question

2002-07-22 Thread Ken Wills

+++ David Banning [19/07/02 18:25 -0400]:
 Still stuck - 
 
 I am getting this error no database selected
 when I try to connect to mysql with phpmyadmin
 or with my separate custom php appication.

(1) Can you log in with just plain old 'mysql'? Then check your config in your 
phpmyadmin
config file to use the same connection method you use with the mysql command.

 
 I have deleted /usr/local/etc/php.ini so it should be
 running on the default parameters.
 
 Presently I am running;
 
 mod_php4-4.2.1_2
 mysql-client-3.23.51 
 p5-Mysql-modules-1.2216 (do I need this?)
 mysql-server-3.23.51
 on FreeBSD 4.5S
 
 Anyone got any ideas?
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message

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



Re: MySQL Installation

2002-07-22 Thread Marc Silver

Hi there,

You can install this with ease using the FreeBSD ports tree.

Simply cd into /usr/ports/databases/mysql323-server 

and type make install  

that'll install it all for you... :)  Good luck.

You'll need to consult the MySQL documentation for information on
adding/creating databases etc, but this will install the actual server
binaries etc for you.

- Marc

On Mon, Jul 22, 2002 at 11:28:37AM -0400, MET wrote:
 I was wondering if someone could be so kind as to write up directions
 for installing MySQL that makes sense.  I've read all of the
 documentation from their site that I can handle, and can take no more.
 Simply put I'm a Unix newbie, and their directions are definitely for
 someone with more knowledge than I.  I've just installed FreeBSD 4.6,
 clean install, without any GUI interface, CLI strictly.  The purpose of
 MySQL is for nothing more than a mere web database (I've been doing PHP
 + MySQL for years and figured I'd give server technology a try).
  
 Thank yous to the daring.
  
  
 - Matthew Metnetsky

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



Re: MySQL Installation

2002-07-22 Thread Wayne Pascoe

MET [EMAIL PROTECTED] writes:

 I was wondering if someone could be so kind as to write up
 directions for installing MySQL that makes sense.  I've read all of
 the documentation from their site that I can handle, and can take no
 more.  Simply put I'm a Unix newbie, and their directions are
 definitely for someone with more knowledge than I.  I've just
 installed FreeBSD 4.6, clean install, without any GUI interface, CLI
 strictly.  The purpose of MySQL is for nothing more than a mere web
 database (I've been doing PHP + MySQL for years and figured I'd give
 server technology a try).

cd /usr/ports/databases/mysql323-server/
make install

Hope that helps.

-- 
- Wayne Pascoe  -  http://www.penguinpowered.org.uk/wayne/
Everything to excess. To enjoy the flavour of 
life, take big bites. Moderation is for 
monks. - Robert Heinlein


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



Re: MySQL Installation

2002-07-22 Thread Jason Porter

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Use the ports.
# cd /usr/ports/databases/mysql323-server
# make install clean

As soon as it's all done you'll have to configure it, but that's pretty
straight forward.  Enjoy :)



MET wrote:

| Message
| I was wondering if someone could be so kind as to write up directions
| for installing MySQL that makes sense.  I've read all of the
| documentation from their site that I can handle, and can take no
| more.  Simply put I'm a Unix newbie, and their directions are
| definitely for someone with more knowledge than I.  I've just
| installed FreeBSD 4.6, clean install, without any GUI interface, CLI
| strictly.  The purpose of MySQL is for nothing more than a mere web
| database (I've been doing PHP + MySQL for years and figured I'd give
| server technology a try).
|  
| Thank yous to the daring.
|  
|  
| - Matthew Metnetsky
|  
|  
| /**
|  
|   Matthew Metnetsky
|  
|   [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]_
|  
| **/
|  


- --
- -Jason Porter

Real programmers are secure enough to write
readable code, which they then self-righteously
refuse to explain.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE9PCUuYV2rputn/eARArNzAKCwQmpKMbfHD5wrefHLvN2swZ25FACgxcUi
SN4WKInimR4GWxdPojxEtJI=
=FAUx
-END PGP SIGNATURE-



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



Re: MySQL Installation

2002-07-22 Thread Kevin Golding

Someone, quite probably MET, once wrote:
I was wondering if someone could be so kind as to write up 
directions for installing MySQL that makes sense.  I've read all of 
the documentation from their site that I can handle, and can take 
no more.  Simply put I'm a Unix newbie, and their directions are 
definitely for someone with more knowledge than I.  I've just 
installed FreeBSD 4.6, clean install, without any GUI interface, 
CLI strictly.  The purpose of MySQL is for nothing more than a mere 
web database (I've been doing PHP + MySQL for years and figured I'd 
give server technology a try).

# cd /usr/ports/databases/mysql323-server
# make
# make install
# make clean

Congratulations :-)

You may want to read the following section of the handbook as it will
make so much of your life easier:
http://www.freebsd.org/doc/handbook/ports.html

Kevin
-- 
[EMAIL PROTECTED]

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



Re: Thoughts on Web Site Design / Builder apps?

2002-07-22 Thread Bjarne Wichmann Petersen

On Monday 22 July 2002 14:48, Moti Levy wrote:

 will that work on gnome and not kde ?

You'll need install KDE to run.

Bjarne
-- 
Homepage: http://www.mekanix.dk

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



Re: top(1) blocks - SOLVED (and another question)

2002-07-22 Thread Stefan Schwarzer

Hi Dan

Stefan Schwarzer wrote:
  Ooops, I think I should be root for ktrace'ing :-)
 
  I've made kdumps as root now on my home machine and the server. I'll
  look into them and will describe my findings then.

Now follows the description and what I did to get top(1) to work. This
results in another question to which answers would be very much
appreciated. :-)

Running top as root and pressing ^T revealed that top most (at least
practically) of the time was stuck at a select call. Looking at the
trace dump showed that one NIS entry was read repeatedly. (Some
site-specific data had to be concealed here.)

  46552 top  CALL  gettimeofday(0xbfbff334,0)
  46552 top  RET   gettimeofday 0
  46552 top  CALL  getpid
  46552 top  RET   getpid 46552/0xb5d8
  46552 top  CALL  getsockname(0x4,0xbfbfef80,0xbfbfef60)
  46552 top  RET   getsockname 0
  46552 top  CALL  gettimeofday(0xbfbff334,0)
  46552 top  RET   gettimeofday 0
  46552 top  CALL  getpid
  46552 top  RET   getpid 46552/0xb5d8
  46552 top  CALL  getsockname(0x4,0xbfbfef80,0xbfbfef60)
  46552 top  RET   getsockname 0
  46552 top  CALL  sendto(0x4,0x80d8968,0x60,0,0x80d8008,0x10)
  46552 top  GIO   fd 4 wrote 96 bytes
GB%¹\0\0\0\0\0\0\0\^B\0\^A\M^F\0\0\0\^B\0\0\0\^C\0\0\0\0\0\0\0\0\0\0\
 \0\0\0\0\0\0\0\0\0\^Rrz.tu-clausthal.de\0\0\0\0\0\^Tmaster.passwd.byna\
 me\0\0\0\^Duserid1
  46552 top  RET   sendto 96/0x60
  46552 top  CALL  gettimeofday(0xbfbff29c,0)
  46552 top  RET   gettimeofday 0
  46552 top  CALL  select(0x5,0xbfbff30c,0,0,0xbfbff294)
  46552 top  RET   select 1
  46552 top  CALL  recvfrom(0x4,0x80d8068,0x900,0,0xbfbff2fc,0xbfbff278)
  46552 top  GIO   fd 4 read 100 bytes
GB%¹\0\0\0\^A\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\^A\0\0\0Buserid1:
 encryped pw:user:group::0:0:fname lname:/home/bin/userid1:\
 /bin/csh\0\0
  46552 top  RET   recvfrom 100/0x64

This sequence was repeated over and over. In consecutive sequences
only the first characters differed. For example, in the next sequence
both of the two strings started with HB instead of GB, so this
seems to be some kind of counter.

Because it looked like that there was something special with this user
(userid1), I examined /etc/passwd via vipw(8). A part of the NIS
entries was:

+userid2:::grp1:/srv/home/userid2:/usr/local/bin/bash
+userid3:::grp1:/srv/home/userid3:/usr/local/bin/bash
+userid4:::grp1:/srv/home/userid4:/usr/local/bin/bash
+@netgrp1:::grp1::/usr/local/bin/bash
+userid1:
+userid5:

After experimenting a bit it turned out that always the user
immediately after the netgrp1 netgroup entry was the one which showed
up in the repetive system calls when ktrace'ing top.

Putting the netgrp1 entry after all individual accounts solved the
problem of the stuck top.

Now my question: Can anyone explain this behaviour? I've read
passwd(5) and can see no reason why the problem with top should have
happened in the first place.

Stefan


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



cvsup ports

2002-07-22 Thread Dru


OK, I did something backwards here in my cvsup:

more /root/cvs-supfile
*default host=cvsup.ee.freebsd.org
*default base=/usr/local/etc/cvsup
*default prefix=/usr
*default tag=RELENG_4_6
*default release=cvs delete use-rel-suffix compress
src-all
ports-all

more /usr/local/etc/cvsup/sup/refuse
ports/chinese
ports/frenchetc. for the ports I didn't want

Everything seemed to go great EXCEPT the only ports I have are the ones in
my refuse list! What did I do wrong?

Dru


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



RE: FreeBSD as router

2002-07-22 Thread Joe Fhe Barbish

I did not see any response to your post which addressed your questions.
So I will give it a try.
You should look at man rc.conf or
http://www.freebsd.org/cgi/man.cgi?query=rc.conf

for details on

router_enable=NO# Set to YES to enable a routing daemon.
gateway_enable=YES  # Activate this host to be a gateway.

For an how-to on IPFW see

http://www.freebsd-howto.com/HOWTO/Ipfw-Advanced-Supplement-HOWTO


Now about the question of having 2 connections to 2 different ISP providers
and sharing the resource between all LAN users with the ability for one
connection to assume the full load if the other goes down is doable. How you
do it depends on your ISP connection type, phone dialup, DSL, TV Cable
connection, or T1 connection.  Re-ask this question giving details about
your 2 ISP connections.






-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Krzysztof Stryjek
Sent: Friday, July 19, 2002 7:54 AM
To: [EMAIL PROTECTED]
Subject: FreeBSD as router

Hello!

I was searching with google, but I was not able to find. I'm looking for
HOWTO or other docs, how to build FreeBSD box as router. My network is:

+--+   ++
|  |--IP1--|| Firm1
| inet |   | FreeBSD router |
|  |--IP2--|| Firm2
+--+   ++

Well, IP1 is IP number from one ISP, and IP2 from other. Idea is to have a
spare connection, when one of them will be broken.

What I need, is how to configure the kernel, /etc/rc.conf, some rules for
ipfw, natd(?).

Thanks in advantage
P.S. I'm out fo list, so please write to me also
--
/~\ The ASCII  Krzysztof Stryjek
\ / Ribbon Campaign   [EMAIL PROTECTED]
 X  Against HTML  http://mud.pl/~wtp/
/ \ Email!   GG: 3608113   ICQ: 124986907

Go placidly amid the noise and waste, and remember what value there may
be in owning a piece thereof.
-- National Lampoon, Deteriorata



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


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



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

2002-07-22 Thread Jud



-Original Message-
From: Kent Stewart [EMAIL PROTECTED]
To: Jud [EMAIL PROTECTED]
Date: Mon, 22 Jul 2002 07:15:50 -0700
Subject: Re: Installed Samba, cannot compile new kernel now?!



Jud wrote:

 7/22/2002 12:50:01 AM, Kent Stewart [EMAIL PROTECTED] wrote:
 
 

sagacious wrote:


Wtf? Check this out.

 

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

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

cd ../../modules ; env 
MAKEOBJDIRPREFIX=/usr/src/sys/compile/ghost/modules 

 DEBUG=-g 
 
DEBUG_FLAGS=-g MACHINE=i386 make clean

=== accf_data

/usr/src/sys/modules/accf_data/../../conf/kmod.mk, line 63: Could 

 not 
 
find bsd.init.mk

/usr/src/sys/modules/accf_data/../../conf/kmod.mk, line 190: Could 

 not 
 
find bsd.links.mk

make: fatal errors encountered -- cannot continue

 

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

 I 
 
should begin with this?


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

Kent

 
 I got the same error after cvsup-ing from cvsup13.  :)
 
 Bsd.links.mk, etc., were among the files in the cvsup.  I think what may 
 be happening is that in this one instance installing world before 
 rebuilding the kernel will install the new files and allow the kernel to build.  
 At least it worked for me.


Did you do a config style kernel build or a buildkernel. I did the 
build{install]kernel without any problems.

Kent

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Both - first buildkernel, then the old way.  But I
was also doing some fiddling with files.  After
buildworld (in multi-user mode), I thought I'd try
the kernel scheduler patch so that the subsequent
kernel recompile would be two for the price of one.
Both the new and old ways of recompiling then gave
me the same error Sagacious reported.

Jud


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



Installing on a logical DOS partition

2002-07-22 Thread Piyush



Hi,
I have a logical DOS partition(e:),on which I 
wanted to install FREE-BSD,I didn't know how to go about selecting this 
partition as the partition on which I wish to install FREE-BSD during the 
install process,can you please tell me how I could do this or any resource 
which(on the WEB) would help me on this front.
Thanx in advance,
Piyush


Re: FreeBSD upgrade maintenance vs. debian (please help)

2002-07-22 Thread Jan Grant

On Mon, 22 Jul 2002, David Wilk wrote:

 I'm currently lusting after the superior performance (in so many respects)
 of the FreeBSD kernel (and I prefer the BSD style init) but am apprehensive
 about the update/upgrade process.

 so, FreeBSD advocates and experienced sysadmins, convince me to go FreeBSD,
 Please!

For a really speedy update, use two system drives; one that / and /usr,
etc. are live on, and one that are a spitting image. install kernel and world
+ mergemaster, etc to the off-line copy and reboot into that. Then
switch your notion of live and sidelined if the reboot is
successful: sync the sidelined copy up to the new version.

This works better with a read-mostly / and /usr: ie, if you've got your
manpages caching elsewhere, log files and other stuff somewhere else,
and if you can minimise the changes to / (master.password is the obvious
bit that gets written regularly).

-- 
jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/
Tel +44(0)117 9287088 Fax +44 (0)117 9287112 RFC822 [EMAIL PROTECTED]
No generalised law is without exception. A self-demonstrating axiom.


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



xv not working right?

2002-07-22 Thread twig les

Hey all, I'm trying to use xv to get a background pic
on my laptop and it's not quite working as expected.

I'm running 4.6 release (everything else works great)
with xv-3.10a_2.  My desktop is windowmaker.  The
command I put in my user's .xinitrc is this:

xv -quit -root /usr/home/twigles/pic.jpg

and now when I start X the picture flashes for about a
second then bails.  I suppose I could run xv in the
background but that seems like a clumsy way to get a
simple backdrop.

=
---
All warfare is based on deception.
---

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

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



saving routes so they appear after reboot

2002-07-22 Thread Kent Noyes



I havefriend with a server that's 
runningGallantweb on top ofFreeBSD 3.3

He has ahandful of routes to 
internal networks that need to remain saved in this server after 
reboot.I havesaved these routes in /etc/rc.conf and can reboot 
the server and they are still there. However, whenhe re-enables 
Gallantweb the routes disappear and rc.conf seems to have been 
replaced.

Any ideas?

Thanks,
Kent


Re: xv not working right?

2002-07-22 Thread Forsetti

twig les wrote:

Hey all, I'm trying to use xv to get a background pic
on my laptop and it's not quite working as expected.

I'm running 4.6 release (everything else works great)
with xv-3.10a_2.  My desktop is windowmaker.  The
command I put in my user's .xinitrc is this:

xv -quit -root /usr/home/twigles/pic.jpg

and now when I start X the picture flashes for about a
second then bails.  I suppose I could run xv in the
background but that seems like a clumsy way to get a
simple backdrop.

=
---
All warfare is based on deception.
---

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

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


  

I believe WindowMaker does its own background management, using wmsetbg. 
 It's pretty easy to set a background using the wmakerconf port, have 
you tried that?  You can also set the background in the config files in 
your ~/GNUstep directory.
-Matt


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



adaptec 2100S raidutil software -- how to startup or use?

2002-07-22 Thread Chad Leigh -- Shire.Net LLC

Hi

The archives don't talk much about the adaptec raidutil.  I have done 
the pkg_add, and I need to know what I need to do to start up the 
supporting software for raidutil to work.  The pkg includes no startup 
or shutdown scripts that I can see.  The less than infofrmative adaptec 
online support site mentioned I needed some stuff in /dev so I created 
that with the script they gave.

In addition, they said a bunch of dpt* processes should be running.  I 
don't know how to start up those processes, and there is no startup 
script to show me.

raidutil says it cannot open the engine.  I have tried to start the 
various dpt* things in /usr/dpt  , but to no avail.

Any hints appreciated.
Thanks
Chad


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



Re: need a proxy that is not a proxy

2002-07-22 Thread soheil hyeganeh

Hi 
I think i made a mistake in my message.
I want to do it without the address translation.
I want a bufferer!!! that doesn't change the source ip
address or destination . no change to anything but if
we must retransmit that retransmit it from the server.
thanx
S.H.Y


--- Edwin Groothuis [EMAIL PROTECTED] wrote:
  
  i have a link like this:
  client--gatway -- internet
  
  I just want to talk about TCP/IP connections.
  I want to buffer datas that are recieved by
 gateway ,
  so if the client doesn't acknowleged the data we
  resend it .
 
 That's all builtin in the TCP protocol.
 
 If you want to do IP address translation you should
 think about
 something like running NAT on the gateway.
 
 If you want to do full proxying for a certain
 applicatin you need
 to find a specific proxy for that application.
 
 Choose the answer you like most ;-)
 
 Edwin
 
 -- 
 Edwin Groothuis  |Personal website:
 http://www.MavEtJu.org
 [EMAIL PROTECTED]|Weblog:
 http://www.mavetju.org/weblog/weblog.php 
 bash$ :(){ :|:};:   | Interested in MUDs?
http://www.FatalDimensions.org/


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

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



Re: Problems saving documents in StarOffice 6.0

2002-07-22 Thread Ray Seals

I found a fix and it's bizarre but it works:

touch /usr/compat/linux/etc/mtab

StarOffice needs this zero length file to work.  I did that and it works
like a dream.

Ray


On Mon, 2002-07-22 at 12:16, Tim Pozar wrote:
 On Sat, Jun 08, 2002 at 09:58:34PM -0500, Ray Seals wrote:
  I purchased StarOffice 6.0 and have installed it on my FreeBSD 4.5
  laptop.  I can successfully open up .xls .doc and other files.  I can
  print these documents to my network laser printer.  The problem begins
  when I try to save a document.  Every time that I try to save a document
  I get this error message:
  
  /home/trseals does not exist
  
  Which is correct, because it should be /usr/home/trseals.  Does anyone
  have a similar problem.  I have installed StarOffice as both my user and
  as root to see if the problem is different, but it still won't let me
  save a document.
 
 Yup. It has a problem seeing directories.   In the dialog box they
 look like zero length files.
 
 I bought the package too as I was hoping they fixed this as I
 reported it to them in the Beta period.  They didn't.  When I
 reported it to them last week I got the email below today.  Looks
 like we are S.O.L. from Sun on this. 
 
 Is this a known Linux emulation problem?  Arguments being passed
 back to Staroffice in ways it wasn't expecting?
 
 Tim
 --
 From: Sun Microsystems [EMAIL PROTECTED]
 To: Tim Pozar Pozar [EMAIL PROTECTED]
 Date: Mon, 22 Jul 2002 13:50:31 (GMT)
 X-MSMail-Priority: Normal
 X-mailer: AspMail 3.53 (SMTPD1B712)
 Subject: Answer for your Support Request CaseID #3339, Customer ID: 3000421
  
 Thank you for using our StarOffice Support Service.
  
 The following solution to your support case number #3339 is:
 
 Your question:
 I am experiencing problems with StarOffice under FreeBSD.
 
   [I actually gave them a very detail run down of the problem.
   I don't know how it got trimmed down to this. - Tim]
 
 Our answer:
 StarOffice was not developed, tested, or is available for the
 operating system FreeBSD. Problems which occur with FreeBSD cannot
 be traced or checked, since this platformis not supported or available
 inhouse.
 
 StarOffice supports the following operating systems:
  
 - Windows 95 / 98 / NT / ME / 2000 / XP
 - Linux (starting with Kernel 2.2.13 and glibc2 2.1.3)
 - Solaris (starting with Version 7, recommended is Version 8)
  
 Sparc processor:
 - Solaris (starting with Version 7, recommended is Version 8)
  
 Since this request involves a non-technical-based inquiry or a
 problem which could not be completely solved, this request will not
 be charged for. If you have used your Freecall for this particular
 support case, this option will be renewed so that you can reuse
 this call for a new request.
  
 We hope that your request has been resolved to your satisfaction.
 If you are not pleased with the solution provided (as long as this
 is technically possible), we would like to offer you the possibility
 to reopen this problem under the corresponding support case number
 #3339. In this case, please contact us either by phone or use our
 online support request form at
  
 http://www.support-central.de/staroffice
  
 ATTENTION: Please do not reply to this e-mail address because this
 address is used only to automatically send mail and therefore is
 not controlled by our engineers.  Shortly you will be receiving a
 survey based on the quality of our support service. We would greatly
 appreciate your input based on your experience with our support
 service ??? this naturally includes critic and helpful suggestions
 to improve our service.
 
 Please note that further questions about this particular case cannot
 be asked under this support case number #3339. Therefore, if you
 still have questions regarding this or other StarOffice problems,
 you will need to open a new support request.
  
 Sincerely,
  
 Your StarOffice Product Support Team
 Sun Microsystems, Inc.   
   
 
 -- 
   Snail: Tim Pozar / LNS / 1978 45th Ave / San Francisco CA 94116 / USA
POTS: +1 415 665 3790  Radio: KC6GNJ / KAE6247
 It's a damn poor mind that can only think of one way to spell a word.
 - Andrew Jackson
 What is wanted is not the will to believe, but the will to find out,
 which is the exact opposite. - Bertrand Russell, Skeptical_Essays
 
-- 
---
Linux is for people who hate Microsoft.
BSD is for people who love UNIX.


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



RE: If a disk is mounted read only is it possible to corrupt it?

2002-07-22 Thread Balaji, Pavan


Corruption need not necessarily be s/w based. If your reader/writer is
screwed up, it might still corrupt it. Guess, I'm too paranoid ;-)


Pavan Balaji,
Intel Corporation

Only the Paranoid Survive  --  Andy Grove


 -Original Message-
 From: Brian T. Schellenberger [mailto:[EMAIL PROTECTED]]
 Sent: Monday, July 22, 2002 8:17 AM
 To: Jens Rehsack; Philip Hallstrom
 Cc: [EMAIL PROTECTED]
 Subject: Re: If a disk is mounted read only is it possible to corrupt
 it?
 
 
 On Monday 22 July 2002 06:23 am, Jens Rehsack wrote:
 | Philip Hallstrom wrote:
 |  Hi all -
 |  This seems like an obvious answer, but I didn't 
 see anything in
 |  the man pages or the FQ so...
 | 
 |  If I mount *all* of my partitions as read only (ignoring 
 the problems of
 |  needing to write log files, etc. for now) and then cut 
 the power to the
 |  server, is there any chance of corrupting the disk?  It seems that
 |  FreeBSD wouldn't do it, but would the disk itself do it?
 |
 | That depends on the disk you're using. If you have problem with your
 | power supply, you should better think 'bout an uninterruptable power
 | supply.
 
 Unless there is a power surge or physical trauma, a disk most 
 certainly should 
 not be capable of self-corrupting unless a write has been 
 issued, and if 
 they are mounted r/o then FreeBSD will never issue a write.
 
 
 
 -- 
 Brian, the man from Babble-On . . . .   [EMAIL PROTECTED] (personal)
 http://www.babbleon.org
 
 http://www.eff.org  
 http://www.programming-freedom.org 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
 

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



force irqs

2002-07-22 Thread Jeff Jeter

My network interface is using irq 11, but i need it to use another.  In pccard.conf i 
have irq 3 as the only one listed, and in the kernel config i have it configured as 
device ed0 at pci? irq 3.  Hovever the interface still uses irq 11 and i therefore get 
device timeout errors.

Specs:
FreeBSD 4.6
Netgear FA411 (NE2K based)

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



Re: Problems saving documents in StarOffice 6.0

2002-07-22 Thread Tim Pozar

That did it!  Thanks!  The Linux emulation package should include this.

Tim

On Mon, Jul 22, 2002 at 12:56:14PM -0500, Ray Seals wrote:
 I found a fix and it's bizarre but it works:
 
 touch /usr/compat/linux/etc/mtab
 
 StarOffice needs this zero length file to work.  I did that and it works
 like a dream.
 
 Ray
 
 
 On Mon, 2002-07-22 at 12:16, Tim Pozar wrote:
  On Sat, Jun 08, 2002 at 09:58:34PM -0500, Ray Seals wrote:
   I purchased StarOffice 6.0 and have installed it on my FreeBSD 4.5
   laptop.  I can successfully open up .xls .doc and other files.  I can
   print these documents to my network laser printer.  The problem begins
   when I try to save a document.  Every time that I try to save a document
   I get this error message:
   
   /home/trseals does not exist
   
   Which is correct, because it should be /usr/home/trseals.  Does anyone
   have a similar problem.  I have installed StarOffice as both my user and
   as root to see if the problem is different, but it still won't let me
   save a document.
  
  Yup. It has a problem seeing directories.   In the dialog box they
  look like zero length files.
  
  I bought the package too as I was hoping they fixed this as I
  reported it to them in the Beta period.  They didn't.  When I
  reported it to them last week I got the email below today.  Looks
  like we are S.O.L. from Sun on this. 
  
  Is this a known Linux emulation problem?  Arguments being passed
  back to Staroffice in ways it wasn't expecting?
  
  Tim
  --
  From: Sun Microsystems [EMAIL PROTECTED]
  To: Tim Pozar Pozar [EMAIL PROTECTED]
  Date: Mon, 22 Jul 2002 13:50:31 (GMT)
  X-MSMail-Priority: Normal
  X-mailer: AspMail 3.53 (SMTPD1B712)
  Subject: Answer for your Support Request CaseID #3339, Customer ID: 3000421
   
  Thank you for using our StarOffice Support Service.
   
  The following solution to your support case number #3339 is:
  
  Your question:
  I am experiencing problems with StarOffice under FreeBSD.
  
  [I actually gave them a very detail run down of the problem.
  I don't know how it got trimmed down to this. - Tim]
  
  Our answer:
  StarOffice was not developed, tested, or is available for the
  operating system FreeBSD. Problems which occur with FreeBSD cannot
  be traced or checked, since this platformis not supported or available
  inhouse.
  
  StarOffice supports the following operating systems:
   
  - Windows 95 / 98 / NT / ME / 2000 / XP
  - Linux (starting with Kernel 2.2.13 and glibc2 2.1.3)
  - Solaris (starting with Version 7, recommended is Version 8)
   
  Sparc processor:
  - Solaris (starting with Version 7, recommended is Version 8)
   
  Since this request involves a non-technical-based inquiry or a
  problem which could not be completely solved, this request will not
  be charged for. If you have used your Freecall for this particular
  support case, this option will be renewed so that you can reuse
  this call for a new request.
   
  We hope that your request has been resolved to your satisfaction.
  If you are not pleased with the solution provided (as long as this
  is technically possible), we would like to offer you the possibility
  to reopen this problem under the corresponding support case number
  #3339. In this case, please contact us either by phone or use our
  online support request form at
   
  http://www.support-central.de/staroffice
   
  ATTENTION: Please do not reply to this e-mail address because this
  address is used only to automatically send mail and therefore is
  not controlled by our engineers.  Shortly you will be receiving a
  survey based on the quality of our support service. We would greatly
  appreciate your input based on your experience with our support
  service ??? this naturally includes critic and helpful suggestions
  to improve our service.
  
  Please note that further questions about this particular case cannot
  be asked under this support case number #3339. Therefore, if you
  still have questions regarding this or other StarOffice problems,
  you will need to open a new support request.
   
  Sincerely,
   
  Your StarOffice Product Support Team
  Sun Microsystems, Inc. 
 
  
  -- 
Snail: Tim Pozar / LNS / 1978 45th Ave / San Francisco CA 94116 / USA
 POTS: +1 415 665 3790  Radio: KC6GNJ / KAE6247
  It's a damn poor mind that can only think of one way to spell a word.
  - Andrew Jackson
  What is wanted is not the will to believe, but the will to find out,
  which is the exact opposite. - Bertrand Russell, Skeptical_Essays
  
 -- 
 ---
 Linux is for people who hate Microsoft.
 BSD is for people who love UNIX.

-- 
  Snail: Tim Pozar / LNS / 1978 45th Ave / San Francisco CA 94116 / USA
   POTS: +1 415 665 3790  Radio: KC6GNJ / KAE6247
It's a damn poor 

Re: force irqs

2002-07-22 Thread Beech Rintoul

On Monday 22 July 2002 06:02 am, you wrote:
 My network interface is using irq 11, but i need it to use another.  In
 pccard.conf i have irq 3 as the only one listed, and in the kernel config i
 have it configured as device ed0 at pci? irq 3.  Hovever the interface
 still uses irq 11 and i therefore get device timeout errors.

 Specs:
 FreeBSD 4.6
 Netgear FA411 (NE2K based)

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

3Com cards need to be setup using a dos utility which can be downloaded from 
www.3Com.com.

Boot your machine from an emergency windows disk, then use the utilty to set 
the irq.

Beech 
-- 
---
  Beech Rintoul - SysAdmin - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Sinbad Network Communications
\ / - NO HTML/RTF in e-mail  | 3101 Penland Parkway #K-38
 X  - NO Word docs in e-mail | Anchorage, AK 99508-1957
/ \ -












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



Re: force irqs

2002-07-22 Thread Beech Rintoul

On Monday 22 July 2002 06:02 am, Jeff Jeter wrote:
 My network interface is using irq 11, but i need it to use another.  In
 pccard.conf i have irq 3 as the only one listed, and in the kernel config i
 have it configured as device ed0 at pci? irq 3.  Hovever the interface
 still uses irq 11 and i therefore get device timeout errors.

 Specs:
 FreeBSD 4.6
 Netgear FA411 (NE2K based)

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


Sorry I missed the netgear part, please disregard.

Beech
-- 
---
Beech Rintoul - IT Manager - Instructor - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Anchorage Gospel Rescue Mission
\ / - NO HTML/RTF in e-mail  | P.O. Box 230510
 X  - NO Word docs in e-mail | Anchorage, AK 99523-0510
/ \ -












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



RE: force irqs

2002-07-22 Thread Joe Fhe Barbish

Try this bug fix
http://www.freebsd.org/cgi/query-pr.cgi?pr=40636





-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Jeff Jeter
Sent: Monday, July 22, 2002 10:03 AM
To: [EMAIL PROTECTED]
Subject: force irqs

My network interface is using irq 11, but i need it to use another.  In
pccard.conf i have irq 3 as the only one listed, and in the kernel config i
have it configured as device ed0 at pci? irq 3.  Hovever the interface still
uses irq 11 and i therefore get device timeout errors.

Specs:
FreeBSD 4.6
Netgear FA411 (NE2K based)

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


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



PHP Installation on Apache 2.0.36

2002-07-22 Thread MET
Title: Message



I 
was wondering how to go about installing PHP for Apache 2.0.36mod_php to be 
specific. I've got apache working, but the documentation on getting php to 
work with it isn't minimal, but a bit confusing for me (newbie). Also, 
please note they've got a new version of PHP out4.2.2 just came 
out.

Any 
ideas ?

- 
Matthew

/**

 
Matthew Metnetsky

[EMAIL PROTECTED]

 
315.523.1391

**/



Re: PHP Installation on Apache 2.0.36

2002-07-22 Thread Jason Porter

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Use the ports.
# cd /usr/ports/www/mod_php4
# make install clean

You might want to wait or try a cvs if this is a production server as
php 4.2.1 has a security hole that has just be updated.  I don't think
it's been ported yet though.

MET wrote:
| I was wondering how to go about installing PHP for Apache
| 2.0.36mod_php to be specific.  I've got apache working, but the
| documentation on getting php to work with it isn't minimal, but a bit
| confusing for me (newbie).  Also, please note they've got a new version
| of PHP out4.2.2 just came out.
|
| Any ideas ?
|
| - Matthew
|
| /**
|
|   Matthew Metnetsky
|
|   [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
|
|   315.523.1391
|
| **/
|


- --
- -Jason Porter

Real programmers are secure enough to write
readable code, which they then self-righteously
refuse to explain.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE9PGkuYV2rputn/eARAj0jAKDnB13Wq3DsfJ/Nf/gYMe6IjUqF3gCgzZyv
RUaFvblvlhfqXAaBg52xsqM=
=ybm/
-END PGP SIGNATURE-


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



Re: force irqs

2002-07-22 Thread Jeff Jeter

I made that change, rebuilt the kernel and it still doesn't work.  Do i need a make 
world?  Also, the IRQ i am dealing with is 11 not 9.  Does that matter?

On Mon, 22 Jul 2002 14:53:23 -0400
Joe  Fhe Barbish [EMAIL PROTECTED] wrote:

 Try this bug fix
 http://www.freebsd.org/cgi/query-pr.cgi?pr=40636
 
 
 
 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Jeff Jeter
 Sent: Monday, July 22, 2002 10:03 AM
 To: [EMAIL PROTECTED]
 Subject: force irqs
 
 My network interface is using irq 11, but i need it to use another.  In
 pccard.conf i have irq 3 as the only one listed, and in the kernel config i
 have it configured as device ed0 at pci? irq 3.  Hovever the interface still
 uses irq 11 and i therefore get device timeout errors.
 
 Specs:
 FreeBSD 4.6
 Netgear FA411 (NE2K based)
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
 

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



Re: Thoughts on Web Site Design / Builder apps? [Quanta depends]

2002-07-22 Thread Richard Mahoney

On Mon, Jul 22, 2002 at 05:51:06PM +0200, Bjarne Wichmann Petersen wrote:
 On Monday 22 July 2002 14:48, Moti Levy wrote:
 
  will that work on gnome and not kde ?
 
 You'll need install KDE to run.
 

Contra.

Have a look at:

 /usr/ports/www/quanta/README.html

You will see that you _only_ need kdelibs-2.2.2_3 among other things
to build and run.

I am running Quanta under `pwm'. For me, the bloat of KDE would be too
much to countenance for the sake of only one application ;-)


Many regards,

 Richard Mahoney


-- 
+--- r i c h a r d . m a h o n e y +
78 Jeffreys Roadtelephone:+64-3-351-5831
Christchurch New Zealand cellular:+64-25-829-986
+- r b m 4 9 @ e x t . c a n t e r b u r y . ac . n z -+

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



Re: mail/majorcool

2002-07-22 Thread Danny Howard

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

Look in /var/log/apache-error.  It maybe be called httpd-error.  Anyway,
when a CGI spews anything to STDOUT, it gets recorded there.  You'll
likely get a clue as to why majorcool is bombing out on you.

-danny

-- 
http://dannyman.toldme.com/

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



Re: Re: Installing on a logical DOS partition

2002-07-22 Thread Jud



-Original Message-
From: Piyush [EMAIL PROTECTED]
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Date: Tue, 22 Jul 1997 23:14:53 +0530
Subject: Re: Installing on a logical DOS partition


  - Original Message - 
  From: Joe  Fhe Barbish 
  To: Piyush 
  Sent: Monday, July 22, 2002 10:44 PM
  Subject: RE: Installing on a logical DOS partition


  FBSD does not install into DOS partitions. During the FBSD install it will show you 
the primary hard drive. If the dos partition is on the primary HD you will have to use 
commands from the screen that displays the HD, to delete the DOS partition and 
allocate the FBSD slice to that free space.  





   Isn't it possible to use the space in the DOS partition for FBSD,I dont mind 
formatting it as 165(the FBSD filesystem),i just don't know how to allocate space on 
my hard-disk for freebsd is this possible(keeping my Windows primary partition which 
stores Windows..)..and if possible how? I've already installed 
Linux(Red-hat,mandrake,suse)and I was thinking on those lines where you can ask Linux 
to use a particular partition for it and then format it to ext2 and run Linux...Is 
something like this possible thro' Fbsd?

  Thanx..

  Piyush

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

It amounts to exactly the same thing - when the
installation is done you'll have a FreeBSD slice
where the DOS partition was.  You'll be shown
a screen during the installation that lists the
partitions (Windows language) or slices (FreeBSD
language) on your machine, which will show an area
on the disk being used for DOS.  First delete the
DOS partition, then create a FreeBSD slice in the
emptied space (it's very quick and simple).  Then
proceed with the rest of the installation.

Jud







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



[no subject]

2002-07-22 Thread áÌÅËÓÁÎÄÒ ðÅÞÅÎÉÎ



  http://www.rambler.ru

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



Re: Problem Installing Mosaic

2002-07-22 Thread David Banning

On Mon, Jul 22, 2002 at 10:31:55AM -0700, Parker Brown wrote:
 I installed FreeBSD v4.6 when I received it (weeks ago), and since I had the disk
 space I installed the ports section during installation.  Should be current.  Also,
 running   make dependbeforemake install allseems to make no difference.
 I had success installing Mosaic from the FreeBSD v4.5 release.

script logfile make install 

will put a copy of the install log into logfile, then
you could clip that section where the error is and
give it to us.

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



Re: Re: Re: Installing on a logical DOS partition

2002-07-22 Thread Jud



-Original Message-
From: Jud [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Date: Mon, 22 Jul 2002 17:31:00 -0400
Subject: Re: Re: Installing on a logical DOS partition



-Original Message-
From: Piyush [EMAIL PROTECTED]
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Date: Tue, 22 Jul 1997 23:14:53 +0530
Subject: Re: Installing on a logical DOS partition


  - Original Message - 
  From: Joe  Fhe Barbish 
  To: Piyush 
  Sent: Monday, July 22, 2002 10:44 PM
  Subject: RE: Installing on a logical DOS partition


  FBSD does not install into DOS partitions. During the FBSD install it will show you 
the primary hard drive. If the dos partition is on the primary HD you will have to use 
commands from the screen that displays the HD, to delete the DOS partition and 
allocate the FBSD slice to that free space.  





   Isn't it possible to use the space in the DOS partition for FBSD,I dont mind 
formatting it as 165(the FBSD filesystem),i just don't know how to allocate space on 
my hard-disk for freebsd is this possible(keeping my Windows primary partition which 
stores Windows..)..and if possible how? I've already installed 
Linux(Red-hat,mandrake,suse)and I was thinking on those lines where you can ask Linux 
to use a particular partition for it and then format it to ext2 and run Linux...Is 
something like this possible thro' Fbsd?

  Thanx..

  Piyush

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

It amounts to exactly the same thing - when the 
installation is done you'll have a FreeBSD slice 
where the DOS partition was.  You'll be shown 
a screen during the installation that lists the 
partitions (Windows language) or slices (FreeBSD 
language) on your machine, which will show an area 
on the disk being used for DOS.  First delete the 
DOS partition, then create a FreeBSD slice in the 
emptied space (it's very quick and simple).  Then 
proceed with the rest of the installation.

Jud

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


My apologies, Piyush, I may have steered you wrong.
I failed to take sufficient note of the fact that
you're speaking of *logical* DOS partitions.  Start
the install (you can cancel out of it) and see if the
DOS partition is shown in the list of
slices/partitions.  If it is, you're good to go.  If
not, them I'm afraid you'd need to do some reworking
of your partitions/slices with a program like
Partition Magic or (less expensive but IMHO excellent)
BootitNG from Terabyte Unlimited.

Jud


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



[no subject]

2002-07-22 Thread William Palfreman

auth dcf89bc9 subscribe freebsd-questions [EMAIL PROTECTED]


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



kernel compile errors 5.0-DP1

2002-07-22 Thread Karl Agee

here's the errors:

=== NEWKERNEL
mkdir -p /usr/obj/usr/src/sys
cd /usr/src/sys/i386/conf;
PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
 

config -d /usr/obj/usr/src/sys/NEWKERNEL
/usr/src/sys/i386/conf/NEWKERNEL
config: Device pci requires a count
FYI: static unit limits for ppp are set: NPPP=1
config: Device card requires a count
FYI: static unit limits for atkbdc are set: NATKBDC=1
FYI: static unit limits for sc are set: NSC=1
config: 2 errors
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.


--karl


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



problems with pkg_add for XFree86 4.2

2002-07-22 Thread Chris Denault

I am trying to install XFree86 4.2 via package add using

zeus:~ pkg_add -rv XFree86-4.2.0_1,1.tgz
looking up ftp.freebsd.org
connecting to ftp.freebsd.org:21
setting passive mode
opening data connection
initiating transfer
Error: FTP Unable to get
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4-stable/La
test/XFree86-4.2.0_1,1.tgz: File unavailable (e.g., file not found, no
access)
pkg_add: unable to fetch
`ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4-stable/L
atest/XFree86-4.2.0_1,1.tgz' by URL
pkg_add: 1 package addition(s) failed
zeus:~

Could someone tell me if I am using pkg_add wrong or is there another
place to try and fetch the package from?

Thanks for any help.

-Chris Denault


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



help

2002-07-22 Thread Diane Carr



I joined many yahoo groups. When i get their digests i cant 
open them, it says it is an initilaization error, how can that be fixed . 
IfI cant getit fixed, i am going to unsubscribe to every list, Diane 



Re: problems with pkg_add for XFree86 4.2

2002-07-22 Thread Brian T. Schellenberger


Actually, I posted about this just yesterday, but not this list.

Set the location to get it from All instead of Latest and you should be 
golden.

On Monday 22 July 2002 07:52 pm, Chris Denault wrote:
| I am trying to install XFree86 4.2 via package add using
|
| zeus:~ pkg_add -rv XFree86-4.2.0_1,1.tgz
| looking up ftp.freebsd.org
| connecting to ftp.freebsd.org:21
| setting passive mode
| opening data connection
| initiating transfer
| Error: FTP Unable to get
| ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4-stable/La
| test/XFree86-4.2.0_1,1.tgz: File unavailable (e.g., file not found, no
| access)
| pkg_add: unable to fetch
| `ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4-stable/L
| atest/XFree86-4.2.0_1,1.tgz' by URL
| pkg_add: 1 package addition(s) failed
| zeus:~
|
| Could someone tell me if I am using pkg_add wrong or is there another
| place to try and fetch the package from?
|
| Thanks for any help.
|
| -Chris Denault
|
|
| To Unsubscribe: send mail to [EMAIL PROTECTED]
| with unsubscribe freebsd-questions in the body of the message

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

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

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



Re: Fresh install, not prompted for root password?

2002-07-22 Thread Nathan Kinkade

On Mon, 22 Jul 2002 21:12:05 +0100
[EMAIL PROTECTED] wrote:

 
 Hello,
  I just a FreeBSD box here (from 4.4 Rel CD set) and after
  rebooting, I 
 wasn't prompted for root's password at the console login.
 
 Did I miss a step somewhere?
 
 Stacey

You shouldn't get prompted for root's password.  You should simply get a
login prompt...like login: .  Also, what type of prompt do you get, if
any?  What do you see when you reboot?  Need more information.

Nathan

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



Re: xv not working right?

2002-07-22 Thread D J Hawkey Jr

In article [EMAIL PROTECTED],
[EMAIL PROTECTED] writes:
 Hey all, I'm trying to use xv to get a background pic
 on my laptop and it's not quite working as expected.
 
 I'm running 4.6 release (everything else works great)
 with xv-3.10a_2.  My desktop is windowmaker.  The
 command I put in my user's .xinitrc is this:
 
 xv -quit -root /usr/home/twigles/pic.jpg
 
 and now when I start X the picture flashes for about a
 second then bails.  I suppose I could run xv in the
 background but that seems like a clumsy way to get a
 simple backdrop.

One thing I learned is that 'xv' can't write to TrueColor root windows.
Might this be your problem?

I built the xloadimage port (/usr/ports/x11/xloadimage) and use 'setbg'
for root window decorating. Significantly smaller program, and it works
on TrueColor displays.

HTH,
Dave

-- 

Windows: Where do you want to go today?
Linux: Where do you want to go tomorrow?
FreeBSD: Are you guys coming, or what?


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



Re: Administrators - GUI's or Command lines

2002-07-22 Thread Matt Snow

I prefer just command line, I see absolutely no point in even install X11
if all I am running is pop3, Postfix, apache, mysql, BIND.
These are all server app's, I script in console, I read e-mail in console,
and when I am on the road i use ICQ/IRC in console.

offtopic
But I am also not the biggest GUI fan when doing work, I run fluxbox with
keybinding's for everything imaginable so I pretty much don't even use the
mouse in X.
/offtopic

* * * * * * * *
Matt Snow
 (@) [EMAIL PROTECTED]
 (w) http://slakin.net.

On Sun, 21 Jul 2002, Grant Cooper wrote:

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


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



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



Re: /usr/share/examples

2002-07-22 Thread Scott Robbins

On Mon, Jul 22, 2002 at 05:54:49PM -0700, Ross Lippert wrote:
 
 I just installed 4.6 and found that many of the /usr/share/examples
 were missing such as 
 /usr/share/examples/ppp
 and 
 /usr/share/examples/BSD_Daemon
 were empty.
 
 What gives?  Is there something I should have checked off in the
 base install to have gotten a complete set of examples or what?

No, they're in /usr/src/share/examples (or something like that--go into
/usr/src and look and you'll find them.)  It gets fixed the first time
you do a make world.

Scott who also had this problem   :)


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



Re: Mp3 Tags

2002-07-22 Thread Andrew J Caines

Christopher,

   Is there a command that I can use to strip the tags off of Mp3's?
 I want to strip the ID3v1 and ID3v2 tags out.  Or does anybody have a 

The id3convert from the id3lib package is simple to use for this.

8
# id3convert --help
id3convert 1.8
Uses id3lib-3.7.13

This program converts and strips ID3v1/1.1 and Lyrics3 v2.0
tags to ID3v2 tags.

Usage: id3convert [OPTION]... [FILE]...
Converts between id3v1 and id3v2 tags of an mp3 file.

  -1, --v1tag Render only the id3v1 tag
  -2, --v2tag Render only the id3v2 tag
  -s, --strip Strip, rather than render, the tags
  -p, --padding   Use padding in the tag
  -h, --help  Display this help and exit
  -v, --version   Display version information and exit

Will render both types of tag by default.  Only the last
tag type indicated in the option list will be used.  Non-
rendered will remain unchanged in the original file.  Will
also parse and convert Lyrics3 v2.0 frames, but will not
render them.
8

This, id3tag and id3info command from this package are more useful than
the mp3rename port. Take a look in the audio ports section for more tools.


-Andrew-
-- 
 ___
| -Andrew J. Caines-   Unix Systems Engineer   [EMAIL PROTECTED]  |
| They that can give up essential liberty to obtain a little temporary |
|  safety deserve neither liberty nor safety - Benjamin Franklin, 1759 |

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



Re: kernel compile errors 5.0-DP1

2002-07-22 Thread Simon 'corecode' Schubert

On Mon, 22 Jul 2002 15:51:14 -0700 Karl Agee wrote:

 config -d /usr/obj/usr/src/sys/NEWKERNEL
 /usr/src/sys/i386/conf/NEWKERNEL
 config: Device pci requires a count
 FYI: static unit limits for ppp are set: NPPP=1
 config: Device card requires a count
 FYI: static unit limits for atkbdc are set: NATKBDC=1
 FYI: static unit limits for sc are set: NSC=1
 config: 2 errors
 *** Error code 1
 Stop in /usr/src.
 *** Error code 1

are you sure that's DP1? i suspect that's a new source tree and so you
need to follow changes of the essential build system.

pci now needs a count, as config states. read GENERIC for details.


-- 
/\   http://corecode.ath.cx/#donate
\ /
 \ ASCII Ribbon Campaign
/ \  Against HTML Mail and News



msg01241/pgp0.pgp
Description: PGP signature


Re: kernel compile errors 5.0-DP1

2002-07-22 Thread Karl Agee

At 02:04 AM 7/23/2002 +0200, Simon 'corecode' Schubert wrote:
On Mon, 22 Jul 2002 15:51:14 -0700 Karl Agee wrote:

  config -d /usr/obj/usr/src/sys/NEWKERNEL
  /usr/src/sys/i386/conf/NEWKERNEL
  config: Device pci requires a count
  FYI: static unit limits for ppp are set: NPPP=1
  config: Device card requires a count
  FYI: static unit limits for atkbdc are set: NATKBDC=1
  FYI: static unit limits for sc are set: NSC=1
  config: 2 errors
  *** Error code 1
  Stop in /usr/src.
  *** Error code 1

are you sure that's DP1? i suspect that's a new source tree and so you
need to follow changes of the essential build system.


Yes, it's DP-1...that is what I started with.  I've updated the source 
tree...I'll read up on it.


pci now needs a count, as config states. read GENERIC for details.


Thanks for the help

--karl




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



Re: /usr/share/examples

2002-07-22 Thread Ross Lippert



Some of us never make world.  Or rather, there must be an easier way to
get this directory populated than having to learn how to make world.
make world kind of makes me nervous.

If this is a recognized problem, then why isn't it reported in the errata?

Is it too much to ask for someone to just make a tarball and put it on
the errata page?


No, they're in /usr/src/share/examples (or something like that--go into
/usr/src and look and you'll find them.)  It gets fixed the first time
you do a make world.



-r

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



X windows crash

2002-07-22 Thread Michael Wells

I would really appreciate some help on this error.
I have researched this most of today with no luck.
It seems other have the same problem but the 
answers are not posted.  Can anyone explain this
error?

(II) R128(0): Starting up Xvideo subsystems
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (Unknown error: 999()
drmOpenDevice: Open failed
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (Unknown error: 999()
drmOpenDevice: Open failed
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (Unknown error: 999()
drmOpenDevice: Open failed
drmOpenDevice: minor is 1
drmOpenDevice: node name is /dev/dri/card1
drmOpenDevice: open result is -1, (Unknown error: 999()
drmOpenDevice: Open failed
drmOpenDevice: minor is 2


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



RE: FreeBSD as router

2002-07-22 Thread Krzysztof Stryjek

Hello!

On Mon, 22 Jul 2002, Joe  Fhe Barbish wrote:

 I did not see any response to your post which addressed your questions.
 So I will give it a try.

Well, I received some answers, but I was a little busy to next letter to
the list. So I'm doing now. Thank you very much for all help. Now it's
more easy to solve my problem.

Greetings
-- 
/~\ The ASCII  Krzysztof Stryjek
\ / Ribbon Campaign   [EMAIL PROTECTED]
 X  Against HTML  http://mud.pl/~wtp/
/ \ Email!   GG: 3608113   ICQ: 124986907

Alex Haley was adopted!


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



Re: Forum for Apache

2002-07-22 Thread W. D.

At 04:04 1/8/1980, Grant Cooper, wrote:
Does someone have a good forum for Apache? I have found a few but nothing I
really like.

http://groups.google.com/groups?hl=enlr=ie=UTF-8group=comp.infosystems.www.servers.unix

http://groups.google.com/groups?hl=enlr=ie=UTF-8group=comp.os.linux.networking

http://groups.google.com/groups?hl=enlr=ie=UTF-8group=comp.os.linux.setup

http://www.US-Webmasters.com/best-start-page/#eLists

http://www.google.com/search?hl=enie=ISO-8859-1q=%22apache+mailing+list%22 

Start Here to Find It Fast!© - http://www.US-Webmasters.com/best-start-page/


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



about save-entropy and tcpmssd

2002-07-22 Thread fred



hi all,

I had use tcpmssd to changle the MTU problem of my 
pppoe gateway, but now I often receive mails about save-entropy.


the mail content is:

tcpmssd: can't create divert socket: Operation not permittedipfw: 
socket: Operation not permittedipfw: socket: Operation not permitted


Could anyone tell me what the function of 
save-entropy? 
Does I need it?


Regards,
Fred Zhang






question about downloading iso images

2002-07-22 Thread Christopher C Spasov

I'm interested in downloading iso images for FreeBSD 4.6 from 
ftp://ftp.FreeBSD.org/pub/FreeBSD/ISO-IMAGES-i386/ and then having them 
burned to CD's so I can install FreeBSD. I currently boot win 98 and I'm 
interested in creating a dual-boot configuration.

I see that there is an iso image for  4.6.1-RC2.iso  and also a folder 
marked 4.6 where I can get the 4 CD complete set. I think 4.6.1-RC2.iso 
is some update or something. If I want 4.6 complete, do I download the 4 
iso's from the 4.6 folder, then download 4.6.1-RC2.iso so that I would 
have a 5cd set that can be used to install FreeBSD on my system?? Or,  
how different is 4.6.1-RC2.iso from the 4 cd set and why is it there??

Thanks.
Chris

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



XFree86 4.2.0 question

2002-07-22 Thread Thomas Connolly

Greetings,
I'm a Unix and FreeBSD newbie.  I just installed 4.2.0 and got it running
but my resolution is way off.  I'm sure this must be a configuration issue.
Upon installation, I chose an S3 Savage 4 video card and it told me it was
basically unsupported but the FreeBSD documentation says that it is
supported using the Savage server.  So my question is, is there some way to
change the server to the Savage server?  If so, could someone explain it to
me like I was 2 years old please?

Thanks in Advance,

Thomas Connolly



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



RE: question about downloading iso images

2002-07-22 Thread Thomas Connolly

I could be mistaken about this but I believe that the *RC2 is the
mini-install version.  I'm not sure about the differences but I would go
with the full set.  If you don't need all the port binaries and extras, CD
#1 from the 4 CD set should be sufficient.

Tom


 -Original Message-
From:   Christopher C Spasov [mailto:[EMAIL PROTECTED]] 
Sent:   Monday, July 22, 2002 9:35 PM
To: [EMAIL PROTECTED]
Subject:question about downloading iso images

I'm interested in downloading iso images for FreeBSD 4.6 from 
ftp://ftp.FreeBSD.org/pub/FreeBSD/ISO-IMAGES-i386/ and then having them 
burned to CD's so I can install FreeBSD. I currently boot win 98 and I'm 
interested in creating a dual-boot configuration.

I see that there is an iso image for  4.6.1-RC2.iso  and also a folder 
marked 4.6 where I can get the 4 CD complete set. I think 4.6.1-RC2.iso 
is some update or something. If I want 4.6 complete, do I download the 4 
iso's from the 4.6 folder, then download 4.6.1-RC2.iso so that I would 
have a 5cd set that can be used to install FreeBSD on my system?? Or,  
how different is 4.6.1-RC2.iso from the 4 cd set and why is it there??

Thanks.
Chris

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

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



qmail and hostname

2002-07-22 Thread Grant Cooper

I am using my home computer that uses a DHCP. In /etc/rc.conf my hostname is
automatically entered. I realize this is the name of my computer given to me
from my ISP. I purchased my domain kooper.ca. Should I change the hostname
in /etc/rc.conf to hostname=dell.kooper.ca. If not, what would this be
used for? I'm sure I should change it. I am attempting to install qmail
again.


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



Install Ports

2002-07-22 Thread Christopher J. Umina

Hi,

I was just wondering if there were any way to install every port
in a given ports directory.  For instance I want to install all of the
things in the /usr/ports/Perl5 directory without doing a huge thing in
sysinstall.  Is there a better way?

Thanks,
Christopher J. Umina


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



DHCP, hostname . domain, my bought hostname

2002-07-22 Thread Grant Cooper

I am using my home computer that uses a DHCP. In /etc/rc.conf my hostname is
automatically entered. I realize this is the name of my computer given to me
from my ISP. I purchased my domain kooper.ca. Should I change the hostname
in /etc/rc.conf to hostname=dell.kooper.ca. If not, what would this be
used for? I'm sure I should change it. I am attempting to install qmail
again.



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



file system full

2002-07-22 Thread shubha mr

Hi,

I tried to compile and install new kernel with another
option (with VLAN support added).But when I
makeinstall the kernel,it said file system is full.
How do I need to remove the unneceaarry things and
from where so that I can make space to teh new
kernel.Is there a place where the system gives what
all are there from which I can chosse the things to be
removed?

Thanks
shubha

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

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



Re: Regarding Advanced OS installments

2002-07-22 Thread Grant Cooper



When you install FreeBSD it will ask you if you 
want to install a boot strap. You want to install it on your primary harddrive. 
When you boot up, you will get the option of deciding what harddrive to boot 
from.

  - Original Message - 
  From: 
  Volkov 
  Molonov 
  To: [EMAIL PROTECTED] 
  
  Sent: Monday, July 22, 2002 10:52 
PM
  Subject: Regarding Advanced OS 
  installments
  
  I want to know how to install a Secondary OS of 
  FREEBSD with and Existing OS (Windows 2000 PRO)
  
  I have 5 HDD Drives so I can Put the FREEBSD os 
  on another drive but How Can I do this successfully and to be able to chosse 
  the OS when the Computer boots up Like the Windows 2000 Boot Up Window that 
  lets u selcet ur OS that you want to boot in. I have doen Multiple OS's 
  before.
  
  I looked at the Requirements for FREEBSD and I 
  have met the Requirements.
  
  thnx


Re: /kernel write failed system full

2002-07-22 Thread Steve Wingate

On Mon, 2002-07-22 at 21:35, Mark B wrote:
 OK I know I did something wrong, but with little chance to correct the system, with 
error messages spewing out at a blinding rate, I hit the reset button then fsck the 
disks on boot, then edit the fstab to block off all but the basic fs needed to run. I 
see first error was a /kernel msg complaining about netscape-linux write error, over 
400,000 of repetes, then everything got worse, is there a way to span the system over 
2 ide disks, I have a 3gig drive and a 25 gig drive. 
 I think my main problem was running netscape as root. 8-(

You must IMMEDIATELY cure yourself of the desire to run X11 as root for
any reason. You can achieve everything you need to do under a regular
user account by making good use of 'su' and the 'sudo' ports. 
If you don't use X11 as root a 40MB / partition should be enough,
although in these days of large cheap IDE disks you may as well make it
100MB or so.
Here is my setup with two nfs mounts at the end:

daemon:steve {151} dh
FilesystemSize   Used  Avail Capacity  Mounted on
/dev/da0s2a74M41M27M60%/
/dev/da0s2f   3.4G   2.6G   575M82%/usr
/dev/da0s2e98M31M60M34%/var
procfs4.0K   4.0K 0B   100%/proc
/dev/da1s2e   443M   310M98M76%/usr/src
/dev/da1s2f   584M   379M   158M71%/usr/obj
mail:/home 21G   8.5G11G44%/export/home
mail:/media28G24G   2.1G92%/media


Yes, you can span the system over two disks. If you look close you'll
see I've done so. I can't tell you how to partition your disks because
you haven't said how the box is used. For a workstation with a 3gig
drive and a 25 gig drive (assuming the larger drive is newer) here's a
stab in the dark.

/   200MB   on 3GB
/usr5GB on 25GB
swap2x your RAM with half the swap on each disk
/var300MB   on 3GB  (more if you run an mbox-type mailserver
/tmp300MB   on 3GB  
/home   the rest of the 25GB

That leaves alot of unused space on the 3GB, no strong opinion from me
on that. 




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



sticky bit q-mail and DHCP

2002-07-22 Thread Grant Cooper



1.  I am using my home computer that uses a DHCP. In 
/etc/rc.conf my hostname is automatically entered. I realize this is the name of 
my computer given to mefrom my ISP. I purchased my domain kooper.ca. Should 
I change the hostname in /etc/rc.conf to hostname="dell.kooper.ca". If not, what 
would the origional host namebe used for? I'm sure I should change it. I 
am attempting to install qmail again.

2. chmod +t 
/var/qmail/supervise/qmail-pop3d
What does it mean by sticky bit "+ 
t"