LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Unable to log in to localhost:631/admin (https://www.linuxquestions.org/questions/linux-hardware-18/unable-to-log-in-to-localhost-631-admin-453503/)

FibonacciPrower 06-10-2006 02:44 PM

Unable to log in to localhost:631/admin
 
Hello,

I've recently bought a new printer, an Epson Stylus C67, and am trying to configure it with the CUPS web interface - I open http://localhost:631/admin, and am prompted for a login and password. Tried myusername/myuserpassword, tried root/myrootpassword, even tried leaving both fields blank, but I couldn't get through. And I don't know what else to try.

What can I do now?

Thank you for your help,

-Fibo

FibonacciPrower 06-10-2006 02:52 PM

Searching on the forums, I found that I had to use lppasswd to make it work. So I did this as root:

# lppasswd -a myusername
Enter password: (a new password - my normal password was being rejected as inappropriate)
Enter password again: (same passwd as before)
# firefox &
#

Tried to log in to localhost:631/admin using myusername/mynewpassword, but once again, I couldn't get through. myusername/myuserpassword didn't work either. So I tried this:

# lppasswd -a root
Enter password: (my root password)
Enter password again: (once again)
# firefox &
#

Once again, I tried logging in using root/myrootpassword, myusername/myuserpassword, myusername/mynewpassword, but none of those could get me through.

What else can I try?

Thanks in advance,

-Fibo


All times are GMT -5. The time now is 06:18 AM.