Re: (cmake) Could NOT find LibSoup: Found unsuitable version "" ...

2022-06-03 Thread Anssi Saari
Albretch Mueller writes: > ... Could NOT find LibSoup: Found unsuitable version "", but required > is at least "2.54.0" (found LIBSOUP_INCLUDE_DIRS-NOTFOUND) Hm. Debian Bullseye packages libsoup 2.4 so even if you had it installed (and the development package too which has the stuff cmake looks

Re: Debian license issue

2022-06-03 Thread Andrew M.A. Cater
On Thu, Jun 02, 2022 at 10:44:45PM -0500, John Hasler wrote: > Emanuel Berg writes: > > OKAY SO THE "DISTRIBUTION" DON'T HAVE A "LICENSE"? > > The distribution is a collection of pieces of software authored by a > wide variety of individuals, groups, and organizations. These authors > have publis

ssh-agent: I want to start using on all my remote hosts

2022-06-03 Thread Tom Browder
I have been using ssh for logging in to my remote hosts for many years, but I have NOT been using ssh-agent. I have checked all those hosts looking for the env var SSH_AGENT_SOCK which one website says should be defined if the ssh-agent process is running, but none have that defined. Now I'm read

Re: ssh-agent: I want to start using on all my remote hosts

2022-06-03 Thread Tom Browder
On Fri, Jun 3, 2022 at 09:43 Tom Browder wrote: > I have been using ssh for logging in to my remote hosts for many years, > but I have NOT been using ssh-agent. > ... And edit file /etc/ssh/ssh_config to change # ForwardAgent no to ForwardAgent yes Then reboot. -Tom

Problem with R and RStudio

2022-06-03 Thread Stephen P. Molnar
I have Debian Bullseye installed on my Linux platform and have installed the Debian Repository version of R, 4.0.4. and rstudio-2.22.02.3-49s-amd64.deb. Sudo was used and no changes to the installation directories were made. I should note that there were no warnings or error messages when insta

Re: (cmake) Could NOT find LibSoup: Found unsuitable version "" ...

2022-06-03 Thread David Wright
On Fri 03 Jun 2022 at 11:01:30 (+0300), Anssi Saari wrote: > Albretch Mueller writes: > > > ... Could NOT find LibSoup: Found unsuitable version "", The problem lies between these quotes, it would appear: ↑↑ > > but required is at least "2.54.0" (found LIBSOUP_INCLUDE_DIRS-NOTFOUND) > > Hm. D

How about ssh certificates (was: Re: ssh-agent: I want to start using on all my remote hosts)

2022-06-03 Thread rhkramer
On Friday, June 03, 2022 10:43:53 AM Tom Browder wrote: > I have been using ssh for logging in to my remote hosts for many years, but > I have NOT been using ssh-agent. I'm intentionally not addressing your specific questions. For me, your post is rather timely, because I'm digging into ssh and w

Apache2 Configuration Problem

2022-06-03 Thread ldmko...@yahoo.com
I wanted to try and use Python in my HTML pages.  And apparently I have screwed up my Apache2 configuration in the process. I now get : [Fri Jun 03 12:42:41.002183 2022] [wsgi:crit] [pid 31238] mod_wsgi (pid=31238): The mod_python module can not be used in conjunction with mod_wsgi 4.0+. Remove

Re: (cmake) Could NOT find LibSoup: Found unsuitable version "" ...

2022-06-03 Thread Albretch Mueller
On 6/3/22, David Wright wrote: > On Fri 03 Jun 2022 at 11:01:30 (+0300), Anssi Saari wrote: >> Albretch Mueller writes: >> >> > ... Could NOT find LibSoup: Found unsuitable version "", > The problem lies between these quotes, it would appear: ↑↑ I don't know if you are trying to bring humor in

Re: How about ssh certificates (was: Re: ssh-agent: I want to start using on all my remote hosts)

2022-06-03 Thread Tom Browder
On Fri, Jun 3, 2022 at 10:46 wrote: > On Friday, June 03, 2022 10:43:53 AM Tom Browder wrote: > > I have been using ssh for logging in to my remote hosts for many years, > but > > I have NOT been using ssh-agent. > > I'm intentionally not addressing your specific questions. > > For me, your post

Re: ssh-agent: I want to start using on all my remote hosts

2022-06-03 Thread David Christensen
On 6/3/22 07:43, Tom Browder wrote: I have been using ssh for logging in to my remote hosts for many years, but I have NOT been using ssh-agent. I have checked all those hosts looking for the env var SSH_AGENT_SOCK which one website says should be defined if the ssh-agent process is running, but

Re: How about ssh certificates (was: Re: ssh-agent: I want to start using on all my remote hosts)

2022-06-03 Thread Greg Wooledge
On Fri, Jun 03, 2022 at 01:16:45PM -0500, Tom Browder wrote: > On Fri, Jun 3, 2022 at 10:46 wrote: > > > > > > One problem with that article is that it se

Re: google account say it will no longer deliver email

2022-06-03 Thread rhkramer
On Thursday, June 02, 2022 01:59:45 PM rhkra...@gmail.com wrote: > I then entered that in place of the old passwords in kmail. (I don't think > it stated it -- I wasn't sure whether to enter the spaces as part of the > password or not -- I did, and that worked.) An update -- that was on an old (t

postfix + gmail

2022-06-03 Thread D. R. Evans
I am trying to configure postfix correctly to send e-mail to a gmail.com account, using my gmail credentials. 1. It all works fine if I use Thunderbird, with the following configuration: server name: smtp.googlemail.com port:587 Connection security: STARTTLS Authentication method

Re: Apache2 Configuration Problem

2022-06-03 Thread john doe
On 6/3/2022 6:56 PM, ldmko...@yahoo.com wrote: I wanted to try and use Python in my HTML pages.  And apparently I have screwed up my Apache2 configuration in the process. I now get : [Fri Jun 03 12:42:41.002183 2022] [wsgi:crit] [pid 31238] mod_wsgi (pid=31238): The mod_python module can not be

Re: How about ssh certificates (was: Re: ssh-agent: I want to start using on all my remote hosts)

2022-06-03 Thread David Christensen
On 6/3/22 08:46, rhkra...@gmail.com wrote: On Friday, June 03, 2022 10:43:53 AM Tom Browder wrote: I have been using ssh for logging in to my remote hosts for many years, but I have NOT been using ssh-agent. I'm intentionally not addressing your specific questions. For me, your post is rather

Re: How about ssh certificates (was: Re: ssh-agent: I want to start using on all my remote hosts)

2022-06-03 Thread Tom Browder
On Fri, Jun 3, 2022 at 13:46 wrote: > On Friday, June 03, 2022 02:16:45 PM Tom Browder wrote: > > I briefly looked at the article and didn't notice anything missing. Maybe > > if you could take some screen shots in those areas we could help. > > Thanks for the reply, and thanks, I'll do that. > >

Re: (cmake) Could NOT find LibSoup: Found unsuitable version "" ...

2022-06-03 Thread Eduardo M KALINOWSKI
On 03/06/2022 14:02, Albretch Mueller wrote: Basically, I am trying to compile WebKit2 (on WSL! ;-)) with debugging symbols included in order to teach my students how to debug, Debian has debug symbols for most (if not all) packages, but they're in a different repository. See https://wiki.d

Re: postfix + gmail

2022-06-03 Thread IL Ka
Hello. Do you have "relayhost" set to gmail SMTP server? https://www.postfix.org/postconf.5.html#relayhost Did you call postmap(1) to build password file? http://www.postfix.org/postmap.1.html Here are a couple of tutorials: http://postfix.cs.utah.edu/SOHO_README.html#client_sasl_enable https://

[SOLVED] Re: postfix + gmail

2022-06-03 Thread D. R. Evans
And, of course, half an hour after giving up and asking for help, I discovered what I needed to change. I did a "journalctl | grep smtp" and noticed that, when my machine was connecting to gmail, it seemed to be doing so on port 25. Aha! So I changed my transport file explicitly to use port 5

Re: Alternatives to ISC dhcp-client ?

2022-06-03 Thread Kamil Jońca
john doe writes: [...] >> > > You might be better off asking this on the appropriate mailing list! :) I asked: https://lists.freedesktop.org/archives/systemd-devel/2022-May/047889.html My impressions: 1. Scripts called by dhcp client are "BAD THING" (according to systemd developers) - and syste

Re: (cmake) Could NOT find LibSoup: Found unsuitable version "" ...

2022-06-03 Thread David Wright
On Fri 03 Jun 2022 at 12:02:29 (-0500), Albretch Mueller wrote: > On 6/3/22, David Wright wrote: > > On Fri 03 Jun 2022 at 11:01:30 (+0300), Anssi Saari wrote: > >> Albretch Mueller writes: > >> > >> > ... Could NOT find LibSoup: Found unsuitable version "", > > The problem lies between these quote

Re: How about ssh certificates (was: Re: ssh-agent: I want to start using on all my remote hosts)

2022-06-03 Thread rhkramer
Ahh, thanks Greg, I can now see those missing parts of the article -- it was NoScript, but, seeing most of the graphics in the article, somehow NoScript didn't come to mind as the cause of the problem. On Friday, June 03, 2022 02:29:45 PM Greg Wooledge wrote: > On Fri, Jun 03, 2022 at 01:16:45

Re: (cmake) Could NOT find LibSoup: Found unsuitable version "" ...

2022-06-03 Thread Albretch Mueller
On 6/3/22, Eduardo M KALINOWSKI wrote: > On 03/06/2022 14:02, Albretch Mueller wrote: >> Basically, I am trying to compile WebKit2 (on WSL! ;-)) with >> debugging symbols included in order to teach my students how to debug, > > Debian has debug symbols for most (if not all) packages, but they're

Re: declarative (config file) way idea of handling the OS by way of the old system

2022-06-03 Thread Emanuel Berg
Andy Smith wrote: >> Except for people aging and dying I didn't understand any >> of this post ... > > I'm happy to explain any part of it that you were not able > to understand, but you'll have to be more specific. No, I understand now, as a blueprint for a human to read as well, not just parsab

Re: Debian license issue

2022-06-03 Thread Emanuel Berg
Stefan Monnier wrote: >> OKAY SO THE "DISTRIBUTION" DON'T HAVE A "LICENSE"? > > Have you tried to search the web for "debian license"? > DDG gives me as first link a document that seems highly > relevant And the second link? -- underground experts united https://dataswamp.org/~incal

Re: Debian license issue

2022-06-03 Thread Emanuel Berg
John Hasler wrote: > The distribution is a collection of pieces of software > authored by a wide variety of individuals, groups, and > organizations. These authors have published their works > under terms which allow Debian or any one else to > redistribute them. It would not make a lot of sense f

Re: Debian license issue

2022-06-03 Thread Emanuel Berg
Andrew M.A. Cater wrote: > All that being said, other distributions have attmepted to > put a licence on the whole distribution, not > always consistently. > > Red Hat had a copyright on their artwork etc. and required > derivatives to change their branding accordingly. > > Almalinux - a CentOS de

Re: Debian license issue

2022-06-03 Thread David Wright
On Sat 04 Jun 2022 at 02:48:32 (+0200), Emanuel Berg wrote: > Stefan Monnier wrote: > > >> OKAY SO THE "DISTRIBUTION" DON'T HAVE A "LICENSE"? > > > > Have you tried to search the web for "debian license"? > > DDG gives me as first link a document that seems highly > > relevant > > And the second

Re: Debian license issue

2022-06-03 Thread Emanuel Berg
David Wright wrote: >> DDG gives me as first link a document that seems highly >> relevant, > > I don't think we have to be coy about the fact that the page > is: > > https://www.debian.org/legal/licenses/ It says We welcome enquiries from maintainers considering particular licenses, but we

Re: Debian license issue

2022-06-03 Thread John Hasler
Emanuel Berg writes: > Maybe not the collection but if there are items (files) associated > with nothing except Debian. Those are under whatever DFSG-compliant licenses the Debian developers who authored them chose to use. -- John Hasler j...@sugarbit.com Elmwood, WI USA

Re: Debian license issue

2022-06-03 Thread Emanuel Berg
David Wright wrote: OKAY SO THE "DISTRIBUTION" DON'T HAVE A "LICENSE"? >>> >>> Have you tried to search the web for "debian license"? >>> DDG gives me as first link a document that seems highly >>> relevant >> >> And the second link? > > Somehow, google misread my typing, and took me to the

Re: Debian license issue

2022-06-03 Thread John Hasler
Emanuel Berg writes: > How does it work with other distro being forks (derivatives) of > Debian, or some other distro being a Debian derivative, and so on - > what's happening when they first base their distro on Debian, then put > their own licence on theirs? I believe that they could theoretical

Re: Debian license issue

2022-06-03 Thread The Wanderer
On 2022-06-03 at 21:11, John Hasler wrote: > Emanuel Berg writes: > >> Maybe not the collection but if there are items (files) associated >> with nothing except Debian. > > Those are under whatever DFSG-compliant licenses the Debian > developers who authored them chose to use. And either they'

Re: grep: show matching line from pattern file

2022-06-03 Thread Richard Hector
On 3/06/22 07:17, Greg Wooledge wrote: On Thu, Jun 02, 2022 at 03:12:23PM -0400, duh wrote: > > Jim Popovitch wrote on 28/05/2022 21:40: > > > I have a file of regex patterns and I use grep like so: > > > > > > ~$ grep -f patterns.txt /var/log/syslog > > > > > > What I'd like to get is a

Re: regarding firewall discussion

2022-06-03 Thread Richard Hector
On 2/06/22 05:26, Joe wrote: On Tue, 31 May 2022 03:17:52 +0100 mick crane wrote: regarding firewall discussion I'm uncertain how firewalls are supposed to work. I think the idea is that nothing is accepted unless it is in response to a request. What's to stop some spurious instructions being

Re: grep: show matching line from pattern file

2022-06-03 Thread DdB
Hello, of course, there are different ways to solve this, i like the perl approach. Only since i myself am not all that familiar with the language, i'd like to add 2 pointers: (M)AWK scripting language can do similar things (read syslog once, loop over regular expressions and output anything you w