Re: good freedom-respecting computer for running Debian

2023-03-22 Thread David
On Wed, 2023-03-22 at 23:59 -0400, Stefan Monnier wrote: > > I understand.  I know there was a lot of speculation about it a > > couple > > years back or so but has it been conclusively determined that it > > acts in > > any nefarious manner? > > AFAIK the information necessary to be able to asses

Re: good freedom-respecting computer for running Debian

2023-03-22 Thread Stefan Monnier
> I understand. I know there was a lot of speculation about it a couple > years back or so but has it been conclusively determined that it acts in > any nefarious manner? AFAIK the information necessary to be able to assess whether it may act in a nefarious manner (or not) is missing. As poor pe

Re: what's the right way to resolve localhost's IPs

2023-03-22 Thread Jeremy Ardley
On 23/3/23 07:33, Greg Wooledge wrote: On Thu, Mar 23, 2023 at 07:06:55AM +0800, Jeremy Ardley wrote: I am the guilty party who had docker. I have not raised any issue about it. The instance is not used any more and was an experiment in running nextcloud on an arm server Then perhaps you ca

Re: Small Installation Image - Installed

2023-03-22 Thread David Christensen
On 3/22/23 10:25, Macauley Clark wrote: Hello, I hope this email finds you well, I have installed Debian 11 on my HPE server and have tried to access it using SSH but found that SSH isn't an included package, from what I read. I don't particularly want to have to install Debian 11 again because

Re: what's the right way to resolve localhost's IPs

2023-03-22 Thread Greg Wooledge
On Thu, Mar 23, 2023 at 07:06:55AM +0800, Jeremy Ardley wrote: > I am the guilty party who had docker. I have not raised any issue about it. > The instance is not used any more and was an experiment in running nextcloud > on an arm server Then perhaps you can enlighten me: why does anyone (Docke

Re: what's the right way to resolve localhost's IPs

2023-03-22 Thread Jeremy Ardley
On 23/3/23 05:47, Greg Wooledge wrote: On Wed, Mar 22, 2023 at 09:16:48PM +, Tom Furie wrote: Or... ip -o a | awk '{print $2, $4}' I think they wanted to restrict it to IPv4 (inet) addresses, and omit the netmask (/8 or whatever CIDR suffix), so: ip -o a | awk -F '[ /]*' '$3 == "inet" {

Re: good freedom-respecting computer for running Debian

2023-03-22 Thread Nate Bargmann
* On 2023 22 Mar 14:06 -0500, Lionel Élie Mamane wrote: > On Wed, Mar 22, 2023 at 05:11:17AM -0500, Nate Bargmann wrote: > > Why have you ruled out a system with an integrated Intel GPU? > > Well, I was trying to see if one could get reasonable hardware that > doesn't have untrustable stuff like I

Re: exim failure

2023-03-22 Thread David Wright
On Wed 22 Mar 2023 at 13:52:00 (-0700), pe...@easthope.ca wrote: > > After configuring exim for a new smarthost, message sending fails. What are the contents of /etc/exim4/update-exim4.conf.conf, the configuration file? > This might help to identify the problem. > > root@dalton:/home/root# exim

Re: what's the right way to resolve localhost's IPs

2023-03-22 Thread Greg Wooledge
On Wed, Mar 22, 2023 at 09:16:48PM +, Tom Furie wrote: > Or... > > ip -o a | awk '{print $2, $4}' I think they wanted to restrict it to IPv4 (inet) addresses, and omit the netmask (/8 or whatever CIDR suffix), so: ip -o a | awk -F '[ /]*' '$3 == "inet" {print $2, $4}' But... again... why th

Re: what's the right way to resolve localhost's IPs

2023-03-22 Thread Tom Furie
On Wed, Mar 22, 2023 at 10:06:40AM +0800, Jeremy Ardley wrote: > You can also output in .json format > > root@debian12:~# ip -j a > [{"ifindex":1,"ifname":"lo","flags":["LOOPBACK","UP","LOWER_UP"],"mtu":65536,"qdisc":"noqueue","operstate":"UNKNOWN","group":"default","txqlen":1000,"link_type":"loop

exim failure

2023-03-22 Thread peter
Hi, In case this message is duplicated, apology in advance. After configuring exim for a new smarthost, message sending fails. This might help to identify the problem. root@dalton:/home/root# exim -bh 142.103.1m.1n SMTP testing session as if from host 142.103.1m.1n but without any id

Re: what's the right way to resolve localhost's IPs

2023-03-22 Thread Gregory Seidman
On Wed, Mar 22, 2023 at 10:06:40AM +0800, Jeremy Ardley wrote: > > On 22/3/23 09:12, f...@dnsbed.com wrote: > > Hello, > > > > In my shell script, how to get the localhost's IPs (eth0 and eth1) > > correctly? > > I know I can run 'ifconfig' and grep etc, but it's maybe not that > > graceful. > >

Re: good freedom-respecting computer for running Debian

2023-03-22 Thread der.hans
Am 21. Mar, 2023 schwätzte Teemu Likonen so: moin moin, * 2023-03-21 00:02:10+0100, Lionel Élie Mamane wrote: Is there any good low-hassle freedom-respecting reasonable price reasonable performance computer platform for running Debian these days? Maybe from Tuxedo: https://www.tuxedocompute

Re: Small Installation Image - Installed

2023-03-22 Thread fh
VNC? which would let you have the chance to install SSH server. On 2023-03-23 01:25, Macauley Clark wrote: Hello, I hope this email finds you well, I have installed Debian 11 on my HPE server and have tried to access it using SSH but found that SSH isn't an included package, from what I read.

Re: good freedom-respecting computer for running Debian

2023-03-22 Thread Teemu Likonen
* 2023-03-22 20:05:21+0100, Lionel Élie Mamane wrote: > Well, I was trying to see if one could get reasonable hardware that > doesn't have untrustable stuff like Intel ME and AMD PSP, and in > integrated Intel GPU requires an Intel CPU and thus having an Intel > ME... "Reasonable" is vague but he

Re: good freedom-respecting computer for running Debian

2023-03-22 Thread Lionel Élie Mamane
On Wed, Mar 22, 2023 at 05:11:17AM -0500, Nate Bargmann wrote: > Why have you ruled out a system with an integrated Intel GPU? Well, I was trying to see if one could get reasonable hardware that doesn't have untrustable stuff like Intel ME and AMD PSP, and in integrated Intel GPU requires an Intel

Re: Small Installation Image - Installed

2023-03-22 Thread Jeremy Hendricks
You’ll have to connect to the server directly and run: sudo apt install openssh-server On Wed, Mar 22, 2023 at 1:26 PM Macauley Clark wrote: > Hello, > > I hope this email finds you well, I have installed Debian 11 on my HPE > server and have tried to access it using SSH but found that SSH isn't

Small Installation Image - Installed

2023-03-22 Thread Macauley Clark
Hello, I hope this email finds you well, I have installed Debian 11 on my HPE server and have tried to access it using SSH but found that SSH isn't an included package, from what I read. I don't particularly want to have to install Debian 11 again because the binaries had to be uploaded by the Da

Re: Debian Jessie on AWS EC2

2023-03-22 Thread Jeremy Hendricks
Are you able to download the snapshot locally? If so and it’s not encrypted somehow, maybe it can be mounted up somehow. Otherwise, you’re probably at the mercy of AWS. On Wed, Mar 22, 2023 at 11:24 AM Janne Lauros wrote: > Hi! > > I have a really old snapshot in EC2 that I need to make it as v

Debian Jessie on AWS EC2

2023-03-22 Thread Janne Lauros
Hi! I have a really old snapshot in EC2 that I need to make it as volume and mount it to copy some files from it. Unfortunately it is based on Debian Jessie AMI (https://aws.amazon.com/marketplace/pp/prodview-5pgbnftzmrgec) that cannot be subscribed to anymore thus making it impossible to mount t

Re: question about net address

2023-03-22 Thread David Wright
On Tue 21 Mar 2023 at 18:27:42 (-0400), Stefan Monnier wrote: > > me second. 192.168.1.1/24 just makes me confused with 192.168.1.1/32 > > which is a real host address. > > Interesting. > I can't remember ever seeing 192.168.1.1/32 used. In my my part of the > world, it's only meaningful as a deg

Re: Debian installer chooses the wrong NVidia driver

2023-03-22 Thread David Wright
On Tue 21 Feb 2023 at 14:36:21 (-0800), Van Snyder wrote: > On Tue, 2023-02-21 at 22:45 +0100, Mario Marietto wrote: > > If I dont get wrong,nvidia created one single driver which works for > > every gpu or almost ? it means that if I install the 525 driver for > > my RTX 2080 ti will it work also

Re: nvidia package wrong documentation?

2023-03-22 Thread David Wright
On Wed 22 Mar 2023 at 10:50:30 (+0100), Hans wrote: > > I am running a Lenovo T520 with two graphic cards on board: Intel an Nvidia. > > As you see here it is an GF119M [Quadro NVS 4200M] (rev a1) > > --- snip --- > lspci | grep VGA > 00:02.0 VGA compatible controller: Intel Corporation 2nd Gen

Strange data loss

2023-03-22 Thread Luis Muñoz Fuente
Hello everybody: My work laptops come with Ubuntu 20.04 and a very strange thing happened to a colleague of mine (I'm asking here because I think what happened doesn't depend on the distribution): he was working with Filezilla and suddenly he lost all the data (I think it's regardless that yo

Re: good freedom-respecting computer for running Debian

2023-03-22 Thread Nate Bargmann
Why have you ruled out a system with an integrated Intel GPU? I've been quite satisfied with the integrated Intel GPUs for quite some time. They work well with the compositors in Xfce and GNOME. They don't seem to have any issues with XScreensaver's 3D modules. This is the extent of my 3D experi

nvidia package wrong documentation?

2023-03-22 Thread Hans
Hi all, I am running a Lenovo T520 with two graphic cards on board: Intel an Nvidia. As you see here it is an GF119M [Quadro NVS 4200M] (rev a1) --- snip --- lspci | grep VGA 00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Gra phics Control