Re: Which is the best open source C/C++ IDE out there?

2006-01-09 Thread Michael P. Soulier
got so much power, there isn't even a close competitor. Actually, I find Vim superior in most respects. I would use Emacs if someone would fix the broken modes that are accepted as best-in-class for most of the uses that I need. Meanwhile, Vim just works. Mike -- Michael P. Soulier [EMAIL

Re: Which is the best open source C/C++ IDE out there?

2006-01-08 Thread Michael P. Soulier
On 08/01/06 Ross Lonstein said: *cough* xemacs *cough* Great OS, but he wanted an editor. ;-) Flame away :) Hey, you asked for it. :) Mike -- Michael P. Soulier [EMAIL PROTECTED] Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot

Re: Which is the best open source C/C++ IDE out there?

2006-01-08 Thread Michael P. Soulier
On 08/01/06 Vladimir Tsvetkov said: To me the ideal IDE is actually a toolkit: I believe Unix's original name was PTB, the Programmer's ToolBox. Hence why Unix usually _is_ my IDE. Mike -- Michael P. Soulier [EMAIL PROTECTED] Any intelligent fool can make things bigger and more complex

Re: good blogging port?

2006-01-07 Thread Michael P. Soulier
On 1/7/06, Jeff D. Hamann [EMAIL PROTECTED] wrote: I need to start a blog. does anyone have any recommendations for a blogging tools from the ports collection? Preferrably one I can hook up to php and postgresql... I use Wordpress. It's PHP and Mysql. Mike -- Michael P. Soulier [EMAIL

Re: Programming Book(s)

2006-01-07 Thread Michael P. Soulier
use the right tool for the job. Mike -- Michael P. Soulier [EMAIL PROTECTED] Those who would give up esential liberty for temporary safety deserve neither liberty nor safety. --Benjamin Franklin pgp0kpe2PjZn1.pgp Description: PGP signature

nfs server

2006-01-06 Thread Michael P. Soulier
client from 192.168.1.3 is trying to mount /usr/local/www, and it's getting permission denied from the nfs server, so I'm assuming that my /etc/exports is somehow misconfigured. Can anyone help me with this? I'm not used to BSD-style exports. Thanks, Mike -- Michael P. Soulier [EMAIL PROTECTED] Any

Re: nfs server

2006-01-06 Thread Michael P. Soulier
. Lets try the client. [EMAIL PROTECTED] ~]$ sudo mount /mnt/kangawww Password: Aha. That worked. Thanks muchly. Mike -- Michael P. Soulier [EMAIL PROTECTED] Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite

Re: nfs server

2006-01-06 Thread Michael P. Soulier
configuration was correct in fact, but restarting nfsd was not enough. Restarting mountd picked up the new config and it's now working. Thanks, Mike -- Michael P. Soulier [EMAIL PROTECTED] Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot

Re: Prompt for root password

2006-01-06 Thread Michael P. Soulier
) to prompt for the root password? Is this what a setuid program is? If it's a graphical program, you can call the gksudo command from gnome. Or, if you look in its sourcecode, you can find out how it works and integrate the same into your program. Mike -- Michael P. Soulier [EMAIL PROTECTED] Any

Re: Compiling Ports...

2006-01-05 Thread Michael P. Soulier
the configure script I would do: ./configure prefix=/usr/local/apache22 I believe the default prefix can be changed, but I'm unclear as to why you would want to change it. The port installs a package that you can then remove easily with the pkg tools. Why would you want to do this? Mike -- Michael P

Re: Programming Book(s)

2006-01-02 Thread Michael P. Soulier
=1136238096/sr=1-1/ref=sr_1_1/103-0372073-4189410?s=booksv=glancen=283155 Mike -- Michael P. Soulier [EMAIL PROTECTED] Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction. --Albert Einstein

Re: qmail + vpopmail + procmail

2005-12-28 Thread Michael P. Soulier
there, you can filter in .procmailrc like... :0 ^Subject:.*SPAM $MAILDIR/junkmail/ where MAILDIR=$HOME/Maildir, or some other appropriate place for the user's MUA. Mike -- Michael P. Soulier [EMAIL PROTECTED] Any intelligent fool can make things bigger and more complex... It takes a touch of genius

Re: Fine-tuning access

2005-12-20 Thread Michael P. Soulier
that I'm not familiar with? That's a common solution. So is forcing them to go through a sysadmin to install their files, and make them owned by www. Considered PHP's security record, you might want to do the latter. Mike -- Michael P. Soulier [EMAIL PROTECTED

Re: Running qmail

2005-12-18 Thread Michael P. Soulier
. Check its current status with svscan service directory. Mike -- Michael P. Soulier [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

make targets, was: Running qmail

2005-12-18 Thread Michael P. Soulier
* A target that tells me what a port has in the way of options would be nice too. Mike -- Michael P. Soulier [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Re: Changing maximum number of groups in FBSD - is it feasible?

2005-12-07 Thread Michael P. Soulier
-- Michael P. Soulier [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: kernel panic because I pulled a floppy?

2005-12-05 Thread Michael P. Soulier
... I've popped floppies on those OSs before without incident when I went back to the directory. Luckily it's avoidable, just a little disappointing given FreeBSD's rock-solid reputation. Mike -- Michael P. Soulier [EMAIL PROTECTED] ___ freebsd-questions

kernel panic because I pulled a floppy?

2005-12-04 Thread Michael P. Soulier
Unix that I've seen crash from this kind of user-mistake. Thanks, Mike -- Michael P. Soulier [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

dealing with duplicate packages

2005-12-03 Thread Michael P. Soulier
] ~]$ pkg_dups 3 autoconf 3 automake 2 libtool 2 p5-Compress-Zlib 2 p5-ExtUtils-CBuilder 2 p5-IO-String I'd prefer to have one version of each of these installed. What's the normal way to resolve this, and the subsequent dependency problems? Thanks, Mike -- Michael P. Soulier [EMAIL

Re: Java error.

2005-12-02 Thread Michael P. Soulier
with no problems. Mike -- Michael P. Soulier [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: tomcat + apache + java

2005-11-26 Thread Michael P. Soulier
. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED] -- Michael P. Soulier [EMAIL PROTECTED

Re: starting services?

2005-11-21 Thread Michael P. Soulier
to run apachectl. Mike -- Michael P. Soulier [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: starting services?

2005-11-21 Thread Michael P. Soulier
On 11/21/05, Gerry Freymann [EMAIL PROTECTED] wrote: but if you did: /usr/local/etc/rc.d/apache.sh start things should go as planned. That's odd. Why's that? Why should the script care? Mike -- Michael P. Soulier [EMAIL PROTECTED] ___ freebsd

Re: building HTML::Mason to use mod_perl2

2005-11-04 Thread Michael P. Soulier
On 11/4/05, Grigory O. Ptashko [EMAIL PROTECTED] wrote: Hello. And what is the problem? The problem is that it keeps insisting on installing mod_perl, and I'm running apache2 with mod_perl2 so that always fails. I have a working HTML::Mason + Apache 2 + mod_perl 2. I installed all them from

Re: jdk14 without X libraries?

2005-11-04 Thread Michael P. Soulier
options in make.conf? I looked in the sample make.conf and the make.conf manpage, and I don't see this option. Mike -- Michael P. Soulier [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

building HTML::Mason to use mod_perl2

2005-11-03 Thread Michael P. Soulier
Hello, If I build the www/p5-HTML-Mason port, it seems to require mod_perl. I'm using apache2 with mod_perl2, and I'm wondering if there's a way to get it working with those. Thanks, Mike -- Michael P. Soulier [EMAIL PROTECTED] ___ freebsd-questions

<    1   2   3