• Re: synaptic workalike that WILL run on sudo with wayland.

    From Andy Smith@21:1/5 to David Wright on Sat Dec 28 11:20:01 2024
    Hi,

    On Fri, Dec 27, 2024 at 10:35:44PM -0600, David Wright wrote:
    I know you won't use aptitude, so why don't you try running
    synaptic on wayland, decide what changes you want, and then
    use sudo apt to actually install/remove the packages.

    I think Gene's situation is probably also complicated by the fact that
    the host he's running these commands on is not his actual desktop.

    It's not clear to me if Gene has a full desktop environment installed on
    these Banana Pis with a display/keyboard/mouse attached and is doing
    commands locally, or if Gene's running Mate desktop on his "real"
    desktop computer and connected to a Banana Pi over SSH from a terminal.

    If the latter then do we know on WHICH of those two computers Gene has installed all this polkit stuff? And does polkit even work over the
    network on Wayland like it would on X?

    Then of course is the fact that Gene won't be running Debian on the
    Banana Pi…

    Another challenging thread.

    Thanks,
    Andy

    --
    https://bitfolk.com/ -- No-nonsense VPS hosting

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Andy Smith@21:1/5 to Darac Marjal on Sat Dec 28 14:30:02 2024
    Hi,

    On Sat, Dec 28, 2024 at 12:53:41PM +0000, Darac Marjal wrote:

    On 28/12/2024 10:06, Andy Smith wrote:
    On Fri, Dec 27, 2024 at 08:26:26PM -0500, gene heskett wrote:
    When is that going to happen? Trying to maintain debian-arm stuff blind is a
    pita. I want to SEE whats available.
    I have never in my life felt the need to use synaptic. What am I
    missing out on?
    Synaptic is a GUI frontend to apt. It's not really much different to aptitude, except that it's maybe a bit more mouse-friendly.

    That much I know. I am wondering what its killer feature is that Gene
    wants to work so hard to make it run on a headless single board computer
    that one would think to be wholly unsuitable for running GUI apps.

    I just use "apt" from a terminal. apticron emails me which updates are available.

    Running headless servers but still wanting a GUI app on each and every
    one of them to manage updates? Doesn't sound like the Linux I know!

    You can't run a GUI on a headless server. That's the whole point of it
    being headless. You can run X clients on the server and remotely
    display that on a workstation (i.e. something _with_ a head)

    I thought it was obvious that was what I was referring to, but clearly
    not.

    Even that makes no sense to me in most cases, certainly not in the case
    of multiple Banana Pi and a desktop that seems to run Wayland. Hence I
    am suggesting that Gene is going in completely the wrong direction here.

    Thanks,
    Andy

    --
    https://bitfolk.com/ -- No-nonsense VPS hosting

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Greg Wooledge@21:1/5 to Darac Marjal on Sat Dec 28 15:50:01 2024
    On Sat, Dec 28, 2024 at 12:53:41 +0000, Darac Marjal wrote:
    You can run X clients on the server and remotely display that on a workstation (i.e. something _with_ a head), but AFAIK the wayland protocol doesn't support any sort of network transport (you can run a GUI application on a Wayland display by using Xwayland, but that's sort of by-the-by).

    Is this really true? And yet, they expect everyone to switch from X to Wayland, when this is true?

    No thank you.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Todd Zullinger@21:1/5 to Greg Wooledge on Sat Dec 28 16:30:01 2024
    Greg Wooledge wrote:
    On Sat, Dec 28, 2024 at 12:53:41 +0000, Darac Marjal wrote:
    You can run X clients on the server and remotely display that on a
    workstation (i.e. something _with_ a head), but AFAIK the wayland protocol >> doesn't support any sort of network transport (you can run a GUI application >> on a Wayland display by using Xwayland, but that's sort of by-the-by).

    Is this really true? And yet, they expect everyone to switch from X to Wayland, when this is true?

    I believe that waypipe╣ allows remote display with Wayland.

    $ apt-cache search waypipe
    waypipe - Network transparency with Wayland

    I have not used it, as very few of my systems run Wayland at
    this point.

    https://gitlab.freedesktop.org/mstoeckl/waypipe

    --
    Todd

    -----BEGIN PGP SIGNATURE-----

    iHUEARYIAB0WIQSvlwC4tRNlCF6x+moHOcdGE+n45gUCZ3AVUwAKCRAHOcdGE+n4 5iHwAPwPZKnO8hOwvyC7X2d8QsjxdD0s5JhHwefSWg3LTg4VmgD+NJ9XdQ3oApM3 Xw8WeKD/GkMHQwS7yHzbd/Pm2DkWXA0=
    =q1b0
    -----END PGP SIGNATURE-----

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Greg Wooledge@21:1/5 to Lee on Sat Dec 28 19:00:02 2024
    On Sat, Dec 28, 2024 at 12:13:18 -0500, Lee wrote:
    Copy/paste is a requirement for me also. If your terminal program
    doesn't do what you want, take a look at the current version of xfce4-terminal - that has most of what I was looking for.

    One thing that *might* be relevant here is that X11 uses three separate
    paste buffers, called "primary", "secondary" and "clipboard". When
    you attempt to paste something, depending on what application you're
    pasting into and what *method* you're using to paste, you might be
    pulling from a different paste buffer than you want.

    Also, the application you're pasting *from* may have put the content
    that you want to paste into a different buffer than you expected.

    Your terminal (or other application being pasted into) may support
    multiple methods of buffer selection. For example,

    * Right mouse button: usually pastes from "primary".
    * Shift+Insert keys: usually pastes from "clipboard".

    You can generally ignore "secondary". I don't know of anything that
    uses it.

    If you install the xclip package, you can use that to see what's in
    each paste buffer.

    xclip -o -selection {primary|secondary|clipboard} | less

    You can also use it to "transfer" content to another paste buffer, if
    you need that for your terminal/application.

    xclip -o -selection clipboard | xclip -i # primary is default

    I don't know anything about synaptic, and have no desire to learn it,
    but if you're having trouble pasting content out of it, then perhaps
    it's simply using the "wrong" paste buffer.

    I also don't know anything about Wayland, so everything here might not
    apply in Wayland.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From gene heskett@21:1/5 to Greg Wooledge on Sat Dec 28 19:10:01 2024
    On 12/28/24 09:43, Greg Wooledge wrote:
    On Sat, Dec 28, 2024 at 12:53:41 +0000, Darac Marjal wrote:
    You can run X clients on the server and remotely display that on a
    workstation (i.e. something _with_ a head), but AFAIK the wayland protocol >> doesn't support any sort of network transport (you can run a GUI application >> on a Wayland display by using Xwayland, but that's sort of by-the-by).
    Is this really true? And yet, they expect everyone to switch from X to Wayland, when this is true?

    No thank you.

    .
    +10000000

    Cheers, Gene Heskett, CET.
    --
    "There are four boxes to be used in defense of liberty:
    soap, ballot, jury, and ammo. Please use in that order."
    -Ed Howdershelt (Author, 1940)
    If we desire respect for the law, we must first make the law respectable.
    - Louis D. Brandeis

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From gene heskett@21:1/5 to Andy Smith on Sat Dec 28 19:10:01 2024
    On 12/28/24 08:24, Andy Smith wrote:
    Hi,

    On Sat, Dec 28, 2024 at 12:53:41PM +0000, Darac Marjal wrote:
    On 28/12/2024 10:06, Andy Smith wrote:
    On Fri, Dec 27, 2024 at 08:26:26PM -0500, gene heskett wrote:
    When is that going to happen? Trying to maintain debian-arm stuff blind is a
    pita. I want to SEE whats available.
    I have never in my life felt the need to use synaptic. What am I
    missing out on?
    Synaptic is a GUI frontend to apt. It's not really much different to
    aptitude, except that it's maybe a bit more mouse-friendly.
    That much I know. I am wondering what its killer feature is that Gene
    wants to work so hard to make it run on a headless single board computer
    that one would think to be wholly unsuitable for running GUI apps.

    armbian in the full desktop version runs noticeably slower than it runs
    on amd64 stuff, but its more than fast enough to run a full screen gui
    for a 3d printer.  I'll gladly tolerate a just noticeable lag that never crashes, uptimes from kernel update to kernel update, with klipper/moonraker/fluidd feeding nginx, broadcasting to any web browser
    in the house that is watching aliasname:80, in exchange for an 18 watt
    power draw (including its 24" AOL monitor) while sitting idle between
    jobs. I use firefox to localhost:80 on the local machine actually
    running the printer at speeds around 10x what it could do OOTB 4 years
    ago when it was new.

    FWIW, I probably have another $2000 in better hdwe., much of which I
    designed in OpenSCAD. I may ask what seems to be off the wall questions
    simply hoping to glean additional info because I enjoy plowing new
    ground and making it work better.  Part of the upgrade is closed loop stepper/servos, because they have at least a 10x improvement in the
    accuracy of motor control. The error at the instant determines motor
    current, running at 7x speeds, average motor power is 30% of the burn
    your hand temps the usual setup does, it can even reverse a motor that overshoots, putting it back where it belongs using around 4x the instant
    power if it has to. The latest addition is a motorized nozzle cleaner,
    operated as part of the startup gcode.

    I've got to get my web page up again, I lost it when those two seagate
    2T drives went offline at 2 weeks accumulated runtime as I was trying
    make bookworm run now 18 months ago. It runs when it gets around to it,
    opening a local file is an automatic lockup for 30 seconds. And no one
    has identified that problem. Around 30 fresh installs with the only usb
    plugged in being the wireless button for logitek keyboard/mouse but I
    still get orca and brltty yelling every keystroke at me thru my
    speakers. Yet when I question the broken bookworm installer, I catch
    hell from the powers that be here. Total denial that the problem exists
    has been the universal response.


    I just use "apt" from a terminal. apticron emails me which updates are
    available.

    Running headless servers but still wanting a GUI app on each and every
    one of them to manage updates? Doesn't sound like the Linux I know!
    You can't run a GUI on a headless server. That's the whole point of it
    being headless. You can run X clients on the server and remotely
    display that on a workstation (i.e. something _with_ a head)
    I thought it was obvious that was what I was referring to, but clearly
    not.

    Even that makes no sense to me in most cases, certainly not in the case
    of multiple Banana Pi and a desktop that seems to run Wayland. Hence I
    am suggesting that Gene is going in completely the wrong direction here.

    Thanks,
    Andy

    Cheers, Gene Heskett, CET.
    --
    "There are four boxes to be used in defense of liberty:
    soap, ballot, jury, and ammo. Please use in that order."
    -Ed Howdershelt (Author, 1940)
    If we desire respect for the law, we must first make the law respectable.
    - Louis D. Brandeis

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From David Wright@21:1/5 to gene heskett on Sat Dec 28 21:00:01 2024
    On Sat 28 Dec 2024 at 01:07:58 (-0500), gene heskett wrote:
    On 12/27/24 23:36, David Wright wrote:
    On Fri 27 Dec 2024 at 20:26:26 (-0500), gene heskett wrote:
    When is that going to happen? Trying to maintain debian-arm stuff
    blind is a pita. I want to SEE whats available.
    I know you won't use aptitude, so why don't you try running
    synaptic on wayland, decide what changes you want, and then
    use sudo apt to actually install/remove the packages.
    I would do that, except highlight/copypaste does not work with either agent.  And at 90 yo, I have a hellofatime remembering 40+ character
    command lines.

    Perhaps you're unaware that bash-completion will complete package
    names for you, in a similar way to filename completion. So long as
    you don't think that mate-polkit is called policykit-mate, you should
    be able to reduce the number of characters needing to be typed.

    As for remembering, I was under the impression that wayland could
    display more than one window on the screen at the same time. I find
    it difficult to believe that that's not true.

    Do remember, however, that you'll need to refresh the synaptic screen
    whenever you install/remove packages, because it won't otherwise take
    account of the new system state.

    Cheers,
    David.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Andy Smith@21:1/5 to gene heskett on Sat Dec 28 21:50:01 2024
    Hi,

    On Sat, Dec 28, 2024 at 01:06:11PM -0500, gene heskett wrote:
    On 12/28/24 08:24, Andy Smith wrote:
    On Sat, Dec 28, 2024 at 12:53:41PM +0000, Darac Marjal wrote:
    Synaptic is a GUI frontend to apt. It's not really much different to aptitude, except that it's maybe a bit more mouse-friendly.
    That much I know. I am wondering what its killer feature is that Gene
    wants to work so hard to make it run on a headless single board computer that one would think to be wholly unsuitable for running GUI apps.

    What would have been useful for you to tell us at this point or in any
    of your other replies:

    - How exactly you are trying to run synaptic on these Banana Pi
    computers, e.g. with display and keyboard/mouse directly attached and
    you logged in through the Mate desktop environment, *or* over the
    network by SSH in a terminal from another computer that is running the
    Mate desktop environment.

    What you instead chose to tell us:

    armbian in the full desktop version runs noticeably slower than it runs on amd64 stuff, but its more than fast enough to run a full screen gui for a 3d printer.á I'll gladly tolerate a just noticeable lag that never crashes, uptimes from kernel update to kernel update, with klipper/moonraker/fluidd feeding nginx, broadcasting to any web browser in the house that is watching aliasname:80, in exchange for an 18 watt power draw (including its 24" AOL monitor) while sitting idle between jobs. I use firefox to localhost:80 on the local machine actually running the printer at speeds around 10x what it could do OOTB 4 years ago when it was new.

    FWIW, I probably have another $2000 in better hdwe., much of which I
    designed in OpenSCAD. I may ask what seems to be off the wall questions simply hoping to glean additional info because I enjoy plowing new ground
    and making it work better.á Part of the upgrade is closed loop stepper/servos, because they have at least a 10x improvement in the accuracy of motor control. The error at the instant determines motor current, running at 7x speeds, average motor power is 30% of the burn your hand temps the usual setup does, it can even reverse a motor that overshoots, putting it back where it belongs using around 4x the instant power if it has to. The latest addition is a motorized nozzle cleaner, operated as part of the startup gcode.

    I've got to get my web page up again, I lost it when those two seagate 2T drives went offline at 2 weeks accumulated runtime as I was trying make bookworm run now 18 months ago. It runs when it gets around to it, opening a local file is an automatic lockup for 30 seconds. And no one has identified that problem. Around 30 fresh installs with the only usb plugged in being
    the wireless button for logitek keyboard/mouse but I still get orca and brltty yelling every keystroke at me thru my speakers. Yet when I question the broken bookworm installer, I catch hell from the powers that be here. Total denial that the problem exists has been the universal response.

    Thanks,
    Andy

    --
    https://bitfolk.com/ -- No-nonsense VPS hosting

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Andrew M.A. Cater@21:1/5 to gene heskett on Sat Dec 28 22:50:01 2024
    On Sat, Dec 28, 2024 at 01:06:11PM -0500, gene heskett wrote:

    armbian in the full desktop version runs noticeably slower than it runs on amd64 stuff, but its more than fast enough to run a full screen gui for a 3d printer.á I'll gladly tolerate a just noticeable lag that never crashes, uptimes from kernel update to kernel update, with klipper/moonraker/fluidd feeding nginx, broadcasting to any web browser in the house that is watching aliasname:80, in exchange for an 18 watt power draw (including its 24" AOL monitor) while sitting idle between jobs. I use firefox to localhost:80 on the local machine actually running the printer at speeds around 10x what it could do OOTB 4 years ago when it was new.


    Armbian is *NOT* Debian They do things differently there. Some of their
    images are based on Ubuntu, others on Debian. They usually use the BSP -
    Board Support Package - from the hardware vendor but that could be using any kernel. We've gone through all of this multiple times, Gene: the reason
    no one can support you on Armbian is because it's basically a different
    and unknown quantity. It may be sufficently similar that we can extrapolate
    but it's like taking a Volkswagen into a Toyota dealer and anticipating they can fix it immediately with no prior knowledge. It might be like taking
    an EV into your friendly mechanic who has never seen one - who knows how
    long the learning curve is for all of us. That's before we get into the fact that most of us have never seen a BananaPi 5 and never will.

    <snippage: interesting stuff on how to get lathes, machine tools, 3D printers to play nicely but irrelevant here>

    I've got to get my web page up again, I lost it when those two seagate 2T drives went offline at 2 weeks accumulated runtime as I was trying make bookworm run now 18 months ago. It runs when it gets around to it, opening a local file is an automatic lockup for 30 seconds. And no one has identified that problem. Around 30 fresh installs with the only usb plugged in being
    the wireless button for logitek keyboard/mouse but I still get orca and brltty yelling every keystroke at me thru my speakers. Yet when I question the broken bookworm installer, I catch hell from the powers that be here. Total denial that the problem exists has been the universal response.


    The lock ups are indeterminate because you can't ever tell us what you've done to get into this state. At this point, bringing up orca and brltty is once again old news and not relevant. Ten days or two weeks ago, you promised
    that this would be the end of this because you'd go and finally do a clean install as install 31. Please do so - simplify everything, unmount your RAID until you've done a basic install and come back when you can show history
    of what you've done. I don't deny that you have problems but the vagueness
    of response over a period of years doesn't help you plead your case.
    And the bookworm install isn't irremediably broken - thousands of installs
    by other people suggest that the problem may be yours and yours alone.


    <snippage of similar incomprehension of exactly what it is you are doing
    from Andy Smith>

    All the very best, as ever,

    Andrew Cater
    (amacater@debian.org)

    Cheers, Gene Heskett, CET.
    --
    "There are four boxes to be used in defense of liberty:
    soap, ballot, jury, and ammo. Please use in that order."
    -Ed Howdershelt (Author, 1940)
    If we desire respect for the law, we must first make the law respectable.
    - Louis D. Brandeis


    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Chris Green@21:1/5 to gene heskett on Sun Dec 29 00:00:02 2024
    gene heskett <gheskett@shentel.net> wrote:

    On 12/28/24 08:24, Andy Smith wrote:
    Hi,

    On Sat, Dec 28, 2024 at 12:53:41PM +0000, Darac Marjal wrote:
    On 28/12/2024 10:06, Andy Smith wrote:
    On Fri, Dec 27, 2024 at 08:26:26PM -0500, gene heskett wrote:
    When is that going to happen? Trying to maintain debian-arm stuff blind is a
    pita. I want to SEE whats available.
    I have never in my life felt the need to use synaptic. What am I
    missing out on?
    Synaptic is a GUI frontend to apt. It's not really much different to
    aptitude, except that it's maybe a bit more mouse-friendly.
    That much I know. I am wondering what its killer feature is that Gene
    wants to work so hard to make it run on a headless single board computer that one would think to be wholly unsuitable for running GUI apps.

    armbian in the full desktop version runs noticeably slower than it runs
    on amd64 stuff, but its more than fast enough to run a full screen gui
    for a 3d printer. 

    Surely that (the speed) is down to how fast the particular ARM or X86
    system is. There's fast ARM systems and slow X86 ones (though I
    woiuld guess that the fastest X86 ones are faster than the fastest ARM
    ones).

    --
    Chris Green
    ·

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From gene heskett@21:1/5 to Andy Smith on Sun Dec 29 00:40:01 2024
    On 12/28/24 15:49, Andy Smith wrote:
    Hi,

    On Sat, Dec 28, 2024 at 01:06:11PM -0500, gene heskett wrote:
    On 12/28/24 08:24, Andy Smith wrote:
    On Sat, Dec 28, 2024 at 12:53:41PM +0000, Darac Marjal wrote:
    Synaptic is a GUI frontend to apt. It's not really much different to
    aptitude, except that it's maybe a bit more mouse-friendly.
    That much I know. I am wondering what its killer feature is that Gene
    wants to work so hard to make it run on a headless single board computer >>> that one would think to be wholly unsuitable for running GUI apps.
    What would have been useful for you to tell us at this point or in any
    of your other replies:

    - How exactly you are trying to run synaptic on these Banana Pi
    computers, e.g. with display and keyboard/mouse directly attached and
    you logged in through the Mate desktop environment, *or* over the
    network by SSH in a terminal from another computer that is running the
    Mate desktop environment.

    What you instead chose to tell us:
    which from this below indicates I do it both ways.
    armbian in the full desktop version runs noticeably slower than it runs on >> amd64 stuff, but its more than fast enough to run a full screen gui for a 3d >> printer.  I'll gladly tolerate a just noticeable lag that never crashes,
    uptimes from kernel update to kernel update, with klipper/moonraker/fluidd >> feeding nginx, broadcasting to any web browser in the house that is watching >> aliasname:80, in exchange for an 18 watt power draw (including its 24" AOL >> monitor) while sitting idle between jobs. I use firefox to localhost:80 on >> the local machine actually running the printer at speeds around 10x what it >> could do OOTB 4 years ago when it was new.

    FWIW, I probably have another $2000 in better hdwe., much of which I
    designed in OpenSCAD. I may ask what seems to be off the wall questions
    simply hoping to glean additional info because I enjoy plowing new ground
    and making it work better.  Part of the upgrade is closed loop
    stepper/servos, because they have at least a 10x improvement in the accuracy >> of motor control. The error at the instant determines motor current, running >> at 7x speeds, average motor power is 30% of the burn your hand temps the
    usual setup does, it can even reverse a motor that overshoots, putting it
    back where it belongs using around 4x the instant power if it has to. The
    latest addition is a motorized nozzle cleaner, operated as part of the
    startup gcode.

    I've got to get my web page up again, I lost it when those two seagate 2T
    drives went offline at 2 weeks accumulated runtime as I was trying make
    bookworm run now 18 months ago. It runs when it gets around to it, opening a >> local file is an automatic lockup for 30 seconds. And no one has identified >> that problem. Around 30 fresh installs with the only usb plugged in being
    the wireless button for logitek keyboard/mouse but I still get orca and
    brltty yelling every keystroke at me thru my speakers. Yet when I question >> the broken bookworm installer, I catch hell from the powers that be here.
    Total denial that the problem exists has been the universal response.
    Thanks,
    Andy

    Cheers, Gene Heskett, CET.
    --
    "There are four boxes to be used in defense of liberty:
    soap, ballot, jury, and ammo. Please use in that order."
    -Ed Howdershelt (Author, 1940)
    If we desire respect for the law, we must first make the law respectable.
    - Louis D. Brandeis

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From gene heskett@21:1/5 to Andrew M.A. Cater on Sun Dec 29 01:50:01 2024
    On 12/28/24 16:41, Andrew M.A. Cater wrote:
    On Sat, Dec 28, 2024 at 01:06:11PM -0500, gene heskett wrote:
    armbian in the full desktop version runs noticeably slower than it runs on >> amd64 stuff, but its more than fast enough to run a full screen gui for a 3d >> printer.  I'll gladly tolerate a just noticeable lag that never crashes,
    uptimes from kernel update to kernel update, with klipper/moonraker/fluidd >> feeding nginx, broadcasting to any web browser in the house that is watching >> aliasname:80, in exchange for an 18 watt power draw (including its 24" AOL >> monitor) while sitting idle between jobs. I use firefox to localhost:80 on >> the local machine actually running the printer at speeds around 10x what it >> could do OOTB 4 years ago when it was new.

    Armbian is *NOT* Debian They do things differently there. Some of their images are based on Ubuntu, others on Debian. They usually use the BSP - Board Support Package - from the hardware vendor but that could be using any kernel. We've gone through all of this multiple times, Gene: the reason
    no one can support you on Armbian is because it's basically a different
    and unknown quantity. It may be sufficently similar that we can extrapolate but it's like taking a Volkswagen into a Toyota dealer and anticipating they can fix it immediately with no prior knowledge. It might be like taking
    an EV into your friendly mechanic who has never seen one - who knows how
    long the learning curve is for all of us. That's before we get into the fact that most of us have never seen a BananaPi 5 and never will.
    Then you are missing out on the many things a pi clone can do on 5% of
    an amd64's power budget. Granted the amd64 can do it 20x faster,
    ignoring that the pi clone is fast enough. Debian seems to treat the
    arm64's a toy.
    <snippage: interesting stuff on how to get lathes, machine tools, 3D printers to play nicely but irrelevant here>
    That is called putting the tech to work, more than earning its keep.
    I've got to get my web page up again, I lost it when those two seagate 2T
    drives went offline at 2 weeks accumulated runtime as I was trying make
    bookworm run now 18 months ago. It runs when it gets around to it, opening a >> local file is an automatic lockup for 30 seconds. And no one has identified >> that problem. Around 30 fresh installs with the only usb plugged in being
    the wireless button for logitek keyboard/mouse but I still get orca and
    brltty yelling every keystroke at me thru my speakers. Yet when I question >> the broken bookworm installer, I catch hell from the powers that be here.
    Total denial that the problem exists has been the universal response.

    The lock ups are indeterminate because you can't ever tell us what you've done
    bs, I have described exactly what I've done but you treat it as TLDR.
    to get into this state. At this point, bringing up orca and brltty is once again old news and not relevant. Ten days or two weeks ago, you promised
    that this would be the end of this because you'd go and finally do a clean install as install 31. Please do so - simplify everything, unmount your RAID until you've done a basic install and come back when you can show history
    of what you've done. I don't deny that you have problems but the vagueness
    of response over a period of years doesn't help you plead your case.
    And the bookworm install isn't irremediably broken - thousands of installs
    by other people suggest that the problem may be yours and yours alone.

    I'll not argue  that point but I can't cross a wireless keyboard/mouse
    button receiver button as being responsible for this when I've
    repeatedly been told its because the installer found a serial adaptor
    whose feed cable to an x10  cm11a is laying on the floor unplugged
    during the many installs. it isn't wireless and its unplugged. If that
    is not clear enough I don't know how else to explain it. To strip this
    machine down to just one drive, reinstall yet again, then remount my
    /home drive over what the installer makes is a major undertaking as
    there's currently 2 other drive controllers to be removed or disabled, installed alongside the 6 sata-ii ports this board has.  I'm not willing
    to take the chance the installer might decide to format everything else
    it finds. I've had that actually happen, loosing a couple months work I
    had to re-invent. Back around stretch or jessie time,  No thanks. The installer should NOT decide to install stuff I have purposely skipped
    during the install, but it has installed and made live orca and brltty
    around 30 times. Most of those 30 installs were because by the time I
    had stuffed a hot potato into orcas mouth by removing the exec bits from
    the perms, it was not possible to reboot, it got stuck waiting for orca
    the come live, so a reboot was done by reinstalling.

    With nothing plugged into a usb port but the logitek button.  I don't
    own a wired mouse except the 37 yo 1200 baud serial mouse on my now
    deceased from dried out caps color computer 3.  And there is not even a compatible db9 on this computer. Time marches on. The person running the installer should have the final say on whats installed, he does not.
    After all my mewling about it. Apt finally was able to remove it w/o
    tearing the system down to text only. which is where I'm at now, but
    with a 30 second total lockup when I open a local file before the file requestor appears and the machine is unlocked again.. What the hell is
    it waiting on?  A lot of fingers in the reddit postings point at polkit,
    but I have installed everything mentioned to zero effect.

    <snippage of similar incomprehension of exactly what it is you are doing
    from Andy Smith>

    All the very best, as ever,

    Andrew Cater
    (amacater@debian.org)

    Cheers, Gene Heskett, CET.
    --
    "There are four boxes to be used in defense of liberty:
    soap, ballot, jury, and ammo. Please use in that order."
    -Ed Howdershelt (Author, 1940)
    If we desire respect for the law, we must first make the law respectable.
    - Louis D. Brandeis

    .

    Cheers, Gene Heskett, CET.
    --
    "There are four boxes to be used in defense of liberty:
    soap, ballot, jury, and ammo. Please use in that order."
    -Ed Howdershelt (Author, 1940)
    If we desire respect for the law, we must first make the law respectable.
    - Louis D. Brandeis

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From tomas@tuxteam.de@21:1/5 to gene heskett on Sun Dec 29 07:40:01 2024
    On Sat, Dec 28, 2024 at 07:46:09PM -0500, gene heskett wrote:

    On 12/28/24 16:41, Andrew M.A. Cater wrote:

    [...]

    Armbian is *NOT* Debian They do things differently there [...]

    Then you are missing out on the many things a pi clone can do on 5% of an amd64's power budget. Granted the amd64 can do it 20x faster, ignoring that the pi clone is fast enough. Debian seems to treat the arm64's a toy.

    Gene, this is a totally irrelevant answer to what Andrew said. Raspi
    might be the best invention since sliced bread and still, asking for
    Armbian advice in a Debian group is at least... fraught.

    BTW, there is a semi-official Debian for Raspberry Pi, if you care.
    Getting a custom kernel up and running on it (as you seem to need for
    your lathe work) might be easier or more difficult than on Armbian.

    YMMV.

    Cheers
    --
    tomás

    -----BEGIN PGP SIGNATURE-----

    iF0EABECAB0WIQRp53liolZD6iXhAoIFyCz1etHaRgUCZ3DseAAKCRAFyCz1etHa RrFHAJ9G6flJhQ87bXpdg3wricYLPqWnJACfUcVCfgQGf0wp+TjTnBiYubnfvXo=
    =NdDJ
    -----END PGP SIGNATURE-----

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From tomas@tuxteam.de@21:1/5 to gene heskett on Sun Dec 29 08:00:01 2024
    On Sun, Dec 29, 2024 at 01:56:06AM -0500, gene heskett wrote:

    [...]

    I'm running one, about a year old now, on an actual rpi4b to run my biggest lathe, but the last arm64 installer can't find its net interface even if you fill in the blanks.  Armbian Just Works. Why can't debian-arm?

    I haven't the hardware, so I can't find out.

    Cheers
    --
    t

    -----BEGIN PGP SIGNATURE-----

    iF0EABECAB0WIQRp53liolZD6iXhAoIFyCz1etHaRgUCZ3Dy2wAKCRAFyCz1etHa RrTPAJ0fGWFeY+y2DTlnkpcDJMArhyHzLwCfQu/4Xqr+n9zdzo4Ybfb1zr0ZaYg=
    =3tHb
    -----END PGP SIGNATURE-----

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Andy Smith@21:1/5 to gene heskett on Sun Dec 29 12:50:02 2024
    Hi,

    On Sat, Dec 28, 2024 at 06:38:16PM -0500, gene heskett wrote:
    On 12/28/24 15:49, Andy Smith wrote:
    What would have been useful for you to tell us at this point or in any
    of your other replies:

    - How exactly you are trying to run synaptic on these Banana Pi
    computers, e.g. with display and keyboard/mouse directly attached and
    you logged in through the Mate desktop environment, *or* over the
    network by SSH in a terminal from another computer that is running the
    Mate desktop environment.

    What you instead chose to tell us:
    which from this below indicates I do it both ways.

    You are actively hostile to people providing help for *the actual
    problem at hand*. It would cost you nothing to be clear about what
    you're trying to do, and what fails. I asked effectively a direct
    question about what you're doing when the problem happens and you've not engaged. It's like you don't actually want to get this solved.

    But, as I don't actually know anything about synaptic I don't think I
    have anything useful to add now anyway. All I can say is that I don't
    think a GUI app is the right tool to be updating these things unless you
    always do all your package updates in person while sat in front of the
    machine you're updating.

    Regards and good luck,
    Andy

    --
    https://bitfolk.com/ -- No-nonsense VPS hosting

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Stefan Monnier@21:1/5 to All on Sun Dec 29 16:10:02 2024
    Armbian is *NOT* Debian They do things differently there. Some of their [...]
    Then you are missing out on the many things a pi clone can do on 5% of an amd64's power budget. Granted the amd64 can do it 20x faster, ignoring that the pi clone is fast enough. Debian seems to treat the arm64's a toy.

    FWIW, I've been using ARM-based SBCs for more than 10 years (4 different boards, I'm ashamed to say) and have used Debian on all of them. So no:
    you don't need Armbian to make use of that kind of hardware.


    Stefan

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Anssi Saari@21:1/5 to Stefan Monnier on Mon Dec 30 17:20:02 2024
    Stefan Monnier <monnier@iro.umontreal.ca> writes:

    FWIW, I've been using ARM-based SBCs for more than 10 years (4 different boards, I'm ashamed to say) and have used Debian on all of them. So no:
    you don't need Armbian to make use of that kind of hardware.

    OK, which ones? I'm only aware of the Rock64 and it's not exactly modern
    or fully supported but would work for my purposes.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Stefan Monnier@21:1/5 to All on Mon Dec 30 18:10:01 2024
    Anssi Saari [2024-12-30 18:16:25] wrote:
    Stefan Monnier <monnier@iro.umontreal.ca> writes:
    FWIW, I've been using ARM-based SBCs for more than 10 years (4 different
    boards, I'm ashamed to say) and have used Debian on all of them. So no:
    you don't need Armbian to make use of that kind of hardware.
    OK, which ones?

    First Mele A2000, then a Banana Pi (still in use tho in need of
    replacement) + Orange Pi mini, and more recently an Odroid-M1.

    I'm only aware of the Rock64 and it's not exactly modern
    or fully supported but would work for my purposes.

    I don't think anyone needs "fully supported", so the details will really
    depend on your specific needs. Personally, I use the boards as small
    headless servers, and choose the boards I buy by consulting the latest
    Linux kernel's DTS files to see which boards (and which features of
    those boards) are supported by the vanilla kernel. You don't really
    need to understand the DTS "language", you can usually search for terms
    like "usb", "eth", "sata", "pci", "hdmi", ... to get a good first approximation. If needed, you can often confirm your understanding by consulting the Git history of the lines with the keywords of interest.

    I've never used Debian's installer on those boards, and don't even know
    if Debian officially "supports" them.


    Stefan

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Anssi Saari@21:1/5 to Stefan Monnier on Tue Dec 31 10:00:02 2024
    Stefan Monnier <monnier@iro.umontreal.ca> writes:

    I've never used Debian's installer on those boards, and don't even know
    if Debian officially "supports" them.

    So how do you install Debian on those ARM boards? Put some image on
    whatever storage they have? In fact, that's what I've done with my
    Raspberry Pi Computer Module form. Debian didn't boot on that for some
    reason so I went with Ubuntu.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Stefan Monnier@21:1/5 to All on Tue Dec 31 16:30:01 2024
    I've never used Debian's installer on those boards, and don't even know
    if Debian officially "supports" them.
    So how do you install Debian on those ARM boards? Put some image on
    whatever storage they have?

    Sometimes I used cloned another system, and other times I used
    Debootstrap running from one of the "images" provided by the board maker
    (all those images suck, IMO: they're never designed with updates in mind).


    Stefan

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Anssi Saari@21:1/5 to Stefan Monnier on Thu Jan 2 15:50:01 2025
    Stefan Monnier <monnier@iro.umontreal.ca> writes:

    Sometimes I used cloned another system, and other times I used
    Debootstrap running from one of the "images" provided by the board maker
    (all those images suck, IMO: they're never designed with updates in mind).

    Indeed, thanks. Previously I've dismissed these patched Debians on
    someone's Google Drive or whatever. Didn't realize they can be used to
    get real Debian going.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From gene heskett@21:1/5 to All on Sat Dec 28 02:30:02 2024
    When is that going to happen? Trying to maintain debian-arm stuff blind
    is a pita. I want to SEE whats available.

    Cheers, Gene Heskett, CET.

    --
    "There are four boxes to be used in defense of liberty:
    soap, ballot, jury, and ammo. Please use in that order."
    -Ed Howdershelt (Author, 1940)
    If we desire respect for the law, we must first make the law respectable.
    - Louis D. Brandeis

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Christian Britz@21:1/5 to All on Sat Dec 28 02:40:01 2024
    Hi Gene

    Am 28.12.24 um 02:26 schrieb gene heskett:
    When is that going to happen? Trying to maintain debian-arm stuff blind
    is a pita. I want to SEE whats available.

    I just switched KDE Plasma to wayland, to test.
    synaptic-pkexec runs perfectly (without sudo). Why would you want to use
    sudo?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From gene heskett@21:1/5 to Christian Britz on Sat Dec 28 03:10:01 2024
    On 12/27/24 20:37, Christian Britz wrote:
    Hi Gene

    Am 28.12.24 um 02:26 schrieb gene heskett:
    When is that going to happen? Trying to maintain debian-arm stuff blind
    is a pita. I want to SEE whats available.
    I just switched KDE Plasma to wayland, to test.
    synaptic-pkexec runs perfectly (without sudo). Why would you want to use sudo?

    Here, on every machine runniing wayland, its totally neutered. Might run
    but can't actually do anything cuz it doesn't have root privs.

    Example:

    gene@bpi51e5p:~$ synaptic-pkexec
    ==== AUTHENTICATING FOR com.ubuntu.pkexec.synaptic ===
    Authentication is required to run the Synaptic Package Manager
    Authenticating as: Gene Heskett,,, (gene)
    Password:
    polkit-agent-helper-1: error response to PolicyKit daemon: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: No session for cookie
    ==== AUTHENTICATION FAILED ===
    Error executing command as another user: Not authorized

    This incident has been reported.
    gene@bpi51e5p:~$

    Whats it take to fix it? I am in the sudoers list.

    .

    Cheers, Gene Heskett, CET.
    --
    "There are four boxes to be used in defense of liberty:
    soap, ballot, jury, and ammo. Please use in that order."
    -Ed Howdershelt (Author, 1940)
    If we desire respect for the law, we must first make the law respectable.
    - Louis D. Brandeis

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Greg Wooledge@21:1/5 to gene heskett on Sat Dec 28 03:40:01 2024
    On Fri, Dec 27, 2024 at 21:07:27 -0500, gene heskett wrote:
    gene@bpi51e5p:~$ synaptic-pkexec
    ==== AUTHENTICATING FOR com.ubuntu.pkexec.synaptic ===
    Authentication is required to run the Synaptic Package Manager
    Authenticating as: Gene Heskett,,, (gene)
    Password:
    polkit-agent-helper-1: error response to PolicyKit daemon: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: No session for cookie ==== AUTHENTICATION FAILED ===
    Error executing command as another user: Not authorized

    This incident has been reported.
    gene@bpi51e5p:~$

    Whats it take to fix it? I am in the sudoers list.

    Well, first thing: sudoers has nothing to do with it. Totally irrelevant.

    I entered your error message into a search engine, and found some useful-looking results:

    <https://www.reddit.com/r/voidlinux/comments/set1s1/gdbuserrororgfreedesktoppolicykit1errorfailed_no/>
    <https://www.reddit.com/r/debian/comments/4h33rs/pkexec_authentication_failure/>

    The first is from Void Linux, and the second from Debian. Both say
    basically the same thing: you need to have some kind of "polkit agent" installed and running as part of your session.

    I don't know how to get one of those running, but perhaps you can read
    these results (or any other results that you get when you search for
    your own error message, instead of waiting for other people to search
    for you) and try some things.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From gene heskett@21:1/5 to Greg Wooledge on Sat Dec 28 04:50:01 2024
    On 12/27/24 21:30, Greg Wooledge wrote:
    On Fri, Dec 27, 2024 at 21:07:27 -0500, gene heskett wrote:
    gene@bpi51e5p:~$ synaptic-pkexec
    ==== AUTHENTICATING FOR com.ubuntu.pkexec.synaptic ===
    Authentication is required to run the Synaptic Package Manager
    Authenticating as: Gene Heskett,,, (gene)
    Password:
    polkit-agent-helper-1: error response to PolicyKit daemon:
    GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: No session for cookie >> ==== AUTHENTICATION FAILED ===
    Error executing command as another user: Not authorized

    This incident has been reported.
    gene@bpi51e5p:~$

    Whats it take to fix it? I am in the sudoers list.
    Well, first thing: sudoers has nothing to do with it. Totally irrelevant.

    I entered your error message into a search engine, and found some useful-looking results:

    <https://www.reddit.com/r/voidlinux/comments/set1s1/gdbuserrororgfreedesktoppolicykit1errorfailed_no/>
    <https://www.reddit.com/r/debian/comments/4h33rs/pkexec_authentication_failure/>

    running htop discloses there is not anything pollkit related running. 
    How do we get that started?

    Thanks.

    The first is from Void Linux, and the second from Debian. Both say
    basically the same thing: you need to have some kind of "polkit agent" installed and running as part of your session.

    I don't know how to get one of those running, but perhaps you can read
    these results (or any other results that you get when you search for
    your own error message, instead of waiting for other people to search
    for you) and try some things.

    .

    Cheers, Gene Heskett, CET.
    --
    "There are four boxes to be used in defense of liberty:
    soap, ballot, jury, and ammo. Please use in that order."
    -Ed Howdershelt (Author, 1940)
    If we desire respect for the law, we must first make the law respectable.
    - Louis D. Brandeis

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From gene heskett@21:1/5 to Greg Wooledge on Sat Dec 28 04:40:01 2024
    On 12/27/24 21:30, Greg Wooledge wrote:
    On Fri, Dec 27, 2024 at 21:07:27 -0500, gene heskett wrote:
    gene@bpi51e5p:~$ synaptic-pkexec
    ==== AUTHENTICATING FOR com.ubuntu.pkexec.synaptic ===
    Authentication is required to run the Synaptic Package Manager
    Authenticating as: Gene Heskett,,, (gene)
    Password:
    polkit-agent-helper-1: error response to PolicyKit daemon:
    GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: No session for cookie >> ==== AUTHENTICATION FAILED ===
    Error executing command as another user: Not authorized

    This incident has been reported.
    gene@bpi51e5p:~$

    Whats it take to fix it? I am in the sudoers list.
    Well, first thing: sudoers has nothing to do with it. Totally irrelevant.

    I entered your error message into a search engine, and found some useful-looking results:

    <https://www.reddit.com/r/voidlinux/comments/set1s1/gdbuserrororgfreedesktoppolicykit1errorfailed_no/>

    following this thread I installed policykit-gnome and policykit-mate but
    still misses the mark with a similar error msg:

    gene@bpi51e5p:~$ synaptic-pkexec
    ==== AUTHENTICATING FOR com.ubuntu.pkexec.synaptic ===
    Authentication is required to run the Synaptic Package Manager
    Authenticating as: Gene Heskett,,, (gene)
    Password:
    polkit-agent-helper-1: error response to PolicyKit daemon: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: No session for cookie
    ==== AUTHENTICATION FAILED ===
    Error executing command as another user: Not authorized

    This incident has been reported.
    gene@bpi51e5p:~$
    Am I on the right track?

    <https://www.reddit.com/r/debian/comments/4h33rs/pkexec_authentication_failure/>

    The first is from Void Linux, and the second from Debian. Both say
    basically the same thing: you need to have some kind of "polkit agent" installed and running as part of your session.

    I don't know how to get one of those running, but perhaps you can read
    these results (or any other results that you get when you search for
    your own error message, instead of waiting for other people to search
    for you) and try some things.

    .

    Cheers, Gene Heskett, CET.
    --
    "There are four boxes to be used in defense of liberty:
    soap, ballot, jury, and ammo. Please use in that order."
    -Ed Howdershelt (Author, 1940)
    If we desire respect for the law, we must first make the law respectable.
    - Louis D. Brandeis

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From gene heskett@21:1/5 to gene heskett on Sat Dec 28 05:10:01 2024
    On 12/27/24 22:47, gene heskett wrote:

    On 12/27/24 21:30, Greg Wooledge wrote:
    On Fri, Dec 27, 2024 at 21:07:27 -0500, gene heskett wrote:
    gene@bpi51e5p:~$ synaptic-pkexec
    ==== AUTHENTICATING FOR com.ubuntu.pkexec.synaptic ===
    Authentication is required to run the Synaptic Package Manager
    Authenticating as: Gene Heskett,,, (gene)
    Password:
    polkit-agent-helper-1: error response to PolicyKit daemon:
    GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: No session for
    cookie
    ==== AUTHENTICATION FAILED ===
    Error executing command as another user: Not authorized

    This incident has been reported.
    gene@bpi51e5p:~$

    Whats it take to fix it? I am in the sudoers list.
    Well, first thing: sudoers has nothing to do with it.  Totally
    irrelevant.

    I entered your error message into a search engine, and found some
    useful-looking results:

    <https://www.reddit.com/r/voidlinux/comments/set1s1/gdbuserrororgfreedesktoppolicykit1errorfailed_no/>

    <https://www.reddit.com/r/debian/comments/4h33rs/pkexec_authentication_failure/>


    running htop discloses there is not anything pollkit related running. 
    How do we get that started?

    first its polkit, single el, and there's 3 copies of polkitd running acc
    htop.


    Thanks.

    The first is from Void Linux, and the second from Debian.  Both say
    basically the same thing: you need to have some kind of "polkit agent"
    installed and running as part of your session.

    I don't know how to get one of those running, but perhaps you can read
    these results (or any other results that you get when you search for
    your own error message, instead of waiting for other people to search
    for you) and try some things.

    .

    Cheers, Gene Heskett, CET.

    Cheers, Gene Heskett, CET.
    --
    "There are four boxes to be used in defense of liberty:
    soap, ballot, jury, and ammo. Please use in that order."
    -Ed Howdershelt (Author, 1940)
    If we desire respect for the law, we must first make the law respectable.
    - Louis D. Brandeis

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Greg Wooledge@21:1/5 to gene heskett on Sat Dec 28 05:10:01 2024
    On Fri, Dec 27, 2024 at 22:37:25 -0500, gene heskett wrote:
    <https://www.reddit.com/r/voidlinux/comments/set1s1/gdbuserrororgfreedesktoppolicykit1errorfailed_no/>

    following this thread I installed policykit-gnome and policykit-mate but still misses the mark with a similar error msg:

    gene@bpi51e5p:~$ synaptic-pkexec
    ==== AUTHENTICATING FOR com.ubuntu.pkexec.synaptic ===
    Authentication is required to run the Synaptic Package Manager
    Authenticating as: Gene Heskett,,, (gene)
    Password:
    polkit-agent-helper-1: error response to PolicyKit daemon: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: No session for cookie ==== AUTHENTICATION FAILED ===
    Error executing command as another user: Not authorized

    Looks like the same error, or close enough.


    hobbit:~$ apt-cache show policykit-mate
    N: Unable to locate package policykit-mate
    E: No packages found


    I have no idea what you actually installed, or what you did with it.


    hobbit:~$ apt-cache search --names-only polkit
    [...]
    mate-polkit - MATE authentication agent for PolicyKit-1
    [...]
    hobbit:~$ apt-cache show mate-polkit
    [...]
    Description-en: MATE authentication agent for PolicyKit-1
    The mate-polkit package provides a D-Bus session bus service that is used to
    bring up authentication dialogs used for obtaining privileges.
    .
    This package contains the MATE policy kit authentication agent.


    Is that what you installed? And you simply butchered the name when
    you copied it into the email? Or does your system have a completely
    different set of packages because it's not actually Debian?

    In any case, I have no idea what you have to do to make it run.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From gene heskett@21:1/5 to gene heskett on Sat Dec 28 05:20:02 2024
    On 12/27/24 23:04, gene heskett wrote:

    On 12/27/24 22:47, gene heskett wrote:

    On 12/27/24 21:30, Greg Wooledge wrote:
    On Fri, Dec 27, 2024 at 21:07:27 -0500, gene heskett wrote:
    gene@bpi51e5p:~$ synaptic-pkexec
    ==== AUTHENTICATING FOR com.ubuntu.pkexec.synaptic ===
    Authentication is required to run the Synaptic Package Manager
    Authenticating as: Gene Heskett,,, (gene)
    Password:
    polkit-agent-helper-1: error response to PolicyKit daemon:
    GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: No session for
    cookie
    ==== AUTHENTICATION FAILED ===
    Error executing command as another user: Not authorized

    This incident has been reported.
    gene@bpi51e5p:~$

    Whats it take to fix it? I am in the sudoers list.
    Well, first thing: sudoers has nothing to do with it.  Totally
    irrelevant.

    I entered your error message into a search engine, and found some
    useful-looking results:

    <https://www.reddit.com/r/voidlinux/comments/set1s1/gdbuserrororgfreedesktoppolicykit1errorfailed_no/>

    <https://www.reddit.com/r/debian/comments/4h33rs/pkexec_authentication_failure/>


    running htop discloses there is not anything pollkit related
    running.  How do we get that started?

    first its polkit, single el, and there's 3 copies of polkitd running
    acc htop.

    Its also previously posted as missnamed, its mate-polkit I installed
    first, no effect.

    Thanks.

    The first is from Void Linux, and the second from Debian.  Both say
    basically the same thing: you need to have some kind of "polkit agent"
    installed and running as part of your session.

    I don't know how to get one of those running, but perhaps you can read
    these results (or any other results that you get when you search for
    your own error message, instead of waiting for other people to search
    for you) and try some things.

    .

    Cheers, Gene Heskett, CET.

    Cheers, Gene Heskett, CET.

    Cheers, Gene Heskett, CET.
    --
    "There are four boxes to be used in defense of liberty:
    soap, ballot, jury, and ammo. Please use in that order."
    -Ed Howdershelt (Author, 1940)
    If we desire respect for the law, we must first make the law respectable.
    - Louis D. Brandeis

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From David Wright@21:1/5 to gene heskett on Sat Dec 28 05:40:01 2024
    On Fri 27 Dec 2024 at 20:26:26 (-0500), gene heskett wrote:
    When is that going to happen? Trying to maintain debian-arm stuff
    blind is a pita. I want to SEE whats available.

    I know you won't use aptitude, so why don't you try running
    synaptic on wayland, decide what changes you want, and then
    use sudo apt to actually install/remove the packages.

    Cheers,
    David.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From gene heskett@21:1/5 to David Wright on Sat Dec 28 07:10:01 2024
    On 12/27/24 23:36, David Wright wrote:
    On Fri 27 Dec 2024 at 20:26:26 (-0500), gene heskett wrote:
    When is that going to happen? Trying to maintain debian-arm stuff
    blind is a pita. I want to SEE whats available.
    I know you won't use aptitude, so why don't you try running
    synaptic on wayland, decide what changes you want, and then
    use sudo apt to actually install/remove the packages.
    I would do that, except highlight/copypaste does not work with either
    agent.  And at 90 yo, I have a hellofatime remembering 40+ character
    command lines.

    Cheers,
    David.

    .

    Cheers, Gene Heskett, CET.
    --
    "There are four boxes to be used in defense of liberty:
    soap, ballot, jury, and ammo. Please use in that order."
    -Ed Howdershelt (Author, 1940)
    If we desire respect for the law, we must first make the law respectable.
    - Louis D. Brandeis

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Andy Smith@21:1/5 to gene heskett on Sat Dec 28 11:10:01 2024
    Hi,

    On Fri, Dec 27, 2024 at 08:26:26PM -0500, gene heskett wrote:
    When is that going to happen? Trying to maintain debian-arm stuff blind is a pita. I want to SEE whats available.

    I have never in my life felt the need to use synaptic. What am I
    missing out on?

    I just use "apt" from a terminal. apticron emails me which updates are available.

    Running headless servers but still wanting a GUI app on each and every
    one of them to manage updates? Doesn't sound like the Linux I know!

    Thanks,
    Andy

    --
    https://bitfolk.com/ -- No-nonsense VPS hosting

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