`apt list` output question

2021-03-28 Thread Victor Sudakov
Dear Colleagues, The output of `apt list` and some other utilities prints package names with modifiers after the "/" symbol, e.g. # apt list --installed | grep udev libudev1/stable,now 241-7~deb10u7 amd64 [installed] udev/stable,now 241-7~deb10u7 amd64 [installed] I think that these modifiers ca

Re: Possible?! A Debian public repository for all complex code lineswith examples and scripts?

2021-03-28 Thread Susmita/Rajib
I continue to feel sorry for Dr. Cmdte Alpha Tigre Z and Dr. Andrew M.A. Cater and their so much efforts. I would take full responsibility for not being able to explain myself better, despite having the seed within me for so many years. May be, in distant future, this impediment will be gotten ove

Re: ifneq problem

2021-03-28 Thread David
On Mon, 22 Mar 2021 at 21:33, Richard Forst wrote: > I have a Makefile used to check whether svn command existing or not. The > content is below > > all: > $(eval svnbin=$(shell basename $(shell which svn))) > $(info X$(svnbin)Y) > $(echo X$(svnbin)Y) > ifneq ($(strip $(s

Re: clarification for UnattendedUpgrades

2021-03-28 Thread Charles Curley
On Sun, 28 Mar 2021 17:07:06 -0700 "V. Mark Lehky" wrote: > My question is: How would I be able to find / determine these exact > values for any Debian distribution? See answer # 1 at. https://askubuntu.com/questions/87849/how-to-enable-silent-automatic-updates-for-any-repository -- Does any

Re: fstab automatically being rescanned by ?

2021-03-28 Thread David Wright
On Sun 28 Mar 2021 at 18:49:04 (-0400), songbird wrote: > David Wright wrote: > ... > > Perhaps man systemd.mount and its references might help. > > no help from those that makes sense to me. :( > > > I wasn't aware that *just* editing /etc/fstab would do this, > > but perhaps MATE has set

Re: How to save filtered less results in a file or on stdout

2021-03-28 Thread David Wright
On Mon 29 Mar 2021 at 00:45:28 (+0200), l0f...@tuta.io wrote: > 28 mars 2021, 21:27 de deb...@lionunicorn.co.uk: > > > When you've used > > & pattern > > to display lines containing your pattern, then > > | . grep pattern > filename > > will apply the same filter to the lines selected by | ., wh

Re: about a post at debian-python

2021-03-28 Thread Robbi Nespu
On 3/27/21 4:14 PM, Patrice Duroux wrote: Hi, Sorry if I polluted the debian-python mailing list about my following investigations: https://lists.debian.org/debian-python/2021/03/msg00053.html https://lists.debian.org/debian-python

Re: Installing Debian from a hard disk with Windows to a USB stick

2021-03-28 Thread Cmdte Alpha Tigre Z
El jue, 25 mar 2021 a las 21:11, Cmdte Alpha Tigre Z () escribió: > I'm trying to install Debian 10.8 on a USB stick, and it is not Debian Live, > from a hard disk that has Windows 7 installed. Since I don't have > any CD or DVD, and I need the USB stick to install Debian on it, > I can't use the

clarification for UnattendedUpgrades

2021-03-28 Thread V. Mark Lehky
Hello. I would like to ask some questions to clarify the usage of UnattendedUpgrades. I am starting from this wiki . The first section says that I have to configure the file 50unattended-upgrades. I am trying to do this on the Raspbian distribution. I (

Re: RTL problem

2021-03-28 Thread Maureen L Thomas
That could well be what happened.  We did have an electrician out here a few days before this happened for a completely different problem with the room next to where the computer is.  It may have been that for all I know.  Anyway it is fixed and so is the new computer.  Again thanks for all the

Re: How to save filtered less results in a file or on stdout

2021-03-28 Thread l0f4r0
Songbird, 29 mars 2021, 00:55 de songb...@anthive.com: > if you are going to do something to the contents of > a file you can use: > > $ grep "pattern" filename > output > > there are different versions of grep command (egrep and > fgrep too besides just grep - check the man pages). > > if you

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

2021-03-28 Thread l0f4r0
Hi Harry, 22 mars 2021, 01:12 de wea...@riseup.net: > You may be looking at the unsigned version and may have to wait 24 hours > for the signed one to come through the repositories, if that's what you > are running. > Thanks for your message but 24 hours don't seem to be enough here... Maybe the

Re: RTL problem

2021-03-28 Thread songbird
Maureen L Thomas wrote: ... > So I opened up the machine to take out the old hard drive and found that > two spots on the motherboard with burnt looking.  So I got a new > computer and all is back up and working.  I am on an ups box so I don't > understand how this happened.  Any way it can s

Re: RTL problem

2021-03-28 Thread Nicholas Geovanis
Hi Maureen there was a flap a few years back about exploding capacitors on motherboards. But that can also be caused by power surges or misbehaving AC sources. You have a UPS so it filters the line power at least a bit, maybe hopefully. GDay On Sun, Mar 28, 2021, 4:46 PM Maureen L Thomas wrote:

Re: How to save filtered less results in a file or on stdout

2021-03-28 Thread songbird
l0f...@tuta.io wrote: > Hi, > > Strictly speaking, my question is not on Debian itself, but on usage of less > command running on my Buster (487-0.1+b1). > > Is there a way to save *filtered* less results in a file or on stdout please? > > What I mean by "filtered" is results obtained via "&" or "

Re: fstab automatically being rescanned by ?

2021-03-28 Thread songbird
David Wright wrote: ... > Perhaps man systemd.mount and its references might help. no help from those that makes sense to me. :( > I wasn't aware that *just* editing /etc/fstab would do this, > but perhaps MATE has set a watch on the file? saving it kicks off a reload of it from system

Re: Possible?! A Debian public repository for all complex code lines with examples and scripts?

2021-03-28 Thread Cmdte Alpha Tigre Z
El dom, 28 mar 2021 a las 9:48, Andrew M.A. Cater () escribió: > Have a look at the FAQ posted to this list once a month > for some ideas on how this list works. If something solves the problem / you > find a good answer that might help someone else, adding something like > subject line - [SOLVED]

Re: How to save filtered less results in a file or on stdout

2021-03-28 Thread l0f4r0
Hi David and thanks for your feedback. 28 mars 2021, 21:27 de deb...@lionunicorn.co.uk: > When you've used > & pattern > to display lines containing your pattern, then > | . grep pattern > filename > will apply the same filter to the lines selected by | ., where > I've used . but you could use

Re: Possible?! A Debian public repository for all complex code lines with examples and scripts?

2021-03-28 Thread Cmdte Alpha Tigre Z
Hi. El sáb, 27 mar 2021 a las 23:18, Cmdte Alpha Tigre Z () escribió: > [many things] Sorry, I forgot to finish writing my titles on my past post, so if you need them, here are the lines where a different section begin: Line 344: 2.5. To Mr. Greg Wooledge. Line 367: 2.6. To someone anonymous, fo

Re: RTL problem

2021-03-28 Thread Maureen L Thomas
So I opened up the machine to take out the old hard drive and found that two spots on the motherboard with burnt looking.  So I got a new computer and all is back up and working.  I am on an ups box so I don't understand how this happened.  Any way Thank you for all your helping this old lady.

Re: fstab automatically being rescanned by ?

2021-03-28 Thread David Wright
On Sun 28 Mar 2021 at 15:24:55 (-0400), songbird wrote: > > something is causing /etc/fstab to be rescanned when i change > the file and i don't want that ever to happen unless i actually > run the mount command myself. how can i turn this off? > > MATE desktop, debian testing, up to date. >

Re: How to save filtered less results in a file or on stdout

2021-03-28 Thread David Wright
On Sun 28 Mar 2021 at 20:38:08 (+0200), l0f...@tuta.io wrote: > > Strictly speaking, my question is not on Debian itself, but on usage of less > command running on my Buster (487-0.1+b1). > > Is there a way to save *filtered* less results in a file or on stdout please? > > What I mean by "filte

fstab automatically being rescanned by ?

2021-03-28 Thread songbird
hi, something is causing /etc/fstab to be rescanned when i change the file and i don't want that ever to happen unless i actually run the mount command myself. how can i turn this off? MATE desktop, debian testing, up to date. trying to figure out which part is causing this to happen.

How to save filtered less results in a file or on stdout

2021-03-28 Thread l0f4r0
Hi, Strictly speaking, my question is not on Debian itself, but on usage of less command running on my Buster (487-0.1+b1). Is there a way to save *filtered* less results in a file or on stdout please? What I mean by "filtered" is results obtained via "&" or "&!" command inside less. Indeed,

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

2021-03-28 Thread l0f4r0
Hi, Sorry for the late reply. Thanks everyone for providing answers to me. 22 mars 2021, 04:00 de geoff.re...@gmail.com: > You're probably missing the metapackage, linux-image-amd64. > You are right! Now I've installed linux-image-amd64 but my system still doesn't notify me regarding any ker

Re: Possible?! A Debian public repository for all complex code lines with examples and scripts?

2021-03-28 Thread Andrew M.A. Cater
On Fri, Mar 26, 2021 at 07:11:24PM +0530, Susmita/Rajib wrote: > My illustrious Team Leaders and Movers of the Debian List, > We are all volunteers - the salutation is fine, but we're no more than volunteers here. > It has often been advised by experienced users of Debian for the > learners to fo

Re: A simple screensaver that works - any improvement possible?

2021-03-28 Thread Greg Wooledge
On Sun, Mar 28, 2021 at 11:29:55AM +0530, Susmita/Rajib wrote: > I created a folder and in it the ssvr script and another, activate.sh. > Within the latter, the line: ./ssvr.sh ssvr.sh > > Program running, but screensaving not initiated after inactivity. > Codeline: > [code] xautolock -time 1 -loc

Re: Video hangs on ThinkPad X220 T

2021-03-28 Thread Nicolas George
riveravaldez (12021-03-26): > debian kernel: i915 :00:02.0: [drm] GPU HANG: ecode 6:1:85fc, > in eadedCompositor [10433] > debian kernel: i915 :00:02.0: [drm] Resetting chip for stopped > heartbeat on rcs0 > debian kernel: i915 :00:02.0: [drm] eadedCompositor[10433] context > reset

Re: A simple screensaver that works - any improvement possible?

2021-03-28 Thread Susmita/Rajib
On Sat, 27 Mar 2021 16:47:48 +, Darac Marjal wrote: > To: debian-user@lists.debian.org > Subject: Re: A simple screensaver that works - any improvement > possible? > From: Darac Marjal > Date: Sat, 27 Mar 2021 16:47:48 + > Message-id: <[🔎] a6372598-1f9e-dec8-764b-32819