Can't login via SSH

2006-04-25 Thread Jose Borquez
I attempt to establish an ssh connection to a remote server and I get 
the following error:

ssh_exchange_identification: Connection closed by remote host

I have checked the hosts.allow file and Everything is allowed by 
default.  What else can I check?

Thanks in advance,
Jose

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


Re: Stop error when installing libtool

2006-03-06 Thread Jose Borquez

Kris Kennaway wrote:

On Sun, Mar 05, 2006 at 08:16:31PM -0800, Jose Borquez wrote:

  

I am attempting to install gcc42 and I keep getting the following errors:



  
===Verifying install for /usr/local/bin/libtool in 
/usr/ports/devel/libtool15

===  Configuring for libtool-1.5.22_2



Note: not error in gcc 4.2.

  
checking for a BSD-compatible install... /usr/bin/install -c -o root -g 
wheel

checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking for gcc... cc
configure: WARNING: In the future, Autoconf will not detect cross-tools
whose name does not start with the host triplet.  If you think this
configuration is useful to you, please write to [EMAIL PROTECTED]
checking for C compiler default output file name... configure: error: C 
compiler cannot create executables

See `config.log' for more details.
===  Script configure failed unexpectedly.
Please report the problem to [EMAIL PROTECTED] [maintainer] and attach the



You forgot to do this.

  

/usr/ports/devel/libtool15/work/libtool-1.5.22/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`).



  

Finally, here is the output of the config.log file:

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by libtool configure 1.5.22, which was
generated by GNU Autoconf 2.59c.  Invocation command line was

 $ ./configure --disable-ltdl-install --infodir=/usr/local/info 
--prefix=/usr/l

ocal --build=i386-portbld-freebsd5.4

## - ##
## Platform. ##
## - ##

hostname = gohan.home.local
uname -m = i386
uname -r = 5.4-RELEASE-p12
uname -s = FreeBSD
uname -v = FreeBSD 5.4-RELEASE-p12 #0: Wed Mar  1 22:52:57 PST 2006 
[EMAIL PROTECTED]

an.home.local:/usr/obj/usr/src/sys/GOHAN

/usr/bin/uname -p = i386
/bin/uname -X = unknown




Are you sure this is all of it?  It doesn't display the failing
compiler invocation.

What other settings have you changed on this machine, e.g. CFLAGS,
modified system compiler, etc?

Kris
  

I previously edited /etc/make.conf and added the last two lines only:
I also did a portupgrade to have the most recent of PERL instead of the 
version that comes by default.


PERL_VER=5.8.8
PERL_VERSION=5.8.8
CFLAGS= -O -pipe
NOPROFILE= true# Avoid compiling profiled libraries

Here are the contents of /var/db/pkg:

cvsup-without-gui-16.1h_2   pkgdb.db
db4-4.0.14_1,1  portupgrade-2.0.1_1,1
perl-5.8.8  ruby18-bdb4-0.5.7



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


Re: Stop error when installing libtool

2006-03-06 Thread Jose Borquez

Kris Kennaway wrote:

On Mon, Mar 06, 2006 at 07:51:42PM -0800, Jose Borquez wrote:

  

Please report the problem to [EMAIL PROTECTED] [maintainer] and attach the
   


You forgot to do this.
  


  

Are you sure this is all of it?  It doesn't display the failing
compiler invocation.
  


  

I previously edited /etc/make.conf and added the last two lines only:
I also did a portupgrade to have the most recent of PERL instead of the 
version that comes by default.



OK, so what about my other question?

kris
  

Here it is,

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by libtool configure 1.5.22, which was
generated by GNU Autoconf 2.59c.  Invocation command line was

 $ ./configure --disable-ltdl-install --infodir=/usr/local/info 
--prefix=/usr/l

ocal --build=i386-portbld-freebsd5.4

## - ##
## Platform. ##
## - ##

hostname = gohan.home.local
uname -m = i386
uname -r = 5.4-RELEASE-p12
uname -s = FreeBSD
uname -v = FreeBSD 5.4-RELEASE-p12 #0: Wed Mar  1 22:52:57 PST 2006 
[EMAIL PROTECTED]

an.home.local:/usr/obj/usr/src/sys/GOHAN

/usr/bin/uname -p = i386
/bin/uname -X = unknown

/bin/arch  = unknown
/usr/bin/arch -k   = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo  = unknown
/bin/machine   = unknown
/usr/bin/oslevel   = unknown
/bin/universe  = unknown

PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/games
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/X11R6/bin
PATH: /root/bin


## --- ##
## Core tests. ##
## --- ##

configure:1961: checking for a BSD-compatible install
configure:2016: result: /usr/bin/install -c -o root -g wheel
configure:2027: checking whether build environment is sane
configure:2070: result: yes
configure:2139: checking for gawk
configure:2168: result: no
configure:2139: checking for mawk
configure:2168: result: no
configure:2139: checking for nawk
configure:2155: found /usr/bin/nawk
configure:2165: result: nawk
configure:2176: checking whether make sets $(MAKE)
configure:2197: result: yes
configure:2468: checking for gcc
configure:2494: result: cc
configure:2505: WARNING: In the future, Autoconf will not detect cross-tools
whose name does not start with the host triplet.  If you think this
configuration is useful to you, please write to [EMAIL PROTECTED]
configure:2724: checking for C compiler version
configure:2726: cc --version 5
cc (GCC) 3.4.2 [FreeBSD] 20040728
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2729: $? = 0
configure:2731: cc -v 5
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.4.2 [FreeBSD] 20040728
configure:2734: $? = 0
configure:2736: cc -V 5
cc: `-V' option must have argument
configure:2739: $? = 1
configure:2762: checking for C compiler default output file name
configure:2784: cc -O -pipeconftest.c  5
conftest.c: In function `main':
conftest.c:13: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See URL:http://gcc.gnu.org/bugs.html for instructions.
configure:2787: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME libtool
| #define PACKAGE_TARNAME libtool
| #define PACKAGE_VERSION 1.5.22
| #define PACKAGE_STRING libtool 1.5.22
| #define PACKAGE_BUGREPORT bug-libtool@gnu.org
| #define PACKAGE libtool
| #define VERSION 1.5.22
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:2817: error: C compiler cannot create executables
See `config.log' for more details.

##  ##
## Cache variables. ##
##  ##

ac_cv_env_CXXFLAGS_value='-O -pipe'
ac_cv_env_F77_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_LDFLAGS_set=
ac_cv_env_CFLAGS_set=set
ac_cv_env_FFLAGS_set=
ac_cv_env_CCC_set=
lt_cv_sys_max_cmd_len=65536
ac_cv_env_CPP_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CXX_set=set
ac_cv_env_host_alias_set=
ac_cv_env_build_alias_set=set
ac_cv_env_CXXCPP_value=
ac_cv_env_LDFLAGS_value=
ac_cv_env_target_alias_set=
ac_cv_env_CFLAGS_value='-O -pipe '
ac_cv_env_CC_set=set
ac_cv_prog_make_make_set=yes
ac_cv_env_FFLAGS_value=
ac_cv_env_CCC_value=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXX_value=c++
ac_cv_env_F77_set=
ac_cv_env_host_alias_value=
ac_cv_prog_AWK=nawk
ac_cv_env_build_alias_value=i386-portbld-freebsd5.4
ac_cv_prog_ac_ct_CC=cc
ac_cv_env_target_alias_value=
ac_cv_env_CC_value=cc
ac_cv_env_CPP_set=

## - ##
## Output variables. ##
## - ##

ACINCLUDE_M4_LIST='./acinclude.m4 ./cdemo/acinclude.m4 
./pdemo/acinclude.m4 ./de
mo/acinclude.m4 ./depdemo/acinclude.m4 ./mdemo/acinclude.m4 
./mdemo2/acinclude.m

4 ./tagdemo

Stop error when installing gcc42

2006-03-05 Thread Jose Borquez

I am attempting to install gcc42 and I keep getting the following errors:

/usr/ports/lang/gcc42 make install
===   gcc-4.2.0_20060218 depends on executable: gmake - not found
===Verifying install for gmake in /usr/ports/devel/gmake
===   gmake-3.80_2 depends on shared library: intl - not found
===Verifying install for intl in /usr/ports/devel/gettext
===   gettext-0.14.5_2 depends on file: /usr/local/bin/libtool - not found
===Verifying install for /usr/local/bin/libtool in 
/usr/ports/devel/libtool15

===  Configuring for libtool-1.5.22_2
checking for a BSD-compatible install... /usr/bin/install -c -o root -g 
wheel

checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking for gcc... cc
configure: WARNING: In the future, Autoconf will not detect cross-tools
whose name does not start with the host triplet.  If you think this
configuration is useful to you, please write to [EMAIL PROTECTED]
checking for C compiler default output file name... configure: error: C 
compiler cannot create executables

See `config.log' for more details.
===  Script configure failed unexpectedly.
Please report the problem to [EMAIL PROTECTED] [maintainer] and attach the
/usr/ports/devel/libtool15/work/libtool-1.5.22/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`).
*** Error code 1

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

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

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

Stop in /usr/ports/lang/gcc42.

These are the following ports that I have installed:

cvsup-without-gui-16.1h_2 General network file distribution system 
optimized for CVS

db4-4.0.14_1,1  The Berkeley DB package, revision 4
perl-5.8.8  Practical Extraction and Report Language
portupgrade-2.0.1_1,1 FreeBSD ports/packages administration and 
management tool s
ruby18-bdb4-0.5.7   Ruby interface to Sleepycat's Berkeley DB revision 2 
or lat


Finally, here is the output of the config.log file:

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by libtool configure 1.5.22, which was
generated by GNU Autoconf 2.59c.  Invocation command line was

 $ ./configure --disable-ltdl-install --infodir=/usr/local/info 
--prefix=/usr/l

ocal --build=i386-portbld-freebsd5.4

## - ##
## Platform. ##
## - ##

hostname = gohan.home.local
uname -m = i386
uname -r = 5.4-RELEASE-p12
uname -s = FreeBSD
uname -v = FreeBSD 5.4-RELEASE-p12 #0: Wed Mar  1 22:52:57 PST 2006 
[EMAIL PROTECTED]

an.home.local:/usr/obj/usr/src/sys/GOHAN

/usr/bin/uname -p = i386
/bin/uname -X = unknown



Could anyone please shed some light as to what the problem might be?

Thank you in advance,
Jose

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


How do you mount a floppy?

2006-03-03 Thread Jose Borquez

How do you add a floppy device and then mount a floppy in FreeBSD?

Thanks in advance,
Jose

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


Where to place refuse file for CVSUP?

2006-03-01 Thread Jose Borquez
In my ports-supfile my base=/var/db and prefix=/usr.  Does that mean I 
should place my refuse file in /var/db/sup/ ?  I am a little confused, 
so if anyone can help me out it would be greatly appreciated.


Thanks in advance,
Jose

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


DHCP leases

2006-02-24 Thread Jose Borquez
I know you can view the current DHCP leases in the dhcpd.leases file, 
but is there a command that can be used to dynamically view the DHCP 
leases as they are handed out?


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


How to delete ports?

2006-02-22 Thread Jose Borquez
Is it safe to go into /usr/ports and delete the entire contents of the 
ports and then do a cvsup to download only the needed ports?  Is there 
another method to do this?


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


Question about synchronizing source tree with cvsup

2006-01-31 Thread Jose Borquez
I would like to synchronize a server which I did a minimal install.  I 
would like to customize the stable-supfile so as not to download 
unneeded files.  I would like to know what options I need to include 
from the following to do a source sync of only the essential files:


#src-base
#src-bin
#src-contrib
#src-etc
#src-games
#src-gnu
#src-include
#src-kerberos5
#src-kerberosIV
#src-lib
#src-libexec
#src-release
#src-sbin
#src-share
#src-sys
#src-tools
#src-usrbin
#src-usrsbin
# These are the individual collections that make up FreeBSD's crypto
# collection. They are no longer export-restricted and are a part of
# src-all
#src-crypto
#src-eBones
#src-secure
#src-sys-crypto

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


Source upgrade in FreeBSD 5.4

2006-01-30 Thread Jose Borquez
When performing an upgrade after doing a minimal install of FreeBSD 5.4, 
I would like to upgrade the source using the stable-supfile.  In the 
supfile I have the option to do a src-all update or to specify from 
the following:
What are the minimum options that I need to select in order to do an 
upgrade of only userland and kernel sources?
Also when performing a make installworld can you specify any options 
for installworld using any switches?


#src-base
#src-bin
#src-contrib
#src-etc
#src-games
#src-gnu
#src-include
#src-kerberos5
#src-kerberosIV
#src-lib
#src-libexec
#src-release
#src-sbin
#src-share
#src-sys
#src-tools
#src-usrbin
#src-usrsbin
# These are the individual collections that make up FreeBSD's crypto
# collection. They are no longer export-restricted and are a part of
# src-all
#src-crypto
#src-eBones
#src-secure
#src-sys-crypto


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


WebDav for Apache

2006-01-22 Thread Jose Borquez

Is there a WebDav module for Apache?

Thanks in advance,
Jose

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


generating new passwords

2006-01-17 Thread Jose Borquez
Is there a command in FreeBSD 5.4 that will assign a specified user a 
new password without having to create one manually using passwd?  Is 
there also a way to generate new passwords for multiple users at once?


Thanks in advance,
Jose

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


SIOCFRENB: Invalid argument when attempt to stop Ipfirewall

2006-01-12 Thread Jose Borquez
I am attempting to stop Ipfirewall using ipf -D, but I keep getting the 
following error:

SIOCFRENB: Invalid argument

Could anyone give me a clue as to what the problem is?

Thanks in advance,
Jose

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


Apache error logs memory leak

2006-01-04 Thread Jose Borquez

I keep getting errors in my apache error logs with the following:
Is this a problem with PHP?

/usr/ports/textproc/php5-xml/work/php-5.1.1/ext/xml/xml.c(695) :  
Freeing 0x0882
B624 (32 bytes), 
script=/usr/local/www/groupoffice-com-2.14-FINAL-4/modules/phps

ysinfo/index.php
/usr/ports/lang/php5/work/php-5.1.1/Zend/zend_hash.c(169) : Actual 
location (loc

ation was relayed)
Last leak repeated 1 time
/usr/ports/textproc/php5-xml/work/php-5.1.1/ext/xml/xml.c(694) :  
Freeing 0x0882
3BE4 (16 bytes), 
script=/usr/local/www/groupoffice-com-2.14-FINAL-4/modules/phps

ysinfo/index.php
/usr/ports/lang/php5/work/php-5.1.1/Zend/zend_execute_API.c(462) :  
Freeing 0x08
823124 (16 bytes), 
script=/usr/local/www/groupoffice-com-2.14-FINAL-4/modules/ph

psysinfo/index.php
Last leak repeated 1 time
Zend/zend_language_scanner.c(4938) :  Freeing 0x088769E4 (1 bytes), 
script=/usr/

local/www/groupoffice-com-2.14-FINAL-4/modules/phpsysinfo/index.php
/usr/ports/lang/php5/work/php-5.1.1/Zend/zend_compile.c(3200) :  Freeing 
0x08876
9A4 (16 bytes), 
script=/usr/local/www/groupoffice-com-2.14-FINAL-4/modules/phpsy

sinfo/index.php
Last leak repeated 3 times
=== Total 2791 memory leaks detected ===

Thanks in advance,
Jose

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


Uninstall Apache???

2005-12-25 Thread Jose Borquez
I would like to know how you can uninstall Apache is it was installed 
from source?  I did a search on Google and read that you could just stop 
the service and then delete the apache source tree.  Is this true?


Thanks in advance,
Jose

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


Re: [Bulk] Re: [Bulk] Re: PHP startup error in Apache error log

2005-12-19 Thread Jose Borquez

Riemer Palstra wrote:


On Sun, Dec 18, 2005 at 02:44:25PM -0800, Jose Borquez wrote:
 


The contents of my extensions.ini file are:
extension=mysql.so

; Directory in which the loadable extensions (modules) reside.
; extension_dir = ./

It looks like that is commented out.
   



That shouldn't matter as it should default to the right extension
directory.

 


I am assuming I need to uncomment this as well as extension=msql.so in
the Dynamic Extensions section below.  Am I correct?
   



No need to, and msql is not mysql.

I'm still suspecting somehow debugging was turned on at compile-time.
Could you show me what's in your /var/db/ports/php5/options ?

 

Thanks Riemer, but I fixed that problem.  I am having another issue now 
with the following errors:


[Mon Dec 19 18:17:09 2005] [error] PHP Warning:  Invalid argument 
supplied for f
oreach() in 
/usr/local/www/groupoffice-com-2.14-FINAL-4/configuration/index.php

on line 299
/usr/local/www/groupoffice-com-2.14-FINAL-4/configuration/index.php(299) 
: Warni

ng - Invalid argument supplied for foreach()
[Mon Dec 19 18:17:18 2005] [error] PHP Warning:  Invalid argument 
supplied for f
oreach() in 
/usr/local/www/groupoffice-com-2.14-FINAL-4/configuration/index.php

on line 299
/usr/local/www/groupoffice-com-2.14-FINAL-4/configuration/index.php(299) 
: Warni

ng - Invalid argument supplied for foreach()

Would you have any ideas about this?  Would it be helpful if I posted 
the code as well and if so do I just need to post the php I get the 
errors on?


Thanks in advance,
Jose

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


PHP startup error in Apache error log

2005-12-18 Thread Jose Borquez
I am running FreeBSD 5.4 with Apache+mod_ssl 1.3.34, 
mysql-server-5.0.16, mysql-client-5.0.16, php5-5.1.1, and 
php5-mysql-5.1.1.  I see the following error messages every time I 
attempt to access a php page:


PHP Warning:  PHP Startup: Unable to load dynamic library 
'/usr/local/lib/php/20
050922-debug/mysql.so' - Cannot open 
quot;/usr/local/lib/php/20050922-debug/mys

ql.soquot; in Unknown on line 0
Unknown(0) : Warning - PHP Startup: Unable to load dynamic library 
'/usr/local/l
ib/php/20050922-debug/mysql.so' - Cannot open 
quot;/usr/local/lib/php/20050922-

debug/mysql.soquot;
PHP Warning:  PHP Startup: Unable to load dynamic library 
'/usr/local/lib/php/20
050922-debug/mysql.so' - Cannot open 
quot;/usr/local/lib/php/20050922-debug/mys

ql.soquot; in Unknown on line 0
Unknown(0) : Warning - PHP Startup: Unable to load dynamic library 
'/usr/local/l
ib/php/20050922-debug/mysql.so' - Cannot open 
quot;/usr/local/lib/php/20050922-

debug/mysql.soquot;

Could someone please let me know if I have configured something 
improperly or what I need to look for?


Thanks in advance,
Jose

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


Re: [Bulk] Re: PHP startup error in Apache error log

2005-12-18 Thread Jose Borquez

Riemer Palstra wrote:


On Sun, Dec 18, 2005 at 01:58:57PM -0800, Jose Borquez wrote:
 

I am running FreeBSD 5.4 with Apache+mod_ssl 1.3.34, 
mysql-server-5.0.16, mysql-client-5.0.16, php5-5.1.1, and 
php5-mysql-5.1.1.  I see the following error messages every time I 
attempt to access a php page:


PHP Warning:  PHP Startup: Unable to load dynamic library 
'/usr/local/lib/php/20050922-debug/mysql.so' - Cannot open quot;/usr/local/lib/php/20050922-debug/mysql.soquot; in Unknown on line 0
   



That's quite strange actually. What's the contents of your
/usr/local/etc/php/extensions.ini, and what does the extension_dir
directive in your /usr/local/etc/php.ini say?

My installation of Apache 2.2.0 and PHP 5.1.1 just takes the mysql.so
from /usr/local/lib/php/20050922/mysql.so - did you specify any extra
debugging options at compile time?

 


The contents of my extensions.ini file are:
extension=mysql.so

; Directory in which the loadable extensions (modules) reside.
; extension_dir = ./

It looks like that is commented out.  I am assuming I need to uncomment 
this as well as extension=msql.so in the Dynamic Extensions section 
below.  Am I correct?


;;
; Dynamic Extensions ;
;;
;
; If you wish to have an extension loaded automatically, use the following
; syntax:
;
;   extension=modulename.extension
;
; For example, on Windows:
;
;   extension=msql.dll
;
; ... or under UNIX:
;
;   extension=msql.so



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


Question about PHP5 vs mod_php5

2005-12-17 Thread Jose Borquez
I am currently running FreeBSD 5.4 with Apache+mod_ssl 1.3.34 and I am 
attempting to configure group office which is a project management 
suite.  I need php support and I am confused about what the difference 
is between PHP5 and mod_php5.  If I just install mod_php5 will that be 
enough to allow php support?


Thanks in advance,
Jose

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


mod_php5 does not configure Apache httpd.conf

2005-12-15 Thread Jose Borquez
The FreeBSD handbook says if you install mod_php5 it should modify the 
httpd.conf file to enable support for php5, but it does not happen.  The 
handbooks says it should add this:

IfModule mod_php5.c
DirectoryIndex index.php index.html
/IfModule

I only see:

IfModule mod_dir.c
   IfModule mod_php3.c
   IfModule mod_php4.c
   DirectoryIndex index.php index.php3 index.html index.htm
   /IfModule
   IfModule !mod_php4.c
   DirectoryIndex index.php3 index.html index.htm
   /IfModule  
   /IfModule

   IfModule !mod_php3.c
   IfModule mod_php4.c
   DirectoryIndex index.php index.html index.htm
   /IfModule
   IfModule !mod_php4.c
   DirectoryIndex index.html
   /IfModule
   /IfModule
/IfModule

Do I need to enter it manually?  It should also add this:

IfModule mod_php5.c
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
/IfModule

I only see this in the config:

/IfModule

   IfModule mod_php3.c
   AddType application/x-httpd-php3 .php3
   AddType application/x-httpd-php3-source .php3s
   /IfModule
   IfModule mod_php4.c
   AddType application/x-httpd-php .php
   AddType application/x-httpd-php-source .phps
   /IfModule

I'm quite confused.  Could someone please shed some light on this?
Thanks in advance,
Jose

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


Re: Can't connect to local MySQL server

2005-12-14 Thread Jose Borquez

Odhiambo Washington wrote:


* On 13/12/05 23:20 -0800, Jose Borquez wrote:
 

I am attempting to create a mysql database so that I can install Group 
Office using

mysqladmin create groupoffice and I keep getting the following errors:

mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket 
'/tmp/mysql.sock' (2)'

Check that mysqld is running and that the socket: '/tmp/mysql.sock' exists!

I looked in /tmp and mysql.sock is not there.

Can someone please tell me what is wrong and what I need to do to 
correct this?
   




echo mysql_enable=YES  /etc/rc.conf
sh /usr/local/etc/rc.d/mysql-server.sh start
ls -al /tmp/mysql.sock # If it's still missing, let me know!


-Wash

http://www.netmeister.org/news/learn2quote.html

--
+==+
   |\  _,,,---,,_ | Odhiambo Washington[EMAIL PROTECTED]
Zzz /,`.-'`'-.  ;-;;,_ | Wananchi Online Ltd.   www.wananchi.com
  |,4-  ) )-,_. ,\ (  `'-'| Tel: +254 20 313985-9  +254 20 313922
 '---''(_/--'  `-'\_) | GSM: +254 722 743223   +254 733 744121
+==+
Always borrow money from a pessimist; he doesn't expect to be paid
back.


 


Thanks for the help, but I figured it out.
Jose

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


Can't open Apache web page

2005-12-14 Thread Jose Borquez
I have set up Apache and when I attempt to enter the ip address of the 
server I just get a Connecting to 172.16.1.10 and then it times out.  
What do I need to check to try and troubleshoot this problem?

httpd is currently running.  Here is the output of top:
PID USERNAME PRI NICE   SIZERES STATETIME   WCPUCPU COMMAND
 533 mysql 200 56640K 26280K kserel   0:02  0.00%  0.00% mysqld
 492 jose  960  6116K  2964K select   0:00  0.00%  0.00% sshd
 558 root  960  8808K  6548K select   0:00  0.00%  0.00% httpd
 380 root  960  2900K  1732K select   0:00  0.00%  0.00% ntpd
 552 root  200  2284K  1760K pause0:00  0.00%  0.00% csh
 169 root   80  1780K  1384K nanslp   0:00  0.00%  0.00% ipmon
 400 root  960  3456K  2668K select   0:00  0.00%  0.00% sendmail
 493 jose  200  2280K  1756K pause0:00  0.00%  0.00% tcsh
 489 root   40  6136K  2892K sbwait   0:00  0.00%  0.00% sshd
 609 root  960  2312K  1580K RUN  0:00  0.00%  0.00% top
 515 mysql  80  1664K  1264K wait 0:00  0.00%  0.00% sh
 551 jose   80  1608K  1296K wait 0:00  0.00%  0.00% su
 272 root  960  1324K   864K select   0:00  0.00%  0.00% syslogd
 416 root   80  1364K  1052K nanslp   0:00  0.00%  0.00% cron
 481 root   50  1288K   952K ttyin0:00  0.00%  0.00% getty
 482 root   50  1288K   952K ttyin0:00  0.00%  0.00% getty
 485 root   50  1288K   952K ttyin0:00  0.00%  0.00% getty

Thanks in advance,
Jose

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


Re: Can't open Apache web page

2005-12-14 Thread Jose Borquez

Odhiambo Washington wrote:


* On 14/12/05 00:38 -0800, Jose Borquez wrote:
 

I have set up Apache and when I attempt to enter the ip address of the 
server I just get a Connecting to 172.16.1.10 and then it times out.  
What do I need to check to try and troubleshoot this problem?

httpd is currently running.  Here is the output of top:
PID USERNAME PRI NICE   SIZERES STATETIME   WCPUCPU COMMAND
533 mysql 200 56640K 26280K kserel   0:02  0.00%  0.00% mysqld
492 jose  960  6116K  2964K select   0:00  0.00%  0.00% sshd
558 root  960  8808K  6548K select   0:00  0.00%  0.00% httpd
380 root  960  2900K  1732K select   0:00  0.00%  0.00% ntpd
552 root  200  2284K  1760K pause0:00  0.00%  0.00% csh
169 root   80  1780K  1384K nanslp   0:00  0.00%  0.00% ipmon
400 root  960  3456K  2668K select   0:00  0.00%  0.00% sendmail
493 jose  200  2280K  1756K pause0:00  0.00%  0.00% tcsh
489 root   40  6136K  2892K sbwait   0:00  0.00%  0.00% sshd
609 root  960  2312K  1580K RUN  0:00  0.00%  0.00% top
515 mysql  80  1664K  1264K wait 0:00  0.00%  0.00% sh
551 jose   80  1608K  1296K wait 0:00  0.00%  0.00% su
272 root  960  1324K   864K select   0:00  0.00%  0.00% syslogd
416 root   80  1364K  1052K nanslp   0:00  0.00%  0.00% cron
481 root   50  1288K   952K ttyin0:00  0.00%  0.00% getty
482 root   50  1288K   952K ttyin0:00  0.00%  0.00% getty
485 root   50  1288K   952K ttyin0:00  0.00%  0.00% getty

Thanks in advance,
Jose
   



Login to the box and do:

telnet 172.16.1.10 80
GET /
Enter
Enter

If you get a semblance of a page, then check your firewall, although I
doubt you know what that would do to you ;)



-Wash

http://www.netmeister.org/news/learn2quote.html

--
+==+
   |\  _,,,---,,_ | Odhiambo Washington[EMAIL PROTECTED]
Zzz /,`.-'`'-.  ;-;;,_ | Wananchi Online Ltd.   www.wananchi.com
  |,4-  ) )-,_. ,\ (  `'-'| Tel: +254 20 313985-9  +254 20 313922
 '---''(_/--'  `-'\_) | GSM: +254 722 743223   +254 733 744121
+==+
The moon is a planet just like the Earth, only it is even deader.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


 


It was my firewall configuration.  Thanks!
Jose

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


PHP MySQL extensions problem

2005-12-14 Thread Jose Borquez
I am attempting to configure Group Office and every time I go to the 
site I get the following error:

*
Fatal error:* The required PHP MySQL extension is not installed.Please 
take a look at http://www.php.net for more information about installing 
this extension


I did a pkg_info and it says I have php5-extensions-1.0 installed.  I 
even uninstalled them and installed them again with no luck.  I went to 
the php.net website, but found nothing on this problem.


Could someone please give me any pointers as to what I can do to resolve 
this?


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


Re: PHP MySQL extensions problem

2005-12-14 Thread Jose Borquez

Matthew Seaman wrote:


Jose Borquez wrote:

Fatal error:* The required PHP MySQL extension is not 
installed.Please take a look at http://www.php.net for more 
information about installing this extension


I did a pkg_info and it says I have php5-extensions-1.0 installed.  I 
even uninstalled them and installed them again with no luck.  I went 
to the php.net website, but found nothing on this problem.



php5-extensions is designed for you to be able to choose amongst all of
the available PHP extension modules.  It doesn't install anything much
itself but it depends on ports that do install the modules, depending on
what you select in the Options screen.

Options are sticky, and you only get asked to set them the first time you
install a port that uses them.  Run 'make config' for the port to change
your initial selections.

Could someone please give me any pointers as to what I can do to 
resolve this?



Install the databases/php5-mysql port.

Cheers,

Matthew

OK, it looks like I am one step closer.  I installed php5-mysql and it 
solved the previous problem.  Then I kept getting:
Group-Office.php is writable please chmod 755 Group-Office.php and 
change the ownership to any other user then the webserver user
I did a chmod 755 Group-Office.php and changed ownership to root (I 
didn't know who to give ownership to) and after I did that all I get now 
is a blank screen on my browser.


What can I try next?  Could it still be a permissions issue on a directory?

Thanks in advance,
Jose

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


Ports vs Packages

2005-12-13 Thread Jose Borquez
When installing the same software using either the ports or a package 
do they both install in the same locations?  For Example installing 
Apache from ports on one server and installing Apache from packages on 
another server would still use the same locations for both?


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


Order of installation for Apache, PHP, IMAP, and MySQL

2005-12-13 Thread Jose Borquez
I need to install and configure Apache, PHP, IMAP, and MySQL because I 
would like to install Group Office which is a groupware application 
sweet.  I need to know if there is a specific order that I need to 
install the applications listed above.  Any help on this would be 
greatly appreciated.


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


Re: Ports vs Packages

2005-12-13 Thread Jose Borquez

Nathan Vidican wrote:


Jose Borquez wrote:

When installing the same software using either the ports or a package 
do they both install in the same locations?  For Example installing 
Apache from ports on one server and installing Apache from packages 
on another server would still use the same locations for both?


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




By default, afaik - yes, but that's the short answer ;)


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


IMAP-UW Security question

2005-12-13 Thread Jose Borquez
Just recently installed IMAP-UW through ports and once the install 
finished I got the following security message:


SECURITY REPORT:
 This port has installed the following binaries which execute with
 increased privileges.
/usr/local/libexec/mlock

What can I do to minimize this security risk?  Do I create an mlock user?

Thanks in advance,
Jose

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


When using make install for php5 it fails

2005-12-13 Thread Jose Borquez
When attempting to install php5 from ports it attempts to download, but 
I get the following errors:


Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
fetch: 
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/php-5.1.1.tar.bz2: 
File unavailable (e.g., file not found, no access)

= Couldn't fetch it - please try to retrieve this
= port manually into /usr/ports/distfiles/ and try again.
*** Error code 1

Stop in /usr/ports/lang/php5.

Is it asking me to cd into the /distfiles/ directory and then manually 
ftp the file?  If so, what do I need to run in order to install it?


Thanks in advance,
Jose

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


Can't connect to local MySQL server

2005-12-13 Thread Jose Borquez
I am attempting to create a mysql database so that I can install Group 
Office using

mysqladmin create groupoffice and I keep getting the following errors:

mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket 
'/tmp/mysql.sock' (2)'

Check that mysqld is running and that the socket: '/tmp/mysql.sock' exists!

I looked in /tmp and mysql.sock is not there.

Can someone please tell me what is wrong and what I need to do to 
correct this?


Thank you in advance,
Jose

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


pkg_add blocked by IPFirewall

2005-12-12 Thread Jose Borquez
I am attempting to install cvsup using pkg_add -r but I keep getting the 
following error:


Error: FTP Unable to get 
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.4-release/Latest/cvsup-without-gui.tbz: 
No route to host
pkg_add: unable to fetch 
'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.4-release/Latest/cvsup-without-gui.tbz' 
by URL


I know that it is being blocked by my firewall.  What are the tcp and 
udp ports that I need to open up for pkg_add to get the package?


Thank you in advance.
Jose

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


Re: pkg_add blocked by IPFirewall

2005-12-12 Thread Jose Borquez

Matthew Seaman wrote:


Jose Borquez wrote:


I am attempting to install cvsup using pkg_add -r but I keep getting
the following error:

Error: FTP Unable to get 
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.4-release/Latest/cvsup-without-gui.tbz: 

 No route to host pkg_add: unable to fetch 
'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.4-release/Latest/cvsup-without-gui.tbz' 


 by URL

I know that it is being blocked by my firewall.  What are the tcp and
 udp ports that I need to open up for pkg_add to get the package?



You will need to:

 a) set FTP_PASSIVE_MODE=yes in your environment.  It should be set by 
default.


 b) Configure your firewall to allow stateful outgoing tcp connections
to any IP port 21 and also to any port in the 'high ports' range.
On FreeBSD by default that's 49152-65535.  Other OSes differ.  The
'high ports' range is configurable by modifying the
net.inet.ip.portrange.hifirst and net.inet.ip.portrange.hilast 
sysctls.


That should let you use PASV or EPSV-style passive mode FTP through
your firewall.  It's not possible to effectively firewall active mode
FTP clients (let alone FTP servers) satisfactorily without using an FTP
proxy on your firewall, such as ftp-proxy(8). For a personal machine just
allowing passive mode FTP will be sufficient.

Cheers,

Matthew


That was very helpful.  It worked!  Thank you.
Jose

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


make buildkernel KERNCONF=CUSTOM errors!!!

2005-12-06 Thread Jose Borquez
I am attempting to compile my custom kernel.  I have just recently 
updated my source to interim build RELENG_5_4  I keep getting these 
errors when compiling the kernel.  Could anybody please help and give me 
some clues as to what the problem is here?  I am also currently running 
the IPF firewall.  Should I have it disabled while I am rebuilding?  
Below is the output of the error I get.

Thank you in advance,
Jose

/usr/src/sys/modules/wlan/../../net80211/ieee80211_ioctl.c:86: error: 
stray '\164' in program
/usr/src/sys/modules/wlan/../../net80211/ieee80211_ioctl.c:86: error: 
stray '\129' in program
/usr/src/sys/modules/wlan/../../net80211/ieee80211_ioctl.c:86: error: 
stray '\1' in program
/usr/src/sys/modules/wlan/../../net80211/ieee80211_ioctl.c:86:27: 
warning: null character(s) ignored
/usr/src/sys/modules/wlan/../../net80211/ieee80211_ioctl.c:86: error: 
syntax error before '-' token
/usr/src/sys/modules/wlan/../../net80211/ieee80211_ioctl.c:86:42: 
warning: null character(s) ignored
/usr/src/sys/modules/wlan/../../net80211/ieee80211_ioctl.c:86:49: 
warning: null character(s) ignored
/usr/src/sys/modules/wlan/../../net80211/ieee80211_ioctl.c:86: error: 
stray '\127' in program
/usr/src/sys/modules/wlan/../../net80211/ieee80211_ioctl.c:86: error: 
stray '\149' in program
/usr/src/sys/modules/wlan/../../net80211/ieee80211_ioctl.c:86:60: 
warning: null character(s) ignored
/usr/src/sys/modules/wlan/../../net80211/ieee80211_ioctl.c:86:68: 
warning: null character(s) ignored
/usr/src/sys/modules/wlan/../../net80211/ieee80211_ioctl.c:86: error: 
stray '\254' in program
/usr/src/sys/modules/wlan/../../net80211/ieee80211_ioctl.c:86: error: 
stray '\147' in program
/usr/src/sys/modules/wlan/../../net80211/ieee80211_ioctl.c:86:76: 
warning: null character(s) ignored
/usr/src/sys/modules/wlan/../../net80211/ieee80211_ioctl.c:86:84: 
warning: null character(s) ignored
/usr/src/sys/modules/wlan/../../net80211/ieee80211_ioctl.c:86: error: 
stray '\160' in program
/usr/src/sys/modules/wlan/../../net80211/ieee80211_ioctl.c:86: error: 
stray '\181' in program
/usr/src/sys/modules/wlan/../../net80211/ieee80211_ioctl.c:86:108: 
warning: null character(s) ignored
/usr/src/sys/modules/wlan/../../net80211/ieee80211_ioctl.c:86: error: 
stray '\14' in program
/usr/src/sys/modules/wlan/../../net80211/ieee80211_ioctl.c:86: error: 
stray '\22' in program
/usr/src/sys/modules/wlan/../../net80211/ieee80211_ioctl.c:86:139: 
warning: null character(s) ignored
/usr/src/sys/modules/wlan/../../net80211/ieee80211_ioctl.c:86: error: 
stray '\235' in program
/usr/src/sys/modules/wlan/../../net80211/ieee80211_ioctl.c:86: error: 
stray '\218' in program
/usr/src/sys/modules/wlan/../../net80211/ieee80211_ioctl.c:86: error: 
stray '\21' in program
/usr/src/sys/modules/wlan/../../net80211/ieee80211_ioctl.c:86:147: 
warning: null character(s) ignored
/usr/src/sys/modules/wlan/../../net80211/ieee80211_ioctl.c:88: error: 
case label not within a switch statement
/usr/src/sys/modules/wlan/../../net80211/ieee80211_ioctl.c:92: error: 
break statement not within loop or switch
/usr/src/sys/modules/wlan/../../net80211/ieee80211_ioctl.c:93: error: 
case label not within a switch statement
/usr/src/sys/modules/wlan/../../net80211/ieee80211_ioctl.c:97: error: 
break statement not within loop or switch
/usr/src/sys/modules/wlan/../../net80211/ieee80211_ioctl.c:103: error: 
break statement not within loop or switch
/usr/src/sys/modules/wlan/../../net80211/ieee80211_ioctl.c:104: error: 
case label not within a switch statement
/usr/src/sys/modules/wlan/../../net80211/ieee80211_ioctl.c:105: error: 
case label not within a switch statement
/usr/src/sys/modules/wlan/../../net80211/ieee80211_ioctl.c:109: error: 
break statement not within loop or switch
/usr/src/sys/modules/wlan/../../net80211/ieee80211_ioctl.c:110: error: 
case label not within a switch statement
/usr/src/sys/modules/wlan/../../net80211/ieee80211_ioctl.c:116: error: 
break statement not within loop or switch
/usr/src/sys/modules/wlan/../../net80211/ieee80211_ioctl.c:117: error: 
case label not within a switch statement
/usr/src/sys/modules/wlan/../../net80211/ieee80211_ioctl.c:132: error: 
break statement not within loop or switch
/usr/src/sys/modules/wlan/../../net80211/ieee80211_ioctl.c:133: error: 
case label not within a switch statement
/usr/src/sys/modules/wlan/../../net80211/ieee80211_ioctl.c:137: error: 
break statement not within loop or switch
/usr/src/sys/modules/wlan/../../net80211/ieee80211_ioctl.c:138: error: 
case label not within a switch statement
/usr/src/sys/modules/wlan/../../net80211/ieee80211_ioctl.c:142: error: 
break statement not within loop or switch
/usr/src/sys/modules/wlan/../../net80211/ieee80211_ioctl.c:143: error: 
case label not within a switch statement
/usr/src/sys/modules/wlan/../../net80211/ieee80211_ioctl.c:149: error: 
break statement not within loop or switch
/usr/src/sys/modules/wlan/../../net80211/ieee80211_ioctl.c:150: error: 
case label not 

Can't reboot

2005-12-04 Thread Jose Borquez
I attempted to reboot my pc using FreeBSD 5.4 and it appears to begin 
the process of rebooting and then I get the following message.  After 
this message it just hangs and I can't do anything to reboot it.


Waiting (max 60 seconds) for system process `vnlru' to stop...done
Waiting (max 60 seconds) for system process `bufdaemon' to stop...done
Waiting (max 60 seconds) for system process `syncer' to stop...done
Syncing disks, vnodes remaining...1 0 0 0 done
No buffers busy after final sync

Does anyone have any suggestions on what I need to check or what the 
problem is?

Thank you in advance,
Jose

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


/etc/rc.conf: 18: Syntax error: Unterminated quoted string

2005-12-03 Thread Jose Borquez
I just recently did a make buildworld, make buildkernel, make install 
kernel, make installworld, and mergemaster in that order.  When I login 
as root I get the following email message:


Subject: Cron [EMAIL PROTECTED] /usr/libexec/save-entropy
X-Cron-Env: SHELL=/bin/sh
X-Cron-Env: PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
X-Cron-Env: HOME=/
X-Cron-Env: LOGNAME=operator
X-Cron-Env: USER=operator

/etc/rc.conf: 18: Syntax error: Unterminated quoted string

I checked my etc/rc.conf file and it is all correct.  Here it is:
ifconfig_tx0=inet 172.16.1.6  netmask 255.255.0.0
moused_enable=YES
moused_type=auto
sshd_enable=YES
usbd_enable=YES
ntpd_enable=YES
enable_quotas=YES
check_quotas=NO
clear_tmp_enable=YES  # YES has to be in capital letters
ipfilter_enable=YES   # Start ipf firewall
ipfilter_rules=/etc/ipf.rules # loads rules definition text file
ipmon_enable=YES  # Start IP monitor log
ipmon_flags=-Ds   # D = start as daemon

Everything seems to be working properly.  I did a ps and top and they 
worked.  Can anybody please enlighten me as to what this message means?

Thank you in advance,
Jose

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


Re: /etc/rc.conf: 18: Syntax error: Unterminated quoted string

2005-12-03 Thread Jose Borquez

Kris Kennaway wrote:


On Sat, Dec 03, 2005 at 07:05:16PM -0800, Jose Borquez wrote:
 

I just recently did a make buildworld, make buildkernel, make install 
kernel, make installworld, and mergemaster in that order.  When I login 
as root I get the following email message:


Subject: Cron [EMAIL PROTECTED] /usr/libexec/save-entropy
X-Cron-Env: SHELL=/bin/sh
X-Cron-Env: PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
X-Cron-Env: HOME=/
X-Cron-Env: LOGNAME=operator
X-Cron-Env: USER=operator

/etc/rc.conf: 18: Syntax error: Unterminated quoted string
   



Are you sure this is your exact rc.conf, since it is not 18 lines
long?

1  ifconfig_tx0=inet 172.16.1.6  netmask 255.255.0.0
2  moused_enable=YES
3  moused_type=auto
4  sshd_enable=YES
5  usbd_enable=YES
6  ntpd_enable=YES
7  enable_quotas=YES
8  check_quotas=NO
9  clear_tmp_enable=YES  # YES has to be in capital letters
10  ipfilter_enable=YES   # Start ipf firewall
11  ipfilter_rules=/etc/ipf.rules # loads rules definition text file
12  ipmon_enable=YES  # Start IP monitor log
13  ipmon_flags=-Ds   # D = start as daemon

Kris
 


Here are the entire contents of my rc.conf file:

# /sys/i386/conf vi /etc/rc.conf

# -- sysinstall generated deltas -- # Thu Dec  1 13:50:25 2005
# Created: Thu Dec  1 13:50:25 2005
# Enable network daemons for user convenience.
# Please make all changes to this file, not to /etc/defaults/rc.conf.
# This file now contains just the overrides from /etc/defaults/rc.conf.
defaultrouter=172.16.0.1
hostname=daemon
ifconfig_tx0=inet 172.16.1.6  netmask 255.255.0.0
moused_enable=YES
moused_type=auto
sshd_enable=YES
usbd_enable=YES
ntpd_enable=YES
enable_quotas=YES
check_quotas=NO
clear_tmp_enable=YES  # YES has to be in capital letters
ipfilter_enable=YES   # Start ipf firewall
ipfilter_rules=/etc/ipf.rules   # loads rules definition text file
ipmon_enable=YES   # Start IP monitor log
ipmon_flags=-Ds   # D = start as daemon



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


pkg_add of CVSup errors when looking for dependencies

2005-12-02 Thread Jose Borquez
I am attempting to install the cvsup package I downloaded using pkg_add 
-r cvsup-without-gui-16.1h_2.tbz, but I keep getting the following error:


Error: FTP Unable to get 
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.4-release/Latest/cvsup-without-gui-16.1h_2.tbz: 
File unavailable (e.g., file not found, no access)
pkg_add: unable to fetch 
'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.4-release/Latest/cvsup-without-gui-16.1h_2.tbz' 
by URL


It looks like the default link that cvsup attempts to look for 
dependencies is incorrect.  How can I specify an alternate link for 
cvsup to use?

Thanks in advance for any help.
Jose


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


Delete kernel folder

2005-12-02 Thread Jose Borquez
I recently complied my custom kernel and I am going to compile it again 
to add a few extra options that I missed.  I noticed that after the 
first compile it placed my CUSTOM (kernel) folder in 
/usr/obj/usr/src/sys/  Do I need to delete this folder if I am going to 
recompile the kernel again?  What if I just give it a new name?

Thank you in advance,
Jose

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


make buildworld run twice as fast

2005-12-01 Thread Jose Borquez
I recently rebuilt my FreeBSD system from sources and it took around 2 
hours on an old PIII 800MHz pc to run make buildworld.  If I include 
the -j option to run multiple processes as once such as make -j2 
buildworld does that mean it would finish in half the time?

Does anyone have any thoughts or experiences with this?
Thank you,
Jose
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Release tags vs. Branch tags

2005-11-29 Thread Jose Borquez
I am preparing to upgrade my source and I am using
FreeBSD 5.4.  I am a little confused between Release
tags (RELENG_5_4_0_RELEASE) and Branch
Tags(RELENG_5_4).  Is the brach tag for critical 
security fixes while Release tags are for upgrading
source?  What about RELENG_5?  Could someone please
clear this up for me?

Thanks in advance for any help,
Jose




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
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]


make: don't know how to make TARGET. Stop

2005-11-24 Thread Jose Borquez
I am going to recompile the source and I want to save
the output from running make to a file.
I run script /var/tmp/mw.out then get the following
output:
Script started, output file is /var/tmp/mw.out

Then I run make TARGET and get the following error:
make: don't know how to make TARGET. Stop

What have I done wrong or am I missing something?

Thank you,
Jose



__
Yahoo! DSL – Something to write home about.
Just $16.99/mo. or less.
dsl.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: Can't compile kernel

2005-11-23 Thread Jose Borquez
The custom kernel config file is in  /usr/src/sys/i386/conf  I did more reading 
from the FreeBSD  website handbook and it said if you installed only the kernel 
source  code that you need to compile the traditional way using: 
  
  /usr/src/sys/i386/conf/config CUSTOM  then change to the build directory
  
  /usr/src/sys/i386/compile/CUSTOM
  
  then run make depend.
  
  All of this worked just fine, but now when I run make install I get the 
following error message: 
  You must build a kernel first.
  *** Error code 1
  
  Stop in /usr/src/sys/i386/compile/CUSTOM.
  # /usr/src/sys/i386/compile/CUSTOM
  
  What is the problem here?
  
  Many thanks
  


  Peter [EMAIL PROTECTED] wrote:  
--- Jose Borquez  wrote:

  I made a standard install of FreeBSD 5.4  with Kern-Developer  Full
 binaries and doc, kernel source  only.  I attempted to compile a custom
 kernel running:
   make buildkernel KERNCONF=CUSTOM  Then I get the following error:
 make: don't know how to make buildkernel. Stop
   I run it from the /usr/src/ directory.  The /usr/src/ directory is 
 empty.  Does that mean the source files were not installed?
   Could someone please give me any clues as to what I am missing or have
 done incorrectly?

The /usr/src/sys directory should contain the kernel source code.  Your
claim that the /usr/src directory is empty is strange since you also say
you are compiling a custom kernel.  Where is the custom kernel config file
if not under /usr/src/sys//conf?


 

 
  
__ 
Find your next car at http://autos.yahoo.ca




-
 Yahoo! FareChase - Search multiple travel sites in one click.  
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Can't compile kernel

2005-11-22 Thread Jose Borquez
 I made a standard install of FreeBSD 5.4  with Kern-Developer  Full binaries 
and doc, kernel source  only.  I attempted to compile a custom kernel running:
  make buildkernel KERNCONF=CUSTOM  Then I get the following error: make: don't 
know how to make buildkernel. Stop
  I run it from the /usr/src/ directory.  The /usr/src/ directory is  empty.  
Does that mean the source files were not installed?
  Could someone please give me any clues as to what I am missing or have done 
incorrectly?
  
  Thank you
  Ed
  

__
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]