[Openstack] [Fuel] Deployment failed after applying updates in Fuel-8.0 .

2016-10-21 Thread Chandrasekhar Reddy Dodda
Hi All,

I will be thankful if someone can help me in below mentioned issue. i had
openstack environment deployed using Fuel-8.0 and it got deployed fine and
running without any issues.

As i LMA node is not having good CPU resource so i thought of replacing the
current LMA node. As i planned for maintenance so i applied
maintenance-updates-3 also.

My Environment Details :

3 Controller Nodes
4 Compute + Ceph Nodes
1 LMA node

After updates applied the environment was working fine as expected but had
issue while adding new LMA node. please find below steps i followed.

Step i followed:

1. Deploy Environment using fuel 8.0 ( 3 Controller , 4 Compute + Ceph , 1
LMA node ).

2. remove 1 LMA node from deployment. ( I removed to replace with high
performance Node )

3. Deploy changes to environment

4. remove LMA plugins from FUEL CLI ( Version 0.10)

5. update environment with maintenance-updates-3 ( followed the document )

6. now install LMA plugins ( updated Version 0.10.2)

7. add new LMA node to environment.

8. Deploy changes

Expected Result :

Deployment should be done with out any errors.

Actual Result :

Deployment failed.

** Error ***
Error
Deployment has failed. Method granular_deploy. Failed to execute hook
'override_configuration' Puppet run failed. Check puppet logs for details
---
uids:
- '11'
- '2'
- '5'
- '4'
- '7'
- '6'
- '9'
- '8'
parameters:
  puppet_modules: /etc/puppet/modules
  puppet_manifest: /etc/puppet/modules/osnailyfacter/modular/hiera/override_
configuration.pp
  timeout: 180
  cwd: /
priority: 2300
fail_on_error: true
type: puppet
id: override_configuration
.
Inspect Astute logs for the details



Please let me know if you need more details.

I tried to create diagnostic snapshot but its giving out timeout error.

Thanks,

Chandra
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


[Openstack] [Fuel] Need Help in adding multiple External networks in Fuel 9.0

2016-08-22 Thread Chandrasekhar Reddy
Hi All,

I think this is right platform to ask my question. i will be thankful if
someone can help me in below mentioned use-case.

Here is my cloud setup:

I have 4 Nodes:

Controller Node : 1 No
Compute + Ceph Node : 2 No
Fuel Node : 1 No

My Interfaces are as below :

All 4 Nodes has *3 NIC cards * each.

eth0 : Admin ( PXE), Management (101), Storage (102), Internal (1000-1030)
eth1 : External ( Public )
eth2 : None

I am using *fuel 9.0* and i want to use provider network / Multiple
external networks with fuel. i had vlan networks on *eth1* as below

*eth1 : 192.168.200.0/24  ( Native ),
192.168.201.0/24  ( Trunk, 201 tagged ).
192.168.202.0/24  ( Trunk, 202 tagged )*


How i can add other two networks( 201, 202 ) to my cloud as external
network. appreciate anyone help on this.

Thanks,
Chandra.
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


[openstack-dev] [Fuel] Need Help in adding multiple External networks in Fuel 9.0

2016-08-22 Thread Chandrasekhar Reddy
Hi All,

I think this is right platform to ask my question. i will be thankful if
someone can help me in below mentioned use-case.

Here is my cloud setup:

I have 4 Nodes:

Controller Node : 1 No
Compute + Ceph Node : 2 No
Fuel Node : 1 No

My Interfaces are as below :

All 4 Nodes has *3 NIC cards * each.

eth0 : Admin ( PXE), Management (101), Storage (102), Internal (1000-1030)
eth1 : External ( Public )
eth2 : None

I am using *fuel 9.0* and i want to use provider network / Multiple
external networks with fuel. i had vlan networks on *eth1* as below

*eth1 : 192.168.200.0/24  ( Native ),
192.168.201.0/24  ( Trunk, 201 tagged ).
192.168.202.0/24  ( Trunk, 202 tagged )*


How i can add other two networks( 201, 202 ) to my cloud as external
network. appreciate anyone help on this.

Thanks,
Chandra.
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [ceph-users] Emergency! Production cluster is down

2016-07-12 Thread Chandrasekhar Reddy
Hi Wido,

Thank you for helping out. it worked like charm. i followed this steps

http://docs.ceph.com/docs/master/rados/operations/add-or-rm-mons/#removing-monitors

can you help in sharing any good docs which deals with backups ?

Thanks,
Chandra.

On Tue, Jul 12, 2016 at 10:37 PM, Chandrasekhar Reddy <
chandrasekha...@payoda.com> wrote:

> Thanks wido..  I will give a try.
>
> Thanks,
> Chandra
> On Tue, Jul 12, 2016 at 10:35 PM, Wido den Hollander <w...@42on.com>
> wrote:
>
>
> > Op 12 juli 2016 om 19:00 schreef Chandrasekhar Reddy <
> chandrasekha...@payoda.com>:
> >
> >
> > Thanks for quick reply..
> >
> > Should I need to remove cephx in osd nodes also??
> >
> disable all cephx on all nodes in the ceph.conf
>
> See: http://docs.ceph.com/docs/master/rados/configuration/auth-config-ref/
>
> Add this to the [global] section:
>
> auth_cluster_required = none
> auth_service_required = none
> auth_client_required = none
>
> You still have the problem that your monitor map contains 3 monitors. You
> removed it from the ceph.conf, but that is not sufficient. You will need to
> inject the monmap with just one monitor into the remaining monitor.
>
> BEFORE YOU DO, CREATE A BACKUP OF THE MON'S DATA STORE.
>
> I don't know the commands from the top of my head, but 'monmaptool' is
> something you will need/want.
>
> Wido
>
> > Thanks,
> > Chandra
> >
> > On Tue, Jul 12, 2016 at 10:22 PM, Oliver Dzombic <
> i...@ip-interactive.de [i...@ip-interactive.de] > wrote:
> > Hi,
> >
> > fast aid: remove cephx authentication.
> >
> > --
> > Mit freundlichen Gruessen / Best regards
> >
> > Oliver Dzombic
> > IP-Interactive
> >
> > mailto:i...@ip-interactive.de
> >
> > Anschrift:
> >
> > IP Interactive UG ( haftungsbeschraenkt )
> > Zum Sonnenberg 1-3
> > 63571 Gelnhausen
> >
> > HRB 93402 beim Amtsgericht Hanau
> > Geschäftsführung: Oliver Dzombic
> >
> > Steuer Nr.: 35 236 3622 1
> > UST ID: DE274086107
> >
> >
> > Am 12.07.2016 um 18:45 schrieb Chandrasekhar Reddy:
> > > Hi Guys,
> > >
> > > Need help. I had 3 monitors nodes and 2 went down ( Disk got corrupted
> > > ). after some time even 3rd monitor went unresponsive. so i rebooted
> the
> > > 3rd node. it came up but ceph is not working .
> > >
> > > so i tried to remove 2 failed monitors from ceph.conf file and
> restarted
> > > the mon and osd. but still ceph is not up.
> > >
> > > please find log files as attached.
> > >
> > > 1. Log file of ceph-mon.openstack01-vm001.log ( Monitor node )
> > >
> > > http
> > > <http://paste.openstack.org/show/530944/>://
> paste.openstack.org/show/530944/
> > > <http://paste.openstack.org/show/530944/>
> > >
> > > 2. ceph.conf
> > >
> > > http
> > > <http://paste.openstack.org/show/530945/>://
> paste.openstack.org/show/530945/
> > > <http://paste.openstack.org/show/530945/>
> > >
> > > 3. ceph -w output
> > >
> > > http
> > > <http://paste.openstack.org/show/530947/>://
> paste.openstack.org/show/530947/
> > > <http://paste.openstack.org/show/530947/>
> > >
> > > 4. ceph mon dump
> > >
> > > http
> > > <http://paste.openstack.org/show/530950/>://
> paste.openstack.org/show/530950/
> > > <http://paste.openstack.org/show/530950/>
> > >
> > > what error i see is
> > >
> > > monclient(hunting): authenticate timed out after 300
> > >
> > > librados: client.admin authentication error (110) Connection timed out
> > >
> > > Any suggestions? please help ...
> > >
> > > Thanks
> > > Chandra
> > >
> > >
> > >
> > > ___
> > > ceph-users mailing list
> > > ceph-users@lists.ceph.com
> > > http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
> > >
> > ___
> > ceph-users mailing list
> > ceph-users@lists.ceph.com
> >
> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com___
> > ceph-users mailing list
> > ceph-users@lists.ceph.com
> > http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
>
>
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


Re: [ceph-users] Emergency! Production cluster is down

2016-07-12 Thread Chandrasekhar Reddy
Thanks wido.. I will give a try.

Thanks,
Chandra

On Tue, Jul 12, 2016 at 10:35 PM, Wido den Hollander < w...@42on.com 
[w...@42on.com] > wrote:

> Op 12 juli 2016 om 19:00 schreef Chandrasekhar Reddy 
> <chandrasekha...@payoda.com>:
>
>
> Thanks for quick reply..
>
> Should I need to remove cephx in osd nodes also??
>
disable all cephx on all nodes in the ceph.conf

See: http://docs.ceph.com/docs/master/rados/configuration/auth-config-ref/

Add this to the [global] section:

auth_cluster_required = none
auth_service_required = none
auth_client_required = none

You still have the problem that your monitor map contains 3 monitors. You 
removed it from the ceph.conf, but that is not sufficient. You will need to 
inject the monmap with just one monitor into the remaining monitor.

BEFORE YOU DO, CREATE A BACKUP OF THE MON'S DATA STORE.

I don't know the commands from the top of my head, but 'monmaptool' is 
something you will need/want.

Wido

> Thanks,
> Chandra
>
> On Tue, Jul 12, 2016 at 10:22 PM, Oliver Dzombic < i...@ip-interactive.de 
> [i...@ip-interactive.de] > wrote:
> Hi,
>
> fast aid: remove cephx authentication.
>
> --
> Mit freundlichen Gruessen / Best regards
>
> Oliver Dzombic
> IP-Interactive
>
> mailto:i...@ip-interactive.de
>
> Anschrift:
>
> IP Interactive UG ( haftungsbeschraenkt )
> Zum Sonnenberg 1-3
> 63571 Gelnhausen
>
> HRB 93402 beim Amtsgericht Hanau
> Geschäftsführung: Oliver Dzombic
>
> Steuer Nr.: 35 236 3622 1
> UST ID: DE274086107
>
>
> Am 12.07.2016 um 18:45 schrieb Chandrasekhar Reddy:
> > Hi Guys,
> >
> > Need help. I had 3 monitors nodes and 2 went down ( Disk got corrupted
> > ). after some time even 3rd monitor went unresponsive. so i rebooted the
> > 3rd node. it came up but ceph is not working .
> >
> > so i tried to remove 2 failed monitors from ceph.conf file and restarted
> > the mon and osd. but still ceph is not up.
> >
> > please find log files as attached.
> >
> > 1. Log file of ceph-mon.openstack01-vm001.log ( Monitor node )
> >
> > http
> > <http://paste.openstack.org/show/530944/>://paste.openstack.org/show/530944/
> > <http://paste.openstack.org/show/530944/>
> >
> > 2. ceph.conf
> >
> > http
> > <http://paste.openstack.org/show/530945/>://paste.openstack.org/show/530945/
> > <http://paste.openstack.org/show/530945/>
> >
> > 3. ceph -w output
> >
> > http
> > <http://paste.openstack.org/show/530947/>://paste.openstack.org/show/530947/
> > <http://paste.openstack.org/show/530947/>
> >
> > 4. ceph mon dump
> >
> > http
> > <http://paste.openstack.org/show/530950/>://paste.openstack.org/show/530950/
> > <http://paste.openstack.org/show/530950/>
> >
> > what error i see is
> >
> > monclient(hunting): authenticate timed out after 300
> >
> > librados: client.admin authentication error (110) Connection timed out
> >
> > Any suggestions? please help ...
> >
> > Thanks
> > Chandra
> >
> >
> >
> > ___
> > ceph-users mailing list
> > ceph-users@lists.ceph.com
> > http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
> >
> ___
> ceph-users mailing list
> ceph-users@lists.ceph.com
> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com___
> ceph-users mailing list
> ceph-users@lists.ceph.com
> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


Re: [ceph-users] Emergency! Production cluster is down

2016-07-12 Thread Chandrasekhar Reddy
Thanks for quick reply..

Should I need to remove cephx in osd nodes also??

Thanks,
Chandra

On Tue, Jul 12, 2016 at 10:22 PM, Oliver Dzombic < i...@ip-interactive.de 
[i...@ip-interactive.de] > wrote:
Hi,

fast aid: remove cephx authentication.

--
Mit freundlichen Gruessen / Best regards

Oliver Dzombic
IP-Interactive

mailto:i...@ip-interactive.de

Anschrift:

IP Interactive UG ( haftungsbeschraenkt )
Zum Sonnenberg 1-3
63571 Gelnhausen

HRB 93402 beim Amtsgericht Hanau
Geschäftsführung: Oliver Dzombic

Steuer Nr.: 35 236 3622 1
UST ID: DE274086107


Am 12.07.2016 um 18:45 schrieb Chandrasekhar Reddy:
> Hi Guys,
>
> Need help. I had 3 monitors nodes and 2 went down ( Disk got corrupted
> ). after some time even 3rd monitor went unresponsive. so i rebooted the
> 3rd node. it came up but ceph is not working .
>
> so i tried to remove 2 failed monitors from ceph.conf file and restarted
> the mon and osd. but still ceph is not up.
>
> please find log files as attached.
>
> 1. Log file of ceph-mon.openstack01-vm001.log ( Monitor node )
>
> http
> <http://paste.openstack.org/show/530944/>://paste.openstack.org/show/530944/
> <http://paste.openstack.org/show/530944/>
>
> 2. ceph.conf
>
> http
> <http://paste.openstack.org/show/530945/>://paste.openstack.org/show/530945/
> <http://paste.openstack.org/show/530945/>
>
> 3. ceph -w output
>
> http
> <http://paste.openstack.org/show/530947/>://paste.openstack.org/show/530947/
> <http://paste.openstack.org/show/530947/>
>
> 4. ceph mon dump
>
> http
> <http://paste.openstack.org/show/530950/>://paste.openstack.org/show/530950/
> <http://paste.openstack.org/show/530950/>
>
> what error i see is
>
> monclient(hunting): authenticate timed out after 300
>
> librados: client.admin authentication error (110) Connection timed out
>
> Any suggestions? please help ...
>
> Thanks
> Chandra
>
>
>
> ___
> ceph-users mailing list
> ceph-users@lists.ceph.com
> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
>
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


[ceph-users] Emergency! Production cluster is down

2016-07-12 Thread Chandrasekhar Reddy

Hi Guys,


Need help. I had 3 monitors nodes and 2 went down ( Disk got corrupted ). 
after some time even 3rd monitor went unresponsive. so i rebooted the 3rd 
node. it came up but ceph is not working .



so i tried to remove 2 failed monitors from ceph.conf file and restarted 
the mon and osd. but still ceph is not up.



please find log files as attached.


1. Log file of ceph-mon.openstack01-vm001.log ( Monitor node )


http [http://paste.openstack.org/show/530944/] 
://paste.openstack.org/show/530944/ 
[http://paste.openstack.org/show/530944/]



2. ceph.conf


http [http://paste.openstack.org/show/530945/] 
://paste.openstack.org/show/530945/ 
[http://paste.openstack.org/show/530945/]



3. ceph -w output


http [http://paste.openstack.org/show/530947/] 
://paste.openstack.org/show/530947/ 
[http://paste.openstack.org/show/530947/]



4. ceph mon dump


http [http://paste.openstack.org/show/530950/] 
://paste.openstack.org/show/530950/ 
[http://paste.openstack.org/show/530950/]




what error i see is


monclient(hunting): authenticate timed out after 300

librados: client.admin authentication error (110) Connection timed out


Any suggestions? please help ...


Thanks
Chandra___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


Execute batch file after successful build?

2016-02-25 Thread Chandrasekhar Reddy
Hi,
I need to execute a batch file after successful build. Jenkins has a way to 
call the batch script post build. Is there any similar option available in 
Gitlab CI?

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitlabhq+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gitlabhq/1aad2e2b-0268-4ca2-a057-98c4e5157d0a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[Bug 1488311] Re: import task still in progress although there occured an error

2015-11-10 Thread B ChandraSekhar Reddy
*** This bug is a duplicate of bug 1495519 ***
https://bugs.launchpad.net/bugs/1495519

** Also affects: ubuntu
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1488311

Title:
  import task still in progress although there occured an error

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1488311/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


need help

2010-05-02 Thread chandrasekhar reddy
hi all,

i am new to cake php can any 1 help me plz,


1).. $rsProfile = pg_exec($conn,SELECT strprofilename FROM tblmusicprofiles
WHERE lngprofile = $PROFILE_ID);


$rsProfile = $this-Tblmusicprofiles-find(
'all',
array(
 'conditions' = array(
 'Tblmusicprofiles.lngprofile' = $PROFILE_ID
 ),
 'fields' = array(
   'Tblmusicprofiles.strprofilename'
 )
)
);


2).  $intProfileCnt = pg_numrows($rsProfile);


$rsProfile = $this-set('rsProfile', $rsProfile);

$intProfileCnt = $this-Tblmusicprofiles-find(
 'count',
 array('conditions' = array(
   'Tblmusicprofiles.lngprofile' = $PROFILE_ID
  ),
  'fields' = array(
'Tblmusicprofiles.strprofilename'
  )
 )
);

 i am trying the above two statements , i got the out put of first , but i
am unable to find out the number of rows in a particular table with
particular colom . as write the above 2nd statement.


plz help out

thanks in advance,

regards,
chandu

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


plz help me out

2010-04-28 Thread chandrasekhar reddy
I am new for cakephp plz help me out . below statements are correct or wrong
. idontknow


While converting this sql query into cakephp for result set and count

1.  Result set

$rsProfile = pg_exec($conn,SELECT strprofilename FROM tblmusicprofiles
WHERE lngprofile = $PROFILE_ID);



var $rsProfile = $this-tblmusicprofiles-find('all', array('conditions' =
array('tblmusicprofiles.lngprofile' = '$PROFILE_ID'),
 'fields' = array('tblmusicprofiles.strprofilename')));




2. count

 $intProfileCnt = pg_numrows($rsProfile);


var $intProfileCnt = $this-tblmusicprofiles-find('count',
array('conditions' = array('tblmusicprofiles.lngprofile' = '$PROFILE_ID'),
   'fields' = array('tblmusicprofiles.strprofilename')));

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


plz help me out

2010-04-28 Thread chandrasekhar reddy
I am new for cakephp plz help me out . below statement are correct or wrong
. idontknow


While converting this sql query into cakephp for result set and count

$intProfileCnt = pg_numrows($rsProfile);


var $intProfileCnt = $this-tblmusicprofiles-find('count',
array('conditions' = array('tblmusicprofiles.lngprofile' = '$PROFILE_ID'),
   'fields' = array('tblmusicprofiles.strprofilename')));

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


plz help me out

2010-04-28 Thread chandrasekhar reddy
can i use stripslashes in cakephp directly in cakephp like php .is it work ?


$txtProfileName = stripslashes($txtProfileName);

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Re: plz help me out

2010-04-28 Thread chandrasekhar reddy
ok tahnk you


On Wed, Apr 28, 2010 at 4:08 PM, Jeremy Burns jeremybu...@me.com wrote:

 You haven't changed the table names to model names as I suggested in my
 last response - change them from tblmusicprofiles to Tblmusicprofile. Then
 run it again and post back any errors.

 Jeremy Burns
 jeremybu...@me.com jeremybu...@mac.com


 On 28 Apr 2010, at 11:34, chandrasekhar reddy wrote:


 I am new for cakephp plz help me out . below statement are correct or wrong
 . idontknow


 While converting this sql query into cakephp for result set and count

 $intProfileCnt = pg_numrows($rsProfile);


 var $intProfileCnt = $this-tblmusicprofiles-find('count',
 array('conditions' = array('tblmusicprofiles.lngprofile' = '$PROFILE_ID'),
'fields' = array('tblmusicprofiles.strprofilename')));


 Check out the new CakePHP Questions site http://cakeqs.org and help others
 with their CakePHP related questions.

 You received this message because you are subscribed to the Google Groups
 CakePHP group.
 To post to this group, send email to cake-php@googlegroups.com
 To unsubscribe from this group, send email to
 cake-php+unsubscr...@googlegroups.com For more options, visit this group
 at http://groups.google.com/group/cake-php?hl=en


  Check out the new CakePHP Questions site http://cakeqs.org and help
 others with their CakePHP related questions.

 You received this message because you are subscribed to the Google Groups
 CakePHP group.
 To post to this group, send email to cake-php@googlegroups.com
 To unsubscribe from this group, send email to
 cake-php+unsubscr...@googlegroups.comcake-php%2bunsubscr...@googlegroups.comFor
  more options, visit this group at
 http://groups.google.com/group/cake-php?hl=en


Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


How can u write the order and unorder list

2010-04-23 Thread chandrasekhar reddy
Hi friends i am new to cake php. sorry for asking simple queries also

how to write order and unordered list cakephp .

i my coding they are mentioned  like this. I don`tknow how to write in cake
php ?
 can any one plz help me. thats is more help for me.


*My Store Groups*



   - *Admin Store Group http://192.168.1.155/zapop/index.php#*

  *Branch Code**Store Name**Store Type**Division*
  - 9644AlbertonFamily StoreGauteng Division
  - 3741BethlehemSupermarketNorthern Cape and O.F.S Division
  - 2543BluffSupermarketNatal Division


   - *Gauteng Division http://192.168.1.155/zapop/index.php#*

  *Branch Code**Store Name**Store Type**Division*
  - 9644AlbertonFamily StoreGauteng Division
  - 5436Germiston Family StoreFamily StoreGauteng Division


   - *Group http://192.168.1.155/zapop/index.php#*

  *Branch Code**Store Name**Store Type**Division*
  - 9644AlbertonFamily StoreGauteng Division
  - 5436Germiston Family StoreFamily StoreGauteng Division
  - 9283UitenhageSupermarketEastern Cape Division


   - *My Group http://192.168.1.155/zapop/index.php#*

  *Branch Code**Store Name**Store Type**Division*
  - 9989Boston Family Store ( Family store )Family StoreWestern Cape
  Division
  - 2663Brackenfell Family StoreFamily StoreWestern Cape Division
  - 5552La LuciaSupermarketNatal Division


   - *rakesh http://192.168.1.155/zapop/index.php#*

  *Branch Code**Store Name**Store Type**Division*
  - 9644AlbertonFamily StoreGauteng Division
   -

thank you very much.

regards,
chandu.

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Re: CMS

2010-04-22 Thread chandrasekhar reddy
Thank you very much

On Thu, Apr 22, 2010 at 2:11 PM, keymaster ad...@optionosophy.com wrote:


 At this point croogo is pretty much the front contender, way ahead of
 the pack. It also seems very well thought out.

 Check out the new CakePHP Questions site http://cakeqs.org and help others
 with their CakePHP related questions.

 You received this message because you are subscribed to the Google Groups
 CakePHP group.
 To post to this group, send email to cake-php@googlegroups.com
 To unsubscribe from this group, send email to
 cake-php+unsubscr...@googlegroups.comcake-php%2bunsubscr...@googlegroups.comFor
  more options, visit this group at
 http://groups.google.com/group/cake-php?hl=en


Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


CMS

2010-04-21 Thread chandrasekhar reddy
Hi friends,
 I need some information Regarding CMS(Content Management System). Is There
any CMS was Related to cakephp  (Like joomla,drupal ( for php))

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


need

2010-04-19 Thread chandrasekhar reddy
A HREF=?=$PHP_SELF;??intAction=2MODE=1IMG
SRC=../images/wizard/new_profile.png BORDER=0 onMouseDown=this.src =
'../images/wizard/new_profile_down.png'; onMouseUp=this.src =
'../images/wizard/new_profile.png';/A



How can i write this phpcode into cakephp

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Re: need

2010-04-19 Thread chandrasekhar reddy
?php
 echo $html-link($html-image('new_profile.png' , array('border' = '0',
'onMouseDown' = 'new_profile_down.png',
 'onMouseUp' = 'new_profile.png')), 'shownewprofile1', '?' =
array('intAction' = '2', 'MODE' = '1'), null);
?



On Mon, Apr 19, 2010 at 5:15 PM, John Andersen j.andersen...@gmail.comwrote:

 In your view file, use the html helper for the link part!
 Use the html helper for the image part with additional information to
 support your onMouseDown/Up options.
 When you have done that, please show us the code, so that we may
 assist you further.
 Enjoy,
   John

 On Apr 19, 1:26 pm, chandrasekhar reddy chanduc...@gmail.com wrote:
  A HREF=?=$PHP_SELF;??intAction=2MODE=1IMG
  SRC=../images/wizard/new_profile.png BORDER=0 onMouseDown=this.src =
  '../images/wizard/new_profile_down.png'; onMouseUp=this.src =
  '../images/wizard/new_profile.png';/A
 
  How can i write this phpcode into cakephp
 
  Check out the new CakePHP Questions sitehttp://cakeqs.organd help others
 with their CakePHP related questions.
 
  You received this message because you are subscribed to the Google Groups
 CakePHP group.
  To post to this group, send email to cake-php@googlegroups.com
  To unsubscribe from this group, send email to
  cake-php+unsubscr...@googlegroups.comcake-php%2bunsubscr...@googlegroups.comFor
   more options, visit this group athttp://
 groups.google.com/group/cake-php?hl=en

 Check out the new CakePHP Questions site http://cakeqs.org and help others
 with their CakePHP related questions.

 You received this message because you are subscribed to the Google Groups
 CakePHP group.
 To post to this group, send email to cake-php@googlegroups.com
 To unsubscribe from this group, send email to
 cake-php+unsubscr...@googlegroups.comcake-php%2bunsubscr...@googlegroups.comFor
  more options, visit this group at
 http://groups.google.com/group/cake-php?hl=en


Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Re: Running Cake in subfolder

2010-04-19 Thread chandrasekhar reddy
Whts the erroe its getting.tell me clearly then i will try to solve ur
query.

On Mon, Apr 19, 2010 at 1:31 PM, Andrei Mita andrei.m...@gmail.com wrote:

 Hello,

 I'm probably the 1000th guy who asks this question but I didn't manage to
 find the answer on the group. I found some, but didn't apply to me.

 I'm developing small apps using cake in order to get my head around it.
 Every single time I start with a fresh copy by putting and renaming the
 downloaded folder in my www root dir.

 I have /var/www/blog, /var/www/tasks, /var/www/todo etc. Some of this
 copies don't render the css files. I've tried altering the .htaccess to no
 result.

 Any idea why and how to solve this? The official manual says it should work
 right away.

 Thanks,
 Andrei

 Check out the new CakePHP Questions site http://cakeqs.org and help others
 with their CakePHP related questions.

 You received this message because you are subscribed to the Google Groups
 CakePHP group.
 To post to this group, send email to cake-php@googlegroups.com
 To unsubscribe from this group, send email to
 cake-php+unsubscr...@googlegroups.comcake-php%2bunsubscr...@googlegroups.comFor
  more options, visit this group at
 http://groups.google.com/group/cake-php?hl=en


Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


cookbook for CAKEPHP

2010-04-19 Thread chandrasekhar reddy
if anybody want to download the cookbook of cake php

plz click on below link then u can download easily.

http://www.ibonette.com/cakephp-1-2-manual-for-print-out/

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Re: need

2010-04-19 Thread chandrasekhar reddy
?php
 echo $html-link($html-image('new_
profile.png' , array('border' = '0',  'onMouseDown' =
'new_profile_down.png',
 'onMouseUp' = 'new_profile.png')), 'shownewprofile1', '?' =
array('intAction' = '2', 'MODE' = '1'), null);
?


i tryed this one but its getting error


On Mon, Apr 19, 2010 at 5:15 PM, John Andersen j.andersen...@gmail.comwrote:

 In your view file, use the html helper for the link part!
 Use the html helper for the image part with additional information to
 support your onMouseDown/Up options.
 When you have done that, please show us the code, so that we may
 assist you further.
 Enjoy,
   John

 On Apr 19, 1:26 pm, chandrasekhar reddy chanduc...@gmail.com wrote:
  A HREF=?=$PHP_SELF;??intAction=2MODE=1IMG
  SRC=../images/wizard/new_profile.png BORDER=0 onMouseDown=this.src =
  '../images/wizard/new_profile_down.png'; onMouseUp=this.src =
  '../images/wizard/new_profile.png';/A
 
  How can i write this phpcode into cakephp
 
  Check out the new CakePHP Questions sitehttp://cakeqs.organd help others
 with their CakePHP related questions.
 
  You received this message because you are subscribed to the Google Groups
 CakePHP group.
  To post to this group, send email to cake-php@googlegroups.com
  To unsubscribe from this group, send email to
  cake-php+unsubscr...@googlegroups.comcake-php%2bunsubscr...@googlegroups.comFor
   more options, visit this group athttp://
 groups.google.com/group/cake-php?hl=en

 Check out the new CakePHP Questions site http://cakeqs.org and help others
 with their CakePHP related questions.

 You received this message because you are subscribed to the Google Groups
 CakePHP group.
 To post to this group, send email to cake-php@googlegroups.com
 To unsubscribe from this group, send email to
 cake-php+unsubscr...@googlegroups.comcake-php%2bunsubscr...@googlegroups.comFor
  more options, visit this group at
 http://groups.google.com/group/cake-php?hl=en


Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Re: need

2010-04-19 Thread chandrasekhar reddy
?php echo $html-
   image(
'new_profile_down.png',
 array(
'border' = 0,
'width'=56,
'height'=52,
'url' =
 array(
  'action' =
  'profiles', '?' =
array('intAction' = '2', 'MODE' = '1')
 )
 )
   );
?

i tryed this one its working i dontknow its working correct or not.

On Mon, Apr 19, 2010 at 6:05 PM, John Andersen j.andersen...@gmail.comwrote:

 To me it looks like you are trying to have a link with an image, which
 is to work like a button, that is, the image must change on mouse down
 and up.

 I would assume that the onMouseDown/Up events should either contain a
 reference to a javascript function or javascript itself, not just the
 filename of the image to use.

 Also the last parameter to the html-link method should be false, so
 that the html helper will not convert the image html into html
 entities!

 When you try to run the code, does it give any errors or surprises?
 Enjoy,
   John

 On Apr 19, 2:50 pm, chandrasekhar reddy chanduc...@gmail.com wrote:
  ?php
   echo $html-link($html-image('new_profile.png' , array('border' = '0',
  'onMouseDown' = 'new_profile_down.png',
   'onMouseUp' = 'new_profile.png')), 'shownewprofile1', '?' =
  array('intAction' = '2', 'MODE' = '1'), null);
  ?
 
  On Mon, Apr 19, 2010 at 5:15 PM, John Andersen j.andersen...@gmail.com
 wrote:
 
 
 
   In your view file, use the html helper for the link part!
   Use the html helper for the image part with additional information to
   support your onMouseDown/Up options.
   When you have done that, please show us the code, so that we may
   assist you further.
   Enjoy,
 John
 
   On Apr 19, 1:26 pm, chandrasekhar reddy chanduc...@gmail.com wrote:
A HREF=?=$PHP_SELF;??intAction=2MODE=1IMG
SRC=../images/wizard/new_profile.png BORDER=0
 onMouseDown=this.src =
'../images/wizard/new_profile_down.png'; onMouseUp=this.src =
'../images/wizard/new_profile.png';/A
 
How can i write this phpcode into cakephp
 
Check out the new CakePHP Questions sitehttp://cakeqs.organdhelp
 others
   with their CakePHP related questions.
 
You received this message because you are subscribed to the Google
 Groups
   CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.comcake-php%2bunsubscr...@googlegroups.com
 cake-php%2bunsubscr...@googlegroups.comcake-php%252bunsubscr...@googlegroups.comFor
 more options, visit this group athttp://
   groups.google.com/group/cake-php?hl=en
 
   Check out the new CakePHP Questions sitehttp://cakeqs.organd help
 others
   with their CakePHP related questions.
 
   You received this message because you are subscribed to the Google
 Groups
   CakePHP group.
   To post to this group, send email to cake-php@googlegroups.com
   To unsubscribe from this group, send email to
   cake-php+unsubscr...@googlegroups.comcake-php%2bunsubscr...@googlegroups.com
 cake-php%2bunsubscr...@googlegroups.comcake-php%252bunsubscr...@googlegroups.comFor
 more options, visit this group at
  http://groups.google.com/group/cake-php?hl=en
 
  Check out the new CakePHP Questions sitehttp://cakeqs.organd help others
 with their CakePHP related questions.
 
  You received this message because you are subscribed to the Google Groups
 CakePHP group.
  To post to this group, send email to cake-php@googlegroups.com
  To unsubscribe from this group, send email to
  cake-php+unsubscr...@googlegroups.comcake-php%2bunsubscr...@googlegroups.comFor
   more options, visit this group athttp://
 groups.google.com/group/cake-php?hl=en

 Check out the new CakePHP Questions site http://cakeqs.org and help others
 with their CakePHP related questions.

 You received this message because you are subscribed to the Google Groups
 CakePHP group.
 To post to this group, send email to cake-php@googlegroups.com
 To unsubscribe from this group, send email to
 cake-php+unsubscr...@googlegroups.comcake-php%2bunsubscr...@googlegroups.comFor
  more options, visit this group at
 http://groups.google.com/group/cake-php?hl=en


Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed

javascript validation

2010-04-16 Thread chandrasekhar reddy
hi frns can any one help me how to validate javascript from clint side and
how to pass the variables through javascript.

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


[jira] Created: (NET-179) NET-73 TelnetInputStream._read() hangs fix is not included in nightly builds.

2007-12-27 Thread chandrasekhar reddy (JIRA)
NET-73TelnetInputStream._read() hangs fix is not included in nightly 
builds.
--

 Key: NET-179
 URL: https://issues.apache.org/jira/browse/NET-179
 Project: Commons Net
  Issue Type: Task
Affects Versions: 1.4
Reporter: chandrasekhar reddy


The fix for  TelnetInputStream._read()  hangs  was not included in nightly 
builds.May i know the exact solution for this problem.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (NET-149) when i am connecting to FTPServer it is throwing Truncated server reply:

2007-01-16 Thread chandrasekhar reddy (JIRA)
when i am connecting to FTPServer it is throwing Truncated server reply:


 Key: NET-149
 URL: https://issues.apache.org/jira/browse/NET-149
 Project: Commons Net
  Issue Type: Bug
Affects Versions: 1.4 Final
 Environment: windows 2003 server(IIS version 6.0) or windows xp
Reporter: chandrasekhar reddy
 Fix For: 1.4 Final


Configure a Microsoft IIS FTP Server on windows 2003 server or xp  to have a 
multiline Banner Message: Default FTP Site Properties, Messages tab, Banner 
field.
Fill the Banner filed with data and at the end of the data give 2 or more new 
lines(just press enter 2 or more times) and say Apply and OK.

FTPClient fp = new FTPClient();
fp.connect(localhost);
fp.login(anonymous,);

Just perform above operations, the client program will throw exception at the 
time of login.




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (NET-149) when i am connecting to FTPServer it is throwing Truncated server reply:

2007-01-16 Thread chandrasekhar reddy (JIRA)

 [ 
https://issues.apache.org/jira/browse/NET-149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

chandrasekhar reddy updated NET-149:


Fix Version/s: (was: 1.4 Final)

this issue can be reprodusable with all versions

 when i am connecting to FTPServer it is throwing Truncated server reply:
 

 Key: NET-149
 URL: https://issues.apache.org/jira/browse/NET-149
 Project: Commons Net
  Issue Type: Bug
Affects Versions: 1.4 Final
 Environment: windows 2003 server(IIS version 6.0) or windows xp
Reporter: chandrasekhar reddy

 Configure a Microsoft IIS FTP Server on windows 2003 server or xp  to have a 
 multiline Banner Message: Default FTP Site Properties, Messages tab, Banner 
 field.
 Fill the Banner filed with data and at the end of the data give 2 or more new 
 lines(just press enter 2 or more times) and say Apply and OK.
 FTPClient fp = new FTPClient();
 fp.connect(localhost);
 fp.login(anonymous,);
 Just perform above operations, the client program will throw exception at the 
 time of login.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



how to access cgi script using HTTPS

2005-04-15 Thread Chandrasekhar Reddy Sure



hi...

Iwant to access a cgi script located on my
machine using HTTPS...
i am able to access the same using HTTP...i am
using Apache server for this...(2.0.53)
how can i do this...

regards
chandrasekhar



*Disclaimer:The contents of this E-mail (including the contents of the enclosure(s) or attachment(s) if any) are privileged and confidential material of MBT and should not be disclosed to, used by or copied in any manner by anyone other than the intended addressee(s).   In case you are not the desired addressee, you should delete this message and/or re-direct it to the sender.  The views expressed in this E-mail message (including the enclosure(s) or attachment(s) if any) are those of the individual sender, except where the sender expressly, and with authority, states them to be the views of MBT.This e-mail message including attachment/(s), if any, is believed to be free of any virus.  However, it is the responsibility of the recipient to ensure that it is virus free and MBT is not responsible for any loss or damage arising in any way from its use*___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs