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

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

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

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

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 ___

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

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

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

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

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 ___

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

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

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 ___

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

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

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

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

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

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

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

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

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

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,

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.

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

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

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,

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)'

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

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

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

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

/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:

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

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

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?

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

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

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

Re: Can't compile kernel

2005-11-23 Thread Jose Borquez
/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

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