Re: Unable to associate to mobile hotspot

2023-03-07 Thread Rodrigo Cunha
> > At any rate, I've tried adding "intel_iommu=off" to my kernel parameters > and rebooted, but nothing changed. > Steps: sudo nano /etc/default/grub Change from this: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" To this: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash intel_iommu=off" Update grup: sudo u

Re: No /

2023-03-07 Thread tomas
On Tue, Mar 07, 2023 at 05:04:57PM -0600, David Wright wrote: > On Tue 07 Mar 2023 at 19:36:04 (+0100), to...@tuxteam.de wrote: > > On Tue, Mar 07, 2023 at 05:33:45PM +0100, Michael Lee wrote: > > > Is it possible to reinstall the system and still retain the settings, > > > logins, etc.?  > > > >

Re: No /

2023-03-07 Thread Rodrigo Cunha
It does not work if you want to use this host like a secure server(server.key). So why do you not install a new server with the same configuration? Commonly is suitable to install two servers, migrate services, and switch at an appropriate time. On Tue, Mar 7, 2023 at 8:05 PM David Wright wrote:

Re: how to activate my wireless card? nmtui only shows wireless connections . . .

2023-03-07 Thread David Wright
On Sun 05 Mar 2023 at 20:57:25 (+), Albretch Mueller wrote: > On 3/5/23, David Wright wrote: > > > > I run installed systems, so wifi passwords are either in individual > > /var/lib/iwd/.psk files (with iwd), or collectively in > > /etc/wpa_supplicant/.conf (with wpasupplicant/systemd-networkd

Re: Windows Subsystem for Linux Debian

2023-03-07 Thread Richmond
didier gaumet writes: > Le 07/03/2023 à 21:17, Richmond a écrit : >> I have Debian 11 on Windows Subsystem for Linux, but it is using a >> version 4 kernel. (I have established that it is debian 11 by looking in >> /etc/issue, and /etc/apt/sources). The Kernel says it is Microsoft: >> 4.4.0-19041

Re: No /

2023-03-07 Thread David Wright
On Tue 07 Mar 2023 at 19:36:04 (+0100), to...@tuxteam.de wrote: > On Tue, Mar 07, 2023 at 05:33:45PM +0100, Michael Lee wrote: > > Is it possible to reinstall the system and still retain the settings, > > logins, etc.?  > > That depends on what you understand by "settings, logins, etc". > > As ot

Re: Windows Subsystem for Linux Debian

2023-03-07 Thread Andrew M.A. Cater
sion *is* provided by Microsoft - it has been engineered by them to work with Windows. Having just updated a Windows 10 laptop - there was a wsl.exe update to install. The WSL version I had installed was from the Microsoft store as version 1.0 After the latest update today 20230307: wsl.exe --v

Re: Windows Subsystem for Linux Debian

2023-03-07 Thread didier gaumet
Le 07/03/2023 à 21:17, Richmond a écrit : I have Debian 11 on Windows Subsystem for Linux, but it is using a version 4 kernel. (I have established that it is debian 11 by looking in /etc/issue, and /etc/apt/sources). The Kernel says it is Microsoft: 4.4.0-19041-Microsoft #2311-Microsoft So I gu

Re: Unable to associate to mobile hotspot

2023-03-07 Thread Timothy M Butterworth
On Tue, Mar 7, 2023 at 9:44 AM David Wright wrote: > On Tue 07 Mar 2023 at 11:56:09 (+0100), Lucio Crusca wrote: > > > > I've read through the forum posts you linked, and the ones linked > > therein. I'm afraid it's quite a different problem. My wifi connection > > has no stability issues: it jus

Re: Windows Subsystem for Linux Debian

2023-03-07 Thread John Hasler
Richmond writes: > Who supports Debian 11 for WSL? It is in the Microsoft Store. Why is > it on version 4 kernel? No one here knows what changes Microsoft made in the process of producing WSL or why they made them. Ask Microsoft. -- John Hasler j...@sugarbit.com Elmwood, WI USA

Windows Subsystem for Linux Debian

2023-03-07 Thread Richmond
I have Debian 11 on Windows Subsystem for Linux, but it is using a version 4 kernel. (I have established that it is debian 11 by looking in /etc/issue, and /etc/apt/sources). The Kernel says it is Microsoft: 4.4.0-19041-Microsoft #2311-Microsoft So I guess this is not really a kernel? as the vers

Re: Building binary package, howto enable init.d/systemd start

2023-03-07 Thread Alexandre Rossi
Hi, > i am trying to build a binary debian package consisting of a python > script, shell scripts and a config file as daemon with either init.d or > systemd start. > > The init.d script gets installed also the systemd file, but both are not > enabled. [...] > In debian/rules is: > > #!/usr/bi

Re: No /

2023-03-07 Thread tomas
On Tue, Mar 07, 2023 at 05:33:45PM +0100, Michael Lee wrote: > Is it possible to reinstall the system and still retain the settings, > logins, etc.?  That depends on what you understand by "settings, logins, etc". As others have said in this thread: what are you trying to achieve? Why do you want

Re: No /

2023-03-07 Thread Nicolas George
Alain D D Williams (12023-03-07): > > Is it possible to reinstall the system and still retain the settings, > > logins, etc.?  > This is what backups are for. No it is not, that is complete nonsense. -- Nicolas George signature.asc Description: PGP signature

Re: No /

2023-03-07 Thread Jeffrey Walton
On Tue, Mar 7, 2023 at 11:34 AM Michael Lee wrote: > > Is it possible to reinstall the system and still retain the settings, logins, > etc.? Also see Data Management, https://www.debian.org/doc/manuals/debian-reference/ch10.en.html . Jeff

Re: No /

2023-03-07 Thread Alain D D Williams
On Tue, Mar 07, 2023 at 05:33:45PM +0100, Michael Lee wrote: > Is it possible to reinstall the system and still retain the settings, > logins, etc.?  This is what backups are for. I assume that you have something. > Michael Lee -- Alain Williams Linux/GNU Consultant - Mail systems, Web sites, N

Re: No /

2023-03-07 Thread Dan Ritter
Michael Lee wrote: > Is it possible to reinstall the system and still retain the settings, > logins, etc.?  Not as such. That said: what do you actually want to accomplish? There may be ways to do what you want with less effort. -dsr-

Re: No /

2023-03-07 Thread Charles Curley
On Tue, 07 Mar 2023 17:33:45 +0100 Michael Lee wrote: > Is it possible to reinstall the system and still retain the settings, > logins, etc.?  If you mean do a fresh installation, probably not. First off, make sure you back up everything you are likely to want. You can restore from your backups

Re: Forcing dhclient to not ignore tun0 interface when it's available

2023-03-07 Thread davenull
On 2023-03-07 16:20, Max Nikulin wrote: On 06/03/2023 19:17, davenull wrote: On 2023-03-03 06:22, Max Nikulin wrote: Perhaps the opposite. dhclient running for enp2s0f0 should detect that VPN is active and to avoid overwriting DNS settings that direct requests to tun0. Yes, indeed. I want

Re: No /

2023-03-07 Thread Greg Wooledge
On Tue, Mar 07, 2023 at 05:33:45PM +0100, Michael Lee wrote: > Is it possible to reinstall the system and still retain the settings, > logins, etc.?  I'm assuming you already know about /home and have already taken care of it. To answer the question: yes, but not easily. What you'll want to do i

No /

2023-03-07 Thread Michael Lee
Is it possible to reinstall the system and still retain the settings, logins, etc.?  Michael Lee

Re: Forcing dhclient to not ignore tun0 interface when it's available

2023-03-07 Thread davenull
On 2023-03-07 05:01, David Wright wrote: On Mon 06 Mar 2023 at 13:34:52 (+0100), daven...@tuxfamily.org wrote: On 2023-03-03 16:00, Max Nikulin wrote: > On 03/03/2023 13:29, Tim Woodall wrote: > > On Fri, 3 Mar 2023, Max Nikulin wrote: > > > > > > dhclient running for enp2s0f0 should detect that

Re: Forcing dhclient to not ignore tun0 interface when it's available

2023-03-07 Thread davenull
Hello On 2023-03-07 05:01, David Wright wrote: On Mon 06 Mar 2023 at 13:17:23 (+0100), daven...@tuxfamily.org wrote: On 2023-03-03 06:22, Max Nikulin wrote: > On 03/03/2023 10:08, Tim Woodall wrote: > > New to this thread, so might be totally off-piste but openvpn > > has hooks > > to run scrip

Re: Forcing dhclient to not ignore tun0 interface when it's available

2023-03-07 Thread Max Nikulin
On 06/03/2023 19:17, davenull wrote: On 2023-03-03 06:22, Max Nikulin wrote: Perhaps the opposite. dhclient running for enp2s0f0 should detect that VPN is active and to avoid overwriting DNS settings that direct requests to tun0. Yes, indeed. I want dhclient to NOT overwrite /etc/resolv.conf

Re: Libembree, but static

2023-03-07 Thread Roberto C . Sánchez
On Tue, Mar 07, 2023 at 03:21:00PM +0100, Julien D Arques wrote: >Hi, >We currently have libembree in .so shared library. Is it possible for the >maintainers to provide the static .a? >I use the latest available in testing 3.13.5 >Thanks I would recommend filing wishlist a bug

Re: Looking for "Package Verification with dpkg: Implementation" Document

2023-03-07 Thread David Wright
On Tue 07 Mar 2023 at 12:19:21 (+0100), Cédric Van Rompay wrote: > > I was looking at [the debsig-verify project]( > https://salsa.debian.org/dpkg-team/debsig-verify) and I cannot find which > document is refered to in this part of the man pages: > > > This program implements the verification spe

Re: Unable to associate to mobile hotspot

2023-03-07 Thread David Wright
On Tue 07 Mar 2023 at 11:56:09 (+0100), Lucio Crusca wrote: > > I've read through the forum posts you linked, and the ones linked > therein. I'm afraid it's quite a different problem. My wifi connection > has no stability issues: it just refuses to associate to this specific > hotspot, but it work

Libembree, but static

2023-03-07 Thread Julien D Arques
Hi, We currently have libembree in .so shared library. Is it possible for the maintainers to provide the static .a? I use the latest available in testing 3.13.5 Thanks

Re: Looking for "Package Verification with dpkg: Implementation" Document

2023-03-07 Thread Max Nikulin
On 07/03/2023 18:19, Cédric Van Rompay wrote: > This program implements the verification specs defined in the document, "Package Verification with dpkg: Implementation", which is a more complete reference for the verification procedure. ... Any idea which document is this refering to? From

Re: alias in bash script issue

2023-03-07 Thread Tom Browder
On Sun, Mar 5, 2023 at 07:20 Nicolas George wrote: ... > Tom Browder (12023-03-05): > > Yes, but please use its new name, Raku. Note new releases come out > monthly > so you shouldn't use the Debian packages since they are way behind. We > have I shouldn't have said "you shouldn't use the Debi

Looking for "Package Verification with dpkg: Implementation" Document

2023-03-07 Thread Cédric Van Rompay
Hi, I was looking at [the debsig-verify project]( https://salsa.debian.org/dpkg-team/debsig-verify) and I cannot find which document is refered to in this part of the man pages: > This program implements the verification specs defined in the document, "Package Verification with dpkg: Implementati

Re: Unable to associate to mobile hotspot

2023-03-07 Thread Lucio Crusca
Il 04/03/23 05:23, Rodrigo Cunha ha scritto: What is your kernel? Linux t470 6.1.0-5-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.12-1 (2023-02-15) x86_64 GNU/Linux I saw in a forum from Arch that a problem in the kernel is causing this. I've read through the forum posts you linked, and the o

Re: nvidia-driver gets a code 1

2023-03-07 Thread Anssi Saari
Charles Kroeger writes: > Where is this nvidia-open-kernel-525.89.02 ? Seems like it's lost to history. Bookworm non-free has nvidia-open-kernel-525.85.12. So maybe you just need to run apt update to have up to date package lists and then run apt upgrade? > There was an advisory by Andreas Bec

nvidia-driver gets a code 1

2023-03-07 Thread Charles Kroeger
System Information GTK 3.24.36 / GLib 2.74.5 Locale: en_US.UTF-8 (charset: UTF-8) Operating System: Linux 6.1.0-3-amd64 (x86_64) aka Debian 12 bookworm/testing I ran nvidia-detect: ~# nvidia-detect Detected NVIDIA GPUs: 01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GP108 [GeForce

Re: service vs systemctl

2023-03-07 Thread Tixy
I accidentally deleted a sentence in my last reply, here's the corrected version... On Tue, 2023-03-07 at 15:38 +0800, Ken Young wrote: > Hello > > For debian 11, service is just a wrapper to systemctl, is it right? It's a 217 line shell script and looking at it it checks for which init system i

Re: service vs systemctl

2023-03-07 Thread Tixy
On Tue, 2023-03-07 at 15:38 +0800, Ken Young wrote: > Hello > > For debian 11, service is just a wrapper to systemctl, is it right? It's a 217 line shell script and looking at it it checks for which init system is in use. So if you have systemd (Debian's default now) then yes, it will call system