On 24/07/03 14:16 +0530, Arvind wrote: > > Check your MySQL logs to see if your query is correct. > > where are the queries logged ? i cant find any logs other than the ones in > /var/db/mysql/myhostname.err Kick up the MySQL logging?
> > strace the pop3login process and check. > a little start in this direction would be very helpful. i have never done > this before open two xterms. xterm1 $ssh [EMAIL PROTECTED] xterm1 $su - xterm2 $telnet pop3.ser.ver.ip 110 xterm1 #strace -o pop3login.log -p `pidof pop3login` #(or get the pid from ps) xterm2 user username xterm2 pass password xterm2 quit xterm2 $ xterm1 # vi pop3login.log Look for the error. Devdas Bhagat ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
