Re: adb broken in buster?

2018-05-24 Thread Rainer Dorsch
On Freitag, 25. Mai 2018 02:53:06 CEST Siard wrote: > Rainer Dorsch wrote: > > on a buster system, I have trouble with adb and my Nexus 5X: > > > > rd@b370:~$ adb shell > > error: insufficient permissions for device: verify udev rules. > > > >From the description of adb: > "This package recommends

Re: adb broken in buster?

2018-05-24 Thread Rainer Dorsch
On Freitag, 25. Mai 2018 00:56:17 CEST Ben Caradoc-Davies wrote: > On 25/05/18 09:36, Rainer Dorsch wrote: > > Hello, > > on a buster system, I have trouble with adb and my Nexus 5X: > > rd@b370:~$ adb shell > > error: insufficient permissions for device: verify udev rules. > > See [http://develope

Re: Get the external IP address from a Linux box

2018-05-24 Thread Alan Greenberger
On 2018-05-24, André Rodier wrote: > Hello, > > I am looking for a native package on Debian, that can give me the > external IP address of the machine. > Assuming you are looking for the public internet address of your router, you could try: /usr/sbin/arp -n and it may show up on a line with the

Re: adb broken in buster?

2018-05-24 Thread Siard
Rainer Dorsch wrote: > on a buster system, I have trouble with adb and my Nexus 5X: > > rd@b370:~$ adb shell > error: insufficient permissions for device: verify udev rules. >From the description of adb: "This package recommends "android-sdk-platform-tools-common" which contains the udev rules fo

Re: making more room in root partition for distribution upgrade

2018-05-24 Thread Mark Copper
On Mon, May 21, 2018 at 12:23 PM, Pascal Hambourg wrote: Le 21/05/2018 à 18:14, Mark Copper a écrit : > >> On Sun, May 20, 2018 at 3:19 AM, Pascal Hambourg >> wrote: >> >>> Le 18/05/2018 à 02:05, Mark Copper a écrit : >>> >>> You will have to move/delete and re-create the swap too. >>> Gparted a

Re: adb broken in buster?

2018-05-24 Thread Ben Caradoc-Davies
On 25/05/18 09:36, Rainer Dorsch wrote: Hello, on a buster system, I have trouble with adb and my Nexus 5X: rd@b370:~$ adb shell error: insufficient permissions for device: verify udev rules. See [http://developer.android.com/tools/device.html] for more information. rd@b370:~$ On the referenced w

Re: lightdm (testing): Long waiting time after login

2018-05-24 Thread Ben Caradoc-Davies
On 25/05/18 01:42, Glenn English wrote: On Wed, May 23, 2018 at 10:11 PM, Ben Caradoc-Davies wrote: Bug#899271: xfce4-terminal hangs in getrandom if crng not ready What in heaven's name is a terminal emulator doing in getrandom? Indeed. It seems that gnutls_rnd is called when creating a Vte

adb broken in buster?

2018-05-24 Thread Rainer Dorsch
Hello, on a buster system, I have trouble with adb and my Nexus 5X: rd@b370:~$ adb shell error: insufficient permissions for device: verify udev rules. See [http://developer.android.com/tools/device.html] for more information. rd@b370:~$ On the referenced website, I understand that I need to be

Re: Get the external IP address from a Linux box

2018-05-24 Thread Miles Fidelman
On 5/24/18 4:22 PM, Erwan David wrote: Le 05/24/18 à 22:17, Stefan Monnier a écrit : Alberto Luaces writes: Joe writes: On the assumption that you are using a router of some kind, your public IP address will be that of the router WAN port (cable, ADSL, etc.) and there will be a method of d

Get the external IP address from a Linux box

2018-05-24 Thread Erwan David
Le 05/24/18 à 22:17, Stefan Monnier a écrit : > Alberto Luaces writes: > >> Joe writes: >> >>> On the assumption that you are using a router of some kind, your public >>> IP address will be that of the router WAN port (cable, ADSL, etc.) and >>> there will be a method of determining that by connec

Re: Get the external IP address from a Linux box

2018-05-24 Thread Stefan Monnier
Alberto Luaces writes: > Joe writes: > >> On the assumption that you are using a router of some kind, your public >> IP address will be that of the router WAN port (cable, ADSL, etc.) and >> there will be a method of determining that by connecting to the router >> as an administrator. That method

Re: trouble posting

2018-05-24 Thread Brad Rogers
On Thu, 24 May 2018 12:16:20 -0500 Glenn Holmer wrote: Hello Glenn, >Can anyone help me diagnose this? Probably not, given the lack of information supplied. -- Regards _ / ) "The blindingly obvious is / _)radnever immediately apparent" You're the psychotic

Re: trouble posting

2018-05-24 Thread Joe
On Thu, 24 May 2018 12:16:20 -0500 Glenn Holmer wrote: > I've been subscribed to this list from a different address for some > time and receive messages properly, but the few posts I make from > that address never appear on the list. Can anyone help me diagnose > this? > Keep trying, use that a

Re: reportbug - debian SMTP HELO forged

2018-05-24 Thread Alessandro Vesely
On Thu 24/May/2018 03:33:52 +0200 bw wrote:  > On Thu, 24 May 2018, Ben Caradoc-Davies wrote: >> On 24/05/18 12:40, bw wrote: >>> Okay, I must have something misconfigured. Yes, ~/.reportbugrc >>> [...] >>> Connecting to packages.debian.org via SMTP... >>> SMTP send failure: {'m...@packages.debia

trouble posting

2018-05-24 Thread Glenn Holmer
I've been subscribed to this list from a different address for some time and receive messages properly, but the few posts I make from that address never appear on the list. Can anyone help me diagnose this? -- Glenn Holmer (Linux registered user #16682) "After the vintage season came the aftermat

Re: lightdm (testing): Long waiting time after login

2018-05-24 Thread Glenn English
On Wed, May 23, 2018 at 10:11 PM, Ben Caradoc-Davies wrote: >> Bug#899271: xfce4-terminal hangs in getrandom if crng not ready What in heaven's name is a terminal emulator doing in getrandom? Have you tried with a different terminal? There seem to be several in XFCE4. > I know that I am right a

Re: Get the external IP address from a Linux box

2018-05-24 Thread Dan Purgert
Greg Wooledge wrote: > On Thu, May 24, 2018 at 07:22:56AM +0100, André Rodier wrote: >> I am looking for a native package on Debian, that can give me the >> external IP address of the machine. > > wget --quiet -O- http://wooledge.org/myip.cgi > > Or your favorite alternative "tell me what my IP add

Re: Get the external IP address from a Linux box

2018-05-24 Thread Greg Wooledge
On Thu, May 24, 2018 at 07:22:56AM +0100, André Rodier wrote: > I am looking for a native package on Debian, that can give me the > external IP address of the machine. wget --quiet -O- http://wooledge.org/myip.cgi Or your favorite alternative "tell me what my IP address is" web service, if you do

Re: Get the external IP address from a Linux box

2018-05-24 Thread Peter Ludikovsky
curl https://icanhazip.com Regards, /peter On 2018-05-24 08:22, André Rodier wrote: Hello, I am looking for a native package on Debian, that can give me the external IP address of the machine. So far, I used internet sites, but I am sure there is a package that do that properly, especially if

Re: Get the external IP address from a Linux box

2018-05-24 Thread Dan Purgert
Abdullah Ramazanoğlu wrote: > On Thu, 24 May 2018 07:22:56 +0100 André Rodier said: > >> I am looking for a native package on Debian, that can give me the >> external IP address of the machine. >> >> So far, I used internet sites, but I am sure there is a package that do >> that properly, especial

Re: MATE Temperature Sensor applet on Stretch

2018-05-24 Thread Richard Owlett
On 05/23/2018 04:25 PM, David wrote: On 23 May 2018 at 20:45, Richard Owlett wrote: Today I searched Synaptic for "mate sensors" and then installed "MATE Sensors Applet". It runs. HOWEVER, seven of the twelve values displayed are 0 degrees C. I assume that only means that there is physically

Re: Get the external IP address from a Linux box

2018-05-24 Thread Joe
On Thu, 24 May 2018 08:13:54 +0100 André Rodier wrote: > On Thu, 2018-05-24 at 09:07 +0200, Alberto Luaces wrote: > > Joe writes: > > > > > On the assumption that you are using a router of some kind, your > > > public > > > IP address will be that of the router WAN port (cable, ADSL, etc.) > >

Re: Get the external IP address from a Linux box

2018-05-24 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, May 24, 2018 at 10:37:44AM +0300, Abdullah Ramazanoğlu wrote: [...] > Unless you have a dedicated IP address, then even if you directly connect to > your ISP (no routers, no NAT) you will likely get a local pool address and > from > there ro

Re: Get the external IP address from a Linux box

2018-05-24 Thread Abdullah Ramazanoğlu
On Thu, 24 May 2018 07:22:56 +0100 André Rodier said: > I am looking for a native package on Debian, that can give me the > external IP address of the machine. > > So far, I used internet sites, but I am sure there is a package that do > that properly, especially if one site is unreachable. > >

Re: Get the external IP address from a Linux box

2018-05-24 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, May 24, 2018 at 08:13:54AM +0100, André Rodier wrote: [...] > Thank you, finally an answer that make sense and is not pedantic. Thank *you* for the "pedantic" ;-) And to return the favour, here's why you don't really want to have UPnP on yo

Re: Get the external IP address from a Linux box

2018-05-24 Thread John Conover
likcoras writes: > >> > >> I am looking for a native package on Debian, that can give me the > >> external IP address of the machine. > >> > > > > Hi Andre. > > > > Type "ifconfig" without the quotes. The record you are looking for is > > inet addr: for IPV4. Its about the second line from the to

Re: Get the external IP address from a Linux box

2018-05-24 Thread Alberto Luaces
Joe writes: > On the assumption that you are using a router of some kind, your public > IP address will be that of the router WAN port (cable, ADSL, etc.) and > there will be a method of determining that by connecting to the router > as an administrator. That method will depend entirely on the rou

Re: Get the external IP address from a Linux box

2018-05-24 Thread Joe
On Thu, 24 May 2018 07:22:56 +0100 André Rodier wrote: > Hello, > > I am looking for a native package on Debian, that can give me the > external IP address of the machine. > > So far, I used internet sites, but I am sure there is a package that > do that properly, especially if one site is unre