Post

Replies

Boosts

Views

Activity

Interesting directory listing in Tahoe beta
I'm asking if this directory list is a problem: As root I see _unknown as the owner of a script I'm working on in Visual Studio. This ownership is unexpected. Does it indicate a filesystem issue or my inexperiene with MacOS? sh-3.2# ll total 4 -rwx------ 1 _unknown 667 Nov 3 10:14 wpbackup.sh drwxr-xr-x 3 _unknown 96 Nov 3 07:58 . drwxr-xr-x 3 _unknown 96 Nov 2 09:06 .. sh-3.2# exit I recently did sudo dseditgroup -o edit -a jeffreychimene -t jeffreychimene wheel to write into /private/var/backups Those files don't exhibit this issue: sudo ls -lat /var/backups total 116108 -rw-r--r-- 1 jeffreychimene wheel 101813175 Nov 3 10:32 20251103103246_wordpress_files.tar.gz drwxrwx--- 4 root wheel 128 Nov 3 10:32 . -rw-r--r-- 1 jeffreychimene wheel 1121984 Nov 3 10:32 20251103103246_wordpress_db.sql.gz drwxr-xr-x 39 root wheel 1248 Oct 31 10:23 .. As regular user I see the expected owner > bin [develop] ⚡ ll total 4.0K -rwx------ 1 jeffreychimene 667 Nov 3 10:14 wpbackup.sh
0
0
154
Nov ’25
container system --help doesn't show subcommand property
I'm just getting started w/ container. I've been using lima. I thought that container should be investigated. I installed the .4.1 package, and started the tutorial. Imagine my surprise when the local dns entry could be created, but not set as a property. The command container system --help doesn't show property as a valid subcommand? OVERVIEW: Manage system components USAGE: container system <subcommand> OPTIONS: --version Show the version. -h, --help Show help information. SUBCOMMANDS: dns Manage local DNS domains logs Fetch system logs for `container` services start Start `container` services stop Stop all `container` services status Show the status of `container` services kernel Manage the default kernel configuration See 'container help system <subcommand>' for detailed help. > ~ container system property Error: Unexpected argument 'property' Usage: container system <subcommand> See 'container system --help' for more information. Some logs container system status apiserver is not running and not registered with launchd > ~ container system start Verifying apiserver is running... Installing base container filesystem... > ~ container system status Verifying apiserver is running... apiserver is running > ~ container system property Error: Unexpected argument 'property' Usage: container system <subcommand> See 'container system --help' for more information. I'm obviously missing something. Advice appreciated
1
0
96
Sep ’25