[GH-ISSUE #94] Pulling latest docker images FileNotFoundError: [Errno 2] #91

Closed
opened 2026-02-27 15:54:57 +03:00 by kerem · 5 comments
Owner

Originally created by @thebetterjort on GitHub (Nov 20, 2017).
Original GitHub issue: https://github.com/RD17/ambar/issues/94

Status: Image is up to date for ambar/ambar-proxy:latest

Traceback (most recent call last):
File "./ambar.py", line 283, in
install(configuration)
File "./ambar.py", line 203, in install
setOsConstants()
File "./ambar.py", line 113, in setOsConstants
with open('/etc/rc.local', 'r') as rcLocalConfigFile:
FileNotFoundError: [Errno 2] No such file or directory: '/etc/rc.local'

Originally created by @thebetterjort on GitHub (Nov 20, 2017). Original GitHub issue: https://github.com/RD17/ambar/issues/94 Status: Image is up to date for ambar/ambar-proxy:latest Traceback (most recent call last): File "./ambar.py", line 283, in <module> install(configuration) File "./ambar.py", line 203, in install setOsConstants() File "./ambar.py", line 113, in setOsConstants with open('/etc/rc.local', 'r') as rcLocalConfigFile: FileNotFoundError: [Errno 2] No such file or directory: '/etc/rc.local'
kerem 2026-02-27 15:54:57 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@sochix commented on GitHub (Nov 21, 2017):

Hi @thebetterjort ! What command leads to this behaviour?

<!-- gh-comment-id:345941445 --> @sochix commented on GitHub (Nov 21, 2017): Hi @thebetterjort ! What command leads to this behaviour?
Author
Owner

@thebetterjort commented on GitHub (Nov 21, 2017):

sudo ./ambar.py install

<!-- gh-comment-id:346060169 --> @thebetterjort commented on GitHub (Nov 21, 2017): sudo ./ambar.py install
Author
Owner

@sochix commented on GitHub (Nov 21, 2017):

@thebetterjort what OS you're running?

<!-- gh-comment-id:346060382 --> @sochix commented on GitHub (Nov 21, 2017): @thebetterjort what OS you're running?
Author
Owner

@thebetterjort commented on GitHub (Nov 21, 2017):

lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 17.10
Release: 17.10
Codename: artful

<!-- gh-comment-id:346060478 --> @thebetterjort commented on GitHub (Nov 21, 2017): lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 17.10 Release: 17.10 Codename: artful
Author
Owner

@sochix commented on GitHub (Nov 21, 2017):

Check that you have /etc/rc.local if not, just remove this lines from ambar.py.

P.s. We recommend to use 17.04

<!-- gh-comment-id:346061428 --> @sochix commented on GitHub (Nov 21, 2017): Check that you have /etc/rc.local if not, just remove this lines from ambar.py. P.s. We recommend to use 17.04
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ambar#91
No description provided.