Re: [CentOS] Postfix and mysql

2007-07-10 Thread Jordi Espasa Clofent
s aspect). Ok Matt; I've done it. * download the source RPM. * install it * modify the spec file * rebuild with new spec file. I has been easy, at least in i386 packages (x86_64 packages rebuild processes has failed in mysqlclient library link). -- Tha

Re: [CentOS] Postfix and mysql

2007-07-11 Thread Jordi Espasa Clofent
64 bit packages can be weird if you have 32-bit packages installed on the system. I'm glad the process worked for you. Now you can yell at Jim Perrin to update what's in centosplus so you don't have to do it yourself anymore. I've posted it in devel-list and Karan has suggested to me to open a n

Re: [CentOS] Update postfix-mysql

2007-07-21 Thread Jordi Espasa Clofent
Both dependencies are resolved (as answered by yum provides --enablerepo=centosplus ...) by postgresql-libs (for libpq.so.4) and mysql (for libmysqlclient.so.15) ... but it seems you've excluded some packages from your centosplus repo config file Be aware that the newer postfix package needs

[CentOS] mysql.users deleting

2007-08-08 Thread Jordi Espasa Clofent
posed the mysql.user was totally _required_. 2) ¿How I can reisert mysql.user table without reinstall entire package? I've got only a few mysql users only and I can recreate their permissions access in short time. -- Thanks, Jordi Espasa Clofent __

Re: [CentOS] mysql.users deleting

2007-08-09 Thread Jordi Espasa Clofent
f (ex)affected box It has been a tedious process... but a sure process too. A final note: the package removing process respecte de datadir and the copied data with rsync was not needed. -- Thanks, Jordi Espasa Clofent ___ CentOS mailing list CentOS@cento

[CentOS] SSHFS installation

2007-08-24 Thread Jordi Espasa Clofent
o try the system's advice... [EMAIL PROTECTED] /]# modprobe fuse FATAL: Module fuse not found. I've tried to use depmod command without success. . -- Thanks, Jordi Espasa Clofent ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] rpmforge checksum errors

2007-08-27 Thread Jordi Espasa Clofent
proxy network in my hme connection, but in my job it doesn't. I will notice Dag about this post. -- Thanks, Jordi Espasa Clofent ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] Chroot tool

2007-08-28 Thread Jordi Espasa Clofent
aries, but it not works very fine. ¿Is there some tool to automatize the chroot jails creation/management? ¿Do you use some kind of shell-script? -- Thanks, Jordi Espasa Clofent ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailma

Re: [CentOS] Performance of CentOS as a NAT gateway

2007-09-09 Thread Jordi Espasa Clofent
You has said that box makes only routing functions, so... it's not a CentOS related item, but maybe you should to consider to purchase and learn to manage a pfSense appliance[1]. It's simply wonderful. http://www.pfsense.com/ -- Thanks, Jordi Espa

Re: [CentOS] atmail & centos

2007-11-03 Thread Jordi Espasa Clofent
¿Doy you know RoundCube [1]? It's a young project, and it lacks some common features (as a HTML composer, which is currently in experimental/beta stage) but it seems to go in right direction. Moreover, the visual environment is so pleasant. [1] http://roundcube.net/ __

Re: [CentOS] clonezilla

2007-11-04 Thread Jordi Espasa Clofent
I don't know Les. Maybe you can to contact the developers and make your request about. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] Correct xen domains path

2007-06-18 Thread Jordi Espasa Clofent
, you should put the domains files (images) into /etc/xen/auto. ¿A simple symlink will be enough in this case? -- Thanks, Jordi Espasa Clofent ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] VGA boot options in XEN kernel

2007-06-22 Thread Jordi Espasa Clofent
. Some useful info: [EMAIL PROTECTED] ~]# uname -a Linux horus 2.6.18-8.1.6.el5xen #1 SMP Thu Jun 14 18:01:24 EDT 2007 x86_64 x86_64 x86_64 GNU/Linux -- Thanks, Jordi Espasa Clofent ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] VGA boot options in XEN kernel

2007-06-22 Thread Jordi Espasa Clofent
g.cgi?id=236195 Very useful info Fabian. I'll wait the next release update with impatience. -- Thanks, Jordi Espasa Clofent ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] iptables rule (MAC filtering)

2007-06-25 Thread Jordi Espasa Clofent
Hi all, I've a CentOS box which as two NIC; this box is also a router for LAN subnet: | eth0 (external) 172.0.0.1| | eth1 (internal) 192.168.1.1 | | LAN clients (192.168.1.2+) I want to allow http acces

Re: [CentOS] iptables rule (MAC filtering)

2007-06-25 Thread Jordi Espasa Clofent
^ this is a very bad example It's understandable example; so, it's enough. Why MAC and not IP addresses? IP addresses are very easy to change. The idea is only a two concrete boxes with a concrete ubication can surfer the web freely. Yes, but ORing th

Re: [CentOS] iptables rule (MAC filtering)

2007-06-25 Thread Jordi Espasa Clofent
127.x is always private to each host, so it is confusing. I just assumed it was one address that just came to your mind. Ok. It's a typo: I wanted to write 172.26.0.0/24 :P MAC addresses are easy too, only less known. Yes, of course. Almost for advanced users or sysadmins. But in this

[CentOS] Bacula in CentOS 5

2007-07-02 Thread Jordi Espasa Clofent
Hi all, I'm planning to use Bacula in production environment. I've seen the Bacula packages are not provided neither by any official repo nor any third popular repo (as rpmforge). ¿Anyone use bacula in CentOS 5? -- Thanks, Jordi Espa

[CentOS] Postfix and mysql

2007-07-05 Thread Jordi Espasa Clofent
Hi all, ¿Is Postfix package provided without mysql database suport? It seems yes: [EMAIL PROTECTED] ~]# postconf -m btree cidr environ hash ldap nis pcre proxy regexp static unix ¿?¿? If definitively yes ¿is there some way to activate mysql suport?

Re: [CentOS] Postfix and mysql

2007-07-05 Thread Jordi Espasa Clofent
centosplus contains postfix-mysql rpm, so just enable that repo and use yum to install it. Not provided int CentOS 5: [EMAIL PROTECTED] Desktop]# yum --enablerepo=centosplus install postfix-mysql Loading "installonlyn" plugin Loading "priorities" plugin Loading "protectbase" plugin Loading