Search found 260 matches

by dave
Mon Aug 11, 2008 6:08 pm
Forum: FreeNATS Support
Topic: Nodeside PUSH
Replies: 9
Views: 16972

Re: Nodeside PUSH

Hi Aday, Urp. Well... Hmm... The nodeside script doesn't need any XML libs, just PHP 5 so it can do an HTTP-POST which is obviously working as you're getting a response back from the server. As for the server I doubt it's a library problem or similar as you are getting a "correct" XML error which me...
by dave
Fri Aug 01, 2008 8:47 pm
Forum: FreeNATS Support
Topic: Error connecting to rPath
Replies: 3
Views: 10066

Re: Error connecting to rPath

Hi Nilson, It's nothing I've ever seen. The page initially does a redirect to /rAA/ so you might try https://yourip:8003/rAA/ Unfortunately google doesn't seem very forthcoming on the subject either. It obviously looks like one of the rPath admin services has failed. In init.d I see three raa servic...
by dave
Mon Jul 28, 2008 6:12 pm
Forum: FreeNATS Support
Topic: POP/IMAP tests not working
Replies: 18
Views: 29602

Re: POP/IMAP tests not working

Great - I'll post it as a general suggestion for all users to do.

I'll also package up a VM with the IMAP modules in and test better in future (honest!).

Cheers,

Dave.
by dave
Sun Jul 27, 2008 6:35 pm
Forum: FreeNATS Support
Topic: POP/IMAP tests not working
Replies: 18
Views: 29602

Re: POP/IMAP tests not working

(I have already emailed this to Matt but will post it here as well in case anyone else is having the same problem) Ok well I am awaiting some confirmations but the following should work: Do the following three commands from the console when logged in as root: conary update php:devel conary update ph...
by dave
Tue Jul 22, 2008 5:55 pm
Forum: FreeNATS Support
Topic: POP/IMAP tests not working
Replies: 18
Views: 29602

Re: POP/IMAP tests not working

No not you being a numpty at all. My numptiness caused the error and hopefully Ole's solution has fixed it for you? Backup/restore of data is something that's been asked for a couple of times. I think it'll just be data (not the schema or program code etc) so then you're safe to take a backup from a...
by dave
Mon Jul 21, 2008 10:05 pm
Forum: FreeNATS Support
Topic: POP/IMAP tests not working
Replies: 18
Views: 29602

Re: POP/IMAP tests not working

Ok.... Hopefully the following will work: Login to the console and do: conary update php:devel Then... conary update php5=conary.rpath.com@rpl:1/5.2.6-1-1 You may get prompted to say yes and accept various things. This should update your version of PHP and the new one should include IMAP. Thanks to ...
by dave
Mon Jul 21, 2008 5:44 pm
Forum: FreeNATS Support
Topic: POP/IMAP tests not working
Replies: 18
Views: 29602

Re: POP/IMAP tests not working

Balls! I have found the problem. Double Balls! Sorry but it appears the VM PHP doesn't have IMAP support included. TBH I'm surprised nobody mentioned this before but there you go. IMAP early testers must have been running source installs on a fuller PHP environment. Sorry. Erm... I'll look into addi...
by dave
Mon Jul 21, 2008 2:13 pm
Forum: FreeNATS Support
Topic: POP/IMAP tests not working
Replies: 18
Views: 29602

Re: POP/IMAP tests not working

Hi, Hmm... Well if the test script dumps the "still running" flag would stay on - it's just a flag rather than any actual check of the script running. IMAP not working and not displaying anything at all is really really weird. Do you get anything in the /var/log/httpd/error_log ? I'm afraid I'm out ...
by dave
Mon Jul 21, 2008 12:32 pm
Forum: FreeNATS Support
Topic: POP/IMAP tests not working
Replies: 18
Views: 29602

Re: POP/IMAP tests not working

Hmm... Well on the VM all should work fine as it's one of the few environments we have some control over!

Hopefully running the script may help.

You may also like to try doing

Code: Select all

tail /var/log/httpd/error_log
Immediately afterward and see what is in there.

Regards,

Dave.
by dave
Mon Jul 21, 2008 12:22 pm
Forum: FreeNATS Support
Topic: POP/IMAP tests not working
Replies: 18
Views: 29602

Re: POP/IMAP tests not working

Hi, Hmm... The only time I have come across the IMAP test just dying and taking out the whole test script was on a Windows box I was experimenting with. What environment are you running? Are you using the VM or source install (if source, what's the host OS/version). I'm wondering if perhaps you don'...