At 04:27 PM 2/2/2005, Oscar Nelson wrote: The upgrade itself was relatively trouble free but now quite a number of my php scripts are not working. They fail silently with no errors. I just get a blank white page when attempting to load them. Nothing in my error log or on the page. PHP and apache are running and some scripts are fine. Does anyone have any ideas?
I'm also having problems with my postfix virtual logins. I'm getting this error in my mail log: Feb 2 15:00:40 oak postfix/trivial-rewrite[907]: fatal: mysql:/etc/postfix/mysql_virtual_alias_maps.cf(0,100): table lookup problem The tables check out fine and it doesn't seem to be a permissions problem. Once again, any ideas? I'm starting to wish that I had stayed at 2.1 on this server and migrated to a new for the 2.2 upgrade but I didn't have the resources to build out a new server on our shoestring of a budget. --end quoted Replying to myself here because I seem to have solved the first problem. mysqli.so is *not* a replacement for mysql.so. It's new and enhanced functionality. I only wish the error logging was a little better. My second problem is still happening however. The consequence is that my SMTP auth setup doesn't work. If they attempt to auth before sending it always fails with message like below(from /var/log/mail/warning): Feb 2 21:16:52 oak postfix/smtpd[2108]: warning: unknown[67.133.112.6]: SASL LOGIN authentication failed The mysql user seems to be ok: +-----------+---------+---------+-------------+-------------+-------------+-------------+-------------+-----------+------------+-----------------+------------+------------+-----------------------+------------------+ | Host | Db | User | Select_priv | Insert_priv | Update_priv | Delete_priv | Create_priv | Drop_priv | Grant_priv | References_priv | Index_priv |Alter_priv | Create_tmp_table_priv | Lock_tables_priv | +-----------+---------+---------+-------------+-------------+-------------+-------------+-------------+-----------+------------+-----------------+------------+------------+-----------------------+------------------+ | localhost | postfix | postfix | Y | Y | Y | Y | Y | Y | N | Y | Y |Y | Y | Y | | % | postfix | postfix | Y | Y | Y | Y | N | N | N | N | N |N | N | N | +-----------+---------+---------+-------------+-------------+-------------+-------------+-------------+-----------+------------+-----------------+------------+------------+-----------------------+------------------+ Any ideas? I'm stumped. This is coming from another account because I can no longer send mail from my main one. Please reply to [EMAIL PROTECTED] as well as this. Thanks, Oscar _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
