Re: How to start mysql service

2005-11-25 Thread marzubus
apt-get install mysql-server /etc/init.d/mysql start That should do it. Kegan Holtzhausen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: msql libs : what package?

2005-11-23 Thread marzubus
And if you realy want msql, install php-db. Contains: [EMAIL PROTECTED]:/var/lib/dpkg/info$ cat php-db.list /. /usr /usr/share /usr/share/php /usr/share/php/DB /usr/share/php/DB/common.php /usr/share/php/DB/dbase.php /usr/share/php/DB/fbsql.php /usr/share/php/DB/ibase.php /usr/share/php/DB/ifx.php

Re: msql libs : what package?

2005-11-23 Thread marzubus
msql_connect() should be mysql_connect() Kegan Holtzhausen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Problems with IP address change

2005-11-23 Thread marzubus
Are you sure you are not natting / snatting / dnatting incorrectly? also check "cat /proc/sys/net/ipv4/ip_forward" and it should return 1. if not, echo 1 >/proc/sys/net/ipv4/ip_forward. Also check routing tables, do you have multiple tables? Kegan Holtzhausen -- To UNSUBSCRIBE, email to [EMAIL

Re: remote login script

2005-11-23 Thread marzubus
What about ssh -X [EMAIL PROTECTED] this enables x11 forwarding for session Kegan Holtzhausen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: LCD don't work after kernel recompilation

2005-11-23 Thread marzubus
did you use you existing kernel config from /boot/config-2.6.8-2 ? because you can just copy that into your 2.6.12-2 kernel tree as .config and then make menuconfig, save & exit and then compile as usual. This should give you an exact same config just with newer code compiled in. Kegan Holtzhaus

Re: slow starting MTA

2005-11-23 Thread marzubus
The problem is that the MTA is trying to do reverse lookups on you hostname, configure local dns on the box, or put a /etc/hosts entry with your ip and full dns hostname in it. Kegan Holtzhausen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [E