Hi,
Balasubramanian Ravuthan wrote:
> 1. Debian 10 Buster is not released with Linux Kernel 5.10 ; That means We
>cant upgrade Kernel 5.10 with Debian 10? - Please confirm.
No.
There are kernel source packages of 5.10 in backports
https://packages.debian.org/buster-backports/linux-source-
Him
On 2021-12-16 3:10 p.m., gene heskett wrote:
> See attached, the final reject of my attempt to post to the cups list, which
> I
> am subscribed to.
>
> Where did I mess it up?
>
Have you tried registering again ?
Also, look in the header of your message and see the complete route of
your
Vincent Lefevre writes:
> In the past, I wrote a script, put in the /etc/pm/sleep.d directory:
>
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=633849#92
>
> but there were some issues with it, as I mentioned there.
It's also not directly applicable when the issue isn't related to
pm-util
Hi.
On Thu, Dec 16, 2021 at 12:43:51PM -0700, D. R. Evans wrote:
> FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/python'
...
> Can someone suggest how I might get back to the fully-working set of kernels
> that I had in buster?
Try this:
apt install python-is-python3
On Wed 15 Dec 2021 at 16:53:54 (+), Tim Woodall wrote:
> I run the following command to switch my caps-lock to escape:
> xmodmap -e 'clear Lock' -e 'keycode 0x42 = Escape'
>
> However, if I disconnect and reconnect my keyboard (I have a KVM switch
> box so this happens quite a lot) the setting
On Mon 06 Dec 2021 at 09:28:33 (+0100), Thomas Schmitt wrote:
> Mike Kupfer wrote:
> > If you use bash,
> > https://utcc.utoronto.ca/~cks/space/blog/unix/BashBracketedPasteChange
> > probably explains what you're seeing.
>
> This is one of the mornings when i look into my mailbox and want to
> rep
On Thu 16 Dec 2021 at 16:56:22 (-0500), Roy J. Tellason, Sr. wrote:
> On Thursday 16 December 2021 02:49:17 pm Andrew M.A. Cater wrote:
> > On Thu, Dec 16, 2021 at 02:35:43PM -0500, Roy J. Tellason, Sr. wrote:
> > > I'd posted about my update a while back, and while some folks were
> > > encourag
bullseye 11.1, 5.10.0-9-amd64, doas 6.8.1-2
How to configure /etc/doas.conf so a non-root user gets root's PATH?
Neither of these options work when attempting to execute a command in
/usr/sbin via doas (e.g., 'doas '):
permit nopass setenv {
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr
On Fri, Dec 17, 2021 at 12:20:43PM -0800, David Newman wrote:
> How to configure /etc/doas.conf so a non-root user gets root's PATH?
This works for me:
unicorn:~$ PATH=/usr/local/bin:/usr/bin:/bin
unicorn:~$ cat /etc/doas.conf
permit setenv {
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bi
On 12/17/21 8:16 PM, Greg Wooledge wrote:
On Fri, Dec 17, 2021 at 12:20:43PM -0800, David Newman wrote:
How to configure /etc/doas.conf so a non-root user gets root's PATH?
This works for me:
unicorn:~$ PATH=/usr/local/bin:/usr/bin:/bin
unicorn:~$ cat /etc/doas.conf
permit setenv {
PATH=/us
On Fri, 17 Dec 2021, 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 specify the full path:
dnewman@coppi:~$ echo $PATH
/usr/local/
11 matches
Mail list logo