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

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

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

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

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

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

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

packaging foreign tarballs

2006-03-08 Thread Michael P. Soulier
/local without a way to uninstall cleanly later. 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 of courage to move in the opposite direction. --Albert Einstein pgpGzYSZaE8bg.pgp

Re: Can't telnet to freebsd box

2006-03-18 Thread Michael P. Soulier
Chris Maness wrote: telnet is not enabled by default. Uncomment the telnet line in inetd.conf and /etc/rc.d/inetd restart Better yet, install a free ssh client on the PC like Putty, and use ssh. Telnet is deprecated because it's insecure. Mike -- Michael P. Soulier [EMAIL PROTECTED] Any

php dependency hell

2006-03-22 Thread Michael P. Soulier
-mysql-4.4.1 php4-overload-4.4.1 php4-pcre-4.4.1 php4-posix-4.4.1 php4-session-4.4.1 php4-tokenizer-4.4.1 php4-xml-4.4.1 php4-zlib-4.4.1 pkg_delete: 1 package deletion(s) failed How do I resolve this? This looks like a huge mess. Mike -- Michael P. Soulier [EMAIL PROTECTED] Any intelligent fool

Re: php dependency hell

2006-03-22 Thread Michael P. Soulier
well to test on a scratch system first. Luckily it was reliable, as I don't have a test system. :) portupgrade rocks. 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 of courage to move

spamassassin build failure

2006-03-25 Thread Michael P. Soulier
at: Sat, 25 Mar 2006 22:16:15 -0500 (consumed 00:00:02) Whoops. Apparently it doesn't need to upgrade. Should I make deinstall? And if so, why, since it doesn't need to upgrade? Thanks, Mike -- Michael P. Soulier [EMAIL PROTECTED] Any intelligent fool can make things bigger and more complex

running ports openssh instead of the base

2006-03-25 Thread Michael P. Soulier
Hi there, If I want to use the openssh from ports to replace the one from the base, after building and installing it, so I need to do anything special in rc.conf to specify that I'd like that one run instead of sshd from the base? Thanks, Mike -- Michael P. Soulier [EMAIL PROTECTED] Any

Re: running ports openssh instead of the base

2006-03-25 Thread Michael P. Soulier
On 25/03/06 Mark Kane said: Hi. From /usr/ports/security/openssh/pkg-message Doh! 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 of courage to move in the opposite direction. --Albert

Re: running ports openssh instead of the base

2006-03-25 Thread Michael P. Soulier
, or do I rename the sshd.sh.sample provided by the port? 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 pgpOH1idYLUgI.pgp Description

Re: running ports openssh instead of the base

2006-03-25 Thread Michael P. Soulier
this helps. Thanks, I'll look at that too. 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 pgpJZ0duDqGWq.pgp Description: PGP signature

Re: spamassassin build failure

2006-03-26 Thread Michael P. Soulier
it's in /usr/local/lib/perl5/site_perl/5.8.X with X != 8. Nope, I didn't do that. How would I know to do that? :) Forcing a reinstall of p5-Test-Harness would also work. Ok, great. Thanks. Mike -- Michael P. Soulier [EMAIL PROTECTED] Any intelligent fool can make things bigger and more

Re: spamassassin build failure

2006-03-26 Thread Michael P. Soulier
? 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 pgpGmhwH9GgMn.pgp Description: PGP signature

Re: cat /proc/cpuinfo ?

2006-03-27 Thread Michael P. Soulier
, stathz = 128 } hw.clockrate: 997 As it's ~1GHz, I guess that 997 is in MHz? 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: spamassassin build failure

2006-03-27 Thread Michael P. Soulier
On 27/03/06 Lowell Gilbert said: Even among scripting languages, perl is unique in its pathological lack of backward compatibility. The FreeBSD maintainers do a nice job of limiting the pain, but you *do* have to follow their directions. Python's worse. :( Mike -- Michael P. Soulier

freebsd rocks

2006-04-01 Thread Michael P. Soulier
. I could go on but I'm sure you know well already. On FreeBSD, my NIC driver has a manpage. Astonishing, and helpful. Not everything is a dream, but the community is helping make me comfortable. This is what Unix felt like when I first touched it. Kudos. Mike -- Michael P. Soulier [EMAIL

Re: freebsd rocks

2006-04-01 Thread Michael P. Soulier
for is in manpages, then I'm happy. Too many people presume X being installed, and I hate info pages. 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

Re: Podcast Software?

2006-04-23 Thread Michael P. Soulier
and portable. :) juice is coming to Linux and FreeBSD soon... 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 signature.asc

Re: nubie question - Ports - Ruby 1.8.4

2006-05-02 Thread Michael P. Soulier
for how to do this. 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 ___ freebsd-questions

installing multiple kernels

2006-05-06 Thread Michael P. Soulier
People, Coming from Linux, I'm used to being able to build multiple kernels and install them all, configuring the bootloader to pick one of them at boot time. I can't find anything on doing this on FreeBSD. Is this possible? Thanks, Mike -- Michael P. Soulier [EMAIL PROTECTED] Any intelligent

setting up pppoe

2006-05-08 Thread Michael P. Soulier
is ifaddr for? This is also surprising [EMAIL PROTECTED] ~]$ man ppp.conf No manual entry for ppp.conf Seems to be in ppp(8) though. I'm just looking to use a PPPoE connection with my ISP. Thanks, Mike -- Michael P. Soulier [EMAIL PROTECTED] Any intelligent fool can make things bigger

Re: GUI mail client recommendations ...

2006-05-08 Thread Michael P. Soulier
On 08/05/06 albi said: sometimes i use mutt, this is the part in my .muttrc to get the from-address right : set sendmail=/usr/sbin/sendmail [EMAIL PROTECTED] -oi -oem That's not really required. set use_from set from=Michael P. Soulier [EMAIL PROTECTED] set envelope_from Mike

Re: setting up pppoe

2006-05-08 Thread Michael P. Soulier
. Hence the /0, which specifies that nothing is network-part and you take whatever IP address you get assigned. Well, if it works, it'll be one of the simplest pppoe setups I've seen yet on a *nix box. Looks pretty simple. Mike -- Michael P. Soulier [EMAIL PROTECTED] Any intelligent fool can

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

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

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: 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: FreeBSD vs Linux

2006-01-17 Thread Michael P. Soulier
-- 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 ___ freebsd-questions@freebsd.org mailing list http

out of swap?

2006-01-20 Thread Michael P. Soulier
I'm assuming that there's a memory leak in jdk 1.4.2, and it slowly used up all my memory. Sound right? 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

Re: out of swap?

2006-01-20 Thread Michael P. Soulier
while sshing into the box in the last few days. If the jdk does have a leak, that would explain it. I think I'll keep an eye on the size of the java process. [EMAIL PROTECTED] ~]$ top -b -d1 | grep java 1988 www 200 219M 34264K kserel 1:31 0.00% 0.00% java Mike -- Michael P

understanding virtual memory

2006-01-20 Thread Michael P. Soulier
How can I have 724K of virtual memory with 545156K active? Am I reading this wrong? 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: understanding virtual memory

2006-01-24 Thread Michael P. Soulier
On 23/01/06 Lowell Gilbert said: Michael P. Soulier [EMAIL PROTECTED] writes: [EMAIL PROTECTED] ~]$ sysctl -a | grep Memory Virtual Memory: (Total: 724K, Active 545156K) Real Memory:(Total: 232508K Active 124272K) Shared Virtual Memory: (Total: 24684K Active

make index

2006-01-24 Thread Michael P. Soulier
After running CVSup, I've seen people build their index via cd /usr/ports make index # wait a frickin' long time What is the index, and does it really require rebuilding after each CVSup? Thanks, Mike -- Michael P. Soulier [EMAIL PROTECTED] Any intelligent fool can make things bigger and more

ntop segfault

2006-01-24 Thread Michael P. Soulier
). Segmentation fault It worked initially. I love the output, but I clicked on Hosts, and it died. Anyone else seeing this? 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: make index

2006-01-24 Thread Michael P. Soulier
using 5.4. 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 pgpI1gtRBWFLo.pgp Description: PGP signature

thread hijacking, was: auth.log intruder prevention

2006-01-24 Thread Michael P. Soulier
-- 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 pgpdju6GjzkeB.pgp Description: PGP signature

Re: serial console for dummies?

2006-01-29 Thread Michael P. Soulier
On 29/01/06 Scott I. Remick said: Hello... I'm trying to set up a serial console for watching console error messages while in X, but am having a real hard time getting my head around the concepts of what I need to do (and don't need to). Can't you just run xconsole? Mike -- Michael P

can't build Apache::MP3

2006-01-29 Thread Michael P. Soulier
Java- and XML-based build tool, conceptually similar to mak [EMAIL PROTECTED] p5-Apache-MP3]# pkg_info | grep mod_perl mod_perl2-2.0.2,2 Embeds a Perl interpreter in the Apache2 server How can I tell this package that I want mod_perl2, not mod_perl? Thanks, Mike -- Michael P. Soulier [EMAIL

Re: Java without Motif/X?

2006-02-03 Thread Michael P. Soulier
On 02/02/06 Nikolas Britton said: Is it possible to replace Motif with QT, GTK, etc? Not with the swing bindings, I don't think so. But, there are GTK bindings for Java separately. Mike -- Michael P. Soulier [EMAIL PROTECTED] Any intelligent fool can make things bigger and more complex

Re: [WISH] Linux kernel as drop-in replacement in FreeBSD?

2006-02-07 Thread Michael P. Soulier
you'll get to FreeBSD in Linux land. Their portage system is basically a ports ripoff. 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: SSH Tunneling Configureation

2006-02-07 Thread Michael P. Soulier
files. If you like you can bind the key to the appropriate command so they can't use it to login. 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

Re: Replacing cron with mcron

2006-02-09 Thread Michael P. Soulier
-- 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 pgpplFEbAKPbJ.pgp Description: PGP signature

Re: getline function

2006-02-20 Thread Michael P. Soulier
. 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 pgp6gImbNdA1r.pgp Description: PGP signature

release in cvsup supfile

2006-02-24 Thread Michael P. Soulier
Hey people, I notice that in my supfile, I have this: *default release=cvs tag=. I'm using FreeBSD 5.4. Should I change the tag to 5.4-RELEASE? I don't want ports that aren't going to work on 5.4. Is that a concern? Thanks, Mike -- Michael P. Soulier [EMAIL PROTECTED] Any intelligent fool

index update

2006-02-24 Thread Michael P. Soulier
Hey people, Reading the manpage for portsdb, and looking at some examples where this is run /usr/local/sbin/portsdb -Uu I'm wondering what the difference between this and cd /usr/ports make index is. Don't they both rebuild the index? Thanks, Mike -- Michael P. Soulier [EMAIL PROTECTED

status of daemon news mag

2006-02-24 Thread Michael P. Soulier
Hey people, I got my hands on a few issues of Daemon News magazine, and I like it. I'm wondering if the magazine is still published, since daemonnews.org doesn't seem to mention it. Thanks, Mike -- Michael P. Soulier [EMAIL PROTECTED] Any intelligent fool can make things bigger and more

limiting brute force attacks

2006-02-28 Thread Michael P. Soulier
-in-depth. 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 of courage to move in the opposite direction. --Albert Einstein pgpCrjVKfbqcO.pgp Description: PGP signature

crons and syslogd not running

2008-10-31 Thread Michael P. Soulier
idea of where I should look? Stability problems in syslogd? 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 of courage to move in the opposite direction. --Albert Einstein

why do I have 2 aliases.db files?

2008-11-09 Thread Michael P. Soulier
/aliases.db if I'm running postfix? 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 of courage to move in the opposite direction. --Albert Einstein

debugging cronjobs not running

2008-11-09 Thread Michael P. Soulier
get mail for them like you should have? 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 of courage to move in the opposite direction. --Albert Einstein

Re: debugging cronjobs not running

2008-11-09 Thread Michael P. Soulier
. I suspect it's looking for environment variables set before the command to run, judging by some of the code snippets I looked at. 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

portupgrade exception

2008-11-14 Thread Michael P. Soulier
' from /usr/local/sbin/portupgrade:229:in `new' from /usr/local/sbin/portupgrade:229:in `main' from /usr/local/sbin/portupgrade:2208 Not inspiring confidence. MIke -- Michael P. Soulier [EMAIL PROTECTED] Any intelligent fool can make things bigger and more complex

problems building Parse::RecDescent

2009-02-01 Thread Michael P. Soulier
-Vorbis-Header. *** Error code 1 Stop in /usr/ports/www/p5-Apache-MP3. Any suggestions? Mike -- Michael P. Soulier msoul...@digitaltorque.ca 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

portupgrade failing on perl modules

2009-02-08 Thread Michael P. Soulier
/reinstall if required. I mean, it upgrades ports, right? :) Some guidance would be appreciated. Mike -- Michael P. Soulier msoul...@digitaltorque.ca 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

Re: portupgrade failing on perl modules

2009-02-08 Thread Michael P. Soulier
Stop in /usr/ports/textproc/p5-XML-RSS. So now what? Mike -- Michael P. Soulier msoul...@digitaltorque.ca 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 pgpovAmK1coTB.pgp

Re: portupgrade failing on perl modules

2009-02-08 Thread Michael P. Soulier
on... I have no hair left to pull out, or it would be gone. Mike -- Michael P. Soulier msoul...@digitaltorque.ca 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 pgpatVvbcWgvo.pgp

getty on /dev/ttypN

2009-02-14 Thread Michael P. Soulier
to talk to these ports, which are obviously pseudo terminals... Advice appreciated. Mike -- Michael P. Soulier msoul...@digitaltorque.ca 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

Re: portupgrade failing on perl modules

2009-02-14 Thread Michael P. Soulier
yourself upon the forehead whilst crying D'oh! in a loud voice and then run 'perl-after-upgrade -f' as instructed. All of the above worked, except striking myself on the forehead, which just hurt. Mike -- Michael P. Soulier msoul...@digitaltorque.ca Any intelligent fool can make things bigger

Re: getty on /dev/ttypN

2009-02-15 Thread Michael P. Soulier
are configured here. Is init configured anywhere on BSD? The ttypN files in /dev are, if I see this correctly, only generated when needed. Hmm. Must go read... Mike -- Michael P. Soulier msoul...@digitaltorque.ca Any intelligent fool can make things bigger and more complex... It takes a touch

bash suddenly doesn't like $() syntax

2009-03-21 Thread Michael P. Soulier
: line 39: `})' It would see that bash no longer likes the $() command substitution syntax. Does that mean that it's defaulting to some sort of posix compatibility mode now? Thanks, Mike -- Michael P. Soulier msoul...@digitaltorque.ca Any intelligent fool can make things bigger and more

Re: bash suddenly doesn't like $() syntax

2009-03-23 Thread Michael P. Soulier
, that's what I have. I'm rebuilding it now. Mike -- Michael P. Soulier msoul...@digitaltorque.ca 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: bash suddenly doesn't like $() syntax

2009-03-23 Thread Michael P. Soulier
On Mon, Mar 23, 2009 at 9:19 AM, Michael P. Soulier msoul...@digitaltorque.ca wrote: Ok, that's what I have. I'm rebuilding it now. And, confirmed. The rebuilt bash is fine now. Thanks, Mike -- Michael P. Soulier msoul...@digitaltorque.ca Any intelligent fool can make things bigger and more

showing dependency information in ports

2009-04-18 Thread Michael P. Soulier
dependencies? I suppose I could write one but it seems like this must have been done already. Mike -- Michael P. Soulier msoul...@digitaltorque.ca 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

Re: portupgrade says nothing to do but portversion disagrees

2009-07-03 Thread Michael P. Soulier
On 03/07/09 Michael P. Soulier said: For weeks now my usual portupgrade test has returned the same thing. Actually, I'm not sure cvsup is updating my ports tree properly... Connected to cvsup1.ca.FreeBSD.org Updating collection ports-all/cvs Finished successfully Normally there's a lot more

portupgrade says nothing to do but portversion disagrees

2009-07-03 Thread Michael P. Soulier
needs updating (port has 0.2.6.3) xcb-proto-1.4 needs updating (port has 1.5) What gives? Thanks, Mike -- Michael P. Soulier msoul...@digitaltorque.ca Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move

Re: portupgrade says nothing to do but portversion disagrees

2009-07-03 Thread Michael P. Soulier
and the difference is huge. How do I find out who owns the Canadian mirror? Thanks, Mike -- Michael P. Soulier msoul...@digitaltorque.ca 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: portupgrade ruby vulnerability

2006-08-03 Thread Michael P. Soulier
On 03/08/06 Dave said: Hello, I'm getting an error from ruby whenever i run a portupgrade. Checking portaudit i see this is a vulnerability. Is there a fiix for it? I believe that the vulnerability is ruby itself, is it not? Mike -- Michael P. Soulier [EMAIL PROTECTED] Any intelligent

building squirrelmail

2006-08-15 Thread Michael P. Soulier
The session shared extension for php php4-tokenizer-4.4.1 The tokenizer shared extension for php php4-xml-4.4.1 The xml shared extension for php php4-zlib-4.4.1 The zlib shared extension for php So, this would seem to be in error. Mike -- Michael P. Soulier [EMAIL PROTECTED] Any intelligent

managing gems, ports or gem update?

2006-08-18 Thread Michael P. Soulier
? Suggestions welcome. 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 pgpNqEDYE1tBm.pgp Description: PGP signature

portupgrade upgrade procedure

2006-08-20 Thread Michael P. Soulier
? 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 of courage to move in the opposite direction. --Albert Einstein pgpSDFHcldE3f.pgp Description: PGP signature

Re: RSSreader: Recommendations Sought

2006-09-10 Thread Michael P. Soulier
On 10/09/06 Andrew Pantyukhin said: Google Reader is evil, but works. Google Reader blows. Bloglines is much better. That said, I'd rather use Liferea on *nix. Mike -- Michael P. Soulier [EMAIL PROTECTED] Any intelligent fool can make things bigger and more complex... It takes a touch

Re: Poutupgrade unsafe

2006-09-15 Thread Michael P. Soulier
be to grok UPDATING, and present you with any such notes before the upgrade occurs. 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

php4 no longer has apache module?

2006-09-17 Thread Michael P. Soulier
for a separate apache module... 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 pgpgdhcIBhLWa.pgp Description: PGP signature

Re: php4 no longer has apache module?

2006-09-17 Thread Michael P. Soulier
On 17/09/06 Michael P. Soulier said: So, I upgrade lang/php4. php4-4.4.4 PHP Scripting Language (Apache Module and CLI) And yet, it doesn't seem to contain the apache module. [EMAIL PROTECTED] ~]$ pkg_info -L php4-4.4.4 | grep '\.so' [EMAIL PROTECTED] ~]$ So now my apache

Re: php4 no longer has apache module?

2006-09-19 Thread Michael P. Soulier
... Actually, the make config saved my preferences, and then a forced rebuild via portupgrade built it with apache support. 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

error in building a fortune-mod port, where is fortune?

2006-10-06 Thread Michael P. Soulier
/fortune-mod-futurama. [EMAIL PROTECTED] fortune-mod-futurama]$ pwd /usr/ports/misc/fortune-mod-futurama Presumably I need the base fortune-mod program, which would include strfile. But, I don't see it in the ports tree. Any pointers? Thanks, Mike -- Michael P. Soulier [EMAIL PROTECTED] Any intelligent

Re: error in building a fortune-mod port, where is fortune?

2006-10-06 Thread Michael P. Soulier
On 06/10/06 Josh Paetzel said: Fortune is in the 'games' distribution of the base system. Not built by default? How would I add that, post installation? Mike -- Michael P. Soulier [EMAIL PROTECTED] Any intelligent fool can make things bigger and more complex... It takes a touch of genius

Re: error in building a fortune-mod port, where is fortune?

2006-10-06 Thread Michael P. Soulier
On 06/10/06 Michael P. Soulier said: Not built by default? How would I add that, post installation? ah, found it via /stand/sysinstall. I'll see if I can find a list of what's in there, since I only want one thing out of there. Thanks, Mike -- Michael P. Soulier [EMAIL PROTECTED] Any

rebuilding world

2007-03-12 Thread Michael P. Soulier
need updating? 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 of courage to move in the opposite direction. --Albert Einstein ___ freebsd-questions

using nut-ups with apc UPS on USB

2007-03-25 Thread Michael P. Soulier
the right software, I'm open to suggestions. Cheers, 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

  1   2   3   >