• Shutdown - 25 Years Later

    From Farley Flud@21:1/5 to All on Wed Apr 16 14:32:51 2025
    XPost: comp.os.linux.misc

    I can recall vividly the first time that I fired up a GNU/Linux
    system. It was from a Mandrake CD back in 1998.

    It worked, but I was puzzled about how I should shut it
    down. A search of the paper manual that came with the
    CD revealed the answer:

    shutdown -h now

    Well, over the years I have become a veritable GNU/Linux
    master that has rolled his own distro but, to this day,
    I still shut it all down with:

    shutdown -h now

    That's what I like. If it works it will work forever.
    There is no need for change for the sake of change.

    But I do occasionally boot into a GNU/Linux live DVD/USB
    for certain purposes and the dominance of the GUI/DE
    has obliterated the need for that simple command.

    I feel so sorry for the distro lackey.

    I know that underneath all that GUI/DE glitz there still
    remains:

    shutdown -h now

    Note: the "shutdown" command belongs the package "sysvinit"
    and probably has been replaced within the junk Systemd that
    has grabbed the balls of most, but not all (and certainly
    not mine), GNU/Linux distros.

    As I said, I feel very sorry for the helpless distro lackey.


    --
    Systemd: solving all the problems that you never knew you had.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From jayjwa@21:1/5 to All on Wed Apr 16 14:09:37 2025
    It's probably the most used command for operating system shutdown.

    Linux: shutdown (flags such as -h)
    OpenVMS: shutdown
    FreeDOS: shutdown
    Solaris 9: shutdown (flags such as -y -g 30)
    Windows 10: shutdown (flags such as /p)
    Minix3: shutdown (can't remember the flags right now)
    TOPS20: ^Ecease now (then confirm)
    ITS: :lock (then 5down, confirm)

    --
    PGP Key ID: 781C A3E2 C6ED 70A6 B356 7AF5 B510 542E D460 5CAE
    "The Internet should always be the Wild West!"

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From vallor@21:1/5 to All on Wed Apr 16 22:23:27 2025
    On Wed, 16 Apr 2025 14:09:37 -0400, jayjwa <jayjwa@atr2.ath.cx.invalid>
    wrote in <8734e8nfku.fsf@atr2.ath.cx>:

    It's probably the most used command for operating system shutdown.

    Linux: shutdown (flags such as -h)
    OpenVMS: shutdown FreeDOS: shutdown Solaris 9: shutdown (flags such as
    -y -g 30)
    Windows 10: shutdown (flags such as /p)
    Minix3: shutdown (can't remember the flags right now)
    TOPS20: ^Ecease now (then confirm)
    ITS: :lock (then 5down, confirm)

    I usually use the -f flag with -r or -h:

    # shutdown -hf now now now

    Which produced the following on logged-in terminals:

    _ _ _ _ _ _ _
    Broadcast message from root@mintvirt on pts/1 (Wed 2025-04-16 15:21:53
    PDT):

    now now
    The system will power off now!
    _ _ _ _ _ _ _

    --
    -v System76 Thelio Mega v1.1 x86_64 NVIDIA RTX 3090 Ti
    OS: Linux 6.14.2 Release: Mint 22.1 Mem: 258G
    "Oxymoron: Split level."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From JJenssen@21:1/5 to All on Thu Apr 17 11:03:44 2025
    Am 16.04.25 um 16:32 schrieb Farley Flud:
    I can recall vividly the first time that I fired up a GNU/Linux
    system. It was from a Mandrake CD back in 1998.

    It worked, but I was puzzled about how I should shut it
    down. A search of the paper manual that came with the
    CD revealed the answer:

    shutdown -h now

    Well, over the years I have become a veritable GNU/Linux
    master that has rolled his own distro but, to this day,
    I still shut it all down with:

    shutdown -h now

    That's what I like. If it works it will work forever.
    There is no need for change for the sake of change.

    But I do occasionally boot into a GNU/Linux live DVD/USB
    for certain purposes and the dominance of the GUI/DE
    has obliterated the need for that simple command.

    I feel so sorry for the distro lackey.

    I know that underneath all that GUI/DE glitz there still
    remains:

    shutdown -h now

    Note: the "shutdown" command belongs the package "sysvinit"
    and probably has been replaced within the junk Systemd that
    has grabbed the balls of most, but not all (and certainly
    not mine), GNU/Linux distros.

    As I said, I feel very sorry for the helpless distro lackey.



    My favorite command for that purpose is 'halt -p' -> man 8 halt

    ---

    Regards
    JJenssen

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Farley Flud@21:1/5 to vallor on Thu Apr 17 10:14:15 2025
    On Wed, 16 Apr 2025 22:23:27 +0000, vallor wrote:


    I usually use the -f flag with -r or -h:

    # shutdown -hf now now now

    Which produced the following on logged-in terminals:


    You actually have other people logged in to your personal machine???

    You probably also don't run as root on your own personal machine.



    --
    Hail Linux! Hail FOSS! Hail Stallman!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Borax Man@21:1/5 to Farley Flud on Thu Apr 17 10:49:13 2025
    On 2025-04-16, Farley Flud <ff@linux.rocks> wrote:
    I can recall vividly the first time that I fired up a GNU/Linux
    system. It was from a Mandrake CD back in 1998.

    It worked, but I was puzzled about how I should shut it
    down. A search of the paper manual that came with the
    CD revealed the answer:

    shutdown -h now

    Well, over the years I have become a veritable GNU/Linux
    master that has rolled his own distro but, to this day,
    I still shut it all down with:

    shutdown -h now

    That's what I like. If it works it will work forever.
    There is no need for change for the sake of change.

    But I do occasionally boot into a GNU/Linux live DVD/USB
    for certain purposes and the dominance of the GUI/DE
    has obliterated the need for that simple command.

    I feel so sorry for the distro lackey.

    I know that underneath all that GUI/DE glitz there still
    remains:

    shutdown -h now

    Note: the "shutdown" command belongs the package "sysvinit"
    and probably has been replaced within the junk Systemd that
    has grabbed the balls of most, but not all (and certainly
    not mine), GNU/Linux distros.

    As I said, I feel very sorry for the helpless distro lackey.

    I remember that command, but I switched to 'poweroff' and that has
    become my habit. Simply a little easier to type.

    That being said, I do appreciate the fact that habits that I learned
    many years ago, still stick. Even now, running a 'modern' Linux, I can
    still, if I choose to, and I do, use Linux in a very similar way to when
    I did when I started. Same shell, same commands, even the same Window Managers.

    Change for the sake of change is silly.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From vallor@21:1/5 to All on Thu Apr 17 11:10:13 2025
    On Thu, 17 Apr 2025 10:14:15 +0000, Farley Flud <fsquared@fsquared.linux>
    wrote in <18371387ebe5cfe3$41335$15763$802601b3@news.usenetexpress.com>:

    On Wed, 16 Apr 2025 22:23:27 +0000, vallor wrote:


    I usually use the -f flag with -r or -h:

    # shutdown -hf now now now

    Which produced the following on logged-in terminals:


    You actually have other people logged in to your personal machine???

    No.

    But we used to run a shell server for customers -- from 1994 until June
    of last year.

    You probably also don't run as root on your own personal machine.

    Only weirdos use the root login for user operations.

    --
    -v System76 Thelio Mega v1.1 x86_64 NVIDIA RTX 3090 Ti
    OS: Linux 6.14.2 Release: Mint 22.1 Mem: 258G
    "Money is the root of all evils. Send $20 for more info..."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to Borax Man on Fri Apr 18 02:50:33 2025
    On Thu, 17 Apr 2025 10:49:13 -0000 (UTC), Borax Man wrote:

    Change for the sake of change is silly.

    Never seen that happen in the Linux world, that I can recall. Nobody is
    able to push their ideas onto the community without the latter’s consent.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to Lawrence D'Oliveiro on Fri Apr 18 06:16:49 2025
    On Fri, 18 Apr 2025 02:50:33 -0000 (UTC), Lawrence D'Oliveiro wrote:

    On Thu, 17 Apr 2025 10:49:13 -0000 (UTC), Borax Man wrote:

    Change for the sake of change is silly.

    Never seen that happen in the Linux world, that I can recall. Nobody is
    able to push their ideas onto the community without the latter’s
    consent.

    When Canonical introduced the Unity desktop a good portion of the
    community defected to other distros. Given the timing it looked
    suspiciously like Metro envy.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Farley Flud@21:1/5 to Lawrence D'Oliveiro on Fri Apr 18 08:01:06 2025
    On Fri, 18 Apr 2025 02:50:33 -0000 (UTC), Lawrence D'Oliveiro wrote:

    On Thu, 17 Apr 2025 10:49:13 -0000 (UTC), Borax Man wrote:

    Change for the sake of change is silly.

    Never seen that happen in the Linux world, that I can recall. Nobody is
    able to push their ideas onto the community without the latter’s consent.


    How could you have missed Systemd?

    Soon Wayland will be the same.

    The "community" is now merely a fringe group that resists the hegemony
    of RedHat/Freedesktop.





    --
    Systemd: solving all the problems that you never knew you had.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marc Haber@21:1/5 to Farley Flud on Fri Apr 18 12:27:25 2025
    Farley Flud <ff@linux.rocks> wrote:
    Note: the "shutdown" command belongs the package "sysvinit"
    and probably has been replaced within the junk Systemd that
    has grabbed the balls of most, but not all (and certainly
    not mine), GNU/Linux distros.

    Surprisingly, in Debian the shutdown binary is in the systemd-sysv
    package and will thus vanish as soon as we¹ eventually get rid of the
    last init script, but I am pretty sure that shutdown nowadays just
    issues a command to systemd like the appropriate systemctl reboot or
    systemctl halt.

    Unfortunately, systemd doesn't offer a native equivalent to a timed
    shutdown, so one has to do an arcane construct involving systemd-run
    and a transient unit to achive that, but that's just the way things
    are. Not everything around systemd is good.

    That being said, don't feed the troll any more.

    Greetings
    Marc


    ¹ Debian
    --
    ---------------------------------------------------------------------------- Marc Haber | " Questions are the | Mailadresse im Header Rhein-Neckar, DE | Beginning of Wisdom " |
    Nordisch by Nature | Lt. Worf, TNG "Rightful Heir" | Fon: *49 6224 1600402

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From vallor@21:1/5 to mh+usenetspam1118@zugschl.us on Fri Apr 18 10:41:58 2025
    XPost: comp.os.linux.misc

    On Fri, 18 Apr 2025 12:27:25 +0200, Marc Haber
    <mh+usenetspam1118@zugschl.us> wrote in <vtt9ee$heug$1@news1.tnib.de>:

    Farley Flud <ff@linux.rocks> wrote:
    Note: the "shutdown" command belongs the package "sysvinit"
    and probably has been replaced within the junk Systemd that has grabbed
    the balls of most, but not all (and certainly not mine), GNU/Linux
    distros.

    Surprisingly, in Debian the shutdown binary is in the systemd-sysv
    package and will thus vanish as soon as we¹ eventually get rid of the
    last init script, but I am pretty sure that shutdown nowadays just
    issues a command to systemd like the appropriate systemctl reboot or systemctl halt.

    Unfortunately, systemd doesn't offer a native equivalent to a timed
    shutdown, so one has to do an arcane construct involving systemd-run and
    a transient unit to achive that, but that's just the way things are. Not everything around systemd is good.

    That being said, don't feed the troll any more.

    Greetings Marc


    ¹ Debian

    Hi Marc,

    Just checked the man page for shutdown(8), and it says it was
    added to systemd 250. It supports the timespec and wall parameters,
    but I'm not sure how well...

    Anyway, I'm running 255 on Linux Mint 22.1, which
    seems to have been pulled in from the System76 repo that I use:

    $ systemd --version
    systemd 255 (255.4-1ubuntu8.6pop0~1742486928~24.04~40a1bd7~dev)
    [...]

    --
    -v System76 Thelio Mega v1.1 x86_64 NVIDIA RTX 3090 Ti
    OS: Linux 6.14.2 Release: Mint 22.1 Mem: 258G
    "Radioactive cats have 18 half-lives."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Chris Ahlstrom@21:1/5 to vallor on Fri Apr 18 12:14:13 2025
    vallor wrote this post while blinking in Morse code:

    On Wed, 16 Apr 2025 14:09:37 -0400, jayjwa <jayjwa@atr2.ath.cx.invalid>
    wrote in <8734e8nfku.fsf@atr2.ath.cx>:

    It's probably the most used command for operating system shutdown.

    Linux: shutdown (flags such as -h)
    OpenVMS: shutdown FreeDOS: shutdown Solaris 9: shutdown (flags such as
    -y -g 30)
    Windows 10: shutdown (flags such as /p)
    Minix3: shutdown (can't remember the flags right now)
    TOPS20: ^Ecease now (then confirm)
    ITS: :lock (then 5down, confirm)

    I usually use the -f flag with -r or -h:

    # shutdown -hf now now now

    <snip>

    POWEROFF(8) poweroff POWEROFF(8)
    NAME
    poweroff, reboot, halt - Power off, reboot, or halt the machine
    SYNOPSIS
    poweroff [OPTIONS...]
    reboot [OPTIONS...]
    halt [OPTIONS...]

    --
    QOTD:
    "Unlucky? If I bought a pumpkin farm, they'd cancel Halloween."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to Chris Ahlstrom on Fri Apr 18 18:21:54 2025
    On Fri, 18 Apr 2025 12:14:13 -0400, Chris Ahlstrom wrote:

    vallor wrote this post while blinking in Morse code:

    On Wed, 16 Apr 2025 14:09:37 -0400, jayjwa <jayjwa@atr2.ath.cx.invalid>
    wrote in <8734e8nfku.fsf@atr2.ath.cx>:

    It's probably the most used command for operating system shutdown.

    Linux: shutdown (flags such as -h)
    OpenVMS: shutdown FreeDOS: shutdown Solaris 9: shutdown (flags such as
    -y -g 30)
    Windows 10: shutdown (flags such as /p)
    Minix3: shutdown (can't remember the flags right now)
    TOPS20: ^Ecease now (then confirm)
    ITS: :lock (then 5down, confirm)

    I usually use the -f flag with -r or -h:

    # shutdown -hf now now now

    <snip>

    POWEROFF(8) poweroff POWEROFF(8)
    NAME
    poweroff, reboot, halt - Power off, reboot, or halt the machine SYNOPSIS
    poweroff [OPTIONS...]
    reboot [OPTIONS...]
    halt [OPTIONS...]


    ~$ ls -l /usr/sbin/poweroff
    lrwxrwxrwx 1 root root 16 Oct 16 2024 /usr/sbin/poweroff -> ../bin/
    systemctl

    ls -l /usr/sbin/shutdown
    lrwxrwxrwx 1 root root 16 Oct 16 2024 /usr/sbin/shutdown -> ../bin/
    systemctl

    All roads lead to Rome apparently.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Farley Flud@21:1/5 to Marc Haber on Fri Apr 18 19:02:08 2025
    XPost: comp.os.linux.misc

    On Fri, 18 Apr 2025 12:27:25 +0200, Marc Haber wrote:

    Farley Flud <ff@linux.rocks> wrote:
    Note: the "shutdown" command belongs the package "sysvinit"
    and probably has been replaced within the junk Systemd that
    has grabbed the balls of most, but not all (and certainly
    not mine), GNU/Linux distros.

    Surprisingly, in Debian the shutdown binary is in the systemd-sysv
    package and will thus vanish as soon as we¹ eventually get rid of the
    last init script, but I am pretty sure that shutdown nowadays just
    issues a command to systemd like the appropriate systemctl reboot or systemctl halt.


    So too does the sysvinit version of shutdown, but the command (or signal)
    is sent to the program "init", which is the program called by the kernel
    on boot (but that also can be overridden).

    Init then consults the file "/etc/inittab" which then determines the
    next course of action.

    In former/current distros the init program will execute a script
    that was/is supplied by the distro maintainers, but any user can
    easily substitute his own script.

    But even with sysvinit, the distro-supplied scripts were oriented
    toward multi-user, server environments which is totally ridiculous
    for a stand-alone, desktop workstation.

    Sysvinit, in contrast to that abomination known as systemd, is
    simplicity and elegance in the flesh. I, and anyone, can supply
    my own boot and shutdown scripts that will conform to the specific
    purpose of the machine.

    GNU/Linux is far more flexible and adaptable than even the lackey
    distro maintainers could ever realize.



    --
    Systemd: solving all the problems that you never knew you had.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to Marc Haber on Fri Apr 18 18:31:12 2025
    On Fri, 18 Apr 2025 12:27:25 +0200, Marc Haber wrote:

    Surprisingly, in Debian the shutdown binary is in the systemd-sysv
    package and will thus vanish as soon as we¹ eventually get rid of the
    last init script, but I am pretty sure that shutdown nowadays just
    issues a command to systemd like the appropriate systemctl reboot or systemctl halt.

    On Ubuntu 24.10 shutdown, reboot, and poweroff are symlinks to systemctl.
    On Fedora 42 there is an additional step:

    /usr/sbin/shutdown -> /bin/shutdown -> /bin/systemctl

    Raspberry Pi OS, which is derived from Debian, is the same as Ubuntu.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to RonB on Sat Apr 19 00:35:29 2025
    On Fri, 18 Apr 2025 21:07:41 -0000 (UTC), RonB wrote:

    The "one size fits all" GUI that Windows and Ubuntu was trying to push
    on their customers was stupid. A smartphone and a tablet are used
    differently than a desktop or laptop. I remember seeing the ads for
    Windows 8 where a person is sitting at a desk, keyboard and mouse in
    front of him or her and, instead of using the mouse (or keyboard) they awkwardly reach across the desk and tap the screen. With the Windows
    tablets their ads were showing off add-on membrane keyboards.

    https://www.microsoft.com/en-us/store/collections/surfacekeyboard? icid=Surface_Acc_Cat_R1CP2_ProflexKeyboard

    Oh, you wanted a keyboard with that? Here's a nice one for $399.99.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to RonB on Sat Apr 19 07:31:06 2025
    On Sat, 19 Apr 2025 05:58:40 -0000 (UTC), RonB wrote:

    (Maybe Surface computers still run on ARM CPUs, I don't know and don't
    really care.)

    The business models can be either Intel or Qualcomm Snapdragon. I'm not
    sure if the Intel versions are available in the consumer market. The designations are rather confusing. They may be setting themselves up for buyer's remorse like the ARM powered RTs. At least this generation can run regular Windows software with the emulator although there's a list of
    caveats.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From CrudeSausage@21:1/5 to rbowman on Sat Apr 19 07:58:14 2025
    On 4/18/25 20:35, rbowman wrote:
    On Fri, 18 Apr 2025 21:07:41 -0000 (UTC), RonB wrote:

    The "one size fits all" GUI that Windows and Ubuntu was trying to push
    on their customers was stupid. A smartphone and a tablet are used
    differently than a desktop or laptop. I remember seeing the ads for
    Windows 8 where a person is sitting at a desk, keyboard and mouse in
    front of him or her and, instead of using the mouse (or keyboard) they
    awkwardly reach across the desk and tap the screen. With the Windows
    tablets their ads were showing off add-on membrane keyboards.

    https://www.microsoft.com/en-us/store/collections/surfacekeyboard? icid=Surface_Acc_Cat_R1CP2_ProflexKeyboard

    Oh, you wanted a keyboard with that? Here's a nice one for $399.99.

    The worst part is that those keyboards are absolutely awful. I had one
    on the Surface RT I recycled for my father-in-law. Typing on that is a miserable experience. I imagine that is what the Atari 400 felt like.

    --
    God be with you,

    CrudeSausage
    LibreOffice supporter
    John 14:6

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to Marc Haber on Sat Apr 19 22:30:51 2025
    On Fri, 18 Apr 2025 12:27:25 +0200, Marc Haber wrote:

    Surprisingly, in Debian the shutdown binary is in the systemd-sysv
    package and will thus vanish as soon as we¹ eventually get rid of the
    last init script, but I am pretty sure that shutdown nowadays just
    issues a command to systemd like the appropriate systemctl reboot or systemctl halt.

    Unfortunately, systemd doesn't offer a native equivalent to a timed
    shutdown, so one has to do an arcane construct involving systemd-run and
    a transient unit to achive that, but that's just the way things are. Not everything around systemd is good.

    root@theon:~ # ls -l /usr/sbin/shutdown
    lrwxrwxrwx 1 root root 16 Mar 14 04:25 /usr/sbin/shutdown -> ../bin/systemctl
    root@theon:~ # dpkg-query -S /usr/sbin/shutdown
    systemd-sysv: /usr/sbin/shutdown

    So ... nothing but a symlink. But doesn’t it fully support the usual
    shutdown options, including delay?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to Lawrence D'Oliveiro on Sun Apr 20 05:18:57 2025
    On Sat, 19 Apr 2025 22:30:51 -0000 (UTC), Lawrence D'Oliveiro wrote:

    So ... nothing but a symlink. But doesn’t it fully support the usual shutdown options, including delay?

    If you run 'man systemctl' the entries are like

    poweroff
    Shut down and power-off the system. This is mostly equivalent to
    systemctl start poweroff.target --job-mode=replace-irreversibly --no-
    block, but also prints a wall message to all users. This command is asynchronous; it will return after the power-off operation is enqueued,
    without waiting for it to complete.

    This command honors --force and --when= in a similar way as halt.

    It's a long man page and a systemctl guru can probably do many strange and wonderful things. personally, if 'shutdown -r now' works like it always
    did i'm not going to dig into the plumbing.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From candycanearter07@21:1/5 to RonB on Mon Apr 21 22:40:06 2025
    RonB <ronb02NOSPAM@gmail.com> wrote at 21:07 this Friday (GMT):
    On 2025-04-18, rbowman <bowman@montana.com> wrote:
    On Fri, 18 Apr 2025 02:50:33 -0000 (UTC), Lawrence D'Oliveiro wrote:

    On Thu, 17 Apr 2025 10:49:13 -0000 (UTC), Borax Man wrote:

    Change for the sake of change is silly.

    Never seen that happen in the Linux world, that I can recall. Nobody is
    able to push their ideas onto the community without the latter’s
    consent.

    When Canonical introduced the Unity desktop a good portion of the
    community defected to other distros. Given the timing it looked
    suspiciously like Metro envy.

    The "one size fits all" GUI that Windows and Ubuntu was trying to push on their customers was stupid. A smartphone and a tablet are used differently than a desktop or laptop. I remember seeing the ads for Windows 8 where a person is sitting at a desk, keyboard and mouse in front of him or her and, instead of using the mouse (or keyboard) they awkwardly reach across the
    desk and tap the screen. With the Windows tablets their ads were showing off add-on membrane keyboards.

    https://www.youtube.com/watch?v=des3dpKtfIM


    I can see the appeal from a buisness perspective (brand unity, being
    able to write apps for one platform, etc), but literally nobody wants
    it.
    --
    user <candycane> is generated from /dev/urandom

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From vallor@21:1/5 to ldo@nz.invalid on Tue Apr 22 02:13:33 2025
    On Tue, 22 Apr 2025 02:02:02 -0000 (UTC), Lawrence D'Oliveiro
    <ldo@nz.invalid> wrote in <vu6tap$3ffqa$1@dont-email.me>:

    On Fri, 18 Apr 2025 12:27:25 +0200, Marc Haber wrote:

    Unfortunately, systemd doesn't offer a native equivalent to a timed
    shutdown ...

    systemctl halt|reboot --when=«timespec»

    A proper shutdown(8) command was added in systemd 252.

    I haven't tried a timed shutdown with it yet, I've only used "now".

    --
    -v System76 Thelio Mega v1.1 x86_64 NVIDIA RTX 3090 Ti
    OS: Linux 6.14.3 Release: Mint 22.1 Mem: 258G
    "He who laughs last is S-L-O-W."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to Marc Haber on Tue Apr 22 02:02:02 2025
    On Fri, 18 Apr 2025 12:27:25 +0200, Marc Haber wrote:

    Unfortunately, systemd doesn't offer a native equivalent to a timed
    shutdown ...

    systemctl halt|reboot --when=«timespec»

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to All on Tue Apr 22 02:57:43 2025
    That works, too.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From candycanearter07@21:1/5 to vallor on Tue Apr 22 21:00:05 2025
    vallor <vallor@cultnix.org> wrote at 02:13 this Tuesday (GMT):
    On Tue, 22 Apr 2025 02:02:02 -0000 (UTC), Lawrence D'Oliveiro
    <ldo@nz.invalid> wrote in <vu6tap$3ffqa$1@dont-email.me>:

    On Fri, 18 Apr 2025 12:27:25 +0200, Marc Haber wrote:

    Unfortunately, systemd doesn't offer a native equivalent to a timed
    shutdown ...

    systemctl halt|reboot --when=«timespec»

    A proper shutdown(8) command was added in systemd 252.

    I haven't tried a timed shutdown with it yet, I've only used "now".


    Timed shutdown only matters if you're using a server or something.
    --
    user <candycane> is generated from /dev/urandom

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)