@CenTdemeern1@eepy.moe bweh okay weird
Notices by Chloe (chloe@catwithaclari.net), page 2
-
Embed this notice
Chloe (chloe@catwithaclari.net)'s status on Tuesday, 17-Mar-2026 04:18:59 JST
Chloe
-
Embed this notice
Chloe (chloe@catwithaclari.net)'s status on Tuesday, 17-Mar-2026 04:18:58 JST
Chloe
@CenTdemeern1@eepy.moe why are computer
-
Embed this notice
Chloe (chloe@catwithaclari.net)'s status on Tuesday, 17-Mar-2026 04:14:43 JST
Chloe
chroot: failed to run command '/bin/sh': Exec format errorwut
-
Embed this notice
Chloe (chloe@catwithaclari.net)'s status on Tuesday, 17-Mar-2026 04:14:42 JST
Chloe
chroot: failed to run command '/bin/sh': Exec format error (1782005) [12:09:33] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (1782005) [12:09:33] NOTE: The failed command's output is above the ^^^ line in the log file: /home/chloe/.local/var/pmbootstrap/log.txt (1782005) [12:09:33] ERROR: Command failed (exit code 126): (rootfs_samsung-elitexlte) % addgroup chloe audio (1782005) [12:09:33] See also: <https://postmarketos.org/troubleshooting> (1782005) [12:09:33] Traceback (most recent call last): File "/usr/lib/python3.13/site-packages/pmb/__init__.py", line 109, in main run_command(args) ~~~~~~~~~~~^^^^^^ File "/usr/lib/python3.13/site-packages/pmb/commands/__init__.py", line 56, in run_command getattr(frontend, args.action)(args) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^ File "/usr/lib/python3.13/site-packages/pmb/helpers/frontend.py", line 411, in install pmb.install.install(args) ~~~~~~~~~~~~~~~~~~~^^^^^^ File "/usr/lib/python3.13/site-packages/pmb/install/_install.py", line 1500, in install create_device_rootfs(args, step, steps) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/pmb/install/_install.py", line 1369, in create_device_rootfs set_user(context.config) ~~~~~~~~^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/pmb/install/_install.py", line 230, in set_user pmb.chroot.root(["addgroup", config.user, group], chroot) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/pmb/chroot/run.py", line 168, in root return rootm( [cmds], ...<7 lines>... add_proxy_env_vars, ) File "/usr/lib/python3.13/site-packages/pmb/chroot/run.py", line 96, in rootm return pmb.helpers.run_core.core( ~~~~~~~~~~~~~~~~~~~~~~~~~^ msg, cmd_sudo, None, output, output_return, check, True, disable_timeout ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/lib/python3.13/site-packages/pmb/helpers/run_core.py", line 500, in core check_return_code(code, log_message) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/pmb/helpers/run_core.py", line 337, in check_return_code raise RuntimeError(f"Command failed (exit code {code}): " + log_message) RuntimeError: Command failed (exit code 126): (rootfs_samsung-elitexlte) % addgroup chloe audiothis doesn't even make any sense
-
Embed this notice
Chloe (chloe@catwithaclari.net)'s status on Sunday, 15-Mar-2026 06:19:53 JST
Chloe
@puniko@mk.absturztau.be :neocat_googly_woozy::neocat_googly_woozy:
In conversation from catwithaclari.net permalink -
Embed this notice
Chloe (chloe@catwithaclari.net)'s status on Friday, 13-Mar-2026 04:00:00 JST
Chloe
mornyan fedi
In conversation from catwithaclari.net permalink -
Embed this notice
Chloe (chloe@catwithaclari.net)'s status on Monday, 09-Mar-2026 07:07:12 JST
Chloe
instance will be going down soon btw
In conversation from catwithaclari.net permalink -
Embed this notice
Chloe (chloe@catwithaclari.net)'s status on Thursday, 26-Feb-2026 04:14:48 JST
Chloe
:neobot_scream:
In conversation from catwithaclari.net permalink -
Embed this notice
Chloe (chloe@catwithaclari.net)'s status on Sunday, 22-Feb-2026 06:03:11 JST
Chloe
@aperture@snug.moe @thermia@sk.girlthi.ng Front Left Front Right
In conversation from gnusocial.jp permalink -
Embed this notice
Chloe (chloe@catwithaclari.net)'s status on Sunday, 22-Feb-2026 05:10:23 JST
Chloe
@puniko@mk.absturztau.be maybe...
but if i remove Access-Control-Allow-Origin it stops sending either header, and also it stops duplicating the Access-Control-Allow-Methods headerIn conversation from catwithaclari.net permalink -
Embed this notice
Chloe (chloe@catwithaclari.net)'s status on Sunday, 22-Feb-2026 05:08:41 JST
Chloe
@puniko@mk.absturztau.be hmm i'll try that
In conversation from catwithaclari.net permalink -
Embed this notice
Chloe (chloe@catwithaclari.net)'s status on Sunday, 22-Feb-2026 05:04:10 JST
Chloe
like, my nginx config isn't weird or anything
# garage s3 server { listen 443 ssl; listen [::]:443 ssl; ssl_certificate /etc/letsencrypt/live/s3.chloes.website/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/s3.chloes.website/privkey.pem; # You need multiple server names here: # - s3.garage.tld is used for path-based s3 requests # - *.s3.garage.tld is used for vhost-based s3 requests server_name s3.chloes.website; location / { proxy_pass http://10.0.0.25:3900; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Host $http_host; add_header 'Access-Control-Allow-Origin' 'https://photos.ente.chloes.website' always; add_header 'Access-Control-Allow-Methods' '*' always; # add_header 'Vary' 'Origin' always; add_header 'Access-Control-Allow-Headers' '*' always; # add_header 'Access-Control-Allow-Headers' 'Content-Type,X-Amz-Algorithm,X-Amz-Credential,X-Amz-Date,X-AMZ-Expires,X-Amz-SignedHeaders,X-Amz-Signature,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization' always; add_header 'Access-Control-Expose-Headers' 'Content-Length,Content-Range,Etag' always; # if ($request_method = 'OPTIONS') { # add_header 'Access-Control-Max-Age' 86400; # add_header 'Content-Type' 'text/plain; charset=utf-8'; # add_header 'Content-Length' 0; # return 204; # } # Disable buffering to a temporary file. proxy_max_temp_file_size 0; } }In conversation from catwithaclari.net permalink Attachments
-
Embed this notice
Chloe (chloe@catwithaclari.net)'s status on Sunday, 22-Feb-2026 05:01:10 JST
Chloe
this is breaking CORS btw
In conversation from catwithaclari.net permalink -
Embed this notice
Chloe (chloe@catwithaclari.net)'s status on Sunday, 22-Feb-2026 04:59:42 JST
Chloe
why are there two of them ????
In conversation from catwithaclari.net permalink Attachments
-
Embed this notice
Chloe (chloe@catwithaclari.net)'s status on Friday, 20-Feb-2026 20:47:12 JST
Chloe
good night fedi
remember you matter more than you think you doIn conversation from catwithaclari.net permalink -
Embed this notice
Chloe (chloe@catwithaclari.net)'s status on Monday, 09-Feb-2026 15:26:55 JST
Chloe
@puniko@mk.absturztau.be mrrrp!
In conversation from catwithaclari.net permalink -
Embed this notice
Chloe (chloe@catwithaclari.net)'s status on Monday, 09-Feb-2026 10:24:27 JST
Chloe
i think the $instance$host and similar things are fine actually
like yeah you can make misleading posts with it... but you can do that without using it tooIn conversation from catwithaclari.net permalink -
Embed this notice
Chloe (chloe@catwithaclari.net)'s status on Monday, 09-Feb-2026 05:26:42 JST
Chloe
good mornyan fedi
In conversation from catwithaclari.net permalink -
Embed this notice
Chloe (chloe@catwithaclari.net)'s status on Monday, 09-Feb-2026 05:26:40 JST
Chloe
@puniko@mk.absturztau.be hej puni!
In conversation from catwithaclari.net permalink -
Embed this notice
Chloe (chloe@catwithaclari.net)'s status on Sunday, 25-Jan-2026 19:45:47 JST
Chloe
awawawa,,,,,,,
In conversation from catwithaclari.net permalink