instfiles: refine FreeBSD specific RC script - #3873
Conversation
- Generate snakeoil certificate on xrdp daemon start - Set the proper ownership and permissions after generation This change address the duplicate host key issue when creating a VM image with xrdp installed. The keys are be generated on the daemon's first startup. Requested by: Colin Percival <cperciva@FreeBSD.org>
|
LGTM I noticed the failing CI tests last night. At the moment it's not clear to me what's going on. I'll investigate further. |
|
BTW, the CI failure looks identical to the issue as a guy reported on the Google Groups. We also need to bump to FreeBSD 15.1 as 15.0 will reach EoL. |
|
I can't reproduce the fail on my local FreeBSD 15.1 machine. However, I've noted that the version of imlib2 is different, and imlib2 is performing the scaling for the failing tests. My version is 1.12.6_1,2 (works) I don't know why my local VM is using an older version. Different mirror maybe? |
|
I think it is caused quarterly pkg repo vs latest repo. I remember CI image refers latest. |
|
Let's address CI issue separately, merging. |
|
I'll try running the CI on 15.1-STABLE and see what happens. |
This change address the duplicate host key issue when creating a VM image with xrdp installed. The keys are be generated on the daemon's first startup.
Requested by: Colin Percival cperciva@FreeBSD.org