Hi
 here again i tried the testenviornment.php
the result was that my server was running php5.2.4 and the scalr
required php5.2.5 or above.
so i tried to upgrade the php version in ubuntu 8.10 to php5.2.5 and
it given me the message saying that php5.2.4 is currently the latest
version

Compiling and installation of source code was tried and removed the
old version, but that shows some other errors (I will try to fix that)

One more way i have found that, ubuntu 9.04 server has new version of
php5.2.6 that suits the requirement of scalr. I will try with this now
And if has the same problem with updating the named.conf file i will
paste the error here.

thanks a lot again for the support and will update here the more info
about the status of scalr in ubuntu9.04.
Hope that will work for me..


On Aug 3, 8:22 pm, "Igor V. Savchenko (DicsyDel)" <[email protected]>
wrote:
> SSH2 php extension is missing. You should install it.
>
> BTW, did you execute testenvironment 
> script:http://scalr.googlecode.com/files/testenvironment.php?
>
> On Aug 3, 6:18 pm, kiran <[email protected]> wrote:
>
> > Hi
> > i got an error while i follow the procedure as u told before
>
> > -----------------------------------------------------------------------
> > r...@hostname:/etc/bind#  /usr/bin/php -q /var/scalr/app/cron/cron.php
> > --DNSZoneListUpdate
>
> > Fatal error: Call to undefined function ssh2_connect() in /var/scalr/
> > app/src/LibWebta/library/NET/SSH/class.SSH2.php on line 219
>
> > -----------------------------------------------------------------------
>
> > so i hope u can make some thing from it..
>
> > eager for waiting the reply
> > //Kiran
>
> > On Aug 1, 10:00 am, "Igor V. Savchenko (DicsyDel)"
>
> > <[email protected]> wrote:
> > > Try the following:
> > > 1. Remove DNSZoneListUpdate fron cronjobs
> > > 2. Add a new application (DNS zone). It should be in Pending create
> > > state.
> > > 3. Execute DNSZoneListUpdate task manually from shell.
> > > 4. Find corresponding to this execution logs and copy/paste them here.
>
> > > On Jul 30, 8:34 pm, kiran <[email protected]> wrote:
>
> > > > hi nick
> > > > Could u please make out any info from the below message
> > > > --------------------------------------
> > > > 583449          INFO    2009-07-30 17:30:05     Starting 
> > > > DNSZoneListUpdate
> > > > cronjob...
> > > > 583450  DEBUG   2009-07-30 17:30:05     Process initialized.
> > > > 583451  DEBUG   2009-07-30 17:30:05     Number of MaxChilds set to 5
> > > > 583457  DEBUG   2009-07-30 17:30:05     Executing 'OnStartForking' 
> > > > routine
> > > > 583458  DEBUG   2009-07-30 17:30:07     'OnStartForking' successfully
> > > > executed.
> > > > 583459  DEBUG   2009-07-30 17:30:07     ProcessObject::ThreadArgs is
> > > > empty. Nothing to do. (**is this matters?)
> > > > 583460  DEBUG   2009-07-30 17:30:07     All childs exited. Executing
> > > > OnEndForking routine
> > > > 583461  DEBUG   2009-07-30 17:30:07     Main process complete. 
> > > > Exiting...
> > > > ---------------------------------------
>
> > > > On Jul 30, 3:02 pm, Nickolas Toursky <[email protected]> wrote:
>
> > > > > Kiran,
>
> > > > > CONNECTION is an internal libssh string, this is ok.
>
> > > > > Please keep enabled only ERROR and FATAL log levels and post messages 
> > > > > here.
>
> > > > > Nick
>
> > > > > 2009/7/30 kiran <[email protected]>:
>
> > > > > > Hi Nick,
> > > > > > Here is the details of the Crontab for DNS
> > > > > > ---------
> > > > > > */6 * * * * /usr/bin/php -q /var/scalr/app/cron/cron.php --
> > > > > > DNSMaintenance
> > > > > > */3 * * * * /usr/bin/php -q /var/scalr/app/cron/cron.php --
> > > > > > DNSZoneListUpdate
> > > > > > ---------
> > > > > > while manually execution of the script the exit status yields "0". 
> > > > > > But
> > > > > > doen't updates the named.conf
>
> > > > > > +=+=+=+=+=+=+
>
> > > > > > And the system Logs for Errors in admin CP, go to Logs ->
> > > > > > System log yields no results...
>
> > > > > > How ever the Log level "Information" gives the following details for
> > > > > > DNS zone
> > > > > > --------------
> > > > > > 546316          INFO    2009-07-29 16:04:38     Updating 
> > > > > > ns1.ourdomain.net DNS
> > > > > > zone
> > > > > > 546317  DEBUG   2009-07-29 16:04:38     Add lock for 
> > > > > > 'ns1.ourdomain.net'
> > > > > > zone.
> > > > > > 546318  INFO    2009-07-29 16:04:38     Open stream to: ssh2.sftp://
> > > > > > CONNECTION/etc/bind/named.conf
> > > > > > 546319  INFO    2009-07-29 16:04:38     Reading: 
> > > > > > /etc/bind/named.conf
> > > > > > 546320  INFO    2009-07-29 16:04:38     Execute rndc reload
> > > > > > 546321  DEBUG   2009-07-29 16:04:38     Unlocking zone 12
> > > > > > --------------
> > > > > > But this doesn't updates the named.conf.
>
> > > > > > ********* could u please note there the "Open stream to: 
> > > > > > ssh2.sftp://
> > > > > > CONNECTION/etc/bind/named.conf".*******
> > > > > > is that term "CONNECTION" makes failure to update the named.conf?
> > > > > > if so please tell me that how to change the 
> > > > > > sftp://CONNECTION/etc/bind/named.conf
> > > > > > to sftp://<myip>/etc/bind/named.conf
>
> > > > > > On Jul 30, 12:54 pm, Nickolas Toursky <[email protected]> wrote:
> > > > > >> Hi Kiran,
>
> > > > > >> Make sure you have scheduled DNSZoneListUpdate cron job execution, 
> > > > > >> as
> > > > > >> described in installation manual.
>
> > > > > >> After its execution, expect System log (in admin CP, go to Logs ->
> > > > > >> System log) for errors.
>
> > > > > >> Nick
>
> > > > > >> 2009/7/29 kiran <[email protected]>:
>
> > > > > >> > Hi
> > > > > >> >  While creating the new application scalr creates the new zone 
> > > > > >> > file
> > > > > >> > with Elastic IP.but the named.conf file is not updating. so the
> > > > > >> > application is not resolving internaly/externaly.
>
> > > > > >> > Bind configuration:
> > > > > >> > "The default user is bind. the owner ship of all bind related 
> > > > > >> > files is
> > > > > >> > given to bind and the user bind has got ssh access with a valid
> > > > > >> > shell". I have given the details in settings --> Nameserver
> > > > > >> > configuration of scalr too
>
> > > > > >> > After creating the application, the DNS Zone status in scalr for 
> > > > > >> > this
> > > > > >> > respective application shows as "Pending Create".
>
> > > > > >> > To achieve the goal of running instance in scalr is only pending 
> > > > > >> > due
> > > > > >> > to this DNS update.
> > > > > >> > any help or hint will be greatly thankful :-)
>
> > > > > >> > //Kiran- Hide quoted text -
>
> > > > - Show quoted text -- Hide quoted text -
>
> > - Show quoted text -

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"scalr-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/scalr-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to