Re: [EMAIL PROTECTED] Virtual host config

2005-09-07 Thread Clement Laforet
On Tue, Sep 06, 2005 at 04:09:24PM -0700, Vizion wrote:
 On Tuesday 06 September 2005 10:20,  the author Vizion contributed to the 
 dialogue on-
  [EMAIL PROTECTED] Virtual host config: 
 
 Hi
 
 My Apache2 runs on Unix (Freebsd) with
 httpd.conf including
 ServerRoot /usr/local
 DocumentRoot /usr/local/www/data
 
 It is so long ago that I was working on apache that I have forgotten the
 basics!
 
 I am adding a number of virtual hosts the files  located as
 
 /usr2/virtualhosts/vhostname1/
 /usr2/virtualhosts/vhostname2/
 etc
 
 I want to keep the existing website running under /usr/local/www/data as
  well as the virtual hosts.
 
 I do not want to try the Virtual-Host Aliases until I have got my head
  around the basics!
 
 I have set up a virtualhosts.conf file using an Include directory:
 
 Include etc/apache2/Includes/*.conf
 
 VirtualHost x.x.x.x
 DocumentRoot /usr2/virtualwebs/vhostname1
 ServerName vhostname1.com
 AcceptPathInfo On
 /VirtualHost
 
 I am clearly not getting my set up/permissions right because I get
 
 You don't have permission to access / on this server.
 
 It seems  some needed directives are missing from the virtualhosts.conf
  and/or httpd.conf files.

FreeBSD port default configuration restricts access to ${PREFIX}/www. 
You must explicitly allow access to other directories.

clem


pgpZdeQiCCZlS.pgp
Description: PGP signature


Re: I had to make some symlinks for Flash to work on 6.0-Beta4.

2005-09-07 Thread Igor Robul

WOB wrote:



I had to make 3-4 symlinks to get Flash to work with Firefox on 
FreeBSD 6.0-B4


Instead of making symlinks, you may consider using libmap.conf (5)



These are the commands I entered:

  cd /usr/lib
  ln -s libstdc++.so.5 libstdc++.so.4

  cd /lib
  ln -s libm.so.4 libm.so.3
  ln -s libz.so.3 libz.so.2

I made those changes based on errors I saw.  I don't know much about 
what I am doing, so hopefully I didn't break anything by making those 
symlinks.  For example, once this gets fixed, I dont't know if I will 
need to undo my symlinks.



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


iconv() in PHP returns 'Unknown error 0'

2005-09-07 Thread Toomas Aas

Hello!

I am managing a FreeBSD 4.11 server which is currently running PHP 
4.3.11.  The server was originally installed in 2003 with an older 
version of PHP and libiconv 1.8. All software has been installed from 
FreeBSD ports. Over the time PHP has been upgraded several times, but 
libiconv has remained untouched:


mail# pkg_info | grep iconv
libiconv-1.8_2  A character set conversion library
php4-iconv-4.3.11   The iconv shared extension for php

There was a time when PHP's iconv() function definitely worked on this 
server, but now it seems to have a problem. I copied and pasted this 
simple test script from www.php.net:


-
?php
echo iconv(ISO-8859-1, UTF-8, This is a test.);
?
-

When I load this script via the browser, PHP outputs nothing. I have 
error logging set to file only, and in the log file there is this error:


[07-Sep-2005 12:10:07] PHP Notice:  iconv(): Unknown error (0) in 
/storage/www/iconvtest.php on line 2


This is the only error I see in PHP's error log or any other logfile 
with similar timestamp.


The iconv extension is loaded and can be seen in output of phpinfo().

I read that sometimes on FreeBSD you need to use libiconv() instead of 
iconv(), but this is not the case here - when I replace iconv() with 
libiconv() I get PHP Fatal error:  Call to undefined function: 
libiconv().


I can successfully run iconv from command line:
$ echo This is a test.  iconvtest
$ iconv -f ISO-8859-1 -t UTF-8 iconvtest
This is a test.

Is it possible that my problem is caused by anything *else* than iconv 
library being out of date compared to PHP's iconv extension? If I need 
to update libiconv, I also need to update lot of things that depend on 
it, and this takes some time. If there is some quicker way to get PHP's 
iconv extension functional, I'd prefer to use that for now.


--
Toomas Aas 
|arvutivõrgu peaspetsialist | head specialist on computer networks|
|Tartu Linnakantselei   | Tartu City Office   |
- +372 736 1274


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


Makefile error when update

2005-09-07 Thread zlatozar
Hi all,
 Last night I tried to update my FreeBSD system. After cvsup I run 
portupgrade -varRp.
See error message:
 Segmentation fault (core dumped)
libbonoboui-2.10.1: Makefile error: category x11-toolkits not in list of 
valid categories.
*** Error code 1
 How I can fix this problem?
 Thanks in advance.
Zlatozar

-- 
(__)
\\\ ' ' , ) 
\ / \ ^ 
.\ ._/_) 

http://zlatozar.blogspot.com/

I'm not a great programmer; I'm just a good programmer with great habits.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: FreeBSD v6

2005-09-07 Thread Chris St Denis
http://www.osnews.com/story.php?news_id=10951
http://www.freebsd.org/releases/6.0R/todo.html


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gerard Seibert
Sent: Tuesday, September 06, 2005 5:11 AM
To: freebsd-questions@freebsd.org
Subject: FreeBSD v6

I am attempting to find some information regarding the upcoming release
of version 6 of FreeBSD. I want to find out what the differences between
this version and version 5.x are. In addition, I wanted to see what, if
any new features are being included in this new release.

I have not been able to find a definitive listing in regards to this
release. Perhaps someone here can point me in the right direction.


-- 
Gerard E. Seibert
[EMAIL PROTECTED]


If you wish to learn the highest truths, begin with the alphabet.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

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


Re: Makefile error when update

2005-09-07 Thread Yuan Jue
On Wednesday 07 September 2005 18:05, Yuan Jue wrote:

  Last night I tried to update my FreeBSD system. After cvsup I run
 portupgrade -varRp.
 See error message:
  Segmentation fault (core dumped)
 libbonoboui-2.10.1: Makefile error: category x11-toolkits not in list of
 valid categories.
 *** Error code 1

If you've already have a backup /var/db/pkg using pkgdb -F before you 
portupgrade all the port, maybe you can cover the new pkg folder in /var/db 
with the old one you saved and portupgrade again. I am not sure is it a right 
workaround, but it worked for me when I encountered the similar problem.

And there is one more thing need to be mentioned. You should not run two or 
more portupgrade commands at the same time.

Good luck.

-- 
Best Regards.

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


Re: Repairing kernel not found

2005-09-07 Thread Giorgos Keramidas
On 2005-09-06 19:34, Frederick N. Brier [EMAIL PROTECTED] wrote:
 More info.  If I ls either before or after setting the bootpath or
 module_path environment variables, the response is: open '/' failed:
 no such file or directory.  The load kernel command returns: can't
 file 'kernel'.  Do I need to load a module so that the 3Ware drive
 twe is loaded?  The loaddev and currdev variables are both set to
 disk1s1a: Thank you again.

Hmmm, isn't it a job of the system BIOS to present a disk from the twe
controller?  Not sure why this would fail; I haven't used twe so far.

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


How to disable debugging in userland?

2005-09-07 Thread Axel . Gruner

Hi,

i know how to disable debugging for the kernel in 6.0, but how do i disable
debugging for the userland?
So is
ln -s 'aj' malloc.conf
the right choice (i did this with an early 5.x).

Thanks in advance.

asg

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


Re: How to disable debugging in userland?

2005-09-07 Thread Giorgos Keramidas
On 2005-09-07 13:03, [EMAIL PROTECTED] wrote:
 i know how to disable debugging for the kernel in 6.0, but how do i disable
 debugging for the userland?
 So is
 ln -s 'aj' malloc.conf
 the right choice (i did this with an early 5.x).

Userland programs are not installed with debugging information by
default.  You have to specifically request that debugging *is* enabled,
instead (by setting DEBUG_FLAGS either in your environment or in your
/etc/make.conf file) and rebuild.

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


Re: Makefile error when update

2005-09-07 Thread zlatozar
I haven't backup( or I never restore from backup). Any ideas ?

On 9/7/05, Yuan Jue [EMAIL PROTECTED] wrote: 
 
 On Wednesday 07 September 2005 18:05, Yuan Jue wrote:
 
  Last night I tried to update my FreeBSD system. After cvsup I run
  portupgrade -varRp.
  See error message:
  Segmentation fault (core dumped)
  libbonoboui-2.10.1: Makefile error: category x11-toolkits not in list of
  valid categories.
  *** Error code 1
 
 If you've already have a backup /var/db/pkg using pkgdb -F before you
 portupgrade all the port, maybe you can cover the new pkg folder in 
 /var/db
 with the old one you saved and portupgrade again. I am not sure is it a 
 right
 workaround, but it worked for me when I encountered the similar problem.
 
 And there is one more thing need to be mentioned. You should not run two 
 or
 more portupgrade commands at the same time.
 
 Good luck.
 
 --
 Best Regards.
 
 Yuan Jue
 



-- 
(__)
\\\ ' ' , ) 
\ / \ ^ 
.\ ._/_) 

http://zlatozar.blogspot.com/
I'm not a great programmer; I'm just a good programmer with great habits.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Antwort: Re: How to disable debugging in userland?

2005-09-07 Thread Axel . Gruner

Hi,

thanks for the quick reply.

 Userland programs are not installed with debugging information by
 default.  You have to specifically request that debugging *is* enabled,
 instead (by setting DEBUG_FLAGS either in your environment or in your
 /etc/make.conf file) and rebuild.

But /usr/src/UPDATING tells me that both, kernel- and userland debugging is
enabled per default.
So, maybe i misunderstood UPDATING or your answer ;-).
Ok, setting DEBUG_FLAGS looks fine, but, where can i find these? I can not
see them in man make.conf also not in make.conf example.

 asg

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


Re: Makefile error when update

2005-09-07 Thread Yuan Jue
On Wednesday 07 September 2005 19:32, zlatozar wrote:
 I haven't backup( or I never restore from backup). Any ideas ?


Can you install libbonoboui-2.10.1 from port directly? see if this will solve 
the problem.

   Last night I tried to update my FreeBSD system. After cvsup I run
   portupgrade -varRp.
   See error message:
   Segmentation fault (core dumped)
   libbonoboui-2.10.1: Makefile error: category x11-toolkits not in list
   of valid categories.
   *** Error code 1
 
  If you've already have a backup /var/db/pkg using pkgdb -F before you
  portupgrade all the port, maybe you can cover the new pkg folder in
  /var/db
  with the old one you saved and portupgrade again. I am not sure is it a
  right
  workaround, but it worked for me when I encountered the similar problem.
 
  And there is one more thing need to be mentioned. You should not run two
  or
  more portupgrade commands at the same time.
 
  Good luck.
 
  --
  Best Regards.
 
  Yuan Jue

-- 
Best Regards.

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


Re: Antwort: Re: How to disable debugging in userland?

2005-09-07 Thread Giorgos Keramidas
On 2005-09-07 13:40, [EMAIL PROTECTED] wrote:
 Userland programs are not installed with debugging information by
 default.  You have to specifically request that debugging *is* enabled,
 instead (by setting DEBUG_FLAGS either in your environment or in your
 /etc/make.conf file) and rebuild.

 But /usr/src/UPDATING tells me that both, kernel- and userland debugging is
 enabled per default.

Part of this is true for FreeBSD-CURRENT[1].  Releases are built without
any debugging information, to save some space on the release CD-ROMs and
the installed area.

 So, maybe i misunderstood UPDATING or your answer ;-).

It could also be that both me and UPDATING are partly wrong.

 Ok, setting DEBUG_FLAGS looks fine, but, where can i find these? I can
 not see them in man make.conf also not in make.conf example.

Good point.  I just noticed this while writing my post to you.  I'll try
to add a description of DEBUG_FLAGS in the make.conf(5) manpage.

I found the description of DEBUG_FLAGS after a post by Ruslan Ermilov in
one of the other lists and a bit of searching in /usr/share/mk/* files.
IMHO, it shouldn't be that hard to find it.

- Giorgos


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


NDAS or iSCSI

2005-09-07 Thread Ansar Mohammed
Is there a mature implementation of either iSCSI targets or NDAS (Ximeta)
for FreeBSD?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Compiling for the first time (more or less)

2005-09-07 Thread RW
On Tuesday 06 September 2005 23:48, Derrill Guilbert wrote:
 So, my next question is, how does one know that the wonderful and
 brilliant FreeBSD port squad already took care of things like this? I
 assume that it is documented somewhere, but I didn't see it on the
 description page for the port.

The config menu would have appeared anyway the first time you tried to build 
the port, and again each time the options change. The Makefile is another 
place to look for options.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Cups causing Xwindows to abnormally exit.

2005-09-07 Thread Boris Karloff
Hello All:

I just finished installing CUPS on my freeBSD 5.4, and
everything seemed to go correctly. I can print a test page
just fine. I can see the printer in a browser
(http://localhost:631/admin); it seems to be correct. 

When I try to print a page in Xwindows, Xwindows abnormally
exits. There is no error message on the terminal when X
closes. It appears X was given a normal 'exit X' command. Of
course, the page doesn't print either.

The steps leading up to this are: 

Start X windows. I have fvwm2 as the window manager.
Open Mozilla (or any browser). I use Mozilla.
On the displayed page, pick 'File' 'Print'.

Immediately X exits.

Any thoughts as to what is going on?

Thanks in advance.

Harold



Upgrade your account today for increased storage; mail
forwarding or POP enabled e-mail with automatic virus
scanning. Visit
http://www.canada.com/email/premiumservices.html for more
information.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [PHP] iconv() in PHP returns 'Unknown error 0'

2005-09-07 Thread Toomas Aas

Toomas Aas wrote:


-
?php
echo iconv(ISO-8859-1, UTF-8, This is a test.);
?
-

When I load this script via the browser, PHP outputs nothing. I have 
error logging set to file only, and in the log file there is this error:


[07-Sep-2005 12:10:07] PHP Notice:  iconv(): Unknown error (0) in 
/storage/www/iconvtest.php on line 2


It looks like I found the solution myself. To my great surprise, the 
order of 'extension' lines in php.ini seems to be significant. As those 
of you who use FreeBSD might know, if you install PHP and a choice of 
extensions from ports, then extensions are described in separate file 
/usr/local/etc/php/extensions.ini. I moved the line describing 
'iconv.so' to the first line in this file, and the test script quoted 
above started working as expected.


--
Toomas Aas 
|arvutivõrgu peaspetsialist | head specialist on computer networks|
|Tartu Linnakantselei   | Tartu City Office   |
- +372 736 1274


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


Re: Sendmail not using aliases

2005-09-07 Thread Giorgos Keramidas
## Redirected to freebsd-questions from freebsd-hackers.

On 2005-09-07 06:35, Steve Suhre [EMAIL PROTECTED] wrote:
 I'm upgrading a server and have sendmail 8.13.1 installed. I've moved
 the aliases and virtusertable files over and have run makemap and
 newaliases. Sendmail has been complaining that it can't find aliased
 users like postmaster and www. I doublechecked the aliases file and they
 are there. If I add them to the virtusertable file, which I'd rather not
 do, then sendmail stops complaining and delivers the mail. I checked for
 the -n flag and it's not set when runnung sendmail at startup. I also
 checked to see that the aliases file was in the correct place as
 indicated in sendmail.cf.

That's funny.  Any hints in the log files?

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


Makefile woes

2005-09-07 Thread Nils Vogels
Hi there !

I'm trying to write a Makefile and it's my first time writing a bit more
complex one .. I seem to be stuck and examples currently are not very
helpful, so I thought I'd try here:

What I am trying to do is differ the way of building depending if a
variable has been defined, my current Makefile looks like this:

build_1:
  @cd /build/dir  make OPTION=set

build_2:
  @cd /build/dir  make

build:
.if defined(WANT_OPTION)
HAS_OPTION?=1
${MAKE} build_1
.else
HAS_OPTION?=0
${MAKE} build_2 -- error in this line
.endif

Whenever I run make build I get:

Makefile, line xx: Need an operator
make: fatal errors encountered -- cannot continue

The error seems to occur in the indicated line ${MAKE} build_2, but I am
at a complete loss what I am doing wrong.. Help! :)

I am running RELENG_5_4 and the make that comes with it ..

Grts,

Nils

-- 
Simple guidelines to happiness:
Work like you don't need the money,
love like your heart has never been broken and 
dance like no one can see you.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


FDISK cannot write

2005-09-07 Thread Frank Bonnet

Hello

I'm trying to add a partition to an existing disk at 5.4-R
on a HP XW 4200 (SATA)

FDSIK fail with an error message cannot write ...

The bizarre thing is I have installed this machine
from CDROM and partitionning the disk was OK ...

any idea on what happen ?

Thanks a lot.
--
Cordialement/Regards
Frank Bonnet
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


IPFW

2005-09-07 Thread Grant Peel

Hi all,

After pouring through the manual and manpages, I suspect the answer is now, 
but I would really love to be wrong!


Is there a way to count bytes inbound and outbound for a specific ip using 
ipfw in a SINGLE RULE?


1 count ip from 192.168.1.2 OR to 192.168.1.2 via em0

I know that above won't work, but hopefully it gets the question accoss!

To the dev guys, how about adding a 'through' or 'both' keyword!

example:

1 count ip through 192.168.1.2 via em0

or

1 count ip 192.168.1.2 both via em0

-Grant 



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


RE: phpbb installation

2005-09-07 Thread Denny Jodeit
 On Tuesday 06 September 2005 20:42,  the author Vizion 
 contributed to the 
 dialogue on-
  phpbb installation: 
 
 Hi
 
 I am just trying to work out the configuration options for
 usr/ports/www/phpbb.
 Does anyone habe any ideas on a good to install phpbb on a 
 server with a
 number of virtual hosts, a number of which, will be running phpbb?
 
 Glancing at the makefile I have drawn the impression that  
 some tweaking
  might be needed.
 
 I am using name-based hosting and am uncertain how to proceed.
 
 
 # The phpBB2 port supports a number of variables that may be 
 tweaked at
  build # time.  Perform a make options to see more 
 information on these
  variables. #
 WWWDOCROOT?=www/data
 PHPBBURL?=  phpBB2
  (is this meant to 
 be the file
 location for installation purposes or the web site url?)
 
 WWWOWN?=www
 WWWGRP?=www
 
 I have installed phpBB to the existing server as a trial and 
 the files appear 
 to be in the location indicated by stnadrad output. When I 
 run open up 
 install/install.php I get a blank screen.
 
 any ideas how I can get enough info to help debug this problem?
 
 david
 


No debug needed..

Next time try Google..you'd have found this:

http://www.phpbb.com/phpBB/

Happy Motoring,
D

-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.10.18/91 - Release Date: 9/6/2005
 

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


Re: FDISK cannot write

2005-09-07 Thread Jerry McAllister
 
 Hello
 
 I'm trying to add a partition to an existing disk at 5.4-R
 on a HP XW 4200 (SATA)
 
 FDSIK fail with an error message cannot write ...
 
 The bizarre thing is I have installed this machine
 from CDROM and partitionning the disk was OK ...
 
 any idea on what happen ?

At what point are you doing an fdisk eg is after rebooting to full
multi-user mode or in single user mode, or??? and on which you disk
are you doing this?  Is it on your main disk - where root resides or
on another disk?? Is there any partition on that disk mounted?  

jerry

 
 Thanks a lot.
 -- 
 Cordialement/Regards
 Frank Bonnet
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 

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


Re: Sendmail not using aliases

2005-09-07 Thread Steve Suhre



No, just a generic DSN: Data format error. The bounced message just 
says user unknown. If I rebuild the aliases and virtusertable db's I get 
nothing but new db files, no errors. No errors of any kind in the log 
files when sendmail starts during boot.




Giorgos Keramidas wrote:


## Redirected to freebsd-questions from freebsd-hackers.

On 2005-09-07 06:35, Steve Suhre [EMAIL PROTECTED] wrote:
 


I'm upgrading a server and have sendmail 8.13.1 installed. I've moved
the aliases and virtusertable files over and have run makemap and
newaliases. Sendmail has been complaining that it can't find aliased
users like postmaster and www. I doublechecked the aliases file and they
are there. If I add them to the virtusertable file, which I'd rather not
do, then sendmail stops complaining and delivers the mail. I checked for
the -n flag and it's not set when runnung sendmail at startup. I also
checked to see that the aliases file was in the correct place as
indicated in sendmail.cf.
   



That's funny.  Any hints in the log files?



 




--



Steve Suhre
[EMAIL PROTECTED]
439.6052 Cell
632.2897 Home

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


Re: Repairing kernel not found

2005-09-07 Thread Frederick N. Brier
What is odd is that the machine booted FreeBSD perfectly at least 5-6 
times before I ran into the weird ps error and then it would not 
boot.  I still need to figure out what caused the problem in the first 
place.


For the moment, is there a way to reinstall just the core 5.4 kernel 
distribution files, but not anything else?  Is it legitimate to do a 
recursive copy of all the boot files on the CD, ie: /dist/boot to the 
twed1s1a slice's /boot directory.  Then I do the boot0cfg and disklabel 
command and then fixes any boot manager config files.  Would that work?


Fred.

Giorgos Keramidas wrote:


On 2005-09-06 19:34, Frederick N. Brier [EMAIL PROTECTED] wrote:
 


More info.  If I ls either before or after setting the bootpath or
module_path environment variables, the response is: open '/' failed:
no such file or directory.  The load kernel command returns: can't
file 'kernel'.  Do I need to load a module so that the 3Ware drive
twe is loaded?  The loaddev and currdev variables are both set to
disk1s1a: Thank you again.
   



Hmmm, isn't it a job of the system BIOS to present a disk from the twe
controller?  Not sure why this would fail; I haven't used twe so far.



 




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


Re: Makefile woes

2005-09-07 Thread Giorgos Keramidas
On 2005-09-07 15:21, Nils Vogels [EMAIL PROTECTED] wrote:
 Hi there !

 I'm trying to write a Makefile and it's my first time writing a bit more
 complex one .. I seem to be stuck and examples currently are not very
 helpful, so I thought I'd try here:

 What I am trying to do is differ the way of building depending if a
 variable has been defined, my current Makefile looks like this:

 build_1:
   @cd /build/dir  make OPTION=set

 build_2:
   @cd /build/dir  make

 build:
 .if defined(WANT_OPTION)
 HAS_OPTION?=1
 ${MAKE} build_1
 .else
 HAS_OPTION?=0
 ${MAKE} build_2 -- error in this line
 .endif

If the indentation shown above is what you are truly using and not what
your mailer thinks is a good way to format it, you are missing vital
whitespace before the build commands of the ``build'' target.

Please note that the above makefile will build the build_1 target by
default, as this is the first target that appears in the Makefile.

I'd probably write this a little differently, moving all the conditional
material out of the target build commands:

#
# Pick the default target, depending on WANT_OPTION.
#
.if defined(WANT_OPTION)
HAVE_OPTION?=   1
BUILD_TARGET=   build_1
.else
HAVE_OPTION?=   0
BUILD_TARGET=   build_2
.endif

build: $(BUILD_TARGET)

build_1:
@cd /build/dir  make OPTION=set

build_2:
@cd /build/dir  make

 Whenever I run make build I get:

 Makefile, line xx: Need an operator
 make: fatal errors encountered -- cannot continue

This is usually an indication of whitespace/indentation errors.

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


Re: Repairing kernel not found

2005-09-07 Thread Giorgos Keramidas
On 2005-09-07 09:51, Frederick N. Brier [EMAIL PROTECTED] wrote:
 What is odd is that the machine booted FreeBSD perfectly at least 5-6
 times before I ran into the weird ps error and then it would not
 boot.  I still need to figure out what caused the problem in the first
 place.

 For the moment, is there a way to reinstall just the core 5.4 kernel
 distribution files, but not anything else?  Is it legitimate to do a
 recursive copy of all the boot files on the CD, ie: /dist/boot to the
 twed1s1a slice's /boot directory.  Then I do the boot0cfg and disklabel
 command and then fixes any boot manager config files.  Would that work?

Not sure.  It seems odd that your boot loader can't see the partition.

Have you checked that the BIOS slice table and your partitions are ok?

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


Re: Sendmail not using aliases

2005-09-07 Thread Giorgos Keramidas
On 2005-09-07 07:50, Steve Suhre [EMAIL PROTECTED] wrote:
 No, just a generic DSN: Data format error. The bounced message just
 says user unknown. If I rebuild the aliases and virtusertable db's I
 get nothing but new db files, no errors. No errors of any kind in the
 log files when sendmail starts during boot.

Local addresses should work similarly to the one below in Sendmail's
``address test mode''.  The lines starting with ``--'' are the ones
I typed.  The final ^D is an EOF to exit Sendmail's -bt mode:

--   % orion:/home/keramida$ sendmail -bt
  % ADDRESS TEST MODE (ruleset 3 NOT automatically invoked)
  % Enter ruleset address
--   %  3,0 keramida
  % canonify   input: keramida
  % Canonify2  input: keramida
  % Canonify2returns: keramida
  % canonify returns: keramida
  % parse  input: keramida
  % Parse0 input: keramida
  % Parse0   returns: keramida
  % ParseLocal input: keramida
  % ParseLocal   returns: keramida
  % Parse1 input: keramida
  % Parse1   returns: $# local $: keramida
  % parsereturns: $# local $: keramida
  %  ^D
  % orion:/home/keramida$

Can you try this with one of the local addresses that are failing and
tell me what you see?

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


Re: dhcrelay is setting the relay ip address wrong

2005-09-07 Thread Lowell Gilbert
Ihsan Dogan [EMAIL PROTECTED] writes:

 Hello,
 
 I'm running a small router/firewall on a FreeBSD 5.4 system. This
 machine should also act as a DHCP gateway. For the dhcp relay,
 I'm using ISC's dhcrelay (from Ports isc-dhcp3-relay-3.0.3).
 
 The Interfaca and network configuration:
 hme0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
 options=bRXCSUM,TXCSUM,VLAN_MTU
 inet 213.144.141.145 netmask 0xfff8 broadcast 213.144.141.151
 inet6 fe80::a00:20ff:feb4:42cc%hme0 prefixlen 64 scopeid 0x1 
 inet6 2001:470:1f01:569::1 prefixlen 112 
 ether 08:00:20:b4:42:cc
 media: Ethernet autoselect (100baseTX full-duplex)
 status: active
 hme1: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
 options=bRXCSUM,TXCSUM,VLAN_MTU
 inet 192.168.23.1 netmask 0xff00 broadcast 192.168.23.255
 inet6 fe80::a00:20ff:feb4:42cd%hme1 prefixlen 64 scopeid 0x2 
 ether 08:00:20:b4:42:cd
 media: Ethernet autoselect (100baseTX full-duplex)
 status: active
 hme2: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
 options=bRXCSUM,TXCSUM,VLAN_MTU
 inet 192.168.42.1 netmask 0xff00 broadcast 192.168.42.255
 inet6 fe80::a00:20ff:feb4:42ce%hme2 prefixlen 64 scopeid 0x3 
 ether 08:00:20:b4:42:ce
 media: Ethernet autoselect (100baseTX full-duplex)
 status: active
 
 The DHCP server is on the subnet of hme0; the DHCP clients are on
 hme1 on hme2.
 
 netstat -rnf inet:
 DestinationGatewayFlagsRefs  Use  Netif Expire
 default213.144.128.205UGS 0   250630   tun0
 127.0.0.1  127.0.0.1  UH  0   71lo0
 192.168.23 link#2 UC  00   hme1
 192.168.23.2   00:c0:49:5a:1d:ca  UHLW02   hme1823
 192.168.42 link#3 UC  00   hme2
 213.144.128.205213.144.146.12 UH  10   tun0
 213.144.141.144ff:ff:ff:ff:ff:ff  UHLWb   03   hme0 =
 213.144.141.144/29 link#1 UC  00   hme0
 213.144.141.14600:08:c7:3a:df:a9  UHLW0   104123   hme0233
 213.144.141.14700:07:e9:14:1a:a1  UHLW038011   hme0322
 213.144.141.151ff:ff:ff:ff:ff:ff  UHLWb   01   hme0
 
 The dhcrelay is started with the following options:
 /usr/local/sbin/dhcrelay -i hme1 -i hme2 -d -a 213.144.141.146
 
 The dhcrelay receives the request and passes them to the DHCP
 server, but the forwarded package contains the relay agent ip
 address of 192.168.23.1 and not 213.144.141.145 how it should
 be. In that case, the DHCP server is sending the reply to
 192.168.23.1 and not to 213.144.141.145.
 
 Did I something wrong? A bug?

The relay agent is acting exactly the way it should.  When it gets a
DHCP request in from a client, it uses its own address ON THE CLIENT'S
NETWORK for the relay agent address.  This way, the DHCP server can
tell which network the client is on, and thus which set of addresses
to use for assigning an address to the client.  

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


Re: Trouble with RPM port

2005-09-07 Thread Lowell Gilbert
Frederico Franzosi [EMAIL PROTECTED] writes:

 I'm having some strange troubles with RPM port, I already tried to
 cvsup, but the error is still there could anybody get the solution
 from that output:
 
 ===  Configuring for rpm-3.0.6_10
 ./configure: 123: Syntax error: word unexpected (expecting ))
 ===  Script configure failed unexpectedly.
 Please report the problem to [EMAIL PROTECTED] [maintainer] and attach the
 /usr/ports/archivers/rpm/work/rpm-3.0.6/config.log including the output of
 the failure of your make command. Also, it might be a good idea to provide
 an overview of all packages installed on your system (e.g. an `ls
 /var/db/pkg`)
 ---
 I already submited the problem to the address but it seems they didn't
 have enough time to correct it, or maybe I've done something wrong.
 Anyway, any solutions??


It's hard to say, because no one else is seeing this problem. 
Are you perhaps picking up a different configure executable?
What is at line 123 of the configure script?
Have you perhaps replaced /bin/sh?
What version of FreeBSD are you running?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Makefile error when update

2005-09-07 Thread zlatozar
YES. I can install it directly. Thank you

On 9/7/05, Yuan Jue [EMAIL PROTECTED] wrote: 
 
 On Wednesday 07 September 2005 19:32, zlatozar wrote:
  I haven't backup( or I never restore from backup). Any ideas ?
 
 
 Can you install libbonoboui-2.10.1 from port directly? see if this will 
 solve
 the problem.
 
Last night I tried to update my FreeBSD system. After cvsup I run
portupgrade -varRp.
See error message:
Segmentation fault (core dumped)
libbonoboui-2.10.1: Makefile error: category x11-toolkits not in 
 list
of valid categories.
*** Error code 1
  
   If you've already have a backup /var/db/pkg using pkgdb -F before 
 you
   portupgrade all the port, maybe you can cover the new pkg folder in
   /var/db
   with the old one you saved and portupgrade again. I am not sure is it 
 a
   right
   workaround, but it worked for me when I encountered the similar 
 problem.
  
   And there is one more thing need to be mentioned. You should not run 
 two
   or
   more portupgrade commands at the same time.
  
   Good luck.
  
   --
   Best Regards.
  
   Yuan Jue
 
 --
 Best Regards.
 
 Yuan Jue
 



-- 
(__)
\\\ ' ' , ) 
\ / \ ^ 
.\ ._/_) 

http://zlatozar.blogspot.com/
I'm not a great programmer; I'm just a good programmer with great habits.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: dhcrelay is setting the relay ip address wrong

2005-09-07 Thread Ihsan Dogan
On Wednesday, 07 Sep 2005 10:06 -0400, Lowell Gilbert wrote:

  Did I something wrong? A bug?
 
 The relay agent is acting exactly the way it should.  When it gets a
 DHCP request in from a client, it uses its own address ON THE CLIENT'S
 NETWORK for the relay agent address.  This way, the DHCP server can
 tell which network the client is on, and thus which set of addresses
 to use for assigning an address to the client.  
 
 What is the problem?  

Perhaps I've sent this e-mail too early. I did some further
investigation and saw that:
select(7,{4 5 6},{},{},0x0)  = 2 (0x2)
gettimeofday({1126033610 52754},0x0) = 0 (0x0)
read(0x6,0x806e000,0x1000)   = 360 (0x168)
sendto(0x4,0xbfbfd950,0,0x0,{ AF_INET 213.144.141.146:67 },0x10) = 300 (0x12c)
write(2,0x8066cc0,62)= 62 (0x3e)
write(2,0x80620b8,1) = 1 (0x1)
recvfrom(0x4,0xbfbfe3a0,0,0x0,{ AF_INET 0.0.0.0:68 },0xbfbfe38c) = 300 (0x12c)
select(7,{4 5 6},{},{},0x0)  = 1 (0x1)
gettimeofday({1126033610 72933},0x0) = 0 (0x0)
recvfrom(0x4,0xbfbfe3a0,0,0x0,{ AF_INET 213.144.141.146:67 },0xbfbfe38c) = 300 
(0x12c)

The dhcrelay is forwarding the request from the client correctly
to the server, but it does not forward the reply from the server
to the client.


Ihsan


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


Re: NDAS or iSCSI

2005-09-07 Thread Dan Nelson
In the last episode (Sep 06), Ansar Mohammed said:
 Is there a mature implementation of either iSCSI targets or NDAS
 (Ximeta) for FreeBSD?

There were at least two attempts at an iSCSI driver, but neither ended
up releasing anything.  ximeta's web site says NDAS is patented, but it
looks similar to FreeBSD's geom gate server.

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


port scanning and hidden servers

2005-09-07 Thread Boris Karloff
Hello:

I have a user on my network with a Linux box that is
performing a port scan on all the computers in my network
manually. He's doing this 'because he can'. Although I've
asked him not to, he continues to do so.

1) How can I block or inhibit port scans launched against my
freeBSD servers from within my network?

2) How can I 'hide' my freeBSD servers from users on the
network? (If they can't see them, then they don't know to
scan them.)

Thanks in advance.

Harold



Upgrade your account today for increased storage; mail
forwarding or POP enabled e-mail with automatic virus
scanning. Visit
http://www.canada.com/email/premiumservices.html for more
information.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


/usr/ports/INDEX-5 and INDEX-6

2005-09-07 Thread bob self

I'm trying FreeBSD 6.0

I'm updating the ports this way:

cd /usr/ports
portsnap fetch
portsnap update
make fetchindex
portsdb -u



I see in /usr/ports that there is an INDEX-5 and an INDEX-6 plus an INDEX.

Why am I getting an INDEX-5 if I'm running version 6?

Bob

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


Re: port scanning and hidden servers

2005-09-07 Thread Mike Hernandez
If you ask him not to do so, then you know who he is, correct? The
best way to prevent him from continuing is to deny him access to the
network.  AFAIK there is no way to block a scan, though you could
close ports and otherwise secure your systems so that the scans won't
produce any helpful information?  Hiding a server wont help much, nmap
can scan blocks of IP's.  If the servers aren't on the same network as
your users they can't be scanned easily, but that might complicate
your setup.

IMHO, revoke the user's permission to access the network, or bring up
the issue with someone who has the authority to do so.

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


RE: port scanning and hidden servers

2005-09-07 Thread Joshua Weaver
google up arp-sk, use it to modify the arp tables in switch and play with
him a bit :)

-Joshua

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:owner-freebsd-
 [EMAIL PROTECTED] On Behalf Of Mike Hernandez
 Sent: Wednesday, September 07, 2005 10:26 AM
 To: [EMAIL PROTECTED]
 Subject: Re: port scanning and hidden servers
 
 If you ask him not to do so, then you know who he is, correct? The
 best way to prevent him from continuing is to deny him access to the
 network.  AFAIK there is no way to block a scan, though you could
 close ports and otherwise secure your systems so that the scans won't
 produce any helpful information?  Hiding a server wont help much, nmap
 can scan blocks of IP's.  If the servers aren't on the same network as
 your users they can't be scanned easily, but that might complicate
 your setup.
 
 IMHO, revoke the user's permission to access the network, or bring up
 the issue with someone who has the authority to do so.
 
 Mike
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]


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


RE: port scanning and hidden servers

2005-09-07 Thread Denny Jodeit



 Hello:
 
 I have a user on my network with a Linux box that is
 performing a port scan on all the computers in my network
 manually. He's doing this 'because he can'. Although I've
 asked him not to, he continues to do so.
 
 1) How can I block or inhibit port scans launched against my
 freeBSD servers from within my network?
 
 2) How can I 'hide' my freeBSD servers from users on the
 network? (If they can't see them, then they don't know to
 scan them.)
 
 Thanks in advance.
 
 Harold


Try portsentry in conjunction with logcheck, both are in the ports.

D.

-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.10.18/91 - Release Date: 9/6/2005
 

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


Re: port scanning and hidden servers

2005-09-07 Thread Erik Norgaard

Boris Karloff wrote:

I have a user on my network with a Linux box that is
performing a port scan on all the computers in my network
manually. He's doing this 'because he can'. Although I've
asked him not to, he continues to do so.

1) How can I block or inhibit port scans launched against my
freeBSD servers from within my network?

2) How can I 'hide' my freeBSD servers from users on the
network? (If they can't see them, then they don't know to
scan them.)


1st: You can't really block a port scan, you can block your ports for 
incoming connections so you will appear to be offline. You can also 
configure your host to send particular types of icmp responces.


2nd: Ok, so he sends some packets, but does this saturate the connection 
or in other ways interrupt service? Likely not, but if it does it should 
be against the acceptable use policy for the network, and complaining 
to the right person should cause his wires to be cut (if it's wired) or 
that he be blocked in the AP. If it's _your_ network then you can make 
it against the AUP and cut him off.


3rd: If you want to some have fun - ok, I don't know how legal this is - 
then you poison his arp cache effectively taking him off the network 
until it clears up.


This may? be done with arp-sk, or other tools are available.

Cheers, Erik
--
Ph: +34.666334818  web: www.locolomo.org
S/MIME Certificate: www.daemonsecurity.com/ca/8D03551FFCE04F06.crt
Subject ID:  9E:AA:18:E6:94:7A:91:44:0A:E4:DD:87:73:7F:4E:82:E7:08:9C:72
Fingerprint: 5B:D5:1E:3E:47:E7:EC:1C:4C:C8:3A:19:CC:AE:14:F5:DF:18:0F:B9
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: port scanning and hidden servers

2005-09-07 Thread Bart Silverstrim


On Sep 7, 2005, at 11:30 AM, Denny Jodeit wrote:






Hello:

I have a user on my network with a Linux box that is
performing a port scan on all the computers in my network
manually. He's doing this 'because he can'. Although I've
asked him not to, he continues to do so.

1) How can I block or inhibit port scans launched against my
freeBSD servers from within my network?

2) How can I 'hide' my freeBSD servers from users on the
network? (If they can't see them, then they don't know to
scan them.)

Thanks in advance.

Harold



Try portsentry in conjunction with logcheck, both are in the ports.


Hmm...

You could use the software firewall for all requests from his IP.

Or disconnect his network cable.

Or set up all the other machines on the network to periodically ping 
flood his computer to slow it down to a crawl.


Set up the dsniff tools and redirect his traffic through another 
machine to monitor what is going on with that machine periodically, or 
set up a proxy web filter on a machine and redirect traffic from his 
computer to go through it and filter anything and everything not 
related to work.


Set up another machine so it once in awhile takes his IP for a few 
minutes to knock him off the network.


just some ideas for practical or entertainment value.

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


Re: php --with apache error log

2005-09-07 Thread Kevin Kinsey

Vizion wrote:


I tried changing to :
extension_dir = //usr/local/lib/php/20041030
but that made no difference --still got the same error:
Unknown(0) : Warning - PHP Startup: Unable to load dynamic library 
'/usr/local/lib/php/20041030-debug/pcre.so' - Cannot open 
quot;/usr/local/lib/php/20041030-debug/pcre.soquot;
Unknown(0) : Warning - PHP Startup: Unable to load dynamic library 
'/usr/local/lib/php/20041030-debug/xml.so' - Cannot open 
quot;/usr/local/lib/php/20041030-debug/xml.soquot;


Puzzled

david
 




I suspect that a call to phpinfo() would reveal that you
built a debug build?  Never having done this myself, I
can't say exactly what you'd want to do to fix it; however,
an obvious kluge would be to create the directory
it seems to want to have, and copy the object files to it.

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


RE: port scanning and hidden servers

2005-09-07 Thread Gayn Winters


 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Boris Karloff
 Sent: Wednesday, September 07, 2005 8:19 AM

 I have a user on my network with a Linux box that is
 performing a port scan on all the computers in my network
 manually. He's doing this 'because he can'. Although I've
 asked him not to, he continues to do so.
 
 1) How can I block or inhibit port scans launched against my
 freeBSD servers from within my network?
 
 2) How can I 'hide' my freeBSD servers from users on the
 network? (If they can't see them, then they don't know to
 scan them.)
 
 Thanks in advance.
 
 Harold

1. VLAN security on a managed switch
2. TCP wrappers
3. Ipchains
4. Snort (to generate dynamic fw rules)
 
-gayn

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


Standalone FTP server for installs.

2005-09-07 Thread Peter B

I have written an ftp server in perl to aid with installations over ftp.
  http://www.ludd.luth.se/~pb/perlftp3.pl

Do like this:
  If your release is located in /path_to_relases/5.4-RELEASE on 10.0.0.99

  Type on your 10.0.0.99 freebsd machine:

perlftp3.pl  /path_to_relases 12000

  Then start sysinstall on the machine to be installed/configured.
  Select: 3 FTP Passive  Install from an FTP server through a firewall.
  Select: URL   Specify some other ftp site by URL

  Type:  10.0.0.99:12000/(complete url  ftp://10.0.0.99:12000/)

Security:
  Any user/pass combination will do.
  Will only read files.
  Locks on the IP of the first client.

I hope this ease some installation scenarios.
/P

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


about ip.h

2005-09-07 Thread alicornio
hello all 

i have a problem when i try to compile a code. this is the error: 

in file included from packetCreate.c:5: 
/usr/include/netinet/ip.h:160: error: systax error before n_long 
/usr/include/netinet/ip.h:163: error: systax error before n_long 

then searching in the ip.h i change n_long to u_long and the code was 
compiled well. 

my questions are: why i need to modify this ? i search for n_long in 
types.h but i can't find it, where is n_long? seaching on the 
http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/netinet/ip.h i saw which all 
versions of ip.h have n_long, then n_long (not u_long) is the correct 
form, right? 

sorry for my bad english :-) 

thanks all 

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

Re: about ip.h

2005-09-07 Thread Giorgos Keramidas
On 2005-09-07 13:50, alicornio [EMAIL PROTECTED] wrote:
Content-Description: Mail message body
 hello all

 i have a problem when i try to compile a code. this is the error:

 in file included from packetCreate.c:5:
 /usr/include/netinet/ip.h:160: error: systax error before n_long
 /usr/include/netinet/ip.h:163: error: systax error before n_long

 then searching in the ip.h i change n_long to u_long and the code was
 compiled well.

#include netinet/in_systm.h
#include netinet/ip.h

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


configuring xterm

2005-09-07 Thread Rem Roberti
I am a new user, have FreeBSD 5.4 up and running, and am very grateful 
to be rid of the blue screen of death.  I'm going to have a bunch of 
questions, but first things first:


1) When I start X three xterm windows appear.  Can I configure it so 
that only one appears?


2) The font size in the xterm window is quite small.  How do I change 
the font size?


Thanks in advance for the help.

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


Re: php --with apache error log

2005-09-07 Thread Vizion
On Wednesday 07 September 2005 08:54,  the author Kevin Kinsey contributed to 
the dialogue on-
 Re: php --with apache error log: 

Vizion wrote:
I tried changing to :
extension_dir = //usr/local/lib/php/20041030
but that made no difference --still got the same error:
Unknown(0) : Warning - PHP Startup: Unable to load dynamic library
'/usr/local/lib/php/20041030-debug/pcre.so' - Cannot open
quot;/usr/local/lib/php/20041030-debug/pcre.soquot;
Unknown(0) : Warning - PHP Startup: Unable to load dynamic library
'/usr/local/lib/php/20041030-debug/xml.so' - Cannot open
quot;/usr/local/lib/php/20041030-debug/xml.soquot;

Puzzled

david

I suspect that a call to phpinfo() would reveal that you
built a debug build?  Never having done this myself, I
can't say exactly what you'd want to do to fix it; however,
an obvious kluge would be to create the directory
it seems to want to have, and copy the object files to it.

Kevin Kinsey
I am sure you are right -- maybe there is something odd in the Makefile.. I 
wonder if the debug build version of xml.so and pcre.so are identical?

Umph..

I will change the directories,as you suggest.. and see what happens - in the 
meantime I will make a bug report

david
-- 
40 yrs navigating and computing in blue waters.
English Owner  Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after 
completing engineroom refit.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: phpbb installation

2005-09-07 Thread Vizion
On Wednesday 07 September 2005 06:36,  the author Denny Jodeit contributed to 
the dialogue on-
 RE: phpbb installation: 

 On Tuesday 06 September 2005 20:42,  the author Vizion
 contributed to the
 dialogue on-

  phpbb installation:
 Hi
 
 I am just trying to work out the configuration options for
 usr/ports/www/phpbb.
 Does anyone habe any ideas on a good to install phpbb on a

 server with a

 number of virtual hosts, a number of which, will be running phpbb?
 
 Glancing at the makefile I have drawn the impression that

 some tweaking

  might be needed.
 
 I am using name-based hosting and am uncertain how to proceed.
 
 
 # The phpBB2 port supports a number of variables that may be

 tweaked at

  build # time.  Perform a make options to see more

 information on these

  variables. #
 WWWDOCROOT?=www/data
 PHPBBURL?=  phpBB2
  (is this meant to

 be the file

 location for installation purposes or the web site url?)
 
 WWWOWN?=www
 WWWGRP?=www

 I have installed phpBB to the existing server as a trial and
 the files appear
 to be in the location indicated by stnadrad output. When I
 run open up
 install/install.php I get a blank screen.

 any ideas how I can get enough info to help debug this problem?

 david

No debug needed..

Next time try Google..you'd have found this:

http://www.phpbb.com/phpBB/

I had tried that before I posted -- and have put a forum question -- so maybe 
I will get an answer from there

thanks

david

Happy Motoring,
D

-- 
40 yrs navigating and computing in blue waters.
English Owner  Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after 
completing engineroom refit.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Strange case of filesystem corruption?

2005-09-07 Thread Kris Kennaway
On Tue, Sep 06, 2005 at 10:19:30AM -0500, Eric Anderson wrote:
 Robert Watson wrote:
 On Tue, 6 Sep 2005, Mikhail Teterin wrote:
 
 On Tuesday 06 September 2005 06:51 am, Robert Watson wrote:
 = Have you recently experienced a system crash or hard reboot without 
 proper
 = shutdown?
 
 According to dmesg.boot, this filesystem was flagged as not properly 
 dismounted back then. The machine's uptime is currently 47 days and 
 no background fskcs are running, of course.
 
 Yours analysis is, likely, correct then... I guess, the fix should be 
 MFCed. (What about 6.0-release?) Thanks!
 
 
 The change was made in HEAD before the 6.x branch, so it's currently in 
 RELENG_6.  I fired off an e-mail to Kirk to ask about MFC'ing it to 
 RELENG_5, and will do so once I hear back, assuming he thinks there is 
 no reason not to.
 
 Do you have back logs to when bgfsck was running, btw?  Normally it 
 should correct this sort of thing, suggestion that bgfsck exited without 
 correcting them, which is a little worrying.  You may want to boot to 
 single user and fsck manually...
 
 I thought that having background_fsck=NO in your rc.conf would make 
 the partition get mounted even though it is unclean, and no fsck's would 
 happen (I use this 'feature' right now, since doing bgfsck on a 2TB 
 partition takes about 2 hours just to make the snapshot, which means 
 filesystem activity is suspended for that time).

AFAIK, no, this just does a regular old fg fsck.

Kris

pgp8mH5iAARO0.pgp
Description: PGP signature


Re: about ip.h

2005-09-07 Thread alicornio
 Thanks Giorgos 

 work very well  :-) 

thiago_cabeludo 

On 2005-09-07 13:50, alicornio wrote: 
Content-Description: Mail message body 
 hello all 
 
 i have a problem when i try to compile a code. this is the error: 
 
 in file included from packetCreate.c:5: 
 /usr/include/netinet/ip.h:160: error: systax error before n_long 
 /usr/include/netinet/ip.h:163: error: systax error before n_long 
 
 then searching in the ip.h i change n_long to u_long and the code was 
 compiled well. 
 
 #include 
 #include 
 
should work 
 
-- 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: /usr/ports/INDEX-5 and INDEX-6

2005-09-07 Thread Kris Kennaway
On Wed, Sep 07, 2005 at 11:19:57AM -0400, bob self wrote:
 I'm trying FreeBSD 6.0
 
 I'm updating the ports this way:
 
 cd /usr/ports
 portsnap fetch
 portsnap update
 make fetchindex
 portsdb -u
 
 
 
 I see in /usr/ports that there is an INDEX-5 and an INDEX-6 plus an INDEX.
 
 Why am I getting an INDEX-5 if I'm running version 6?

You shouldn't be, but you didn't demonstrate that you are (and it's
not just an old file from when you were running 5.x).

Kris


pgprZutYtT99V.pgp
Description: PGP signature


Re: configuring xterm

2005-09-07 Thread Giorgos Keramidas
On 2005-09-07 10:28, Rem Roberti [EMAIL PROTECTED] wrote:
 I am a new user, have FreeBSD 5.4 up and running, and am very grateful
 to be rid of the blue screen of death.  I'm going to have a bunch of
 questions, but first things first:

 1) When I start X three xterm windows appear.  Can I configure it so
 that only one appears?

Yes, you can configure your X11 desktop to include a lot of interesting
things.  Terminals, a GUI desktop, custom backgrounds, editable menus,
many virtual desktops or just one, etc. and so forth...

I suggest you take a good look at the FreeBSD Handbook's chapter about
X11, desktop environments, etc.

It's going to be immensely useful, trust me :)

 2) The font size in the xterm window is quite small.  How do I change
 the font size?

By setting the appropriate xterm ``resources'' in your ~/.Xresources
file.  I usually like having my own fonts in xterm, so mine includes:

XTerm*font: apollo12
XTerm*font3: apollo
XTerm*font4: apollo12

Replace the 'apollo*' fonts with other font names and there you are.

A list of X11 fonts can be obtained with:

$ xlsfonts

once you are already in X11.  Save this list to a file, by running:

$ xlsfonts | tee fonts.txt

Then, you can look at the fonts list even if you are not in X11.

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


Re: Strange case of filesystem corruption?

2005-09-07 Thread Eric Anderson

Kris Kennaway wrote:

On Tue, Sep 06, 2005 at 10:19:30AM -0500, Eric Anderson wrote:


Robert Watson wrote:


On Tue, 6 Sep 2005, Mikhail Teterin wrote:



On Tuesday 06 September 2005 06:51 am, Robert Watson wrote:
= Have you recently experienced a system crash or hard reboot without 
proper

= shutdown?

According to dmesg.boot, this filesystem was flagged as not properly 
dismounted back then. The machine's uptime is currently 47 days and 
no background fskcs are running, of course.


Yours analysis is, likely, correct then... I guess, the fix should be 
MFCed. (What about 6.0-release?) Thanks!



The change was made in HEAD before the 6.x branch, so it's currently in 
RELENG_6.  I fired off an e-mail to Kirk to ask about MFC'ing it to 
RELENG_5, and will do so once I hear back, assuming he thinks there is 
no reason not to.


Do you have back logs to when bgfsck was running, btw?  Normally it 
should correct this sort of thing, suggestion that bgfsck exited without 
correcting them, which is a little worrying.  You may want to boot to 
single user and fsck manually...


I thought that having background_fsck=NO in your rc.conf would make 
the partition get mounted even though it is unclean, and no fsck's would 
happen (I use this 'feature' right now, since doing bgfsck on a 2TB 
partition takes about 2 hours just to make the snapshot, which means 
filesystem activity is suspended for that time).



AFAIK, no, this just does a regular old fg fsck.


You are absolutely right!  My mistake - I had forgotten I did some other 
hacks to ignore those filesystems (so I can fsck manually)!


Too bad the mksnap_ffs is so slow on large (20GB) partitions.. :(

Thanks for the correction!
Eric



--

Eric AndersonSr. Systems AdministratorCentaur Technology
Anything that works is better than anything that doesn't.

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


Re: /usr/ports/INDEX-5 and INDEX-6

2005-09-07 Thread bob self

Kris Kennaway wrote:


On Wed, Sep 07, 2005 at 11:19:57AM -0400, bob self wrote:
 


I'm trying FreeBSD 6.0

I'm updating the ports this way:

cd /usr/ports
portsnap fetch
portsnap update
make fetchindex
portsdb -u



I see in /usr/ports that there is an INDEX-5 and an INDEX-6 plus an INDEX.

Why am I getting an INDEX-5 if I'm running version 6?
   



You shouldn't be, but you didn't demonstrate that you are (and it's
not just an old file from when you were running 5.x).

Kris
 


I never had version 5 on these hard drives. It's a new 6.0 installation.

And the time of the INDEX-5 is almost the same as the INDEX-6.


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


Re: configuring xterm

2005-09-07 Thread Roland Smith
On Wed, Sep 07, 2005 at 10:28:32AM -0700, Rem Roberti wrote:
 I am a new user, have FreeBSD 5.4 up and running, and am very grateful 
 to be rid of the blue screen of death.  I'm going to have a bunch of 
 questions, but first things first:
 
 1) When I start X three xterm windows appear.  Can I configure it so 
 that only one appears?

Yes. Copy /usr/X11R6/lib/X11/xinit/xinitrc.default to your home
directory, and name it .xinitrc (mind the period at the front);

cp /usr/X11R6/lib/X11/xinit/xinitrc.default ~/.xinitrc

The last lines of this file are:

twm 
xclock -geometry 50x50-1+1 
xterm -geometry 80x50+494+51 
xterm -geometry 80x20+494-0 
exec xterm -geometry 80x66+0+0 -name login

Remove two xterms, so that it becomes:

twm 
xclock -geometry 50x50-1+1 
exec xterm -geometry 80x66+0+0 -name login

If you close the xterm, it will end your X session. If you don't want
that, change it to

xclock -geometry 50x50-1+1 
xterm -geometry 80x66+0+0 -name login 
exec twm

 2) The font size in the xterm window is quite small.  How do I change 
 the font size?

You can do this in seceral ways. First is to use the '-fn' option when
you start an xterm, e.g: 

xterm -fn '-misc-fixed-medium-r-normal--14-130-75-75-c-70-iso8859-15'

You can use the xlfonts and xfontsel programs to see all available fonts.

A better solution is to define some so-called 'resources' in a file
called .Xresources in your home directory. My .Xresources file has the
following for xterms (lines starting with ! are comments):

! for xterm
XTerm*foreground: white
XTerm*background: #010040
XTerm*font: -misc-fixed-medium-r-normal--14-130-75-75-c-70-iso8859-15
XTerm*title: Shell
XTerm*loginShell: True
XTerm*scrollBar: False
XTerm*saveLines: 0
XTerm*ttyModes: erase ^H
XTerm*vt100.translations: #override \
Home:  string(\033[1~) \n\
Delete:string(\033[3~) \n\
End:   string(\033[4~)
! For use with LC_ALL=en_US.UTF-8
! XTerm*font: -adobe-courier-medium-r-normal--14-140-75-75-m-90-iso10646-1

The resources that can be set for xterm are documented in the xterm
manual, accessible by typing 'man xterm' in a terminal window.

Roland
-- 
R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text.
public key: http://www.xs4all.nl/~rsmith/pubkey.txt


pgpLomU0wJg1H.pgp
Description: PGP signature


Sweex 5.1 soundcard-troiubles

2005-09-07 Thread Frans-Jan v. Steenbeek
Hi all,

I asked this question on freebsd-multimedia at first, but I think that was
the wrong list to ask. So I'm asking it here again, if you don't mind. As
a side note: I´m not subscribed to the list, so you might want to CC me.
Thanks.

I just bought a Sweex 5.1 soundcard since my onboard-sound was a horrible
disaster (5.1 channels, but only two available, and the volume could not
be set except for on and off). The new card was cheap, so that can cause
the problem I have now :)

The card has an C-Media chip on it (C3DX, CMI8738) but is not detected by
snd_cmi. Apparently, from what I read round and about, the CMI8738 should
work like a charm on FreeBSD with snd_cmi loaded (which is partly why I
bought it in the first place... apart from the money).

Does anyone has any idea as to what to do to trace the problem? All I know
is pciconf, which doesn't do me any good... It doesn't even show the darn
thing.

My guess is that I should set the IRQ and I/O settings right, but how do I
get the right values for that? I tried installing the card on an obsolete
Windows-installation, but got no luck there either (which has to do with
the fact that the installation isn't aware of sound anymore due to
something NVidia did. Or whatever). I know the card should more or less
work though (new hardware found on Windows), but I still do not know which
IRQ / I/O to use. And how do I define that? Is that hint.snd or hint.pcm
these days?

For the record: here are some outputs which might be of help:

$ pciconf -l -v
[EMAIL PROTECTED]:0:0:class=0x06 card=0x31891849 chip=0x31891106
rev=0x80 hdr=0x00
vendor   = 'VIA Technologies Inc'
device   = 'VT8377 Apollo KT400/A/600 CPU to PCI Bridge'
class= bridge
subclass = HOST-PCI
[EMAIL PROTECTED]:1:0: class=0x060400 card=0x0080 chip=0xb1981106 rev=0x00
hdr=0x01
vendor   = 'VIA Technologies Inc'
device   = 'ProSavageDDR P4X600 CPU to AGP Bridge'
class= bridge
subclass = PCI-PCI
[EMAIL PROTECTED]:16:0:class=0x0c0300 card=0x30381849 chip=0x30381106
rev=0x80 hdr=0x00
vendor   = 'VIA Technologies Inc'
device   = 'VT82x UHCI USB 1.1 Controller (All VIA Chipsets)'
class= serial bus
subclass = USB
[EMAIL PROTECTED]:16:1:class=0x0c0300 card=0x30381849 chip=0x30381106
rev=0x80 hdr=0x00
vendor   = 'VIA Technologies Inc'
device   = 'VT82x UHCI USB 1.1 Controller (All VIA Chipsets)'
class= serial bus
subclass = USB
[EMAIL PROTECTED]:16:2:class=0x0c0300 card=0x30381849 chip=0x30381106
rev=0x80 hdr=0x00
vendor   = 'VIA Technologies Inc'
device   = 'VT82x UHCI USB 1.1 Controller (All VIA Chipsets)'
class= serial bus
subclass = USB
[EMAIL PROTECTED]:16:3:class=0x0c0320 card=0x31041849 chip=0x31041106
rev=0x82 hdr=0x00
vendor   = 'VIA Technologies Inc'
device   = 'VT6202 USB 2.0 Enhanced Host Controller'
class= serial bus
subclass = USB
[EMAIL PROTECTED]:17:0:class=0x060100 card=0x31771849 chip=0x31771106
rev=0x00 hdr=0x00
vendor   = 'VIA Technologies Inc'
device   = 'VT8235 PCI to ISA Bridge'
class= bridge
subclass = PCI-ISA
[EMAIL PROTECTED]:17:1:  class=0x01018a card=0x05711849 chip=0x05711106
rev=0x06 hdr=0x00
vendor   = 'VIA Technologies Inc'
device   = 'VT82 EIDE Controller (All VIA Chipsets)'
class= mass storage
subclass = ATA
[EMAIL PROTECTED]:17:5: class=0x040100 card=0x97611849 chip=0x30591106 rev=0x50
hdr=0x00
vendor   = 'VIA Technologies Inc'
device   = 'VT8233/33A/8235/8237 AC97 Enhanced Audio Controller'
class= multimedia
subclass = audio
[EMAIL PROTECTED]:18:0:  class=0x02 card=0x30651849 chip=0x30651106 rev=0x74
hdr=0x00
vendor   = 'VIA Technologies Inc'
device   = 'VT6102 Rhine II PCI Fast Ethernet Controller'
class= network
subclass = ethernet
[EMAIL PROTECTED]:0:0:   class=0x03 card=0x chip=0x018510de
rev=0xc1 hdr=0x00
vendor   = 'NVIDIA Corporation'
device   = 'NV18.6? GeForce4 MX 4000'
class= display
subclass = VGA

$ cat /var/run/dmesg.boot
Copyright (c) 1992-2005 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 5.4-RELEASE #2: Mon Sep  5 22:01:50 CEST 2005
[EMAIL PROTECTED]:/usr/src/sys/i386/compile/GALADRIEL
ACPI APIC Table: AMIINT VIA_K7  
Timecounter i8254 frequency 1193182 Hz quality 0
CPU: AMD Sempron(tm) 2800+ (1999.36-MHz 686-class CPU)
  Origin = AuthenticAMD  Id = 0x681  Stepping = 1
  
Features=0x383fbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE
  AMD Features=0xc048MP,AMIE,DSP,3DNow!
real memory  = 1073676288 (1023 MB)
avail memory = 1036926976 (988 MB)
ioapic0 Version 0.3 irqs 0-23 on motherboard
npx0: math processor on motherboard
npx0: INT 16 interface
acpi0: AMIINT VIA_K7 on 

Re: /usr/ports/INDEX-5 and INDEX-6

2005-09-07 Thread Kris Kennaway
On Wed, Sep 07, 2005 at 02:19:06PM -0400, bob self wrote:
 Kris Kennaway wrote:
 
 On Wed, Sep 07, 2005 at 11:19:57AM -0400, bob self wrote:
  
 
 I'm trying FreeBSD 6.0
 
 I'm updating the ports this way:
 
 cd /usr/ports
 portsnap fetch
 portsnap update
 make fetchindex
 portsdb -u
 
 
 
 I see in /usr/ports that there is an INDEX-5 and an INDEX-6 plus an INDEX.
 
 Why am I getting an INDEX-5 if I'm running version 6?

 
 
 You shouldn't be, but you didn't demonstrate that you are (and it's
 not just an old file from when you were running 5.x).
 
 Kris
  
 
 I never had version 5 on these hard drives. It's a new 6.0 installation.
 
 And the time of the INDEX-5 is almost the same as the INDEX-6.

Please do a bit more research yourself, e.g. compare the modification
times before and after running the various commands to see which is
updating it, if any.

Kris



pgpHoRYspOTuL.pgp
Description: PGP signature


Re: Trouble with RPM port

2005-09-07 Thread Frederico Franzosi
On 07 Sep 2005 10:10:36 -0400, Lowell Gilbert
[EMAIL PROTECTED] wrote:
 Frederico Franzosi [EMAIL PROTECTED] writes:
 
  I'm having some strange troubles with RPM port, I already tried to
  cvsup, but the error is still there could anybody get the solution
  from that output:
  
  ===  Configuring for rpm-3.0.6_10
  ./configure: 123: Syntax error: word unexpected (expecting ))
  ===  Script configure failed unexpectedly.
  Please report the problem to [EMAIL PROTECTED] [maintainer] and attach the
  /usr/ports/archivers/rpm/work/rpm-3.0.6/config.log including the output of
  the failure of your make command. Also, it might be a good idea to provide
  an overview of all packages installed on your system (e.g. an `ls
  /var/db/pkg`)
  ---
  I already submited the problem to the address but it seems they didn't
  have enough time to correct it, or maybe I've done something wrong.
  Anyway, any solutions??
 
 
 It's hard to say, because no one else is seeing this problem.
 Are you perhaps picking up a different configure executable?
Well, my port came from rpm official ftp site. I wonder how could I
get from another source that works.
 What is at line 123 of the configure script?
123 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
I already tried to edit the configure script, but it was really
useless since I don't know how configure parser works.
 Have you perhaps replaced /bin/sh?
I was actually using /bin/csh wich is the FreeBSD default
 What version of FreeBSD are you running?
5.4

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


Re: FDISK cannot write

2005-09-07 Thread Björn König

Frank Bonnet wrote:


I'm trying to add a partition to an existing disk at 5.4-R
on a HP XW 4200 (SATA)

FDSIK fail with an error message cannot write ...

The bizarre thing is I have installed this machine
from CDROM and partitionning the disk was OK ...


Set kern.geom.debugflags=16 with sysctl to allow writing the MBR 
temporarily.


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


Re: phpbb installation

2005-09-07 Thread Kevin Kinsey

Vizion wrote:



No debug needed..

Next time try Google..you'd have found this:

http://www.phpbb.com/phpBB/
   



I had tried that before I posted -- and have put a forum question -- so maybe 
I will get an answer from there


thanks

david
 


Happy Motoring,
D
   



 



Like many/most PHP apps, phpbb is basically just a web folder.

If the port sticks it all in /usr/local/phpbb, the thing to do is cp
that dir to the DOCROOT of whichever websites want to run
phpbb, preferably prior to running any install.php scripts, etc.,
that may come with the program.

HTH,

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


dns resolutions -- again

2005-09-07 Thread Jerod Prothe

Hello all,
  I contacted this list a few weeks ago (got good responses - thanks) but now 
it seems that other domains are still not getting refreshed.
I set my zone file refresh at 20m.  Why is it that our domain (usd217.org) gets 
recognized by other domains (example: acck.edu) but not by my isp (pld.com).  I 
called them to ask for them to clear their cache but they seem unwilling and not 
responsive.  The old server (otto) should not be getting asked to handle mail, 
but unfortunately, others' records seem to indicate that.  How can I get this 
changed throughout the internet?


Thanks.

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


phpbb - install.php script blank screen

2005-09-07 Thread Vizion
Copy of problem report to phpbb forum..
Does anyone have any ideas?

URL:http://localhost/phpBB2/install/install.php
Template(s) used:n/a
Any and all MODs: none
Do you use a port of phpBB:Freebsd
Version of phpBB:phpbb-2.0.17
Version of PHP:
php5-5.0.4_2PHP Scripting Language (Apache Module and CLI)
php5-pcre-5.0.4_2   The pcre shared extension for php
php5-pear-5.0.4_4   PEAR framework for PHP
php5-xml-5.0.4_2The xml shared extension for php

Which database server and version:
mysql-client-5.0.11 Multithreaded SQL database (client)
mysql-server-5.0.11 Multithreaded SQL database (server)


apache-2.0.54   Version 2 of Apache web server with prefork MPM.
apache-ant-1.6.2 
Host: Freebsd 5.3
Did someone install this for you/who: I did
Is this an upgrade/from what to what: No
Is this a conversion/from what to what: No
Have you searched for your problem: Yes
If so, what terms did you try:install.php
State the nature of your problem: http://localhost/phpBB2/install/install.php 
produces a blank screen
View File Source shows :  htmlbody/body/html


HOWEVER : http://localhost/phpBB2/install/ displays page properly with
View File Source shows :
--
!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 3.2 Final//EN
html
 head
  titleIndex of /phpBB2/install/title
 /head
 body
h1Index of /phpBB2/install/h1
preimg src=/icons/blank.gif alt=Icon  a href=?C=N;O=DName/a   
 
a href=?C=M;O=ALast modified/a  a href=?C=S;O=ASize/a  a 
href=?C=D;O=ADescription/ahrimg src=/icons/back.gif alt=[DIR] a 
href=/phpBB2/Parent Directory/a -   

img src=/icons/text.gif alt=[TXT] a href=index.htmindex.htm/a   

19-Jul-2005 13:14  169   
img src=/icons/unknown.gif alt=[   ] a 
href=install.phpinstall.php/a 19-Jul-2005 13:14   34K  
img src=/icons/folder.gif alt=[DIR] a href=schemas/schemas//a   
 
19-Jul-2005 13:14-   
img src=/icons/unknown.gif alt=[   ] a 
href=update_to_latest.phpupdate_to_latest.php/a19-Jul-2005 13:14   
40K  
img src=/icons/unknown.gif alt=[   ] a 
href=upgrade.phpupgrade.php/a 19-Jul-2005 13:14   56K  

hr/pre
addressApache/2.0.54 (FreeBSD) PHP/5.0.4 Server at localhost Port 
80/address
/body/html

Could the problem have something to do with the way php deals with simlinks - 
but if so I do not know how to fix it!!

You will see I have installed the standard php test.php script 
in /usr/local/www/data which works fine so we know php is dollowing the 
symlink to that point.

Are there any specific entries that need to be made in http.conf or php.ini?

Here is the link and other Directory info:

Critical Dirs :

/usr/local/www
dns1# ls -l
total 14
lrwxr-xr-x  1 root  wheel27 Jun  2 12:07 cgi-bin 
- /usr/local/www/cgi-bin-dist
drwxr-xr-x  2 root  wheel   512 Jun  2 12:07 cgi-bin-dist
lrwxr-xr-x  1 root  wheel24 Jun  2 12:07 data - /usr/local/www/data-dist
drwxr-xr-x  3 root  wheel  1536 Sep  6 20:49 data-dist
lrwxr-xr-x  1 root  wheel25 Jun  2 12:07 error 
- /usr/local/www/error-dist
drwxr-xr-x  3 root  wheel  1024 Jun  2 12:07 error-dist
lrwxr-xr-x  1 root  wheel25 Jun  2 12:07 icons 
- /usr/local/www/icons-dist
drwxr-xr-x  3 root  wheel  3584 Jun  2 12:07 icons-dist
-rw-r--r--  1 root  wheel 2 Sep  5 20:36 testme
lrwxr-xr-x  1 root  wheel18 Sep  6 14:20 virtualwebs - /usr2/virtualwebs/


dns1# cd /usr/local/www/data/
dns1# pwd
/usr/local/www/data-dist
dns1# ls -l
total 94
-rw-r--r--   1 root  wheel  2326 Nov 21  2004 apache_pb.gif
-rw-r--r--   1 root  wheel  1385 Nov 21  2004 apache_pb.png
-rw-r--r--   1 root  wheel  2414 Nov 21  2004 apache_pb2.gif
-rw-r--r--   1 root  wheel  1463 Nov 21  2004 apache_pb2.png
-rw-r--r--   1 root  wheel  2160 Nov 21  2004 apache_pb2_ani.gif
-rw-r--r--   1 root  wheel   579 May 26 06:51 demo.fx
-rw-r--r--   1 root  wheel  1724 Jun  2 10:18 index.html.ca
-rw-r--r--   1 root  wheel  1644 Jun  2 10:18 index.html.cz.iso8859-2
-rw-r--r--   1 root  wheel  2263 Jun  2 10:18 index.html.de
-rw-r--r--   1 root  wheel  1569 Jun  2 10:18 index.html.dk
-rw-r--r--   1 root  wheel  1889 Jun  2 10:18 index.html.ee
-rw-r--r--   1 root  wheel  1679 Jun  2 10:18 index.html.el
-rw-r--r--   1 root  wheel  1517 Jun  2 10:18 index.html.en
-rw-r--r--   1 root  wheel  1796 Jun  2 10:18 index.html.es
-rw-r--r--   1 root  wheel  1928 Jun  2 10:18 index.html.et
-rw-r--r--   1 root  wheel  1566 Jun  2 10:18 index.html.fr
-rw-r--r--   1 root  wheel  3765 Jun  2 10:18 index.html.he.iso8859-8
-rw-r--r--   1 root  wheel  1665 Jun  2 10:18 index.html.hr.iso8859-2
-rw-r--r--   1 root  wheel  1849 Jun  2 10:18 index.html.it
-rw-r--r--   1 root  wheel  1691 Jun  2 10:18 index.html.ja.iso2022-jp
-rw-r--r--   1 root  wheel  1604 Jun  2 10:18 index.html.ko.euc-kr
-rw-r--r--   1 root  wheel  1898 Jun  2 10:18 index.html.lb.utf8
-rw-r--r--   1 root  wheel  2029 Jun  2 10:18 index.html.nl
-rw-r--r--   1 root  wheel  1595 Jun  2 10:18 index.html.nn
-rw-r--r--   1 root  wheel  1528 Jun  2 

Re: phpbb installation

2005-09-07 Thread Vizion
On Wednesday 07 September 2005 11:22,  the author bob self contributed to the 
dialogue on-
 Re: phpbb installation: 

Vizion wrote:

...

Here are some recent notes that I made about installing phpBB2 on 5.4:

Here's the procedure for creating multiple forums.

1. get a copy of phpBB-2.0.17.zip (or whatever the current version is).
Unzip it into a directory. This will be the template
   for each new forum that you want to create.

2. pick a name for the forum, eg 'forum1'. Create a directory called
forum1 under your root page, eg /usr/local/www/username/forum1.
   You should also have /usr/local/www/username/phpBB2 here with all of
the original phpBB files.

3. cd to forum1 and bcp -rp ../phpBB2 ./b

4. Next you need to give your mysql user privileges to create this
database and then create an empty database called 'forum1'.
   I run this php script to set up mysql before installing phpBB for
this forum:

b
   \$link = mysql_connect(\localhost\, \root\, \**\) or
die(\Could not connect: \ . mysql_error() . \\\n\);

   \$cmd = \GRANT ALL ON forum1.*
TO [EMAIL PROTECTED]
IDENTIFIED BY '**'
WITH GRANT OPTION\;
   mysql_query(\$cmd) or die(\grant error \ . mysql_error() . \\\n\);

   \$cmd = \flush privileges\;
   mysql_query(\$cmd) or die(\flush privileges error \ . mysql_error()
. \\\n\);

   mysql_close(\$link);

   // now have 'user' create the database:

   \$link = mysql_connect(\localhost\, \user\, \**\) or
die(\Could not connect: \ . mysql_error() . \\\n\);
   \$cmd = \create database forum1;\;
   mysql_query(\$cmd) or die(\grant error \ . mysql_error() . \\\n\);
   mysql_close(\$link);
/b

5. cd to .../forum1 and bchmod 666 config.php/b

6. Now point your browser to .../forum1/install/install.php

   Basic Configuration

  Default board language: English
  Database Type:  mysql 4.x
  Choose your installation method:install

   Database Configuration

  Database Server Hostname / DSN: localhost
  Your Database Name: forum1
  Database Username:  user
  Database Password:  
  Prefix for tables in database:  forum1_

   Admin Configuration

  Admin Email Address:[EMAIL PROTECTED]
  Domain Name:www.user.lan
  Server Port:80
  Script path:/forum1/
  Administrator Username: user
  Administrator Password: **
  Administrator Password [ Confirm ]: **


7. cd to .../forum1 and bchmod 644 config.php/b

8. remove the .../forum1/install and .../forum1/contrib directories.
Hey

Thank you very much - I will use that I soon as I get over the problem with 
install.php which produces a blank screen (I have reported the issue to the 
phpbb forum and cc'd to freebsd-questions.

Thanks again for your help

david


-- 
40 yrs navigating and computing in blue waters.
English Owner  Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after 
completing engineroom refit.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: configuring xterm

2005-09-07 Thread Gary W. Swearingen
Rem Roberti [EMAIL PROTECTED] writes:

 2) The font size in the xterm window is quite small.  How do I change the 
 font size?

A quick but temporary way not yet mentioned is to press ctrl
and then drag pointer-button-1 to select a new size.

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


Re: Sendmail not using aliases

2005-09-07 Thread Glenn Dawson

At 06:50 AM 9/7/2005, Steve Suhre wrote:


No, just a generic DSN: Data format error. The bounced message 
just says user unknown. If I rebuild the aliases and virtusertable 
db's I get nothing but new db files, no errors. No errors of any 
kind in the log files when sendmail starts during boot.


Make sure that the aliases file and the directory it's in are not 
group writable.  Sendmail defaults to ignoring config files that are 
group writable.


-Glenn





Giorgos Keramidas wrote:


## Redirected to freebsd-questions from freebsd-hackers.

On 2005-09-07 06:35, Steve Suhre [EMAIL PROTECTED] wrote:



I'm upgrading a server and have sendmail 8.13.1 installed. I've moved
the aliases and virtusertable files over and have run makemap and
newaliases. Sendmail has been complaining that it can't find aliased
users like postmaster and www. I doublechecked the aliases file and they
are there. If I add them to the virtusertable file, which I'd rather not
do, then sendmail stops complaining and delivers the mail. I checked for
the -n flag and it's not set when runnung sendmail at startup. I also
checked to see that the aliases file was in the correct place as
indicated in sendmail.cf.



That's funny.  Any hints in the log files?







--



Steve Suhre
[EMAIL PROTECTED]
439.6052 Cell
632.2897 Home

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


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


What is 6.0-BETA4?

2005-09-07 Thread Gary W. Swearingen
That is, what event created it and, if it is a changing thing,
what event will cause it to stop changing?

I'm guessing from the announcement which says that one can get it from
from the RELENG_6 CVS branch, that it is a generic name for any OS
made from RELENG_6 between its announcement and the later announcement
of a so-called 6.0 release candidate.  Correct?  Or are there some
kind of markers in the CVS?  Or...?

And do release candidates have their own actual CVS branches and tags?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FDISK cannot write

2005-09-07 Thread Glenn Dawson

At 06:29 AM 9/7/2005, Frank Bonnet wrote:

Hello

I'm trying to add a partition to an existing disk at 5.4-R
on a HP XW 4200 (SATA)

FDSIK fail with an error message cannot write ...

The bizarre thing is I have installed this machine
from CDROM and partitionning the disk was OK ...

any idea on what happen ?


Is anything on the disk you're working with currently mounted?  fdisk 
won't let you write to disks that have mounted filesystems.


-Glenn



Thanks a lot.
--
Cordialement/Regards
Frank Bonnet
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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


Fwd: freebsd on memory card

2005-09-07 Thread Damon Blom

Hi
   Still no go.
  will boot (very slowly) from external usb hard drive.
  da0  maxtor scsi -0 device  194481 mb
  will not boot
  da1  hp digital drive 976 mb (whole disk)
 da1s1a  /
da1s1d  /usr
  I disabled hitachi drive and external maxtor drive
  get
   F1 Freebsd
   F5 drive1
  will not let me press enter
  Phoenix Bios version F.35
   Thank's (I can still mount it and r/w from it)
   Damon

--  Forwarded Message  --

Subject: freebsd on memory card
Date: Monday 05 September 2005 09:45 pm
From: Damon Blom [EMAIL PROTECTED]
To: [EMAIL PROTECTED]

Hi
   presario r3000 amd64 freebsd-current 7.0
   ad0: 76319MB Hitachi DK23FA-80
   da0 HP Digital drive 1.00  Removable direct access SCSI -0 Device
   dual XP/FreeBSD with easy boot
   used sysinstall to configure da0 as entire freebsd
  da0s1a  /tmp  390MB
  da0s1d  /tmp/usr 600MB
   used gtar to transfer / to /mnt
transfer /usr to /mnt/usr  (Cheat Sheet)
   usb bootable (bios) shows
F1 ?  (win)
F2 Freebsd
F5 Drive 1
  But will not boot . I did same thing on desktop with a second hard drive
and it booted fine. Is it because memory card is not really a hard drive?
Any way to do it ?
   Thank's
  Damon
  and thank's so much for freebsd (my whole life)

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


Re: What is 6.0-BETA4?

2005-09-07 Thread Kris Kennaway
On Wed, Sep 07, 2005 at 01:03:35PM -0700, Gary W. Swearingen wrote:
 That is, what event created it and, if it is a changing thing,
 what event will cause it to stop changing?
 
 I'm guessing from the announcement which says that one can get it from
 from the RELENG_6 CVS branch, that it is a generic name for any OS
 made from RELENG_6 between its announcement and the later announcement
 of a so-called 6.0 release candidate.  Correct?  Or are there some
 kind of markers in the CVS?  Or...?
 
 And do release candidates have their own actual CVS branches and tags?

They're (untagged) snapshots of RELENG_6.

Kris


pgpSTUF5UoW9n.pgp
Description: PGP signature


Interests in *BSD

2005-09-07 Thread Maxime Paquin
Hello, I am part of a LUG or Linux Users Group at my school. Our goal is to 
help spread free and open source software and operating systems. We are also 
doing some kind of demonstrations where we install *Nix distributions and 
show how to use them. The point is, we don't have broadband access and can't 
download whole distros. What I (speaking for my LUG) would like to know, is 
if you could send us at least one copy of FreeBSD and/or OpenBSD and/or 
NetBSD. We aren't asking for a lot, only a copy would be enough since we 
could pass it to each other so everybody can try it and understand how it 
works.

If you are interested in sending us a copy of a *BSD, please send it to:

Maxime Paquin - Valleyfield LUG
149 Armand Ouest, Valleyfield
Quebec, Canada
J6S 2L4

Thank you very much in advance,

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


Re: Interests in *BSD

2005-09-07 Thread Glenn Dawson

At 04:13 PM 9/7/2005, Maxime Paquin wrote:

Hello, I am part of a LUG or Linux Users Group at my school. Our goal is to
help spread free and open source software and operating systems. We are also
doing some kind of demonstrations where we install *Nix distributions and
show how to use them. The point is, we don't have broadband access and can't
download whole distros. What I (speaking for my LUG) would like to know, is
if you could send us at least one copy of FreeBSD and/or OpenBSD and/or
NetBSD. We aren't asking for a lot, only a copy would be enough since we
could pass it to each other so everybody can try it and understand how it
works.

If you are interested in sending us a copy of a *BSD, please send it to:


http://www.freebsdmall.com/cgi-bin/fm/bsd5.4?id=zBuMVwr8mv_pc=70



Maxime Paquin - Valleyfield LUG
149 Armand Ouest, Valleyfield
Quebec, Canada
J6S 2L4

Thank you very much in advance,

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


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


Re: Interests in *BSD

2005-09-07 Thread Mark Kane

Glenn Dawson wrote:

At 04:13 PM 9/7/2005, Maxime Paquin wrote:

Hello, I am part of a LUG or Linux Users Group at my school. Our goal 
is to
help spread free and open source software and operating systems. We 
are also

doing some kind of demonstrations where we install *Nix distributions and
show how to use them. The point is, we don't have broadband access and 
can't
download whole distros. What I (speaking for my LUG) would like to 
know, is

if you could send us at least one copy of FreeBSD and/or OpenBSD and/or
NetBSD. We aren't asking for a lot, only a copy would be enough since we
could pass it to each other so everybody can try it and understand how it
works.

If you are interested in sending us a copy of a *BSD, please send it to:



http://www.freebsdmall.com/cgi-bin/fm/bsd5.4?id=zBuMVwr8mv_pc=70



Maxime Paquin - Valleyfield LUG
149 Armand Ouest, Valleyfield
Quebec, Canada
J6S 2L4

Thank you very much in advance,

Maxime Paquin


$39.99 + shipping to Canada would be quite a bit for CDROM's and a case, 
especially for someone on what I'm assuming is a tight budget.


I would check eBay for CD's if you can't download them. There are 
FreeBSD CD's on eBay from $0.99 on a Buy It Now. I'm sure there is for 
OpenBSD and NetBSD as well.


If I was in Canada I'd send you guys some. Someone else may be able to 
send you them though. :)


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


Thanks...

2005-09-07 Thread Rem Roberti
Thanks to all that answered my questions about xterm. 

One more question and then I'll quit for the day.  I have created a 
cvsupfile to use with cvsup, and it contains a docs-all line, which is 
used to update the doc repository.  However, both of the books that I 
have on FreeBSD state that the docs are contained in the /usr/doc 
directory.  No such directory exists in my 5.4 installation.   Where did 
that directory go?


Rem


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


RE: Interests in *BSD

2005-09-07 Thread Gayn Winters


 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Maxime Paquin
 Sent: Wednesday, September 07, 2005 4:14 PM
 To: freebsd-questions@freebsd.org
 Subject: Interests in *BSD
 
 
 Hello, I am part of a LUG or Linux Users Group at my school. 
 Our goal is to 
 help spread free and open source software and operating 
 systems. We are also 
 doing some kind of demonstrations where we install *Nix 
 distributions and 
 show how to use them. The point is, we don't have broadband 
 access and can't 
 download whole distros. What I (speaking for my LUG) would 
 like to know, is 
 if you could send us at least one copy of FreeBSD and/or 
 OpenBSD and/or 
 NetBSD. We aren't asking for a lot, only a copy would be 
 enough since we 
 could pass it to each other so everybody can try it and 
 understand how it 
 works.
 
 If you are interested in sending us a copy of a *BSD, please 
 send it to:
 
 Maxime Paquin - Valleyfield LUG
 149 Armand Ouest, Valleyfield
 Quebec, Canada
 J6S 2L4
 
 Thank you very much in advance,
 
 Maxime Paquin

Maxime,

It looks like your user group needs a steady stream of CDs for multiple
releases of multiple operating systems. In addition, you'll also need
access to applications, drivers, etc.  My suggestion would be to focus
on how to get reasonable speed access to the Internet. 

The local user groups around here (Southern California) beg and borrow
facilities for meetings at local universities and companies that are
willing to let them plug into their local area network and use their
Internet connection (at least during meetings).  If your LUG had a web
page, you could provide a 'thank you' link to your sponsors' web site in
trade for such usage.  You might exchange such ads for other forms of
sponsorship as well.

Even if driving into Montreal is too far, I'll bet you can find computer
clubs (or even friendly professors) in the universities there that would
help you out as well.  Invite them as speakers...

Finally, your club might consider building and selling PC's (with
various *nix operating systems of course).  If you sold one a month,
you'd probably make enough for a great internet connection!  (The
initial capital to get started could come from deposits or down
payments ...)

Good luck,

-gayn



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


Re: Thanks...

2005-09-07 Thread Giorgos Keramidas
On 2005-09-07 17:29, Rem Roberti [EMAIL PROTECTED] wrote:
 Thanks to all that answered my questions about xterm. 

 One more question and then I'll quit for the day.  I have created a
 cvsupfile to use with cvsup, and it contains a docs-all line, which is
 used to update the doc repository.  However, both of the books that I
 have on FreeBSD state that the docs are contained in the /usr/doc
 directory.  No such directory exists in my 5.4 installation.   Where
 did that directory go?

The docs-all collection fetches the documentation sources (SGML, XML and
the Makefiles needed to build  format the docs).  Are you sure it's
this that you want?

To tell you exactly where the doc sources have gone, we have to see the
supfile though.

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


OT: Review of An Illustrated Guide to IPSec?

2005-09-07 Thread Parv
To this IPSec ignorant but quite interested in the subject, this
seems like a good reference ...

  http://www.unixwiz.net/techtips/iguide-ipsec.html


To those who are versed in the topic, how does it look?


  - Parv

-- 

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


Re: Thanks...

2005-09-07 Thread Rem Roberti

Giorgos Keramidas wrote:


On 2005-09-07 17:29, Rem Roberti [EMAIL PROTECTED] wrote:
 

Thanks to all that answered my questions about xterm. 


One more question and then I'll quit for the day.  I have created a
cvsupfile to use with cvsup, and it contains a docs-all line, which is
used to update the doc repository.  However, both of the books that I
have on FreeBSD state that the docs are contained in the /usr/doc
directory.  No such directory exists in my 5.4 installation.   Where
did that directory go?
   



The docs-all collection fetches the documentation sources (SGML, XML and
the Makefiles needed to build  format the docs).  Are you sure it's
this that you want?

To tell you exactly where the doc sources have gone, we have to see the
supfile though.


 


Thanks for your reply.  Here's the file:

*default tag=RELENG_5_4_0_RELEASE
*default host=cvsup1.FreeBSD.org
*default base=/var/db
*default prefix=/home/ncvs
*default release=cvs
*default delete use-rel-suffix
*default compress
src-all
ports-all
doc-all
www
cvsroot-all

Except for adding the initial tag, I just copied this supfile from one 
of the examples.  It probably leaves a lot to be desired.


Rem


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


Re: OT: Review of An Illustrated Guide to IPSec?

2005-09-07 Thread Tom Norris

Parv wrote:

To this IPSec ignorant but quite interested in the subject, this
seems like a good reference ...

  http://www.unixwiz.net/techtips/iguide-ipsec.html

To those who are versed in the topic, how does it look?


I'm not very versed in the topic of ipsec, but this definately looks 
like a good read.

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


Graceful restart request to Apache2 leading to seg fault

2005-09-07 Thread Graeme
I've seen something similar in the list archives from 2003, but it seems
to be back (for me at least).

I'm running FreeBSD 5.3 with:
   Apache/2.0.54 (FreeBSD) PHP/4.4.0 mod_ssl/2.0.54 OpenSSL/0.9.7g

and on stopping Apache with SIGTERM I get:
   httpd in free(): error: junk pointer, too high to make sense

in the error log.

Anyone else seeing this?  All advice gratefully received.

Cheers
Graeme


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


Re: Thanks...

2005-09-07 Thread Giorgos Keramidas
On 2005-09-07 18:08, Rem Roberti [EMAIL PROTECTED] wrote:
 Giorgos Keramidas wrote:
 To tell you exactly where the doc sources have gone, we have to see the
 supfile though.

 *default tag=RELENG_5_4_0_RELEASE
 *default host=cvsup1.FreeBSD.org
 *default base=/var/db
 *default prefix=/home/ncvs
 *default release=cvs
 *default delete use-rel-suffix
 *default compress
 src-all
 ports-all
 doc-all
 www
 cvsroot-all

 Except for adding the initial tag, I just copied this supfile from one
 of the examples.  It probably leaves a lot to be desired.

This must have taken a while, right?

The release you specified is cvs, which means bring me a mirror of
the CVS repository, instead of a single revision of each file.

The prefix is /home/ncvs, so doc/... files end up under the directory
/home/ncvs/doc/...

You have an almost complete mirror of the entire FreeBSD CVS repository,
if you actually ran cvsup with this supfile.  Look under /home/ncvs :)


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


Re: Thanks...

2005-09-07 Thread Rem Roberti

Giorgos Keramidas wrote:


On 2005-09-07 18:08, Rem Roberti [EMAIL PROTECTED] wrote:
 


Giorgos Keramidas wrote:
   


To tell you exactly where the doc sources have gone, we have to see the
supfile though.
 


*default tag=RELENG_5_4_0_RELEASE
*default host=cvsup1.FreeBSD.org
*default base=/var/db
*default prefix=/home/ncvs
*default release=cvs
*default delete use-rel-suffix
*default compress
src-all
ports-all
doc-all
www
cvsroot-all

Except for adding the initial tag, I just copied this supfile from one
of the examples.  It probably leaves a lot to be desired.
   



This must have taken a while, right?

The release you specified is cvs, which means bring me a mirror of
the CVS repository, instead of a single revision of each file.

The prefix is /home/ncvs, so doc/... files end up under the directory
/home/ncvs/doc/...

You have an almost complete mirror of the entire FreeBSD CVS repository,
if you actually ran cvsup with this supfile.  Look under /home/ncvs :)
 


Efharisto, Giorgos,

Yes, it did take a while.  I shall now go and take a look in the above 
mentioned directory.  Unfortunately I do not have email set up with the new 
system, so I have to switch back and forth between Windows and FreeBSD.  Email 
is my next task.

Thanks again.

Rem


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


Re: Thanks...

2005-09-07 Thread Beecher Rintoul
On Wednesday 07 September 2005 05:08 pm, Rem Roberti wrote:
 Giorgos Keramidas wrote:
 On 2005-09-07 17:29, Rem Roberti [EMAIL PROTECTED] wrote:
 Thanks to all that answered my questions about xterm.
 
 One more question and then I'll quit for the day.  I have created a
 cvsupfile to use with cvsup, and it contains a docs-all line, which is
 used to update the doc repository.  However, both of the books that I
 have on FreeBSD state that the docs are contained in the /usr/doc
 directory.  No such directory exists in my 5.4 installation.   Where
 did that directory go?
 
 The docs-all collection fetches the documentation sources (SGML, XML and
 the Makefiles needed to build  format the docs).  Are you sure it's
 this that you want?
 
 To tell you exactly where the doc sources have gone, we have to see the
 supfile though.

 Thanks for your reply.  Here's the file:

 *default tag=RELENG_5_4_0_RELEASE
 *default host=cvsup1.FreeBSD.org
 *default base=/var/db
 *default prefix=/home/ncvs
 *default release=cvs
 *default delete use-rel-suffix
 *default compress
 src-all
 ports-all
 doc-all
 www
 cvsroot-all

 Except for adding the initial tag, I just copied this supfile from one
 of the examples.  It probably leaves a lot to be desired.

 Rem


Your cvsupfile should look like this:

*default  tag=RELENG_5_4_0_RELEASE
*default  host=cvsup3.freebsd.org
*default  base=/usr
*default  prefix=/usr
*default  release=cvs
*default  compress
*default  delete use-rel-suffix
src-all
doc-all
ports-all tag=.   - Note the period

That will update your local /usr/src, /usr/doc and /usr/ports. Ports always 
need to be tagged head otherwise cvsup will just delete your ports tree.
Change *default host to a mirror close to you. You don't need www unless you 
plan on mirroring the freebsd website, nor do you need cvs-root.

Enjoy,

Beech

-- 
---
Beech Rintoul - System Administrator - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | NorthWind Communications
\ / - NO HTML/RTF in e-mail  | 201 East 9th Avenue Ste.310
 X  - NO Word docs in e-mail | Anchorage, AK 99501
/ \ 
---













pgpEz4Vb0U3CW.pgp
Description: PGP signature


Re: dns resolutions -- again

2005-09-07 Thread Norberto Meijome

Jerod Prothe wrote:

Hello all,

hey there

  I contacted this list a few weeks ago (got good responses - thanks) 
but now it seems that other domains are still not getting refreshed.


What evidence have you got to support this assumption?

I set my zone file refresh at 20m.  Why is it that our domain 
(usd217.org) gets recognized by other domains (example: acck.edu) but 
not by my isp (pld.com).  I called them to ask for them to clear their 
cache but they seem unwilling and not responsive. 


if I were you, I'd document the problem really well, make doubly 
(triple) sure it IS their problem, get a ticket # with all the 
informatin from the ISP, and then keep calling them until you are on 
first name basis with each person in the call centre...and keep 
escalating till you talk to someone who realises that their spending 
time on the phone with you is mor expensive than fixing the problem.


 The old server (otto) 
should not be getting asked to handle mail, but unfortunately, others' 
records seem to indicate that.  How can I get this changed throughout 
the internet?


whois usd217.org shows your NS are:
Name Server:GALLEY.USD217.ORG
Name Server:OTTO.USD217.ORG

otto doesn't seem to answer any NS queries :
---
$ nslookup.exe - otto.usd217.org
*** Can't find server name for address 209.42.72.250: Timed out
DNS request timed out.
timeout was 2 seconds.
Default Server:  UnKnown
Address:  209.42.72.250

 usd217.org
*** UnKnown can't find usd217.org: No response from server
Server:  UnKnown
Address:  209.42.72.250

DNS request timed out.
timeout was 2 seconds.
 set timeout=20
 set type=mx
 usd217.org
*** UnKnown can't find usd217.org: No response from server
Server:  UnKnown
Address:  209.42.72.250

DNS request timed out.
timeout was 20 seconds.


a) is it supposed to?
b) if not, why have it as secondary NS at all?

galley seems ok:
--
$ nslookup.exe - galley.usd217.org
Default Server:  galley.usd217.org
Address:  209.42.72.2

 set type=mx
 usd217.org
Server:  galley.usd217.org
Address:  209.42.72.2

DNS request timed out.
timeout was 2 seconds.
usd217.org  MX preference = 5, mail exchanger = galley.usd217.org
usd217.org  nameserver = ns.usd217.org
galley.usd217.org   internet address = 209.42.72.2
ns.usd217.org   internet address = 209.42.72.2

---


now, to your ISP. I'm assuming they provide NS services to their clients 
using ns1.pld.com and ns2.pld.com


$ nslookup.exe - ns1.pld.com
Default Server:  ns1.pld.com
Address:  206.253.33.130

 set type=mx
 usd217.org
Non-authoritative answer:
Server:  ns1.pld.com
Address:  206.253.33.130

usd217.org  MX preference = 5, mail exchanger = galley.usd217.org

usd217.org  nameserver = ns.usd217.org
galley.usd217.org   internet address = 209.42.72.2
ns.usd217.org   internet address = 209.42.72.2
 set type=ns
 usd217.org
Non-authoritative answer:
Server:  ns1.pld.com
Address:  206.253.33.130

usd217.org  nameserver = ns.usd217.org

ns.usd217.org   internet address = 209.42.72.2


$ nslookup.exe - ns2.pld.com
Default Server:  ns2.pld.com
Address:  206.253.33.131

 set type=mx
 usd217.org
Server:  ns2.pld.com
Address:  206.253.33.131

usd217.org  MX preference = 5, mail exchanger = galley.usd217.org
usd217.org  nameserver = ns.usd217.org
galley.usd217.org   internet address = 209.42.72.2
ns.usd217.org   internet address = 209.42.72.2
 set type=any
 otto.usd217.org
Non-authoritative answer:
Server:  ns2.pld.com
Address:  206.253.33.131

otto.usd217.org internet address = 209.42.72.251

usd217.org  nameserver = ns.usd217.org
ns.usd217.org   internet address = 209.42.72.2


they seem to have the right information. now, IIRC, otto is doing 
nothing right? why don't you just give otto's IP to galley and see if 
that solves the problem? Otherwise, you may be having other problems at 
hand.


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


rc.conf doesn't work after FreeBSD was updated from 5.3 to 5.4

2005-09-07 Thread jia liu
Sir:

1. I delete my src directory on 5.3-release(rm -fr)
and  was going to update to 5.4-release via source
tree.
2. after cvsup, then buildworld, buildkernel,
installkernel; finaly mergemaster, installworld on
single user model. It seem everything is okay.
3. the problem happen after reboot. It is said
'/etc/rc: WARNING: $ipfilter_enable is not set
properly -see rc.conf(5)'...And it seems my hostname
is 'Amnesiac', not as I typed in rc.conf. I tried to
add or motiy some rc.conf by hand or by sysinstall.
But it looks everything on rc.conf doesn't work.

I want to know what is the problem. Thanks.



___ 
雅虎邮箱超强增值服务-2G超大空间、pop3收信、无限量邮件提醒 
http://cn.mail.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Interests in *BSD

2005-09-07 Thread Steve Quinn
--- Maxime Paquin [EMAIL PROTECTED] wrote:

 Hello, I am part of a LUG or Linux Users Group at my school. Our goal is to 
 help spread free and open source software and operating systems. We are also 
 doing some kind of demonstrations where we install *Nix distributions and 
 show how to use them. The point is, we don't have broadband access and can't 
 download whole distros. What I (speaking for my LUG) would like to know, is 
 if you could send us at least one copy of FreeBSD and/or OpenBSD and/or 
 NetBSD. We aren't asking for a lot, only a copy would be enough since we 
 could pass it to each other so everybody can try it and understand how it 
 works.
 
 If you are interested in sending us a copy of a *BSD, please send it to:
 
 Maxime Paquin - Valleyfield LUG
 149 Armand Ouest, Valleyfield
 Quebec, Canada
 J6S 2L4
 
 Thank you very much in advance,
 
 Maxime Paquin


Hi Maxime

I'm from Toronto, Canada.
It wouldn't take much effort for me to create/send you a few CD's.
How about FreeBSD 4.11 and 5.4?
I found DesktopBSD (http://www.desktopbsd.net/) pretty slick as well.
It would be cool to throw that one in the mix.
If by now you haven't already sourced your FreeBSD CD's, feel free to email me 
back and I'll start
burning media and lickin stamps

Take care

Steve Quinn


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: rc.conf doesn't work after FreeBSD was updated from 5.3 to 5.4

2005-09-07 Thread Norberto Meijome
jia liu wrote:
 Sir:
 
 1. I delete my src directory on 5.3-release(rm -fr)
 and  was going to update to 5.4-release via source
 tree.
 2. after cvsup, then buildworld, buildkernel,
 installkernel; finaly mergemaster, installworld on
 single user model. It seem everything is okay.
 3. the problem happen after reboot. It is said
 '/etc/rc: WARNING: $ipfilter_enable is not set
 properly -see rc.conf(5)'...And it seems my hostname
 is 'Amnesiac', not as I typed in rc.conf. I tried to
 add or motiy some rc.conf by hand or by sysinstall.
 But it looks everything on rc.conf doesn't work.
 
 I want to know what is the problem. Thanks.

could you please post the content of rc.conf please?

btw, you dont need to delete the src tree to upgrade...cvsup will take
longer downloading all the files rather than the changes only (though it
wont have to compare the fileshmm)

beto

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


Re: Interests in *BSD

2005-09-07 Thread Yuan Jue
On Thursday 08 September 2005 10:40, Steve Quinn wrote:
 Hi Maxime

 I'm from Toronto, Canada.
 It wouldn't take much effort for me to create/send you a few CD's.
 How about FreeBSD 4.11 and 5.4?
 I found DesktopBSD (http://www.desktopbsd.net/) pretty slick as well.
 It would be cool to throw that one in the mix.
 If by now you haven't already sourced your FreeBSD CD's, feel free to email
 me back and I'll start burning media and lickin stamps

 Take care

 Steve Quinn

Nice man :)


-- 
Best Regards.

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


Re: Thanks...

2005-09-07 Thread Beecher Rintoul
On Wednesday 07 September 2005 06:33 pm, Rem Roberti wrote:
 Beecher Rintoul wrote:
 On Wednesday 07 September 2005 05:08 pm, Rem Roberti wrote:
 Giorgos Keramidas wrote:
 On 2005-09-07 17:29, Rem Roberti [EMAIL PROTECTED] wrote:
 Thanks to all that answered my questions about xterm.
 
 One more question and then I'll quit for the day.  I have created a
 cvsupfile to use with cvsup, and it contains a docs-all line, which is
 used to update the doc repository.  However, both of the books that I
 have on FreeBSD state that the docs are contained in the /usr/doc
 directory.  No such directory exists in my 5.4 installation.   Where
 did that directory go?
 
 The docs-all collection fetches the documentation sources (SGML, XML and
 the Makefiles needed to build  format the docs).  Are you sure it's
 this that you want?
 
 To tell you exactly where the doc sources have gone, we have to see the
 supfile though.
 
 Thanks for your reply.  Here's the file:
 
 *default tag=RELENG_5_4_0_RELEASE
 *default host=cvsup1.FreeBSD.org
 *default base=/var/db
 *default prefix=/home/ncvs
 *default release=cvs
 *default delete use-rel-suffix
 *default compress
 src-all
 ports-all
 doc-all
 www
 cvsroot-all
 
 Except for adding the initial tag, I just copied this supfile from one
 of the examples.  It probably leaves a lot to be desired.
 
 Rem
 
 Your cvsupfile should look like this:
 
 *default  tag=RELENG_5_4_0_RELEASE
 *default  host=cvsup3.freebsd.org
 *default  base=/usr
 *default  prefix=/usr
 *default  release=cvs
 *default  compress
 *default  delete use-rel-suffix
 src-all
 doc-all
 ports-all tag=.   - Note the period
 
 That will update your local /usr/src, /usr/doc and /usr/ports. Ports
  always need to be tagged head otherwise cvsup will just delete your ports
  tree. Change *default host to a mirror close to you. You don't need www
  unless you plan on mirroring the freebsd website, nor do you need
  cvs-root.
 
 Enjoy,
 
 Beech

 Thanks very much, Beech.  As you can tell, this is all new to me.  Once
 having run cvsup with the above supfile, do I then have to do something
 with the cvs command?

No, running cvsup with that cvsupfile will update all of your local sources. 
You might want to delete /home/ncvs as that is taking up a lot of disc space 
and you don't need it unless you're planning to run your own cvs mirror, or 
you're planning on tracking multiple branches. Just stick with cvsup, it's 
much easier to use than CVS. Take a look at the handbook. It has a lot of 
info pertaining to what your doing. You might want to be tracking RELENG_5
as your default tag. That's the 5-stable branch which will contain bug fixes 
etc that are not in the release. RELENG_5_4_0 is just a snapshot of that 
release with only security updates. Always read /usr/src/UPDATING before 
building / installing it will save you from potential gotyas.

Beech


-- 
---
Beech Rintoul - System Administrator - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | NorthWind Communications
\ / - NO HTML/RTF in e-mail  | 201 East 9th Avenue Ste.310
 X  - NO Word docs in e-mail | Anchorage, AK 99501
/ \ 
---













pgphLkSBQGvxx.pgp
Description: PGP signature


pppoe session in wrong state

2005-09-07 Thread Tang Ho Yim
I just install FreeBSD 5.4 i386, follow the handbook and setup the pppoe 
internet connection.
It seem ok but when I ppp -ddial profile, I got some error messages session 
in wrong state.
 
The ppp.conf  rc.conf just as same as the handbook, so anyone get the idea 
what is it ?
 
Thanks !

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: rc.conf doesn't work after FreeBSD was updated from 5.3 to 5.4

2005-09-07 Thread Norberto Meijome
jia liu wrote:

 --- Norberto Meijome [EMAIL PROTECTED]写道:
[...]
please copy the list so others can help and the solution archived for
others to see.

 
 Here is my rc.conf:
 #--sysinstall generated deltas--# Thu Sep 8 2005
 ifconfig_dc0:inet 192.168.0.3 netmask 255.255.255.0
looks ok to me
 defaultrouter=192.168.0.1
 hostname=test.com
this should be
hostname=something.test.com


 
 And I tested that, even I rm /etc/rc.conf, the problem
 happens as before.

yeah, deleting the main config file will not really fix anything. that's
a M$ solution ;)

 When I 'ifconfig', see like these:
 dc0: flags=108802... mtu 1500
 options=8 VLAN_MTU
 media:Ethernet autoselect
 Status:active

not sure why, sorry.(is that the exact output?)

btw, if you want your firewall to be setup, u need to set
firewall_enable=YES

and ipfilter_enable=YES if you use ipf

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


i want to know

2005-09-07 Thread abik no
i have some problem here. i want to know how grafic card transfer picture, 
video or anything from that grafic card to the monitor. it's important to me to 
know that.


-
 Click here to donate to the Hurricane Katrina relief effort.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Odd SU output?

2005-09-07 Thread Chris St Denis
While being away from work for a week, some odd output appeared on my su
comment.

 

%su
otp-md5 497 pe2119 ext
Password:

 

Has my server been rooted or something? Or did I (or somebody else) just
change some configuration variable?

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