Re: Adduser only one or. two users

2022-08-04 Thread Ishaan Mahajan
Sorry for another email but this is what it looks like now - RUN sudo adduser --shell $USERSHELLPATH --disabled-password $USERNAME && \ However, I am still running into the same problem. Thanks, Ishaan On Thu, Aug 4, 2022 at 10:53 PM Dan Ritter wrote: > Ishaan Mahajan wrote: > > Hi, > > > > Thi

Re: There is a big bug in auto update in debian 11

2022-08-04 Thread Timothy M Butterworth
On Thu, Aug 4, 2022 at 7:51 PM Mid Mes Fair wrote: > There is a big bug in auto update in debian 11. > I have turned off the auto checking feature but it still checking and > appear on the notification section in the software > We need more info. To start with: What Desktop Environment are you u

Area parameter of Wacom CTL 6100

2022-08-04 Thread Pankaj Jangid
I had this issue long back, when my wacom ctl-6100 was far exceeding my 4k display. But then it got fixed automatically with some software upgrade in Debian 11 bullseye. But recently, I plugged it in again to sign a few documents and found that the problem has reappeared. Can someone guide me how

Re: VFAT vs. umask.

2022-08-04 Thread David Wright
On Thu 04 Aug 2022 at 13:27:34 (-0400), gene heskett wrote: > On 8/4/22 10:47, pe...@easthope.ca wrote: > > From: Charles Curley > > Date: Sat, 30 Jul 2022 13:39:00 -0600 > > > The preparation of any storage medium requires at least two steps. To > > > format means ... > > > > > > In an

Re: VFAT vs. umask.

2022-08-04 Thread David Wright
On Wed 03 Aug 2022 at 08:37:24 (-0700), pe...@easthope.ca wrote: > From: David Wright > Date: Sun, 31 Jul 2022 14:15:26 -0500 > > So "primary store" probably means Master Copy of Your Data. > > https://en.wiktionary.org/wiki/primary#Adjective sense 2. > https://en.wiktionary.org/wiki/master#Ad

Re: Unsolicited GNU bc patch

2022-08-04 Thread SDA
On Sat, Jul 30, 2022 at 07:29:23AM +, Thomas DiModica wrote: Hi, Thomas. I'd send this to the debian-developer email list rather than this user list. Not sure if any developers are lurking here ... > Greetings, > > I don't remember how or why I initially stumbled across this bug report > (

Re: Adduser only one or. two users

2022-08-04 Thread tomas
On Thu, Aug 04, 2022 at 12:17:54PM -0600, Charles Curley wrote: > On Thu, 4 Aug 2022 13:23:11 -0400 > Dan Ritter wrote: > > > sudo adduser --shell $USERSHELLPATH --disabled-password --gecos "" > > $USERNAME > > > > That's your first command line. --gecos expects a value. You are > > literally su

Re: Adduser only one or. two users

2022-08-04 Thread Charles Curley
On Thu, 4 Aug 2022 13:23:11 -0400 Dan Ritter wrote: > sudo adduser --shell $USERSHELLPATH --disabled-password --gecos "" > $USERNAME > > That's your first command line. --gecos expects a value. You are > literally supplying no value. > > Why don't you leave the --gecos "" out entirely, if you a

Re: Adduser only one or. two users

2022-08-04 Thread Greg Wooledge
On Thu, Aug 04, 2022 at 01:24:04PM -0400, Cindy Sue Causey wrote: > On 8/4/22, Ishaan Mahajan wrote: > > Hi, > > > > This is the line I have got - RUN sudo adduser --shell $USERSHELLPATH > > --disabled-password --gecos "" $USERNAME && \ > > echo "$USERNAME ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d

Re: Adduser only one or. two users

2022-08-04 Thread Dan Ritter
Ishaan Mahajan wrote: > Hi, > > This is the line I have got - RUN sudo adduser --shell $USERSHELLPATH > --disabled-password --gecos "" $USERNAME && \ > echo "$USERNAME ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/$USERNAME && \ > chmod 0440 /etc/sudoers.d/USERNAME > However, I keep getting the error

Re: VFAT vs. umask.

2022-08-04 Thread gene heskett
On 8/4/22 10:47, pe...@easthope.ca wrote: From: Charles Curley Date: Sat, 30 Jul 2022 13:39:00 -0600 The preparation of any storage medium requires at least two steps. To format means ... In another step one lays down a file system: ... Understood, at a superficial level at least.

Re: Adduser only one or. two users

2022-08-04 Thread Cindy Sue Causey
On 8/4/22, Ishaan Mahajan wrote: > Hi, > > This is the line I have got - RUN sudo adduser --shell $USERSHELLPATH > --disabled-password --gecos "" $USERNAME && \ > echo "$USERNAME ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/$USERNAME && \ > chmod 0440 /etc/sudoers.d/USERNAME > However, I keep getting

Re: Nouveau Is (was: Nvidia + Plasma + Keyboard)

2022-08-04 Thread gene heskett
On 8/4/22 10:41, Felix Miata wrote: This is valuable info Felix, thank you. Andrew M.A. Cater composed on 2022-08-04 10:20 (UTC): ... nouveau is a good and supported way forward. NouveauS are. It's deleterious to omit the fact that there are two separate functionality FOSS Nouveaus, one of wh

Adduser only one or. two users

2022-08-04 Thread Ishaan Mahajan
Hi, This is the line I have got - RUN sudo adduser --shell $USERSHELLPATH --disabled-password --gecos "" $USERNAME && \ echo "$USERNAME ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/$USERNAME && \ chmod 0440 /etc/sudoers.d/USERNAME However, I keep getting the error, adduser: Only one or two names allo

Re: VFAT vs. umask.

2022-08-04 Thread peter
From: Charles Curley Date: Sat, 30 Jul 2022 13:39:00 -0600 > The preparation of any storage medium requires at least two steps. To > format means ... > > In another step one lays down a file system: ... Understood, at a superficial level at least. Haven't invented or implemented a fil

Re: Nouveau Is (was: Nvidia + Plasma + Keyboard)

2022-08-04 Thread Felix Miata
Andrew M.A. Cater composed on 2022-08-04 10:20 (UTC): ... > nouveau is a good and supported way forward. NouveauS are. It's deleterious to omit the fact that there are two separate functionality FOSS Nouveaus, one of which, the Nouveau X display driver (DDX: Device Dependent X), is reve

Re: Re: No upgrade from 11.3 to 11.4 with apt update/upgrade

2022-08-04 Thread Johan Kröckel
Hi Klaus, thank you but dist-upgrade had the same result. '~# rm -R /var/lib/apt/lists/*; apt update; apt upgrade' worked. Still don't know what was wrong... Thanks again Johan

Re: Re: Re: No upgrade from 11.3 to 11.4 with apt update/upgrade

2022-08-04 Thread Johan Kröckel
Thank you very much! 2) ~# rm -R /var/lib/apt/lists/* did the trick! Btw: 1) That's not Ubuntu but the Signal desktop client and the correct repository. Confuses me all the time as well.

Re: Re: No upgrade from 11.3 to 11.4 with apt update/upgrade

2022-08-04 Thread Greg Wooledge
On Thu, Aug 04, 2022 at 01:27:21PM +0200, Johan Kröckel wrote: > ~# date; cat /etc/apt/sources.list;apt update; apt upgrade; apt-cache > policy base-files [...] > OK:1 http://security.debian.org/debian-security bullseye-security InRelease > OK:2 http://packages.microsoft.com/repos/code stable InRel

Re: No upgrade from 11.3 to 11.4 with apt update/upgrade

2022-08-04 Thread Klaus Singvogel
Johan Kröckel wrote: > Hi, > I think I am missing something minor but I don't get it. Whereas I missed: apt-get dist-upgrade Best regards, Klaus. -- Klaus Singvogel GnuPG-Key-ID: 1024R/5068792D 1994-06-27

Re: Re: No upgrade from 11.3 to 11.4 with apt update/upgrade

2022-08-04 Thread Johan Kröckel
Sorry, that was misunderstandable. I run apt update/apt upgrade daily. ~# date; cat /etc/apt/sources.list;apt update; apt upgrade; apt-cache policy base-files Do 4. Aug 13:25:38 CEST 2022 deb https://deb.debian.org/debian-security bullseye-security main contrib non-free deb-src https://deb.debian.

Re: No upgrade from 11.3 to 11.4 with apt update/upgrade

2022-08-04 Thread Greg Wooledge
On Thu, Aug 04, 2022 at 12:23:26PM +0200, Johan Kröckel wrote: > My sources.list is: > > [...] > deb https://deb.debian.org/debian/ bullseye main non-free contrib Looks good. > apt update; apt-cache policy base-files gives me: > > base-files: > Installiert: 11.1+deb11u3 > Installa

No upgrade from 11.3 to 11.4 with apt update/upgrade

2022-08-04 Thread Johan Kröckel
Hi, I think I am missing something minor but I don't get it. My sources.list is: deb https://deb.debian.org/debian-security bullseye-security main contrib non-free deb-src https://deb.debian.org/debian-security bullseye-security main contrib non-free deb https://deb.debian.org/debian/ bullseye m

Re: Nvidia + Plasma + Keyboard

2022-08-04 Thread Andrew M.A. Cater
On Thu, Aug 04, 2022 at 04:12:23AM -0400, Felix Miata wrote: > Marco composed on 2022-08-04 06:51 (UTC): > > > Thu, 04 Aug 2022 06:37:31 + Hans composed: > > >> Did I miss telling it? On T520 it is GF119 (NVS4200) and in the > >> Aspire it is GF-86M, both need *-340xx-* legacy drivers. > >

Re: Nvidia + Plasma + Keyboard

2022-08-04 Thread Felix Miata
Marco composed on 2022-08-04 06:51 (UTC): > Thu, 04 Aug 2022 06:37:31 + Hans composed: >> Did I miss telling it? On T520 it is GF119 (NVS4200) and in the >> Aspire it is GF-86M, both need *-340xx-* legacy drivers. > For this generation of cards, nouveau works fine. I am running it with a >

AW: Re: Nvidia + Plasma + Keyboard

2022-08-04 Thread hans . ullrich
Nope, to understand, I want the proprietry driver, because the nouveau driver is too slow. Otherwise I could use the cpu inbuilt graphics chip, which is I915, but also slow. My mail should also be seen as an info mail, not as a bugreport. As I know about the issue, I am running every game or ap