Post 9pyNjFEluynSmFUmqe by p@freespeechextremist.com
(DIR) More posts by p@freespeechextremist.com
(DIR) Post #9px5LoZatc6R5Px9bE by sjw@neckbeard.xyz
2019-12-14T09:57:31.344681Z
2 likes, 0 repeats
@p Hey, if I fucked up something on my root partition could I just boot into a live image, mv / to another drive, reformat the partition, and then cp -a everything back onto it? /boot and /boot/efi are on their own partitions so they shouldn't be affected. Just curious if that'd cause any issues I don't know about.
(DIR) Post #9pxdz1Jeqg5aLLMhv6 by sjw@neckbeard.xyz
2019-12-14T16:25:34.960888Z
2 likes, 1 repeats
@p No issues. Just don’t fux wif permissions or ownership. I used rsync -aAXH just to play it safe. It’s no different than if I just did a normal reboot except now all my subvolumes are setup correctly.
(DIR) Post #9pyGm0xekl2hgrrbHc by p@freespeechextremist.com
2019-12-14T23:40:17.805757Z
1 likes, 0 repeats
@sjw That should be fine, yeah. I'd use dd instead of cp -a, but it depends on the nature of the fuckup.
(DIR) Post #9pyNjFEluynSmFUmqe by p@freespeechextremist.com
2019-12-15T00:58:13.868796Z
4 likes, 1 repeats
@sjw Ah, cool. Passing stuff through tar works, too.
(DIR) Post #9pyPUehh9TGxKCCA9A by dielel8@zetsubou.xn--q9jyb4c
2019-12-15T01:18:00.058327Z
1 likes, 0 repeats
@sjw @p Gentoo
(DIR) Post #9pyPYjIc0YXKjfPCfw by dielel8@zetsubou.xn--q9jyb4c
2019-12-15T01:18:44.259790Z
1 likes, 0 repeats
@p @sjw Use xcp ebin
(DIR) Post #9pyhAB85CIRaz6vJDM by sjw@neckbeard.xyz
2019-12-15T04:35:56.587471Z
2 likes, 0 repeats
@p Didn't even think about tar :akko_shrug:
(DIR) Post #9pyhVhOAS7wx7IhzUW by sjw@neckbeard.xyz
2019-12-15T04:39:50.052291Z
0 likes, 0 repeats
@p Ah, yeah, it was more of a fuckup of forgetting to setup subvolumes before installing Gentoo. In theory I could have done it all on the same disk but moving everything off and then back on was easier than figuring out a plan of how to juggle doing that.
(DIR) Post #9pyuU0PS3u4kvvpeGe by p@freespeechextremist.com
2019-12-15T07:05:14.577282Z
2 likes, 0 repeats
@dielel8 @sjw :facesofautism:
(DIR) Post #9pyuraCZ9aSmbL309w by InstallGentoo@juche.town
2019-12-15T07:09:30.120720Z
3 likes, 1 repeats
@dielel8 <===@sjw @p
(DIR) Post #9pywZXmralgNoBYFF2 by dielel8@zetsubou.xn--q9jyb4c
2019-12-15T07:28:38.838505Z
1 likes, 0 repeats
@sjw @p Just use alpine ebin
(DIR) Post #9pz1t4hHxNxx9N4maO by p@freespeechextremist.com
2019-12-15T08:28:12.516272Z
3 likes, 1 repeats
@sjw It's not what I would have thought of, either, except it's how Plan 9 does recursive copying. Like, literally, it boils down to a single line of shell:@{cd $1 && tar cf /fd/1 .} | @{cd $2 && tar xf /fd/0}
(DIR) Post #9pz4w6eLSBQjw9pv8q by sjw@neckbeard.xyz
2019-12-15T09:02:13.724674Z
1 likes, 0 repeats
@p Huh, interesting. I've never really thought of using tar in that way.
(DIR) Post #9pzKHNx3orgszXCA9Q by p@freespeechextremist.com
2019-12-15T11:54:17.563289Z
1 likes, 0 repeats
@sjw Yeah, I think they're right to do it that way. They made cp recursive in Inferno, but I think "Serialize this file tree, pipe it here to de-serialize it" is actually the way that makes the most sense. If you don't have 'cp -r', how do you invent it?
(DIR) Post #9pzKkUUQacHpfQgHcO by sjw@neckbeard.xyz
2019-12-15T11:59:29.827925Z
1 likes, 0 repeats
@p Yeah, fair enough. No need to reinvent something you can already do.
(DIR) Post #9pztIRVDbDwugpPaka by sjw@neckbeard.xyz
2019-12-15T18:26:36.867655Z
1 likes, 0 repeats
@dielel8 @p Do they allow you to set compile flags for all the packages in the package manager?
(DIR) Post #9pzuI1u2sUOhFSOKWG by dielel8@zetsubou.xn--q9jyb4c
2019-12-15T18:37:45.477038Z
5 likes, 2 repeats
@sjw @p /etc/portage/make.confTusky_1576435030770_TJMNMV81G2.…
(DIR) Post #9pzvyAiGc2c0glXb7I by sjw@neckbeard.xyz
2019-12-15T18:56:35.520812Z
1 likes, 0 repeats
@dielel8 @p Alpine uses portage?
(DIR) Post #9pzxAhYoPblZzbenR2 by dielel8@zetsubou.xn--q9jyb4c
2019-12-15T19:10:03.750239Z
1 likes, 0 repeats
@sjw @p Noh it uses apk
(DIR) Post #9pzxTzlawidLxaptPE by sjw@neckbeard.xyz
2019-12-15T19:13:31.647667Z
1 likes, 0 repeats
@dielel8 @p Does apk use /etc/portage/make.conf ?
(DIR) Post #9pzzljmVJl2LVGqhu4 by dielel8@zetsubou.xn--q9jyb4c
2019-12-15T19:39:10.121593Z
1 likes, 0 repeats
@sjw @p For gentoo?
(DIR) Post #9q004tPBlCH8qz4rUu by sjw@neckbeard.xyz
2019-12-15T19:42:35.011387Z
1 likes, 0 repeats
@dielel8 @p Nigga you said to use alpine
(DIR) Post #9q01w4Ii579Nwny1Jo by dielel8@zetsubou.xn--q9jyb4c
2019-12-15T20:03:26.928489Z
1 likes, 0 repeats
@sjw @p Yah alpine is based
(DIR) Post #9q023lwwC7knLhSNkG by dielel8@zetsubou.xn--q9jyb4c
2019-12-15T20:04:46.980285Z
1 likes, 0 repeats
@sjw @p @nekojanai @march @CreamSeparatist @Curarpikt @Elfie @Haibaner @Heliodramus @HellThreads @Holot @Kommando @Koreko @Love @Lumeinshin @RehnSturm256 @TheMadPirate @ZW748VSJSiwWMNBxyz @bagofshit @chuculate @coolboymew @fluffy @histoire @igeljaeger @kthxbye @kumicota @matrix @moonman @nepfag @p @redneonglow @sjw @sylveon @worm Guys come help me troll this it boomer https://www.desktopmasters.com/He's on mumble mumble://12.167.51.51
(DIR) Post #9q1WEl7Yo7LHkOXYzw by p@freespeechextremist.com
2019-12-16T13:17:42.000027Z
0 likes, 0 repeats
@dielel8 @sjw A little busy for that.
(DIR) Post #9q2gOt4x0jDnU7oJBg by dielel8@zetsubou.xn--q9jyb4c
2019-12-17T02:46:16.613011Z
2 likes, 0 repeats
@p @sjw wat RU busy on bicc boi
(DIR) Post #9q58dLDrW75kLFHDGa by p@freespeechextremist.com
2019-12-18T07:12:04.082030Z
2 likes, 0 repeats
@dielel8 @sjw For one thing, FSE was busted. Plus, I don't do much active trolling, I just set up a server where people troll me.
(DIR) Post #9q59hd5T8eT4rOxXnM by TheMadPirate@kiwifarms.cc
2019-12-18T07:23:58.346078Z
1 likes, 0 repeats
@p @dielel8 @sjw And tries to gaslight you into believing you are secretly jojo.
(DIR) Post #9q59tZt0rhnGPLpYky by sjw@neckbeard.xyz
2019-12-18T07:26:04.730158Z
1 likes, 1 repeats
@TheMadPirate @p @dielel8 Deep down we're all Jojo
(DIR) Post #9q5N7Vz5T6VvlReE1w by p@freespeechextremist.com
2019-12-18T09:54:23.483310Z
0 likes, 0 repeats
@TheMadPirate @dielel8 @sjw I'll become Jojo.
(DIR) Post #9q5kCioZUTt1x0BHe4 by TheMadPirate@kiwifarms.cc
2019-12-18T14:13:01.046290Z
1 likes, 0 repeats
@p @dielel8 @sjw ... , The Destroyer of Sense.