Re: bluetooth problems Cambridge Silicon Radio

2021-03-24 Thread deloptes
Jeremy Ardley wrote: > Bus 001 Device 006: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth > Dongle (HCI mode) these are widely spread I have the same (at least from the usb id) Bus 002 Device 004: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode) what says rfkill list ?

Re: bluetooth problems Cambridge Silicon Radio

2021-03-24 Thread Charles Curley
On Thu, 25 Mar 2021 12:05:19 +0800 Jeremy Ardley wrote: > lsusb ... > Bus 001 Device 006: ID 0a12:0001 Cambridge Silicon Radio, Ltd > Bluetooth Dongle (HCI mode) It doesn't hurt to search on the word Linux and the USB ID: https://duckduckgo.com/?q=linux+0a12:0001 That should give you some read

Re: WiFi Hardware not detected, during Debian NetInst Install

2021-03-24 Thread Charles Curley
On Wed, 24 Mar 2021 22:52:31 -0500 David Wright wrote: > ... [W]e haven't yet been shown any direct evidence of > which module drives the 8723, nor of what firmware it uses. > (These can easily be determined from dmesg when the installed > system is running.) Also, more detail from /var/log/sysl

bluetooth problems Cambridge Silicon Radio

2021-03-24 Thread Jeremy Ardley
I've just got a new bluetooth dongle that says V5.0 on the case. I think it uses Cambridge Silicon Radio lsusb Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 003: ID 0c45:6340 Microdia Camera Bus 003 Device 002: ID 1a86:7523 QinHeng Electronics HL-340 USB-Serial a

Re: WiFi Hardware not detected, during Debian NetInst Install

2021-03-24 Thread David Wright
On Wed 24 Mar 2021 at 17:58:58 (-0400), Cmdte Alpha Tigre Z wrote: > > I saw the bug report. Mr. Charles Curley provided relevant information > about the installation process stored on log files. Perhaps it would be good > to follow Mr. David Wright's advice, you could help with bug-fixing proce

Re: MATE desktop - changing icon of a Launcher

2021-03-24 Thread Marc Shapiro
On 3/24/21 2:14 PM, Dominic Knight wrote: On Tue, 2021-03-23 at 09:26 -0500, Richard Owlett wrote: I've been use MATE almost since it came out. IIRC I used to use a series of mouse clicks to determine the file name {including path} of the current icon. On my current systems {one Stretch, one

Re: Subject: Re: Slow connections - DNS problems?

2021-03-24 Thread David Christensen
On 3/24/21 2:44 PM, Charlie Gibbs wrote: $ cat /etc/debian_version 10.8 Okay -- that is current. $ uname -a Linux cjglap2 4.19.0-14-amd64 #1 SMP Debian 4.19.171-2 (2021-01-30) x86_64 GNU/Linux Okay -- that is current. $ nmcli g status STATE  CONNECTIVITY  WIFI-HW  WIFI WWAN-

Re: Creating my first LAN

2021-03-24 Thread IL Ka
> > learning by doing Theory and practice are both important. It is crucial to understand how IP networks work, so I'd start with book like "TCP/IP Network Administration" > During installation > server software was installed on *ONE* of them. Communication will be > via WiFi. Did they get IP

Re: Subject: Re: Slow connections - DNS problems?

2021-03-24 Thread Greg Wooledge
On Wed, Mar 24, 2021 at 02:44:37PM -0700, Charlie Gibbs wrote: > I tried removing the 192.168.0.1 line along with the "search telus" > line. I didn't notice any difference, but could this be because > this stuff is buffered somewhere? Perhaps I need to kick something > to make sure the new file i

Re: Creating my first LAN

2021-03-24 Thread David Wright
On Wed 24 Mar 2021 at 17:49:11 (-0400), Cmdte Alpha Tigre Z wrote: > El mié, 24 mar 2021 a las 16:42, Brian () escribió: > > On Wed 24 Mar 2021 at 20:20:59 +, Joe wrote: > > > On Wed, 24 Mar 2021 15:08:43 -0500 David Wright wrote: > > > > > > > > A new N600 dual band router can be had for $30 a

Re: how to indent when printing a ps file

2021-03-24 Thread Greg Marks
> I want to indent when printing a ps file. > For a text file, it's easy with the "lpr -o page-left option, but > it doesn't for a ps file. Google didn't help for that. You can use the command pstops to print a PostScript file with space added to one margin and subtracted from the opposite margin.

Re: Slow connections - DNS problems?

2021-03-24 Thread Joe
On Wed, 24 Mar 2021 17:13:20 -0400 Cmdte Alpha Tigre Z wrote: > El mié, 24 mar 2021 a las 10:45, Andrei POPESCU > () escribió: > > > > On Mi, 24 mar 21, 10:34:54, to...@tuxteam.de wrote: > > > On Wed, Mar 24, 2021 at 09:24:28AM +, Darac Marjal wrote: > > > > > > > > On 24/03/2021 05:32, C

Re: Slow connections - DNS problems?

2021-03-24 Thread pioruns2019
On 24/03/2021 12:57, Greg Wooledge wrote: On Wed, Mar 24, 2021 at 12:20:23PM +, pioruns2019 wrote: You can use DNS Benchmark by Steve Gibson, written like 20 years ago in assembly language. This will test your various DNS configurations and diagnose them: Or, you could simply run dig @19

Subject: Re: Slow connections - DNS problems?

2021-03-24 Thread Charlie Gibbs
Further to my 20-30 second delay when firing up slrnpull: Here are some of your responses and my replies: On Wed Mar 24 13:08:20 2021 wrote: > On Tue, Mar 23, 2021 at 10:32:27PM -0700, Charlie Gibbs wrote: >> [contents of /etc/resolv.conf -> /run/NetworkManager/resolv.conf] >> # Generated by

Re: WiFi Hardware not detected, during Debian NetInst Install

2021-03-24 Thread Cmdte Alpha Tigre Z
Hi. I saw the bug report. Mr. Charles Curley provided relevant information about the installation process stored on log files. Perhaps it would be good to follow Mr. David Wright's advice, you could help with bug-fixing process sending some installation log information to narrow what the develop

Re: Creating my first LAN

2021-03-24 Thread Cmdte Alpha Tigre Z
El mié, 24 mar 2021 a las 16:42, Brian () escribió: > > On Wed 24 Mar 2021 at 20:20:59 +, Joe wrote: > > > On Wed, 24 Mar 2021 15:08:43 -0500 > > David Wright wrote: > > > > > > > > > > A new N600 dual band router can be had for $30 at Walmart. > > > I don't know how easy it is to initially co

Re: MATE desktop - changing icon of a Launcher

2021-03-24 Thread Dominic Knight
On Tue, 2021-03-23 at 09:26 -0500, Richard Owlett wrote: > I've been use MATE almost since it came out. > IIRC I used to use a series of mouse clicks to determine the file > name > {including path} of the current icon. > > On my current systems {one Stretch, one Buster} if I: I am using Bullseye a

Re: Slow connections - DNS problems?

2021-03-24 Thread Cmdte Alpha Tigre Z
El mié, 24 mar 2021 a las 10:45, Andrei POPESCU () escribió: > > On Mi, 24 mar 21, 10:34:54, to...@tuxteam.de wrote: > > On Wed, Mar 24, 2021 at 09:24:28AM +, Darac Marjal wrote: > > > > > > On 24/03/2021 05:32, Charlie Gibbs wrote: > > > > [...] > > > > > > # Generated by NetworkManager > > >

RE: Discover who your competitors are - Vision Expo East 2021

2021-03-24 Thread Nora Lawrence
Hey there, Hope you received my below email. Shall I send you count and cost for the list. Best Regards, Nora Lawrence-Marketing Executive From: Nora Lawrence Sent: Tuesday, March 23, 2021 12:15 PM To: debian-user@lists.debian.org Subject: Discover who your competitors are - Vision Expo East

Re: Creating my first LAN

2021-03-24 Thread Brian
On Wed 24 Mar 2021 at 20:20:59 +, Joe wrote: > On Wed, 24 Mar 2021 15:08:43 -0500 > David Wright wrote: > > > > > > A new N600 dual band router can be had for $30 at Walmart. > > I don't know how easy it is to initially configure it without > > an ethernet connection to one of the LAN por

Re: Slow connections - DNS problems?

2021-03-24 Thread David Christensen
On 3/23/21 10:32 PM, Charlie Gibbs wrote: I read Usenet (including this mailing list via the newsgroup linux.debian.user) on my laptop. so I can keep up from anywhere. It works well, but at home it takes 20 or 30 seconds to connect to my NNTP server, newsguy.com.  If I take my laptop to the offic

Re: Creating my first LAN

2021-03-24 Thread Joe
On Wed, 24 Mar 2021 15:08:43 -0500 David Wright wrote: > > A new N600 dual band router can be had for $30 at Walmart. > I don't know how easy it is to initially configure it without > an ethernet connection to one of the LAN ports, but that problem > can be considered solved by the quotation a

Re: Creating my first LAN

2021-03-24 Thread David Wright
On Wed 24 Mar 2021 at 20:06:37 (+0100), basti wrote: > Am 24.03.21 um 19:38 schrieb Brian: > > On Wed 24 Mar 2021 at 12:05:38 -0500, Richard Owlett wrote: > >> On 03/24/2021 11:37 AM, Andrew M.A. Cater wrote: > >>> On Wed, Mar 24, 2021 at 10:34:53AM -0500, Richard Owlett wrote: > This is essen

Re: how to indent when printinng a ps file

2021-03-24 Thread tomas
On Wed, Mar 24, 2021 at 07:20:33PM +0100, Pierre Frenkiel wrote: > hi, > I'm fighting with the following stupid problem: > I want to indent when printing a ps file. > For a text file, it's easy with the "lpr -o page-left option, but > it doesn't for a ps file. Google didn't help for that. > Has any

Re: Creating my first LAN

2021-03-24 Thread basti
Am 24.03.21 um 19:38 schrieb Brian: > On Wed 24 Mar 2021 at 12:05:38 -0500, Richard Owlett wrote: > >> On 03/24/2021 11:37 AM, Andrew M.A. Cater wrote: >>> On Wed, Mar 24, 2021 at 10:34:53AM -0500, Richard Owlett wrote: This is essentially a reading list request. I have never administ

Re: how to indent when printinng a ps file

2021-03-24 Thread Henning Follmann
On Wed, Mar 24, 2021 at 07:20:33PM +0100, Pierre Frenkiel wrote: > hi, > I'm fighting with the following stupid problem: > I want to indent when printing a ps file. > For a text file, it's easy with the "lpr -o page-left option, but > it doesn't for a ps file. Google didn't help for that. > Has any

Re: how to indent when printinng a ps file

2021-03-24 Thread Georgi Naplatanov
On 3/24/21 8:20 PM, Pierre Frenkiel wrote: > hi, > I'm fighting with the following stupid problem: > I want to indent when printing a ps file. > For a text file, it's easy with the "lpr -o page-left option, but > it doesn't for a ps file. Google didn't help for that. > Has anybody a solution? > >

Re: Creating my first LAN

2021-03-24 Thread Brian
On Wed 24 Mar 2021 at 12:05:38 -0500, Richard Owlett wrote: > On 03/24/2021 11:37 AM, Andrew M.A. Cater wrote: > > On Wed, Mar 24, 2021 at 10:34:53AM -0500, Richard Owlett wrote: > > > This is essentially a reading list request. > > > I have never administered a LAN and believe in "learning by doi

how to indent when printinng a ps file

2021-03-24 Thread Pierre Frenkiel
hi, I'm fighting with the following stupid problem: I want to indent when printing a ps file. For a text file, it's easy with the "lpr -o page-left option, but it doesn't for a ps file. Google didn't help for that. Has anybody a solution? best regards, -- Pierre Frenkiel

Re: Creating my first LAN

2021-03-24 Thread Richard Owlett
On 03/24/2021 12:22 PM, Reco wrote: On Wed, Mar 24, 2021 at 12:15:34PM -0500, Richard Owlett wrote: On 03/24/2021 10:40 AM, Reco wrote: On Wed, Mar 24, 2021 at 10:34:53AM -0500, Richard Owlett wrote: I have two laptops with clean installs of Buster. During installation server software was inst

Re: Creating my first LAN

2021-03-24 Thread Richard Owlett
On 03/24/2021 10:57 AM, Charles Curley wrote: On Wed, 24 Mar 2021 10:34:53 -0500 Richard Owlett wrote: I have never administered a LAN and believe in "learning by doing". You will. :-) I have two laptops with clean installs of Buster. During installation server software was installed on *O

Re: Replace a failed block device with null PV in an LVM VG

2021-03-24 Thread Reco
On Wed, Mar 24, 2021 at 05:17:57PM +, David Pottage wrote: > On 2021-03-24 12:37, Reco wrote: > > Hi. > > > > On Wed, Mar 24, 2021 at 10:26:49AM +, David Pottage wrote: > > > Is there a way to assemble the VG and mount those ext4 filesystems in > > > such a way that read attempts from the

Re: Creating my first LAN

2021-03-24 Thread Reco
On Wed, Mar 24, 2021 at 12:15:34PM -0500, Richard Owlett wrote: > On 03/24/2021 10:40 AM, Reco wrote: > > On Wed, Mar 24, 2021 at 10:34:53AM -0500, Richard Owlett wrote: > > > I have two laptops with clean installs of Buster. During installation > > > server software was installed on *ONE* of them.

Re: Replace a failed block device with null PV in an LVM VG

2021-03-24 Thread David Pottage
On 2021-03-24 12:37, Reco wrote: Hi. On Wed, Mar 24, 2021 at 10:26:49AM +, David Pottage wrote: Is there a way to assemble the VG and mount those ext4 filesystems in such a way that read attempts from the missing PV will return zeros, but the rest of the filesystem will work? Try this: v

Re: Creating my first LAN

2021-03-24 Thread Richard Owlett
On 03/24/2021 10:40 AM, Reco wrote: Hi. On Wed, Mar 24, 2021 at 10:34:53AM -0500, Richard Owlett wrote: I have two laptops with clean installs of Buster. During installation server software was installed on *ONE* of them. Communication will be via WiFi. Any specific suggestions for rea

Re: Creating my first LAN

2021-03-24 Thread Richard Owlett
On 03/24/2021 11:37 AM, Andrew M.A. Cater wrote: On Wed, Mar 24, 2021 at 10:34:53AM -0500, Richard Owlett wrote: This is essentially a reading list request. I have never administered a LAN and believe in "learning by doing". I have two laptops with clean installs of Buster. During installation s

Re: Creating my first LAN

2021-03-24 Thread Andrew M.A. Cater
On Wed, Mar 24, 2021 at 10:34:53AM -0500, Richard Owlett wrote: > This is essentially a reading list request. > I have never administered a LAN and believe in "learning by doing". > I have two laptops with clean installs of Buster. During installation server > software was installed on *ONE* of the

Re: Creating my first LAN

2021-03-24 Thread Charles Curley
On Wed, 24 Mar 2021 10:34:53 -0500 Richard Owlett wrote: > I have never administered a LAN and believe in "learning by doing". You will. :-) > I have two laptops with clean installs of Buster. During installation > server software was installed on *ONE* of them. Communication will be > via Wi

Re: Creating my first LAN

2021-03-24 Thread Reco
Hi. On Wed, Mar 24, 2021 at 10:34:53AM -0500, Richard Owlett wrote: > I have two laptops with clean installs of Buster. During installation > server software was installed on *ONE* of them. Communication will be > via WiFi. Any specific suggestions for reading? hostapd, dhcpd, bind (name

Creating my first LAN

2021-03-24 Thread Richard Owlett
This is essentially a reading list request. I have never administered a LAN and believe in "learning by doing". I have two laptops with clean installs of Buster. During installation server software was installed on *ONE* of them. Communication will be via WiFi. The MATE panel's network connectio

Re: Replace a failed block device with null PV in an LVM VG

2021-03-24 Thread songbird
Dan Ritter wrote: ... > Next time: verify that you are backing up everything that you > need to backup. I know it's boring. it seems like it should be common sense for anyone worried about redundancy to the extent of having raid to also think about making sure there is more than one controller/d

Re: Slow connections - DNS problems?

2021-03-24 Thread Andrei POPESCU
On Mi, 24 mar 21, 10:34:54, to...@tuxteam.de wrote: > On Wed, Mar 24, 2021 at 09:24:28AM +, Darac Marjal wrote: > > > > On 24/03/2021 05:32, Charlie Gibbs wrote: > > [...] > > > > # Generated by NetworkManager > > > search telus > > > nameserver 192.168.0.1 > > > nameserver 75.153.171.122 >

Re: Debian Stable Updates Announcement SUA 197-1

2021-03-24 Thread Andrew M.A. Cater
On Tue, Mar 23, 2021 at 04:04:29PM -0700, David Christensen wrote: > On 3/23/21 12:31 PM, Andrew M.A. Cater wrote: > > On Tue, Mar 23, 2021 at 10:40:01AM -0700, David Christensen wrote: > > > > I use Stretch for my daily driver laptop (Dell Latitude E6520) and UniFi > > > Controller VPS. ... > >

Re: Slow connections - DNS problems?

2021-03-24 Thread Greg Wooledge
On Wed, Mar 24, 2021 at 12:20:23PM +, pioruns2019 wrote: > You can use DNS Benchmark by Steve Gibson, written like 20 years ago in > assembly language. This will test your various DNS configurations and > diagnose them: > > https://www.grc.com/dns/benchmark.htm > > Use Wine to run it. > > wi

Re: Replace a failed block device with null PV in an LVM VG

2021-03-24 Thread Dan Ritter
David Pottage wrote: > At work, there is a fileserver with a failed external drive enclosure. I am > attempting to recover some data that is probably not on the failed drives. > > This file server started out with 36 internal drives (in three RAID-6 > arrays) that formed the initial 3 physical vo

Re: Replace a failed block device with null PV in an LVM VG

2021-03-24 Thread Reco
Hi. On Wed, Mar 24, 2021 at 10:26:49AM +, David Pottage wrote: > Is there a way to assemble the VG and mount those ext4 filesystems in > such a way that read attempts from the missing PV will return zeros, > but the rest of the filesystem will work? Try this: vgchange --activationmod

Re: Slow connections - DNS problems?

2021-03-24 Thread pioruns2019
You can use DNS Benchmark by Steve Gibson, written like 20 years ago in assembly language. This will test your various DNS configurations and diagnose them: https://www.grc.com/dns/benchmark.htm Use Wine to run it. wine DNSBench.exe It will tell you what's wrong, if anything, with your DNS con

Re: Running a FreeBSD guest

2021-03-24 Thread Dan Ritter
Victor Sudakov wrote: > Dan Ritter wrote: > > Here's a typical non-libvirtd qemu/kvm invocation: > > > > cd /var/spool/kvm > > export VNAME=virtualmachinename > > export CPUS=2 > > export RAM=4096 > > export MAC=00:15:f1:c1:a2:01 > > export VNC=:1 > > export IMAGE=/var/spool/kvm/images/$VNAME.img

Replace a failed block device with null PV in an LVM VG

2021-03-24 Thread David Pottage
Hello, At work, there is a fileserver with a failed external drive enclosure. I am attempting to recover some data that is probably not on the failed drives. This file server started out with 36 internal drives (in three RAID-6 arrays) that formed the initial 3 physical volumes to an LVM vol

Re: Slow connections - DNS problems?

2021-03-24 Thread tomas
On Wed, Mar 24, 2021 at 09:24:28AM +, Darac Marjal wrote: > > On 24/03/2021 05:32, Charlie Gibbs wrote: [...] > > # Generated by NetworkManager > > search telus > > nameserver 192.168.0.1 > > nameserver 75.153.171.122 > > nameserver 2001:568:ff09:10a::56 > > # NOTE: the libc resolver may not

Re: Slow connections - DNS problems?

2021-03-24 Thread Darac Marjal
On 24/03/2021 05:32, Charlie Gibbs wrote: > I read Usenet (including this mailing list via the newsgroup > linux.debian.user) on my laptop. so I can keep up from anywhere. > It works well, but at home it takes 20 or 30 seconds to connect > to my NNTP server, newsguy.com.  If I take my laptop to th

Re: Running a FreeBSD guest

2021-03-24 Thread john doe
On 3/24/2021 9:55 AM, didier gaumet wrote: Le 24/03/2021 à 03:12, Victor Sudakov a écrit : The relation between qemu and kvm confuses me. "apt install qemu-kvm" is trying to install a ton of X11 packages including Mesa drivers etc, I would not really want that. And "apt install kvm" does not fi

Re: Running a FreeBSD guest

2021-03-24 Thread Andrei POPESCU
On Mi, 24 mar 21, 09:22:32, Victor Sudakov wrote: > > Do you think I can install qemu-kvm without installing the 230 X11 > packages is requires? It is possible. It should be relatively easy to do so if some packages are only recommended instead of depended on. Does 'apt install --no-install-re

Re: Running a FreeBSD guest

2021-03-24 Thread didier gaumet
Le 24/03/2021 à 03:12, Victor Sudakov a écrit : The relation between qemu and kvm confuses me. "apt install qemu-kvm" is trying to install a ton of X11 packages including Mesa drivers etc, I would not really want that. And "apt install kvm" does not find such a package. QEMU/KVM relationship:

Re: Cannot see update to recent linux kernel 5.10.19-1~bpo10+1 (from 5.10.13-1~bpo10+1)

2021-03-24 Thread Andrei POPESCU
On Ma, 23 mar 21, 11:45:05, David Wright wrote: > > If I search on https://packages.debian.org/index for > linux-image-5.10.0-0.bpo. in buster-backports/any, > then I see the same six matches for > linux-image-5.10.0-0.bpo.4…amd64, where, as before, > "…" stands for cloud, rt, and nothing. > > So

Re: Slow connections - DNS problems?

2021-03-24 Thread tomas
On Tue, Mar 23, 2021 at 10:32:27PM -0700, Charlie Gibbs wrote: > I read Usenet (including this mailing list via the newsgroup > linux.debian.user) on my laptop. so I can keep up from anywhere. > It works well, but at home it takes 20 or 30 seconds to connect > to my NNTP server, newsguy.com. If I

Re: Slow connections - DNS problems?

2021-03-24 Thread john doe
On 3/24/2021 6:32 AM, Charlie Gibbs wrote: I read Usenet (including this mailing list via the newsgroup linux.debian.user) on my laptop. so I can keep up from anywhere. It works well, but at home it takes 20 or 30 seconds to connect to my NNTP server, newsguy.com.  If I take my laptop to the offi