Re: issue with purging an old kernel

2022-06-21 Thread Vincent Lefevre
On 2022-06-21 12:09:00 -0600, D. R. Evans wrote: > DdB wrote on 6/20/22 10:07: > > Since i am running dozens of VM's, i can say: > > Me2 am running into this regularly, when i am trying to purge old > > kernels. I am seeing this so frequently, that i even wrote a script > > (meant to be run inside

Re: Status of Virtualbox in debian

2022-06-21 Thread Boyan Penkov
On Tue, Jun 21, 2022 at 7:32 PM Peter Hillier-Brook wrote: > > On 21/06/2022 12:48, Boyan Penkov wrote: > > > > > > On 6/21/22 07:35, Peter Hillier-Brook wrote: > >> On 21/06/2022 11:53, Siard wrote: > >>> On Tue, 21 Jun 2022 00:05 +0100, Peter Hillier-Brook wrote: > On 20/06/2022 14:55, Siar

Re: Status of Virtualbox in debian

2022-06-21 Thread Peter Hillier-Brook
On 21/06/2022 12:48, Boyan Penkov wrote: On 6/21/22 07:35, Peter Hillier-Brook wrote: On 21/06/2022 11:53, Siard wrote: On Tue, 21 Jun 2022 00:05 +0100, Peter Hillier-Brook wrote: On 20/06/2022 14:55, Siard wrote: On Mon, 20 Jun 2022 14:21 +0200, Anders Andersson wrote: : www.virtualbox.or

Re: : SSH timeout logoff don't work!

2022-06-21 Thread didier . gaumet
Le mardi 21 juin 2022 à 23:40 +0200, didier gaumet a écrit : [...] > - if you want to restrict the time of ssh connection and are in > position to modify the ssh command they use (an alias in their bashrc > for example?), perhaps you can try to force the ssh -o option with > the ConnectTimeout par

Re: : SSH timeout logoff don't work!

2022-06-21 Thread didier gaumet
Le mardi 21 juin 2022 à 12:52 +0200, Conti Stefano a écrit : > If I put ClientAliveCountMax 1 with ClientAliveInterval 600 timeout > is 1200 inmy Debian 11. I have try all combinations but at the moment > nothing happen; session stay alive! There is somethng but i don't > understand what keep al

Re: I *think* I found the apache2 docs, but it's in .html and Icannot getfirefox to access it using "file:"+ /path/to/filedir

2022-06-21 Thread Gareth Evans
> On 21 Jun 2022, at 22:12, Gareth Evans wrote: > > On Tue 21 Jun 2022, at 20:16, gene heskett wrote: >>> On 6/21/22 14:09, Gareth Evans wrote: >>> On Tue 21 Jun 2022, at 18:06, gene heskett wrote: On 6/21/22 12:11, Andrew M.A. Cater wrote: > On Tue, Jun 21, 2022 at 11:55:56AM -040

Re: SSH timeout logoff don't work!

2022-06-21 Thread Nicholas Geovanis
On Tue, Jun 21, 2022 at 6:04 AM Greg Wooledge wrote: > On Tue, Jun 21, 2022 at 10:05:43AM +0200, Conti Stefano wrote: > > Hello! In My Debian 11 SSH timeout logoff not work! I must put in > > .bashrc of my user: TMOUT=600 to loogut after 10 minutes. Work, of > > course, but close all bash termina

Re: Status of Virtualbox in debian

2022-06-21 Thread Oliver Schoede
On Tue, 21 Jun 2022 13:31:11 +0100 Joe wrote: > >Yes, I was using it a few years ago, and a new Debian kernel made the >guest additions unusable. I forget what I needed them for, but gave up >on VB then. I dare say a later version of the VB additions fixed the >problem, but there was no knowing h

Re: I *think* I found the apache2 docs, but it's in .html and Icannot getfirefox to access it using "file:"+ /path/to/filedir

2022-06-21 Thread Gareth Evans
On Tue 21 Jun 2022, at 20:16, gene heskett wrote: > On 6/21/22 14:09, Gareth Evans wrote: >> On Tue 21 Jun 2022, at 18:06, gene heskett wrote: >>> On 6/21/22 12:11, Andrew M.A. Cater wrote: On Tue, Jun 21, 2022 at 11:55:56AM -0400, gene heskett wrote: > Greetings all; > > So how

Re: new subject

2022-06-21 Thread gene heskett
On 6/21/22 15:19, gene heskett writes: dig "my-site-name" returns the proper ipv4 address.  I just used the address:6309 and it worked. So I edited the address bar to use the registered name:6309 and hit F5, a couple times, and that works. So now I need a stanza in apache2.conf that works. T

Re: I *think* I found the apache2 docs, but it's in .html andIcannot getfirefox to access it using "file:"+ /path/to/filedir

2022-06-21 Thread gene heskett
On 6/21/22 15:30, Greg Wooledge wrote: On Tue, Jun 21, 2022 at 03:16:11PM -0400, gene heskett wrote: /usr/sbin is not in su's $PATH https://wiki.debian.org/NewInBuster#Changes Thanks Greg just what Mr.Gene ordered. Take care & stay well. Cheers, Gene Heskett. -- "There are four boxes to be

Re: I *think* I found the apache2 docs, but it's in .html and Icannot getfirefox to access it using "file:"+ /path/to/filedir

2022-06-21 Thread Greg Wooledge
On Tue, Jun 21, 2022 at 03:16:11PM -0400, gene heskett wrote: > /usr/sbin is not in su's $PATH https://wiki.debian.org/NewInBuster#Changes

Re: I *think* I found the apache2 docs, but it's in .html and Icannot getfirefox to access it using "file:"+ /path/to/filedir

2022-06-21 Thread gene heskett
On 6/21/22 14:09, Gareth Evans wrote: On Tue 21 Jun 2022, at 18:06, gene heskett wrote: On 6/21/22 12:11, Andrew M.A. Cater wrote: On Tue, Jun 21, 2022 at 11:55:56AM -0400, gene heskett wrote: Greetings all; So how am I supposed to read these installed docs? Thanks all. Cheers, Gene Hesket

Re: issue with purging an old kernel

2022-06-21 Thread D. R. Evans
DdB wrote on 6/20/22 10:07: Since i am running dozens of VM's, i can say: Me2 am running into this regularly, when i am trying to purge old kernels. I am seeing this so frequently, that i even wrote a script (meant to be run inside the VM's) to clean up the mess, some apt-scripts happen to leave

Re: I *think* I found the apache2 docs, but it's in .html and Icannot get firefox to access it using "file:"+ /path/to/filedir

2022-06-21 Thread Gareth Evans
On Tue 21 Jun 2022, at 18:06, gene heskett wrote: > On 6/21/22 12:11, Andrew M.A. Cater wrote: >> On Tue, Jun 21, 2022 at 11:55:56AM -0400, gene heskett wrote: >>> Greetings all; >>> >>> So how am I supposed to read these installed docs? >>> >>> Thanks all. >>> >>> Cheers, Gene Heskett. >>> -- >>

Re: Status of Virtualbox in debian

2022-06-21 Thread Boyan Penkov
On Tue, Jun 21, 2022, 13:26 Siard wrote: > On Tue, 21 Jun 2022 07:48 -0400, Boyan Penkov wrote: > > ... ensuring linux-kernel-headers for 5.18 were installed, and then > > reinstalling virtualbox and virtualbox-dkms resolved the issue for me. > > I can confirm this is working on 5.18.0-1-amd64 ri

Re: Status of Virtualbox in debian

2022-06-21 Thread Siard
On Tue, 21 Jun 2022 07:48 -0400, Boyan Penkov wrote: > ... ensuring linux-kernel-headers for 5.18 were installed, and then > reinstalling virtualbox and virtualbox-dkms resolved the issue for me. > I can confirm this is working on 5.18.0-1-amd64 right now. Is this in testing? Do you have a debian

Re: I *think* I found the apache2 docs, but it's in .html and Icannot get firefox to access it using "file:"+ /path/to/filedir

2022-06-21 Thread gene heskett
On 6/21/22 12:26, Will Mengarini wrote: * gene heskett [22-06/21=Tu 11:55 -0400]: [Apache2 docs are in .html & Firefox won't access it using "file:"+ /path/to/filedir, so] how am I supposed to read these installed docs? Firefox disables file: URLs by default now, but you can enable them. I fo

Re: I *think* I found the apache2 docs, but it's in .html and Icannot get firefox to access it using "file:"+ /path/to/filedir

2022-06-21 Thread gene heskett
On 6/21/22 12:11, Andrew M.A. Cater wrote: On Tue, Jun 21, 2022 at 11:55:56AM -0400, gene heskett wrote: Greetings all; So how am I supposed to read these installed docs? Thanks all. Cheers, Gene Heskett. -- "There are four boxes to be used in defense of liberty: soap, ballot, jury, and amm

Re: I *think* I found the apache2 docs, but it's in .html and I cannot get firefox to access it using "file:"+ /path/to/filedir

2022-06-21 Thread Will Mengarini
* gene heskett [22-06/21=Tu 11:55 -0400]: > [Apache2 docs are in .html & Firefox won't access it using "file:"+ > /path/to/filedir, so] how am I supposed to read these installed docs? Firefox disables file: URLs by default now, but you can enable them. I found instructions by Googling 'firefox f

.htaccess help?

2022-06-21 Thread Maurizio Caloro
Hello Fighting with setup .htpaccess restriction and i need to give access to the folder     >"https://mta-sts.caloro.ch/.well-known/mta-sts.txt"; to public this folder living on my system on following folder /var/www/mta-sts, the Home- page are on folder /var/www/wordpress/index if disab

Re: I *think* I found the apache2 docs, but it's in .html and I cannot get firefox to access it using "file:"+ /path/to/filedir

2022-06-21 Thread Andrew M.A. Cater
On Tue, Jun 21, 2022 at 11:55:56AM -0400, gene heskett wrote: > Greetings all; > > So how am I supposed to read these installed docs? > > Thanks all. > > Cheers, Gene Heskett. > -- > "There are four boxes to be used in defense of liberty: > soap, ballot, jury, and ammo. Please use in that orde

Re: X coordinates displayed interactively.

2022-06-21 Thread Vincent Lefevre
On 2022-06-19 18:38:50 +0200, Andreas Rönnquist wrote: > A simple solution would be something like the one described in > > https://askubuntu.com/questions/346913/show-realtime-mouse-cursor-coordinates-cursor-mod-overlay-also-copy-to-c I've added my own, complete solution: xterm -geometry 9x1+

I *think* I found the apache2 docs, but it's in .html and I cannot get firefox to access it using "file:"+ /path/to/filedir

2022-06-21 Thread gene heskett
Greetings all; So how am I supposed to read these installed docs? Thanks all. Cheers, Gene Heskett. -- "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in that order." -Ed Howdershelt (Author, 1940) If we desire respect for the law, we must first

Re: Status of Virtualbox in debian

2022-06-21 Thread Joe
On Tue, 21 Jun 2022 12:35:08 +0100 Peter Hillier-Brook wrote: > On 21/06/2022 11:53, Siard wrote: > > On Tue, 21 Jun 2022 00:05 +0100, Peter Hillier-Brook wrote: > >> On 20/06/2022 14:55, Siard wrote: > >>> On Mon, 20 Jun 2022 14:21 +0200, Anders Andersson wrote: > Has something change

Re: SSH timeout logoff don't work!

2022-06-21 Thread Greg Wooledge
On Tue, Jun 21, 2022 at 02:02:38PM +0200, Conti Stefano wrote: > Excuse me but i sure you that i use this practice from many years and > always work in the past. I've a other distro, an "old" Debian 9 and a > Centos 7 with SSH version 7.4p1 and i'm sure work all well because i > put  ClientAliveInt

SSH timeout logoff don't work!

2022-06-21 Thread Conti Stefano
Excuse me but i sure you that i use this practice from many years and always work in the past. I've a other distro, an "old" Debian 9 and a Centos 7 with SSH version 7.4p1 and i'm sure work all well because i put  ClientAliveInterval 15 and after 15 seconds SSH session closed!  However thanks for y

Re: Status of Virtualbox in debian

2022-06-21 Thread Boyan Penkov
On 6/21/22 07:35, Peter Hillier-Brook wrote: On 21/06/2022 11:53, Siard wrote: On Tue, 21 Jun 2022 00:05 +0100, Peter Hillier-Brook wrote: On 20/06/2022 14:55, Siard wrote: On Mon, 20 Jun 2022 14:21 +0200, Anders Andersson wrote: : www.virtualbox.org/manual/ch04.html#additions-linux I sho

Re: Status of Virtualbox in debian

2022-06-21 Thread Peter Hillier-Brook
On 21/06/2022 11:53, Siard wrote: On Tue, 21 Jun 2022 00:05 +0100, Peter Hillier-Brook wrote: On 20/06/2022 14:55, Siard wrote: On Mon, 20 Jun 2022 14:21 +0200, Anders Andersson wrote: Has something changed that makes virtualbox workable again, I have the Virtualbox 6.1.34 package for Debian

Re: SSH timeout logoff don't work!

2022-06-21 Thread Greg Wooledge
On Tue, Jun 21, 2022 at 10:05:43AM +0200, Conti Stefano wrote: > Hello! In My Debian 11 SSH timeout logoff not work! I must put in > .bashrc of my user: TMOUT=600 to loogut after 10 minutes. Work, of > course, but close all bash terminal! > > This is my sshd_config with info for timeout:  > > TCP

Re: Status of Virtualbox in debian

2022-06-21 Thread Siard
On Tue, 21 Jun 2022 00:05 +0100, Peter Hillier-Brook wrote: > On 20/06/2022 14:55, Siard wrote: > > On Mon, 20 Jun 2022 14:21 +0200, Anders Andersson wrote: > > > Has something changed that makes virtualbox workable again, > > > > I have the Virtualbox 6.1.34 package for Debian 11, downloaded from

: SSH timeout logoff don't work!

2022-06-21 Thread Conti Stefano
If I put ClientAliveCountMax 1 with ClientAliveInterval 600 timeout is 1200 inmy Debian 11. I have try all combinations but at the moment nothing happen; session stay alive! There is somethng but i don't understand what keep alive the session... --- Begin Message --- Le mardi 21 juin 2022 à 10:05

Re: SSH timeout logoff don't work!

2022-06-21 Thread didier gaumet
Le mardi 21 juin 2022 à 10:05 +0200, Conti Stefano a écrit : > Hello! In My Debian 11 SSH timeout logoff not work! I must put in > .bashrc of my user: TMOUT=600 to loogut after 10 minutes. Work, of > course, but close all bash terminal! > > This is my sshd_config with info for timeout:  > > TC

SSH timeout logoff don't work!

2022-06-21 Thread Conti Stefano
Hello! In My Debian 11 SSH timeout logoff not work! I must put in .bashrc of my user: TMOUT=600 to loogut after 10 minutes. Work, of course, but close all bash terminal! This is my sshd_config with info for timeout:  TCPKeepAlive no ClientAliveInterval 600 ClientAliveCountMax 0   Any suggest?