test

2019-10-04 Thread Francia Belman
Este email funciona? Quería ver si tenía su email correcto, por que en su oficina estarían interesados en un evento que estamos organizando. Se trata de un evento extremadamente especial sobre seguridad informática, donde un hacker profesional israelí enseñará en CDMX las técnicas más eficient

bullseye php7.3 undefined symbol: uidna_IDNToASCII

2019-10-04 Thread Tomoo Nomura
Hello, I upgraded from buster to bullseye, php7.3 http.so said, /usr/bin/php: symbol lookup error: /usr/lib/php/20180731/http.so: undefined symbol: uidna_IDNT Package: php-http (3.2.1+2.6.0-1) I checked past bug reports and found Bug#849939: marked as done (undefined symbol: uidna_IDNToASCII)

Re: kernel unsigned

2019-10-04 Thread Steve McIntyre
etienne.moll...@mailoo.org wrote: >deloptes, on 2019-10-03: >> Gerard ROBIN wrote: >> >> >> What exactly bugs you about the signed kernel? The kernel is so big >> >> that the extra signatures hardly make a difference. >> > I read somewhere that the signed kernel was for the "secure boot" of >> > m

Re: amdgpu setup questions

2019-10-04 Thread Étienne Mollier
Enzo Guerra, on 2019-10-04 : > hello Hi, This: > on https://wiki.debian.org/AMDGPUDriverOnStretchAndBuster2 > section: > What you need/Prerequistes > line: > A debian system running stretch or buster with kernel 4.19.x > linux-headers--amd64 package has to be installed so that > you can compi

Re: hostname? [fixed, I think]

2019-10-04 Thread ghe
hostnamectl set-hostname sbox, log out, log back in The temp hostname disappeared, the CLI prompt is back to what it should be and where I hope it will stay. Still no idea of how/why this happened. I certainly didn't tell anything to change my hostname. List to the rescue. Thanks guys... -- Gl

Re: hostname?

2019-10-04 Thread David Wright
On Fri 04 Oct 2019 at 16:04:11 (-0400), Dan Ritter wrote: > ghe wrote: > > On 10/4/19 1:36 PM, Dan Ritter wrote: > > > > root@pix:~# cat /etc/hostname > > sbox > > This is good. > > > > /etc/hosts > > > > root@pix:~# cat /etc/hosts > > ... > > > 127.0.0.1 localhost.localdomain lo

Re: hostname?

2019-10-04 Thread ghe
On 10/4/19 2:04 PM, Dan Ritter wrote: > Righto. systemd strikes again. Here's the relevant man page > bits: > > hostnamectl may be used to query and change the system hostname > and related settings. > > This tool distinguishes three different hostnames: the > high-level "pretty" hostname which

Re: to install libpng12.so.0

2019-10-04 Thread Étienne Mollier
Sven Hartge, on 2019-10-04: > merlin verdecia, on 2019-10-04: > > I have debian 10 and i need to install libpng12.so.0, but i can not do > > it. How i can? > > I have installed the libpng16.so.0. > > What problem exactly are you trying to solve? > > Are you trying to use a program compiled for an a

iptables why rejects this output?

2019-10-04 Thread BAGI Ákos
Hi List! This is in the log: Oct  4 22:28:37 atilla kernel: [15888959.848503] IPTABLES OUTPUT reject IN= OUT=eth0 SRC=aa.bb.bb.dd DST=ee.ff.gg.hh LEN=40 TOS=0x00 PREC=0x00 TTL=64 ID=4940 DF PROTO=TCP SPT=443 DPT=53983 WINDOW=237 RES=0x00 ACK FIN URGP=0 I'm interested the ending: WINDOW=237 RE

Re: How to delete second default route

2019-10-04 Thread Jonathan Dowland
On Fri, Oct 04, 2019 at 08:47:57AM +0200, Johann Spies wrote: How do I remove the first default route in this list? $ sudo ip route list default dev enp0s25 scope link default via 192.168.1.1 dev wlo1 proto dhcp metric 600 … sudo ip route del default dev enp0s25 scope link Basically write "su

Re: noexec mount option (was: Email based attack on University)

2019-10-04 Thread Jonathan Dowland
On Fri Oct 4, 2019 at 12:10 PM Greg Wooledge wrote: Yes, you're absolutely correct. Jonathan must be having a bad day. I actually had a great day! But I am guilty of only testing the things I wrote on a filesystem which wasn't actually mounted noexec. (the quotes, I added by mistake in the ema

Re: Authentication for telnet.

2019-10-04 Thread peter
DISCLAIMER & WARNING: Threading may still be incorrect. Tempting as this message might be, if incorrect threading upsets you please stop reading. =8~) From: David , Sat, 28 Sep 2019 08:15:07 -0700 > > LXTerminal for example, doesn't require authentication. Can t

Re: How to delete second default route

2019-10-04 Thread Lee
On 10/4/19, Johann Spies wrote: > This problem arised recently after an upgrade (running sid) > > How do I remove the first default route in this list? I'd leave both in - that way things should Just Work if either of the interfaces goes down. The question then becomes which interface do I want

Re: disk going bad? or fuser related issues? . . .

2019-10-04 Thread Jude DaShiell
It may help to only do defrag operations while entirely off the internet. This was necessary with Windows machines when I worked for the Navy a few years ago. On Fri, 4 Oct 2019, ?tienne Mollier wrote: > Date: Fri, 4 Oct 2019 15:26:48 > From: ?tienne Mollier > To: debian-user@lists.debian.org >

Re: hostname?

2019-10-04 Thread Dan Ritter
ghe wrote: > On 10/4/19 1:36 PM, Dan Ritter wrote: > > root@pix:~# cat /etc/hostname > sbox This is good. > > /etc/hosts > > root@pix:~# cat /etc/hosts ... > 127.0.0.1 localhost.localdomain localhost lh lcl this is fine. Some mechanisms like to pick up a non-localhost name in

Re: disk going bad? or fuser related issues? . . .

2019-10-04 Thread Doug McGarrett
On 10/04/2019 03:26 PM, Étienne Mollier wrote: Albretch Mueller, on 2019-10-04: Lately I have been noticing the NTFS partition being slower than usual: telling me I am not allowed to open that partition and/or the OS doing it itself but taking its time (like 5 seconds). The other partitions

Re: hostname?

2019-10-04 Thread ghe
On 10/4/19 1:36 PM, Dan Ritter wrote: > Please show us: > > /etc/hostname root@pix:~# cat /etc/hostname sbox > /etc/hosts root@pix:~# cat /etc/hosts # /etc/hosts: This file describes a number of hostname-to-address # # Host Database # localhost is used to configure the loopback interface # su

Re: hostname?

2019-10-04 Thread Dan Ritter
ghe wrote: > My hostname is kinda wrong, and I can't figure out why. > > I'm working on a configuration for a Cisco PIX firewall, creating the > config file on a host called sbox. The hostname should be sbox, but it > claims to be pix. pix is the hostname of the firewall. > > '/etc/hostname' say

Re: disk going bad? or fuser related issues? . . .

2019-10-04 Thread Étienne Mollier
Albretch Mueller, on 2019-10-04: > Lately I have been noticing the NTFS partition being slower than > usual: telling me I am not allowed to open that partition and/or the > OS doing it itself but taking its time (like 5 seconds). The other > partitions mount just fine, so it doesn't seem to be a h

Re: hostname?

2019-10-04 Thread john doe
On 10/4/2019 9:00 PM, ghe wrote: > My hostname is kinda wrong, and I can't figure out why. > > I'm working on a configuration for a Cisco PIX firewall, creating the > config file on a host called sbox. The hostname should be sbox, but it > claims to be pix. pix is the hostname of the firewall. > >

Re: Failed to fetch libegl1-mesa-dev_19.1.4-1_amd64.deb

2019-10-04 Thread Roberto C . Sánchez
On Fri, Oct 04, 2019 at 08:52:50PM +0200, Martin wrote: > > I am trying to install libsdl2-dev package using aptitude unsuccessfully . I > get error: > > E: Failed to fetch > http://cdn-fastly.deb.debian.org/debian/pool/main/m/mesa/libegl1-mesa-dev_19.1.4-1_amd64.deb: > 404 >Not Found [IP:

hostname?

2019-10-04 Thread ghe
My hostname is kinda wrong, and I can't figure out why. I'm working on a configuration for a Cisco PIX firewall, creating the config file on a host called sbox. The hostname should be sbox, but it claims to be pix. pix is the hostname of the firewall. '/etc/hostname' says sbox, but 'hostname' say

Re: Failed to fetch libegl1-mesa-dev_19.1.4-1_amd64.deb

2019-10-04 Thread Greg Wooledge
On Fri, Oct 04, 2019 at 08:52:50PM +0200, Martin wrote: > I am trying to install libsdl2-dev package using aptitude unsuccessfully . I > get error: > > E: Failed to fetch > http://cdn-fastly.deb.debian.org/debian/pool/main/m/mesa/libegl1-mesa-dev_19.1.4-1_amd64.deb: > 404 >Not Found [IP: 15

Failed to fetch libegl1-mesa-dev_19.1.4-1_amd64.deb

2019-10-04 Thread Martin
I am trying to install libsdl2-dev package using aptitude unsuccessfully . I get error: E: Failed to fetch http://cdn-fastly.deb.debian.org/debian/pool/main/m/mesa/libegl1-mesa-dev_19.1.4-1_amd64.deb: 404 Not Found [IP: 151.101.12.204 80] E: Unable to fetch some packages; try '-o APT::Get:

Re: disk going bad? or fuser related issues? . . .

2019-10-04 Thread David Christensen
On 10/4/19 7:45 AM, Albretch Mueller wrote: I use ntfs as a data transfer file system between Mac OS, *nix and Windows (I code primarily in java). Even though while using that partition through fuser it is noticeable slower, afaik, it is the only viable option there is. Lately I have been no

Re: disk going bad? or fuser related issues? . . .

2019-10-04 Thread Miles Fidelman
On 10/4/19 10:45 AM, Albretch Mueller wrote: I use ntfs as a data transfer file system between Mac OS, *nix and Windows (I code primarily in java). Even though while using that partition through fuser it is noticeable slower, afaik, it is the only viable option there is. Lately I have been

Re: kernel unsigned

2019-10-04 Thread Étienne Mollier
deloptes, on 2019-10-03: > Gerard ROBIN wrote: > > >> What exactly bugs you about the signed kernel? The kernel is so big > >> that the extra signatures hardly make a difference. > > I read somewhere that the signed kernel was for the "secure boot" of > > microsoft and I have nothing of microsoft

Re: Problems with Buster and Bluetooth

2019-10-04 Thread David Parker
Hello, I need to correct my previous statements; I was previously running Stretch, not Jessie. I hooked up my old hard drive and verified the versions I was using before: bluez 5.43-2+deb9u1 pulseaudio-module-bluetooth 10.0-1+deb9u1 Everything worked under those versions, on Debian 9. I'll giv

Re: noexec mount option (was: Email based attack on University)

2019-10-04 Thread Greg Wooledge
On Fri, Oct 04, 2019 at 06:05:13PM +0200, to...@tuxteam.de wrote: > On Fri, Oct 04, 2019 at 11:56:44AM -0400, Greg Wooledge wrote: > > On Fri, Oct 04, 2019 at 05:52:45PM +0200, Sven Joachim wrote: > > > On 2019-10-04 16:22 +0100, Jonathan Dowland wrote: > > > > Here's three ways: > > > > > > > >

Re: noexec mount option (was: Email based attack on University)

2019-10-04 Thread tomas
On Fri, Oct 04, 2019 at 11:56:44AM -0400, Greg Wooledge wrote: > On Fri, Oct 04, 2019 at 05:52:45PM +0200, Sven Joachim wrote: > > On 2019-10-04 16:22 +0100, Jonathan Dowland wrote: > > > Here's three ways: > > > > > >bash -c "~/whatever" > > > > Does not work, bash reports "Permission denied"

Re: noexec mount option (was: Email based attack on University)

2019-10-04 Thread tomas
On Fri, Oct 04, 2019 at 05:52:45PM +0200, Sven Joachim wrote: > On 2019-10-04 16:22 +0100, Jonathan Dowland wrote: > > > On Wed, Oct 02, 2019 at 07:03:59PM +1000, Keith Bainbridge wrote: > >> I wonder if having /home on a 'noexec' partition would stop this > >> attack, please? > > > > I don't know

Re: noexec mount option (was: Email based attack on University)

2019-10-04 Thread Greg Wooledge
On Fri, Oct 04, 2019 at 05:52:45PM +0200, Sven Joachim wrote: > On 2019-10-04 16:22 +0100, Jonathan Dowland wrote: > > Here's three ways: > > > >bash -c "~/whatever" > > Does not work, bash reports "Permission denied". The quotes shouldn't be there. wooledg:~$ rm foo; echo 'echo hi' > foo; l

Re: shell wrappers for trig and other mathematical functions

2019-10-04 Thread Lee
On 10/3/19, David wrote: > On Thu, 3 Oct 2019 at 02:39, Lee wrote: >> On 10/2/19, Greg Wooledge wrote: > >>> This is what shell functions are for. You can just drop the shell >>> functions into your ~/.bashrc and then use them in every interactive >>> shell thenceforth. > >>> I strongly recomme

Re: black screen (only mouse visible) after resume with xfce4 on kernel 5.2.0

2019-10-04 Thread Andrea Borgia
Il 03/10/19 17:55, Mike Kupfer ha scritto: If you're asking how to use xscreensaver specifically (e.g., instead of Xfce's own locker (new in 4.14)), you can specify a particular locker using the Xfce settings editor. (Set /general/LockCommand to whatever you want; take a look at the /usr/bin/x

noexec mount option (was: Email based attack on University)

2019-10-04 Thread Sven Joachim
On 2019-10-04 16:22 +0100, Jonathan Dowland wrote: > On Wed, Oct 02, 2019 at 07:03:59PM +1000, Keith Bainbridge wrote: >> I wonder if having /home on a 'noexec' partition would stop this >> attack, please? > > I don't know specifically about this attack, but noexec is trivial to > circumvent. Is

Re: Email based attack on University

2019-10-04 Thread Jonathan Dowland
On Wed, Oct 02, 2019 at 07:03:59PM +1000, Keith Bainbridge wrote: I wonder if having /home on a 'noexec' partition would stop this attack, please? I don't know specifically about this attack, but noexec is trivial to circumvent. Here's three ways: bash -c "~/whatever" cp ~/whatever /tmp

Re: testing security updates

2019-10-04 Thread Brad Rogers
On Fri, 4 Oct 2019 08:45:27 -0400 Greg Wooledge wrote: Hello Greg, >Yeah, I gave the (overly) simplified set of warnings. I'm sure we can all come up with so many different scenarios that this could run and run if we let it. Suffice to say, there are always exceptions that prove the rule. Lik

disk going bad? or fuser related issues? . . .

2019-10-04 Thread Albretch Mueller
I use ntfs as a data transfer file system between Mac OS, *nix and Windows (I code primarily in java). Even though while using that partition through fuser it is noticeable slower, afaik, it is the only viable option there is. Lately I have been noticing the NTFS partition being slower than usua

Re: Email based attack on University

2019-10-04 Thread Curt
On 2019-10-04, wrote: > > Well -- that thing I implicitly mentioned was EFAIL [1], which could > leak a PGP encrypted content by crafting a broken MIME/HTML container > around it. You could argue that the MIME parser is broken, but software > tends to be broken in various and creative ways always

Re: to install libpng12.so.0

2019-10-04 Thread Sven Hartge
merlin verdecia wrote: > I have debian 10 and i need to install libpng12.so.0, but i can not do > it. How i can? > I have installed the libpng16.so.0. What problem exactly are you trying to solve? Are you trying to use a program compiled for an ancient PNG library version? Grüße, Sven. -- Si

Re: to install libpng12.so.0

2019-10-04 Thread Greg Wooledge
On Fri, Oct 04, 2019 at 07:32:45AM -0500, merlin verdecia wrote: > I have debian 10 and i need to install libpng12.so.0, but i can not do > it. How i can? Download it from a jessie (Debian 8) repository, or from snapshot.debian.org. The exact package name is libpng12-0 . Install it by hand. Liv

Re: testing security updates

2019-10-04 Thread Greg Wooledge
On Fri, Oct 04, 2019 at 10:52:16AM +0100, Brad Rogers wrote: > Also, currently, digikam is not in testing. No big deal, I have it > installed and working. *However* if I had just installed testing, I > would get digikam from stable, because I use it daily, and can't do > certain things without it

to install libpng12.so.0

2019-10-04 Thread merlin verdecia
Hi, I have debian 10 and i need to install libpng12.so.0, but i can not do it. How i can? I have installed the libpng16.so.0. thanks

Re: Email based attack on University

2019-10-04 Thread tomas
On Fri, Oct 04, 2019 at 12:24:14PM +0100, Brian wrote: > On Fri 04 Oct 2019 at 12:53:39 +0200, to...@tuxteam.de wrote: > > On Fri, Oct 04, 2019 at 11:28:24AM +0100, Brian wrote: [...] > > > That's *after* the mail is opened. > > > > That even complicates the challenge to define the meaning of "o

amdgpu setup questions

2019-10-04 Thread Enzo Guerra
hello on https://wiki.debian.org/AMDGPUDriverOnStretchAndBuster2 section: What you need/Prerequistes line: A debian system running stretch or buster with kernel 4.19.x linux-headers--amd64 package has to be installed so that you can compile the admgpu driver apt-get install linux-header

Re: Package conflict apcupsd and nut-client

2019-10-04 Thread Roger Price
On Fri, 4 Oct 2019, Sebastian Hofmann wrote: I'm not sure if I get your idea completly right, but first I got only one UPS Sorry, my mistake - I assumed wrongly that you had a mixed APC non-APC setup. and second isn't the driver from nut I posted in my first mail already made to use both on

Re: Email based attack on University

2019-10-04 Thread Brian
On Fri 04 Oct 2019 at 12:53:39 +0200, to...@tuxteam.de wrote: > On Fri, Oct 04, 2019 at 11:28:24AM +0100, Brian wrote: > > On Fri 04 Oct 2019 at 11:36:02 +0200, to...@tuxteam.de wrote: > > > > > On Fri, Oct 04, 2019 at 10:11:52AM +0100, Brian wrote: > > > > > > [...] > > > > > > > > Yes, "our"

Re: testing security updates

2019-10-04 Thread Sven Hartge
Greg Wooledge wrote: > YOU DO NOT MIX TESTING WITH UNSTABLE. > If you use one of these, you use that one only. No mixing. > No Frankendebians. But you *can* mix Unstable with Testing. (Not the order here.) Normally no package from Testing will get pulled in, but sometimes this is the only way

Re: Email based attack on University

2019-10-04 Thread tomas
On Fri, Oct 04, 2019 at 11:28:24AM +0100, Brian wrote: > On Fri 04 Oct 2019 at 11:36:02 +0200, to...@tuxteam.de wrote: > > > On Fri, Oct 04, 2019 at 10:11:52AM +0100, Brian wrote: > > > > [...] > > > > > > Yes, "our" security story is way better than theirs [...] > > > > [edit: I forgot to put

Re: testing security updates

2019-10-04 Thread Thomas Schmitt
Hi, Brad Rogers wrote: > > > If one uses sites such as spotify or amazon video to...@tuxteam.de wrote: > >...but why on earth would you want to do THAT? Eeeek... ;-) Brad Rogers wrote: > *I* don't; It's the kids. I wonder whether there is a Debian Developer willing to create a package which in

Re: Email based attack on University

2019-10-04 Thread Brian
On Fri 04 Oct 2019 at 11:36:02 +0200, to...@tuxteam.de wrote: > On Fri, Oct 04, 2019 at 10:11:52AM +0100, Brian wrote: > > [...] > > > > Yes, "our" security story is way better than theirs [...] > > [edit: I forgot to put "theirs" in quotes] > > > A single reliable, well-documented and repeata

Re: Package conflict apcupsd and nut-client

2019-10-04 Thread Sebastian Hofmann
Am 04.10.2019 um 10:59 schrieb Roger Price: > On Thu, 3 Oct 2019, Sebastian Hofmann wrote: > >> ... Therefore I want to use both packages at the same time, but >> trying to install both results in a conflict between 'apcupsd' and >> 'nut-client'. Both provide and conflict 'ups-monitor': > > This

Re: testing security updates

2019-10-04 Thread Brad Rogers
On Fri, 4 Oct 2019 12:14:00 +0200 wrote: Hello to...@tuxteam.de, >...but why on earth would you want to do THAT? Eeeek... ;-) *I* don't; It's the kids. Honest. :-) -- Regards _ / ) "The blindingly obvious is / _)radnever immediately apparent" Where will

Re: testing security updates

2019-10-04 Thread tomas
On Fri, Oct 04, 2019 at 10:52:16AM +0100, Brad Rogers wrote: > On Thu, 3 Oct 2019 15:40:53 -0400 > Greg Wooledge wrote: > > Hello Greg, > > >YOU DO NOT MIX STABLE WITH TESTING. > > > >YOU DO NOT MIX STABLE WITH UNSTABLE. > > > >YOU DO NOT MIX TESTING WITH UNSTABLE. > > By and large, I agree. >

Re: Package conflict apcupsd and nut-client

2019-10-04 Thread Sebastian Hofmann
Am 04.10.2019 um 04:32 schrieb Charles Curley: > On Thu, 3 Oct 2019 23:59:36 +0200 > Sebastian Hofmann wrote: > >> I gave it a try and it did just fine for multiple devices. > I take it that by "it" you mean apcupsd. Correct. > >> Problem is >> that there is at least one NAS I would like to conn

Re: testing security updates

2019-10-04 Thread Brad Rogers
On Thu, 3 Oct 2019 15:40:53 -0400 Greg Wooledge wrote: Hello Greg, >YOU DO NOT MIX STABLE WITH TESTING. > >YOU DO NOT MIX STABLE WITH UNSTABLE. > >YOU DO NOT MIX TESTING WITH UNSTABLE. By and large, I agree. I would add a few caveats, though. If one uses sites such as spotify or amazon video,

Re: Email based attack on University

2019-10-04 Thread tomas
On Fri, Oct 04, 2019 at 10:11:52AM +0100, Brian wrote: [...] > > Yes, "our" security story is way better than theirs [...] [edit: I forgot to put "theirs" in quotes] > A single reliable, well-documented and repeatable example of a problem > caused by pressing enter or clicking on a mail would g

Re: Email based attack on University

2019-10-04 Thread Brian
On Fri 04 Oct 2019 at 10:49:49 +0200, to...@tuxteam.de wrote: > On Thu, Oct 03, 2019 at 08:54:10PM +0100, Brian wrote: > > [...] > > > Opening an email causes no problem to the system on Debian. We would be > > in deep trouble if it did. Does that address your concern? > > Woah. A sweeping asse

Re: Package conflict apcupsd and nut-client

2019-10-04 Thread Roger Price
On Thu, 3 Oct 2019, Sebastian Hofmann wrote: ... Therefore I want to use both packages at the same time, but trying to install both results in a conflict between 'apcupsd' and 'nut-client'. Both provide and conflict 'ups-monitor': This looks like a packaging problem, and an excessive use of t

Re: How to delete second default route

2019-10-04 Thread Thomas Pircher
Johann Spies wrote: > $ sudo ip route list > default dev enp0s25 scope link > default via 192.168.1.1 dev wlo1 proto dhcp metric 600 > 169.254.0.0/16 dev wlo1 scope link metric 1000 Have you tried specifying the device and/or the GW address, to narrow down which route you want to delete, i.e.: su

Re: Email based attack on University

2019-10-04 Thread tomas
On Thu, Oct 03, 2019 at 08:54:10PM +0100, Brian wrote: [...] > Opening an email causes no problem to the system on Debian. We would be > in deep trouble if it did. Does that address your concern? Woah. A sweeping assertion which would start making sense if you tried to explain what "opening an e

Re: testing security updates

2019-10-04 Thread tomas
On Thu, Oct 03, 2019 at 03:40:53PM -0400, Greg Wooledge wrote: [...] > YOU DO NOT MIX STABLE WITH TESTING. > > YOU DO NOT MIX STABLE WITH UNSTABLE. > > YOU DO NOT MIX TESTING WITH UNSTABLE. Wow. I'd rather say: you do not "do not". Know the downsides, know what can break, and then, when it's