Re: parallel gnu and parallel from moreutils

2025-06-04 Thread Federico Kircheis
On 02/06/2025 3:24 pm, Anssi Saari wrote: Federico Kircheis writes: I could not find any information if something like the following has already been proposed (and eventually rejected): moreutils should also provide /usr/bin/parallel.moreutils, even if gnu parallel is not installed(!) gnu

Re: parallel gnu and parallel from moreutils

2025-06-02 Thread Jonathan Dowland
On Mon Jun 2, 2025 at 2:24 PM BST, Anssi Saari wrote: I certainly don't want both parallel and parallel.moreutils in /usr/bin. How many more files would need to be added in /usr/bin to satisfy all possible conflicts? What OP wishes for is a stable path to a moreutils binary, from one or the oth

Re: parallel gnu and parallel from moreutils

2025-06-02 Thread Anssi Saari
Federico Kircheis writes: > I could not find any information if something like the following has > already been proposed (and eventually rejected): > > moreutils should also provide /usr/bin/parallel.moreutils, even if gnu > parallel is not installed(!) > > gnu parallel sho

Re: parallel gnu and parallel from moreutils

2025-06-01 Thread Greg Wooledge
On Sun, Jun 01, 2025 at 19:43:39 +0200, Federico Kircheis wrote: > moreutils should also provide /usr/bin/parallel.moreutils, even if gnu > parallel is not installed(!) > > gnu parallel should also provide /usr/bin/parallel.gnu I agree with you. However, in order to make anything

parallel gnu and parallel from moreutils

2025-06-01 Thread Federico Kircheis
Hello, Debian provides two parallel executable one from the parallel package (gnu parallel) and one from the moreutils package. When both packages are installed, /usr/bin/parallel is gnu parallel, and /usr/bin/parallel.moreutils is parallel from the moreutils package If only moreutils has

Re: Debian 12 linking issue with libvukan (undefined reference) with GNU C++ compiler/ld

2025-01-16 Thread Johannes Krottmayer
Hello Greg! On 1/16/25 21:31, Greg Wooledge wrote: > On Thu, Jan 16, 2025 at 20:27:17 +, Johannes Krottmayer wrote: >> $ g++ -lvulkan -o test test.cpp > > If I recall correctly, the library options need to be *after* the object > files that use them. Thus: > > g++ -o test test.cpp -lvu

Re: Debian 12 linking issue with libvukan (undefined reference) with GNU C++ compiler/ld

2025-01-16 Thread Greg Wooledge
On Thu, Jan 16, 2025 at 20:27:17 +, Johannes Krottmayer wrote: > $ g++ -lvulkan -o test test.cpp If I recall correctly, the library options need to be *after* the object files that use them. Thus: g++ -o test test.cpp -lvulkan

Debian 12 linking issue with libvukan (undefined reference) with GNU C++ compiler/ld

2025-01-16 Thread Johannes Krottmayer
Hello, I have encountered an issue when trying to compile and link against libvulkan with the GNU C++ compiler and GNU ld. Get 'undefined reference' errors on all library calls with: $ g++ -lvulkan -o test test.cpp The related package is installed on my system (also the developme

Re: Debian GNU/Linux 9 is now available - from Trixie?!

2024-12-31 Thread Rafał Lichwała
laptop and two PCs) and on all of them there is the same strange issue: Discover application (the one for app management under KDE Plasma) shows the green box (at the top of the app window) with text: "Debian GNU/Linux 9 is now available." - with button "Upgrade Now" on

Debian GNU/Linux 9 is now available - from Trixie?!

2024-12-31 Thread Rafał Lichwała
Hi, I've got Debian Trixie installed on three different machines (one laptop and two PCs) and on all of them there is the same strange issue: Discover application (the one for app management under KDE Plasma) shows the green box (at the top of the app window) with text: "Debian G

Re: Configuration of files on Debian GNU/Linux

2024-10-12 Thread jeremy ardley
On 13/10/24 08:36, William Torrez Corea wrote: I configure a file for example /etc/network/interfaces.d Configure the file, save and exit but the changes are not made. I need to make a second configuration. For me it is a waste of time. What happened? -- With kindest regards, William.

Re: Configuration of files on Debian GNU/Linux

2024-10-12 Thread Charles Curley
On Sat, 12 Oct 2024 18:36:34 -0600 William Torrez Corea wrote: > I configure a file for example /etc/network/interfaces.d /etc/network/interfaces.d is a directory; I suspect you mean you write a configuration file in /etc/network/interfaces.d. > > Configure the file, save and exit but the chan

Re: Configuration of files on Debian GNU/Linux

2024-10-12 Thread Dan Ritter
William Torrez Corea wrote: > I configure a file for example /etc/network/interfaces.d > > Configure the file, save and exit but the changes are not made. I need to > make a second configuration. Do you mean that the file was not saved to disk, or were you expecting something else to happen? Mo

Re: Configuration of files on Debian GNU/Linux

2024-10-12 Thread Greg Wooledge
On Sat, Oct 12, 2024 at 18:36:34 -0600, William Torrez Corea wrote: > I configure a file for example /etc/network/interfaces.d That's a directory, not a file. > Configure the file, save and exit but the changes are not made. I need to > make a second configuration. > > For me it is a waste of ti

Configuration of files on Debian GNU/Linux

2024-10-12 Thread William Torrez Corea
I configure a file for example /etc/network/interfaces.d Configure the file, save and exit but the changes are not made. I need to make a second configuration. For me it is a waste of time. What happened? -- With kindest regards, William. *Larry Wall invented a messy programming language --

Re: Availability of "Debian GNU/Linux Installation Guide" for OFFLINE use

2024-09-22 Thread David Wright
(-0500), Richard Owlett wrote: > > > > > Is the AMD64 version of "Debian GNU/Linux Installation Guide" > > > > > available as a single file. > > > > > > > > > > I need it available when the network is not. > > > > > &

Re: Availability of "Debian GNU/Linux Installation Guide" for OFFLINE use

2024-09-22 Thread Richard Owlett
On 09/19/2024 09:16 AM, Richard Owlett wrote: Is the AMD64 version of "Debian GNU/Linux Installation Guide" available as a single file. I need it available when the network is not. IF you have *already* installed Debian, the individual HTML files and compressed copies of the PDF

Re: Availability of "Debian GNU/Linux Installation Guide" for OFFLINE use

2024-09-21 Thread Richard Owlett
On 09/20/2024 10:57 AM, David Wright wrote: On Fri 20 Sep 2024 at 07:53:28 (-0500), Richard Owlett wrote: On 09/19/2024 10:04 AM, David Wright wrote: On Thu 19 Sep 2024 at 09:16:25 (-0500), Richard Owlett wrote: Is the AMD64 version of "Debian GNU/Linux Installation Guide" avai

Re: Availability of "Debian GNU/Linux Installation Guide" for OFFLINE use

2024-09-20 Thread David Wright
On Fri 20 Sep 2024 at 07:53:28 (-0500), Richard Owlett wrote: > On 09/19/2024 10:04 AM, David Wright wrote: > > On Thu 19 Sep 2024 at 09:16:25 (-0500), Richard Owlett wrote: > > > Is the AMD64 version of "Debian GNU/Linux Installation Guide" > > > available as

Re: Availability of "Debian GNU/Linux Installation Guide" for OFFLINE use

2024-09-20 Thread Richard Owlett
On 09/19/2024 10:04 AM, David Wright wrote: On Thu 19 Sep 2024 at 09:16:25 (-0500), Richard Owlett wrote: Is the AMD64 version of "Debian GNU/Linux Installation Guide" available as a single file. I need it available when the network is not. It would be convenient if a copy of

Re: Availability of "Debian GNU/Linux Installation Guide" for OFFLINE use

2024-09-19 Thread David Wright
On Thu 19 Sep 2024 at 09:16:25 (-0500), Richard Owlett wrote: > Is the AMD64 version of "Debian GNU/Linux Installation Guide" > available as a single file. > > I need it available when the network is not. > > It would be convenient if a copy of the menus appearing

Re: Availability of "Debian GNU/Linux Installation Guide" for OFFLINE use

2024-09-19 Thread DdB
Am 19.09.2024 um 16:16 schrieb Richard Owlett: > Is the AMD64 version of "Debian GNU/Linux Installation Guide" available > as a single file How about doing your homework? > perplexity.ai: > > Is the AMD64 version of "Debian GNU/Linux Installation Guide&

Availability of "Debian GNU/Linux Installation Guide" for OFFLINE use

2024-09-19 Thread Richard Owlett
Is the AMD64 version of "Debian GNU/Linux Installation Guide" available as a single file. I need it available when the network is not. It would be convenient if a copy of the menus appearing when installing from DVD1 were available. TIA

Re: SOLVED: Re: Chromium oops: libva error: /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so

2024-01-24 Thread Charles Curley
On Wed, 24 Jan 2024 07:33:59 + Tixy wrote: > On Tue, 2024-01-23 at 13:34 -0700, Charles Curley wrote: > [...] > > As you've already found out, that's not the latest one, and if I'm not > mistaken is the one that introduce a wifi bug [1], so that could > explain it getting stuck in the wif

Re: SOLVED: Re: Chromium oops: libva error: /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so

2024-01-23 Thread Tixy
On Tue, 2024-01-23 at 13:34 -0700, Charles Curley wrote: > I went to shut down the machine, and it got stuck trying to shut down > wpa_supplicant and Network Manager. Ten minutes into the shutdown, I > finally pulled the plug. A few reboots and shutdowns later, I decided > to try another kernel. I

Re: SOLVED: Re: Chromium oops: libva error: /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so

2024-01-23 Thread Charles Curley
On Wed, 24 Jan 2024 09:25:58 +0700 Max Nikulin wrote: > On 24/01/2024 03:34, Charles Curley wrote: > > So I purged the newer kernel, inux-image-6.1.0-15-amd64 > > The current kernel is linux-image-6.1.0-17-amd64 > > Perhaps you have not restored your sources.list or apt preferences > after th

Re: SOLVED: Re: Chromium oops: libva error: /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so

2024-01-23 Thread Max Nikulin
On 24/01/2024 03:34, Charles Curley wrote: So I purged the newer kernel, inux-image-6.1.0-15-amd64 The current kernel is linux-image-6.1.0-17-amd64 Perhaps you have not restored your sources.list or apt preferences after the accidents with kernel bugs. Check that nothing extra is added and n

SOLVED: Re: Chromium oops: libva error: /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so

2024-01-23 Thread Charles Curley
run chromium, I get: > > charles@jhegaala:~$ chromium & > [2] 33609 > charles@jhegaala:~$ libva error: > /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so init failed > > charles@jhegaala:~$ I seem to have solved this problem, entirely by accident. I went to shut down the

Re: Chromium oops: libva error: /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so

2024-01-22 Thread Max Nikulin
On 19/01/2024 04:08, Charles Curley wrote: charles@jhegaala:~$ chromium chrome://gpu libva error: /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so init failed ^C Killed charles@jhegaala:~$ I did a killall -9 in another window to kill it. Does it happen in the case of a new system user and a new

Re: Chromium oops: libva error: /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so

2024-01-18 Thread Max Nikulin
On 19/01/2024 04:08, Charles Curley wrote: On Fri, 19 Jan 2024 00:02:44 +0700 Max Nikulin wrote: Have you faced real issues namely with hardware acceleration? Other than this, not that I know of. I do not think the message concerning iHD is related to any real issue. I see "oops" in the

Re: Chromium oops: libva error: /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so

2024-01-18 Thread Charles Curley
itches in https://peter.sh/experiments/chromium-command-line-switches/, to no avail. > > chrome://gpu may provide more info. > Alas, chromium never gets far enough to deliver useful information. charles@jhegaala:~$ chromium chrome://gpu libva error: /usr/lib/x86_64-linux-gnu/dri

Re: Chromium oops: libva error: /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so

2024-01-18 Thread Max Nikulin
On 14/01/2024 00:19, Charles Curley wrote: charles@jhegaala:~$ chromium & [2] 33609 charles@jhegaala:~$ libva error: /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so init failed charles@jhegaala:~$ vainfo libva info: VA-API version 1.17.0 libva info: Trying to open /usr/lib/x86_64-linux-gnu

Chromium oops: libva error: /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so

2024-01-13 Thread Charles Curley
aala:~$ libva error: /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so init failed charles@jhegaala:~$ ps PID TTY TIME CMD 32502 pts/800:00:00 bash 32506 pts/800:00:04 emacs 33609 pts/800:00:00 chromium 33630 pts/800:00:00 chromium 33631 pts/800:00:00 chromium 3

Re: Debian GNU/Linux Books

2023-11-16 Thread Max Nikulin
On 14/11/2023 19:52, Махно wrote: > # apt-get install debian-handbook This package contains the English book covering Debian 8 “Jessie” Package description has not been updated. debian-handbook (11.20220922) unstable; urgency=medium [...] [ Raphaël Hertzog ] * Update the book to be base

Re: Debian GNU/Linux Books

2023-11-14 Thread Махно
> # apt-get install debian-handbook This package contains the English book covering Debian 8 “Jessie” 2023-11-14, an, 01:31 John Hasler rašė: > > Much about Debian *doesn't* change. A book about it with > Bookworm/Trixie as an example and including a discussion of how it does > change could be

Re: Debian GNU/Linux Books

2023-11-13 Thread John Hasler
Much about Debian *doesn't* change. A book about it with Bookworm/Trixie as an example and including a discussion of how it does change could be quite useful. It could be updated every few years. -- John Hasler j...@sugarbit.com Elmwood, WI USA

Re: Debian GNU/Linux Books

2023-11-13 Thread songbird
Timothy M Butterworth wrote: > All, > > I have been looking for commercial books written about Debian and there is > very little selection. I am considering writing an updated Debian GNU/Linux > Bible for Bookworm/Trixie. Before I started writing it I was wondering if > an

Re: Debian GNU/Linux Books

2023-11-12 Thread gene heskett
On 11/12/23 09:29, Andy Smith wrote: Hello, On Sun, Nov 12, 2023 at 11:46:46AM +, Andrew M.A. Cater wrote: I do tend to rely on the knowledge and expertise here: Greg - how would you rate the chances of physical copies of your Bash guides, for example? It is an interesting question to ask

Re: Debian GNU/Linux Books

2023-11-12 Thread David Christensen
On 11/11/23 22:35, Timothy M Butterworth wrote: I have been looking for commercial books written about Debian and there is very little selection. I am considering writing an updated Debian GNU/Linux Bible for Bookworm/Trixie. Before I started writing it I was wondering if anyone would even be

Re: Debian GNU/Linux Books

2023-11-12 Thread Aleix Piulachs
I think the books help some commands and software, for me are good to start with El El dom, 12 nov 2023 a las 15:51, Greg Wooledge escribió: > On Sun, Nov 12, 2023 at 02:28:33PM +, Andy Smith wrote: > > On Sun, Nov 12, 2023 at 11:46:46AM +, Andrew M.A. Cater wrote: > > > I do tend to rel

Re: Debian GNU/Linux Books

2023-11-12 Thread Dan Ritter
Marco Moock wrote: > Am 12.11.2023 um 06:46:42 Uhr schrieb Dan Ritter: > > > sysvinit is still a valid and supported init for Debian. > > But people need to know that it isn't by default and that they need to > replace systemd to use switch to sysvinit if they want. Not installed by default is

Re: Debian GNU/Linux Books

2023-11-12 Thread Greg Wooledge
On Sun, Nov 12, 2023 at 02:28:33PM +, Andy Smith wrote: > On Sun, Nov 12, 2023 at 11:46:46AM +, Andrew M.A. Cater wrote: > > I do tend to rely on the knowledge and expertise here: Greg - how > > would you rate the chances of physical copies of your Bash guides, > > for example? I'm not goi

Re: Debian GNU/Linux Books

2023-11-12 Thread Andy Smith
Hello, On Sun, Nov 12, 2023 at 11:46:46AM +, Andrew M.A. Cater wrote: > I do tend to rely on the knowledge and expertise here: Greg - how > would you rate the chances of physical copies of your Bash guides, > for example? It is an interesting question to ask for this resource specifically, be

Re: Debian GNU/Linux Books

2023-11-12 Thread Dan Ritter
Marco Moock wrote: > Am 12.11.2023 um 12:05:30 Uhr schrieb Roger Price: > > > Are you saying that I should stop relying on my Dr Linux 4th Ed. > > ©1996 ? What's going on here ? Can't trust anything these days. > > If you know what information is still applicable today (like using cd, > ls, vi

Re: Debian GNU/Linux Books

2023-11-12 Thread Marco Moock
Am 12.11.2023 um 06:46:42 Uhr schrieb Dan Ritter: > sysvinit is still a valid and supported init for Debian. But people need to know that it isn't by default and that they need to replace systemd to use switch to sysvinit if they want.

Re: Debian GNU/Linux Books

2023-11-12 Thread Andrew M.A. Cater
On Sun, Nov 12, 2023 at 01:35:25AM -0500, Timothy M Butterworth wrote: > All, > > I have been looking for commercial books written about Debian and there is > very little selection. I am considering writing an updated Debian GNU/Linux > Bible for Bookworm/Trixie. Before I started w

Re: Debian GNU/Linux Books

2023-11-12 Thread Marco Moock
Am 12.11.2023 um 12:05:30 Uhr schrieb Roger Price: > Are you saying that I should stop relying on my Dr Linux 4th Ed. > ©1996 ? What's going on here ? Can't trust anything these days. If you know what information is still applicable today (like using cd, ls, vi etc.) and which isn't (Sysvinit,

Re: Debian GNU/Linux Books

2023-11-12 Thread Roger Price
On Sun, 12 Nov 2023, Marco Moock wrote: I don't think book are a good way to teach stuff that changes. A wiki (maybe with paid access, like RedHat does) is much more better than a book that can't be updated and will be mostly useless with the next release because beginner don't know which parts

Re: Debian GNU/Linux Books

2023-11-12 Thread Bret Busby
On 12/11/23 18:07, Marco Moock wrote: Am 12.11.2023 um 17:56:46 Uhr schrieb Bret Busby: I still have my "Debian GNU/Linux 3.1 Bible" and other relevant Linux printed texts. But how relevant is it still? Many things changed and especially for beginners those books are useless tod

Re: Debian GNU/Linux Books

2023-11-12 Thread Marco Moock
Am 12.11.2023 um 17:56:46 Uhr schrieb Bret Busby: > I still have my "Debian GNU/Linux 3.1 Bible" and other relevant Linux > printed texts. But how relevant is it still? Many things changed and especially for beginners those books are useless today because they don't kno

Re: Debian GNU/Linux Books

2023-11-12 Thread Bret Busby
On 12/11/23 14:35, Timothy M Butterworth wrote: All, I have been looking for commercial books written about Debian and there is very little selection. I still have my "Debian GNU/Linux 3.1 Bible" and other relevant Linux printed texts. :) I agree with the reference to a wi

Re: Debian GNU/Linux Books

2023-11-12 Thread gene heskett
On 11/12/23 03:38, Marco Moock wrote: Am 12.11.2023 um 01:35:25 Uhr schrieb Timothy M Butterworth: I have been looking for commercial books written about Debian and there is very little selection. I am considering writing an updated Debian GNU/Linux Bible for Bookworm/Trixie. Before I started

Re: Debian GNU/Linux Books

2023-11-12 Thread David
On Sun, 12 Nov 2023 at 06:36, Timothy M Butterworth wrote: > I have been looking for commercial books written about Debian and > there is very little selection. I am considering writing an updated > Debian GNU/Linux Bible for Bookworm/Trixie. Before I started writing > it I was

Re: Debian GNU/Linux Books

2023-11-12 Thread Marco Moock
Am 12.11.2023 um 01:35:25 Uhr schrieb Timothy M Butterworth: > I have been looking for commercial books written about Debian and > there is very little selection. I am considering writing an updated > Debian GNU/Linux Bible for Bookworm/Trixie. Before I started writing > it I was

Debian GNU/Linux Books

2023-11-11 Thread Timothy M Butterworth
All, I have been looking for commercial books written about Debian and there is very little selection. I am considering writing an updated Debian GNU/Linux Bible for Bookworm/Trixie. Before I started writing it I was wondering if anyone would even be interested in buying a copy of it? Thanks

Re: Which Network Controller Card handling Wi-Fi, Bluetooth, etc., connectivities, is GNU/Linux Approved/certified, and would be (1) compatible with my HP laptop's motherboard, and (2) could replace t

2023-10-29 Thread Andy Smith
Hello, On Sun, Oct 29, 2023 at 07:04:35PM +0530, Susmita/Rajib wrote: > Dear Mr. Cater, Thank you for your post, re-forming the subject-line > and your query. Why are you reforming Andrew's subject line? It seemed like a very sensible subject line. > I request you not to rename the subject of th

Re: Which Network Controller Card handling Wi-Fi, Bluetooth, etc., connectivities, is GNU/Linux Approved/certified, and would be (1) compatible with my HP laptop's motherboard, and (2) could replace t

2023-10-29 Thread Susmita/Rajib
Dear Mr. Cater, Thank you for your post, re-forming the subject-line and your query. Since this part is over, please let this subject thread remain closed. I won't post any further messages ion it. It would be a different matter if someone posts on the thread and I am obliged to reply to that quer

Re: Which Network Controller Card handling Wi-Fi, Bluetooth, etc., connectivities, is GNU/Linux Approved/certified, and would be (1) compatible with my HP laptop's motherboard, and (2) could replace t

2023-10-29 Thread Susmita/Rajib
I have had a conversation with the Team ThinkPenguin for the wireless N model model. Their USB WiFi dongle is only for WiFi connectivity. Not for Bluetooth. The team has been very transparent with sharing information, and I thank you for letting me know about such an empowering team surviving with

Re: Which Network Controller Card handling Wi-Fi, Bluetooth, etc., connectivities, is GNU/Linux Approved/certified, and would be (1) compatible with my HP laptop's motherboard, and (2) could replace t

2023-10-28 Thread Susmita/Rajib
sure to survive competition given the sheer number of FSF, GNU/Linux users, including the Debian, Arch, Manjaro, Ubuntu, et al, users all over the world. I have sent an email to ThinkPenguin for the wireless N model model using their Contact webpage. Best wishes, Rajib Etc.

Re: Which Network Controller Card handling Wi-Fi, Bluetooth, etc., connectivities, is GNU/Linux Approved/certified, and would be (1) compatible with my HP laptop's motherboard, and (2) could replace t

2023-10-28 Thread Timothy M Butterworth
l of this thread with the present Subject. > > I desire a Debian approved list for perfectly compatible > Wireless-Bluetooth Cards. The FSF only has one WiFi adapater approved as free software. It is a wireless N model. https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb

Re: Which Network Controller Card handling Wi-Fi, Bluetooth, etc., connectivities, is GNU/Linux Approved/certified, and would be (1) compatible with my HP laptop's motherboard, and (2) could replace t

2023-10-28 Thread Marco M.
Am 28.10.2023 um 17:22:18 Uhr schrieb Susmita/Rajib: > I am still hoping, despite what Mr.Purgert suggests in his post: > https://lists.debian.org/debian-user/2023/10/msg00654.html, that I > will be able to find a Debian-approved wireless networking card and > that my HP laptop BIOS would allow it

Re: Which Network Controller Card handling Wi-Fi, Bluetooth, etc., connectivities, is GNU/Linux Approved/certified, and would be (1) compatible with my HP laptop's motherboard, and (2) could replace t

2023-10-28 Thread Andrew M.A. Cater
On Sat, Oct 28, 2023 at 05:22:18PM +0530, Susmita/Rajib wrote: > My dear Illustrious Leaders and Senior Members of the debian-user Mailing > List, > > I would again return to my earlier post at: > https://lists.debian.org/debian-user/2023/10/msg00650.html > > That is, the First Mail of this thre

Re: Which Network Controller Card handling Wi-Fi, Bluetooth, etc., connectivities, is GNU/Linux Approved/certified, and would be (1) compatible with my HP laptop's motherboard, and (2) could replace t

2023-10-28 Thread Susmita/Rajib
My dear Illustrious Leaders and Senior Members of the debian-user Mailing List, I would again return to my earlier post at: https://lists.debian.org/debian-user/2023/10/msg00650.html That is, the First Mail of this thread with the present Subject. I desire a Debian approved list for perfectly co

Re: Which Network Controller Card handling Wi-Fi, Bluetooth, etc., connectivities, is GNU/Linux Approved/certified, and would be (1) compatible with my HP laptop's motherboard, and (2) could replace t

2023-10-24 Thread Susmita/Rajib
From: Dan Purgert Date: Tue, 24 Oct 2023 07:45:13 -0400 Message-id: <[🔎] zteuscplhkmsy...@framework.djph.net> In-reply-to: <[🔎] zteuscplhkmsy...@framework.djph.net> Thank you, Mr. Purgert, for replying to my message. This self-annihilating proprietary ecosystem needs to crumble down. I agree with

Re: Which Network Controller Card handling Wi-Fi, Bluetooth, etc., connectivities, is GNU/Linux Approved/certified, and would be (1) compatible with my HP laptop's motherboard, and (2) could replace t

2023-10-24 Thread Dan Purgert
On Oct 24, 2023, Susmita/Rajib wrote: > [...] > -Product- > Name : HP Notebook (Hewlett-Packard, www.hp.com) > Family: 103C_5335KV G=N L=CON B=HP (Hewlett-Packard, > www.hp.com) > Vendor: Hewlett-Packard (Hewlett-Packard, www.hp.com) > HP are generally ve

Which Network Controller Card handling Wi-Fi, Bluetooth, etc., connectivities, is GNU/Linux Approved/certified, and would be (1) compatible with my HP laptop's motherboard, and (2) could replace the "

2023-10-24 Thread Susmita/Rajib
: Computer Summary --- -Computer- Processor : Intel(R) Core(TM) i3-4005U CPU @ 1.70GHz Memory : 3950MB (1854MB used) Machine Type: Notebook Operating System: Debian GNU/Linux 11 (bullseye) Date/Time : Tue 24 Oct 2023 09:56:08

Re: libkscreenlocker5: The file "/usr/lib/x86_64-linux-gnu/libexec/kcheckpass" is NOT existent in the stable package.

2023-08-12 Thread Hans
Hi Patrick, > > The "kcheckpass"-binary was removed from kscreenlocker over a year ago, > because it was obsolete. > Hence, distributions cannot ship the binary as it is not built anymore. This is not quite correct. Kcheckpass was in the package of bullseye! And bullseye was active (aka stable)

Re: There appears to be a problem with openbox-menu for my installation from "Official Debian GNU/Linux Live 11.6.0 lxde 2022-12-17T11:46"

2023-05-30 Thread Pierre Tomon
"Susmita/Rajib" wrote: > Then there are: > /etc/xdg/menus/kf5-applications.menu > /etc/xdg/menus/lxlauncher-applications.menu > /etc/xdg/menus/lxde-applications.menu > > Then there is also another directory by name > /etc/xdg/menus/applications-merged with a .menu file > ~/.config/menus/debian-me

Re: There appears to be a problem with openbox-menu for my installation from "Official Debian GNU/Linux Live 11.6.0 lxde 2022-12-17T11:46"

2023-05-30 Thread tomas
installation from the LXDE ISO, > > `Official Debian GNU/Linux Live 11.6.0 lxde 2022-12-17T11:46`. > > > > what's OpenBox in debian world? sudo apt-get install openbox Cheers -- t signature.asc Description: PGP signature

Re: There appears to be a problem with openbox-menu for my installation from "Official Debian GNU/Linux Live 11.6.0 lxde 2022-12-17T11:46"

2023-05-30 Thread tom
> Dear Illustrious Leaders and Senior Members of Debian Users ML, > > Out of intuition, after I extensively gathered information on LXDE and > OpenBox, I checked the OpenBox installation from the LXDE ISO, > `Official Debian GNU/Linux Live 11.6.0 lxde 2022-12-17T11:46`. >

Re: There appears to be a problem with openbox-menu for my installation from "Official Debian GNU/Linux Live 11.6.0 lxde 2022-12-17T11:46"

2023-05-30 Thread Susmita/Rajib
From: Pierre Tomon Date: Tue, 30 May 2023 09:14:11 +0200 Message-id: <[🔎] 4qvkcn2zj8zmp...@smtp-2-0001.mail.infomaniak.ch> [ ... ] You need an application menu layout. cp /etc/xdg/menus/lxde-applications.menu ~/.config/menus/applications.menu [ ... ] But Mr. Tomon, what about the menus b

Re: There appears to be a problem with openbox-menu for my installation from "Official Debian GNU/Linux Live 11.6.0 lxde 2022-12-17T11:46"

2023-05-30 Thread Pierre Tomon
"Susmita/Rajib" wrote: >A package `openbox-menu` was found. Invoked the command on the >terminal. Output: > >`File $XDG_CONFIG_DIRS/applications.menu doesn't exist. Can't create >menu.` > >Any inputs please? You need an application menu layout. For example you can do: cp /etc/xdg/menus/lxde-applic

Re: There appears to be a problem with openbox-menu for my installation from "Official Debian GNU/Linux Live 11.6.0 lxde 2022-12-17T11:46"

2023-05-29 Thread 황병희
"Susmita/Rajib" writes: > Dear Illustrious Leaders and Senior Members of Debian Users ML, > > Out of intuition, after I extensively gathered information on LXDE and > OpenBox, I checked the OpenBox installation from the LXDE ISO, > `Official Debian GNU/Linux Live 11.

There appears to be a problem with openbox-menu for my installation from "Official Debian GNU/Linux Live 11.6.0 lxde 2022-12-17T11:46"

2023-05-29 Thread Susmita/Rajib
Dear Illustrious Leaders and Senior Members of Debian Users ML, Out of intuition, after I extensively gathered information on LXDE and OpenBox, I checked the OpenBox installation from the LXDE ISO, `Official Debian GNU/Linux Live 11.6.0 lxde 2022-12-17T11:46`. A package `openbox-menu` was found

[marathon.duran...@gmail.com: Re: Unsolicited GNU bc patch]

2022-10-14 Thread SDA
- Forwarded message from SDA - Date: Thu, 4 Aug 2022 20:37:47 -0400 From: SDA Subject: Re: Unsolicited GNU bc patch To: debian-user@lists.debian.org On Sat, Jul 30, 2022 at 07:29:23AM +, Thomas DiModica wrote: Hi, Thomas. I'd send this to the debian-developer email list r

Re: Unsolicited GNU bc patch

2022-08-04 Thread SDA
oss this bug report > (https://bugs.launchpad.net/ubuntu/+source/bc/+bug/1775776), but, given that > I have some familiarity with GNU bc, I decided to fix some of the issues. > Turns out, this also seems to fix the crashes reported here > (https://www.openwall.com/lists/oss-security/

Re: ISS is running GNU Linux Debian :)

2022-02-10 Thread tomas
On Thu, Feb 10, 2022 at 10:45:42PM +, Wookey wrote: > On 2022-02-10 21:39 +0100, dude wrote: > > International Space Station adopts Debian Linux, drops Windows & Red Hat > > into > > airlock X-D > > > > > > https://www.computerweekly.com/blog/Open-Source

Re: ISS is running GNU Linux Debian :)

2022-02-10 Thread Devops PK Carlisle LLC
On 2/10/22 3:39 PM, dude wrote: > > International Space Station adopts Debian Linux, drops Windows & Red > Hat into airlock X-D > > https://www.computerweekly.com/blog/Open-Source-Insider/International-Space-Station-adopts-Debian-Linux-drops-Windows-Red-Hat-into-airlock > > > Boldly

Re: ISS is running GNU Linux Debian :)

2022-02-10 Thread Bret Busby
On 11/2/22 6:45 am, Wookey wrote: On 2022-02-10 21:39 +0100, dude wrote: International Space Station adopts Debian Linux, drops Windows & Red Hat into airlock X-D https://www.computerweekly.com/blog/Open-Source-Insider/International-Space-Station-adopts

Re: ISS is running GNU Linux Debian :)

2022-02-10 Thread Bret Busby
On 11/2/22 6:29 am, pa...@quillandmouse.com wrote: On Thu, 10 Feb 2022 21:39:02 +0100 dude wrote: International Space Station adopts Debian Linux, drops Windows & Red Hat into airlock X-D https://www.computerweekly.com/blog/Open-Source-Insider/International-Space-Station-adopts-Debian-

Re: ISS is running GNU Linux Debian :)

2022-02-10 Thread Wookey
On 2022-02-10 21:39 +0100, dude wrote: > International Space Station adopts Debian Linux, drops Windows & Red Hat into > airlock X-D > > > https://www.computerweekly.com/blog/Open-Source-Insider/International-Space-Station-adopts-Debian-Linux-drops-Windows-Re

Re: ISS is running GNU Linux Debian :)

2022-02-10 Thread paulf
On Thu, 10 Feb 2022 21:39:02 +0100 dude wrote: > > International Space Station adopts Debian Linux, drops Windows & Red > Hat into airlock X-D > > https://www.computerweekly.com/blog/Open-Source-Insider/International-Space-Station-adopts-Debian-Linux-drops-Windows-Red-Hat-into-airlock > >

ISS is running GNU Linux Debian :)

2022-02-10 Thread dude
International Space Station adopts Debian Linux, drops Windows & Red Hat into airlock X-D https://www.computerweekly.com/blog/Open-Source-Insider/International-Space-Station-adopts-Debian-Linux-drops-Windows-Red-Hat-into-airlock Boldly Going, Running Linux in Space" - Sam Bishop (LCA 2022

Re: gnu screen and resizing terminal window

2022-01-27 Thread Tim Woodall
On Wed, 26 Jan 2022, Bijan Soleymani wrote: On 2022-01-26 5:55 p.m., Bijan Soleymani wrote: Actually apparently putty does support remote resizing. It just seems that our systems lack the right termcap entries. I managed to resize the putty window by running the command: resize -s height widt

Re: gnu screen and resizing terminal window

2022-01-27 Thread Tim Woodall
On Wed, 26 Jan 2022, Bijan Soleymani wrote: On 2022-01-26 1:45 p.m., Tim Woodall wrote: I have to use PuTTY to connect to a debian server. For reasons that are outwith my control the ssh session disconnects every 24 hrs. Therefore I run screen so after reconnecting I can recover to whereever

Re: gnu screen and resizing terminal window

2022-01-26 Thread Bijan Soleymani
On 2022-01-26 5:55 p.m., Bijan Soleymani wrote: Actually apparently putty does support remote resizing. It just seems that our systems lack the right termcap entries. I managed to resize the putty window by running the command: resize -s height width so: resize -s 24 80 Also adding this: term

Re: gnu screen and resizing terminal window

2022-01-26 Thread Bijan Soleymani
On 2022-01-26 5:42 p.m., Bijan Soleymani wrote: As far as I know this is not a screen feature. Putty controls the window size, it is determined by the default or whatever is saved for that session. You can change what happens when you resize the putty window on the machine running putty. There

Re: gnu screen and resizing terminal window

2022-01-26 Thread Bijan Soleymani
On 2022-01-26 1:45 p.m., Tim Woodall wrote: I have to use PuTTY to connect to a debian server. For reasons that are outwith my control the ssh session disconnects every 24 hrs. Therefore I run screen so after reconnecting I can recover to whereever I was at. However, the PuTTY window does no

Re: gnu screen and resizing terminal window

2022-01-26 Thread Andrei POPESCU
On Mi, 26 ian 22, 18:45:41, Tim Woodall wrote: > I have to use PuTTY to connect to a debian server. For reasons that are > outwith my control the ssh session disconnects every 24 hrs. > > Therefore I run screen so after reconnecting I can recover to whereever > I was at. > > However, the PuTTY wi

gnu screen and resizing terminal window

2022-01-26 Thread Tim Woodall
I have to use PuTTY to connect to a debian server. For reasons that are outwith my control the ssh session disconnects every 24 hrs. Therefore I run screen so after reconnecting I can recover to whereever I was at. However, the PuTTY window does not resize to whatever it was previously. I can fi

Need help with RoboLinux Debian/GNU-Linux

2021-01-18 Thread Burkhard Salz
Hi, I just installed Robo Linux Debian/GNU-Linux but I can not play ALL DVD Movies like GI Joe on VLC Player. Please leave me your info what to because I am only a User. Many thanks. Burkhard Salz Brahmsstrasse 27 53332 Bornheim/Germany Codex*Höflichkeit und Menschlichkeit tut nicht weh*

Re: GNU Guix

2020-09-30 Thread tomas
On Wed, Sep 30, 2020 at 08:12:37AM +0200, juh wrote: > Am 29.09.20 um 23:10 schrieb Miles Fidelman: > > The question for me, is whether Guix is mature & stable enough for > > production use - vis-a-vis say Gentoo, or building Linux-from-Scratch, > > or one of the BSDs (though SmartOS is starting to

Re: GNU Guix

2020-09-29 Thread juh
Am 29.09.20 um 23:10 schrieb Miles Fidelman: > The question for me, is whether Guix is mature & stable enough for > production use - vis-a-vis say Gentoo, or building Linux-from-Scratch, > or one of the BSDs (though SmartOS is starting to look pretty interesting). I would rather compare it to NixO

Re: GNU Guix

2020-09-29 Thread David Wright
On Tue 29 Sep 2020 at 17:10:13 (-0400), Miles Fidelman wrote: > On 9/29/20 1:04 PM, Nate Bargmann wrote: > > > I tried GNU Guix a few years back. I did not find a compelling reason > > other than package roll back to leave Debian for it. Bullseye has the > > nix-bin pac

Re: GNU Guix

2020-09-29 Thread Miles Fidelman
On 9/29/20 1:04 PM, Nate Bargmann wrote: I tried GNU Guix a few years back. I did not find a compelling reason other than package roll back to leave Debian for it. Bullseye has the nix-bin package available for those wanting to try it without leaving Debian, I guess. - Nate I've

Re: GNU Guix

2020-09-29 Thread Nate Bargmann
I tried GNU Guix a few years back. I did not find a compelling reason other than package roll back to leave Debian for it. Bullseye has the nix-bin package available for those wanting to try it without leaving Debian, I guess. - Nate -- "The optimist proclaims that we live in the best o

GNU Guix

2020-09-29 Thread Cuckoo's Calling
Hello All, I came across an amazing project called GNU Guix. So, I made an animation to introduce the novel concepts of this project. Here is the link for the video, https://gnuguix-drive.mycozy.cloud/public?sharecode=YvERPGX14g5S Please leave me a feedback on your experience. Cheers

Re: Debian GNU/Linux 9 (stretch) was broken after upgraded from stretch-backports.

2020-02-23 Thread didier . gaumet
Le dimanche 23 février 2020 00:40:05 UTC+1, Anastasios Lisgaras a écrit : [...] > I don't want to tire you out, but I would love to learn my operating > system thanks to this misfortune. If they were in my position a system > administrator or a software developer or a hacker about

Re: Debian GNU/Linux 9 (stretch) was broken after upgraded from stretch-backports.

2020-02-22 Thread Anastasios Lisgaras
ocess for me. But I will definitely do it - sooner or later. I don't want to tire you out, but I would love to learn my operating system thanks to this misfortune. If they were in my position a system administrator or a software developer or a hacker about Debian GNU/Linux, wha

Re: Debian GNU/Linux 9 (stretch) was broken after upgraded from stretch-backports.

2020-02-22 Thread didier . gaumet
Le samedi 22 février 2020 20:30:04 UTC+1, Anastasios Lisgaras a écrit : [...] > I think all is well, isn't it? > Because the last line worries me a little. > > [14666.667585] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored Yes, all the needed firmwares seem to be present. Explanation of the

  1   2   3   4   5   6   7   8   9   10   >