Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.1.1
-
2017-22
Description
Build tested: 1.1.1-1
When running postConfigure, I noticed these errors on the terminal:
sh: 1: cannot create /etc/rc.d/rc.local: Directory nonexistent
sh: 1: cannot create /etc/rc.d/rc.local: Directory nonexistent
I checked and noticed that I did not have the /etc/rc.d directory on my debian 9.1 VM.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Priority | Critical [ 2 ] | Minor [ 4 ] |
Assignee | David Hill [ hill ] |
Fix Version/s | 1.2 [ 22554 ] | |
Affects Version/s | 1.1.1 [ 22605 ] |
Fix Version/s | 1.1.2 [ 22631 ] | |
Fix Version/s | 1.2 [ 22554 ] |
Sprint | 2017-22 [ 201 ] |
Rank | Ranked higher |
Status | Open [ 1 ] | In Progress [ 3 ] |
Labels | relnote |
Status | In Progress [ 3 ] | In Testing [ 10301 ] |
Assignee | David Hill [ hill ] | Daniel Lee [ dleeyh ] |
Resolution | Fixed [ 1 ] | |
Status | In Testing [ 10301 ] | Closed [ 6 ] |
hum, it checks if /etc/rc.d exist and if it doesn't then will use /etc/rc.local instead... Had to change for ubuntu 16, will need to check to see why its not working on debian 9