Ir al contenido
Menú
Se marcó esta pregunta
4043 Vistas

Hello

I've downloaded the latest image (v14) and installed in on the raspberry pi 2. It boots properly and all the files are there but when I try to start odoo.py I get the error that /home/pi/.local is a read-only file system.

What am I doing wrong here? I followed the guidelines, setup the user groups and added them.

pi@raspberrypi:~ $ ./odoo/odoo.py
Traceback (most recent call last):
File "./odoo/odoo.py", line 160, in <module>
main()
File "./odoo/odoo.py", line 157, in main
openerp.cli.main()
File "/home/pi/odoo/openerp/cli/__init__.py", line 68, in main
o.run(args)
File "/home/pi/odoo/openerp/cli/server.py", line 180, in run
main(args)
File "/home/pi/odoo/openerp/cli/server.py", line 140, in main
openerp.tools.config.parse_config(args)
File "/home/pi/odoo/openerp/tools/config.py", line 360, in parse_config
openerp.modules.module.initialize_sys_path()
File "/home/pi/odoo/openerp/modules/module.py", line 96, in initialize_sys_path
dd = tools.config.addons_data_dir
File "/home/pi/odoo/openerp/tools/config.py", line 685, in addons_data_dir
os.makedirs(d, 0700)
File "/usr/lib/python2.7/os.py", line 150, in makedirs
makedirs(head, mode)
File "/usr/lib/python2.7/os.py", line 150, in makedirs
makedirs(head, mode)
File "/usr/lib/python2.7/os.py", line 150, in makedirs
makedirs(head, mode)
File "/usr/lib/python2.7/os.py", line 150, in makedirs
makedirs(head, mode)
File "/usr/lib/python2.7/os.py", line 157, in makedirs
mkdir(name, mode)
OSError: [Errno 30] Read-only file system: '/home/pi/.local'

Here is an image of the problem

http://imgur.com/RJ3fsSQ

Avatar
Descartar

Was a solution every found? I am having the same issues getting both of my POS Boxes set up on Raspberry Pi 3's.

Publicaciones relacionadas Respuestas Vistas Actividad
0
mar 15
3454
2
ago 25
2401
1
jul 25
905
1
ago 25
1151
0
may 25
1344