Conversation
Notices
-
Sanae Respecter (frogmaiden@shrine.moe)'s status on Monday, 27-Mar-2023 02:43:01 JST Sanae Respecter AAAAAAAAAAAAA WHY THE FUCK IS initdb -D /var/postgresql/data -U postgres NOT FUCKING WORKING
IT KEEPS THROWING A Permission denied ERROR EVEN THOUGH THE POSTGRESQL USER (_postgresql) OWNS IT
PLS HALP
CC: @PhenomX6@fedi.pawlicker.org @mint @pomstan @splitshockvirus-
(mint@ryona.agency)'s status on Monday, 27-Mar-2023 02:43:00 JST @frogmaiden Check permissions again, chown -R if needed. Also don't run it as root if you do, do sudo -u _postgresql instead. -
(mint@ryona.agency)'s status on Monday, 27-Mar-2023 02:46:21 JST @frogmaiden Hm. Are the paths correct? Your command shows /var/postgresql while the data is usually located in /var/lib/postgresql. -
Sanae Respecter (frogmaiden@shrine.moe)'s status on Monday, 27-Mar-2023 02:46:22 JST Sanae Respecter @mint Already ran chown -R for it and _postgresql owns the directory. Also am running it under _postgresql with su _postgresql -
For context this is on OpenBSD -
(mint@ryona.agency)'s status on Monday, 27-Mar-2023 02:55:25 JST @frogmaiden Never used MemeBSD, so not sure what could be an issue. The instructions are rather old, judging by the date of 2017 in config examples. -
Sanae Respecter (frogmaiden@shrine.moe)'s status on Monday, 27-Mar-2023 02:55:26 JST Sanae Respecter @mint I’m certain they are, assuming Pleroma docs are correct
-
(mint@ryona.agency)'s status on Monday, 27-Mar-2023 02:58:43 JST @pomstan @frogmaiden Notifications aren't resent when the post is edited. -
pomstan (pomstan@xn--p1abe3d.xn--80asehdb)'s status on Monday, 27-Mar-2023 02:58:45 JST pomstan @frogmaiden @mint why the fuck didn’t I get a notification for this menchie
-
(mint@ryona.agency)'s status on Monday, 27-Mar-2023 02:59:52 JST @frogmaiden Might be possible it doesn't like being symlinked. Try creating it in the target directory, and then change the path to it in postgres config. -
Sanae Respecter (frogmaiden@shrine.moe)'s status on Monday, 27-Mar-2023 02:59:53 JST Sanae Respecter @mint Ah I should mention this directory is a symlink to a directory on my SSD but the owner's _postgresql on both symlink and the corresponding folder -
pomstan (pomstan@xn--p1abe3d.xn--80asehdb)'s status on Monday, 27-Mar-2023 04:32:50 JST pomstan @frogmaiden @mint show entries for . and ..
-
Sanae Respecter (frogmaiden@shrine.moe)'s status on Monday, 27-Mar-2023 04:32:51 JST Sanae Respecter @pomstan @mint -
pomstan (pomstan@xn--p1abe3d.xn--80asehdb)'s status on Monday, 27-Mar-2023 04:32:52 JST pomstan @frogmaiden @mint exec permissions for others on all parent folders?
-
Sanae Respecter (frogmaiden@shrine.moe)'s status on Monday, 27-Mar-2023 04:32:53 JST Sanae Respecter @pomstan @mint
initdb: error: could not access directory "/var/postgresql/data": Permission denied -
pomstan (pomstan@xn--p1abe3d.xn--80asehdb)'s status on Monday, 27-Mar-2023 04:32:55 JST pomstan @frogmaiden @mint what’s the exact error
-