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)
Mon, May 11, 3:42 AM
Unknown Object (File)
Thu, Apr 30, 6:32 PM
Unknown Object (File)
Wed, Apr 29, 10:59 PM
Unknown Object (File)
Wed, Apr 29, 9:23 AM
Unknown Object (File)
Thu, Apr 23, 8:43 PM
Unknown Object (File)
Thu, Apr 16, 4:07 PM
Unknown Object (File)
Apr 3 2026, 7:30 AM
Unknown Object (File)
Apr 2 2026, 10:31 AM

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.