Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

(Solved)CUPS - Unable to add printer: Forbidden

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
sarksloane
Posts: 89
Joined: 2017-01-17 04:21

(Solved)CUPS - Unable to add printer: Forbidden

#1 Post by sarksloane »

Hi,

I was trying to add and register my printer (Epson TM-T20II) to CUPS and pop up the username and password. When i entered my username and root password, I am receiving error

Code: Select all

Unable to add printer: Forbidden
.

Thanks
Last edited by sarksloane on 2018-01-26 11:08, edited 1 time in total.

User avatar
GarryRicketson
Posts: 5644
Joined: 2015-01-20 22:16
Location: Durango, Mexico

Re: CUPS - Unable to add printer: Forbidden (Epson TM-T20II)

#2 Post by GarryRicketson »

Have you tried applying a little logic ?
and pop up the username and password
Ok, my username is (for example)Username: George
Password: #$thisisgeorgespassword
So, it should be accepted.
When i entered my username and root password,
Again, username : George
Password: should be the users password <#$thisisgeorgespassword>

If the user is root, then the username: root
password: 74&6thisisrootspassword

If it is prompting you for the user name, then the password you use should be
the pass word for that user. You would not use root's password, for George, you would use Georges password, like wise :

Code: Select all

$ su 
password: 74&6thisisrootspassword
#whoami
#root

Code: Select all

login : George
password: #$thisisgeorgespassword
$whoami
$George

Code: Select all

# login George                                                           
Password:74&6thisisrootspassword
Login incorrect
login:
User George, can not login using roots password.

sarksloane
Posts: 89
Joined: 2017-01-17 04:21

Re: CUPS - Unable to add printer: Forbidden (Epson TM-T20II)

#3 Post by sarksloane »

Thank you very much GarryRicketson !! :D :D

User avatar
GarryRicketson
Posts: 5644
Joined: 2015-01-20 22:16
Location: Durango, Mexico

Re: (Solved)CUPS - Unable to add printer: Forbidden

#4 Post by GarryRicketson »

Your welcome

Glad to know it was that simple,

Post Reply