Re: [DNG] Script to migrate buster desktop to beowulf v1.8

2021-04-17 Thread golinux
On 2021-04-17 06:30, tito wrote: On Fri, 16 Apr 2021 23:11:07 +0200 tito wrote: On Fri, 16 Apr 2021 00:36:05 +0200 tito wrote: > On Fri, 16 Apr 2021 00:32:51 +0200 > tito via Dng wrote: > > > Hi, > > > > v 1.8 > > > > now with supported DE's: > > > > 1) GNOME > > 2) LXDE > > 3) LXQT > >

[DNG] Editing old git commit messages (was: Script to migrate buster desktop to beowulf v1.8)

2021-04-17 Thread spiralofhope
On Sat, 17 Apr 2021 13:30:29 +0200 tito via Dng wrote: > https://git.devuan.org/farmatito/migration > ... > p.s.: is there a way to edit committed commit messages? I have not tested this:

Re: [DNG] Advice to migrate from Beowulf to Chimaera

2021-04-17 Thread Florian Zieboll via Dng
On April 17, 2021 2:33:53 PM GMT+02:00, Alessandro Vesely via Dng wrote: > Hi all, > > I usually prefer to stick on released system, but I'd start working on > OpenSCAD > and the version available is rather oldish. As it has lots of graphical > dependencies, I think it may be easier to

Re: [DNG] why dies apt update need the date?

2021-04-17 Thread tito via Dng
On Sat, 17 Apr 2021 14:31:53 +0200 Florian Zieboll via Dng wrote: > > > On April 17, 2021 2:03:44 PM GMT+02:00, Hendrik Boom > wrote: > > > Just curious -- what does apt update need the time and date for? > > Aren't the version numbes of the packages all it needs? > > > I'd guess that the

[DNG] Advice to migrate from Beowulf to Chimaera

2021-04-17 Thread Alessandro Vesely via Dng
Hi all, I usually prefer to stick on released system, but I'd start working on OpenSCAD and the version available is rather oldish. As it has lots of graphical dependencies, I think it may be easier to switch to Chimaera than to pin all that stuff. I run Openbox, btw. Is there a guide, a

Re: [DNG] why dies apt update need the date?

2021-04-17 Thread Florian Zieboll via Dng
On April 17, 2021 2:03:44 PM GMT+02:00, Hendrik Boom wrote: > Just curious -- what does apt update need the time and date for? > Aren't the version numbes of the packages all it needs? I'd guess that the correct time is required for signature verification. libre Grüße, Florian --

Re: [DNG] dns resolver

2021-04-17 Thread Bernard Rosset via Dng
or if you prefer less typing "ss -lnp | grep -w 53". Rather than doing external filtering, you can also use the ipfilter baked-in syntax: ss -lnp 'sport = :53' (listening, hence "source port" notion is reversed) (you could also append -t or -u options to filter repectively on TCP or UDP if

Re: [DNG] why dies apt update need the date?

2021-04-17 Thread tito via Dng
On Sat, 17 Apr 2021 08:03:44 -0400 Hendrik Boom wrote: > On Fri, Apr 16, 2021 at 12:32:51AM +0200, tito via Dng wrote: > ... > ... > > > > Made script more robust against failures: > > 1) added test for internet connectivity > > 2) check that time and date is correct > > or apt update will

[DNG] why dies apt update need the date?

2021-04-17 Thread Hendrik Boom
On Fri, Apr 16, 2021 at 12:32:51AM +0200, tito via Dng wrote: ... ... > > Made script more robust against failures: > 1) added test for internet connectivity > 2) check that time and date is correct > or apt update will fail. Fix it > with ntpdate-debian if not correct Just curious --

Re: [DNG] Script to migrate buster desktop to beowulf v1.8

2021-04-17 Thread tito via Dng
On Fri, 16 Apr 2021 23:11:07 +0200 tito wrote: > On Fri, 16 Apr 2021 00:36:05 +0200 > tito wrote: > > > On Fri, 16 Apr 2021 00:32:51 +0200 > > tito via Dng wrote: > > > > > Hi, > > > > > > v 1.8 > > > > > > now with supported DE's: > > > > > > 1) GNOME > > > 2) LXDE > > > 3) LXQT > > >

Re: [DNG] A suggestion for going forward from the RMS/FSF debate

2021-04-17 Thread Antony Stone
On Saturday 17 April 2021 at 11:05:40, Didier Kryn wrote: > the [British] queen has better social skills than RMS. Wow - what a compliment :) Antony. -- Was ist braun, liegt ins Gras, und raucht? Ein Kaminchen... Please reply to the list;

Re: [DNG] A suggestion for going forward from the RMS/FSF debate

2021-04-17 Thread Didier Kryn
Le 16/04/2021 à 19:06, Richard Kenner a écrit : >> The authority of the FSF, GNU and RMS over GCC is and has been a >> fiction for decades, > For the most part, I agree. > >> It would be usefull to clarify with the FSF and GNU what the >> actual relations are, > Why? What would that gain? I go

Re: [DNG] dns resolver

2021-04-17 Thread Dimitris via Dng
Στις 17/4/21 1:36 π.μ., ο/η Ralph Ronnquist via Dng έγραψε: In order to determine which process if any is listening on port 53 (the registered DNS port) do, as root, "netstat -lnp | grep -w 53", or if you prefer less typing "ss -lnp | grep -w 53". another one : `lsof -i :53`