Re: armhf: buster: TLS / HTTPS partly broken

2020-05-05 Thread Michael Howard
On 05/05/2020 07:44, Mark Jonas wrote: Hi Reco, What now? How do I get this fixed in Debian and/ or the official container image? I was under the impression that you're creating your own docker container anyway. Add it to docker build file or whatever it's called. Yes, I have my own Dockerfil

Re: armhf: buster: TLS / HTTPS partly broken

2020-05-05 Thread Andrei POPESCU
On Ma, 05 mai 20, 08:44:43, Mark Jonas wrote: > > I am also very much interested in getting the attention of the right > person to fix the official Debian Docker base image. Do you have an > idea whom I shall contact? You didn't mention where you got your images from, but maybe this is a start:

Re: armhf: buster: TLS / HTTPS partly broken

2020-05-05 Thread Reco
On Tue, May 05, 2020 at 08:44:43AM +0200, Mark Jonas wrote: > Hi Reco, > > > > What now? How do I get this fixed in Debian and/ or the official > > > container image? > > > > I was under the impression that you're creating your own docker > > container anyway. > > Add it to docker build file or wh

Re: Custom application icon do not appear in Gnome and LXQT

2020-05-05 Thread Liam O'Toole
On Mon, 04 May, 2020 at 23:02:16 +0200, Yvan Masson wrote: > Le 04/05/2020 à 22:52, Liam O'Toole a écrit : > > On Mon, 04 May, 2020 at 22:29:14 +0200, Yvan Masson wrote: > > > Le 04/05/2020 à 22:21, Liam O'Toole a écrit : > > > > On Mon, 04 May, 2020 at 21:22:20 +0200, Yvan Masson wrote: > > > > >

Re: Looking for video card recommendation

2020-05-05 Thread Alexander V. Makartsev
On 03.05.2020 19:51, Alberto Sentieri wrote: > I have a Nvidia NVS310 installed in my Linux computer for a few years. > It works well with the Nvidia driver, and not so well with the Linux > nouveau driver. I am looking for a equivalent replacement (a cheap > one) which works well with a standard n

Re: armhf: buster: TLS / HTTPS partly broken

2020-05-05 Thread Greg Wooledge
> > > 1613 stat64("/etc/ssl/certs/4a6481c9.0", 0x7ec95160) = -1 ENOENT (No > > > such file or directory) > > > > Presumably ca-certificates postinst script haven't run, because these > > symlinks missing ain't normal. > > Ubuntu 18.04 on my PC gives more or less the same errors but succeeds. > So

Re: Custom application icon do not appear in Gnome and LXQT

2020-05-05 Thread Yvan Masson
Le 05/05/2020 à 12:42, Liam O'Toole a écrit : On Mon, 04 May, 2020 at 23:02:16 +0200, Yvan Masson wrote: Le 04/05/2020 à 22:52, Liam O'Toole a écrit : On Mon, 04 May, 2020 at 22:29:14 +0200, Yvan Masson wrote: Le 04/05/2020 à 22:21, Liam O'Toole a écrit : On Mon, 04 May, 2020 at 21:22:20 +020

Re: armhf: buster: TLS / HTTPS partly broken

2020-05-05 Thread Mark Jonas
Hi Michael, yes, I also tried "update-ca-certificates" and it doesn't work. # curl https://www.google.com curl: (60) SSL certificate problem: unable to get local issuer certificate More details here: https://curl.haxx.se/docs/sslcerts.html curl failed to verify the legitimacy of the server and t

Re: How to start offlineimap systemd

2020-05-05 Thread jose . wo
Hello Ihor and all, Thanks you for the answers. Indeed within /usr/share/doc/offlineimap/examples/systemd/ there is a very nice README file that explains it very well as you did!! I'm sorry it took me this long to reply but I had debian installed in my computer in the lab and I can't come that of

Re: armhf: buster: TLS / HTTPS partly broken

2020-05-05 Thread Mark Jonas
Hi Greg, > You... *think* it's there? Why not actually look? > > unicorn:~$ ls -l /etc/ssl/certs/4a6481c9.0 > lrwxrwxrwx 1 root root 27 Jul 14 2018 /etc/ssl/certs/4a6481c9.0 -> > GlobalSign_Root_CA_-_R2.pem > > It takes a few seconds, and then you can remove all doubt. Correct, the file is not

Re: Custom application icon do not appear in Gnome and LXQT

2020-05-05 Thread Yvan Masson
Le 05/05/2020 à 15:52, Yvan Masson a écrit : Le 05/05/2020 à 12:42, Liam O'Toole a écrit : On Mon, 04 May, 2020 at 23:02:16 +0200, Yvan Masson wrote: Le 04/05/2020 à 22:52, Liam O'Toole a écrit : On Mon, 04 May, 2020 at 22:29:14 +0200, Yvan Masson wrote: Le 04/05/2020 à 22:21, Liam O'Toole a

Re: armhf: buster: TLS / HTTPS partly broken

2020-05-05 Thread Mark Jonas
Hi Reco, > > Yes, I have my own Dockerfile and I can add to it whatever I want. But > > "dpkg-reconfigure ca-certificates" asks a lot of questions. And that > > list from 1 to 128 might eventually change. So I am puzzled how to > > automate that without human intervention. > > dpkg-reconfigure --d

Re: Custom application icon do not appear in Gnome and LXQT

2020-05-05 Thread Yvan Masson
Le 05/05/2020 à 16:48, Yvan Masson a écrit : Le 05/05/2020 à 15:52, Yvan Masson a écrit : Le 05/05/2020 à 12:42, Liam O'Toole a écrit : On Mon, 04 May, 2020 at 23:02:16 +0200, Yvan Masson wrote: Le 04/05/2020 à 22:52, Liam O'Toole a écrit : On Mon, 04 May, 2020 at 22:29:14 +0200, Yvan Masson

Re: armhf: buster: TLS / HTTPS partly broken

2020-05-05 Thread Greg Wooledge
On Tue, May 05, 2020 at 04:33:35PM +0200, Mark Jonas wrote: > # ls -l /etc/ssl/certs/4a6481c9.0 > ls: cannot access '/etc/ssl/certs/4a6481c9.0': No such file or directory > > What is the difference between the numbered links and the ones with > human readable names? > > I *think* that the problem

Re: Looking for video card recommendation

2020-05-05 Thread Alberto Sentieri
Last time I installed it I downloaded the driver from NVIDIA web site. I was able to install it and it worked well, but updates started bothering me. Maybe I should have tried a Debian repo, but I did not and I have no recollection of the reason. Anyway, I was trying to install it now using de

Re: armhf: buster: TLS / HTTPS partly broken

2020-05-05 Thread Mark Jonas
Hi Greg, > > How do I get in contact with somebody who can fix the problem in > > Debian Buser and/ or the official Debian Buster arm32v7 Docker image? > > Looks a bit like > to me. Thanks a lot! Yes, this looks a lot like my problem. Als

nft bewilderment

2020-05-05 Thread ghe
Buster, Supermicro desktop, nft noob Can anyone recommend a book or website with a thorough explanation of nft (the iptables replacement)? I'm working on rewriting my aged packet filter shell script (big and from the ipchains days) with nft and python. I've spent several hours on the web, and I'v

Re: nft bewilderment

2020-05-05 Thread Andrei POPESCU
On Ma, 05 mai 20, 10:57:24, ghe wrote: > Buster, Supermicro desktop, nft noob > > Can anyone recommend a book or website with a thorough explanation of > nft (the iptables replacement)? It's not clear from your message if you've seen this. https://wiki.nftables.org Kind regards, Andrei -- http

Re: nft bewilderment

2020-05-05 Thread ghe
> It's not clear from your message if you've seen this. > https://wiki.nftables.org Yes, I have. Lots of help, but lots of info missing. This wiki explains a lot, but seems to assume I know a lot to begin with. Which I don't. I know iptables quite well, but nft has added a lot of terms and f

Re: nft bewilderment

2020-05-05 Thread rhkramer
On Tuesday, May 05, 2020 01:50:00 PM ghe wrote: > This wiki explains a lot, but seems to assume I know a lot to begin > with. Which I don't. > > I know iptables quite well, but nft has added a lot of terms and > features to the mix. That's fine, but I haven't been able to find out > much about som

Re: Custom application icon do not appear in Gnome and LXQT

2020-05-05 Thread Yvan Masson
Le 05/05/2020 à 17:06, Yvan Masson a écrit : Le 05/05/2020 à 16:48, Yvan Masson a écrit : Le 05/05/2020 à 15:52, Yvan Masson a écrit : Le 05/05/2020 à 12:42, Liam O'Toole a écrit : On Mon, 04 May, 2020 at 23:02:16 +0200, Yvan Masson wrote: Le 04/05/2020 à 22:52, Liam O'Toole a écrit : On Mon

Re: nft bewilderment

2020-05-05 Thread ghe
‐‐‐ Original Message ‐‐‐ On Tuesday, May 5, 2020 12:42 PM, wrote: > On Tuesday, May 05, 2020 01:50:00 PM ghe wrote: > > > This wiki explains a lot, but seems to assume I know a lot to begin > > with. Which I don't. > > I know iptables quite well, but nft has added a lot of terms and > >

Re: Looking for video card recommendation

2020-05-05 Thread riveravaldez
On 5/5/20, Alberto Sentieri <2...@tripolho.com> wrote: > I tried the suggestion below, I mean delete nouveau_dri.so, but the > system became unstable. I could not login, and the mouse and keyboard > became very slow. After entering the correct password, the login screen > would come back as if I h

Re: nft bewilderment

2020-05-05 Thread rhkramer
On Tuesday, May 05, 2020 03:01:02 PM ghe wrote: > > Aside from advice like google (ddg) them, why don't you list them here. Sorry, I wasn't very clear -- I was trying to suggest that you google (or ddg) and list here the terms that you don't understand. > > There were so many I don't remembe

RE: nft bewilderment

2020-05-05 Thread ghe
Close the ticket. wiki.archlinux.org on nftables looks like it answers enough of my questions to keep me going for a few days... Thanks for the replies and suggestions. -- Glenn English

Re: Looking for video card recommendation

2020-05-05 Thread Alexander V. Makartsev
On 05.05.2020 20:29, Alberto Sentieri wrote: > Last time I installed it I downloaded the driver from NVIDIA web site. > I was able to install it and it worked well, but updates started > bothering me. Maybe I should have tried a Debian repo, but I did not > and I have no recollection of the reason.

mount an external usb hdd and share it through samba

2020-05-05 Thread Michael Morgan
Dear all, I have an external usb hdd. I would like to automount it on boot and share it through samba. 1) So I put it in the fstab. It automounts correctly on boot, no problem: UUID=XXX /usb-hdd ext4 defaults,nofail 0 0 2) I then share the directory "/usb-hdd" through samba (in smb.con