Skip to Content
Menu
This question has been flagged
3235 Views

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
Discard

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

Related Posts Replies Views Activity
0
Mar 15
2764
2
Nov 24
273
1
Oct 24
335
4
Oct 24
327
2
Oct 24
363