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)
Mar 4 2025, 2:22 PM
Unknown Object (File)
Feb 12 2025, 3:40 PM
Unknown Object (File)
Feb 6 2025, 3:16 PM
Unknown Object (File)
Feb 1 2025, 5:28 PM
Unknown Object (File)
Jan 22 2025, 4:44 AM
Unknown Object (File)
Jan 20 2025, 8:35 AM
Unknown Object (File)
Jan 14 2025, 6:50 PM
Unknown Object (File)
Jan 7 2025, 11:30 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.