On 1/30/21 5:22 PM, Doug McGarrett wrote:
On 1/30/21 1:52 PM, Carlos E. R. wrote:
On Saturday, 2021-01-30 at 13:05 -0500, Doug McGarrett wrote:
On 1/30/21 5:44 AM, Carlos E. R. wrote:
On 30/01/2021 09.06, Doug McGarrett wrote:
On 1/29/21 12:42 PM, DennisG wrote:
On 1/28/21 9:38 PM, Doug McGarrett wrote:
http://localhost:631/ --> printers --> select yours. --> administration --> set default options --> query printer for default options
Page size here shows under "General".
Can't set options. Here is the sequence: Cups fpr administrators Administration Printers epson Administration Set default options
General Paper size: Letter 8½ x11 Media type: Plain paper-standard Auto duplex: off changed to long edge <<<<<
Set printer options gets this: http://localhost:631 is requesting your user name and password User name doug is filled in Password: (Here I fill in the password I use to boot the machine, the same password I use to reopen the machine after it has timed out.) Set printer options epson Error Unable to set options | Forbidden
Now what?
You can use either doug's password, or root's password.
I have the same password as boot and as my user. CUPS doesn't like that password, and I have no other.
Alternatively, use the command "lpoptions" in a terminal window.
lpoptions -l
will tell you the options for the current default printer.
First you have to find out what printers you have. For example:
cer@Telcontar:~> lpstat -a cp1510n_ps accepting requests since 2021-01-30T14:42:21 CET cp1515n_hpijs accepting requests since 2020-10-23T22:15:18 CEST cp1515n_pcl3 accepting requests since 2020-09-29T00:00:55 CEST cer@Telcontar:~>
and which is the default one?
Apparently there is no default. When I ask a page (or pages) to print, I get a dialog asking which printer.
The printers do not come up with names in the sequences you show, and I had no luck changing the defaults for the Epson, altho the information that is provided shows what's wrong. here's the sequence at my place: doug@linux1:~> lpstat -a epson accepting requests since Fri 29 Jan 2021 04:03:31 PM EST HP_LaserJet_Pro_M201dw accepting requests since Fri 29 Jan 2021 06:43:20 PM EST HP_LaserJet_Pro_M201dw_34CF8A_ accepting requests since Fri 29 Jan 2021 04:12:05 PM EST doug@linux1:~> lpstat -d no system default destination doug@linux1:~> lpoptions -l PageSize/Paper Size: *Letter Legal A4 4X6FULL 2L 8x10 <<<here's the problem MediaType/Media Type: *PLAIN_NORMAL PMMATT_NORMAL PMPHOTO_NORMAL PLATINA_NORMAL GLOSSYPHOTO_NORMAL Duplex/Auto Duplex Printing - Binding Edge: *None DuplexTumble DuplexNoTumble <<<probably should state binding edge? Ink/Ink: *COLOR MONO doug@linux1:~> lpoptions PageSize/Paper Size Letter 8.5X11 Usage: lpoptions [options] -d destination lpoptions [options] [-p destination] [-l] lpoptions [options] [-p destination] -o option[=value] lpoptions [options] -x destination Options: -d destination Set default destination -E Encrypt the connection to the server -h server[:port] Connect to the named server and port -l Show supported options and values -o name[=value] Set default option and value -p destination Specify a destination -U username Specify the username to use for authentication -x destination Remove default options for destination doug@linux1:~> lpoptions -o PageSize/Paper Size Letter 8.5X11 Usage: lpoptions [options] -d destination lpoptions [options] [-p destination] [-l] lpoptions [options] [-p destination] -o option[=value] lpoptions [options] -x destination Tried it this way--no joy: doug@linux1:~> lpoptions -o epson Paper Size Letter 8.5X11 Usage: lpoptions [options] -d destination lpoptions [options] [-p destination] [-l] lpoptions [options] [-p destination] -o option[=value] lpoptions [options] -x destination and so on. . . . --doug
On 31/01/2021 23.13, Doug McGarrett wrote:
On 1/30/21 5:22 PM, Doug McGarrett wrote:
...
Apparently there is no default. When I ask a page (or pages) to print, I get a dialog asking which printer.
The printers do not come up with names in the sequences you show, and I had no luck changing the defaults for the Epson, altho the information that is provided shows what's wrong. here's the sequence at my place:
doug@linux1:~> lpstat -a epson accepting requests since Fri 29 Jan 2021 04:03:31 PM EST HP_LaserJet_Pro_M201dw accepting requests since Fri 29 Jan 2021 06:43:20 PM EST HP_LaserJet_Pro_M201dw_34CF8A_ accepting requests since Fri 29 Jan 2021 04:12:05 PM EST doug@linux1:~> lpstat -d no system default destination doug@linux1:~> lpoptions -l
You have not specified which printer. lpoptions -p epson -l
PageSize/Paper Size: *Letter Legal A4 4X6FULL 2L 8x10 <<<here's the problem MediaType/Media Type: *PLAIN_NORMAL PMMATT_NORMAL PMPHOTO_NORMAL PLATINA_NORMAL GLOSSYPHOTO_NORMAL Duplex/Auto Duplex Printing - Binding Edge: *None DuplexTumble DuplexNoTumble <<<probably should state binding edge? Ink/Ink: *COLOR MONO doug@linux1:~> lpoptions PageSize/Paper Size Letter 8.5X11
Wrong syntax. I showed examples in my post, and you do not follow them, or read the manual.
Usage: lpoptions [options] -d destination lpoptions [options] [-p destination] [-l] lpoptions [options] [-p destination] -o option[=value] lpoptions [options] -x destination Options: -d destination Set default destination -E Encrypt the connection to the server -h server[:port] Connect to the named server and port -l Show supported options and values -o name[=value] Set default option and value -p destination Specify a destination -U username Specify the username to use for authentication -x destination Remove default options for destination doug@linux1:~> lpoptions -o PageSize/Paper Size Letter 8.5X11
Wrong syntax again.
Usage: lpoptions [options] -d destination lpoptions [options] [-p destination] [-l] lpoptions [options] [-p destination] -o option[=value] lpoptions [options] -x destination
Tried it this way--no joy:
doug@linux1:~> lpoptions -o epson Paper Size Letter 8.5X11
Wrong syntax again.
Usage: lpoptions [options] -d destination lpoptions [options] [-p destination] [-l] lpoptions [options] [-p destination] -o option[=value] lpoptions [options] -x destination and so on. . . .
Sigh... Look at my post on how I did it. lpoptions -p epson -o "PageSize/Paper Size"=Letter or perhaps lpoptions -p epson -o Size=Letter -- Cheers / Saludos, Carlos E. R. (from 15.2 x86_64 at Telcontar)
On 1/31/21 5:29 PM, Carlos E. R. wrote:
On 31/01/2021 23.13, Doug McGarrett wrote:
On 1/30/21 5:22 PM, Doug McGarrett wrote: ...
Apparently there is no default. When I ask a page (or pages) to print, I get a dialog asking which printer.
The printers do not come up with names in the sequences you show, and I had no luck changing the defaults for the Epson, altho the information that is provided shows what's wrong. here's the sequence at my place:
doug@linux1:~> lpstat -a epson accepting requests since Fri 29 Jan 2021 04:03:31 PM EST HP_LaserJet_Pro_M201dw accepting requests since Fri 29 Jan 2021 06:43:20 PM EST HP_LaserJet_Pro_M201dw_34CF8A_ accepting requests since Fri 29 Jan 2021 04:12:05 PM EST doug@linux1:~> lpstat -d no system default destination doug@linux1:~> lpoptions -l You have not specified which printer.
lpoptions -p epson -l
PageSize/Paper Size: *Letter Legal A4 4X6FULL 2L 8x10 <<<here's the problem MediaType/Media Type: *PLAIN_NORMAL PMMATT_NORMAL PMPHOTO_NORMAL PLATINA_NORMAL GLOSSYPHOTO_NORMAL Duplex/Auto Duplex Printing - Binding Edge: *None DuplexTumble DuplexNoTumble <<<probably should state binding edge? Ink/Ink: *COLOR MONO doug@linux1:~> lpoptions PageSize/Paper Size Letter 8.5X11 Wrong syntax.
I showed examples in my post, and you do not follow them, or read the manual.
Usage: lpoptions [options] -d destination lpoptions [options] [-p destination] [-l] lpoptions [options] [-p destination] -o option[=value] lpoptions [options] -x destination Options: -d destination Set default destination -E Encrypt the connection to the server -h server[:port] Connect to the named server and port -l Show supported options and values -o name[=value] Set default option and value -p destination Specify a destination -U username Specify the username to use for authentication -x destination Remove default options for destination doug@linux1:~> lpoptions -o PageSize/Paper Size Letter 8.5X11 Wrong syntax again.
Usage: lpoptions [options] -d destination lpoptions [options] [-p destination] [-l] lpoptions [options] [-p destination] -o option[=value] lpoptions [options] -x destination
Tried it this way--no joy:
doug@linux1:~> lpoptions -o epson Paper Size Letter 8.5X11 Wrong syntax again.
Usage: lpoptions [options] -d destination lpoptions [options] [-p destination] [-l] lpoptions [options] [-p destination] -o option[=value] lpoptions [options] -x destination and so on. . . . Sigh... Look at my post on how I did it.
lpoptions -p epson -o "PageSize/Paper Size"=Letter
or perhaps
lpoptions -p epson -o Size=Letter
doug@linux1:~> lpoptions -p epson -o Size=Letter (No complaint, but no result, either, as shown:) doug@linux1:~> lpoptions -l PageSize/Paper Size: *Letter Legal A4 4X6FULL 2L 8x10 MediaType/Media Type: *PLAIN_NORMAL PMMATT_NORMAL PMPHOTO_NORMAL PLATINA_NORMAL GLOSSYPHOTO_NORMAL Duplex/Auto Duplex Printing - Binding Edge: *None DuplexTumble DuplexNoTumble Ink/Ink: *COLOR MONO doug@linux1:~> lpoptions -p epson -o PageSize Letter Size Letter 8.5X11 (Tried with more detail, but it doesn't like that) Usage: lpoptions [options] -d destination and so on, again --doug
On 31/01/2021 23.56, Doug McGarrett wrote:
On 1/31/21 5:29 PM, Carlos E. R. wrote:
doug@linux1:~> lpoptions -p epson -o Size=Letter (No complaint, but no result, either, as shown:)
Well, that's the same result I got. Still, you can try to edit the options file as I did.
doug@linux1:~> lpoptions -l PageSize/Paper Size: *Letter Legal A4 4X6FULL 2L 8x10 MediaType/Media Type: *PLAIN_NORMAL PMMATT_NORMAL PMPHOTO_NORMAL PLATINA_NORMAL GLOSSYPHOTO_NORMAL Duplex/Auto Duplex Printing - Binding Edge: *None DuplexTumble DuplexNoTumble Ink/Ink: *COLOR MONO doug@linux1:~> lpoptions -p epson -o PageSize Letter Size Letter 8.5X11 (Tried with more detail, but it doesn't like that)
Of course it doesn't. There are spaces, you can not use spaces in a Linux command, you have to use quotes or defang them. You should know this. -- Cheers / Saludos, Carlos E. R. (from 15.2 x86_64 at Telcontar)
On 1/31/21 5:13 PM, Doug McGarrett wrote:
On 1/30/21 5:22 PM, Doug McGarrett wrote:
On 1/30/21 1:52 PM, Carlos E. R. wrote:
/snip/
lpoptions -l
will tell you the options for the current default printer.
First you have to find out what printers you have. For example:
cer@Telcontar:~> lpstat -a cp1510n_ps accepting requests since 2021-01-30T14:42:21 CET cp1515n_hpijs accepting requests since 2020-10-23T22:15:18 CEST cp1515n_pcl3 accepting requests since 2020-09-29T00:00:55 CEST cer@Telcontar:~>
and which is the default one?
Apparently there is no default. When I ask a page (or pages) to print, I get a dialog asking which printer. I take that back. Everything I've gone thru here says that the system accepts the epson as the default. What I need (I think) and I forget if I ever knew, is how to get the default options for the laserjet, since that out to tell me what the exact format for the US letter size is, and then maybe the lpoptions thing will let me put that in. /snip/
--doug
On 01/02/2021 04.54, Doug McGarrett wrote:
Apparently there is no default. When I ask a page (or pages) to print, I get a dialog asking which printer. I take that back. Everything I've gone thru here says that the system accepts the epson as the default.
You can easily set which is the default printer. option "-d" of lpoptions. Just read the manual.
What I need (I think) and I forget if I ever knew, is how to get the default options for the laserjet,
I told you that yesterday: lpoptions -p HP_LaserJet_Pro_M201dw -l lpoptions -p HP_LaserJet_Pro_M201dw_34CF8A_ -l (you have two lHP laser printers defined)
since that out to tell me what the exact format for the US letter size is, and then maybe the lpoptions thing will let me put that in.
No, it will not. Each printer uses its own definitions. -- Cheers / Saludos, Carlos E. R. (from 15.2 x86_64 at Telcontar)
On 2/1/21 5:15 AM, Carlos E. R. wrote:
On 01/02/2021 04.54, Doug McGarrett wrote:
Apparently there is no default. When I ask a page (or pages) to print, I get a dialog asking which printer. I take that back. Everything I've gone thru here says that the system accepts the epson as the default. You can easily set which is the default printer. option "-d" of lpoptions. Just read the manual.
What I need (I think) and I forget if I ever knew, is how to get the default options for the laserjet, I told you that yesterday:
lpoptions -p HP_LaserJet_Pro_M201dw -l lpoptions -p HP_LaserJet_Pro_M201dw_34CF8A_ -l
(you have two lHP laser printers defined)
since that out to tell me what the exact format for the US letter size is, and then maybe the lpoptions thing will let me put that in. No, it will not. Each printer uses its own definitions.
OK, if that's the case, how do I find out what the epson wants to see for a definition? It certainly did not want to see any of the definitions I tried. --doug
Am Dienstag, 2. Februar 2021, 01:59:36 CET schrieb Doug McGarrett:
OK, if that's the case, how do I find out what the epson wants to see for a definition? It certainly did not want to see any of the definitions I tried.
Maybe I issed something, but if you fire up the CUPS menu (localhost:631) , select the printer -> maintenance -> change default values, there are drop- down menus for each value.... Cheers Axel
On 02/02/2021 08.27, Axel Braun wrote:
Am Dienstag, 2. Februar 2021, 01:59:36 CET schrieb Doug McGarrett:
OK, if that's the case, how do I find out what the epson wants to see for a definition? It certainly did not want to see any of the definitions I tried.
Maybe I issed something, but if you fire up the CUPS menu (localhost:631) , select the printer -> maintenance -> change default values, there are drop- down menus for each value....
You missed that he gets not authorized. -- Cheers / Saludos, Carlos E. R. (from 15.2 x86_64 at Telcontar)
Am Dienstag, 2. Februar 2021, 11:52:47 CET schrieb Carlos E. R.:
On 02/02/2021 08.27, Axel Braun wrote:
Am Dienstag, 2. Februar 2021, 01:59:36 CET schrieb Doug McGarrett:
OK, if that's the case, how do I find out what the epson wants to see for a definition? It certainly did not want to see any of the definitions I tried.
Maybe I issed something, but if you fire up the CUPS menu (localhost:631) , select the printer -> maintenance -> change default values, there are drop- down menus for each value....
You missed that he gets not authorized.
Thank you Carlos - root does either not work?
You need to use root credentials to make changes using localhost:631 unless you add your user to the right groups. Ken Schneider
On Feb 2, 2021, at 5:57 AM, Axel Braun <docb@opensuse.org> wrote:
Am Dienstag, 2. Februar 2021, 11:52:47 CET schrieb Carlos E. R.:
On 02/02/2021 08.27, Axel Braun wrote: Am Dienstag, 2. Februar 2021, 01:59:36 CET schrieb Doug McGarrett:
OK, if that's the case, how do I find out what the epson wants to see for a definition? It certainly did not want to see any of the definitions I tried.
Maybe I issed something, but if you fire up the CUPS menu (localhost:631) , select the printer -> maintenance -> change default values, there are drop- down menus for each value....
You missed that he gets not authorized.
Thank you Carlos - root does either not work?
On 2/2/2021 11:51 AM, Kenneth Schneider wrote:
You need to use root credentials to make changes using localhost:631 unless you add your user to the right groups.
Ken Schneider
I think you came in late to the file: CUPS asked for my password and I gave it the only password I use, which is the same for bootup and for root user, and it refused it. --doug
On Feb 2, 2021, at 5:57 AM, Axel Braun <docb@opensuse.org> wrote:
Am Dienstag, 2. Februar 2021, 11:52:47 CET schrieb Carlos E. R.:
On 02/02/2021 08.27, Axel Braun wrote: Am Dienstag, 2. Februar 2021, 01:59:36 CET schrieb Doug McGarrett:
OK, if that's the case, how do I find out what the epson wants to see for a definition? It certainly did not want to see any of the definitions I tried. Maybe I issed something, but if you fire up the CUPS menu (localhost:631) , select the printer -> maintenance -> change default values, there are drop- down menus for each value.... You missed that he gets not authorized. Thank you Carlos - root does either not work?
-- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus
You need to use root credentials to make changes using localhost:631 unless you add your user to the right groups.
Ken Schneider You haven't been reading the mail. I can open CUPS, I can (maybe) modify
On 2/2/21 11:51 AM, Kenneth Schneider wrote: the printer characteristics, but when I try to do so, CUPS asks for a user name and password. I put in the only username I ever use--doug-- and the only password I use on the computer, which I use to boot up and to activate an admin function with su - CUPS says forbidden. If the computer thinks I have a different user name, how do I find out? And I'm pretty sure it won't tell me the password it's expecting, but I'm damned if I'm going to change that, since I need it all the time. --doug
On Feb 2, 2021, at 5:57 AM, Axel Braun <docb@opensuse.org> wrote:
Am Dienstag, 2. Februar 2021, 11:52:47 CET schrieb Carlos E. R.:
On 02/02/2021 08.27, Axel Braun wrote: Am Dienstag, 2. Februar 2021, 01:59:36 CET schrieb Doug McGarrett:
OK, if that's the case, how do I find out what the epson wants to see for a definition? It certainly did not want to see any of the definitions I tried. Maybe I issed something, but if you fire up the CUPS menu (localhost:631) , select the printer -> maintenance -> change default values, there are drop- down menus for each value.... You missed that he gets not authorized. Thank you Carlos - root does either not work?
* Doug McGarrett <dmcgarrett@optonline.net> [02-03-21 14:39]:
You need to use root credentials to make changes using localhost:631 unless you add your user to the right groups.
Ken Schneider You haven't been reading the mail. I can open CUPS, I can (maybe) modify the
On 2/2/21 11:51 AM, Kenneth Schneider wrote: printer characteristics, but when I try to do so, CUPS asks for a user name and password. I put in the only username I ever use--doug-- and the only password I use on the computer, which I use to boot up and to activate an admin function with su - CUPS says forbidden. If the computer thinks I have a different user name, how do I find out? And I'm pretty sure it won't tell me the password it's expecting, but I'm damned if I'm going to change that, since I need it all the time. --doug
On Feb 2, 2021, at 5:57 AM, Axel Braun <docb@opensuse.org> wrote:
Am Dienstag, 2. Februar 2021, 11:52:47 CET schrieb Carlos E. R.:
On 02/02/2021 08.27, Axel Braun wrote: Am Dienstag, 2. Februar 2021, 01:59:36 CET schrieb Doug McGarrett:
OK, if that's the case, how do I find out what the epson wants to see for a definition? It certainly did not want to see any of the definitions I tried. Maybe I issed something, but if you fire up the CUPS menu (localhost:631) , select the printer -> maintenance -> change default values, there are drop- down menus for each value.... You missed that he gets not authorized. Thank you Carlos - root does either not work?
when cups asks for user name, use "root" and the password you use when you use "su -". -- (paka)Patrick Shanahan Plainfield, Indiana, USA @ptilopteri http://en.opensuse.org openSUSE Community Member facebook/ptilopteri Photos: http://wahoo.no-ip.org/piwigo paka @ IRCnet freenode
On 2/3/21 2:42 PM, Patrick Shanahan wrote:
* Doug McGarrett <dmcgarrett@optonline.net> [02-03-21 14:39]:
You need to use root credentials to make changes using localhost:631 unless you add your user to the right groups.
Ken Schneider You haven't been reading the mail. I can open CUPS, I can (maybe) modify the
On 2/2/21 11:51 AM, Kenneth Schneider wrote: printer characteristics, but when I try to do so, CUPS asks for a user name and password. I put in the only username I ever use--doug-- and the only password I use on the computer, which I use to boot up and to activate an admin function with su - CUPS says forbidden. If the computer thinks I have a different user name, how do I find out? And I'm pretty sure it won't tell me the password it's expecting, but I'm damned if I'm going to change that, since I need it all the time. --doug
On Feb 2, 2021, at 5:57 AM, Axel Braun <docb@opensuse.org> wrote:
Am Dienstag, 2. Februar 2021, 11:52:47 CET schrieb Carlos E. R.:
On 02/02/2021 08.27, Axel Braun wrote: Am Dienstag, 2. Februar 2021, 01:59:36 CET schrieb Doug McGarrett: > OK, if that's the case, how do I find out what the epson wants to see > for a definition? > It certainly did not want to see any of the definitions I tried. Maybe I issed something, but if you fire up the CUPS menu (localhost:631) , select the printer -> maintenance -> change default values, there are drop- down menus for each value.... You missed that he gets not authorized. Thank you Carlos - root does either not work?
when cups asks for user name, use "root" and the password you use when you use "su -".
Thanx, Pat. It finally came back to me. --doug
On 03/02/2021 20.37, Doug McGarrett wrote:
You need to use root credentials to make changes using localhost:631 unless you add your user to the right groups.
Ken Schneider You haven't been reading the mail. I can open CUPS, I can (maybe) modify
On 2/2/21 11:51 AM, Kenneth Schneider wrote: the printer characteristics, but when I try to do so, CUPS asks for a user name and password. I put in the only username I ever use--doug--
NO! You have been told to use "root". -- Cheers / Saludos, Carlos E. R. (from 15.2 x86_64 at Telcontar)
I will repeat this until you understand it. YOU MUST USE THE USER NAME “ROOT” NOT YOUR USERNAME AND USE “ROOT’S” PASSWORD. Until you do this you will NEVER be able admin a *nix system. Certain operations on a Unix/Linux system require the credentials of almighty “root”. Accept this fact of life. Ken Schneider
On Feb 3, 2021, at 2:38 PM, Doug McGarrett <dmcgarrett@optonline.net> wrote:
On 2/2/21 11:51 AM, Kenneth Schneider wrote: You need to use root credentials to make changes using localhost:631 unless you add your user to the right groups.
Ken Schneider You haven't been reading the mail. I can open CUPS, I can (maybe) modify the printer characteristics, but when I try to do so, CUPS asks for a user name and password. I put in the only username I ever use--doug-- and the only password I use on the computer, which I use to boot up and to activate an admin function with su - CUPS says forbidden. If the computer thinks I have a different user name, how do I find out? And I'm pretty sure it won't tell me the password it's expecting, but I'm damned if I'm going to change that, since I need it all the time. --doug
On Feb 2, 2021, at 5:57 AM, Axel Braun <docb@opensuse.org> wrote:
Am Dienstag, 2. Februar 2021, 11:52:47 CET schrieb Carlos E. R.:
On 02/02/2021 08.27, Axel Braun wrote: Am Dienstag, 2. Februar 2021, 01:59:36 CET schrieb Doug McGarrett:
OK, if that's the case, how do I find out what the epson wants to see for a definition? It certainly did not want to see any of the definitions I tried. Maybe I issed something, but if you fire up the CUPS menu (localhost:631) , select the printer -> maintenance -> change default values, there are drop- down menus for each value.... You missed that he gets not authorized. Thank you Carlos - root does either not work?
On Wed, 2021-02-03 at 15:44 -0500, Kenneth Schneider wrote:
I will repeat this until you understand it. YOU MUST USE THE USER NAME “ROOT” NOT YOUR USERNAME AND USE “ROOT’S” PASSWORD. Until you do this you will NEVER be able admin a *nix system. Certain operations on a Unix/Linux system require the credentials of almighty “root”. Accept this fact of life.
Correction, just in case, root user must be typed in lowercase characters. The upper case ROOT was meant as emphasis.
Ken Schneider
On Feb 3, 2021, at 2:38 PM, Doug McGarrett <dmcgarrett@optonline.ne t> wrote:
On 2/2/21 11:51 AM, Kenneth Schneider wrote: You need to use root credentials to make changes using localhost:631 unless you add your user to the right groups.
Ken Schneider
You haven't been reading the mail. I can open CUPS, I can (maybe) modify the printer characteristics, but when I try to do so, CUPS asks for a user name and password. I put in the only username I ever use--doug-- and the only password I use on the computer, which I use to boot up and to activate an admin function with su - CUPS says forbidden. If the computer thinks I have a different user name, how do I find out? And I'm pretty sure it won't tell me the password it's expecting, but I'm damned if I'm going to change that, since I need it all the time. --doug
On Feb 2, 2021, at 5:57 AM, Axel Braun <docb@opensuse.org> wrote:
Am Dienstag, 2. Februar 2021, 11:52:47 CET schrieb Carlos E. R.:
On 02/02/2021 08.27, Axel Braun wrote: Am Dienstag, 2. Februar 2021, 01:59:36 CET schrieb Doug McGarrett: > OK, if that's the case, how do I find out what the epson > wants to see > for a definition? > It certainly did not want to see any of the definitions I > tried.
Maybe I issed something, but if you fire up the CUPS menu (localhost:631) , select the printer -> maintenance -> change default values, there are drop- down menus for each value....
You missed that he gets not authorized.
Thank you Carlos - root does either not work?
I will repeat this until you understand it. YOU MUST USE THE USER NAME “ROOT” NOT YOUR USERNAME AND USE “ROOT’S” PASSWORD. Until you do this you will NEVER be able admin a *nix system. Certain operations on a Unix/Linux system require the credentials of almighty “root”. Accept this fact of life.
Ken Schneider Just before this message, I recollected from long ago, and with a bit of tickle from someone here, that
On 2/3/21 3:44 PM, Kenneth Schneider wrote: the user name for CUPS is root, and I put that in, and bob's your uncle! Printer now knows to use Letter size, which is what 8½x11 is called, and all is good. And thank you for coming right out and telling me that, in case I hadn't been able to dredge that up. It is certainly not obvious, since everywhere else that I'm aware of, the expression "user name" wants MY user name. --doug
On Feb 3, 2021, at 2:38 PM, Doug McGarrett <dmcgarrett@optonline.net> wrote:
On 2/2/21 11:51 AM, Kenneth Schneider wrote: You need to use root credentials to make changes using localhost:631 unless you add your user to the right groups.
Ken Schneider You haven't been reading the mail. I can open CUPS, I can (maybe) modify the printer characteristics, but when I try to do so, CUPS asks for a user name and password. I put in the only username I ever use--doug-- and the only password I use on the computer, which I use to boot up and to activate an admin function with su - CUPS says forbidden. If the computer thinks I have a different user name, how do I find out? And I'm pretty sure it won't tell me the password it's expecting, but I'm damned if I'm going to change that, since I need it all the time. --doug
On Feb 2, 2021, at 5:57 AM, Axel Braun <docb@opensuse.org> wrote: Am Dienstag, 2. Februar 2021, 11:52:47 CET schrieb Carlos E. R.:
On 02/02/2021 08.27, Axel Braun wrote: Am Dienstag, 2. Februar 2021, 01:59:36 CET schrieb Doug McGarrett: > OK, if that's the case, how do I find out what the epson wants to see > for a definition? > It certainly did not want to see any of the definitions I tried. Maybe I issed something, but if you fire up the CUPS menu (localhost:631) , select the printer -> maintenance -> change default values, there are drop- down menus for each value.... You missed that he gets not authorized. Thank you Carlos - root does either not work?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wednesday, 2021-02-03 at 16:03 -0500, Doug McGarrett wrote:
On 2/3/21 3:44 PM, Kenneth Schneider wrote:
I will repeat this until you understand it. YOU MUST USE THE USER NAME “ROOT” NOT YOUR USERNAME AND USE “ROOT’S” PASSWORD. Until you do this you will NEVER be able admin a *nix system. Certain operations on a Unix/Linux system require the credentials of almighty “root”. Accept this fact of life.
Just before this message, I recollected from long ago, and with a bit of tickle from someone here, that the user name for CUPS is root, and I put that in, and bob's your uncle! Printer now knows to use Letter size, which is what 8½x11 is called, and all is good. And thank you for coming right out and telling me that, in case I hadn't been able to dredge that up. It is certainly not obvious, since everywhere else that I'm aware of, the expression "user name" wants MY user name. --doug
Because it can be ANY user on your system, and you have to decide which to use. But, as you want to change the default options machine wide, it *obviouysly* needs you using "root". - -- Cheers, Carlos E. R. (from openSUSE 15.2 x86_64 at Telcontar) -----BEGIN PGP SIGNATURE----- iHoEARECADoWIQQZEb51mJKK1KpcU/W1MxgcbY1H1QUCYBsTcBwccm9iaW4ubGlz dGFzQHRlbGVmb25pY2EubmV0AAoJELUzGBxtjUfVRhcAn1Z2dkDv83SVK45cJJy/ qnlfLJ81AJ448/YU4+a8E1qcj0NEj8AfXGMpPA== =RaLC -----END PGP SIGNATURE-----
On 2/3/21 4:19 PM, Carlos E. R. wrote:
/snip/
Just before this message, I recollected from long ago, and with a bit of tickle from someone here, that the user name for CUPS is root, and I put that in, and bob's your uncle! Printer now knows to use Letter size, which is what 8½x11 is called, and all is good. And thank you for coming right out and telling me that, in case I hadn't been able to dredge that up. It is certainly not obvious, since everywhere else that I'm aware of, the expression "user name" wants MY user name. --doug
Because it can be ANY user on your system, and you have to decide which to use.
But, as you want to change the default options machine wide, it *obviouysly* needs you using "root".
-- Cheers, Carlos E. R. (from openSUSE 15.2 x86_64 at Telcontar)
I never thought of it that way. It makes sense! --doug
On Wed, 3 Feb 2021 15:44:08 -0500 Kenneth Schneider <kschneider@bout-tyme.net> wrote:
I will repeat this until you understand it. YOU MUST USE THE USER NAME “ROOT” NOT YOUR USERNAME AND USE “ROOT’S” PASSWORD. Until you do this you will NEVER be able admin a *nix system. Certain operations on a Unix/Linux system require the credentials of almighty “root”. Accept this fact of life.
Just for completeness (and probably best if you don't read this, Doug). There are some linux distros, most notably Ubuntu, where by default the root user is disabled and all admin is carried out using sudo. So neither the username 'root' nor that username's password are requird to administer the system.
On 2/3/21 4:38 PM, Dave Howorth wrote:
On Wed, 3 Feb 2021 15:44:08 -0500 Kenneth Schneider <kschneider@bout-tyme.net> wrote:
I will repeat this until you understand it. YOU MUST USE THE USER NAME “ROOT” NOT YOUR USERNAME AND USE “ROOT’S” PASSWORD. Until you do this you will NEVER be able admin a *nix system. Certain operations on a Unix/Linux system require the credentials of almighty “root”. Accept this fact of life. Just for completeness (and probably best if you don't read this, Doug). There are some linux distros, most notably Ubuntu, where by default the root user is disabled and all admin is carried out using sudo. So neither the username 'root' nor that username's password are requird to administer the system. I read it. I looked at Ubuntu a long time ago and decided it wasn't for me. But they used to have some of the best tutorials--don't know if that's true anymore. --doug
On 02/02/2021 11.57, Axel Braun wrote:
Am Dienstag, 2. Februar 2021, 11:52:47 CET schrieb Carlos E. R.:
On 02/02/2021 08.27, Axel Braun wrote:
Am Dienstag, 2. Februar 2021, 01:59:36 CET schrieb Doug McGarrett:
OK, if that's the case, how do I find out what the epson wants to see for a definition? It certainly did not want to see any of the definitions I tried.
Maybe I issed something, but if you fire up the CUPS menu (localhost:631) , select the printer -> maintenance -> change default values, there are drop- down menus for each value....
You missed that he gets not authorized.
Thank you Carlos - root does either not work?
I don't have clear if it works for him or not. I asked:
You can use either doug's password, or root's password.
He replied:
I have the same password as boot and as my user. CUPS doesn't like that password, and I have no other.
-- Cheers / Saludos, Carlos E. R. (from 15.2 x86_64 at Telcontar)
On 2/2/2021 5:57 AM, Axel Braun wrote:
Am Dienstag, 2. Februar 2021, 11:52:47 CET schrieb Carlos E. R.:
On 02/02/2021 08.27, Axel Braun wrote:
Am Dienstag, 2. Februar 2021, 01:59:36 CET schrieb Doug McGarrett:
OK, if that's the case, how do I find out what the epson wants to see for a definition? It certainly did not want to see any of the definitions I tried. Maybe I issed something, but if you fire up the CUPS menu (localhost:631) , select the printer -> maintenance -> change default values, there are drop- down menus for each value.... You missed that he gets not authorized. Thank you Carlos - root does either not work?
Just about the first thing I tried was to change the paper size in CUPS, but CUPS doesn't like my ONLY password-- I use the same pw for logging in and for root access. Then trying every combination I could think of in poptions, nothing was accepted. This might become moot: I have evidence of being hacked. (I am not running Linux for this message, because of that. I have run Avast on this Windows partition, and it is happy. [I'm not]) --doug -- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus
In the pop up window it asks for a user name also. Are you using the “root” login name and “root’s” password as has been suggested? It appears not. Close your browser window to clear the “cached” login info and try again. Ken Schneider
On Feb 3, 2021, at 12:12 AM, doug mack <dmcgarrett@optonline.net> wrote:
On 2/2/2021 5:57 AM, Axel Braun wrote: Am Dienstag, 2. Februar 2021, 11:52:47 CET schrieb Carlos E. R.:
On 02/02/2021 08.27, Axel Braun wrote:
Am Dienstag, 2. Februar 2021, 01:59:36 CET schrieb Doug McGarrett:
OK, if that's the case, how do I find out what the epson wants to see for a definition? It certainly did not want to see any of the definitions I tried. Maybe I issed something, but if you fire up the CUPS menu (localhost:631) , select the printer -> maintenance -> change default values, there are drop- down menus for each value.... You missed that he gets not authorized. Thank you Carlos - root does either not work?
Just about the first thing I tried was to change the paper size in CUPS, but CUPS doesn't like my ONLY password--
I use the same pw for logging in and for root access. Then trying every combination I could think of in poptions,
nothing was accepted. This might become moot: I have evidence of being hacked. (I am not running Linux for
this message, because of that. I have run Avast on this Windows partition, and it is happy. [I'm not])
--doug
-- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus
On 02/02/2021 01.59, Doug McGarrett wrote:
On 2/1/21 5:15 AM, Carlos E. R. wrote:
On 01/02/2021 04.54, Doug McGarrett wrote:
Apparently there is no default. When I ask a page (or pages) to print, I get a dialog asking which printer. I take that back. Everything I've gone thru here says that the system accepts the epson as the default. You can easily set which is the default printer. option "-d" of lpoptions. Just read the manual.
What I need (I think) and I forget if I ever knew, is how to get the default options for the laserjet, I told you that yesterday:
lpoptions -p HP_LaserJet_Pro_M201dw -l lpoptions -p HP_LaserJet_Pro_M201dw_34CF8A_ -l
(you have two lHP laser printers defined)
since that out to tell me what the exact format for the US letter size is, and then maybe the lpoptions thing will let me put that in. No, it will not. Each printer uses its own definitions.
OK, if that's the case, how do I find out what the epson wants to see for a definition? It certainly did not want to see any of the definitions I tried.
Well, I told you from the start: it does not work. And then I told you: Well, try to edit the options directly on the file and find out if the printer obeys. You have not done that yet. -- Cheers / Saludos, Carlos E. R. (from 15.2 x86_64 at Telcontar)
participants (9)
-
Axel Braun
-
Carlos E. R.
-
Carlos E.R.
-
Dave Howorth
-
doug mack
-
Doug McGarrett
-
Kenneth Schneider
-
Patrick Shanahan
-
TomasK