Re: timedatectl DHCP NTP Server

2021-02-05 Thread basti
OK thanks John, I don't know what was wrong here. I move the option from global to the subnet and backup to global and for now it works on Debian Buster. On 05.02.21 07:24, john doe wrote: On 2/5/2021 4:10 AM, Charles Curley wrote: On Thu, 4 Feb 2021 22:16:12 +0100 basti wrote: I use a u

Re: timedatectl DHCP NTP Server

2021-02-05 Thread deloptes
basti wrote: > Hello, > I use a up to date debian. As I can see now timedatectl seems *not* > using the NTP Server provide by DHCP. I have configure a NTP server in > LAN. > > timedatectl timesync-status >Server: 167.86.86.192 (0.debian.pool.ntp.org) > Poll interval: 1min 4s (min: 32s;

Re: timedatectl DHCP NTP Server

2021-02-05 Thread Darac Marjal
On 05/02/2021 08:22, deloptes wrote: > basti wrote: > >> Hello, >> I use a up to date debian. As I can see now timedatectl seems *not* >> using the NTP Server provide by DHCP. I have configure a NTP server in >> LAN. >> >> timedatectl timesync-status >>Server: 167.86.86.192 (0.debian.poo

Re: FVWM title bar information......

2021-02-05 Thread tomas
On Fri, Feb 05, 2021 at 10:18:44AM +1100, Charlie wrote: > On Thu, 4 Feb 2021 23:34:42 +0100 > wrote: [...] > > I think this is called "shading" [...] > Thank you Tomas, with that information I found it [...] Glad it helped. Actually, I was unsure myself, because, although I do use fvwm, I some

Re: FVWM title bar information......

2021-02-05 Thread Charlie
On Thu, 4 Feb 2021 19:39:01 -0600 David Wright wrote: > On Fri 05 Feb 2021 at 09:23:43 (+1100), Charlie wrote: > > Using FVWM on Debian Bullseye. > > > > Sometimes [too often] I click on something and reduce a terminal > > window to just the title bar alone. > > > > Infuriating, because it

Re: FVWM title bar information......

2021-02-05 Thread Charlie
On Fri, 5 Feb 2021 09:46:15 +0100 wrote: > On Fri, Feb 05, 2021 at 10:18:44AM +1100, Charlie wrote: > > On Thu, 4 Feb 2021 23:34:42 +0100 > > wrote: > > [...] > > > I think this is called "shading" [...] > > > Thank you Tomas, with that information I found it [...] > > Glad it helped. A

Re: OT: Router behaviour

2021-02-05 Thread rhkramer
On Thursday, February 04, 2021 11:13:09 PM David Wright wrote: > > A while ago I moved house (and countries) and since arriving in the new > > house I have been using a WiFi router provided by my broadband provider, > > somewhat reluctantly, but without a really serious alternative since the > > ro

Re: OT: Router behaviour

2021-02-05 Thread Dan Ritter
rhkra...@gmail.com wrote: > On Thursday, February 04, 2021 11:13:09 PM David Wright wrote: > > > A while ago I moved house (and countries) and since arriving in the new > > > house I have been using a WiFi router provided by my broadband provider, > > > somewhat reluctantly, but without a really s

Re: FVWM title bar information......

2021-02-05 Thread Greg Wooledge
On Fri, Feb 05, 2021 at 09:46:15AM +0100, to...@tuxteam.de wrote: > > > I think this is called "shading" [...] > > Glad it helped. Actually, I was unsure myself, because, although > I do use fvwm, I somehow managed to make shading inaccessible to > me (I don't use it). Not having the time to resea

Re: FVWM title bar information......

2021-02-05 Thread tomas
On Fri, Feb 05, 2021 at 08:00:03AM -0500, Greg Wooledge wrote: [...] > It has to be enabled in your configuration. The default config for > the current version of fvwm has it, but if you're using a config > that you created for an older version (like I am), you may not even know > it's a possibi

Re: OT: Router behaviour

2021-02-05 Thread Mirko Parthey
On Thu, Feb 04, 2021 at 11:03:17PM +, Mark Fletcher wrote: > My kids have been complaining recently about the quality of the WiFi I suggest to investigate whether the problem lies with WiFi or elsewhere. There are multiple tools available for measuring throughput and latency. I use flent with

Re: timedatectl DHCP NTP Server

2021-02-05 Thread Charles Curley
On Fri, 05 Feb 2021 09:22:55 +0100 deloptes wrote: > set your NTP IP in /etc/systemd/timesyncd.conf > and restart > > systemctl restart systemd-timesyncd I thought the whole point of specifying the time server via DHCP was to avoid editing /etc/systemd/timesyncd.conf. -- Does anybody

Re: timedatectl DHCP NTP Server

2021-02-05 Thread Charles Curley
On Fri, 5 Feb 2021 07:24:05 +0100 john doe wrote: > It does work fine for me, is the lease showing the ntp server? I don't know. The computer in question is a laptop and using wifi and NetworkManager. There is no dhcp.leases file for the wifi nic. There is an old one for the wired nic, which sho

Problems installing from flash drive.

2021-02-05 Thread Richard Owlett
I wish to do custom Debian install on a machine *WITHOUT*: 1. functional mechanical CD/DVD drive. 2. without internet access. One can purchase a flash drive containing ISO images of all installation DVDs of the desired architecture. It is straight forward to do a default install after copyi

Re: timedatectl DHCP NTP Server

2021-02-05 Thread Charles Curley
On Fri, 5 Feb 2021 07:22:27 -0700 Charles Curley wrote: > On Fri, 5 Feb 2021 07:24:05 +0100 > john doe wrote: > > > It does work fine for me, is the lease showing the ntp server? > > I don't know. The computer in question is a laptop and using wifi and > NetworkManager. There is no dhcp.leas

Re: Problems installing from flash drive.

2021-02-05 Thread Jeremy Andrews
Hi Richard, Here's what I would probably do: - create directories on your USB or partition for each of the DVDs - extract each ISO, and place the contents in the directories - if using a separate partition, mount it in your fstab at a location such as /mnt/deb, or if using a USB, just make sure t

Re: Problems installing from flash drive.

2021-02-05 Thread Andrew M.A. Cater
On Fri, Feb 05, 2021 at 08:54:55AM -0600, Richard Owlett wrote: > I wish to do custom Debian install on a machine *WITHOUT*: > 1. functional mechanical CD/DVD drive. > 2. without internet access. > > One can purchase a flash drive containing ISO images of all installation > DVDs of the desired

Re: Problems installing from flash drive.

2021-02-05 Thread Dan Ritter
Andrew M.A. Cater wrote: > On Fri, Feb 05, 2021 at 08:54:55AM -0600, Richard Owlett wrote: > > I wish to do custom Debian install on a machine *WITHOUT*: > > 1. functional mechanical CD/DVD drive. > > 2. without internet access. > > Things I learned today - someone wants us to make a 128GB fl

Re: timedatectl DHCP NTP Server

2021-02-05 Thread john doe
On 2/5/2021 4:33 PM, Charles Curley wrote: On Fri, 5 Feb 2021 07:22:27 -0700 Charles Curley wrote: On Fri, 5 Feb 2021 07:24:05 +0100 john doe wrote: It does work fine for me, is the lease showing the ntp server? I don't know. The computer in question is a laptop and using wifi and Network

Re: timedatectl DHCP NTP Server

2021-02-05 Thread Charles Curley
On Fri, 5 Feb 2021 08:33:30 -0700 Charles Curley wrote: > I have two other machines running the systemd time client. Both are > Bullseye. Both show that they are using the local NTP server. Neither > is running NetworkManager. > > Is NetworkManager causing problems here? Apparently, yes. And ap

Re: Firefox problem

2021-02-05 Thread Frank Miles
On Wed, 03 Feb 2021 05:20:01 +0100, Charles Curley wrote: > On Tue, 2 Feb 2021 23:12:52 - (UTC) > Frank Miles wrote: > >> With the most recent Firefox update, some of the widgets on a >> Bibliocommons (library) website cease working. They still work >> either using the Epiphany browser, or

Re: Problems installing from flash drive.

2021-02-05 Thread songbird
Richard Owlett wrote: ... > One can purchase a flash drive containing ISO images of all installation > DVDs of the desired architecture. It is straight forward to do a default > install after copying dvd1.iso to a flash drive. ... > Are the instructions to create a "local repository" composed of

Re: Firefox problem

2021-02-05 Thread Charles Curley
On Fri, 5 Feb 2021 18:33:22 - (UTC) Frank Miles wrote: > That fixes it! Great. Glad I could help. > As such, I presume it's a matter of piece-by-piece > "installing" add-ons and configuration settings, not installing > Firefox itself since that "works". And test as you install, in case it

Re: timedatectl DHCP NTP Server

2021-02-05 Thread Charles Curley
On Fri, 5 Feb 2021 19:50:49 +0100 john doe wrote: > > > > Is NetworkManager causing problems here? > > > > For lack of time, I resorted to use systemd-timesyncd but apparently > you need to configure NM to handle NTP server by way of a hook or > tweaking the profile for the desired connection.

Re: timedatectl DHCP NTP Server

2021-02-05 Thread deloptes
Darac Marjal wrote: > And, for the D part in DHCP, the ArchWiki has as recipe for how to do > this automatically using NetworkManager's dispatcher scripts. OP hasn't > said what DHCP client they use, so some adaption might be required. I am afraid I missed that part. Indeed it seems to be the bug

Re: Problems installing from flash drive.

2021-02-05 Thread Doug McGarrett
On 2/5/21 9:54 AM, Richard Owlett wrote: I wish to do custom Debian install on a machine *WITHOUT*:   1. functional mechanical CD/DVD drive.   2. without internet access. One can purchase a flash drive containing ISO images of all installation DVDs of the desired architecture. It is straight

Re: neomutt on Bullseye not retaining multipart/alternative MIME on forward

2021-02-05 Thread darb
the latest neomutt release 20210205 [1] [1] - https://github.com/neomutt/neomutt/releases/tag/20210205 -- darb

Re: neomutt on Bullseye not retaining multipart/alternative MIME on forward

2021-02-05 Thread Nate Bargmann
* On 2021 05 Feb 19:02 -0600, darb wrote: > For anyone following along this was fixed in the latest neomutt release > 20210205 [1] I was going to follow up that version 20201127+dfsg.1-1 landed in my update for Bullseye today and the forwarding issue is fixed in this latest Debian v