Page MenuHomeFreeBSD

release: use /home for 14.x and up in Oracle cloud
AbandonedPublic

Authored by dch on Oct 21 2024, 6:08 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jan 7, 11:30 PM
Unknown Object (File)
Sun, Dec 29, 8:37 AM
Unknown Object (File)
Fri, Dec 27, 2:35 AM
Unknown Object (File)
Dec 11 2024, 9:05 AM
Unknown Object (File)
Dec 8 2024, 8:25 PM
Unknown Object (File)
Nov 25 2024, 10:40 PM
Unknown Object (File)
Nov 24 2024, 7:08 PM
Unknown Object (File)
Nov 21 2024, 3:45 PM

Details

Reviewers
emaste
Group Reviewers
releng
Summary

PR: 277831
MFC after: 3 days
Sponsored by: SkunkWerks, GmbH

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 60110
Build 56994: arc lint + arc unit

Event Timeline

dch requested review of this revision.Oct 21 2024, 6:08 AM
release/tools/oracle.conf
81

Why does this not happen as the default already?

This revision is now accepted and ready to land.Oct 21 2024, 2:41 PM
cperciva added inline comments.
release/tools/oracle.conf
81

Did cloud-init get fixed? Last time I was looking at it (when I added the cloud-init EC2 AMIs) the home directory configuration option didn't work.

dch marked 2 inline comments as done.Oct 31 2024, 7:08 PM

I submitted https://reviews.freebsd.org/D47338 to fix the port directly.

release/tools/oracle.conf
81

Ed: cloudinit assumes /usr/home/$USER by default, so we broke this in 14.0-RELEASE.

Colin: I pulled this in from the EC2 config, are you saying it doesn't work there either?

If so I will do a local ports patch for >= 14.0-RELEASE to fix this in ports, for quarterly.

dealt with in ports & eventually upstream as well.