Re: which vs. type, and recursion?

2021-09-04 Thread Brian
On Sat 04 Sep 2021 at 21:21:38 +1200, Richard Hector wrote: > Greg Wooledge pointed out in another thread that 'type' is often better than > 'which' for finding out what kind of command you're about to run, and where > it comes from. > > A quick test, however, threw up another issue: > >

Re: which vs. type, and recursion?

2021-09-04 Thread john doe
On 9/4/2021 11:21 AM, Richard Hector wrote: Greg Wooledge pointed out in another thread that 'type' is often better than 'which' for finding out what kind of command you're about to run, and where it comes from. A quick test, however, threw up another issue: richard@zircon:~$ type ls ls is

Re: which command can show if usb 3.0 is used

2021-06-01 Thread Thomas Amm
On Mon, 2021-05-31 at 00:22 +, Long Wind wrote: > i have new usb 3 disk > i want to find out if usb 3 is used when it's connected to stretch dmesg should tell you when it is discovered and which device class, module and speed are used. -- Jun 01 The Beatles release "Sgt. Pepper", 1967 Jun

Re: which command can show if usb 3.0 is used

2021-06-01 Thread Polyna-Maude Racicot-Summerside
On 2021-06-01 4:54 a.m., Andrei POPESCU wrote: > On Lu, 31 mai 21, 13:41:43, Polyna-Maude Racicot-Summerside wrote: >> >> On 2021-05-31 5:14 a.m., to...@tuxteam.de wrote: >>> On Mon, May 31, 2021 at 04:47:13AM -0400, Polyna-Maude Racicot-Summerside >>> wrote: What is foolish is not to

Re: which command can show if usb 3.0 is used

2021-06-01 Thread Andrei POPESCU
On Lu, 31 mai 21, 13:41:43, Polyna-Maude Racicot-Summerside wrote: > > On 2021-05-31 5:14 a.m., to...@tuxteam.de wrote: > > On Mon, May 31, 2021 at 04:47:13AM -0400, Polyna-Maude Racicot-Summerside > > wrote: > >> > >> What is foolish is not to even check in the specifications of one's > >>

Re: which command can show if usb 3.0 is used

2021-05-31 Thread deloptes
Charlie Gibbs wrote: > Is the connector blue?  It's a convention to make USB 3.0 connectors > blue, while USB 2 connectors aren't.  My machine has a mix. > > https://en.wikipedia.org/wiki/USB_3.0 I would also start with this. USB3 (not only 3.0 but 3.x) are blue. Then you can use dd to

Re: which command can show if usb 3.0 is used

2021-05-31 Thread Stefan Monnier
> If output shows ehci, then you are using usb 2, and if output shows xhci, > then you can use usb 3. ^^^ Can, indeed, but that still depends on other things, such as the actual setup of the physical port. IIUC most modern Intel chipsets don't come with EHCI any more and their xHCI

Re: which command can show if usb 3.0 is used

2021-05-31 Thread Stefan Monnier
> hwinfo --usb-ctrl > > And after doing > > lsusb -t Thanks. I wasn't familiar with the `-t` arg to `lsusb`, it's very informative (e.g. it gives you the actual speed negotiated, so I can see that my USB C phone still uses 480Mb/s) Stefan

Re: which command can show if usb 3.0 is used

2021-05-31 Thread Polyna-Maude Racicot-Summerside
Hi, On 2021-05-31 5:14 a.m., to...@tuxteam.de wrote: > On Mon, May 31, 2021 at 04:47:13AM -0400, Polyna-Maude Racicot-Summerside > wrote: >> Hi, >> >> On 2021-05-31 3:01 a.m., to...@tuxteam.de wrote: >>> On Mon, May 31, 2021 at 01:53:33AM +, Long Wind wrote: >>> >>> Perhaps lsusb is your

Re: which command can show if usb 3.0 is used

2021-05-31 Thread Charlie Gibbs
On 2021-05-31, Polyna-Maude Racicot-Summerside wrote: > On 2021-05-30 9:53 p.m., Long Wind wrote: > >> Jude, it sounds foolish, there has to be some better way >> and i don't have usb 2.0 disk >> >> my usb disk is new, it supports usb3 >> stretch must support usb3 because usb3 is supported

Re: which command can show if usb 3.0 is used

2021-05-31 Thread tomas
On Mon, May 31, 2021 at 04:47:13AM -0400, Polyna-Maude Racicot-Summerside wrote: > Hi, > > On 2021-05-31 3:01 a.m., to...@tuxteam.de wrote: > > On Mon, May 31, 2021 at 01:53:33AM +, Long Wind wrote: > > > > Perhaps lsusb is your friend. Watch which bus your device > > is hanging off. > > >

Re: which command can show if usb 3.0 is used

2021-05-31 Thread tomas
On Mon, May 31, 2021 at 08:36:59AM +, Long Wind wrote: > i see, usb 3 isn't used though kernel sees my usb3 disk("new high-speed") > i have thought my lenovo and hp are modernThanks to all that reply and help! > > to tomas:i've been blunt in using "foolish"hopefully, Jude isn't hurt. I'm

Re: which command can show if usb 3.0 is used

2021-05-31 Thread Polyna-Maude Racicot-Summerside
On 2021-05-31 4:36 a.m., Long Wind wrote: > i see, usb 3 isn't used though kernel sees my usb3 disk("new high-speed") > i have thought my lenovo and hp are modern > Thanks to all that reply and help! > > to tomas: > i've been blunt in using "foolish" > hopefully, Jude isn't hurt.

Re: which command can show if usb 3.0 is used

2021-05-31 Thread Polyna-Maude Racicot-Summerside
Hi, On 2021-05-31 3:01 a.m., to...@tuxteam.de wrote: > On Mon, May 31, 2021 at 01:53:33AM +, Long Wind wrote: > > Perhaps lsusb is your friend. Watch which bus your device > is hanging off. > >> Jude, it sounds foolish, there has to be some better wayand i don't have >> usb 2.0 disk > >

Re: which command can show if usb 3.0 is used

2021-05-31 Thread Long Wind
i see, usb 3 isn't used though kernel sees my usb3 disk("new high-speed") i have thought my lenovo and hp are modernThanks to all that reply and help! to tomas:i've been blunt in using "foolish"hopefully, Jude isn't hurt.

Re: which command can show if usb 3.0 is used

2021-05-31 Thread tomas
On Mon, May 31, 2021 at 01:53:33AM +, Long Wind wrote: Perhaps lsusb is your friend. Watch which bus your device is hanging off. > Jude, it sounds foolish, there has to be some better wayand i don't have usb > 2.0 disk Calling people who try to help you "foolish" is not nice (and might

Re: which command can show if usb 3.0 is used

2021-05-30 Thread Jude DaShiell
Very informative, I didn't know what either of those drivers were until now thanks. On Mon, 31 May 2021, Chuck Zmudzinski wrote: > On 5/30/2021 8:22 PM, Long Wind wrote: > > i have new usb 3 disk > > i want to find out if usb 3 is used when it's connected to stretch > Use something like: > >

Re: which command can show if usb 3.0 is used

2021-05-30 Thread Chuck Zmudzinski
On 5/30/2021 8:22 PM, Long Wind wrote: i have new usb 3 disk i want to find out if usb 3 is used when it's connected to stretch Use something like: sudo dmesg | grep hci If output shows ehci, then you are using usb 2, and if output shows xhci, then you can use usb 3. To make stretch use

Re: which command can show if usb 3.0 is used

2021-05-30 Thread Geoff
Geoff wrote: Long Wind wrote: Thank Geoff! with usb3 disk plugged to lenovo running buster i see msg below, but i'm not sure if usb3 is used May 31 10:21:18 debian kernel: [13385.174292] usb 5-6: new high-speed USB device number 12 using ehci-pci Definitely looks like usb 2, the ehci driver

Re: which command can show if usb 3.0 is used

2021-05-30 Thread Polyna-Maude Racicot-Summerside
Hi ! On 2021-05-30 10:29 p.m., Long Wind wrote: > Thank Geoff! with usb3 disk plugged to lenovo running buster > i see msg below, but i'm not sure if usb3 is used > > May 31 10:21:18 debian kernel: [13385.174292] usb 5-6: new high-speed > USB device number 12 using ehci-pci > May 31 10:21:18

Re: which command can show if usb 3.0 is used

2021-05-30 Thread Polyna-Maude Racicot-Summerside
Hi. On 2021-05-30 9:53 p.m., Long Wind wrote: > Jude, it sounds foolish, there has to be some better way > and i don't have usb 2.0 disk > > my usb disk is new, it supports usb3 > stretch must support usb3 because usb3 is supported ever since /kernel > 2.6.31/ > i wonder if hp t5740e supports

Re: which command can show if usb 3.0 is used

2021-05-30 Thread Geoff
Long Wind wrote: Thank Geoff! with usb3 disk plugged to lenovo running buster i see msg below, but i'm not sure if usb3 is used May 31 10:21:18 debian kernel: [13385.174292] usb 5-6: new high-speed USB device number 12 using ehci-pci Definitely looks like usb 2, the ehci driver also points

Re: which command can show if usb 3.0 is used

2021-05-30 Thread Geoff Reidy
Long Wind wrote: Thank Geoff! with usb3 disk plugged to lenovo running buster i see msg below, but i'm not sure if usb3 is used May 31 10:21:18 debian kernel: [13385.174292] usb 5-6: new high-speed USB device number 12 using ehci-pci Definitely looks like usb 2, the ehci driver also points

Re: which command can show if usb 3.0 is used

2021-05-30 Thread Long Wind
Thank Geoff! with usb3 disk plugged to lenovo running busteri see msg below, but i'm not sure if usb3 is used May 31 10:21:18 debian kernel: [13385.174292] usb 5-6: new high-speed USB device number 12 using ehci-pci May 31 10:21:18 debian kernel: [13385.331455] usb 5-6: New USB device found,

Re: which command can show if usb 3.0 is used

2021-05-30 Thread Geoff
You should see something in your logs, this is what I get for a usb 3.1 device: kernel: usb 2-1.2: new SuperSpeed Gen 1 USB device number 5 using xhci_hcd USB 2 is only "high-speed": kernel: usb 1-1.3: new high-speed USB device number 12 using xhci_hcd Regards, Geoff

Re: which command can show if usb 3.0 is used

2021-05-30 Thread Jude DaShiell
e DaShiell" > > To: "Long Wind" , "Debian-user Mailing List" > > > > Subject: Re: which command can show if usb 3.0 is used > > > > First disconnect the disk; next run lsblk >lsblk.old, next connect the > > disk, next run lsblk >l

Re: which command can show if usb 3.0 is used

2021-05-30 Thread Jude DaShiell
Have an iso for which you know its size. Use dd to copy that iso onto a usb 2.0 drive and time the copy. Copy that same iso onto the usb 3.0 drive and time it. If the usb 3.0 copy takes less time in the neighborhood of the expected speed difference of usb 3.0 to usb 2.0 then you got fortunate. If

Re: which command can show if usb 3.0 is used

2021-05-30 Thread Stella Ashburne
Hi > Sent: Monday, May 31, 2021 at 8:36 AM > From: "Jude DaShiell" > To: "Long Wind" , "Debian-user Mailing List" > > Subject: Re: which command can show if usb 3.0 is used > > First disconnect the disk; next run lsblk >lsblk.old, next conn

Re: which command can show if usb 3.0 is used

2021-05-30 Thread Jude DaShiell
First disconnect the disk; next run lsblk >lsblk.old, next connect the disk, next run lsblk >lsblk.new. Finally do a diff on lsblk.old lsblk.new and see if something shows up in lsblk.new that isn't in lsblk.old. On Mon, 31 May 2021, Long Wind wrote: > i have new usb 3 diski want to find out if

Re: which mixer can show sound volume as colorful bar

2021-04-19 Thread deloptes
Cindy Sue Causey wrote: > Of note: Being the package that other packages build upon, maybe > there's not room to add that declaration within the package because of > conflicts that might then occur. In that case, maybe it's something > that could become of those ~2 or 3kb optional external

Re: which mixer can show sound volume as colorful bar

2021-04-19 Thread Cindy Sue Causey
On 4/19/21, deloptes wrote: > Long Wind wrote: > >> these days communists pay only lip service to communism ideology >> concepts such as red or revolution are rarely used in communists' >> propaganda > > this is why I wrote it is a joke. We do not understand why you want to > change the color.

Re: which mixer can show sound volume as colorful bar

2021-04-19 Thread deloptes
to...@tuxteam.de wrote: > Why risk hurting someone's feelings "just for" a joke? Why risk > putting someone at risk of state repression? I do not risk anything

Re: which mixer can show sound volume as colorful bar

2021-04-19 Thread deloptes
Long Wind wrote: > these days communists pay only lip service to communism ideology > concepts such as red or revolution are rarely used in communists' > propaganda this is why I wrote it is a joke. We do not understand why you want to change the color. AFAIK the color is part of the theme you

Re: which mixer can show sound volume as colorful bar

2021-04-19 Thread Long Wind
On Monday, April 19, 2021, 8:30:23 PM GMT+8, deloptes wrote: Joke: he doesn't like the blue color in the VU meter in the pavucontrol, because in China red is required to be on the safe side :) these days communists pay only lip service to communism ideology concepts such as red or

Re: which mixer can show sound volume as colorful bar

2021-04-19 Thread tomas
On Mon, Apr 19, 2021 at 04:11:18PM +0200, deloptes wrote: > to...@tuxteam.de wrote: > > > Why? > > why "joke" or why the joke Why risk hurting someone's feelings "just for" a joke? Why risk putting someone at risk of state repression? Cheers - t signature.asc Description: Digital signature

Re: which mixer can show sound volume as colorful bar

2021-04-19 Thread deloptes
to...@tuxteam.de wrote: > Why? why "joke" or why the joke

Re: which mixer can show sound volume as colorful bar

2021-04-19 Thread deloptes
Long Wind wrote: > it seems that pulseaudio is about to supersede alsa? no, pulseaudio is an application friendly layer on top of alsa

Re: which mixer can show sound volume as colorful bar

2021-04-19 Thread tomas
On Mon, Apr 19, 2021 at 02:24:57PM +0200, deloptes wrote: > Andrei POPESCU wrote: > > > What is the problem you are trying to solve? > > Joke: [...] Why? - t signature.asc Description: Digital signature

Re: which mixer can show sound volume as colorful bar

2021-04-19 Thread deloptes
Andrei POPESCU wrote: > What is the problem you are trying to solve? Joke: he doesn't like the blue color in the VU meter in the pavucontrol, because in China red is required to be on the safe side :)

Re: which mixer can show sound volume as colorful bar

2021-04-19 Thread Andrei POPESCU
On Lu, 19 apr 21, 11:52:54, Long Wind wrote: > such feature is available in PulseAudio Volume Control, > but it's blue bar, not colorful bar i desirei've seen it in MS > Windowsi think it's standard featurei can't believe it's unavailable > in alsa ALSA is the basic plumbing, the

Re: which mixer can show sound volume as colorful bar

2021-04-19 Thread Andrei POPESCU
On Lu, 19 apr 21, 03:01:37, Long Wind wrote: > i've run alsamixer, it's not what i want > i want it  to  show loudness of sound in real time by changing or flashing > colorful bar  Then you are looking for a VU meter. https://en.wikipedia.org/wiki/VU_meter For pure ALSA you might be able to

Re: which mixer can show sound volume as colorful bar

2021-04-18 Thread Dan Ritter
Long Wind wrote: > it  changes as sound volume change > i use alsa, not pulseaudioThanks! alsamixer -dsr-

Re: Which package for bug report?

2021-03-27 Thread Leandro neto
. Contact me over the phone I don't teus this my isp +552122366155 +552121796156   i want them on jail for the rest of they life's what they did to me and other person here is unacceptable  Enviado via UOL Mail _ Assunto: Re: Which package for bug report? De

Re: Which package for bug report?

2021-03-27 Thread riveravaldez
On 3/27/21, mshr wrote: > Hello, (...) > Despite turning bluetooth off, it turns itself back on after the laptop > wakes from sleep. > I'm using the plasma desktop, installed from the initial installation media. > What package should this bug relate to? Hi, I suppose you should first take a look

Re: which package can convert barcode image to url?

2020-10-22 Thread Richard Hector
On 23/10/20 10:57 am, Long Wind wrote: > On Thursday, October 22, 2020, 8:18:18 AM EDT, didier gaumet > wrote: > > and for the GUI way: it seems qtqr should do the trick: > https://screenshots.debian.net/package/qtqr > > > Thanks, but my problem has been solved. > PS: they use jpeg format,

Re: which package can convert barcode image to url?

2020-10-22 Thread didier gaumet
Le mercredi 21 octobre 2020 à 01:40:04 UTC+2, Charles Curley a écrit : [...] > I have used zbar-tools to decode bar codes [...] and for the GUI way: it seems qtqr should do the trick: https://screenshots.debian.net/package/qtqr

Re: which package can convert barcode image to url?

2020-10-21 Thread Charles Curley
On Wed, 21 Oct 2020 14:35:52 +1300 Richard Hector wrote: > On 21/10/20 2:19 pm, Long Wind wrote: > > On Tuesday, October 20, 2020, 9:06:25 PM EDT, Richard Hector > > wrote: > > > > . > > After installing imagemagick (and zbar-tools), and reading some man > > pages, this worked: > > > >

Re: which package can convert barcode image to url?

2020-10-20 Thread Richard Hector
On 21/10/20 2:19 pm, Long Wind wrote: > On Tuesday, October 20, 2020, 9:06:25 PM EDT, Richard Hector > wrote: > > . > After installing imagemagick (and zbar-tools), and reading some man > pages, this worked: > > richard@zircon :~$ convert dierge_16.jpg -sharpen > 0x3 - |

Re: which package can convert barcode image to url?

2020-10-20 Thread Richard Hector
On 21/10/20 1:57 pm, Richard Hector wrote: > On 21/10/20 1:34 pm, Long Wind wrote: >> >> Thank Charles! but i really mean QR code: how to change it to url >> i've installed qtqr, it can't decode it though my phone can scan it >> i attach it in attachment > > Can you get a clearer image? > > I

Re: which package can convert barcode image to url?

2020-10-20 Thread Richard Hector
On 21/10/20 1:34 pm, Long Wind wrote: > > Thank Charles! but i really mean QR code: how to change it to url > i've installed qtqr, it can't decode it though my phone can scan it > i attach it in attachment Can you get a clearer image? I couldn't read it with zbarimg, but then I loaded it into

Re: which package can convert barcode image to url?

2020-10-20 Thread Long Wind
Thank Charles! but i really mean QR code: how to change it to urli've installed qtqr, it can't decode it though my phone can scan iti attach it in attachment

Re: which package can convert barcode image to url?

2020-10-20 Thread Charles Curley
On Wed, 21 Oct 2020 00:23:32 +0200 Siard wrote: > Long Wind wrote: > > in Chinese barcode is called 2-dimension code > > Same as QR code? dmtx-utils should be able to do it. > It contains 2 programs: dmtxread and dmtxwrite. > See also http://libdmtx.sourceforge.net I don't think so. dmtx is

Re: which package can convert barcode image to url?

2020-10-20 Thread Long Wind
On Tuesday, October 20, 2020, 6:26:18 PM EDT, Siard wrote: Same as QR code?  dmtx-utils should be able to do it. It contains 2 programs: dmtxread and dmtxwrite. See also http://libdmtx.sourceforge.net yes, i mean QR code i've installed dmtx-utils, but it can't read image file

Re: which package can convert barcode image to url?

2020-10-20 Thread Siard
Long Wind wrote: > in Chinese barcode is called 2-dimension code Same as QR code? dmtx-utils should be able to do it. It contains 2 programs: dmtxread and dmtxwrite. See also http://libdmtx.sourceforge.net

Re: which package to file a bug against?

2020-06-20 Thread Andrei POPESCU
On Sb, 20 iun 20, 08:54:52, Matt Zagrabelny wrote: > Greetings d-u, > > I have a new-ish laptop and a pair of the function keys (screen > brighter/dimmer) are mapped to the wrong function (mic mute/unmute). Are you using the correct keyboard layout? You could try 'dpkg-reconfigure

Re: which package to file a bug against?

2020-06-20 Thread Marko Randjelovic
Hi Matt Zagrabelny, On Sat, 20 Jun 2020 08:54:52 -0500 Matt Zagrabelny wrote: > Greetings d-u, > > I have a new-ish laptop and a pair of the function keys (screen > brighter/dimmer) are mapped to the wrong function (mic mute/unmute). > > Where should I look to file the bug? Use reportbug

Re: Which resolv.conf file?

2019-08-01 Thread Celejar
On Wed, 31 Jul 2019 08:59:11 -0500 David Wright wrote: > On Wed 31 Jul 2019 at 08:50:34 (-0400), Greg Wooledge wrote: > > On Wed, Jul 31, 2019 at 09:21:32AM +0300, Reco wrote: > > > On Wed, Jul 31, 2019 at 09:16:03AM +0300, Andrei POPESCU wrote: > > > > On Mi, 31 iul 19, 09:06:36, Reco wrote: >

Re: Which resolv.conf file?

2019-07-31 Thread Andrei POPESCU
On Mi, 31 iul 19, 02:37:40, Bob Bernstein wrote: > On Wed, 31 Jul 2019, Andrei POPESCU wrote: > > > It depends a lot on what combination of packages you have installed and > > are using. > > > > Starting with the obvious ones, please show the output of: > > Ok. One dotted-four required

Re: Which resolv.conf file?

2019-07-31 Thread Andrei POPESCU
On Mi, 31 iul 19, 08:59:11, David Wright wrote: > On Wed 31 Jul 2019 at 08:50:34 (-0400), Greg Wooledge wrote: > > On Wed, Jul 31, 2019 at 09:21:32AM +0300, Reco wrote: > > > On Wed, Jul 31, 2019 at 09:16:03AM +0300, Andrei POPESCU wrote: > > > > On Mi, 31 iul 19, 09:06:36, Reco wrote: > > > > >

Re: Which resolv.conf file?

2019-07-31 Thread tomas
On Wed, Jul 31, 2019 at 12:09:38PM -0400, Greg Wooledge wrote: > On Wed, Jul 31, 2019 at 05:55:17PM +0200, to...@tuxteam.de wrote: > > On Wed, Jul 31, 2019 at 10:27:01AM -0400, Greg Wooledge wrote: > > > wooledg:~$ dpkg -S resolvconf.1 > > > systemd: /usr/share/man/man1/resolvconf.1.gz > > > >

Re: Which resolv.conf file?

2019-07-31 Thread Greg Wooledge
On Wed, Jul 31, 2019 at 05:55:17PM +0200, to...@tuxteam.de wrote: > On Wed, Jul 31, 2019 at 10:27:01AM -0400, Greg Wooledge wrote: > > wooledg:~$ dpkg -S resolvconf.1 > > systemd: /usr/share/man/man1/resolvconf.1.gz > > tomas@trotzki:~$ dpkg -S resolv.conf > manpages:

Re: Which resolv.conf file?

2019-07-31 Thread tomas
On Wed, Jul 31, 2019 at 10:27:01AM -0400, Greg Wooledge wrote: > On Wed, Jul 31, 2019 at 08:59:11AM -0500, David Wright wrote: > > It might be the documentation that's confused. Here's an extract from > > man resolvconf > > > > > > > >ifup > >The ifup program can be used to

Re: Which resolv.conf file?

2019-07-31 Thread Reco
On Wed, Jul 31, 2019 at 10:27:01AM -0400, Greg Wooledge wrote: > On Wed, Jul 31, 2019 at 08:59:11AM -0500, David Wright wrote: > > It might be the documentation that's confused. Here's an extract from > > man resolvconf > > > > > > > >ifup > >The ifup program can be used to

Re: Which resolv.conf file?

2019-07-31 Thread Greg Wooledge
On Wed, Jul 31, 2019 at 08:59:11AM -0500, David Wright wrote: > It might be the documentation that's confused. Here's an extract from > man resolvconf > > > >ifup >The ifup program can be used to configure network interfaces [...] Mine doesn't... wait, what... wooledg:~$

Re: Which resolv.conf file?

2019-07-31 Thread David Wright
On Wed 31 Jul 2019 at 08:50:34 (-0400), Greg Wooledge wrote: > On Wed, Jul 31, 2019 at 09:21:32AM +0300, Reco wrote: > > On Wed, Jul 31, 2019 at 09:16:03AM +0300, Andrei POPESCU wrote: > > > On Mi, 31 iul 19, 09:06:36, Reco wrote: > > > > Assuming it is, and you're using ifupdown, you need to

Re: Which resolv.conf file?

2019-07-31 Thread Greg Wooledge
On Wed, Jul 31, 2019 at 09:21:32AM +0300, Reco wrote: > On Wed, Jul 31, 2019 at 09:16:03AM +0300, Andrei POPESCU wrote: > > On Mi, 31 iul 19, 09:06:36, Reco wrote: > > > Assuming it is, and you're using ifupdown, you need to change > > > "dns-nameserver" stanza in the interface definition. > > >

Re: Which resolv.conf file?

2019-07-31 Thread Greg Wooledge
On Wed, Jul 31, 2019 at 01:46:45AM -0400, Bob Bernstein wrote: > I want to make a change or two to resolv.conf, but every time I come across > it I flee in terror, warned that my changes will be destroyed and the linux > gods angered. > > What is the approved method for changing the list of DNS

Re: Which resolv.conf file?

2019-07-31 Thread Curt
On 2019-07-31, Bob Bernstein wrote: > I want to make a change or two to resolv.conf, but every time I > come across it I flee in terror, warned that my changes will be > destroyed and the linux gods angered. > > What is the approved method for changing the list of DNS servers > called upon by,

Re: Which resolv.conf file?

2019-07-31 Thread Maxim Svobonas
I use USB tethering and NetworkManager just creates a new wired connection whenever I make changes to existing one and reconnect a phone. Also I may use random WiFi spots from time to time and do not want to set up each of them. The solution for me is: [main] dns=none in

Re: Which resolv.conf file?

2019-07-31 Thread Judah Richardson
Assuming you're using a DE, make your desired changes in the GUI network/connection settings and they'll get written to resolv.conf. On Wed, Jul 31, 2019, 01:03 Bob Bernstein wrote: > I want to make a change or two to resolv.conf, but every time I > come across it I flee in terror, warned that

Re: Which resolv.conf file?

2019-07-31 Thread Nate Bargmann
Rather than try to control this on each machine, I have set up my router, running OpenWRT, to serve the nameservers as part of the DHCP configuration. - Nate -- "The optimist proclaims that we live in the best of all possible worlds. The pessimist fears this is true." Web:

Re: Which resolv.conf file?

2019-07-31 Thread Bob Bernstein
On Wed, 31 Jul 2019, Andrei POPESCU wrote: It depends a lot on what combination of packages you have installed and are using. Starting with the obvious ones, please show the output of: Ok. One dotted-four required obfuscation in my humble judgement. I hope I got your list correctly: $ apt

Re: Which resolv.conf file?

2019-07-31 Thread Bob Bernstein
Sorry! Switched machines and lost track of who I was! -- Forwarded message -- From: Bob Bernstein To: Debian User List Subject: Re: Which resolv.conf file? Date: Wed, 31 Jul 2019 02:37:40 User-Agent: Alpine 2.21 (DEB 202 2017-01-01) On Wed, 31 Jul 2019, Andrei POPESCU wrote

Re: Which resolv.conf file?

2019-07-31 Thread Reco
Hi. On Wed, Jul 31, 2019 at 09:16:03AM +0300, Andrei POPESCU wrote: > On Mi, 31 iul 19, 09:06:36, Reco wrote: > > On Wed, Jul 31, 2019 at 01:46:45AM -0400, Bob Bernstein wrote: > > > I want to make a change or two to resolv.conf, but every time I come > > > across it I flee in terror,

Re: Which resolv.conf file?

2019-07-31 Thread Andrei POPESCU
On Mi, 31 iul 19, 09:06:36, Reco wrote: > Hi. > > On Wed, Jul 31, 2019 at 01:46:45AM -0400, Bob Bernstein wrote: > > I want to make a change or two to resolv.conf, but every time I come > > across it I flee in terror, warned that my changes will be destroyed > > and the linux gods angered.

Re: Which resolv.conf file?

2019-07-31 Thread Andrei POPESCU
On Mi, 31 iul 19, 01:46:45, Bob Bernstein wrote: > I want to make a change or two to resolv.conf, but every time I come across > it I flee in terror, warned that my changes will be destroyed and the linux > gods angered. > > What is the approved method for changing the list of DNS servers called

Re: Which resolv.conf file?

2019-07-31 Thread Reco
Hi. On Wed, Jul 31, 2019 at 01:46:45AM -0400, Bob Bernstein wrote: > I want to make a change or two to resolv.conf, but every time I come > across it I flee in terror, warned that my changes will be destroyed > and the linux gods angered. Have you meant this resolv.conf line? # Dynamic

Re: Which signing subkey does GPG use?

2019-07-09 Thread Nate Bargmann
Thanks, Teemu. You've been very helpful. - Nate -- "The optimist proclaims that we live in the best of all possible worlds. The pessimist fears this is true." Web: https://www.n0nb.us Projects: https://github.com/N0NB GPG fingerprint: 82D6 4F6B 0E67 CD41 F689 BBA6 FB2C 5130 D55A 8819

Re: Which signing subkey does GPG use?

2019-07-09 Thread Teemu Likonen
Nate Bargmann [2019-07-09T09:18:51-05] wrote: > pub dsa1024 2000-05-02 [SCA] [expires: 2024-07-06] > 82D64F6B0E67CD41F689BBA6FB2C5130D55A8819 > uid [ultimate] Nate Bargmann > uid [ultimate] Nate Bargmann > uid [ultimate] Nate Bargmann > sub elg4096

Re: which one is executed first ip_forward=1 or iptables FORWARD Drop

2019-06-13 Thread Henning Follmann
On Thu, Jun 13, 2019 at 10:06:30AM +0100, BELAHCENE Abdelkader wrote: > Hi, > I am using one machine, say SERV, as a gateway ( cards eth0, eth1) from > network1 to network2, I want to forward all packets but tcp port 80 so > I used > *sysctl -w net.ipv4.ip_forward=1* This just enables the

Re: which mutt?

2019-05-07 Thread David Jardine
On Fri, May 03, 2019 at 02:57:10PM -0400, Dan Ritter wrote: > Russell L. Harris wrote: > > On Fri, May 03, 2019 at 09:40:05AM -0700, Jimmy Johnson wrote: > > > On 05/03/2019 04:43 AM, Francisco M Neto wrote: > > > > AFAIK in Stretch Mutt actually means Neomutt. There was a flamewar... > > > > I

Re: Which nvidia driver am I using

2019-05-05 Thread Erwan David
Le 05/05/2019 à 20:43, Felix Miata a écrit : > Erwan David composed on 2019-05-05 15:01 (UTC+0200): > >> ...the nvidia driver does not work (at least with the modesetting DDX). > The featured component of an NVidia "driver" installation is its DDX. If > you're > using NVidia's proprietary

Re: Which nvidia driver am I using

2019-05-05 Thread Felix Miata
Erwan David composed on 2019-05-05 15:01 (UTC+0200): > ...the nvidia driver does not work (at least with the modesetting DDX). The featured component of an NVidia "driver" installation is its DDX. If you're using NVidia's proprietary "driver", you're not using the modesetting DDX or the nouveau

Re: Which nvidia driver am I using

2019-05-05 Thread Erwan David
Le 05/05/2019 à 11:52, Felix Miata a écrit : >> will renaming my .kde directory to something else be sufficient for a test > Highly unlikely. KDE rudely mixes most of its settings with other apps in > ~/.config/. I don't think ~/.kde/ is used at all any more. Better to create a > new > user

Re: Which nvidia driver am I using

2019-05-05 Thread Erwan David
Le 05/05/2019 à 13:08, Ivan Ivanov a écrit : > fglrx is a really old proprietary AMD driver which does not work on > anything newer than Ubuntu 14.04.4 . Perhaps AMD was disgusted by it > as well, because they abandoned it and created a really good > replacement opensource driver - that's

Re: Which nvidia driver am I using

2019-05-05 Thread Erwan David
Le 05/05/2019 à 12:58, Ivan Ivanov a écrit : > AMD has a really great opensource graphic drivers, so maybe just > change your GPU ? To solve this kind of problems once and forever... > It is a laptop, so not possible. (and I had bad experience with fglrx drivers, but it may have changed)

Re: Which nvidia driver am I using

2019-05-05 Thread Felix Miata
> will renaming my .kde directory to something else be sufficient for a test Highly unlikely. KDE rudely mixes most of its settings with other apps in ~/.config/. I don't think ~/.kde/ is used at all any more. Better to create a new user for testing to see if the problem survives there. If the

Re: Which nvidia driver am I using

2019-05-04 Thread Felix Miata
Erwan David composed on 2019-05-04 22:06 (UTC+0200): >> Have you tried disabling compositing in systemsettings5? > No, but has it an effect on the globall display ? It can reduce overhead and make problems go away. It can serve as a troubleshooting step, as simple to engage as disengage. >>

Re: Which nvidia driver am I using

2019-05-04 Thread Erwan David
Le 04/05/2019 à 21:33, Felix Miata a écrit : > Erwan David composed on 2019-05-04 20:52 (UTC+0200): > I have some display problems > ... >> Graphics:  Device-1: NVIDIA GF108M [NVS 5400M] vendor: Lenovo driver: >> nouveau v: kernel bus ID: 01:00.0 chip ID: 10de:0def >>    Display: x11

Re: Which nvidia driver am I using

2019-05-04 Thread Felix Miata
Erwan David composed on 2019-05-04 20:52 (UTC+0200): >>> I have some display problems ... > Graphics:  Device-1: NVIDIA GF108M [NVS 5400M] vendor: Lenovo driver: > nouveau v: kernel bus ID: 01:00.0 chip ID: 10de:0def >    Display: x11 server: X.Org 1.20.3 driver: modesetting > unloaded:

Re: Which nvidia driver am I using

2019-05-04 Thread Erwan David
Le 04/05/2019 à 20:24, Felix Miata a écrit : > Erwan David composed on 2019-05-04 20:06 (UTC+0200): > >> I have some display problems, I thought I was using the >> nvidia-legacy-39xx driver (the packages are installed) but I see the >> nouveau module loaded. >> How can I check wether I use the

Re: Which nvidia driver am I using

2019-05-04 Thread Felix Miata
Erwan David composed on 2019-05-04 20:06 (UTC+0200): > I have some display problems, I thought I was using the > nvidia-legacy-39xx driver (the packages are installed) but I see the > nouveau module loaded. > How can I check wether I use the nouveau driver or not, and how can I > switch the used

Re: which mutt?

2019-05-04 Thread Dejan Jocic
On 04-05-19, Curt wrote: > On 2019-05-04, Erik Christiansen wrote: > > On 03.05.19 18:01, Russell L. Harris wrote: > >> P.S. Would someone kindly tell me how, while in Mutt and reading a > >> message such as this, to launch a browser to open links such as [1] > >> and [2] above? > > > > A

Re: which mutt?

2019-05-04 Thread Michael Stone
On Sat, May 04, 2019 at 08:46:26AM +0100, Jonathan Dowland wrote: On Fri, May 03, 2019 at 02:22:21PM -0700, Jimmy Johnson wrote: Debian knows what I'm talking about. This Debian developer hasn't the foggiest. Don't encourage it.

Re: which mutt?

2019-05-04 Thread Curt
On 2019-05-04, Erik Christiansen wrote: > On 03.05.19 18:01, Russell L. Harris wrote: >> P.S. Would someone kindly tell me how, while in Mutt and reading a >> message such as this, to launch a browser to open links such as [1] >> and [2] above? > > A convenient alternative is to just

Re: which mutt?

2019-05-04 Thread Jonathan Dowland
On Fri, May 03, 2019 at 02:22:21PM -0700, Jimmy Johnson wrote: Debian knows what I'm talking about. This Debian developer hasn't the foggiest. -- ⢀⣴⠾⠻⢶⣦⠀ ⣾⠁⢠⠒⠀⣿⡁ Jonathan Dowland ⢿⡄⠘⠷⠚⠋⠀ https://jmtd.net ⠈⠳⣄ Please do not CC me, I am subscribed to the list.

Re: which mutt?

2019-05-03 Thread Erik Christiansen
On 03.05.19 18:01, Russell L. Harris wrote: > P.S. Would someone kindly tell me how, while in Mutt and reading a > message such as this, to launch a browser to open links such as [1] > and [2] above? A convenient alternative is to just double-click on a link in mutt's display in an xterm, then

Re: which mutt?

2019-05-03 Thread Jimmy Johnson
On 05/03/2019 10:56 AM, David Wright wrote: On Fri 03 May 2019 at 09:40:05 (-0700), Jimmy Johnson wrote: On 05/03/2019 04:43 AM, Francisco M Neto wrote: AFAIK in Stretch Mutt actually means Neomutt. There was a flamewar between the package maintainer and the Mutt guy a while ago about that. It

Re: which mutt?

2019-05-03 Thread Jonathan Dowland
On Fri, May 03, 2019 at 03:56:43AM +, Russell L. Harris wrote: On Debian 9 (amd64), I installed Mutt. The synaptic description says the package is 1.7.2 and has neoMutt patches. But the "V" command in Mutt reports the version as "NeoMutt 20170113 (1.7.2)". I searched and read a number of

Re: which mutt?

2019-05-03 Thread Dan Ritter
Russell L. Harris wrote: > On Fri, May 03, 2019 at 09:40:05AM -0700, Jimmy Johnson wrote: > > On 05/03/2019 04:43 AM, Francisco M Neto wrote: > > > AFAIK in Stretch Mutt actually means Neomutt. There was a flamewar... > > I found the war in the threads, but I did not find the outcome. > > > >

<    1   2   3   4   5   6   7   8   9   10   >