You are not logged in.
I am curious to know, what will devuan do about this?
https://systemd.io/THE_CASE_FOR_THE_USR_MERGE/
I hear debian is doing this in the near future and this will cut off 32 bit support as well as other not so good things.
I learned about it from an unexpected place, but it seems to be true.
Thoughts for any of you?
Also here's something else:
@GNUser That is fair,. Btw, to be honest, the only init that is probably as light as sysvinit but still very featured like openrc is runit.
I still have to learn a bit more on how to use it though.
@golinux yes, repaying evil with good is the Godly way to live.
Sometimes that can be tough though.
In any case, its hard and right to do.
@delgado maybe blobs was the wrong word, what I should have said, is privacy invasive blobs.
Like anything that is a blob that has a network stack that can send stuff where you don't want it.
An example of this for many is, intel me enabled fully in most intel devices.
If you have such a situation, keep important files off of that!
That would be my reply.
openrc in my experience, its easier to start and stop processes. For example, sysvinit, I have no idea what you need to do to make that happen in pure sysvinit.
That was my reason for supporting that ideal. But you do you.
@ralph.ronnquist fair point hmm....
Yeah, it must keep resetting... then. I am doing something a bit out of the norm anyhow for here.
So I will leave it at that.
@fsmithred hmm... weird I tried that and it still left stuff behind unchanged...
@golinux I now read what you said about stupidity being the driving force of humanity, but there is one other thing, egos/stubbornness also plays a huge part too..
Probably a larger part actually.
@rolfie my point was that, its not just systemd or sysvinit... there are other options.
In simple terms, I did this:
find . -type f -exec sed -i 's/old-word/new-word/g' {} \;
Then I did my command to check to see if it was fixed,
git rev-list --all | xargs git grep -F python2.7
I seem to have gotten mixed up and written wrong thing down... my bad.
In any case, that might help clear up the confusion.
Does the find command you gave me actually replace all mentions of the word python2.7 if I put it as first word with the second word in all source code?
Or am I really confused.
@all Or you could just use openrc which is way more functional then sysvinit but isn't that bloated monolith systemd.
@golinux which is why I am replacing python2.7 with tauthon instead of python with tauthon
;P
Btw, I used this command after doing that:
git rev-list --all | xargs git grep -F python2.7
and it still shows python2.7 mentions... weird stuff.
Correcting what I said, I wrote down the wrong one.
I am basically asking, something in continuation to this:
http://dev1galaxy.org/viewtopic.php?id=6857
How can I replace all mentions instead of a word instead of searching for it.
Through all of a git folders/repo
@chris2be8
I got more ram and that fixed the problem thankfully.
@quickfur I found one also recently, I am not sure if the 2nd you have works, but I found this:
git rev-list --all | xargs git grep -F python2.7
This one works for sure.
EDIT: your 2nd one also works.
The first one doesn't though last I tried it.
Like for instance, anyone know commands to search throughout an entire source code for all mentions of python, or in my case python2.7
So I can find and make corrections.
In all files I might add within source code.
I tried the kernel, seems to have not fixed my problem. Although, I had 2 problems, one with my alt keys was resolved in a rather weird way anyhow.
Some kind of configuration oops had swapped my alt and fn keys. But now it is back to normal.
So now only 1 issue, an expansion slot that doesn't work.
@chris2be8 I decided anyhow that I might need more ram. So thats what I will do.
@bilhook @JWM-Kit
I reinstalled and doas works fine again for that purpose. Although, I did custom instead of doas no password.
Then, I did doas poweroff and doas reboot in their respective places. Now I can shutdown and reboot the way I want.
reinstalling sadly hasn't fixed my wine bug though.
@chris2be8 do you think wayland would be affected by this then? Don't get me wrong, I hate wayland, but this is my gaming computer so ill put up with it if i have to.
@chris2be8
What web browser are you using? I can make it work.
Did you disable javascript or something?
I am using palemoon and I can get link easily. Very strange...
You should be able to as long as you wait ten seconds or so
@chris2be8
https://upload.disroot.org/r/pBagFvgG#A … Dtz2tkVr0=
This is the logs I have had.
Can you make any sense of this?
I am pretty sure its an xorg issue but beyond that, no idea.
Very strange stuff though it is.
Maybe I need to find a github with instructions for doas somewhere.
That might help explain. Because the odd thing is, it aint working.
Although, I did install devuan on this one computer without installing A DE. I wonder if that means I am missing stuff I would otherwise have.
By this I mean, initially, I deselected all desktop environments. And just installed enough for a terminal, etc...
@Bilhook in Hyperbola it works fine. But in Devuan I run into issues. Its very weird. I might be missing something here. lol.
Edit: I think it might be that I have permission errors of some kind. I tried what you suggested and still nothing. lol.
@chris2be8 what do I do with the info I receive after I do that?