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, Nov 5, 12:26 AM
Unknown Object (File)
Wed, Nov 5, 12:17 AM
Unknown Object (File)
Wed, Nov 5, 12:15 AM
Unknown Object (File)
Mon, Nov 3, 12:40 AM
Unknown Object (File)
Sun, Nov 2, 8:00 AM
Unknown Object (File)
Sun, Nov 2, 8:00 AM
Unknown Object (File)
Sun, Nov 2, 3:44 AM
Unknown Object (File)
Tue, Oct 21, 3:00 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.