Mail when users over quota

2006-06-01 Thread Bart Braem
We are implementing quota on our servers and it worked out fine. But we
would like to warn users with a mail when they are over quota. Is there a
tool that does that? We found warnquota for linux but nothing for FreeBSD.
We are not the only users of quota who want to warn their users with a
mail, right?

Regards,
Bart

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


Rails port problems

2006-02-24 Thread Bart Braem
I've installed Rails following the instructions on
 but I did
use fcgid instead of fastcgi.
Then I installed Typo from the ports and edited dispatch.fcgi to use the
right ruby (env ruby does not work) and .htaccess to use the right CGI
handler.
The result is that when surfing to /typo/public I don't get anything. The
Apache error logs reveal problems:

[Fri Feb 24 17:09:33 2006] [notice] mod_fcgid:
server /usr/local/www/typo/public/dispatch.fcgi(43675) started
[Fri Feb 24 17:09:37 2006] [notice] child pid 43670 exit signal Segmentation
fault (11)
[Fri Feb 24 17:09:38 2006] [notice] child pid 43672 exit signal Segmentation
fault (11)
[Fri Feb 24 17:09:38 2006] [notice] child pid 43671 exit signal Segmentation
fault (11)
[Fri Feb 24 17:09:39 2006] [notice] child pid 43674 exit signal Segmentation
fault (11)
[Fri Feb 24 17:09:39 2006] [notice] child pid 43673 exit signal Segmentation
fault (11)

Does anyone have a clue on how to do this? I'm sure other people are running
FreeBSD/Apache/FastCgi/Rails so how do they do that?

Bart

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