Post 9nsfibtLHzkPyIIYoC by cantinto@shigusegubu.club
 (DIR) More posts by cantinto@shigusegubu.club
 (DIR) Post #9nsRhEwrhuXDAOOmSu by cantinto@shigusegubu.club
       2019-10-13T08:30:11.451285Z
       
       0 likes, 0 repeats
       
       a'ight, I've got a freecycled gaming computer to nuke and pave. let's see about manjaro, I've heard good things. already pretty familiar with arch but having a simpler install process and some sane defaults would be nice.
       
 (DIR) Post #9nsStED6NS2OJ4H16m by cantinto@shigusegubu.club
       2019-10-13T08:43:34.163595Z
       
       0 likes, 0 repeats
       
       oh goddamnitI'm so used to the arch install being the finick-iest process ever that going through the tui and trying to do things myself is being counter-productiveManjaro's installer is too good, is what I'm getting at
       
 (DIR) Post #9nsTf5dxX1SbdYerOS by cantinto@shigusegubu.club
       2019-10-13T08:52:13.393713Z
       
       0 likes, 0 repeats
       
       choosing the unstable branch for greatest parity with the arch repos and I can already feel myself regretting this
       
 (DIR) Post #9nsVLZYGp81YVpomtk by lunarised@welovela.in
       2019-10-13T09:11:06.446446Z
       
       1 likes, 0 repeats
       
       @cantintoJust beware. Despite what you think, Manjaro is closer to Debian than it is to arch, and it has some big security issues atm. Wouldn't reccomend using it for too long
       
 (DIR) Post #9nsVMMJ3YTy9iq4pUG by cantinto@shigusegubu.club
       2019-10-13T09:11:14.864909Z
       
       0 likes, 0 repeats
       
       and now the piece of crap says I did it wrongno, piece of shit, *you* didn't do what I said
       
 (DIR) Post #9nsVTeUMLta68mqErI by cantinto@shigusegubu.club
       2019-10-13T09:12:33.809812Z
       
       0 likes, 0 repeats
       
       @lunarised oh thank you darling! but I'm not using this as a main machine. security isn't a priority for this. if it were, I wouldn't even be using a systemd based distro lol
       
 (DIR) Post #9nsViK5KUkGXCg86BU by cantinto@shigusegubu.club
       2019-10-13T09:15:13.577885Z
       
       1 likes, 0 repeats
       
       at this rate I may just go back to arch
       
 (DIR) Post #9nsVvLBFjVVcMk6ixM by cantinto@shigusegubu.club
       2019-10-13T09:17:34.193013Z
       
       2 likes, 0 repeats
       
       hey, installer maintainers: maybe don't have your tui tell me you successfully mounted a partitition when it didn't
       
 (DIR) Post #9nsW4v7ZTZVaRKxAga by cantinto@shigusegubu.club
       2019-10-13T09:19:17.814845Z
       
       0 likes, 0 repeats
       
       also kinda worried about the fact that the installation page on the wiki clearly hasn't been updated in like at least 5 years
       
 (DIR) Post #9nsX1WcMDrndWsIYYi by cantinto@shigusegubu.club
       2019-10-13T09:29:53.539478Z
       
       0 likes, 0 repeats
       
       given this and the fact that it's a tui I'm making another decision I know I'm going to regret and ignoring the documentation
       
 (DIR) Post #9nsXpEDmtTPsxAVS9Q by cantinto@shigusegubu.club
       2019-10-13T09:38:52.948092Z
       
       1 likes, 0 repeats
       
       that's it, I'm giving into stockholm syndrome and installing regular arch.
       
 (DIR) Post #9nsc4lNeI6eVxFmXRY by cantinto@shigusegubu.club
       2019-10-13T10:26:30.161385Z
       
       0 likes, 0 repeats
       
       following the guide here https://wiki.archlinux.org/index.php/Install_from_existing_Linux#Create_a_new_Arch_installationand I got up to this point without trouble. https://wiki.archlinux.org/index.php/Installation_guide#Configure_the_systemnow, when I go to do 'genfstab -U /mnt >> /mnt/etc/fstab' it throws me a permission denied.here's how my troubleshooting has gone thus far:I tried running with sudo, naturally. still permission denied. I checked to make sure I was in the right directory. I am. I checked to make sure root had read and write permissions for the file. It does.what on earth could be the problem?
       
 (DIR) Post #9nscCGiIC6Sb9w15g8 by pie@pl.ohno.host
       2019-10-13T10:27:51.649200Z
       
       0 likes, 0 repeats
       
       @cantinto running it with sudo womt work because the >> is run separately, so it runs sudo genfstab then as current user erites the outputtry doing sudo su to be root user then run it
       
 (DIR) Post #9nscNOLo8gSc20nsQa by cantinto@shigusegubu.club
       2019-10-13T10:29:51.742566Z
       
       1 likes, 0 repeats
       
       @pie ah, I managed to get it to work by temporarily setting the permissions so anyone could read and write. I'll keep that in mind for next time though! thanks
       
 (DIR) Post #9nsdDZSk4RBhYJvaro by kurisu@iscute.moe
       2019-10-13T10:39:18.341882Z
       
       1 likes, 0 repeats
       
       @pie @cantinto `command | sudo tee -a $filename` protip
       
 (DIR) Post #9nsdGUicAIQnhxkKEi by kurisu@iscute.moe
       2019-10-13T10:39:50.052424Z
       
       0 likes, 0 repeats
       
       @cantinto @pie you reverted the permissions?
       
 (DIR) Post #9nsdJi4Syf9XzMV5QO by pie@pl.ohno.host
       2019-10-13T10:40:25.299527Z
       
       1 likes, 0 repeats
       
       @kurisu @cantinto i was sure thered be a better way!
       
 (DIR) Post #9nsdNA71B4LhpFL972 by cantinto@shigusegubu.club
       2019-10-13T10:41:02.605840Z
       
       1 likes, 0 repeats
       
       @kurisu @pie I did, I'm not *that* much of a dumbass lmao
       
 (DIR) Post #9nsdPBfkLdOxF9Y968 by pie@pl.ohno.host
       2019-10-13T10:41:24.751768Z
       
       0 likes, 0 repeats
       
       @cantinto @kurisu i definitely am once i did chmod -R 777 /
       
 (DIR) Post #9nsdVMJJhy21yV08oK by cantinto@shigusegubu.club
       2019-10-13T10:42:30.562933Z
       
       1 likes, 0 repeats
       
       @pie @kurisu jesus christI didn't even know chmod *had* a recursive option
       
 (DIR) Post #9nsdZCZrpygawkZieO by kurisu@iscute.moe
       2019-10-13T10:43:12.938091Z
       
       0 likes, 0 repeats
       
       @pie @cantinto this is cursedat least use a+rwX
       
 (DIR) Post #9nsddkcnC0aLhU72MS by pie@pl.ohno.host
       2019-10-13T10:44:02.579023Z
       
       0 likes, 1 repeats
       
       @kurisu @cantinto so much effort and i dont know what it meansi know 777 means everything works for everyone and when something doesnt work i just default to that lol
       
 (DIR) Post #9nsdjYkiFKpIcIaRge by kurisu@iscute.moe
       2019-10-13T10:45:05.297035Z
       
       1 likes, 0 repeats
       
       @pie @cantinto oh my god
       
 (DIR) Post #9nsdm4PrUaq9Oo1zqS by cantinto@shigusegubu.club
       2019-10-13T10:45:32.572126Z
       
       1 likes, 1 repeats
       
       @pie @kurisu oh my godpie I'm sorry you're great but that's possibly the most retarded idea I've ever heard
       
 (DIR) Post #9nsdoA91AKbtkD9Ndg by pie@pl.ohno.host
       2019-10-13T10:45:54.876996Z
       
       0 likes, 1 repeats
       
       @kurisu @cantinto i routinely run chnod -R 777 /opt/pleroma && chown -R pleroma /opt/pleroma it makes things fix
       
 (DIR) Post #9nsdoxBsoT17rHrrPM by cantinto@shigusegubu.club
       2019-10-13T10:46:03.936458Z
       
       0 likes, 0 repeats
       
       @pie @kurisu that is literally worse than always running as root
       
 (DIR) Post #9nsdqE0xkQDqKIMkr2 by kurisu@iscute.moe
       2019-10-13T10:46:17.562726Z
       
       0 likes, 0 repeats
       
       @cantinto @pie marginal
       
 (DIR) Post #9nsdrGY9o4noTmOATo by pie@pl.ohno.host
       2019-10-13T10:46:29.134392Z
       
       0 likes, 0 repeats
       
       @cantinto @kurisu i did it to my home once and ssh and gpg will never shut up about insecure permissions anymore smh
       
 (DIR) Post #9nsdtMei4pHtzkSEk4 by cantinto@shigusegubu.club
       2019-10-13T10:46:51.747698Z
       
       1 likes, 1 repeats
       
       @pie @kurisu gee I wOnDER WHY THAT IS
       
 (DIR) Post #9nsdtZdPowycFUwt1s by kurisu@iscute.moe
       2019-10-13T10:46:53.873545Z
       
       2 likes, 2 repeats
       
       @pie @cantinto sorry i'm cancelling you
       
 (DIR) Post #9nsdxLFlEV5sntgIe8 by kurisu@iscute.moe
       2019-10-13T10:47:34.733112Z
       
       0 likes, 0 repeats
       
       @pie @cantinto if you chown them as pleroma, just use chmod 700 at least
       
 (DIR) Post #9nsdyqeRyr6OTOwpXc by pie@pl.ohno.host
       2019-10-13T10:47:51.337807Z
       
       0 likes, 0 repeats
       
       @kurisu @cantinto why
       
 (DIR) Post #9nse0a4MbSPLcktXHs by kurisu@iscute.moe
       2019-10-13T10:48:09.856556Z
       
       0 likes, 0 repeats
       
       @pie @cantinto abuse of security permissions
       
 (DIR) Post #9nse1hV0StiaxMtHtY by cantinto@shigusegubu.club
       2019-10-13T10:48:22.172570Z
       
       0 likes, 0 repeats
       
       @pie @kurisu because that'll make everything work as root and for no one else
       
 (DIR) Post #9nse4aujP9edOzIrLM by kurisu@iscute.moe
       2019-10-13T10:48:53.247769Z
       
       1 likes, 1 repeats
       
       @pie @cantinto i am so fucking glad I sorted networking sandboxing for your VM in the proper way
       
 (DIR) Post #9nse4spMnq3gxYvpTs by kurisu@iscute.moe
       2019-10-13T10:48:56.310024Z
       
       0 likes, 0 repeats
       
       @cantinto @pie no?
       
 (DIR) Post #9nse5R31ZZBZ5laDUO by pie@pl.ohno.host
       2019-10-13T10:49:02.448823Z
       
       0 likes, 0 repeats
       
       @cantinto @kurisu but pleroma isn't root
       
 (DIR) Post #9nse6VrJAeckIpcJ1s by cantinto@shigusegubu.club
       2019-10-13T10:49:14.351261Z
       
       0 likes, 0 repeats
       
       @kurisu @pie holy shit, even 770 would be better than 777, holy shit holy shit
       
 (DIR) Post #9nse6hVlqYWgRVdH7o by kurisu@iscute.moe
       2019-10-13T10:49:16.222116Z
       
       0 likes, 0 repeats
       
       @cantinto @pie it'll make it work for pleroma's user and nobody else
       
 (DIR) Post #9nse8PJ0VTIeYcTZwm by pie@pl.ohno.host
       2019-10-13T10:49:35.032935Z
       
       0 likes, 0 repeats
       
       @cantinto @kurisu IT MAKES THINGS WORK STOP JUDGINGME
       
 (DIR) Post #9nseB6rVXH7qDytzPM by kurisu@iscute.moe
       2019-10-13T10:50:04.010918Z
       
       0 likes, 0 repeats
       
       @pie @cantinto i'm gonna fucking judge you cause your VM is on my server, and you're creating security risks
       
 (DIR) Post #9nseCaqHYUoHUp2JGq by siinacutie@social.cutienaut.club
       2019-10-13T10:48:48.379048Z
       
       0 likes, 0 repeats
       
       @cantinto Manjaro is what I have my partner use. :)
       
 (DIR) Post #9nseCbXswNgjg3R8Ea by cantinto@shigusegubu.club
       2019-10-13T10:50:19.324760Z
       
       0 likes, 0 repeats
       
       @siinacutie I caved into stockholm syndrome and went back to arch lolthe graphical installer was surprisingly confusing and opaque, even compared to arch's install process
       
 (DIR) Post #9nseCqOriCNzkQKdl2 by pie@pl.ohno.host
       2019-10-13T10:50:23.140751Z
       
       0 likes, 0 repeats
       
       @kurisu @cantinto howwwwww
       
 (DIR) Post #9nseEiqAmz9esi05QW by pie@pl.ohno.host
       2019-10-13T10:50:43.523434Z
       
       0 likes, 0 repeats
       
       @kurisu @cantinto i only do it to /opt/pleroma/instance now!
       
 (DIR) Post #9nseGVwjhTMJTCvOZE by cantinto@shigusegubu.club
       2019-10-13T10:51:02.806484Z
       
       0 likes, 0 repeats
       
       @pie @kurisu you're literally letting anyone that manages to get access to your system do *whatever* the fuck they want
       
 (DIR) Post #9nseMAY4AbBQqL59LU by pie@pl.ohno.host
       2019-10-13T10:52:03.395287Z
       
       0 likes, 0 repeats
       
       @cantinto @kurisu well if they messed with my emojis thatd be quite rood but what else could they egen do
       
 (DIR) Post #9nseTLhh5qIPT40cdM by cantinto@shigusegubu.club
       2019-10-13T10:53:22.017878Z
       
       0 likes, 0 repeats
       
       @pie @kurisu you've given them blanket access to your machine, what *couldn't* they do?
       
 (DIR) Post #9nseUvgKoTRFLE7v7Y by siinacutie@social.cutienaut.club
       2019-10-13T10:50:47.153225Z
       
       1 likes, 0 repeats
       
       @cantinto That is incredibly opposite of my uses of it. XD
       
 (DIR) Post #9nseUwTbrGqzo3BGvQ by cantinto@shigusegubu.club
       2019-10-13T10:53:38.895972Z
       
       0 likes, 0 repeats
       
       @siinacutie what mean?
       
 (DIR) Post #9nseVUSjV2M3DB23HM by pie@pl.ohno.host
       2019-10-13T10:53:44.585706Z
       
       0 likes, 0 repeats
       
       @cantinto @kurisu only to my emoji!
       
 (DIR) Post #9nsea9TmwPuxa8kTY0 by kurisu@iscute.moe
       2019-10-13T10:54:35.621416Z
       
       1 likes, 0 repeats
       
       @pie @cantinto actually i guess that wouldn't make much difference no
       
 (DIR) Post #9nsecm5INcB3tNXiV6 by kurisu@iscute.moe
       2019-10-13T10:55:02.414783Z
       
       0 likes, 0 repeats
       
       @cantinto @pie yeah but she hasn'tif you're gonna pile on her at least understand why
       
 (DIR) Post #9nsedVSZfuXKcbmRX6 by cantinto@shigusegubu.club
       2019-10-13T10:55:12.004919Z
       
       0 likes, 0 repeats
       
       @pie @kurisu ah, okay thenthat's not *that* bad
       
 (DIR) Post #9nsef1RmEVkg7M88LA by cantinto@shigusegubu.club
       2019-10-13T10:55:28.567349Z
       
       0 likes, 0 repeats
       
       @kurisu @pie yeah, I misunderstood, my b
       
 (DIR) Post #9nseg1xpnQEa0jbbuq by pie@pl.ohno.host
       2019-10-13T10:55:39.000806Z
       
       0 likes, 0 repeats
       
       @kurisu @cantinto yeah! dont be mean to me! my stupidity *does* havr limits!now..
       
 (DIR) Post #9nsei7Isumip9NRk8W by siinacutie@social.cutienaut.club
       2019-10-13T10:54:04.395901Z
       
       1 likes, 0 repeats
       
       @cantinto It was so easy that my non-technical partner was able to breeze through it faster and more elegantly than any other install system.
       
 (DIR) Post #9nsekYmthVS0yBeLNg by kurisu@iscute.moe
       2019-10-13T10:56:26.847954Z
       
       0 likes, 0 repeats
       
       @pie @cantinto do you chmod the config files?
       
 (DIR) Post #9nsen8ZdcTuiXOg0vY by cantinto@shigusegubu.club
       2019-10-13T10:56:56.549110Z
       
       0 likes, 0 repeats
       
       @siinacutie I'm sure if I just wanted to install one of their complete ootb ISOs I wouldn't have any trouble, but using architect is very bleh
       
 (DIR) Post #9nseoRFDgii4jWkLqa by pie@pl.ohno.host
       2019-10-13T10:57:10.232961Z
       
       1 likes, 0 repeats
       
       @kurisu @cantinto i used to but i only do the static folder since moving it
       
 (DIR) Post #9nserPCPkTnNG6qi1I by pie@pl.ohno.host
       2019-10-13T10:57:42.948345Z
       
       0 likes, 0 repeats
       
       @kurisu @cantinto its because sometimes the permissions on new emoji are wrong so pleeoma sees them and they show up in the picker but the icon isnt there
       
 (DIR) Post #9nsexCPyBMwxM6x6US by kurisu@iscute.moe
       2019-10-13T10:58:45.455113Z
       
       0 likes, 0 repeats
       
       @pie @cantinto thats cause they're served by nginx who runs under the `http` user instead of the `pleroma` user.
       
 (DIR) Post #9nsezulOHHuJTCGaCe by kurisu@iscute.moe
       2019-10-13T10:59:14.653549Z
       
       0 likes, 0 repeats
       
       @pie @cantinto but, no idea actually why they wouldnt have the right perms???
       
 (DIR) Post #9nsf13cIqXpDDZYpOa by kurisu@iscute.moe
       2019-10-13T10:59:27.314992Z
       
       0 likes, 0 repeats
       
       @cantinto @pie have you had this problem since using the new VM or?
       
 (DIR) Post #9nsf1G0UmQJ5e4yJlo by pie@pl.ohno.host
       2019-10-13T10:59:28.573500Z
       
       0 likes, 0 repeats
       
       @kurisu @cantinto who cares 777 solves it!
       
 (DIR) Post #9nsf3i3xRLONEplEGm by pie@pl.ohno.host
       2019-10-13T10:59:56.415274Z
       
       1 likes, 0 repeats
       
       @kurisu @cantinto idk i just do chnod whenever i add a new emoji noe idk if its still an issue it used to be
       
 (DIR) Post #9nsf5dg0idXSDJTnbU by cantinto@shigusegubu.club
       2019-10-13T11:00:17.194398Z
       
       1 likes, 0 repeats
       
       okay, thanks to pie for nearly giving me an existential crisisnow, where was I
       
 (DIR) Post #9nsf7Xs9GnMSn849uC by kurisu@iscute.moe
       2019-10-13T11:00:37.666331Z
       
       0 likes, 0 repeats
       
       @pie @cantinto i chmodded it back nerd
       
 (DIR) Post #9nsf9CB8thA45Zjlfk by pie@pl.ohno.host
       2019-10-13T11:00:55.918268Z
       
       0 likes, 0 repeats
       
       @cantinto u r welcome it is my only skill
       
 (DIR) Post #9nsfBk3ptZCJkfXADg by pie@pl.ohno.host
       2019-10-13T11:01:23.491730Z
       
       0 likes, 0 repeats
       
       @kurisu @cantinto rude :rubikscube:
       
 (DIR) Post #9nsfEQmE37L6oPZxSK by kurisu@iscute.moe
       2019-10-13T11:01:52.336217Z
       
       0 likes, 0 repeats
       
       @pie @cantinto if it breaks then i dont really care about you messing the permissions of the static files. But still.
       
 (DIR) Post #9nsfEmB6ToiXBeNceG by ivesen@miniwa.moe
       2019-10-13T11:01:54.310858Z
       
       1 likes, 0 repeats
       
       @cantinto did you find / -type f -exec chmod 777 '{}' \;
       
 (DIR) Post #9nsfN6Bzx01zZqlcgK by cantinto@shigusegubu.club
       2019-10-13T11:03:25.986211Z
       
       0 likes, 0 repeats
       
       @ivesen I did not and I have yet to learn how to scry the 'regular expressions'. what's that do?
       
 (DIR) Post #9nsfib2WSNUrKTaNTk by siinacutie@social.cutienaut.club
       2019-10-13T11:06:44.378443Z
       
       0 likes, 0 repeats
       
       @cantinto I use architect pretty regularly without any issue o:
       
 (DIR) Post #9nsfibS2vTugbdWlGK by siinacutie@social.cutienaut.club
       2019-10-13T11:07:00.360095Z
       
       0 likes, 0 repeats
       
       @cantinto That is what my partner was using too. They wanted a custom experience and not one of the generic ISOs. XD
       
 (DIR) Post #9nsfibtLHzkPyIIYoC by cantinto@shigusegubu.club
       2019-10-13T11:07:18.018600Z
       
       0 likes, 0 repeats
       
       @siinacutie perhaps I am Just A Fool then
       
 (DIR) Post #9nsfjUP6c7F12RZgoa by ivesen@miniwa.moe
       2019-10-13T11:07:28.743022Z
       
       0 likes, 0 repeats
       
       @cantinto that's not regex :vthat just executes chmod 777 on every file, but not directories
       
 (DIR) Post #9nsg3MTzm3BYGNKzTs by siinacutie@social.cutienaut.club
       2019-10-13T11:07:26.927090Z
       
       1 likes, 0 repeats
       
       @cantinto Perhaps it's also hardware differences. :)
       
 (DIR) Post #9nsg4QMUpyP2aEKvxI by ivesen@miniwa.moe
       2019-10-13T11:11:15.672655Z
       
       1 likes, 0 repeats
       
       @cantinto @siinacutie nah, I think the current architect iso is just broken. I tried it a couple of days ago and it didn't work, even though I've used it successfully in the past.
       
 (DIR) Post #9nsg4cD0n3wjKHzWq0 by cantinto@shigusegubu.club
       2019-10-13T11:11:18.394145Z
       
       0 likes, 0 repeats
       
       @ivesen how horrifying
       
 (DIR) Post #9nsg9xploecjqLfehk by ivesen@miniwa.moe
       2019-10-13T11:12:15.941434Z
       
       0 likes, 0 repeats
       
       @cantinto it's the useful version of chmod -R
       
 (DIR) Post #9nsgHJbhGMJVOkar4q by cantinto@shigusegubu.club
       2019-10-13T11:13:36.162785Z
       
       0 likes, 0 repeats
       
       @ivesen @siinacutie ah, glad it's not just me at least
       
 (DIR) Post #9nsn2MBS6FmAj18Fjk by cantinto@shigusegubu.club
       2019-10-13T12:29:19.434702Z
       
       0 likes, 0 repeats
       
       goddamnitshould've known better than to try installing this way
       
 (DIR) Post #9nsvHgqiLbYUnMFqOO by jack@tooter.selfhosting.rocks
       2019-10-13T14:01:40Z
       
       0 likes, 0 repeats
       
       @siinacutie @cantinto m manjaro?  You know how I struggle with tech. Should I check it out?
       
 (DIR) Post #9ntZZqXF4QWwDMMJbk by cantinto@shigusegubu.club
       2019-10-13T21:33:12.726770Z
       
       1 likes, 0 repeats
       
       @jack @siinacutie I can't personally vouch for it given this thread lolPeople really seem to dig it thoughManjaro is supposed to be to Arch what Ubuntu is to Debian, if that makes sense