Debmirror

2021-06-04 Thread Polyna-Maude Racicot-Summerside
Hi ! I've did a mirror with debmirror. All seem good when I look at the folders and files. But when I do apt-update it complains about contents-amd64 file missing !? Got some ideas? -- Polyna-Maude R.-Summerside -Be smart, Be wise, Support opensource development OpenPGP_signature Description:

Re: [Openvpn-users] surf the internet through openvpn

2021-06-04 Thread Stella Ashburne
Hi guys, This mailing list is for discussions concerning Debian. For discussions on specific topics such as openvpn, please post your questions on https://forums.openvpn.net/ or https://www.reddit.com/r/OpenVPN/   Sent: Saturday, June 05, 2021 at 7:04 AM From: "Bonno Bloksma" To: "debian-user

Re: [Openvpn-users] surf the internet through openvpn

2021-06-04 Thread Bonno Bloksma
Please keep the discussion on the list. And sorry for top posting, this client refuses todo otherwise :-( Make sure traffic coming from the openvpn client can indeed access the internet, test with ping. If that does not work solve that problem first. Look at routing and NAT on your openvpn serv

Re: Add /dev/disk/by-id path to mdadm error emails?

2021-06-04 Thread Reiner Buehl
That seems perfect. Many thanks! Am Fr., 4. Juni 2021 um 15:10 Uhr schrieb Dan Ritter : > Reiner Buehl wrote: > > Hello all, > > > > I have setup mdadm to email me when disks in one of my RAID arrays fail. > > Unfortunately the email messages only contain the device as /dev/sdb1 > which > > does

Re: Boot Repair. Still Going Round and Round.

2021-06-04 Thread Martin McCormick
I placed the ailing drive back on a good Linux system and mounted it as /dev/sdd1 /mnt and ran the following commands on it: #!/bin/sh #mount the drive being repaired. Uncomment lines as needed. sudo mount /dev/sdd1 /mnt cd /mnt/boot #installing to the mounted disk sudo grub-install \ --boot-

Re: How do I permanently disable unattended downloads of software/security updates?

2021-06-04 Thread Andrei POPESCU
On Vi, 04 iun 21, 16:24:32, Reco wrote: > Hi. > > On Fri, Jun 04, 2021 at 07:59:31AM -0400, Greg Wooledge wrote: > > > 3) Calling "systemctl disable" only works for *services*, > > That not how it works, actually. > systemctl disable can be used to disable any timer, but you have to > spec

Re: How do I permanently disable unattended downloads of software/security updates?

2021-06-04 Thread David Wright
On Fri 04 Jun 2021 at 12:40:26 (+0200), Stella Ashburne wrote: > > Sent: Friday, June 04, 2021 at 6:02 PM > > From: "Thomas D. Dean" > > > > I use Ubuntu. I removed the ubuntu desktop and installed vanilla gnome. > > Google: > > 'Converting Ubuntu 20.04 LTS to Vanilla Gnome3' > > According to th

Re: How do I permanently disable unattended downloads of software/security updates?

2021-06-04 Thread David Wright
On Fri 04 Jun 2021 at 08:35:38 (-0400), Polyna-Maude Racicot-Summerside wrote: > On 2021-06-04 7:59 a.m., Greg Wooledge wrote: > > On Fri, Jun 04, 2021 at 02:15:24AM +0200, Stella Ashburne wrote: > >> Output of systemctl list-timers | grep apt > >> > >> Thu 2021-06-03 20:29:30 GMT 9h leftThu

Re: Trunk-bond-vlan-bridge on KVM and LXC host Stretch x Buster

2021-06-04 Thread Reco
Hi. On Thu, Jun 03, 2021 at 03:28:47PM +0200, deb...@centrum.cz wrote: It's just a guess, but you have "auto" for "bond0": > auto bond0 > iface bond0 inet manual But what you do not have is "auto" for VLAN interfaces you build on top of bond0: > iface bond0.20 inet manual > iface bond0

Re: How do I permanently disable unattended downloads of software/security updates?

2021-06-04 Thread Reco
Hi. On Fri, Jun 04, 2021 at 07:59:31AM -0400, Greg Wooledge wrote: > On Fri, Jun 04, 2021 at 02:15:24AM +0200, Stella Ashburne wrote: > > Output of systemctl list-timers | grep apt > > > > Thu 2021-06-03 20:29:30 GMT 9h leftThu 2021-06-03 09:18:00 GMT 1h > > 17min ago apt-daily.ti

Re: what program sets up /run/user/1000/ ?

2021-06-04 Thread songbird
Thomas Schmitt wrote: > Hi, > > i wrote: >> I would rather disable xdg-document-portal in order to redice the risk >> rather than increasing it. > > I meant "reduce" rather than "redice". > (But mathematically it is a quite appropriate typo while talking about > unknown risks. It's a gamble.) ha

Re: what program sets up /run/user/1000/ ?

2021-06-04 Thread songbird
Thomas Schmitt wrote: ... > Have a nice day :) thanks! sorry all, did not see the topic already went by. songbird

Re: Add /dev/disk/by-id path to mdadm error emails?

2021-06-04 Thread Dan Ritter
Reiner Buehl wrote: > Hello all, > > I have setup mdadm to email me when disks in one of my RAID arrays fail. > Unfortunately the email messages only contain the device as /dev/sdb1 which > does not give any hint which of the four identical disks in the array is > the affected one. > As /dev/sdb1

Re: what program sets up /run/user/1000/ ?

2021-06-04 Thread Thomas Schmitt
Hi, Polyna-Maude Racicot-Summerside wrote: > That's a great proof that some people with knowledge (and smart) do run > GNOME. Actually i run fvwm2 and don't even know how to get an xterm from the GNOME ridden Ubuntu VM which i have to start once in a year. The presented knowledge stems from a sc

Add /dev/disk/by-id path to mdadm error emails?

2021-06-04 Thread Reiner Buehl
Hello all, I have setup mdadm to email me when disks in one of my RAID arrays fail. Unfortunately the email messages only contain the device as /dev/sdb1 which does not give any hint which of the four identical disks in the array is the affected one. As /dev/sdb1 is only a symbolic link to a devic

Re: what program sets up /run/user/1000/ ?

2021-06-04 Thread Thomas Schmitt
Hi, i wrote: > I would rather disable xdg-document-portal in order to redice the risk > rather than increasing it. I meant "reduce" rather than "redice". (But mathematically it is a quite appropriate typo while talking about unknown risks. It's a gamble.) Have a nice day :) Thomas

Re: what program sets up /run/user/1000/ ?

2021-06-04 Thread Polyna-Maude Racicot-Summerside
Hi, On 2021-06-04 8:35 a.m., Thomas Schmitt wrote: > Hi, > > songbird wrote: >> some strange fs entry shows up: >> # ls -l /run/user/1000 >> d? ? ? ??? doc > > We had this topic a few day ago. > https://lists.debian.org/debian-user/2021/06/msg00020.html > > I had som

Re: How do I permanently disable unattended downloads of software/security updates?

2021-06-04 Thread Polyna-Maude Racicot-Summerside
Hi, On 2021-06-04 7:59 a.m., Greg Wooledge wrote: > On Fri, Jun 04, 2021 at 02:15:24AM +0200, Stella Ashburne wrote: >> Output of systemctl list-timers | grep apt >> >> Thu 2021-06-03 20:29:30 GMT 9h leftThu 2021-06-03 09:18:00 GMT 1h >> 17min ago apt-daily.timer apt-daily.ser

Re: what program sets up /run/user/1000/ ?

2021-06-04 Thread Thomas Schmitt
Hi, songbird wrote: > some strange fs entry shows up: > # ls -l /run/user/1000 > d? ? ? ??? doc We had this topic a few day ago. https://lists.debian.org/debian-user/2021/06/msg00020.html I had some further private conversation with the OP John Conover which causes me

Re: what program sets up /run/user/1000/ ?

2021-06-04 Thread Greg Wooledge
On Fri, Jun 04, 2021 at 07:38:46AM -0400, songbird wrote: > # ls -l /run/user/1000 > ls: cannot access '/run/user/1000/doc': Permission denied > total 4 > srw-rw-rw- 1 frog frog 0 Jun 4 07:06 bus > drwx-- 3 frog frog 60 Jun 4 07:06 dbus-1 > drwx-- 2 frog frog 60 Jun 4 07:06 dconf > d

Re: How do I permanently disable unattended downloads of software/security updates?

2021-06-04 Thread Greg Wooledge
On Fri, Jun 04, 2021 at 02:15:24AM +0200, Stella Ashburne wrote: > Output of systemctl list-timers | grep apt > > Thu 2021-06-03 20:29:30 GMT 9h leftThu 2021-06-03 09:18:00 GMT 1h > 17min ago apt-daily.timer apt-daily.service > Fri 2021-06-04 06:51:16 GMT 20h left Thu 2021

what program sets up /run/user/1000/ ?

2021-06-04 Thread songbird
some strange fs entry shows up: # ls -l /run/user/1000 ls: cannot access '/run/user/1000/doc': Permission denied total 4 srw-rw-rw- 1 frog frog 0 Jun 4 07:06 bus drwx-- 3 frog frog 60 Jun 4 07:06 dbus-1 drwx-- 2 frog frog 60 Jun 4 07:06 dconf d? ? ? ???

Re: How do I permanently disable unattended downloads of software/security updates?

2021-06-04 Thread Stella Ashburne
Hi Thomas > Sent: Friday, June 04, 2021 at 6:02 PM > From: "Thomas D. Dean" > To: debian-user@lists.debian.org > Subject: Re: How do I permanently disable unattended downloads of > software/security updates? > > I use Ubuntu. I removed the ubuntu desktop and installed vanilla gnome. > Google: >

Re: How do I permanently disable unattended downloads of software/security updates?

2021-06-04 Thread Thomas D. Dean
On 6/3/21 11:15 PM, Stella Ashburne wrote: Hi Thomas Thank you for your help and time. I really appreciate it. Sent: Friday, June 04, 2021 at 10:23 AM From: "Thomas D. Dean" To: debian-user@lists.debian.org Subject: Re: How do I permanently disable unattended downloads of software/security u

Re: How do I permanently disable unattended downloads of software/security updates?

2021-06-04 Thread Andrei POPESCU
On Vi, 04 iun 21, 02:03:10, Stella Ashburne wrote: > Hi Tom > > > Sent: Friday, June 04, 2021 at 4:18 AM > > From: "Tom Browder" > > Don't get me wrong Tom. I'm perfectly fine with receiving emails in > HTML format. It's just that a few years ago, when I sent emails with > HTML formatting, Deb