View previous topic :: View next topic |
Author |
Message |
zakl n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/18553681483f1c33bf972ad.jpg)
Joined: 09 May 2003 Posts: 73
|
Posted: Wed Aug 20, 2003 5:38 pm Post subject: CUPS not letting me login to web based admin |
|
|
I have an Epson Stylus Photo 820 printer. I followed the gentoo printer guide, and got it setup correctly, using the gimp-print-ijs driver. For some reason, whenever I try to print something that consists of 2-3 or more pages, my whole system locks up, and I have to manually reset the computer. When it comes back up, it starts trying to send the rest of the print job when CUPS starts, usually causing the system to freeze before I even get to login.
I don't know what the deal is with it. It did this before, so I figured maybe it was just something wrong with the system. So I reinstalled Gentoo(for other reasons too) thinking it would probably fix this problem at the same time. But the exact same thing is happening. Is there something I don't have configured right or what?
Also for some reason this time I can't even get access to the admin section of web based CUPS(localhost:631) When I click on admin I get some error telling me something to the extent of "it was unable to validate me as an authorized user". I would give the message, but I had to kill CUPS to keep the system from locking up again. Before I reinstalled, it would pop up a login box, but now it does't so I don't know what the deal is.
Your help is greatly appreciated!
Zak _________________ Zak
Gentoo Linux * EPoX 8KHA+ * Athlon XP 1700+ * 768MB PC2100 * IBM 40GB for OS's, WD 120GB for storage * SB Audigy Platinum on emu10k1-cvs drivers * Radeon 8500 64MB on latest XFree-DRM driver
Last edited by zakl on Sun Aug 31, 2003 7:36 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
MasterX Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
Joined: 26 Jun 2003 Posts: 1165
|
Posted: Wed Aug 20, 2003 6:44 pm Post subject: |
|
|
I do not know much about configuring a printer. For my printer I used the KDEPrint module and I did not have any problem. If you have KDE installed I reccomend you to use it. It works with cups.
Have you set a hostname? If you have then you need to give this information to cupsd.
In the file /etc/cups/cupsd.conf and in the Server Identity type the hostname
Also do the same thing in the file /etc/cups/client.conf
Remember, to restart cupsd
These are the only changes that I did to make cups work.
Hope I helped |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
zakl n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/18553681483f1c33bf972ad.jpg)
Joined: 09 May 2003 Posts: 73
|
Posted: Sun Aug 31, 2003 7:36 pm Post subject: |
|
|
Does anybody have any idea why the CUPS web admin is not giving me a login box? Please help me out.
Zak _________________ Zak
Gentoo Linux * EPoX 8KHA+ * Athlon XP 1700+ * 768MB PC2100 * IBM 40GB for OS's, WD 120GB for storage * SB Audigy Platinum on emu10k1-cvs drivers * Radeon 8500 64MB on latest XFree-DRM driver |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
handsomepete Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/13418445623edb80a6d913d.jpg)
Joined: 21 Apr 2002 Posts: 548 Location: Kansas City, MO
|
Posted: Sun Aug 31, 2003 8:59 pm Post subject: |
|
|
Look for something similar to this:
Code: | <Location /admin>
AuthType Basic
AuthClass System
Order Deny,Allow
Deny From All
Allow From 172.18.*
</Location>
|
In the Allow From field do you have only localhost or do you have your network IPs (or something entirely different)? Otherwise, my only guess would be something screwy with whatever browser you're using and their auth setup (although that would be kinda weird). |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|