Re: How to use vsftpd with wirtual users without LinuxPAM ?

2007-03-24 Thread Vincent Bolinard
2007/3/23, Kyrre Nygård [EMAIL PROTECTED]: At 22:08 21.03.2007, Derek Ragona wrote: For so few users, you can use regular accounts with the shell set to: /usr/bin/false -Derek At 11:47 AM 3/21/2007, Vincent Bolinard wrote: Hello, I'd like to know how can I set up virtual users

How to use vsftpd with wirtual users without LinuxPAM ?

2007-03-21 Thread Vincent Bolinard
Hello, I'd like to know how can I set up virtual users without pam_userdb.so (which is not included in OpenPAM). vsftpd needs pam_userdb.so to authenticate against the db Berkeley database. What else can I use ? I don't want to use MySQL because there won't be a lot of virtual users ( 50).

Sendmail ignores SmartHost directive

2007-03-20 Thread Vincent Bolinard
Hi, I'm trying to set up Sendmail to send-only. I just want Sendmail sends local mails (i.e.: daily security run output) to my SMTP server. I use : # cd /etc/mail # make to generate a `hostname`.mc file. I edit it, and add : define(`SMART_HOST', `[192.168.1.6]') (I tried without brackets,

Re: Sendmail ignores SmartHost directive

2007-03-20 Thread Vincent Bolinard
Thank you for your answer. All I had to do is to set the SMART_HOST variable and add define(`confDONT_PROBE_INTERFACES', `true'). Bye. 2007/3/20, Gerald Freymann [EMAIL PROTECTED]: On Tue, 20 Mar 2007 18:32:57 +0100 Vincent Bolinard [EMAIL PROTECTED] wrote: Hi, I'm trying to set up Sendmail

Jailed mysqld doesn't work after a backup

2007-02-15 Thread Vincent Bolinard
Hi, Yesterday, I backed up my MySQL jail with tar jcpf (and used tar jxpvf to extract). Now, when I try to run it as I used to (jail -U mysql /jail/mysqld/ mysqld.domaine.com 192.168.1.6 /usr/local/libexec/mysqld ), it fails giving me a Permission Denied error. If I try to run it with chroot -u

Re: Jailed mysqld doesn't work after a backup

2007-02-15 Thread Vincent Bolinard
you for your help. 2007/2/15, Vincent Bolinard [EMAIL PROTECTED]: Hi, Yesterday, I backed up my MySQL jail with tar jcpf (and used tar jxpvf to extract). Now, when I try to run it as I used to (jail -U mysql /jail/mysqld/ mysqld.domaine.com 192.168.1.6 /usr/local/libexec/mysqld ), it fails giving

Re: Jailed mysqld doesn't work after a backup

2007-02-15 Thread Vincent Bolinard
: /usr/bin/truss: Permission denied Permissions are 555, owned by root:wheel. I also tried with 755. What's wrong ?? I set up another jail with Apache, and it's working Thanks. 2007/2/15, Vincent Bolinard [EMAIL PROTECTED]: Hi, I've reinstalled MySQL in the jail to be sure, and it's still

Re: Problem with mod_fcgid inside a jail.

2007-02-04 Thread Vincent Bolinard
/2, Josh Tolbert [EMAIL PROTECTED]: On Fri, Feb 02, 2007 at 10:51:32PM +0100, Ivan Voras wrote: Vincent Bolinard wrote: [emerg] (2)No such file or directory: mod_fcgid: Can't create share memory for size 316628 byte I'm running FreeBSD 6.2-RELEASE, Apache 2.0.59 and mod_fcgid 1.09. Try

Re: Problem with mod_fcgid inside a jail.

2007-02-04 Thread Vincent Bolinard
Hi, I've added security.jail.sysvipc_allowed=1 in /etc/sysctl.conf, but it still does not work. Is that a bug or am I missing something ? Thank you. 2007/2/4, John Nielsen [EMAIL PROTECTED]: On Sunday 04 February 2007 05:38, Vincent Bolinard wrote: I've just tried to run Apache

Problem with mod_fcgid inside a jail.

2007-02-02 Thread Vincent Bolinard
Hi, I'm getting trouble if I run Apache with mod_fcgid in a jail. If I run Apache outside the jail, it works. But, here is the error message when I start Apache inside a jail : [emerg] (2)No such file or directory: mod_fcgid: Can't create share memory for size 316628 byte I tried to set