Error on fresh installation of ERP Next

oo...@server1 [~]# mkdir erpnext
ro...@server1 [~]# cd erpnext
ro...@server1 [~/erpnext]# wget https://raw.github.com/webnotes/erpnext/master/install_erpnext.py
--2013-09-25 07:02:08--  https://raw.github.com/webnotes/erpnext/master/install_erpnext.py
Resolving raw.github.com... 199.27.73.133
Connecting to raw.github.com|199.27.73.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 10758 (11K) [text/plain]
Saving to: `install_erpnext.py'

100%[======================================>] 10,758      --.-K/s   in 0s      

2013-09-25 07:02:08 (50.9 MB/s) - `install_erpnext.py' saved [10758/10758]

ro...@server1 [~/erpnext]# python install_erpnext.py
Operating System = Linux
Python Version = 2.6.6
Distribution =  centos
--------------------------------------------------------------------------------
Installing Packages: (This may take some time)
python python-setuptools gcc python-devel MySQL-python httpd git memcached ntp vim-enhanced screen
--------------------------------------------------------------------------------
.
.
.

Traceback (most recent call last):
  File "install_erpnext.py", line 348, in <module>
    install()
  File "install_erpnext.py", line 13, in install
    install_pre_requisites()
  File "install_erpnext.py", line 25, in install_pre_requisites
    install_using_yum()
  File "install_erpnext.py", line 90, in install_using_yum
    update_config_for_redhat()
  File "install_erpnext.py", line 106, in update_config_for_redhat
    exec_in_shell("chkconfig --level 2345 %s on" % service)
  File "install_erpnext.py", line 341, in exec_in_shell
    raise Exception, err
Exception: error reading information on service mysqld: No such file or directory



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.
Hi Aditya,

This error isn't erpnext related. Most probably it is due to your old version of centOS. 

Please use google first. We wan't to reduce unnecessary questions on the forum. I hope you understand. 

Best,
Anand.


On 25-Sep-2013, at 12:44 PM, Aditya Kumar <to...@gmail.com> wrote:

oo...@server1 [~]# mkdir erpnext
ro...@server1 [~]# cd erpnext
Resolving raw.github.com... 199.27.73.133
Connecting to raw.github.com|199.27.73.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 10758 (11K) [text/plain]
Saving to: `install_erpnext.py'

100%[======================================>] 10,758      --.-K/s   in 0s      

2013-09-25 07:02:08 (50.9 MB/s) - `install_erpnext.py' saved [10758/10758]

ro...@server1 [~/erpnext]# python install_erpnext.py
Operating System = Linux
Python Version = 2.6.6
Distribution =  centos
--------------------------------------------------------------------------------
Installing Packages: (This may take some time)
python python-setuptools gcc python-devel MySQL-python httpd git memcached ntp vim-enhanced screen
--------------------------------------------------------------------------------
.
.
.

Traceback (most recent call last):
  File "install_erpnext.py", line 348, in <module>
    install()
  File "install_erpnext.py", line 13, in install
    install_pre_requisites()
  File "install_erpnext.py", line 25, in install_pre_requisites
    install_using_yum()
  File "install_erpnext.py", line 90, in install_using_yum
    update_config_for_redhat()
  File "install_erpnext.py", line 106, in update_config_for_redhat
    exec_in_shell("chkconfig --level 2345 %s on" % service)
  File "install_erpnext.py", line 341, in exec_in_shell
    raise Exception, err
Exception: error reading information on service mysqld: No such file or directory



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.
Thanks. I am quite an early adopter hence I assumed it's some error related to the ERP itself.

I am using CentOS 6.4 x86_64 kvm I think its the latest. will try to investigate further.


On Wed, Sep 25, 2013 at 2:38 PM, Anand Doshi <an...@iwebnotes.com> wrote:
Hi Aditya,

This error isn't erpnext related. Most probably it is due to your old version of centOS.

Please use google first. We wan't to reduce unnecessary questions on the forum. I hope you understand.

Best,
Anand.


On 25-Sep-2013, at 12:44 PM, Aditya Kumar <to...@gmail.com> wrote:

oo...@server1 [~]# mkdir erpnext
ro...@server1 [~]# cd erpnext
Resolving raw.github.com... 199.27.73.133
Connecting to raw.github.com|199.27.73.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 10758 (11K) [text/plain]
Saving to: `install_erpnext.py'

100%[======================================>] 10,758 --.-K/s in 0s

2013-09-25 07:02:08 (50.9 MB/s) - `install_erpnext.py' saved [10758/10758]

ro...@server1 [~/erpnext]# python install_erpnext.py
Operating System = Linux
Python Version = 2.6.6
Distribution = centos
--------------------------------------------------------------------------------
Installing Packages: (This may take some time)
python python-setuptools gcc python-devel MySQL-python httpd git memcached ntp vim-enhanced screen
--------------------------------------------------------------------------------
.
.
.

Traceback (most recent call last):
File "install_erpnext.py", line 348, in <module>
install()
File "install_erpnext.py", line 13, in install
install_pre_requisites()
File "install_erpnext.py", line 25, in install_pre_requisites
install_using_yum()
File "install_erpnext.py", line 90, in install_using_yum
update_config_for_redhat()
File "install_erpnext.py", line 106, in update_config_for_redhat
exec_in_shell("chkconfig --level 2345 %s on" % service)
File "install_erpnext.py", line 341, in exec_in_shell
raise Exception, err
Exception: error reading information on service mysqld: No such file or directory



Note:



If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.



    End of Note



You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.



For more options, visit https://groups.google.com/groups/opt_out.



Note:



If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.



    End of Note



    You received this message because you are subscribed to a topic in the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this topic, visit https://groups.google.com/d/topic/erpnext-developer-forum/TwKKzkO2tRw/unsubscribe.

To unsubscribe from this group and all its topics, send an email to erpnext-developer-forum+un…@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.




--
# +91-9902583469



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.
I corrected the issue - 

Now when i Install I get this error of raw.github

ERROR: cannot verify raw.github.com's certificate, issued by `/C=US/O=DigiCert Inc/OU=www.digicert.com/CN=DigiCert High Assurance CA-3':
  Unable to locally verify the issuer's authority.
To connect to raw.github.com insecurely, use `--no-check-certificate'.

How do I use the no check certificate and proceed further to install on my cent OS 6.4

Aditya

On Wednesday, September 25, 2013 2:38:15 PM UTC+5:30, Anand Doshi wrote:
Hi Aditya,

This error isn't erpnext related. Most probably it is due to your old version of centOS. 

Please use google first. We wan't to reduce unnecessary questions on the forum. I hope you understand. 

Best,
Anand.


On 25-Sep-2013, at 12:44 PM, Aditya Kumar <to...@gmail.com> wrote:

oo...@server1 [~]# mkdir erpnext
ro...@server1 [~]# cd erpnext
Resolving raw.github.com... 199.27.73.133
Connecting to raw.github.com|199.27.73.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 10758 (11K) [text/plain]
Saving to: `install_erpnext.py'

100%[======================================>] 10,758      --.-K/s   in 0s      

2013-09-25 07:02:08 (50.9 MB/s) - `install_erpnext.py' saved [10758/10758]

ro...@server1 [~/erpnext]# python install_erpnext.py
Operating System = Linux
Python Version = 2.6.6
Distribution =  centos
--------------------------------------------------------------------------------
Installing Packages: (This may take some time)
python python-setuptools gcc python-devel MySQL-python httpd git memcached ntp vim-enhanced screen
--------------------------------------------------------------------------------
.
.
.

Traceback (most recent call last):
  File "install_erpnext.py", line 348, in <module>
    install()
  File "install_erpnext.py", line 13, in install
    install_pre_requisites()
  File "install_erpnext.py", line 25, in install_pre_requisites
    install_using_yum()
  File "install_erpnext.py", line 90, in install_using_yum
    update_config_for_redhat()
  File "install_erpnext.py", line 106, in update_config_for_redhat
    exec_in_shell("chkconfig --level 2345 %s on" % service)
  File "install_erpnext.py", line 341, in exec_in_shell
    raise Exception, err
Exception: error reading information on service mysqld: No such file or directory



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.
Either install the certificates or run your curl/wget without the certificate check as indicated by the error.


On Thu, Sep 26, 2013 at 11:34 AM, Aditya Kumar <to...@gmail.com> wrote:
I corrected the issue -

Now when i Install I get this error of raw.github

ERROR: cannot verify raw.github.com's certificate, issued by `/C=US/O=DigiCert Inc/OU=www.digicert.com/CN=DigiCert High Assurance CA-3':
Unable to locally verify the issuer's authority.
To connect to raw.github.com insecurely, use `--no-check-certificate'.

How do I use the no check certificate and proceed further to install on my cent OS 6.4

Aditya

On Wednesday, September 25, 2013 2:38:15 PM UTC+5:30, Anand Doshi wrote:
Hi Aditya,

This error isn't erpnext related. Most probably it is due to your old version of centOS.

Please use google first. We wan't to reduce unnecessary questions on the forum. I hope you understand.

Best,
Anand.


On 25-Sep-2013, at 12:44 PM, Aditya Kumar <to...@gmail.com> wrote:

oo...@server1 [~]# mkdir erpnext
ro...@server1 [~]# cd erpnext
Connecting to raw.github.com|199.27.73.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 10758 (11K) [text/plain]
Saving to: `install_erpnext.py'

100%[======================================>] 10,758 --.-K/s in 0s

2013-09-25 07:02:08 (50.9 MB/s) - `install_erpnext.py' saved [10758/10758]

ro...@server1 [~/erpnext]# python install_erpnext.py
Operating System = Linux
Python Version = 2.6.6
Distribution = centos
--------------------------------------------------------------------------------
Installing Packages: (This may take some time)
python python-setuptools gcc python-devel MySQL-python httpd git memcached ntp vim-enhanced screen
--------------------------------------------------------------------------------
.
.
.

Traceback (most recent call last):
File "install_erpnext.py", line 348, in <module>
install()
File "install_erpnext.py", line 13, in install
install_pre_requisites()
File "install_erpnext.py", line 25, in install_pre_requisites
install_using_yum()
File "install_erpnext.py", line 90, in install_using_yum
update_config_for_redhat()
File "install_erpnext.py", line 106, in update_config_for_redhat
exec_in_shell("chkconfig --level 2345 %s on" % service)
File "install_erpnext.py", line 341, in exec_in_shell
raise Exception, err
Exception: error reading information on service mysqld: No such file or directory



Note:



If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.



    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.



Note:



If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.



    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.




--
Pratik Vyas
Ph: +919925239915
Google Profile : http://www.google.com/profiles/pdvyas