← prev | next →
ktheticdev 2022-09-08 14:55:10
grazzolini 2022-09-08 14:54:54
But you can use SB just fine, even more so if you don’t dual boot with windows
well yea i did use secure boot
ktheticdev 2022-09-08 14:55:20
I was talking about hibernate availability
il_muflone 2022-09-08 15:22:58
iamdalailama 2022-09-08 11:08:07
no but i want to
I developed many open source apps and sometimes I need some logos for them
iamdalailama 2022-09-08 15:41:04
Alyx 🦊 2022-09-08 14:41:29
You very much misunderstood the design ideology behind the arch linux logo. The hole in the bottom represents a head, the bottom of the arch linux logo is shaped like a person
Thank u soo much for the correction
I will definitely look for the perimeter of arch logo and the ideology behind its logo
iamdalailama 2022-09-08 15:42:35
il_muflone 2022-09-08 15:22:58
I developed many open source apps and sometimes I need some logos for them
i can make it if you want
fgfhfghf 2022-09-08 15:45:34
C0rn3j 2022-09-07 20:18:58
Alright, what did you do to get here?
I find my mistake. I just overwrite /usr/bin/bash or /bin/bash with killPort.sh script . Now how can I regenerate old /usr/bin/bash or /bin/bash code
fgfhfghf 2022-09-08 15:46:36
Is it possible
grazzolini 2022-09-08 15:48:31
fgfhfghf 2022-09-08 15:45:34
I find my mistake. I just overwrite /usr/bin/bash or /bin/bash with killPort.sh script . Now how can I regenerate old /usr/bin/bash or /bin/bash code
Don’t use /usr/bin/bash
tomazcanabrava 2022-09-08 15:50:43
/env/sh should be used, no?
ariefr 2022-09-08 15:50:52
fgfhfghf 2022-09-08 15:45:34
I find my mistake. I just overwrite /usr/bin/bash or /bin/bash with killPort.sh script . Now how can I regenerate old /usr/bin/bash or /bin/bash code
delete script?
fgfhfghf 2022-09-08 15:52:26
grazzolini 2022-09-08 15:48:31
Don’t use /usr/bin/bash
It’s already overwrite with code
grazzolini 2022-09-08 15:54:43
tomazcanabrava 2022-09-08 15:50:43
/env/sh should be used, no?
You should use /bin/sh unless you’re using a bashism, in which case you should use /bin/bash
fgfhfghf 2022-09-08 15:54:49
ariefr 2022-09-08 15:50:52
delete script?
Already deleted my script killport.sh after merge to /usr/bin/bash or /bin/bash code.
grazzolini 2022-09-08 15:55:18
fgfhfghf 2022-09-08 15:52:26
It’s already overwrite with code
You can use sed to change all the shebangs
fgfhfghf 2022-09-08 15:58:00
grazzolini 2022-09-08 15:55:18
You can use sed to change all the shebangs
shebangs in which file.
ariefr 2022-09-08 15:58:41
fgfhfghf 2022-09-08 15:54:49
Already deleted my script killport.sh after merge to /usr/bin/bash or /bin/bash code.
not sure what script did, but looks like you got pranked, so i could only say,
reinstall
grazzolini 2022-09-08 16:00:14
fgfhfghf 2022-09-08 15:58:00
shebangs in which file.
The files you changed? You’re the one claiming you changed files to /usr/bin/bash
tomazcanabrava 2022-09-08 16:00:38
grazzolini 2022-09-08 15:54:43
You should use /bin/sh unless you’re using a bashism, in which case you should use /bin/bash
really tougth it was supposed to be /env
grazzolini 2022-09-08 16:04:26
tomazcanabrava 2022-09-08 16:00:38
really tougth it was supposed to be /env
env can be used in some scenarios, like for example, python scripts, but it’s not mandatory, no
fgfhfghf 2022-09-08 16:05:35
grazzolini 2022-09-08 16:00:14
The files you changed? You’re the one claiming you changed files to /usr/bin/bash

Ok that simple script in /usr/bin/bash or /bin/bash right now is like in the image
Neo Twenty-Nine 2022-09-08 16:05:49
I’d like to thank all the admins here.
I learn a lot every day.
Cheers.
grazzolini 2022-09-08 16:06:32
fgfhfghf 2022-09-08 16:05:35

Ok that simple script in /usr/bin/bash or /bin/bash right now is like in the image
Oh great, you managed to break bash, nice.
grazzolini 2022-09-08 16:07:09
fgfhfghf 2022-09-08 16:05:35

Ok that simple script in /usr/bin/bash or /bin/bash right now is like in the image
pacman -Sy bash, then pacman -Syu
tomazcanabrava 2022-09-08 16:07:38
fgfhfghf 2022-09-08 16:05:35

Ok that simple script in /usr/bin/bash or /bin/bash right now is like in the image
AHHAHAHAHAHAHAHAH!
oh jesus, sorry.
Neo Twenty-Nine 2022-09-08 16:07:43
Neo Twenty-Nine 2022-09-08 02:11:19

Hello have you got a solution 100% working for current failure with pacman-init on archiso.?
Tks
Solved by disabling pacman.init from archiso. 😉.
Using a different solution.
fgfhfghf 2022-09-08 16:07:45
Yesterday I Also unlink symbolic links: bash
tomazcanabrava 2022-09-08 16:07:55
that’s a really good lesson on *DO NOT RUN THINGS WITH SUDO*
grazzolini 2022-09-08 16:09:25
fgfhfghf 2022-09-08 16:07:45

Yesterday I Also unlink symbolic links: bash
So, I don’t know what else you might have broken on your system, what script exactly did you run and how?
fgfhfghf 2022-09-08 16:09:31
How can I again symlink bash with something like sh
grazzolini 2022-09-08 16:09:50
fgfhfghf 2022-09-08 16:09:31

How can I again symlink bash with something like sh
I already told you how, reinstall bash, come on
fgfhfghf 2022-09-08 16:09:58
Ok
fgfhfghf 2022-09-08 16:10:22
I will tell you what I did
ariefr 2022-09-08 16:10:37
luckly you are on zsh
grazzolini 2022-09-08 16:10:39
fgfhfghf 2022-09-08 16:09:58

Ok
You’ll also need to reinstall filesystem for the sh link. So, pacman -Sy bash filesystem ; pacman -Syu
fgfhfghf 2022-09-08 16:12:16
Maybe when I create script I ran it works then I try move to /usr/bin/bash and that file is overwrite.
← prev | next →