Re: multiple mount

2009-02-27 Thread Rodrigo Gonzalez
Not sure if there is any problem with that, but why not mounting in one place and using symbolic links? mount NFS_SERVER:/home /jail/mnt ln -s /jail/mnt /jail/smtp-server ln -s /jail/mnt /jail/apache_server Albert Shih wrote: Hi I would like to mount from same NFS server the same

Re: Shared ftp access to a apache root

2009-03-16 Thread Rodrigo Gonzalez
DAve wrote: Good afternoon all, I have a strange request and mind is just not up to the task today. We have a client who wants each web developer (there are four) to have a unique login to the same apache site root. I am not even certain that is possible. Anyone have any ideas? This is a

Re: lightweight webserver that can run php

2009-04-18 Thread Rodrigo Gonzalez
lighttpd ngingx cherokee All of them can connect to php using fastcgi. lighttpd and cherokee will start php themself, nginx does not, so you should have to start it manuall or from other script... On 4/18/09, Andrew a...@awdcomp.net wrote: Hi All, Does anyone have any suggestions for a

Re: lightweight webserver that can run php

2009-04-18 Thread Rodrigo Gonzalez
As a fastcgi not cgi, there is a differenceimportant one. for cgi request a new php process is started for a request. fastcgi is php listening for network requests and process can be reused. On 4/18/09, Mikel King mikel.k...@olivent.com wrote: Most light weight webservers like nginx and

Re: lightweight webserver that can run php

2009-04-18 Thread Rodrigo Gonzalez
You are right, thanks for the information On 4/18/09, cpghost cpgh...@cordula.ws wrote: On Sat, Apr 18, 2009 at 09:56:09AM -0400, Mikel King wrote: Does anyone have any suggestions for a lightweight webserver that will run php? Most light weight webservers like nginx and lighttpd only run

Re: Link to File for JDK16 tzupdater-1_3_21-2009p.zip

2010-01-19 Thread Rodrigo Gonzalez
http://ftp.play.ufanet.ru/post/distfiles/ On Tue, 2010-01-19 at 09:39 -0800, Diego Montalvo wrote: tzupdater-1_3_21-2009p.zip ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe,

Re: Install Squid on FBSD with different configure options?

2011-02-18 Thread Rodrigo Gonzalez
On Friday, February 18, 2011 01:53:27 PM Ed Flecko wrote: Hi folks, I want to install squid from the ports package (i.e., /usr/ports/www/squid) instead of installing from source (which, it's my understanding, would force me to create a squid user, squid group, etc. manually). However, I

Re: mysql missing from my home-page WordPress....

2011-03-01 Thread Rodrigo Gonzalez
And enabled php -m check that mysql extension is loaded Regards Rodrigo On Tuesday, March 01, 2011 06:03:13 PM Glenn Sieb wrote: On 3/1/11 3:53 PM, Gary Kline wrote: Any clues why I get a one-liner from wordpress that my database extention is missing? I re-installed everything;

Re: mysql missing from my home-page WordPress....

2011-03-01 Thread Rodrigo Gonzalez
Rodrigo On Tuesday, March 01, 2011 07:59:56 PM Gary Kline wrote: On Tue, Mar 01, 2011 at 06:22:13PM -0300, Rodrigo Gonzalez wrote: And enabled php -m check that mysql extension is loaded Regards Rodrigo Hmmm. Good one! ... well, maybe. I have no idea why PHP

Re: Missing plugin for Firefox

2011-04-22 Thread Rodrigo Gonzalez
flash On Friday 22 April 2011 18:30:10 Steven Friedrich wrote: Missing plugin for Firefox, but I don't know which one. I tried to view this music video, but I have no idea how to discover what format it is. http://popnewswire.tv/play-the-belle-brigade-the-belle-brigade/10481 I'm

Re: mysql_connect error

2011-06-14 Thread Rodrigo Gonzalez
Hi Glenn, Try running this command in your shell: php -i | grep -i php.ini Does the reported path match the one reported by your phpinfo page (viewed in the web browser)? Also, is it possible you have multiple php executables installed? What is the output of the following commands?

Re: mysql_connect error

2011-06-14 Thread Rodrigo Gonzalez
On Tuesday, June 14, 2011 12:56:11 PM Glenn McCalley wrote: Rodrigo, The php.ini path and file match the phpinfo page. However, php -m does NOT report a mysql module, and I get the same Undefined symbol error our of lubmysqlclient.so.16 that I mentioned in my answer to Greg's post. The

Re: Don't understand df/du output

2011-08-12 Thread Rodrigo Gonzalez
On 08/12/2011 06:58 PM, Alain AUDEBERT aka 2A wrote: Hello list, I having a problem to understand the output of du and df command : [root@ftp ~]# df -h /opt/ FilesystemSizeUsed Avail Capacity Mounted on /dev/xbd6 387G342G 13G96%/opt [root@ftp ~]# du -sh /opt/

Re: Don't understand df/du output

2011-08-12 Thread Rodrigo Gonzalez
On 08/12/2011 08:14 PM, Alain AUDEBERT aka 2A wrote: I have try a tunefs -m 1 /dev/xbd6, unmount, mount and nothing change Is it the 8% reserved by FFS ? Yes Maybe it's important, but it's not an hard disk, just a Xen volume ! So maybe we can't tunefs it ? Unfortunately I cannot answer that

Re: Is the forum dead?

2011-08-17 Thread Rodrigo Gonzalez
On 08/17/2011 04:20 PM, Evan Busch wrote: I have a confirmation link from the vBulletin software asking me to go to http://forums.freebsd.org/ Yet this host appears to be down and has been since last night. I've just connected to forums without any problem Who do I ask about this? Or is

Re: load average with multi-core CPU's

2011-09-22 Thread Rodrigo Gonzalez
is important...if 2 processes are waiting for IO and it is completely saturated they will be kept in queue so load will get higher I think there are other things that affect load average but are over my current knowledge... Regards Rodrigo Gonzalez

Re: altering maxdsiz or datasize limit ?

2010-10-05 Thread Rodrigo Gonzalez
I didnt check it, but changing /etc/login.conf should do that On Tue, 05 Oct 2010 17:23:43 -0400 Mark Stosberg m...@summersault.com wrote: Hello, We've been satisfied FreeBSD users for several years at our hosting company. Recently we ran into into a problem where a long running cron

Re: Jabber/XXMP suggestions?

2010-10-28 Thread Rodrigo Gonzalez
ejabberd is erlang not java. I used it without any problems for some years Rodrigo On Thu, 28 Oct 2010 11:28:48 -0500 Ryan Coleman edi...@d3photography.com wrote: What are your recommendations for a Jabber server? I've tried to get jabberd (2) installed but had PAM issues with it;

Re: Jabber/XXMP suggestions?

2010-10-28 Thread Rodrigo Gonzalez
Oct 2010 12:53:29 -0500 Ryan Coleman edi...@d3photography.com wrote: Well, it's requiring that I download updates from Sun... so I'm avoiding it from past experience with trying to navigate their website. I'll put it back on the list. On Oct 28, 2010, at 12:30 PM, Rodrigo Gonzalez wrote

Re: ssh key authentication problem...

2010-10-28 Thread Rodrigo Gonzalez
You have to do the other way generate at laptop, put in authorized_key at server the public key and then you will be able to ssh to server from laptop using key authorization On Thu, 28 Oct 2010 20:39:53 +0100 Peter Harrison peter.piggy...@virgin.net wrote: Can anyone help me debug an ssh

Re: Which php??

2011-01-11 Thread Rodrigo Gonzalez
Did you restart apache? Second option to check directly php information create a file info.php with this content ?php phpinfo(); ? then go to http://your ip/info.php and check the results, if you see the text, your apache does not have php enabled, if it is enabled you will see information

Re: Which php??

2011-01-12 Thread Rodrigo Gonzalez
/usr/local/etc/php.ini That is the right file On Wednesday, January 12, 2011 05:53:47 pm Gary Kline wrote: On Wed, Jan 12, 2011 at 10:02:38AM +, Paul Macdonald wrote: Lots of warnings:: Deprecated: Directive 'register_long_arrays' is deprecated in PHP 5.3 and greater in Unknown

Re: FreeBSD and Bacula

2008-07-03 Thread Rodrigo Gonzalez
Ivaylo Bonev wrote: I want to use FreeBSD 7.0 for Backup server. After little searching, my decision was to use Bacula (because of Windows client). After installation of latest version (Bacula 2.4.0) and active googling, reading very carefuly Onlamp article of Bacula server on FreeBSD

Re: FreeBSD and Bacula

2008-07-03 Thread Rodrigo Gonzalez
Ivaylo Bonev wrote: Thu, 03 Jul 2008 20:30:00 +0300, Rodrigo Gonzalez [EMAIL PROTECTED]: Ivaylo Bonev wrote: I want to use FreeBSD 7.0 for Backup server. After little searching, my decision was to use Bacula (because of Windows client). After installation of latest version (Bacula 2.4.0

Re: inetd on FreeBSD 7.0-STABLE

2008-07-05 Thread Rodrigo Gonzalez
-ip-per-minute for each service (I dont find how to define -R option for each service) Best regards Rodrigo Gonzalez ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Re: Installation Question

2008-09-27 Thread Rodrigo Gonzalez
Ray Madigan wrote: I am trying to move a couple of machines from Suse Linux to FreeBSD and I am having an installation issue on the first machine. I have a 1.8GHZ Pentium on an ASUS mainboard. DUring installation I give the geometry of the drive on the machine, a Western Digital WD8000JB, the

Re: Problems moving my jails (mv: Operation not permitted)

2008-10-04 Thread Rodrigo Gonzalez
Redd Vinylene wrote: Hello hello! I need to move my jails from /usr/jail to /home/jail. The latter is where all my diskspace is. Not all files seem to want to move though? # mv /usr/jail /home mv: /usr/jail/camel/var/spool/postfix/private/scache is a socket (not copied). mv:

Re: need mysql help setting passwd

2008-06-11 Thread Rodrigo Gonzalez
with that steps you will reset root password Best regards Rodrigo Gonzalez ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: remove newlines from a file

2009-09-01 Thread Rodrigo Gonzalez
On 09/01/2009 03:03 PM, Paul Schmehl wrote: I found a sed tutorial once that did this, but I can't seem to find it again. I have a file with multiple lines, each of which contains a single ip followed by a /32 and a comma. I want to combine all those lines into a single line by removing all the

Re: I can't execute a script in crontab

2010-05-18 Thread Rodrigo Gonzalez
The script must start with #!/bin/sh and be executable On Tue, 18 May 2010 21:52:43 +0300 Yavuz Maşlak yavuz.mas...@netiletisim.net wrote: I use freebsd7.2 I wish to send a file using crontab as periodic. I have a script to send the file. When I am root, I can execute my script, but I

Re: pkg_add

2010-06-30 Thread Rodrigo Gonzalez
On Wed, 30 Jun 2010 17:00:34 -0700 (PDT) Mr. Darren darren...@yahoo.com wrote: Though this will not be the focus of my question. Lots of ports are being created for FreeBSD and none submitted. I don't know why. My problem arises when trying to install one of these which is put together

Re: lightweight Chat client/server?

2010-08-03 Thread Rodrigo Gonzalez
On Tue, 03 Aug 2010 15:12:05 -0500 Depo Catcher depocatc...@gmail.com wrote: I have a combination of Spark (windows client) and Open Fire (FreeBSD server, actually Java) for my lan. We've used this setup for years, but the OpenFire server takes up ~500 + MB. Anyways, we were looking for

Re: Installing wget

2010-08-09 Thread Rodrigo Gonzalez
Run make config again and select the correct options On Mon, 9 Aug 2010 14:20:08 -0400 Jerry McAllister jerr...@msu.edu wrote: Hi All, I started an instal of wget from ports - /usr/ports/ftp/wget It comes up with some selections and I mistakenly selected GNUTLS. Now I constantly get

Re: Grepping a list of words

2010-08-12 Thread Rodrigo Gonzalez
On Wed, 11 Aug 2010 18:00:22 -0500 Jack L. Stone ja...@sage-american.com wrote: Kindly appreciate help with how to grep (or similar) a list of words to determine if any of them are in a file rather than grepping one word at a time. Use egrep egrep (word1|word2) file signature.asc

Re: Molecular Modeling Software?

2010-08-24 Thread Rodrigo Gonzalez
Maybe /usr/ports/biology/pymol is what you need On Tue, 24 Aug 2010 08:22:57 -0700 Chris Maness ch...@chrismaness.com wrote: Is there any molecular modeling software in ports? Regards, Chris Maness ___ freebsd-questions@freebsd.org mailing list