• SOMETHING Wrong With DebiVerse FFMPEG

    From c186282@c186282@nnada.net to comp.os.linux.misc on Tue Feb 17 23:53:07 2026
    From Newsgroup: comp.os.linux.misc

    All was well, until an 'update'.

    Have a very small Python script that uses ffmpeg to
    record/resize an rtsp stream from a security camera.
    The '-t' param determines the video length, then the
    ffmpeg process auto-ends. Then we repeat for the
    next video segment. 5-minute vids are ideal.

    Or USED TO be.

    Now, several times a day, oddly most often at certain
    hours, the ffmpeg process will HANG - never exits,
    never makes anything beyond a zero-byte vid. No
    messages. Might work for 5 minutes, 5 hours, 15 hours,
    but it WILL hang eventually.

    Kept complicating the script, attempting to force
    ffmpeg to end with "kill" or "pkill" commands - but
    they are usually invulnerable to that.

    Latest, ultra-simplfied ... a little better but STILL
    prone to hanging-up.

    So, had to write a watchdog script. If the log file
    doesn't get updated in 150% vidlength then it reboots
    the box. Radical, but the ONLY apparent fix and I've
    tried a bunch, a bunch of bunches.

    This is all running on a MX Libereto ... a fairly
    recent incarnation based on BullsEye.

    And no no no ... I'm NOT going to try and install another
    version of ffmpeg. Tried that once - it's dependencies
    and dependencies and dependencies in a massively growing
    pyramid. You'd have to gut the entire system, wind up
    with some horrible unmaintainable FrankenDistro.

    SO ... for now ... I can stick with my kinda-crappy
    fix and hope for an updated update OR move this
    particular app to another box, another distro, and
    hope it's worth it.

    ffmpeg is a huge complicated collection of utilities
    accessed under one name. Some or another little part
    CAN get screwed up. However the utility as a whole
    is ultra-useful, can do most ANYTHING if you feed it
    the proper long long command line. Reduced-rez/rate
    output from an rtsp stream WITH sound - nothing else
    really quite does it, even openCV can't and VNC, well,
    I've tried and failed. The GOAL is a "good enough"
    video but the sound is the most important thing as
    this is my only outdoor camera at the front of
    the building. Hi-rez video uses WAY TOO MUCH disk.

    Deb 'Trixie' is out - albeit very young and tender -
    might have to try that in a VM for experiments.
    I'd rather not go Fedora or Arch here ... they're
    OK systems but not so much 'on my frequency'
    as Deb derivs.

    Hmm ... have GhostBSD(FreeBSD) on a VM already and
    apparently it WILL run some version of ffmpeg ...
    might be worth a try.

    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Carlos E. R.@robin_listas@es.invalid to comp.os.linux.misc on Wed Feb 18 13:32:33 2026
    From Newsgroup: comp.os.linux.misc

    On 2026-02-18 05:53, c186282 wrote:
    All was well, until an 'update'.

    Have a very small Python script that uses ffmpeg to
    record/resize an rtsp stream from a security camera.
    The '-t' param determines the video length, then the
    ffmpeg process auto-ends. Then we repeat for the
    next video segment. 5-minute vids are ideal.

    Or USED TO be.

    Now, several times a day, oddly most often at certain
    hours, the ffmpeg process will HANG - never exits,
    never makes anything beyond a zero-byte vid. No
    messages. Might work for 5 minutes, 5 hours, 15 hours,
    but it WILL hang eventually.

    Kept complicating the script, attempting to force
    ffmpeg to end with "kill" or "pkill" commands - but
    they are usually invulnerable to that.

    Latest, ultra-simplfied ... a little better but STILL
    prone to hanging-up.

    So, had to write a watchdog script. If the log file
    doesn't get updated in 150% vidlength then it reboots
    the box. Radical, but the ONLY apparent fix and I've
    tried a bunch, a bunch of bunches.

    This is all running on a MX Libereto ... a fairly
    recent incarnation based on BullsEye.

    And no no no ... I'm NOT going to try and install another
    version of ffmpeg. Tried that once - it's dependencies
    and dependencies and dependencies in a massively growing
    pyramid. You'd have to gut the entire system, wind up
    with some horrible unmaintainable FrankenDistro.

    SO ... for now ... I can stick with my kinda-crappy
    fix and hope for an updated update OR move this
    particular app to another box, another distro, and
    hope it's worth it.


    In some cases, ffmpeg makes use of hardware support for the codec. If it
    is doing this, probably you can force doing it all in software.

    You can try a different codec.

    If you want to try a different distro, openSUSE leap 15.6 has available several ffmpeg versions, so you can try which works.
    --
    Cheers,
    Carlos E.R.
    ESEfc-Efc+, EUEfc-Efc|;
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Lawrence =?iso-8859-13?q?D=FFOliveiro?=@ldo@nz.invalid to comp.os.linux.misc on Wed Feb 18 21:07:12 2026
    From Newsgroup: comp.os.linux.misc

    On Wed, 18 Feb 2026 13:32:33 +0100, Carlos E. R. wrote:

    If you want to try a different distro, openSUSE leap 15.6 has
    available several ffmpeg versions, so you can try which works.

    Prebuilt distributions of FFmpeg can never have all the options
    available in the source enabled, for legal reasons. This is why, to
    get the maximum capability, you have to build from source.
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Carlos E. R.@robin_listas@es.invalid to comp.os.linux.misc on Thu Feb 19 02:07:02 2026
    From Newsgroup: comp.os.linux.misc

    On 2026-02-18 22:07, Lawrence DrCOOliveiro wrote:
    On Wed, 18 Feb 2026 13:32:33 +0100, Carlos E. R. wrote:

    If you want to try a different distro, openSUSE leap 15.6 has
    available several ffmpeg versions, so you can try which works.

    Prebuilt distributions of FFmpeg can never have all the options
    available in the source enabled, for legal reasons. This is why, to
    get the maximum capability, you have to build from source.

    openSUSE doesn't build ffmpg inside openSUSE. It is built outside of the project, and distributed outside of the project, so those limitations do
    not apply.
    --
    Cheers,
    Carlos E.R.
    ESEfc-Efc+, EUEfc-Efc|;
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Lawrence =?iso-8859-13?q?D=FFOliveiro?=@ldo@nz.invalid to comp.os.linux.misc on Thu Feb 19 01:42:53 2026
    From Newsgroup: comp.os.linux.misc

    On Thu, 19 Feb 2026 02:07:02 +0100, Carlos E. R. wrote:

    On 2026-02-18 22:07, Lawrence DrCOOliveiro wrote:

    On Wed, 18 Feb 2026 13:32:33 +0100, Carlos E. R. wrote:

    If you want to try a different distro, openSUSE leap 15.6 has
    available several ffmpeg versions, so you can try which works.

    Prebuilt distributions of FFmpeg can never have all the options
    available in the source enabled, for legal reasons. This is why, to
    get the maximum capability, you have to build from source.

    openSUSE doesn't build ffmpg inside openSUSE. It is built outside of
    the project, and distributed outside of the project, so those
    limitations do not apply.

    The limitations still apply.
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From c186282@c186282@nnada.net to comp.os.linux.misc on Thu Feb 19 00:16:37 2026
    From Newsgroup: comp.os.linux.misc

    On 2/18/26 20:07, Carlos E. R. wrote:
    On 2026-02-18 22:07, Lawrence DrCOOliveiro wrote:
    On Wed, 18 Feb 2026 13:32:33 +0100, Carlos E. R. wrote:

    If you want to try a different distro, openSUSE leap 15.6 has
    available several ffmpeg versions, so you can try which works.

    Prebuilt distributions of FFmpeg can never have all the options
    available in the source enabled, for legal reasons. This is why, to
    get the maximum capability, you have to build from source.

    openSUSE doesn't build ffmpg inside openSUSE. It is built outside of the project, and distributed outside of the project, so those limitations do
    not apply.

    Actually, ffmpeg issues are one of the reasons
    I completely dumped OpenSUSE a few years ago.
    The other issue was them dropping a bunch of
    old/good CL utils that I was parsing to get
    useful data. "Depricated" is an EVIL word.

    I'm not gonna totally trash OpenSUSE ... it's
    generally a good system, more than good. But
    not everything works well all the time and THIS
    was something I needed to work Right Now,

    Anyway, put my app on another box. We'll see if
    it hangs there too. SHOULD NOT hang anywhere -
    it just does a 5 minute ffmpeg rtsp grab then
    falls through and systemd restarts the app. It's
    THE simplest version of the app I could put
    together. Prev versions ran ffmpeg as a separate
    process so stuff could be done while it was running.

    My GUESS, since the issues started after an update,
    is that one or more of the little utils that comprise
    the ffmpeg whole got screwed up. As many use ffmpeg
    it'll hopefully be found and fixed pretty soon, maybe.

    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From c186282@c186282@nnada.net to comp.os.linux.misc on Thu Feb 19 00:20:18 2026
    From Newsgroup: comp.os.linux.misc

    On 2/18/26 07:32, Carlos E. R. wrote:
    On 2026-02-18 05:53, c186282 wrote:
    All was well, until an 'update'.

    Have a very small Python script that uses ffmpeg to
    record/resize an rtsp stream from a security camera.
    The '-t' param determines the video length, then the
    ffmpeg process auto-ends. Then we repeat for the
    next video segment. 5-minute vids are ideal.

    Or USED TO be.

    Now, several times a day, oddly most often at certain
    hours, the ffmpeg process will HANG - never exits,
    never makes anything beyond a zero-byte vid. No
    messages. Might work for 5 minutes, 5 hours, 15 hours,
    but it WILL hang eventually.

    Kept complicating the script, attempting to force
    ffmpeg to end with "kill" or "pkill" commands - but
    they are usually invulnerable to that.

    Latest, ultra-simplfied ... a little better but STILL
    prone to hanging-up.

    So, had to write a watchdog script. If the log file
    doesn't get updated in 150% vidlength then it reboots
    the box. Radical, but the ONLY apparent fix and I've
    tried a bunch, a bunch of bunches.

    This is all running on a MX Libereto ... a fairly
    recent incarnation based on BullsEye.

    And no no no ... I'm NOT going to try and install another
    version of ffmpeg. Tried that once - it's dependencies
    and dependencies and dependencies in a massively growing
    pyramid. You'd have to gut the entire system, wind up
    with some horrible unmaintainable FrankenDistro.

    SO ... for now ... I can stick with my kinda-crappy
    fix and hope for an updated update OR move this
    particular app to another box, another distro, and
    hope it's worth it.


    In some cases, ffmpeg makes use of hardware support for the codec. If it
    is doing this, probably you can force doing it all in software.

    You can try a different codec.

    If you want to try a different distro, openSUSE leap 15.6 has available several ffmpeg versions, so you can try which works.

    I'll have to look in to "forcing it" to not use
    a codec ... IF that'll work.

    It makes ".mkv" videos ... seem a bit more compact
    than MP4s. I don't have 50tb for saving all this.

    Anyway, the prob started right after a 'full-upgrade',
    so I'm figuring I got a busted version of ffmpeg.

    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From c186282@c186282@nnada.net to comp.os.linux.misc on Thu Feb 19 00:25:11 2026
    From Newsgroup: comp.os.linux.misc

    On 2/18/26 20:42, Lawrence DrCOOliveiro wrote:
    On Thu, 19 Feb 2026 02:07:02 +0100, Carlos E. R. wrote:

    On 2026-02-18 22:07, Lawrence DrCOOliveiro wrote:

    On Wed, 18 Feb 2026 13:32:33 +0100, Carlos E. R. wrote:

    If you want to try a different distro, openSUSE leap 15.6 has
    available several ffmpeg versions, so you can try which works.

    Prebuilt distributions of FFmpeg can never have all the options
    available in the source enabled, for legal reasons. This is why, to
    get the maximum capability, you have to build from source.

    openSUSE doesn't build ffmpg inside openSUSE. It is built outside of
    the project, and distributed outside of the project, so those
    limitations do not apply.

    The limitations still apply.

    ffmpeg is hyper-useful if you're doing video work,
    really nothing else like it. Takes a LOT of very
    obscure params alas.

    I tried VNC ... but couldn't get it to do the same
    stuff. Oh, does VNC actually use ffmpeg under the
    radar or is it all novel code ???

    Anyway, it was working for about six months and
    then an update, and the hang-ups .....

    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From The Natural Philosopher@tnp@invalid.invalid to comp.os.linux.misc on Thu Feb 19 09:13:31 2026
    From Newsgroup: comp.os.linux.misc

    On 19/02/2026 05:16, c186282 wrote:
    "Depricated" is an EVIL word.

    It sure is...:=)
    --
    All political activity makes complete sense once the proposition that
    all government is basically a self-legalising protection racket, is
    fully understood.


    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Carlos E. R.@robin_listas@es.invalid to comp.os.linux.misc on Thu Feb 19 12:19:44 2026
    From Newsgroup: comp.os.linux.misc

    On 2026-02-19 02:42, Lawrence DrCOOliveiro wrote:
    On Thu, 19 Feb 2026 02:07:02 +0100, Carlos E. R. wrote:

    On 2026-02-18 22:07, Lawrence DrCOOliveiro wrote:

    On Wed, 18 Feb 2026 13:32:33 +0100, Carlos E. R. wrote:

    If you want to try a different distro, openSUSE leap 15.6 has
    available several ffmpeg versions, so you can try which works.

    Prebuilt distributions of FFmpeg can never have all the options
    available in the source enabled, for legal reasons. This is why, to
    get the maximum capability, you have to build from source.

    openSUSE doesn't build ffmpg inside openSUSE. It is built outside of
    the project, and distributed outside of the project, so those
    limitations do not apply.

    The limitations still apply.

    I haven't noticed any.
    --
    Cheers,
    Carlos E.R.
    ESEfc-Efc+, EUEfc-Efc|;
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Carlos E. R.@robin_listas@es.invalid to comp.os.linux.misc on Thu Feb 19 12:22:01 2026
    From Newsgroup: comp.os.linux.misc

    On 2026-02-19 12:19, Carlos E. R. wrote:
    On 2026-02-19 02:42, Lawrence DrCOOliveiro wrote:
    On Thu, 19 Feb 2026 02:07:02 +0100, Carlos E. R. wrote:

    On 2026-02-18 22:07, Lawrence DrCOOliveiro wrote:

    On Wed, 18 Feb 2026 13:32:33 +0100, Carlos E. R. wrote:

    If you want to try a different distro, openSUSE leap 15.6 has
    available several ffmpeg versions, so you can try which works.

    Prebuilt distributions of FFmpeg can never have all the options
    available in the source enabled, for legal reasons. This is why, to
    get the maximum capability, you have to build from source.

    openSUSE doesn't build ffmpg inside openSUSE. It is built outside of
    the project, and distributed outside of the project, so those
    limitations do not apply.

    The limitations still apply.

    I haven't noticed any.

    cer@Laicolasse:~> ffmpeg -version
    ffmpeg version 4.4.6 Copyright (c) 2000-2025 the FFmpeg developers
    built with gcc 7 (SUSE Linux)
    configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64 --incdir=/usr/include/ffmpeg --extra-cflags='-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2
    -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -g' --optflags='-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2
    -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -g' --disable-htmlpages --enable-pic --disable-stripping --enable-shared --disable-static --enable-gpl --enable-version3 --enable-libsmbclient --disable-openssl
    --enable-avresample --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcelt --enable-libcdio --enable-libdav1d --enable-libdc1394 --enable-libdrm
    --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgsm --enable-libjack --enable-libmp3lame
    --enable-libopenjpeg --enable-libopenmpt --enable-libopus
    --enable-libpulse --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis
    --enable-libv4l2 --enable-libvpx --enable-libwebp --enable-libxml2 --enable-libzimg --enable-libzvbi --enable-vaapi --enable-vdpau --enable-version3 --enable-libfdk-aac-dlopen --enable-nonfree --enable-libvo-amrwbenc --enable-libx264 --enable-libx265
    --enable-librtmp --enable-libxvid
    libavutil 56. 70.100 / 56. 70.100
    libavcodec 58.134.100 / 58.134.100
    libavformat 58. 76.100 / 58. 76.100
    libavdevice 58. 13.100 / 58. 13.100
    libavfilter 7.110.100 / 7.110.100
    libavresample 4. 0. 0 / 4. 0. 0
    libswscale 5. 9.100 / 5. 9.100
    libswresample 3. 9.100 / 3. 9.100
    libpostproc 55. 9.100 / 55. 9.100
    You have new mail in /var/spool/mail/cer
    cer@Laicolasse:~>
    --
    Cheers,
    Carlos E.R.
    ESEfc-Efc+, EUEfc-Efc|;
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Carlos E. R.@robin_listas@es.invalid to comp.os.linux.misc on Thu Feb 19 12:23:25 2026
    From Newsgroup: comp.os.linux.misc

    On 2026-02-19 12:19, Carlos E. R. wrote:
    On 2026-02-19 02:42, Lawrence DrCOOliveiro wrote:
    On Thu, 19 Feb 2026 02:07:02 +0100, Carlos E. R. wrote:

    On 2026-02-18 22:07, Lawrence DrCOOliveiro wrote:

    On Wed, 18 Feb 2026 13:32:33 +0100, Carlos E. R. wrote:

    If you want to try a different distro, openSUSE leap 15.6 has
    available several ffmpeg versions, so you can try which works.

    Prebuilt distributions of FFmpeg can never have all the options
    available in the source enabled, for legal reasons. This is why, to
    get the maximum capability, you have to build from source.

    openSUSE doesn't build ffmpg inside openSUSE. It is built outside of
    the project, and distributed outside of the project, so those
    limitations do not apply.

    The limitations still apply.

    I haven't noticed any.

    Meaning all recipes I have tried from Internet worked, never hit one
    that needed a feature that was not compiled. There may be, but I did not
    hit any in my usage.
    --
    Cheers,
    Carlos E.R.
    ESEfc-Efc+, EUEfc-Efc|;
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Carlos E. R.@robin_listas@es.invalid to comp.os.linux.misc on Thu Feb 19 12:25:14 2026
    From Newsgroup: comp.os.linux.misc

    On 2026-02-19 06:16, c186282 wrote:
    On 2/18/26 20:07, Carlos E. R. wrote:
    On 2026-02-18 22:07, Lawrence DrCOOliveiro wrote:
    On Wed, 18 Feb 2026 13:32:33 +0100, Carlos E. R. wrote:

    If you want to try a different distro, openSUSE leap 15.6 has
    available several ffmpeg versions, so you can try which works.

    Prebuilt distributions of FFmpeg can never have all the options
    available in the source enabled, for legal reasons. This is why, to
    get the maximum capability, you have to build from source.

    openSUSE doesn't build ffmpg inside openSUSE. It is built outside of
    the project, and distributed outside of the project, so those
    limitations do not apply.

    -a Actually, ffmpeg issues are one of the reasons
    -a I completely dumped OpenSUSE a few years ago.
    -a The other issue was them dropping a bunch of
    -a old/good CL utils that I was parsing to get
    -a useful data. "Depricated" is an EVIL word.

    What utils? I'm curious.
    --
    Cheers,
    Carlos E.R.
    ESEfc-Efc+, EUEfc-Efc|;
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Carlos E. R.@robin_listas@es.invalid to comp.os.linux.misc on Thu Feb 19 12:27:53 2026
    From Newsgroup: comp.os.linux.misc

    On 2026-02-19 06:20, c186282 wrote:
    On 2/18/26 07:32, Carlos E. R. wrote:
    On 2026-02-18 05:53, c186282 wrote:
    All was well, until an 'update'.


    In some cases, ffmpeg makes use of hardware support for the codec. If
    it is doing this, probably you can force doing it all in software.

    You can try a different codec.

    If you want to try a different distro, openSUSE leap 15.6 has
    available several ffmpeg versions, so you can try which works.

    -a I'll have to look in to "forcing it" to not use
    -a a codec ... IF that'll work.

    -a It makes ".mkv" videos ... seem a bit more compact
    -a than MP4s. I don't have 50tb for saving all this.

    -a Anyway, the prob started right after a 'full-upgrade',
    -a so I'm figuring I got a busted version of ffmpeg.

    Some people say to never update a production machine. Some keep them
    running for a decade.
    --
    Cheers,
    Carlos E.R.
    ESEfc-Efc+, EUEfc-Efc|;
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From The Natural Philosopher@tnp@invalid.invalid to comp.os.linux.misc on Thu Feb 19 11:34:34 2026
    From Newsgroup: comp.os.linux.misc

    On 19/02/2026 11:27, Carlos E. R. wrote:
    Some people say to never update a production machine. Some keep them
    running for a decade.

    I have great sympathy with that view.

    I *only* do a major upgrade when there is a severe security issue or I
    need as program that wont run on my existing version.

    Embedded stuff I don't upgrade at all. It's working now. Why change it?
    --
    "It is an established fact to 97% confidence limits that left wing
    conspirators see right wing conspiracies everywhere"

    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Charlie Gibbs@cgibbs@kltpzyxm.invalid to comp.os.linux.misc on Thu Feb 19 18:51:42 2026
    From Newsgroup: comp.os.linux.misc

    On 2026-02-19, The Natural Philosopher <tnp@invalid.invalid> wrote:

    On 19/02/2026 05:16, c186282 wrote:

    "Depricated" is an EVIL word.

    It sure is...:=)

    It's a two-edged sword. I've marked a lot of my code
    "deprecated" (which is the correct spelling, by the way),
    in the hope of someday getting rid of a lot of cruft in
    the design of the system. But to the Evil Overlords,
    it's a way of keeping their vict^H^H^H^Husers on the
    treadmill of eternal "upgrades".
    --
    /~\ Charlie Gibbs | Growth for the sake of
    \ / <cgibbs@kltpzyxm.invalid> | growth is the ideology
    X I'm really at ac.dekanfrus | of the cancer cell.
    / \ if you read it the right way. | -- Edward Abbey
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Charlie Gibbs@cgibbs@kltpzyxm.invalid to comp.os.linux.misc on Thu Feb 19 18:51:41 2026
    From Newsgroup: comp.os.linux.misc

    On 2026-02-19, The Natural Philosopher <tnp@invalid.invalid> wrote:

    On 19/02/2026 11:27, Carlos E. R. wrote:

    Some people say to never update a production machine. Some keep them
    running for a decade.

    I have great sympathy with that view.

    I *only* do a major upgrade when there is a severe security issue or I
    need as program that wont run on my existing version.

    Embedded stuff I don't upgrade at all. It's working now. Why change it?

    +1

    I back up my root and /home partitions regularly (well, semi-regularly).
    When I do get up the courage to try an upgrade, taking such backups is
    an important first step. That way, if everything goes sideways, I have
    a way back to a working system.
    --
    /~\ Charlie Gibbs | Growth for the sake of
    \ / <cgibbs@kltpzyxm.invalid> | growth is the ideology
    X I'm really at ac.dekanfrus | of the cancer cell.
    / \ if you read it the right way. | -- Edward Abbey
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Lawrence =?iso-8859-13?q?D=FFOliveiro?=@ldo@nz.invalid to comp.os.linux.misc on Fri Feb 20 04:40:14 2026
    From Newsgroup: comp.os.linux.misc

    On Thu, 19 Feb 2026 12:19:44 +0100, Carlos E. R. wrote:

    On 2026-02-19 02:42, Lawrence DrCOOliveiro wrote:

    On Thu, 19 Feb 2026 02:07:02 +0100, Carlos E. R. wrote:

    On 2026-02-18 22:07, Lawrence DrCOOliveiro wrote:

    Prebuilt distributions of FFmpeg can never have all the options
    available in the source enabled, for legal reasons. This is why,
    to get the maximum capability, you have to build from source.

    openSUSE doesn't build ffmpg inside openSUSE. It is built outside
    of the project, and distributed outside of the project, so those
    limitations do not apply.

    The limitations still apply.

    I haven't noticed any.

    # ./configure --enable-gpl ... --enable-nonfree ...
    ...
    license='nonfree and unredistributable'
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Lawrence =?iso-8859-13?q?D=FFOliveiro?=@ldo@nz.invalid to comp.os.linux.misc on Fri Feb 20 04:41:22 2026
    From Newsgroup: comp.os.linux.misc

    On Thu, 19 Feb 2026 18:51:42 GMT, Charlie Gibbs wrote:

    I've marked a lot of my code "deprecated" (which is the correct
    spelling, by the way),

    All too often I have seen it turn into rCLdepreciatedrCY ...

    ... maybe for tax purposes, I guess ...
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Lawrence =?iso-8859-13?q?D=FFOliveiro?=@ldo@nz.invalid to comp.os.linux.misc on Fri Feb 20 04:42:07 2026
    From Newsgroup: comp.os.linux.misc

    On Thu, 19 Feb 2026 12:27:53 +0100, Carlos E. R. wrote:

    Some people say to never update a production machine.

    If it runs as a VM, it is easy enough to take a snapshot before an
    upgrade.
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From c186282@c186282@nnada.net to comp.os.linux.misc on Fri Feb 20 01:21:49 2026
    From Newsgroup: comp.os.linux.misc

    On 2/19/26 23:41, Lawrence DrCOOliveiro wrote:
    On Thu, 19 Feb 2026 18:51:42 GMT, Charlie Gibbs wrote:

    I've marked a lot of my code "deprecated" (which is the correct
    spelling, by the way),

    All too often I have seen it turn into rCLdepreciatedrCY ...

    ... maybe for tax purposes, I guess ...

    If it worked in 1996 and will still work
    in 2026 then there's NO reason for it to
    be deprecated. At least keep it in the
    distro libs and allow manual installation.

    Did download the latest OpenSUSE (netinst) Leap
    today ... but over-writ a box with Deb Trixie
    instead for now. I do like the Deb universe and
    utils more.

    We'll see ... got it all running about 11pm
    and we'll see if it can go 24 hours without
    ffmpeg hanging up.

    Those BMax/BeeLink mini boxes are NICE ... the
    latest are N-120 chips. Alas due to trade issues
    the prices HAVE gone up ... but they're still
    compact and generally affordable. MOST can hold
    a SATA mini HDD/SSD. They run Linux/BSD just fine.

    Oh yea ... 'KVM' is no longer in the Deb distro libs.
    There's some Xen stuff, but no kvm - and Deb doesn't
    even include a VirtualBox anymore, you'd have to
    download the whole mess from Oracle. KVM is good,
    VirtualBox is good ... Xen, well, never liked it.

    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From c186282@c186282@nnada.net to comp.os.linux.misc on Fri Feb 20 01:26:14 2026
    From Newsgroup: comp.os.linux.misc

    On 2/19/26 23:42, Lawrence DrCOOliveiro wrote:
    On Thu, 19 Feb 2026 12:27:53 +0100, Carlos E. R. wrote:

    Some people say to never update a production machine.

    If it runs as a VM, it is easy enough to take a snapshot before an
    upgrade.

    True.

    Solaris/OpenIndiana is also good with snapshots.

    Some do buy a hot box and then install a
    bunch of VMs. I've never entirely trusted
    that model however, I'd rather have more,
    cheaper, 'pure', 'ok' boxes.

    Half a dozen VMs will work ... until the
    host machine has a problem - then you're
    six times screwed.

    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From c186282@c186282@nnada.net to comp.os.linux.misc on Fri Feb 20 01:30:40 2026
    From Newsgroup: comp.os.linux.misc

    On 2/19/26 06:34, The Natural Philosopher wrote:
    On 19/02/2026 11:27, Carlos E. R. wrote:
    Some people say to never update a production machine. Some keep them
    -arunning for a decade.

    I have great sympathy with that view.

    I *only* do a major upgrade when there is a severe security issue or I
    need as program that wont run on my existing version.

    Embedded stuff I don't upgrade at all. It's working now. Why change it?

    A reasonable approach.

    Linux/BSD ... they're very good/secure by default
    so you usually don't need the latest greatest ver.

    And embedded ... if it works then it works.

    Did change a box to Deb Trixie today to see if it
    gets around my ffmpeg problem. Seems pretty nice.
    Also put a bunch of x-devel tools on it ... maybe
    I can do my Ards and Pico's ...
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Richard Kettlewell@invalid@invalid.invalid to comp.os.linux.misc on Fri Feb 20 08:46:20 2026
    From Newsgroup: comp.os.linux.misc

    c186282 <c186282@nnada.net> writes:
    Oh yea ... 'KVM' is no longer in the Deb distro libs.

    It is still in Debian, itrCOs running here right now.

    $ lsmod | grep kvm
    kvm_intel 413696 10
    kvm 1396736 9 kvm_intel
    irqbypass 12288 1 kvm
    --
    https://www.greenend.org.uk/rjk/
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Anssi Saari@anssi.saari@usenet.mail.kapsi.fi to comp.os.linux.misc on Fri Feb 20 11:39:27 2026
    From Newsgroup: comp.os.linux.misc

    c186282 <c186282@nnada.net> writes:

    ffmpeg is a huge complicated collection of utilities
    accessed under one name.

    Yes indeed, I have an ffmpeg issue too but not similar to yours. I
    haven't done video encoding in years but now I have a need for it again
    so it was time to dig up the old stanzas. Goal is compatible mpeg4
    video, compatible as in works on my couple of oldish TVs.

    And what do you know, those old stanzas work fine with Debian Trixie's
    ffmpeg. But on Debian Bookworm, they produce non-working
    crap. Sometimes, not all the time. And this is non-working on the TVs,
    mpv has no issues.

    To be sure, this is on two different PCs with different HW so it could
    really be anything other than the ffmpeg version too. Anyways, at least
    I have one working setup and the end is in sight for this encoding
    project too.
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From The Natural Philosopher@tnp@invalid.invalid to comp.os.linux.misc on Fri Feb 20 11:25:34 2026
    From Newsgroup: comp.os.linux.misc

    On 20/02/2026 06:21, c186282 wrote:
    If it worked in 1996 and will still work
    -a in 2026 then there's NO reason for it to
    -a be deprecated. At least keep it in the
    -a distro libs and allow manual installation.

    I think this is more a way of saying 'if its buggy, you fix it'

    i.e. a piece of code that is no longer actively maintained
    --
    To ban Christmas, simply give turkeys the vote.

    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Carlos E. R.@robin_listas@es.invalid to comp.os.linux.misc on Fri Feb 20 12:26:31 2026
    From Newsgroup: comp.os.linux.misc

    On 2026-02-20 05:40, Lawrence DrCOOliveiro wrote:
    On Thu, 19 Feb 2026 12:19:44 +0100, Carlos E. R. wrote:

    On 2026-02-19 02:42, Lawrence DrCOOliveiro wrote:

    On Thu, 19 Feb 2026 02:07:02 +0100, Carlos E. R. wrote:

    On 2026-02-18 22:07, Lawrence DrCOOliveiro wrote:

    Prebuilt distributions of FFmpeg can never have all the options
    available in the source enabled, for legal reasons. This is why,
    to get the maximum capability, you have to build from source.

    openSUSE doesn't build ffmpg inside openSUSE. It is built outside
    of the project, and distributed outside of the project, so those
    limitations do not apply.

    The limitations still apply.

    I haven't noticed any.

    # ./configure --enable-gpl ... --enable-nonfree ...

    Both are present in the openSUSE rpm.

    ...
    license='nonfree and unredistributable'
    --
    Cheers,
    Carlos E.R.
    ESEfc-Efc+, EUEfc-Efc|;
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From rbowman@bowman@montana.com to comp.os.linux.misc on Fri Feb 20 19:32:55 2026
    From Newsgroup: comp.os.linux.misc

    On Fri, 20 Feb 2026 01:21:49 -0500, c186282 wrote:

    Oh yea ... 'KVM' is no longer in the Deb distro libs.
    There's some Xen stuff, but no kvm - and Deb doesn't even include a
    VirtualBox anymore, you'd have to download the whole mess from
    Oracle. KVM is good, VirtualBox is good ... Xen, well, never liked
    it.

    https://tutorialforlinux.com/2025/08/08/how-to-install-kvm-on-debian- trixie-step-by-step/

    lsmod | grep kvm

    The kernel module probably is already loaded or else you can load it with modprobe. I'm surprised the instructions don't include editing
    libvirtd.conf.

    Even the Intel processor on my 15 year old netbook supports virtualization
    so that shouldn't be a problem, although it might be turned off in the
    bios.

    The instructions for different distros is about the same although the
    packages that add qemu, virt-manager, and so forth might have different
    names. Fedora 43 makes it easy -- 'sudo dnf install @virtualization'.

    We used to use xen on a HA server but it switched to kvm. The support
    people didn't miss xen. It did amuse me that the sysadmins that refused to
    use Linux didn't know their Windows Server VMs were running on Red Hat.

    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From rbowman@bowman@montana.com to comp.os.linux.misc on Fri Feb 20 20:00:03 2026
    From Newsgroup: comp.os.linux.misc

    On Fri, 20 Feb 2026 01:30:40 -0500, c186282 wrote:

    Did change a box to Deb Trixie today to see if it gets around my
    ffmpeg problem. Seems pretty nice.
    Also put a bunch of x-devel tools on it ... maybe I can do my Ards
    and Pico's ...

    You can do those on almost anything, including Windows. The only
    difference is they will show up as COMx instead of /dev/ttyACMx.
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Lawrence =?iso-8859-13?q?D=FFOliveiro?=@ldo@nz.invalid to comp.os.linux.misc on Fri Feb 20 23:21:45 2026
    From Newsgroup: comp.os.linux.misc

    On Fri, 20 Feb 2026 12:26:31 +0100, Carlos E. R. wrote:

    On 2026-02-20 05:40, Lawrence DrCOOliveiro wrote:

    # ./configure --enable-gpl ... --enable-nonfree ...

    Both are present in the openSUSE rpm.

    ...
    license='nonfree and unredistributable'

    I wonder how they can redistribute it, then ...
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Lawrence =?iso-8859-13?q?D=FFOliveiro?=@ldo@nz.invalid to comp.os.linux.misc on Fri Feb 20 23:35:26 2026
    From Newsgroup: comp.os.linux.misc

    On Fri, 20 Feb 2026 11:39:27 +0200, Anssi Saari wrote:

    And what do you know, those old stanzas work fine with Debian
    Trixie's ffmpeg. But on Debian Bookworm, they produce non-working
    crap.

    I would be curious to know the details, if you feel comfortable
    publishing them ...
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Carlos E. R.@robin_listas@es.invalid to comp.os.linux.misc on Sat Feb 21 01:38:38 2026
    From Newsgroup: comp.os.linux.misc

    On 2026-02-21 00:21, Lawrence DrCOOliveiro wrote:
    On Fri, 20 Feb 2026 12:26:31 +0100, Carlos E. R. wrote:

    On 2026-02-20 05:40, Lawrence DrCOOliveiro wrote:

    # ./configure --enable-gpl ... --enable-nonfree ...

    Both are present in the openSUSE rpm.

    ...
    license='nonfree and unredistributable'

    I wonder how they can redistribute it, then ...

    I told you how. It is distributed by another group outside of the
    company, using a server in a country with friendly legislation.
    --
    Cheers,
    Carlos E.R.
    ESEfc-Efc+, EUEfc-Efc|;
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Lawrence =?iso-8859-13?q?D=FFOliveiro?=@ldo@nz.invalid to comp.os.linux.misc on Sat Feb 21 01:44:58 2026
    From Newsgroup: comp.os.linux.misc

    On Sat, 21 Feb 2026 01:38:38 +0100, Carlos E. R. wrote:

    On 2026-02-21 00:21, Lawrence DrCOOliveiro wrote:

    On Fri, 20 Feb 2026 12:26:31 +0100, Carlos E. R. wrote:

    On 2026-02-20 05:40, Lawrence DrCOOliveiro wrote:

    # ./configure --enable-gpl ... --enable-nonfree ...

    Both are present in the openSUSE rpm.

    ...
    license='nonfree and unredistributable'

    I wonder how they can redistribute it, then ...

    I told you how. It is distributed by another group outside of the
    company, using a server in a country with friendly legislation.

    rCLPiracy-friendlyrCY legislation? Not signatories to the Hague
    Convention, then?
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Nuno Silva@nunojsilva@invalid.invalid to comp.os.linux.misc on Sat Feb 21 01:51:29 2026
    From Newsgroup: comp.os.linux.misc

    On 2026-02-21, Lawrence DrCOOliveiro wrote:

    On Sat, 21 Feb 2026 01:38:38 +0100, Carlos E. R. wrote:

    On 2026-02-21 00:21, Lawrence DrCOOliveiro wrote:

    On Fri, 20 Feb 2026 12:26:31 +0100, Carlos E. R. wrote:

    On 2026-02-20 05:40, Lawrence DrCOOliveiro wrote:

    # ./configure --enable-gpl ... --enable-nonfree ...

    Both are present in the openSUSE rpm.

    ...
    license='nonfree and unredistributable'

    I wonder how they can redistribute it, then ...

    I told you how. It is distributed by another group outside of the
    company, using a server in a country with friendly legislation.

    rCLPiracy-friendlyrCY legislation? Not signatories to the Hague
    Convention, then?

    You mean Berne?
    --
    Nuno Silva
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From c186282@c186282@nnada.net to comp.os.linux.misc on Fri Feb 20 23:50:07 2026
    From Newsgroup: comp.os.linux.misc

    On 2/20/26 14:32, rbowman wrote:
    On Fri, 20 Feb 2026 01:21:49 -0500, c186282 wrote:

    Oh yea ... 'KVM' is no longer in the Deb distro libs.
    There's some Xen stuff, but no kvm - and Deb doesn't even include a
    VirtualBox anymore, you'd have to download the whole mess from
    Oracle. KVM is good, VirtualBox is good ... Xen, well, never liked
    it.

    https://tutorialforlinux.com/2025/08/08/how-to-install-kvm-on-debian- trixie-step-by-step/

    lsmod | grep kvm

    The kernel module probably is already loaded or else you can load it with modprobe. I'm surprised the instructions don't include editing
    libvirtd.conf.

    Even the Intel processor on my 15 year old netbook supports virtualization
    so that shouldn't be a problem, although it might be turned off in the
    bios.

    The instructions for different distros is about the same although the packages that add qemu, virt-manager, and so forth might have different names. Fedora 43 makes it easy -- 'sudo dnf install @virtualization'.

    We used to use xen on a HA server but it switched to kvm. The support
    people didn't miss xen. It did amuse me that the sysadmins that refused to use Linux didn't know their Windows Server VMs were running on Red Hat.

    Ya see, this is all COMPLICATED - fine if you're a
    highly-caffeinated teenage geek who is not distracted
    by any girlfriends, but I ain't teen-aged anymore
    by a LONG shot.

    I screwed around for awhile and apparently DID manage
    to load the KVM kernel stuff - it's mostly under 'qemu-"
    entries. Alas, nothing new in the menus.

    So, downloaded VirtualBox ... but attempting to get
    an OpenSUSE to install there were evil messages about
    how it couldn't run because some KVM kernel shit had
    already been done. Instructions for disabling/removing
    said KVM shit ... kinda useless. Best advice was to
    rebuild the kernel from scratch - NO THANKS !

    Can't get there from here.

    SO, have OpenSUSE installing right now - netinst over
    my slow-ass connection. Told it to install all the
    KVM stuff, so I'll see what I get. VBox is good but
    KVM is pretty good too so I don't care.

    SO, instead of Deb13 with an OSUSE VM it'll hopefully
    be OSUSE with a Deb13 VM :-)

    Oh, Deb13 did NOT solve my ffmpeg problem. A little
    better, but ..... I swear it is somehow linked to
    the time of day !

    We'll see if Leap can do it better.

    DID have to pick KDE ... the XFCE was 'experimental
    Wayland' and I really don't wanna do Wayland.

    Leap now promises 24 months of support. This ain't
    too bad. If I'm still alive in two years, well,
    who knows what I'll install. NOT sure how easy it
    is to update OS "in place" these days, haven't
    used the distro in awhile.

    Hell, my last OS install was Tumbleweed - on a PI4 !

    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From c186282@c186282@nnada.net to comp.os.linux.misc on Sat Feb 21 01:11:46 2026
    From Newsgroup: comp.os.linux.misc

    KDE ??? What kind of USELESS MESS *is* this ???

    Installed OpenSUSE/KDE.

    WHAT A WASTE OF TIME !!!

    A gaudy interface. The alleged package manager/updater
    only shows about 10 percent of what's actually there.
    Zypper can search - but installing something does not
    mean it will WORK. It's worse than Centos/Gnome4. It
    is just unusable except maybe for Granny who only wants
    web/e-mail.

    CLAIMED ssh/sshd were installed, but the proper files
    were not in the proper /etc folder to set anything.

    Could NOT start the firewall (I use non-standard ports
    for some stuff). 'firewalld' - nada.

    So, after two hours of net install I *flushed* this
    pile of crap after 30 minutes. This is NOT the
    OpenSUSE I used to love.

    Back to Deb13.

    This time I won't install any possible KVM stuff so
    maybe VirtualBox will work (still have to install
    a number of libs but at least it TELLS you which
    to install).

    New plan, Deb13 base - GhostBSD as the VM.

    And God Bless Synaptic !

    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From rbowman@bowman@montana.com to comp.os.linux.misc on Sat Feb 21 06:33:25 2026
    From Newsgroup: comp.os.linux.misc

    On Sat, 21 Feb 2026 01:11:46 -0500, c186282 wrote:

    A gaudy interface. The alleged package manager/updater only shows about
    10 percent of what's actually there. Zypper can search - but installing something does not mean it will WORK. It's worse than Centos/Gnome4. It
    is just unusable except maybe for Granny who only wants web/e-mail.

    I only installed it into a VM but Leap/KDE looks just the same as Fedora/
    KDE and EndeavourOS/KDE. If you don't like KDE you should have went with Leap/GNOME. That one really sucks.

    You do seem to be having more problems than the average bear.
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From c186282@c186282@nnada.net to comp.os.linux.misc on Sat Feb 21 01:46:53 2026
    From Newsgroup: comp.os.linux.misc

    On 2/21/26 01:33, rbowman wrote:
    On Sat, 21 Feb 2026 01:11:46 -0500, c186282 wrote:

    A gaudy interface. The alleged package manager/updater only shows about
    10 percent of what's actually there. Zypper can search - but installing
    something does not mean it will WORK. It's worse than Centos/Gnome4. It
    is just unusable except maybe for Granny who only wants web/e-mail.

    I only installed it into a VM but Leap/KDE looks just the same as Fedora/
    KDE and EndeavourOS/KDE. If you don't like KDE you should have went with Leap/GNOME. That one really sucks.

    Hard to imagine it's even MORE sucky ...

    But I do remember Centos with G4 ... a constant
    fight to accomplish anything useful, and those
    HUGE icons !!!

    And people wonder why I stick with LXDE/Debs.
    You get a COMPUTER computer geared to DO stuff.

    You do seem to be having more problems than the average bear.

    Things have not gone well of late. They went very well
    for a very long time, but now ......

    As usual, everybody is convinced they have the
    BETTER PLAN.

    And DON'T.

    Anyway, Deb13 back on the box. Took barely 15 minutes
    to install, five minutes to install/set VNC and SSH.
    Synaptic shows EVERYTHING and helps you along.

    I'll go for VirtualBox tomorrow.

    Ever tried GhostBSD ? It's pretty nice and straight-up.
    They SAY it's sort of a merger of FreeBSD and TrueOS.

    MAY also make an Arch Universe VM. I can just barely
    stand Manjaro/XFCE and the one remaining box has been
    reliable (until the nvidia lib issue recently mentioned).
    Gonna give that one a couple of weeks ... if I'm having
    issues LOTS of people are.

    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Carlos E. R.@robin_listas@es.invalid to comp.os.linux.misc on Sat Feb 21 12:48:05 2026
    From Newsgroup: comp.os.linux.misc

    On 2026-02-21 02:44, Lawrence DrCOOliveiro wrote:
    On Sat, 21 Feb 2026 01:38:38 +0100, Carlos E. R. wrote:

    On 2026-02-21 00:21, Lawrence DrCOOliveiro wrote:

    On Fri, 20 Feb 2026 12:26:31 +0100, Carlos E. R. wrote:

    On 2026-02-20 05:40, Lawrence DrCOOliveiro wrote:

    # ./configure --enable-gpl ... --enable-nonfree ...

    Both are present in the openSUSE rpm.

    ...
    license='nonfree and unredistributable'

    I wonder how they can redistribute it, then ...

    I told you how. It is distributed by another group outside of the
    company, using a server in a country with friendly legislation.

    rCLPiracy-friendlyrCY legislation? Not signatories to the Hague
    Convention, then?

    Maybe not recognizing software patents.
    --
    Cheers,
    Carlos E.R.
    ESEfc-Efc+, EUEfc-Efc|;
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Carlos E. R.@robin_listas@es.invalid to comp.os.linux.misc on Sat Feb 21 12:54:02 2026
    From Newsgroup: comp.os.linux.misc

    On 2026-02-21 05:50, c186282 wrote:
    On 2/20/26 14:32, rbowman wrote:
    On Fri, 20 Feb 2026 01:21:49 -0500, c186282 wrote:


    We used to use xen on a HA server but it switched to kvm. The support
    people didn't miss xen. It did amuse me that the sysadmins that
    refused to
    use Linux didn't know their Windows Server VMs were running on Red Hat.

    -a Ya see, this is all COMPLICATED - fine if you're a
    -a highly-caffeinated teenage geek who is not distracted
    -a by any girlfriends, but I ain't teen-aged anymore
    -a by a LONG shot.

    -a I screwed around for awhile and apparently DID manage
    -a to load the KVM kernel stuff - it's mostly under 'qemu-"
    -a entries. Alas, nothing new in the menus.

    -a So, downloaded VirtualBox ... but attempting to get
    -a an OpenSUSE to install there were evil messages about
    -a how it couldn't run because some KVM kernel shit had
    -a already been done. Instructions for disabling/removing
    -a said KVM shit ... kinda useless. Best advice was to
    -a rebuild the kernel from scratch - NO THANKS !

    -a Can't get there from here.

    -a SO, have OpenSUSE installing right now - netinst over
    -a my slow-ass connection. Told it to install all the
    -a KVM stuff, so I'll see what I get. VBox is good but
    -a KVM is pretty good too so I don't care.

    -a SO, instead of Deb13 with an OSUSE VM it'll hopefully
    -a be OSUSE with a Deb13 VM :-)

    -a Oh, Deb13 did NOT solve my ffmpeg problem. A little
    -a better, but ..... I swear it is somehow linked to
    -a the time of day !

    -a We'll see if Leap can do it better.

    -a DID have to pick KDE ... the XFCE was 'experimental
    -a Wayland' and I really don't wanna do Wayland.

    Huh. Plasma is wayland. There is normal X11 with XFCE.


    -a Leap now promises 24 months of support. This ain't
    -a too bad. If I'm still alive in two years, well,
    -a who knows what I'll install. NOT sure how easy it
    -a is to update OS "in place" these days, haven't
    -a used the distro in awhile.

    I have been upgrading in place my SUSE system for over two decades.


    -a Hell, my last OS install was Tumbleweed - on a PI4 !

    --
    Cheers,
    Carlos E.R.
    ESEfc-Efc+, EUEfc-Efc|;
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Carlos E. R.@robin_listas@es.invalid to comp.os.linux.misc on Sat Feb 21 12:57:02 2026
    From Newsgroup: comp.os.linux.misc

    On 2026-02-21 07:11, c186282 wrote:
    KDE ??? What kind of USELESS MESS *is* this ???

    Installed OpenSUSE/KDE.

    WHAT A WASTE OF TIME !!!

    A gaudy interface. The alleged package manager/updater
    only shows about 10 percent of what's actually there.
    Zypper can search - but installing something does not
    mean it will WORK. It's worse than Centos/Gnome4. It
    is just unusable except maybe for Granny who only wants
    web/e-mail.

    ????


    CLAIMED ssh/sshd were installed, but the proper files
    were not in the proper /etc folder to set anything.

    Leap 16 installs those files under /usr. New paradigm.

    If you want traditional stuff, install 15.6 instead.


    Could NOT start the firewall (I use non-standard ports
    for some stuff). 'firewalld' - nada.

    I use firewalld, no problem.


    ...
    --
    Cheers,
    Carlos E.R.
    ESEfc-Efc+, EUEfc-Efc|;
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From vallor@vallor@vallor.earth to comp.os.linux.misc on Sat Feb 21 12:05:12 2026
    From Newsgroup: comp.os.linux.misc

    At Fri, 20 Feb 2026 23:21:45 -0000 (UTC), Lawrence DrCOOliveiro <ldo@nz.invalid> wrote:

    On Fri, 20 Feb 2026 12:26:31 +0100, Carlos E. R. wrote:

    On 2026-02-20 05:40, Lawrence DrCOOliveiro wrote:

    # ./configure --enable-gpl ... --enable-nonfree ...

    Both are present in the openSUSE rpm.

    ...
    license='nonfree and unredistributable'

    I wonder how they can redistribute it, then ...

    There's one way...

    https://www.youtube.com/watch?v=L397TWLwrUU
    --
    -v System76 Thelio Mega v1.1 x86_64 Mem: 258G
    OS: Linux 6.19.2 D: Mint 22.3 DE: Xfce 4.18 (X11)
    NVIDIA GeForce RTX 3090Ti (24G) (580.126.18)
    "Sign on a clothing store - Come inside and have a fit."
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From vallor@vallor@vallor.earth to comp.os.linux.misc on Sat Feb 21 12:14:49 2026
    From Newsgroup: comp.os.linux.misc

    At Sat, 21 Feb 2026 01:46:53 -0500, c186282 <c186282@nnada.net> wrote:

    On 2/21/26 01:33, rbowman wrote:
    On Sat, 21 Feb 2026 01:11:46 -0500, c186282 wrote:

    A gaudy interface. The alleged package manager/updater only shows about
    10 percent of what's actually there. Zypper can search - but installing
    something does not mean it will WORK. It's worse than Centos/Gnome4. It
    is just unusable except maybe for Granny who only wants web/e-mail.

    I only installed it into a VM but Leap/KDE looks just the same as Fedora/ KDE and EndeavourOS/KDE. If you don't like KDE you should have went with Leap/GNOME. That one really sucks.

    Hard to imagine it's even MORE sucky ...

    But I do remember Centos with G4 ... a constant
    fight to accomplish anything useful, and those
    HUGE icons !!!

    And people wonder why I stick with LXDE/Debs.
    You get a COMPUTER computer geared to DO stuff.

    You do seem to be having more problems than the average bear.

    Things have not gone well of late. They went very well
    for a very long time, but now ......

    As usual, everybody is convinced they have the
    BETTER PLAN.

    And DON'T.

    Anyway, Deb13 back on the box. Took barely 15 minutes
    to install, five minutes to install/set VNC and SSH.
    Synaptic shows EVERYTHING and helps you along.

    I'll go for VirtualBox tomorrow.

    Ever tried GhostBSD ? It's pretty nice and straight-up.
    They SAY it's sort of a merger of FreeBSD and TrueOS.

    MAY also make an Arch Universe VM. I can just barely
    stand Manjaro/XFCE and the one remaining box has been
    reliable (until the nvidia lib issue recently mentioned).
    Gonna give that one a couple of weeks ... if I'm having
    issues LOTS of people are.

    Have you tried using virt-manager to manage your kvm instances?
    --
    -v System76 Thelio Mega v1.1 x86_64 Mem: 258G
    OS: Linux 6.19.2 D: Mint 22.3 DE: Xfce 4.18 (X11)
    NVIDIA GeForce RTX 3090Ti (24G) (580.126.18)
    "Artificial Intelligence usually beats real stupidity."
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From rbowman@bowman@montana.com to comp.os.linux.misc on Sat Feb 21 20:04:10 2026
    From Newsgroup: comp.os.linux.misc

    On Sat, 21 Feb 2026 12:54:02 +0100, Carlos E. R. wrote:

    I have been upgrading in place my SUSE system for over two decades.

    You're lucky. At the time many were having problems with upgrading 13.2 to Leap 42 and a reinstall was recommended. I didn't and ran 13.2 past its
    EOL. Historically the attraction of SuSE for me was KDE but now I have Fedora/KDE and Endeavour/KDE and SUSE/KDE in a VM. I haven't seen anything
    in the VM that would make me install it on bare metal. Nothing wrong with
    it but nothing outstanding either. I already have a rolling and semi-
    rolling release so Tumbleweed has no advantage.
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From rbowman@bowman@montana.com to comp.os.linux.misc on Sat Feb 21 20:06:11 2026
    From Newsgroup: comp.os.linux.misc

    On Sat, 21 Feb 2026 12:14:49 +0000, vallor wrote:

    Have you tried using virt-manager to manage your kvm instances?

    I was impressed by virt-manager. I don't know how it could get any
    easier.
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Carlos E. R.@robin_listas@es.invalid to comp.os.linux.misc on Sat Feb 21 21:57:08 2026
    From Newsgroup: comp.os.linux.misc

    On 2026-02-21 21:04, rbowman wrote:
    On Sat, 21 Feb 2026 12:54:02 +0100, Carlos E. R. wrote:

    I have been upgrading in place my SUSE system for over two decades.

    You're lucky.

    No luck involved.

    (I wrote one of the wiki articles on upgrading)

    At the time many were having problems with upgrading 13.2 to
    Leap 42 and a reinstall was recommended. I didn't and ran 13.2 past its
    EOL. Historically the attraction of SuSE for me was KDE but now I have Fedora/KDE and Endeavour/KDE and SUSE/KDE in a VM. I haven't seen anything
    in the VM that would make me install it on bare metal. Nothing wrong with
    it but nothing outstanding either. I already have a rolling and semi-
    rolling release so Tumbleweed has no advantage.
    --
    Cheers,
    Carlos E.R.
    ESEfc-Efc+, EUEfc-Efc|;
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From c186282@c186282@nnada.net to comp.os.linux.misc on Sun Feb 22 04:42:43 2026
    From Newsgroup: comp.os.linux.misc

    On 2/21/26 15:06, rbowman wrote:
    On Sat, 21 Feb 2026 12:14:49 +0000, vallor wrote:

    Have you tried using virt-manager to manage your kvm instances?

    I was impressed by virt-manager. I don't know how it could get any
    easier.

    What A Pain In The Ass !

    Even on new install Deb13 had a bunch of KVM
    stuff built in - which kept VirtualBox from
    running.

    Kinda/Sorta/Maybe got GhostBSD to start by
    a massive blitz of installing all the qemu
    virtual machine stuff. However Deb seemed
    intent on thwarting a lot of stuff I find
    useful. This shit USED to be very very
    straight-up just a few years ago, what the
    hell happened ??? It is NOT "improved" !

    So, replaced with Mint. Hadn't used that in a
    long time.

    Not TOO bad. Alas the VirtualBox in the repo
    would not install - lots of dependency issues.
    However downloaded the correct ver direct from
    Oracle and, with just one easy dependency fix,
    DID get it to run. Installed GhostBSD (note it
    needs 8g+ of ram for the GUI to start).

    GBSD uses 'pkg' for installing stuff but, AFTER
    all updates, you can run 'octopkg' which is like
    a poor mans synaptic - at least you can SEE all
    the packages, with pkg you have to magically
    Just Know what's out there.

    Anyway, GBSD runs, ffmpeg is installed, will now
    try to port my software to that and see if ffmpeg
    crashes or not. Should be a different version
    than in the Deb repos.

    I know VirtualBox better than KVM at this point,
    and the repos no longer have KVM as a distinct
    thing to install.

    And the RPM universe ... never again.

    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From rbowman@bowman@montana.com to comp.os.linux.misc on Sun Feb 22 18:49:14 2026
    From Newsgroup: comp.os.linux.misc

    On Sun, 22 Feb 2026 04:42:43 -0500, c186282 wrote:

    I know VirtualBox better than KVM at this point,
    and the repos no longer have KVM as a distinct thing to install.

    They don't have kvm as a distinct thing because it's baked into the
    kernel.

    KVM -- Kernel-based Virtualization Machine

    https://en.wikipedia.org/wiki/Kernel-based_Virtual_Machine


    ffmpeg seems to be on all my boxes including the Pi but I have never used
    it afaik.
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Rich@rich@example.invalid to comp.os.linux.misc on Sun Feb 22 19:29:53 2026
    From Newsgroup: comp.os.linux.misc

    c186282 <c186282@nnada.net> wrote:
    All was well, until an 'update'.

    Have a very small Python script that uses ffmpeg to
    ...
    Now, several times a day, oddly most often at certain
    hours, the ffmpeg process will HANG - never exits,

    Is your python script directing ffmpeg's stderr channel to some log
    file? If no, then it should be, as that /might/ reveal what is going
    wrong.

    Also, is ffmpeg being directed to read directly from the rtsmp stream?
    If yes, your hang might be related to the network and/or camera rather
    than ffmpeg.

    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From c186282@c186282@nnada.net to comp.os.linux.misc on Sun Feb 22 23:11:51 2026
    From Newsgroup: comp.os.linux.misc

    On 2/22/26 13:49, rbowman wrote:
    On Sun, 22 Feb 2026 04:42:43 -0500, c186282 wrote:

    I know VirtualBox better than KVM at this point,
    and the repos no longer have KVM as a distinct thing to install.

    They don't have kvm as a distinct thing because it's baked into the
    kernel.

    KVM -- Kernel-based Virtualization Machine

    https://en.wikipedia.org/wiki/Kernel-based_Virtual_Machine


    ffmpeg seems to be on all my boxes including the Pi but I have never used
    it afaik.

    Sorry, but I'd like to SEE it - and be able to
    add/remove it easily.

    "Baking it into the kernel" seems an attempt to
    deny or hyper-complicate all other solutions.

    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From vallor@vallor@vallor.earth to comp.os.linux.misc on Mon Feb 23 08:55:04 2026
    From Newsgroup: comp.os.linux.misc

    At Sun, 22 Feb 2026 23:11:51 -0500, c186282 <c186282@nnada.net> wrote:

    On 2/22/26 13:49, rbowman wrote:
    On Sun, 22 Feb 2026 04:42:43 -0500, c186282 wrote:

    I know VirtualBox better than KVM at this point,
    and the repos no longer have KVM as a distinct thing to install.

    They don't have kvm as a distinct thing because it's baked into the
    kernel.

    KVM -- Kernel-based Virtualization Machine

    https://en.wikipedia.org/wiki/Kernel-based_Virtual_Machine


    ffmpeg seems to be on all my boxes including the Pi but I have never used it afaik.

    Sorry, but I'd like to SEE it - and be able to
    add/remove it easily.

    "Baking it into the kernel" seems an attempt to
    deny or hyper-complicate all other solutions.

    ?

    Just run virt-manager.
    --
    -v ASUS TUF DASH F15 x86_64 Mem: 15.9G
    OS: Linux 6.14.0-37-generic D: Mint 22.2 DE: Xfce 4.18 (X11)
    NVIDIA GeForce RTX 3060 Mobile (6G) 580.126.09
    "NAVY: Never Again Volunteer Yourself"
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Nuno Silva@nunojsilva@invalid.invalid to comp.os.linux.misc on Mon Feb 23 09:43:52 2026
    From Newsgroup: comp.os.linux.misc

    On 2026-02-22, c186282 wrote:

    I know VirtualBox better than KVM at this point,
    and the repos no longer have KVM as a distinct
    thing to install.

    Speaking of it and virtualization software in general, isn't VirtualBox
    now owned by Oracle Legal... er, I mean, Oracle?
    --
    Nuno Silva
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From John-Paul Stewart@jpstewart@personalprojects.net to comp.os.linux.misc on Mon Feb 23 09:56:21 2026
    From Newsgroup: comp.os.linux.misc

    On 2026-02-22 1:49 p.m., rbowman wrote:
    On Sun, 22 Feb 2026 04:42:43 -0500, c186282 wrote:

    I know VirtualBox better than KVM at this point,
    and the repos no longer have KVM as a distinct thing to install.

    They don't have kvm as a distinct thing because it's baked into the
    kernel.

    KVM -- Kernel-based Virtualization Machine

    https://en.wikipedia.org/wiki/Kernel-based_Virtual_Machine

    Plus, KVM is just the backend kernel part of virtualization.
    Previously, Debian had a qemu-kvm package that used the KVM kernel
    module to provide hardware virtualization services for QEMU. That's now
    been replaced by the qemu-system-x86 package, the description of which
    ends with:

    "On x86 host hardware this package also enables KVM kernel virtual
    machine usage on systems which support it."

    The previous poster's link to Wikipedia explains:

    "KVM itself emulates very little hardware, instead deferring to a higher
    level client application such as QEMU, crosvm, or Firecracker for device emulation."

    Then, as has been mentioned elsewhere, virt-manager provides a nicer
    user interface to the QEMU/KVM combo.

    So KVM isn't something that users install, configure, and use directly.
    It's the hardware driver at the bottom layer of a whole stack of stuff.
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From rbowman@bowman@montana.com to comp.os.linux.misc on Mon Feb 23 19:25:02 2026
    From Newsgroup: comp.os.linux.misc

    On Sun, 22 Feb 2026 23:11:51 -0500, c186282 wrote:

    "Baking it into the kernel" seems an attempt to deny or
    hyper-complicate all other solutions.

    It's the sensible solution if you're looking for speed and reliability.

    https://aws.amazon.com/compare/the-difference-between-type-1-and-type-2- hypervisors/

    I've lost track of what you're trying to do. You have a bare metal Linux instance and want to spin up VMs of other distributions to see if they
    solve your ffmpeg problem?

    Yes, setting up KVM requires a few simple, well documented steps for the particular distro but once that's done you open virt-manager. It's a GUI.
    You specify the number of cores, RAM, and disk space and point it at the
    iso. The iso goes through the normal installation and you have a VM. Start
    and stop it through the manager. Create as many VMs as you want if you
    have the disk space.

    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From rbowman@bowman@montana.com to comp.os.linux.misc on Mon Feb 23 19:27:27 2026
    From Newsgroup: comp.os.linux.misc

    On Mon, 23 Feb 2026 08:55:04 +0000, vallor wrote:

    At Sun, 22 Feb 2026 23:11:51 -0500, c186282 <c186282@nnada.net> wrote:

    On 2/22/26 13:49, rbowman wrote:
    On Sun, 22 Feb 2026 04:42:43 -0500, c186282 wrote:

    I know VirtualBox better than KVM at this point,
    and the repos no longer have KVM as a distinct thing to install.

    They don't have kvm as a distinct thing because it's baked into the
    kernel.

    KVM -- Kernel-based Virtualization Machine

    https://en.wikipedia.org/wiki/Kernel-based_Virtual_Machine


    ffmpeg seems to be on all my boxes including the Pi but I have never
    used it afaik.

    Sorry, but I'd like to SEE it - and be able to add/remove it easily.

    "Baking it into the kernel" seems an attempt to deny or
    hyper-complicate all other solutions.

    ?

    Just run virt-manager.

    He may have to install virt-manager, qemu, and a couple of support applications.

    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From rbowman@bowman@montana.com to comp.os.linux.misc on Mon Feb 23 19:32:30 2026
    From Newsgroup: comp.os.linux.misc

    On Mon, 23 Feb 2026 09:43:52 +0000, Nuno Silva wrote:

    On 2026-02-22, c186282 wrote:

    I know VirtualBox better than KVM at this point,
    and the repos no longer have KVM as a distinct thing to install.

    Speaking of it and virtualization software in general, isn't VirtualBox
    now owned by Oracle Legal... er, I mean, Oracle?

    Yeah, it was in the Sun box of goodies.
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From c186282@c186282@nnada.net to comp.os.linux.misc on Mon Feb 23 19:47:46 2026
    From Newsgroup: comp.os.linux.misc

    On 2/23/26 03:55, vallor wrote:
    At Sun, 22 Feb 2026 23:11:51 -0500, c186282 <c186282@nnada.net> wrote:

    On 2/22/26 13:49, rbowman wrote:
    On Sun, 22 Feb 2026 04:42:43 -0500, c186282 wrote:

    I know VirtualBox better than KVM at this point,
    and the repos no longer have KVM as a distinct thing to install.

    They don't have kvm as a distinct thing because it's baked into the
    kernel.

    KVM -- Kernel-based Virtualization Machine

    https://en.wikipedia.org/wiki/Kernel-based_Virtual_Machine


    ffmpeg seems to be on all my boxes including the Pi but I have never used >>> it afaik.

    Sorry, but I'd like to SEE it - and be able to
    add/remove it easily.

    "Baking it into the kernel" seems an attempt to
    deny or hyper-complicate all other solutions.

    ?

    Just run virt-manager.


    Nope. Wanted VirtualBox - but SOME little know-betters
    at Deb decided I can't, without taking a hammer to
    the kernel.

    Oh well, now have Mint installed and it does NOT have
    the stuff 'baked in' and VirtualBox runs OK.

    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From c186282@c186282@nnada.net to comp.os.linux.misc on Mon Feb 23 19:48:59 2026
    From Newsgroup: comp.os.linux.misc

    On 2/23/26 04:43, Nuno Silva wrote:
    On 2026-02-22, c186282 wrote:

    I know VirtualBox better than KVM at this point,
    and the repos no longer have KVM as a distinct
    thing to install.

    Speaking of it and virtualization software in general, isn't VirtualBox
    now owned by Oracle Legal... er, I mean, Oracle?

    It's always been Oracle, or has been
    for a LONG time.

    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From c186282@c186282@nnada.net to comp.os.linux.misc on Tue Feb 24 00:26:22 2026
    From Newsgroup: comp.os.linux.misc

    On 2/23/26 14:32, rbowman wrote:
    On Mon, 23 Feb 2026 09:43:52 +0000, Nuno Silva wrote:

    On 2026-02-22, c186282 wrote:

    I know VirtualBox better than KVM at this point,
    and the repos no longer have KVM as a distinct thing to install.

    Speaking of it and virtualization software in general, isn't VirtualBox
    now owned by Oracle Legal... er, I mean, Oracle?

    Yeah, it was in the Sun box of goodies.

    So what ?

    I like it better than KVM, understand its
    nuances better. I've used KVM, and it's NOT
    bad, but VB has a few frills I've found
    useful.

    So ... I don't want Linux/Deb know-betters to
    lock me into KVM. Linux was supposed to be
    about 'freedom' after all :-)

    Anyway, Mint is not so NAZI as Deb in this
    respect. Now have VB running on a Mint install
    and two VMs - GhostBSD and Manjaro. The first
    one that cleanly solves my mentioned ffmpeg
    problem becomes the surviving VM.

    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Charlie Gibbs@cgibbs@kltpzyxm.invalid to comp.os.linux.misc on Tue Feb 24 06:58:28 2026
    From Newsgroup: comp.os.linux.misc

    On 2026-02-24, c186282 <c186282@nnada.net> wrote:

    So ... I don't want Linux/Deb know-betters to
    lock me into KVM. Linux was supposed to be
    about 'freedom' after all :-)

    Is this a Trixie thing? I'm still on Bookworm, and
    running Windows XP under Virtual Box 7.2 on my laptop.
    (I must have forgotten an update for the desktop box -
    I just looked and it's still running 7.0.)
    --
    /~\ Charlie Gibbs | Growth for the sake of
    \ / <cgibbs@kltpzyxm.invalid> | growth is the ideology
    X I'm really at ac.dekanfrus | of the cancer cell.
    / \ if you read it the right way. | -- Edward Abbey
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From c186282@c186282@nnada.net to comp.os.linux.misc on Tue Feb 24 02:10:35 2026
    From Newsgroup: comp.os.linux.misc

    On 2/24/26 01:58, Charlie Gibbs wrote:
    On 2026-02-24, c186282 <c186282@nnada.net> wrote:

    So ... I don't want Linux/Deb know-betters to
    lock me into KVM. Linux was supposed to be
    about 'freedom' after all :-)

    Is this a Trixie thing? I'm still on Bookworm, and
    running Windows XP under Virtual Box 7.2 on my laptop.
    (I must have forgotten an update for the desktop box -
    I just looked and it's still running 7.0.)

    It may indeed be a Trixie Thing ... BookWorm, once
    refined (it was released a bit too early) has been
    pretty good.

    In any case, I don't want ANY Linux FORCING me into
    software choices. KVM is good ... but I know VBox
    a bit better and like some of its options. I thus
    choose to emulate using VBox, not KVM. Alas
    "baking in" KVM into the kernel makes VBox
    unusable without massive kernel destruction.

    Anyway, dumped Trixie for Mint ... Mint does
    not conspire against VBox. Now have two VMs -
    GhostBSD and Manjaro. The one that best fixes my
    aforementioned ffmpeg probs will be the winner,
    and started at boot.

    Mint is a bit too 'Ubuntu-ish" IMHO, but not AS
    obnoxious. Also tends to run anything on anything.

    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From rbowman@bowman@montana.com to comp.os.linux.misc on Tue Feb 24 07:39:18 2026
    From Newsgroup: comp.os.linux.misc

    On Mon, 23 Feb 2026 19:47:46 -0500, c186282 wrote:

    Oh well, now have Mint installed and it does NOT have the stuff
    'baked in' and VirtualBox runs OK.

    You sure? 'lsmod | grep kvm'
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From rbowman@bowman@montana.com to comp.os.linux.misc on Tue Feb 24 07:40:56 2026
    From Newsgroup: comp.os.linux.misc

    On Mon, 23 Feb 2026 19:48:59 -0500, c186282 wrote:

    On 2/23/26 04:43, Nuno Silva wrote:
    On 2026-02-22, c186282 wrote:

    I know VirtualBox better than KVM at this point,
    and the repos no longer have KVM as a distinct thing to install.

    Speaking of it and virtualization software in general, isn't VirtualBox
    now owned by Oracle Legal... er, I mean, Oracle?

    It's always been Oracle, or has been for a LONG time.

    Since they bought Sun. I forget who Sun bought to get it.
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Marc Haber@mh+usenetspam1118@zugschl.us to comp.os.linux.misc on Tue Feb 24 10:37:00 2026
    From Newsgroup: comp.os.linux.misc

    c186282 <c186282@nnada.net> wrote:
    So ... I don't want Linux/Deb know-betters to
    lock me into KVM.

    Kindly stop spreading fake news about Distributions.
    -- ---------------------------------------------------------------------------- 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
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From The Natural Philosopher@tnp@invalid.invalid to comp.os.linux.misc on Tue Feb 24 12:38:05 2026
    From Newsgroup: comp.os.linux.misc

    On 24/02/2026 07:40, rbowman wrote:
    On Mon, 23 Feb 2026 19:48:59 -0500, c186282 wrote:

    On 2/23/26 04:43, Nuno Silva wrote:
    On 2026-02-22, c186282 wrote:

    I know VirtualBox better than KVM at this point,
    and the repos no longer have KVM as a distinct thing to install.

    Speaking of it and virtualization software in general, isn't VirtualBox
    now owned by Oracle Legal... er, I mean, Oracle?

    It's always been Oracle, or has been for a LONG time.

    Since they bought Sun. I forget who Sun bought to get it.

    I think that was star office etc.

    VirtualBox was originally a German product I think
    --
    rCLIdeas are inherently conservative. They yield not to the attack of
    other ideas but to the massive onslaught of circumstance"

    - John K Galbraith


    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From The Natural Philosopher@tnp@invalid.invalid to comp.os.linux.misc on Tue Feb 24 12:39:03 2026
    From Newsgroup: comp.os.linux.misc

    On 24/02/2026 05:26, c186282 wrote:
    The first
    -a one that cleanly solves my mentioned ffmpeg
    -a problem becomes the surviving VM.

    I love the smell of pragmatism in the morning
    --
    rCLIdeas are inherently conservative. They yield not to the attack of
    other ideas but to the massive onslaught of circumstance"

    - John K Galbraith


    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From John-Paul Stewart@jpstewart@personalprojects.net to comp.os.linux.misc on Tue Feb 24 10:16:54 2026
    From Newsgroup: comp.os.linux.misc

    On 2026-02-24 12:26 a.m., c186282 wrote:

    -a So ... I don't want Linux/Deb know-betters to
    -a lock me into KVM. Linux was supposed to be
    -a about 'freedom' after all-a :-)

    You're not locked in at all. There is absolutely nothing stopping you
    from running VirtualBox on Debian. It's not part of the main stable repositories for support reasons. You can get packages from other
    sources, either within the Debian project or directly from Oracle.
    (Your choice.) Read the Debian wiki page about VirtualBox instead of
    spreading this nonsense:

    https://wiki.debian.org/VirtualBox
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From The Natural Philosopher@tnp@invalid.invalid to comp.os.linux.misc on Tue Feb 24 15:28:37 2026
    From Newsgroup: comp.os.linux.misc

    On 24/02/2026 15:16, John-Paul Stewart wrote:
    On 2026-02-24 12:26 a.m., c186282 wrote:

    -a So ... I don't want Linux/Deb know-betters to
    -a lock me into KVM. Linux was supposed to be
    -a about 'freedom' after all-a :-)

    You're not locked in at all. There is absolutely nothing stopping you
    from running VirtualBox on Debian. It's not part of the main stable repositories for support reasons. You can get packages from other
    sources, either within the Debian project or directly from Oracle.
    (Your choice.) Read the Debian wiki page about VirtualBox instead of spreading this nonsense:

    https://wiki.debian.org/VirtualBox

    I think it is a philosophical issue with Debian, and one of the reasons
    I migrated to Mint: they were not picky about including 'nonfree' stuff
    by default. Like virtual box and Nvidia graphics drivers and iirc a
    broadcomm wifi driver.

    I respect Debian's position, but for my money having an 'It Just Works'
    distro like Mint is overall to be preferred.
    --
    rCLThe ultimate result of shielding men from the effects of folly is to
    fill the world with fools.rCY

    Herbert Spencer

    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From rbowman@bowman@montana.com to comp.os.linux.misc on Tue Feb 24 20:54:09 2026
    From Newsgroup: comp.os.linux.misc

    On Tue, 24 Feb 2026 02:10:35 -0500, c186282 wrote:

    In any case, I don't want ANY Linux FORCING me into software choices.
    KVM is good ... but I know VBox a bit better and like some of its
    options. I thus choose to emulate using VBox, not KVM. Alas "baking
    in" KVM into the kernel makes VBox unusable without massive kernel
    destruction.

    My Mint 22.3 has the kvm module in the kernel. In case you're ever feeling adventuresome:

    https://linuxhint.com/install_kvm_virtualization_ubuntu/
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From c186282@c186282@nnada.net to comp.os.linux.misc on Tue Feb 24 21:35:35 2026
    From Newsgroup: comp.os.linux.misc

    On 2/24/26 02:39, rbowman wrote:
    On Mon, 23 Feb 2026 19:47:46 -0500, c186282 wrote:

    Oh well, now have Mint installed and it does NOT have the stuff
    'baked in' and VirtualBox runs OK.

    You sure? 'lsmod | grep kvm'

    Let's say it's not "baked in" in a fashion
    that keeps VBox from working. Trixie does.

    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From c186282@c186282@nnada.net to comp.os.linux.misc on Tue Feb 24 21:53:45 2026
    From Newsgroup: comp.os.linux.misc

    On 2/24/26 02:40, rbowman wrote:
    On Mon, 23 Feb 2026 19:48:59 -0500, c186282 wrote:

    On 2/23/26 04:43, Nuno Silva wrote:
    On 2026-02-22, c186282 wrote:

    I know VirtualBox better than KVM at this point,
    and the repos no longer have KVM as a distinct thing to install.

    Speaking of it and virtualization software in general, isn't VirtualBox
    now owned by Oracle Legal... er, I mean, Oracle?

    It's always been Oracle, or has been for a LONG time.

    Since they bought Sun. I forget who Sun bought to get it.

    Dunno, lost in time - and I'm not gonna bother
    searching. In any case Sun, then Oracle, improved
    it quite a bit. There are now many checkbox options
    in the main GUI that KVM still requires you to
    edit config files. Need to expand the virtual disk ?
    Drag a bar in VBox and it takes care of everything.

    KVM is a good work-horse ... but too often you need
    to apply the whip.

    Hmmm ... speaking of Sun/Oracle ... I may try
    Solaris/OpenIndiana again, in a VM - seemed a
    good rich UNIX-ish OS last time I looked.


    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From c186282@c186282@nnada.net to comp.os.linux.misc on Tue Feb 24 22:27:53 2026
    From Newsgroup: comp.os.linux.misc

    On 2/24/26 10:28, The Natural Philosopher wrote:
    On 24/02/2026 15:16, John-Paul Stewart wrote:
    On 2026-02-24 12:26 a.m., c186282 wrote:

    -a-a So ... I don't want Linux/Deb know-betters to
    -a-a lock me into KVM. Linux was supposed to be
    -a-a about 'freedom' after all-a :-)

    You're not locked in at all.-a There is absolutely nothing stopping you
    from running VirtualBox on Debian.-a It's not part of the main stable
    repositories for support reasons.-a You can get packages from other
    sources, either within the Debian project or directly from Oracle.
    (Your choice.)-a Read the Debian wiki page about VirtualBox instead of
    spreading this nonsense:

    https://wiki.debian.org/VirtualBox

    I think it is a philosophical issue with Debian, and one of the reasons
    I migrated to Mint: they were not picky about including 'nonfree' stuff
    by default. Like virtual box and Nvidia graphics drivers and iirc a broadcomm wifi driver.

    I respect Debian's position, but for my money having an 'It Just Works' distro like Mint is overall to be preferred.

    At least with Trixie, you CAN'T run a VBox VM ...
    a bunch of error messages happen saying that
    kernel KVM stuff is responsible. Removing those
    blocks ... tried a few weird complicated fixes
    but they didn't work. And no, I'm NOT gonna
    shred and rebuild the kernel ... I'll use
    another distro.

    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From c186282@c186282@nnada.net to comp.os.linux.misc on Tue Feb 24 22:35:18 2026
    From Newsgroup: comp.os.linux.misc

    On 2/24/26 10:16, John-Paul Stewart wrote:
    On 2026-02-24 12:26 a.m., c186282 wrote:

    -a So ... I don't want Linux/Deb know-betters to
    -a lock me into KVM. Linux was supposed to be
    -a about 'freedom' after all-a :-)

    You're not locked in at all. There is absolutely nothing stopping you
    from running VirtualBox on Debian.
    I said somewhere that there IS a problem in Trixie.
    Just TRY to run a VBox VM - all kinds of KVM-related
    errors and nothing runs.

    Now, to slightly couch things, Trixie is brand new.
    I also had some bad probs with BullsEye ... had a
    slightly different name for it.

    So, maybe Trixie was also released a bit too young
    and WILL smooth things out.

    Maybe.

    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From rbowman@bowman@montana.com to comp.os.linux.misc on Wed Feb 25 06:40:26 2026
    From Newsgroup: comp.os.linux.misc

    On Tue, 24 Feb 2026 21:35:35 -0500, c186282 wrote:

    On 2/24/26 02:39, rbowman wrote:
    On Mon, 23 Feb 2026 19:47:46 -0500, c186282 wrote:

    Oh well, now have Mint installed and it does NOT have the stuff
    'baked in' and VirtualBox runs OK.

    You sure? 'lsmod | grep kvm'

    Let's say it's not "baked in" in a fashion that keeps VBox from
    working. Trixie does.

    Check /etc/modprobe.d/blacklist.conf. You can unload the module with
    'sudo modprobe -r kvm_intel kvm' or kvm_amd if that's the processor but
    it has to be on the blacklist or it will be back after a reboot.

    fwiw 'sudo apt install virt-manager' on LM 22.3 sucks in all the packages
    that a lot of the instructions say you need to list. That's as good as Fedora's 'sudo dnf install @virtualization'

    I didn't complete creating a VM on the LM netbook; it only has 4 GB of RAM
    and I cheaped out with a 128 GB SSD. I didn't try VB but the kernel definitely had kvm loaded.

    The problem with VB on Debian is a known issue solved with blacklisting
    kvm.
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From rbowman@bowman@montana.com to comp.os.linux.misc on Wed Feb 25 06:49:41 2026
    From Newsgroup: comp.os.linux.misc

    On Tue, 24 Feb 2026 22:35:18 -0500, c186282 wrote:

    I said somewhere that there IS a problem in Trixie. Just TRY to run a
    VBox VM - all kinds of KVM-related errors and nothing runs.

    Try the blacklist thing if you still have Trixie installed. I've got
    Trixie on the Pi but that doesn't count. I was happy that VS Code
    functions. On Bookworm I had to go back to the Pi 4 kernel. The Pi 5 'optimizations' didn't play well with Electron.

    Only problem I've had so far is libgpiod v2 is a whole different beast
    than the v1 on Bookworm and the documentation leaves a lot to be desired. Fortunately someone picked up the WiringPi project and that works nicely
    even for I2C stuff.

    gpiozero works well in Python.
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Marc Haber@mh+usenetspam1118@zugschl.us to comp.os.linux.misc on Wed Feb 25 08:52:40 2026
    From Newsgroup: comp.os.linux.misc

    c186282 <c186282@nnada.net> wrote:
    On 2/24/26 02:39, rbowman wrote:
    On Mon, 23 Feb 2026 19:47:46 -0500, c186282 wrote:

    Oh well, now have Mint installed and it does NOT have the stuff
    'baked in' and VirtualBox runs OK.

    You sure? 'lsmod | grep kvm'

    Let's say it's not "baked in" in a fashion
    that keeps VBox from working. Trixie does.

    Untrue.
    -- ---------------------------------------------------------------------------- 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
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Marc Haber@mh+usenetspam1118@zugschl.us to comp.os.linux.misc on Wed Feb 25 08:53:38 2026
    From Newsgroup: comp.os.linux.misc

    c186282 <c186282@nnada.net> wrote:
    At least with Trixie, you CAN'T run a VBox VM ...
    a bunch of error messages happen saying that
    kernel KVM stuff is responsible. Removing those
    blocks ... tried a few weird complicated fixes
    but they didn't work. And no, I'm NOT gonna
    shred and rebuild the kernel ... I'll use
    another distro.

    Why not learn Linux basics instead?
    -- ---------------------------------------------------------------------------- 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
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From c186282@c186282@nnada.net to comp.os.linux.misc on Wed Feb 25 04:27:50 2026
    From Newsgroup: comp.os.linux.misc

    On 2/25/26 01:40, rbowman wrote:
    On Tue, 24 Feb 2026 21:35:35 -0500, c186282 wrote:

    On 2/24/26 02:39, rbowman wrote:
    On Mon, 23 Feb 2026 19:47:46 -0500, c186282 wrote:

    Oh well, now have Mint installed and it does NOT have the stuff
    'baked in' and VirtualBox runs OK.

    You sure? 'lsmod | grep kvm'

    Let's say it's not "baked in" in a fashion that keeps VBox from
    working. Trixie does.

    Check /etc/modprobe.d/blacklist.conf. You can unload the module with
    'sudo modprobe -r kvm_intel kvm' or kvm_amd if that's the processor but
    it has to be on the blacklist or it will be back after a reboot.

    I'll check again ... but modprobe tweaks didn't
    work last time.

    fwiw 'sudo apt install virt-manager' on LM 22.3 sucks in all the packages that a lot of the instructions say you need to list. That's as good as Fedora's 'sudo dnf install @virtualization'

    But I don't WANT to load virt-manager ! I want VBox.

    I didn't complete creating a VM on the LM netbook; it only has 4 GB of RAM and I cheaped out with a 128 GB SSD. I didn't try VB but the kernel definitely had kvm loaded.

    The problem with VB on Debian is a known issue solved with blacklisting
    kvm.

    I'll see.

    Meanwhile the Mint fix seems OK.

    Trixie is brand new. I also had issues with BullsEye
    when it first came out - I think Deb is rushing things.

    WAS calling BullsEye "BullSHIT" and worse for awhile ...

    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From c186282@c186282@nnada.net to comp.os.linux.misc on Wed Feb 25 04:36:09 2026
    From Newsgroup: comp.os.linux.misc

    On 2/25/26 02:53, Marc Haber wrote:
    c186282 <c186282@nnada.net> wrote:
    At least with Trixie, you CAN'T run a VBox VM ...
    a bunch of error messages happen saying that
    kernel KVM stuff is responsible. Removing those
    blocks ... tried a few weird complicated fixes
    but they didn't work. And no, I'm NOT gonna
    shred and rebuild the kernel ... I'll use
    another distro.

    Why not learn Linux basics instead?


    Been using Linux since RH came on 5.25" disks ...

    I know a PROBLEM when I see one.

    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From c186282@c186282@nnada.net to comp.os.linux.misc on Wed Feb 25 04:34:30 2026
    From Newsgroup: comp.os.linux.misc

    On 2/25/26 02:52, Marc Haber wrote:
    c186282 <c186282@nnada.net> wrote:
    On 2/24/26 02:39, rbowman wrote:
    On Mon, 23 Feb 2026 19:47:46 -0500, c186282 wrote:

    Oh well, now have Mint installed and it does NOT have the stuff
    'baked in' and VirtualBox runs OK.

    You sure? 'lsmod | grep kvm'

    Let's say it's not "baked in" in a fashion
    that keeps VBox from working. Trixie does.

    Untrue.

    Very true, I tried it just Sunday.

    At least three errors - all related to the KVM
    shit - when you try to start a VBox machine.

    It's a "Sorry, can't get there from here" situation.

    SOME recommended modprobe fixes did NOT work.
    RBowman suggests some others ... I may try
    those, but not today. Have a good Mint install
    and VBox does run OK on that.

    Trixie is NEW ... and, like BullsEye/BullSHIT,
    they may have released it a bit too soon.

    I'd LIKE straight-up Debian - it's simple and
    at least very standard and no-BS. Alas that
    presumption has been TESTED, not generously,
    the last couple releases.

    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Marc Haber@mh+usenetspam1118@zugschl.us to comp.os.linux.misc on Wed Feb 25 11:15:36 2026
    From Newsgroup: comp.os.linux.misc

    c186282 <c186282@nnada.net> wrote:
    At least three errors - all related to the KVM
    shit - when you try to start a VBox machine.

    What is the error message? Where is your bug report?

    It's a "Sorry, can't get there from here" situation.

    SOME recommended modprobe fixes did NOT work.
    RBowman suggests some others ... I may try
    those, but not today. Have a good Mint install
    and VBox does run OK on that.

    Trixie is NEW ... and, like BullsEye/BullSHIT,
    they may have released it a bit too soon.

    I'd LIKE straight-up Debian - it's simple and
    at least very standard and no-BS. Alas that
    presumption has been TESTED, not generously,
    the last couple releases.

    Ah, never mind. I'll try to ignore you better next time.
    -- ---------------------------------------------------------------------------- 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
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Marc Haber@mh+usenetspam1118@zugschl.us to comp.os.linux.misc on Wed Feb 25 11:14:37 2026
    From Newsgroup: comp.os.linux.misc

    c186282 <c186282@nnada.net> wrote:
    I think Deb is rushing things.

    We are not. Trust me.
    -- ---------------------------------------------------------------------------- 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
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From c186282@c186282@nnada.net to comp.os.linux.misc on Wed Feb 25 06:09:22 2026
    From Newsgroup: comp.os.linux.misc

    On 2/25/26 05:15, Marc Haber wrote:
    c186282 <c186282@nnada.net> wrote:
    At least three errors - all related to the KVM
    shit - when you try to start a VBox machine.

    What is the error message? Where is your bug report?

    It's a "Sorry, can't get there from here" situation.

    SOME recommended modprobe fixes did NOT work.
    RBowman suggests some others ... I may try
    those, but not today. Have a good Mint install
    and VBox does run OK on that.

    Trixie is NEW ... and, like BullsEye/BullSHIT,
    they may have released it a bit too soon.

    I'd LIKE straight-up Debian - it's simple and
    at least very standard and no-BS. Alas that
    presumption has been TESTED, not generously,
    the last couple releases.

    Ah, never mind. I'll try to ignore you better next time.

    Please do ... you're mostly critical, not so helpful.

    As said, I've been using Linux since RH came on 5.25"
    disks - set up MANY boxes and servers with it. As
    such I know when there's a PROBLEM.

    But if it makes you feel better treating me as
    some idiot newbie .....

    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From rbowman@bowman@montana.com to comp.os.linux.misc on Wed Feb 25 19:50:12 2026
    From Newsgroup: comp.os.linux.misc

    On Wed, 25 Feb 2026 04:27:50 -0500, c186282 wrote:

    Trixie is brand new. I also had issues with BullsEye when it first
    came out - I think Deb is rushing things.

    WAS calling BullsEye "BullSHIT" and worse for awhile ...

    I ran Bullseye on my work box and never went to Bookworm. It worked as a 32-bit development machine. I needed a 32-bit distro and Debian was one of
    the few left.

    For a distro that decidedly isn't cutting edge, except for Sid, it does
    seem to have problems with new major point releases.
    --- Synchronet 3.21b-Linux NewsLink 1.2