Re: Bios problem

2023-02-23 Thread Tim Woodall
On Fri, 24 Feb 2023, Keith Bainbridge wrote: Remember too that many distros have activated a grub setting that means it will no longer search for other installations. Turn that off: Edit the file in /etc/default named 'grub'. Add 'GRUB_DISABLE_OS_PROBER=false' anywhere in the script. Run grub

Re: Debugging what is deleting/recreating /etc/resolv.conf with wrong configuration, on debian stable

2023-02-23 Thread tomas
On Thu, Feb 23, 2023 at 11:39:03PM -0600, David Wright wrote: [...] > vpnc_script has about eight methods available for setting up and > reverting resolv.conf. Which is used depends on the presence of > a binary, checked in turn from this list: > > /etc/openwrt_release modify_resolvco

Re: Debugging what is deleting/recreating /etc/resolv.conf with wrong configuration, on debian stable

2023-02-23 Thread David Wright
On Thu 23 Feb 2023 at 10:44:35 (+0100), daven...@tuxfamily.org wrote: > On 2023-02-22 22:08, David Wright wrote: > > On Wed 22 Feb 2023 at 18:12:29 (+0100), daven...@tuxfamily.org wrote: > > > > > What I want is: setting up /etc/resolv.conf ONLY > > > - at system startup/initial network connexion

Re: Bios problem

2023-02-23 Thread Keith Bainbridge
Remember too that many distros have activated a grub setting that means it will no longer search for other installations. Turn that off: Edit the file in /etc/default named 'grub'. Add 'GRUB_DISABLE_OS_PROBER=false' anywhere in the script. Run grub install, 'grub-install' -- All the best

Re: ASM1166

2023-02-23 Thread Dan Ritter
A_Man_Without_Clue wrote: > Hi all, > > Does anybody know if Asmedia ASM1166 PCIe to SATA chip based SATA expansion > cards work well under Debian? Apparently some variants may cause a slow boot process as the chip is incorrectly detected as having 32 SATA ports instead of 6. Other than that, n

ASM1166

2023-02-23 Thread A_Man_Without_Clue
Hi all, Does anybody know if Asmedia ASM1166 PCIe to SATA chip based SATA expansion cards work well under Debian?

Re: Debian bug report etiquette

2023-02-23 Thread Jonathan Dowland
Hi, [ honouring Reply-To as set ] I might have missed many nuances in the situation but from what I've read, here's what I observe. On Thu, Feb 23, 2023 at 11:23:26AM +0900, John Crawley wrote: [3] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=901245 This is the "right" bug for your issu

Re: Bios problem

2023-02-23 Thread Andrew M.A. Cater
On Thu, Feb 23, 2023 at 12:49:25PM +, Simeone Dominique wrote: > Good afternoon, > i installed a linŭx deepin operating system in addition to debian and linŭx > mint and when i start the fujitsu it boots to the bios as if there is no > operating system. > What to do? > Good for you. > Mr. Dom

Re: Evolution doesn't receive messages in Debian 11.

2023-02-23 Thread Van Snyder
On Thu, 2023-02-23 at 15:04 -0500, Jeffrey Walton wrote: > You can probably use 'deb [arch=amd64,i386]' instead of duplicating > some of the sources. /etc/apt/sources uses deb [arch=amd64,i386]. The packages listed in /var/lib/apt/lists/*Packages are the ones that are installed.

Re: Evolution doesn't receive messages in Debian 11.

2023-02-23 Thread Jeffrey Walton
On Thu, Feb 23, 2023 at 2:47 PM Van Snyder wrote: > > On Thu, 2023-02-23 at 13:54 +1100, David wrote: > > The command I suggested reports packages whose origin is unknown to the apt > database. There's 118 of them in your output, including g++-9, many libs > and 6 kernels, pythons 2.7 and 3.9 and

Re: Evolution doesn't receive messages in Debian 11.

2023-02-23 Thread Van Snyder
On Thu, 2023-02-23 at 13:54 +1100, David wrote: > The command I suggested reports packages whose origin is unknown to > the apt > database.  There's 118 of them in your output, including g++-9, many > libs > and 6 kernels, pythons 2.7 and 3.9 and perl 5. > > My understanding of the origin = (inst

Re: Whole-disk RAID and GPT/UEFI

2023-02-23 Thread Tim Woodall
On Wed, 22 Feb 2023, Nicolas George wrote: Hi. Is there a solution to have a whole-disk RAID (software, mdadm) that is also partitioned in GPT and bootable in UEFI? I've wanted this but settled for using dd to copy the start of the disk, fdisk to rewrite the GPT properly then mdadm to rebuil

Re: Debugging what is deleting/recreating /etc/resolv.conf with wrong configuration, on debian stable

2023-02-23 Thread Reco
Hi. On Thu, Feb 23, 2023 at 11:31:44AM +0100, daven...@tuxfamily.org wrote: > > If it is DHCP: You might do a countermeasure in > > /etc/dhcp/dhclient.conf. On my system I have an entry as below. > > > > interface "wlp4s0" { > > supersede domain-name-servers 127.0.0.1; > > Unfortunately,

Bios problem

2023-02-23 Thread Simeone Dominique
Good afternoon, i installed a linŭx deepin operating system in addition to debian and linŭx mint and when i start the fujitsu it boots to the bios as if there is no operating system. What to do? Good for you. Mr. Dominique Simeone

Re: Debugging what is deleting/recreating /etc/resolv.conf with wrong configuration, on debian stable

2023-02-23 Thread davenull
On 2023-02-23 10:54, to...@tuxteam.de wrote: On Thu, Feb 23, 2023 at 10:44:35AM +0100, daven...@tuxfamily.org wrote: [...] Thank you. I'll give it a try, But I won't be on remote work before next week Which log file is used for that? That depends: it's the perpetrator's choice where to log

Re: Debugging what is deleting/recreating /etc/resolv.conf with wrong configuration, on debian stable

2023-02-23 Thread Jeremy Ardley
On 23/2/23 18:23, daven...@tuxfamily.org wrote: Hello, On 2023-02-23 02:59, cono...@panix.com wrote: On 2/22/23, daven...@tuxfamily.org wrote: There is an unidentified process that decides it's ok to delete and recreate /etc/resolv.conf without asking user/admin, The problem is, the problema

Re: Debugging what is deleting/recreating /etc/resolv.conf with wrong configuration, on debian stable

2023-02-23 Thread davenull
Hi On 2023-02-22 18:30, Christoph Brinkhaus wrote: Am Wed, Feb 22, 2023 at 06:12:29PM +0100 schrieb daven...@tuxfamily.org: = context = For the context, I use a Debian 11 laptop for work. When I work remotely from home, I have to use a cisco VPN. Good thing is there is openco

Re: Debugging what is deleting/recreating /etc/resolv.conf with wrong configuration, on debian stable

2023-02-23 Thread davenull
Hello, On 2023-02-23 02:59, cono...@panix.com wrote: On 2/22/23, daven...@tuxfamily.org wrote: There is an unidentified process that decides it's ok to delete and recreate /etc/resolv.conf without asking user/admin, The problem is, the problematic process is not work's VPN related and creates

Re: Debugging what is deleting/recreating /etc/resolv.conf with wrong configuration, on debian stable

2023-02-23 Thread tomas
On Thu, Feb 23, 2023 at 10:44:35AM +0100, daven...@tuxfamily.org wrote: [...] > Thank you. I'll give it a try, But I won't be on remote work before next > week > Which log file is used for that? That depends: it's the perpetrator's choice where to log (or whether to log at all, sadly). > So ins

Re: Debugging what is deleting/recreating /etc/resolv.conf with wrong configuration, on debian stable

2023-02-23 Thread davenull
Hello On 2023-02-22 22:08, David Wright wrote: On Wed 22 Feb 2023 at 18:12:29 (+0100), daven...@tuxfamily.org wrote: What I want is: setting up /etc/resolv.conf ONLY - at system startup/initial network connexion. - when openconnect is executed and connects to work's VPN - when openconnect is

Re: Where to look into when system crashes

2023-02-23 Thread Qiming Ye
On 2023-02-23 08:27+0100, to...@tuxteam.de wrote: On Thu, Feb 23, 2023 at 01:41:42PM +0800, Qiming Ye wrote: We have found out it's problem of the current. You mean electrical current? Yes that's what I meant.