Re: Strange intermittent WebDNA problems Workaround

This WebDNA talk-list message is from

2008


It keeps the original formatting.
numero = 70257
interpreted = N
texte = Hi, Anyone still having this problem, we have prevented the problem with the following- Save this as quitwebdna.pl in somewhere such as /library/tenon/webserver #!/usr/bin/perl print "content-type: text/html \n\n"; print "hello world"; system("killall -9 WebCatalog"); Use Cronnix or similar to add a new cron job for the root user that executes every 24 hours. the 2nd and 3rd lines in the script were used when we tested it in a web site folder (it worked) but to do this you will need to have it in a cgi-bin and change the privileges. It's working for us! Regards, Colin Stuart Tremain wrote: > The server is still there > > http://license.smithmicro.com/ > > But maybe not responding as required > > If you were to alter your host file you would be able to test the theory > and maybe fix the problem > > > > Regards > > Stuart Tremain > IDFK Web Developments > AUSTRALIA > webdna@idfk.com.au > > > > > On 30/04/2008, at 1:19 AM, Colin Sidwell wrote: > >> Hi, >> >> I can confirm that if you restart the server before your approx 74 >> hour limit is up, you get another 74 hours before it goes again. >> >> My money's on Smith Micro turning off the 'phone home' server, as this >> problem is affecting all versions of WebDNA irrespective of Apache >> version or platform. >> >> Regards, >> >> Colin >> >> >> Vijay-Kumar Solanki wrote: >>> this sounds like something we might need to do; however, i have >>> noticed that when we run into the issue, we just need to kill the >>> webcatalog process ( OS X ), and the other process will restart it... >>> so i wonder if we just need to do that once every day in the am... >>> On Apr 28, 2008, at 7:51 PM, Brian B. Burton wrote: >>>> i know it's old fashioned, but i have a script that reboots my >>>> severs every day at 5:15AM EST. Nice and safe, never a problem. >>>> Never, and i mean not once have I had a customer complain. (seems >>>> they are busy sleeping, hmm, well timed on my part ) Problem >>>> solved :) >>>> >>>> BBB >>>> >>>> >>>> >>>> On Apr 28, 2008, at 5:16 PM, Karl Schroll wrote: >>>> >>>>> Besides discussing legal remedies off this list, has anyone come up >>>>> with a way to fix these every 72-hour or so hiccups? >>>> >>>> >>>> >>>> ------------------------------------------------------------- >>>> This message is sent to you because you are subscribed to >>>> the mailing list . >>>> To unsubscribe, E-mail to: >>>> To switch to the DIGEST mode, E-mail to >>>> >>>> Web Archive of this list is at: http://webdna.smithmicro.com/ >>> ------------------------------------------------------------- >>> This message is sent to you because you are subscribed to >>> the mailing list . >>> To unsubscribe, E-mail to: >>> To switch to the DIGEST mode, E-mail to >>> >>> Web Archive of this list is at: http://webdna.smithmicro.com/ >> >> ------------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: >> To switch to the DIGEST mode, E-mail to >> >> Web Archive of this list is at: http://webdna.smithmicro.com/ > > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > > Web Archive of this list is at: http://webdna.smithmicro.com/ > ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: Strange intermittent WebDNA problems Workaround ( Stuart Tremain 2008)
  2. Re: Strange intermittent WebDNA problems Workaround ( Terry Wilson 2008)
  3. Re: Strange intermittent WebDNA problems Workaround ( "Michael A. DeLorenzo" 2008)
  4. Re: Strange intermittent WebDNA problems Workaround ( Colin Sidwell 2008)
  5. Re: Strange intermittent WebDNA problems Workaround ( "Robie Blair" 2008)
  6. Re: Strange intermittent WebDNA problems Workaround ( Christer Olsson 2008)
  7. Re: Strange intermittent WebDNA problems Workaround ( Stuart Tremain 2008)
  8. Re: Strange intermittent WebDNA problems Workaround ( Colin Sidwell 2008)
  9. Re: Strange intermittent WebDNA problems Workaround ( Pat McCormick 2008)
  10. Re: Strange intermittent WebDNA problems Workaround ( Bob Minor 2008)
  11. Re: Strange intermittent WebDNA problems Workaround ( Mark Bergkvist 2008)
  12. Re: Strange intermittent WebDNA problems Workaround ( "Dennis J. Bonsall, Jr." 2008)
  13. Re: Strange intermittent WebDNA problems Workaround ( Lester 2008)
  14. Re: Strange intermittent WebDNA problems Workaround ( Stuart Tremain 2008)
  15. Re: Strange intermittent WebDNA problems Workaround ( "Planet DJ (Chris W.)" 2008)
  16. Re: Strange intermittent WebDNA problems Workaround ( Colin Sidwell 2008)
  17. Re: Strange intermittent WebDNA problems Workaround ( Chris 2008)
  18. Re: Strange intermittent WebDNA problems Workaround ( Colin Sidwell 2008)
  19. Re: Strange intermittent WebDNA problems Workaround ( Stuart Tremain 2008)
  20. Re: Strange intermittent WebDNA problems Workaround ( Terry Wilson 2008)
  21. Re: Strange intermittent WebDNA problems Workaround ( Donovan Brooke 2008)
  22. Re: Strange intermittent WebDNA problems Workaround ( webmaster 2008)
  23. Re: Strange intermittent WebDNA problems Workaround ( Colin Sidwell 2008)
  24. Re: Strange intermittent WebDNA problems Workaround ( Rob 2008)
  25. Re: Strange intermittent WebDNA problems Workaround ( Colin Sidwell 2008)
Hi, Anyone still having this problem, we have prevented the problem with the following- Save this as quitwebdna.pl in somewhere such as /library/tenon/webserver #!/usr/bin/perl print "content-type: text/html \n\n"; print "hello world"; system("killall -9 WebCatalog"); Use Cronnix or similar to add a new cron job for the root user that executes every 24 hours. the 2nd and 3rd lines in the script were used when we tested it in a web site folder (it worked) but to do this you will need to have it in a cgi-bin and change the privileges. It's working for us! Regards, Colin Stuart Tremain wrote: > The server is still there > > http://license.smithmicro.com/ > > But maybe not responding as required > > If you were to alter your host file you would be able to test the theory > and maybe fix the problem > > > > Regards > > Stuart Tremain > IDFK Web Developments > AUSTRALIA > webdna@idfk.com.au > > > > > On 30/04/2008, at 1:19 AM, Colin Sidwell wrote: > >> Hi, >> >> I can confirm that if you restart the server before your approx 74 >> hour limit is up, you get another 74 hours before it goes again. >> >> My money's on Smith Micro turning off the 'phone home' server, as this >> problem is affecting all versions of WebDNA irrespective of Apache >> version or platform. >> >> Regards, >> >> Colin >> >> >> Vijay-Kumar Solanki wrote: >>> this sounds like something we might need to do; however, i have >>> noticed that when we run into the issue, we just need to kill the >>> webcatalog process ( OS X ), and the other process will restart it... >>> so i wonder if we just need to do that once every day in the am... >>> On Apr 28, 2008, at 7:51 PM, Brian B. Burton wrote: >>>> i know it's old fashioned, but i have a script that reboots my >>>> severs every day at 5:15AM EST. Nice and safe, never a problem. >>>> Never, and i mean not once have I had a customer complain. (seems >>>> they are busy sleeping, hmm, well timed on my part ) Problem >>>> solved :) >>>> >>>> BBB >>>> >>>> >>>> >>>> On Apr 28, 2008, at 5:16 PM, Karl Schroll wrote: >>>> >>>>> Besides discussing legal remedies off this list, has anyone come up >>>>> with a way to fix these every 72-hour or so hiccups? >>>> >>>> >>>> >>>> ------------------------------------------------------------- >>>> This message is sent to you because you are subscribed to >>>> the mailing list . >>>> To unsubscribe, E-mail to: >>>> To switch to the DIGEST mode, E-mail to >>>> >>>> Web Archive of this list is at: http://webdna.smithmicro.com/ >>> ------------------------------------------------------------- >>> This message is sent to you because you are subscribed to >>> the mailing list . >>> To unsubscribe, E-mail to: >>> To switch to the DIGEST mode, E-mail to >>> >>> Web Archive of this list is at: http://webdna.smithmicro.com/ >> >> ------------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: >> To switch to the DIGEST mode, E-mail to >> >> Web Archive of this list is at: http://webdna.smithmicro.com/ > > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > > Web Archive of this list is at: http://webdna.smithmicro.com/ > ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ Colin Sidwell

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

quantity minimum problem (1997) MacActivity and PCS (1997) Weird problems with [SHOWIF]s (1997) CC Merchant suggestions?? (1997) emailer (1997) I give up!! (1997) REPLACE problem (2000) Showif date range comparison (1999) Protect groups and delete command (2000) Overridding E-Mailer (1998) WebCat2b12--[searchstring] bug (1997) Nesting format tags (1997) WebCatalog memory error. (1998) Re:2nd WebCatalog2 Feature Request (1996) Automatic thumbnail images (1998) Strange intermittent WebDNA problems (2008) Hiding Brands (2004) I'm Baaaaaaaaaack - Questions! (2000) b12 cannot limit records returned and more. (1997) Many $WebCat.exe processes (1998)