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)
Wed, Dec 11, 9:05 AM
Unknown Object (File)
Sun, Dec 8, 8:25 PM
Unknown Object (File)
Mon, Nov 25, 10:40 PM
Unknown Object (File)
Sun, Nov 24, 7:08 PM
Unknown Object (File)
Thu, Nov 21, 3:45 PM
Unknown Object (File)
Nov 6 2024, 10:42 PM
Unknown Object (File)
Nov 5 2024, 12:19 AM
Unknown Object (File)
Nov 1 2024, 8:42 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.