ALT.OS.LINUX------------- < Пред. | След. > -- < @ > -- < Сообщ. > -- < Эхи > --
 Nп/п : 6 из 100
 От   : St?phane CARPENTIER                 2:5075/128        17 сен 23 08:32:18
 К    : Nux Vomica                                            17 сен 23 11:34:02
 Тема : Re: systemd discussion again (was Re: Ubuntu is fighting back!!
----------------------------------------------------------------------------------
                                                                                 
@MSGID: <6506b992$0$8227$426a74cc@news.free.fr>
0a9c30d5
@REPLY:
<178580da15f054bb$33$3136333$565a1016@news.usenetexpress.com> 23a9103f
@REPLYADDR St?phane CARPENTIER <sc@fiat-linux.fr>
@REPLYTO 2:5075/128 St?phane CARPENTIER
@CHRS: CP866 2
@RFC: 1 0
@RFC-References: 1@paganini.bofh.team>
<B92cnYbUzJC2x2X5nZ2dnZfqn_idnZ2d@giganews.com> 1@dont-email.me>
<O6OdnZ5bJfAXjmT5nZ2dnZfqnPqdnZ2d@giganews.com> m8Ke.58836@fx08.iad>
<GC6dnUc6pIPJn2b5nZ2dnZfqnPudnZ2d@giganews.com> <km0hp9Foth9U1@mid.individual.net> <op.2ayk5dmqa3w0dxdave@hodgins.homeip.net>
<km17r8Ft2g6U1@mid.individual.net> <op.2ay5lggva3w0dxdave@hodgins.homeip.net>
<1783461af789ee21$183$79441$565a1096@news.usenetexpress.com> <op.2a0rfvpwa3w0dxdave@hodgins.homeip.net>
<1783a4d931183b8f$1039$647968$565a1476@news.usenetexpress.com> <Dv2dnThdorJVeGP5nZ2dnZfqnPidnZ2d@giganews.com>
<6505b701$0$25953$426a74cc@news.free.fr> <178580da15f054bb$33$3136333$565a1016@news.usenetexpress.com>
@RFC-Message-ID:
<6506b992$0$8227$426a74cc@news.free.fr>
@TZUTC: 0000
@PID: slrn/pre1.0.4-9 (Linux)
@TID: FIDOGATE-5.12-ge4e8b94
Le 16-09-2023, Nux Vomica <nv@linux.rocks> a ?crit :
> On 16 Sep 2023 14:09:05 GMT, St?phane CARPENTIER wrote:
>
>> 
>> But
>> the vast majority of users don`t care about systemd. The vast majority
>> of users don`t care about xorg/wayland. The vast majority of users don"t
>> care about lilo/grub. The vast majority of users don`t know uefi is not
>> bios.
>> 
>
> The vast majority, then, like you Mr. Carpentier, are total ignoramuses.

There is a time where you have to choose what you want. Either the
distros must take care of the users` will or they do what is best in
their opinion. You can`t, at the same time, criticise the distro to not
take into account the users` will and say the users are ignorants so
their will are of no interest.

But, one of the reason there are a lot of distros is not all people
want to be an expert in informatics to use their computer. They just
want to send mail, have a chat with their grand-childs who are thousand
miles away. And for this, they don`t want to take full CS course. And
they don`t need to. And there is nothing wrong with it.

So, the vast majority of the users are ignorants, yes. So what? Their
computers work fine. They can do what they need with it. They have other
interests in life than computers. For them a computer is just a tool and
they don`t need to know the internals of it to use it.

> Have you ever created your own Linux distro?

In fact, yes, I did. Based on Archlinux, it`s not that difficult. When
you want to automate things, you need a default iso with a password set
for to be able to use ssh.

> No, you have not.  In fact, you CANNOT.  You are an ignoramus.

Read and learn (if you can).
====================================================================

#!/bin/bash
# To create my personal installer iso

# vars to be used later
# The directory with the the etc files
ETC="releng/airootfs/etc"
# The user to be able to log
USR="sca"
 # and its password, no need to have difficult password: its purpose
is only for the creation
PASSWD=$(openssl passwd -6 sca)

# First, I want a clean and up to date repo
rm -Rf releng
cp -r /usr/share/archiso/configs/releng/ .

# I`m french, so I want my locale to be French
echo "LANG=fr_FR.UTF-8" > $ETC/locale.conf
# And, most importantly, a full AZERTY keyboard
echo "KEYMAP=fr-latin9" > $ETC/vconsole.conf

# For a user non root to be able to log
# First the passwd file
echo "$USR:x:1000:1000::/home/$USR:/usr/bin/bash" >> $ETC/passwd
# Then the shadow file
echo "$USR:$PASSWD:14871::::::" >> $ETC/shadow
# Then the groups to be able to connect and act as root with sudo
echo "root:x:0:root" > $ETC/group
echo "adm:x:4:$USR" >> $ETC/group
echo "wheel:x:10:$USR" >> $ETC/group
echo "uucp:x:14:$USR" >> $ETC/group
echo "$USR:x:1000" >> $ETC/group
# And finally, I follow the doc, but I`m not so sure it`s useful
echo "root:!*::root" > $ETC/gshadow
echo "$USR:!*::" >> $ETC/gshadow
# And after finally, a sudoers
echo "root ALL=(ALL) ALL" > $ETC/sudoers
echo "%wheel ALL=(ALL) NOPASSWD: ALL" >> $ETC/sudoers

# And now, the creation
sudo mkarchiso -v -w /tmp/archpero-tmp releng
sudo rm -Rf /tmp/archpero-tmp
sudo chown -R stef:stef out

====================================================================

> But _I_ have.

I don`t believe you. You believe using gentoo is the same as installing
LFS. And I`m pretty sure you never go to the end of your install part.

> However, since the encroachment of systemd and freedesktop my freedom in
> this regard is seriously undermined.

It`s not. Before it was SysV, you had no more freedom.

> For one thing, static device nodes, which is the superior methodology, are no
> longer possible (aside from a GUI-less system).

I know, you are stuck in the past and it was better before. But 20 years
ago, I remember at work, with Windows I don`t remember which, probably
XP, when someone removed your mouse or your keyboard, you had no more
possibility than reboot. So I don`t want your superior technology: it
belongs to the past and stays there.

Maybe it`s your issue. You learned some things long time ago and you
are at the same time unable to learn anything knew and afraid of the
futur. But you have done the wrong choice long ago. You should have
learn cobol. And do nothing else than cobol. It doesn`t evolved and you
wouldn`t have more and more difficulties to find a work where knowledge
of the past is less and less valuable.

> But you,  Mr. Carpentier, are a complete ignoramus with no knowledge of
> operating systems or of Linux and therefor you could never realize this
> egregious loss of freedom caused by systemd.

In fact, with systemd there is more freedom, because of it. They did
everything they can for it. With SysV, there was a monopoly and you had
to use it their way. When systemd came, it let you use your own SysV
scripts at the same time as the new script. Like that, you were able to
switch smoothly from SysV to systemd. And that`s freedom. And it works
fine because when the Guix guys wanted to go further in the management of
their distro, they created shepherd and still used the part of systemd
they had no need/time to replace.

And that, unlike your claim, is freedom. For real. Unlike other init
system, systemd is aware of the others and let you use them when you
need. But to understand it, you should learn systemd and freedom.

> You, Mr. Carpentier, like a beaten lackey, can only speak for the popular
> and commercial Linux distros.

I`m speaking of guix since a few messages. It`s not a popular and
commercial distro. Once again, you claim things you don`t understand.

> But GNU and Linux were never conceived to support commercial interests.  They
> were conceived to support FOSS.

For GNU, yes, for Linux, certainly not. You should learn history. Linux
was conceived as a hobby. And what Linus want about liberty is easy to
understand, he explained it: you can use Linux if you want, the only
thing he want is if you improve it, he can get your improvement for him.
It looks fair to him and I believe it is. He never wage war for FOOS
like Stallman do. 

> You, Mr. Carpentier, can only contribute to the degradation of GNU/Linux.

I`m proud of your claim, because you consider any improvement as a
degradation, so what you mean is I`m going in the right direction even
if you are unable to understand it.

-- 
Si vous avez du temps ? perdre :
https://scarpet42.gitlab.io
--- slrn/pre1.0.4-9 (Linux)
 * Origin: Mulots` Killer (2:5075/128)
SEEN-BY: 5001/100 5005/49 5015/255 5019/40 5020/715
848 1042 4441 12000
SEEN-BY: 5030/49 1081 5075/128
@PATH: 5075/128 5020/1042 4441



   GoldED+ VK   │                                                 │   09:55:30    
                                                                                
В этой области больше нет сообщений.

Остаться здесь
Перейти к списку сообщений
Перейти к списку эх