Re: biqu bx 3d printer ??

2021-12-24 Thread Tixy
On Fri, 2021-12-24 at 10:41 +1100, David wrote: > On Thu, 23 Dec 2021 at 00:50, Tixy wrote: > > Hi Tixy, > > After reading your several musings in this thread regarding > USB verses serial interfaces for CNC machines (3D printer, etc), > I thought I'd respond, because I think they are missing th

Re: Firefox / dbus standard file browser application

2021-12-24 Thread Andreas Ronnquist
On Sun, 12 Dec 2021 17:24:47 +0100, Andreas Ronnquist wrote: >I'm Debian stable, Xfce desktop, and have recently gone from Chromium >to firefox-esr. > >Now I discover that in Firefox, pressing "open containing folder" in >the "downloaded files" list, opens Thunar, but I want it to open Caja >which

qmail package in bullseye

2021-12-24 Thread 황병희
Hi, there is no qmail package in bullseye. what's wrong? Bellow are my environments: -- System Information: Debian Release: 11.2 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 5.10.0-9-amd64

Re: qmail package in bullseye

2021-12-24 Thread Roberto C . Sánchez
It seems that netqmail (the package that provides qmail) was removed last year: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=961289 On Fri, Dec 24, 2021 at 09:58:11PM +0900, 황병희 wrote: > Hi, there is no qmail package in bullseye. what's wrong? > Bellow are my environments: > > -- System Info

Re: qmail package in bullseye

2021-12-24 Thread Andy Smith
Hello, On Fri, Dec 24, 2021 at 09:58:11PM +0900, 황병희 wrote: > Hi, there is no qmail package in bullseye. what's wrong? It was removed from Debian in May 2020 and hasn't been in a release since buster: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=961289 If you still have interest, can m

Re: qmail package in bullseye

2021-12-24 Thread Greg Wooledge
On Fri, Dec 24, 2021 at 09:58:11PM +0900, 황병희 wrote: > Hi, there is no qmail package in bullseye. what's wrong? If you wish to use qmail, the recommended way to do it is: 1) Install equivs, and use it to build the "mta-local" package. There's an example file for it: /usr/share/doc/equivs/ex

Re: qmail package in bullseye

2021-12-24 Thread 황병희
Andy Smith writes: > Hello, > > On Fri, Dec 24, 2021 at 09:58:11PM +0900, 황병희 wrote: >> Hi, there is no qmail package in bullseye. what's wrong? > > It was removed from Debian in May 2020 and hasn't been in a release > since buster: > > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=961289

Re: qmail package in bullseye

2021-12-24 Thread 황병희
Dear Greg, Greg Wooledge writes: > On Fri, Dec 24, 2021 at 09:58:11PM +0900, 황병희 wrote: >> Hi, there is no qmail package in bullseye. what's wrong? > > If you wish to use qmail, the recommended way to do it is: > > 1) Install equivs, and use it to build the "mta-local" package. >There's an e

Re: Identity Theft

2021-12-24 Thread rhkramer
On Thursday, December 23, 2021 04:26:54 PM Jeremy Ardley wrote: > Getting back to the OP, on the scale of likelihood: > > - zero probability a bad guy was sitting across the street to intercept > his phone > > - zero probability a carrier exchange was compromised by a non-state actor > > - moder

Re: qmail package in bullseye

2021-12-24 Thread Georgi Naplatanov
On 12/24/21 14:58, 황병희 wrote: > Hi, there is no qmail package in bullseye. what's wrong? The software seems unmaintained for a long time [1]. According to wikipedia the last release is from 1998 and I think there was an incompatibility with the qmail's license and Debian. I've never seen qmail's b

Re: Slow disk reads - exception Emask 0x0 SAct 0x6b0000 SErr 0x0 action 0x0

2021-12-24 Thread Glenn
99%+ this is a failing hard drive. If you value your data use ddrescue to transfer your failing drive to a new one as step one. Then you can do further troubleshooting. Besides smartctl tests what I do is boot a rescue disk such as sysrescuecd on a USB stick and then run dd_rescue -v /dev/sdX

Re: Identity Theft

2021-12-24 Thread Philippe LeCavalier
On Fri, Dec 24, 2021, 09:57 wrote: > On Thursday, December 23, 2021 04:26:54 PM Jeremy Ardley wrote: > > Getting back to the OP, on the scale of likelihood: > > > > - zero probability a bad guy was sitting across the street to intercept > > his phone > > > > - zero probability a carrier exchange

Re: qmail package in bullseye

2021-12-24 Thread Dan Ritter
황병희 wrote: > > 3) Build and install qmail from your preferred source tree. And I've seen your posts on the qmail list, so you should definitely take their advice on which version to use. > > 4) Set up the symlink from /usr/sbin/sendmail to /var/qmail/bin/sendmail > >or wherever you placed th

Re: Slow disk reads - exception Emask 0x0 SAct 0x6b0000 SErr 0x0 action 0x0

2021-12-24 Thread James Dutton
On Thu, 23 Dec 2021 at 22:09, Heladu wrote: > Dec 23 22:33:24 sigma kernel: [ 1250.855130] sd 5:0:0:0: [sda] tag#30 Add. > Sense: Unrecovered read error - auto reallocate failed That is a faulty disk. Replace it. It has already lost the data stored on one sector, and when this happens, more fail.

Re: Identity Theft

2021-12-24 Thread John Hasler
Philippe LeCavalier writes: > If the device isn't compromised (which, you saying so doesn't in any > way vet the device as safe and not compromised btw) then the desktop > you got the number from is the next step to vet. How do you explain the Google Voice log entries? -- John Hasler j...@sugar

Re: Slow disk reads - exception Emask 0x0 SAct 0x6b0000 SErr 0x0 action 0x0

2021-12-24 Thread rhkramer
On Thursday, December 23, 2021 05:30:32 PM Alexander V. Makartsev wrote: > You can review SMART attributes which keep track of device's health and > metrics. > This utility is part of "smartmontools" package. > Run this one-liner to see values of relevant attributes: > $ sudo smartctl -A /dev/

Re: Identity Theft

2021-12-24 Thread Philippe LeCavalier
On Fri, Dec 24, 2021, 10:26 John Hasler wrote: > Philippe LeCavalier writes: > > If the device isn't compromised (which, you saying so doesn't in any > > way vet the device as safe and not compromised btw) then the desktop > > you got the number from is the next step to vet. > > How do you expla

Re: qmail package in bullseye

2021-12-24 Thread ed neville
On 2021-12-24 17:00+0200, Georgi Naplatanov wrote: > On 12/24/21 14:58, 황병희 wrote: > > Hi, there is no qmail package in bullseye. what's wrong? > The software seems unmaintained for a long time [1]. According to > wikipedia the last release is from 1998 and I think there was an > incompatibility wi

Re: Slow disk reads - exception Emask 0x0 SAct 0x6b0000 SErr 0x0 action 0x0

2021-12-24 Thread Alexander V. Makartsev
On 24.12.2021 20:31, rhkra...@gmail.com wrote: ... /dev/sdb is an HDD (which holds my "user data"). Should I be worried? root@s19:~# smartctl -A /dev/sdb | grep -E '5 Realloc|183 Runtime|197 Current|199 UDMA' 5 Reallocated_Sector_Ct 0x0032 100 100 000Old_age Always - 12 r

Can mount external CD but can't play or rip tracks

2021-12-24 Thread Kete
Hi, I can't figure out if this is a permission error or what, but I have an external DVD drive connected by USB. It mounts in my /media directory, giving my user read permission, but it won't play in SMPlayer or mpv. cdparanoia is "Unable to open disc." I can see the files in my file browser. S

Re: 8 -> 9 update changing things

2021-12-24 Thread Roy J. Tellason, Sr.
On Wednesday 22 December 2021 11:21:47 am Dan Ritter wrote: > Roy J. Tellason, Sr. wrote: > > On Monday 20 December 2021 10:09:56 am Roy J. Tellason, Sr. wrote: > > > > > Suggestions as to where I might look for the problem? > > > > > > > > In general, that message means that even if there is a c

Re: Can mount external CD but can't play or rip tracks

2021-12-24 Thread Dan Ritter
Kete wrote: > I can't figure out if this is a permission error or what, but I have an > external DVD drive connected by USB. It mounts in my /media directory, giving > my user read permission, but it won't play in SMPlayer or mpv. cdparanoia is > "Unable to open disc." I can see the files in my

Re: Slow disk reads - exception Emask 0x0 SAct 0x6b0000 SErr 0x0 action 0x0

2021-12-24 Thread Heladu
Hello, First of all, thanks for the reply. El vie, 24-12-2021 a las 03:30 +0500, Alexander V. Makartsev escribió: > You can review SMART attributes which keep track of device's health and > metrics. > This utility is part of "smartmontools" package. > Run this one-liner to see values of relevant

Re: Slow disk reads - exception Emask 0x0 SAct 0x6b0000 SErr 0x0 action 0x0

2021-12-24 Thread Heladu
El jue, 23-12-2021 a las 18:12 -0500, Dan Ritter escribió: > It's true a bad cable can cause this, but you swapped cables, > so: > > Back up the data immediately; this disk is failing. > > If it is under warranty, you'll get a replacement. That can take > weeks, though, so you should go buy anoth

Re: Slow disk reads - exception Emask 0x0 SAct 0x6b0000 SErr 0x0 action 0x0

2021-12-24 Thread Heladu
Hello, El vie, 24-12-2021 a las 15:23 +, James Dutton escribió: > Except in this case, even though it tried to re-read the bad sector > multiple times in the hopes of recovering it, it failed to do so, thus > that sector's data is lost for-ever. I see... Well, in that case I won't bother tryin

[SOLVED] Re: Desktop "locking".

2021-12-24 Thread peter
From: Andrei POPESCU Date: Tue, 14 Dec 2021 10:17:31 +0100 > Gnome is very likely using it's own thing (as per the description, > light-locker relies on lightdm while Gnome is using gdm3). While keeping firefox, gedit and dependants, I removed every package found with "gnome" in the name

Re: Can mount external CD but can't play or rip tracks

2021-12-24 Thread Thomas Schmitt
Hi, Kete wrote: > > cdparanoia is "Unable to open disc." The source search offers me two occasions https://codesearch.debian.net/search?q=package%3Acdparanoia+Unable+to+open+disc If there is really no text "Is there an audio CD in the drive?", then it's https://sources.debian.org/src/cdpara

Re: Slow disk reads - exception Emask 0x0 SAct 0x6b0000 SErr 0x0 action 0x0

2021-12-24 Thread Alexander V. Makartsev
On 24.12.2021 22:44, Heladu wrote: Hello, First of all, thanks for the reply. El vie, 24-12-2021 a las 03:30 +0500, Alexander V. Makartsev escribió: You can review SMART attributes which keep track of device's health and metrics. This utility is part of "smartmontools" package. Run this one-l

Re: Can mount external CD but can't play or rip tracks

2021-12-24 Thread Kete
The CD started playing, and I was able to copy the tracks to my computer. However, I am not able to access the burner with Xfburn or Brasero. I am using an external DVD drive with write capabilities through USB. When I run 'cdrskin -v dev=/dev/sr0 -toc', I get 'cdrskin: status 2 BURN_DISC_EMPTY

Re: Can mount external CD but can't play or rip tracks

2021-12-24 Thread Thomas Schmitt
Hi, Kete wrote: > The CD started playing, and I was able to copy the tracks to my computer. > However, I am not able to access the burner with Xfburn or Brasero. When a CD-ROM is mounted, then the burn programs are supposed to refrain from accessing the drive. > I am > using an external DVD dri

Re: Slow disk reads - exception Emask 0x0 SAct 0x6b0000 SErr 0x0 action 0x0

2021-12-24 Thread David Christensen
On 12/24/21 7:31 AM, rhkra...@gmail.com wrote: On Thursday, December 23, 2021 05:30:32 PM Alexander V. Makartsev wrote: You can review SMART attributes which keep track of device's health and metrics. This utility is part of "smartmontools" package. Run this one-liner to see values of relevant a

Re: Slow disk reads - exception Emask 0x0 SAct 0x6b0000 SErr 0x0 action 0x0

2021-12-24 Thread David Christensen
On 12/24/21 9:48 AM, Heladu wrote: El jue, 23-12-2021 a las 18:12 -0500, Dan Ritter escribió: It's true a bad cable can cause this, but you swapped cables, so: Back up the data immediately; this disk is failing. If it is under warranty, you'll get a replacement. That can take weeks, though, so

Re: Slow disk reads - exception Emask 0x0 SAct 0x6b0000 SErr 0x0 action 0x0

2021-12-24 Thread Thomas Schmitt
Hi, David Christensen wrote: > Did you test the power supply, the memory, run a long SMART test, and > correctly interpret the complete SMART report? The following lines from the original post forward a message from the drive's firmware. Heladu wrote: > > Dec 23 22:33:24 sigma kernel: [ 1250.855

Re: Can mount external CD but can't play or rip tracks

2021-12-24 Thread Kete
Thanks. No, there are no other DVD drives. Here is the output of cdrskin: 0 dev='/dev/sr0' rwrw-- : 'HL-DT-ST' 'DVD+-RW GSA-T21N' The drive seems to need its bay held shut when trying to mount or burn a CD, but Xfburn can't get permission. Brasero stalls while trying to burn. Making an imag

Re: Slow disk reads - exception Emask 0x0 SAct 0x6b0000 SErr 0x0 action 0x0

2021-12-24 Thread gene heskett
On Friday, December 24, 2021 10:31:43 AM EST rhkra...@gmail.com wrote: > On Thursday, December 23, 2021 05:30:32 PM Alexander V. Makartsev wrote: > > You can review SMART attributes which keep track of device's health and > > metrics. > > This utility is part of "smartmontools" package. > > > > Ru

Re: Can mount external CD but can't play or rip tracks

2021-12-24 Thread Thomas Schmitt
Hi, Kete wrote: > No, there are no other DVD drives. I struggle to make sense of the fact that some mount facility can make some kind of files on the CD accessible, but that cdrskin reports "There is no disc at all in the drive". It would be explainable if cdrskin would report cdrskin: SORRY :

How to see the list of CRITICALLY vulnerable packages in Debian?

2021-12-24 Thread maxwillb
https://security-tracker.debian.org/tracker/status/release/stable shows the list of packages currently considered vulnerable, but it does not show the severity. For example, https://nvd.nist.gov/vuln/detail/CVE-2021-37973 has a CRITICAL severity but the Debian security tracker simply says "not

Re: Slow disk reads - exception Emask 0x0 SAct 0x6b0000 SErr 0x0 action 0x0

2021-12-24 Thread David Christensen
On 12/24/21 12:58 PM, Thomas Schmitt wrote: Hi, David Christensen wrote: Did you test the power supply, the memory, run a long SMART test, and correctly interpret the complete SMART report? > The following lines from the original post forward a message from the drive's firmware. Heladu wrote:

Re: qmail package in bullseye

2021-12-24 Thread 황병희
Dan Ritter writes: > [...] > In particular, Debian has the mailfront package, which is Bruce > Guenter's qmail-compatible set of tools. From the description: > > It contains complete SMTP, QMQP, QMTP, and POP3 front-ends as well as > an authentication module for IMAP. The mail delivery front

Re: doas 101 question

2021-12-24 Thread David Robert Newman
On 12/18/21 7:08 AM, Greg Wooledge wrote: On Fri, Dec 17, 2021 at 09:20:59PM -0800, David Newman wrote: Thanks for this. I get similar results where doas shows root's PATH -- but I cannot execute a file called '/usr/local/sbin/s', which is owned by root:root and has 0750 permissions, unless I s