Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[RISOLTO] Cups hplip ppds "failed client-error-forbidden "
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
neryo
Veteran
Veteran


Joined: 09 Oct 2004
Posts: 1292
Location: Ferrara, Italy, Europe

PostPosted: Tue Jan 24, 2006 9:54 am    Post subject: [RISOLTO] Cups hplip ppds "failed client-error-forbidde Reply with quote

Ciao a tutti..

Ho un problema con cups e la mia stampante hp photosmart 7660.. quando vado per l'installazione mi restituisce il seguente errore...

Code:
# lpadmin -p PhotoSmart -E -v usb:/dev/usb/lp0 -m HP-PhotoSmart_7660-hpijs.ppd
lpadmin: add-printer (enable) failed: client-error-forbidden

# lpstat
lpstat: get-jobs failed: client-error-forbidden


chiaramente la mia stampante e' collegata..

Code:
# lsusb
Bus 005 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 003: ID 03f0:b202 Hewlett-Packard
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000


la mia conf di cups..
Code:
# cat /etc/cups/cupsd.conf|grep -v ^#|grep [:alnum:]
ServerName GentBoOx
ServerAdmin root@GentBoOx
AccessLog /var/log/cups/access_log
DocumentRoot /usr/share/cups/docs
ErrorLog /var/log/cups/error_log
LogLevel debug
User lp
Group lp
MaxClients 100
SystemGroup lp
<Location />
Order Deny,Allow
Deny From All
Allow From 192.168.0.*
</Location>
<Location /admin>
AuthType Basic
AuthClass System
Allow From 192.168.0.*
Order Deny,Allow
Deny From All
</Location>


se faccio un echo di qualcosa nel device /dev/usb/lp0 riesco a stampare tranquillamente del testo...

qualche idea?
ho cercato nel forum ma niente che mi ha aiutato particolarmente, per la configurazione ho seguito la guida ufficiale http://www.gentoo.org/doc/it/quick-samba-howto.xml

grazie a tutti.. :wink:

EDIT:

Aggiungo anche il mio /etc/hosts

Code:
127.0.0.1               localhost
192.168.0.1             GentBoOx
192.168.0.53            Gentuzza

_________________
cache: a safe place for hiding or storing things..

D-link DWL-G650 AirPlus
Apache Php Mysql


Last edited by neryo on Sat Feb 25, 2006 12:06 pm; edited 2 times in total
Back to top
View user's profile Send private message
Deus Ex
Guru
Guru


Joined: 16 Nov 2005
Posts: 489
Location: Patavium

PostPosted: Tue Jan 24, 2006 10:42 am    Post subject: Reply with quote

devi modificare cupsd.conf e settare il tuo <localhost> come location da cui poter modificare le impostazioni del server di stampa. Il file stesso di conf è molto auto-esplicativo, ma ti conviene sempre dare un occhiata alla man :wink:
_________________
Deus Ex
--
L’inflazione che caccia nelle mani dell’individuo, in un gesto solo, miliardi di marchi, lasciandolo più miserabile di prima, dimostra punto per punto che il denaro è un’allucinazione collettiva.
Back to top
View user's profile Send private message
neryo
Veteran
Veteran


Joined: 09 Oct 2004
Posts: 1292
Location: Ferrara, Italy, Europe

PostPosted: Tue Jan 24, 2006 1:58 pm    Post subject: Reply with quote

Deus Ex wrote:
devi modificare cupsd.conf e settare il tuo <localhost> come location da cui poter modificare le impostazioni del server di stampa. Il file stesso di conf è molto auto-esplicativo, ma ti conviene sempre dare un occhiata alla man :wink:


ho provato a settare in <Location /admin> il mio localhost quindi 127.0.0.1 ma è uguale.. in ogni caso voglio farvi notare che cmq il mio server di stampa ha come indirizzo 192.168.0.1 quindi era già compreso tra gli ip di admin :roll:

se avete qualche ulteriore consiglio.. :roll:
_________________
cache: a safe place for hiding or storing things..

D-link DWL-G650 AirPlus
Apache Php Mysql
Back to top
View user's profile Send private message
Deus Ex
Guru
Guru


Joined: 16 Nov 2005
Posts: 489
Location: Patavium

PostPosted: Tue Jan 24, 2006 3:49 pm    Post subject: Reply with quote

dovresti provare ad aggiungere
Code:
Allow From 127.0.0.1
Allow From @LOCAL

al file di conf.
Avevo anch'io problemi del genre, e ho risolto così :)

E inoltre forse dovresti mettere in ordine
Code:


Order Deny,Allow
Deny From All
Allow From 192.168.0.*


:)
_________________
Deus Ex
--
L’inflazione che caccia nelle mani dell’individuo, in un gesto solo, miliardi di marchi, lasciandolo più miserabile di prima, dimostra punto per punto che il denaro è un’allucinazione collettiva.
Back to top
View user's profile Send private message
neryo
Veteran
Veteran


Joined: 09 Oct 2004
Posts: 1292
Location: Ferrara, Italy, Europe

PostPosted: Wed Jan 25, 2006 8:19 am    Post subject: Reply with quote

grazie per i suggerimenti, ma non cambia molto..

Code:
# lpadmin -p PhotoSmart -E -v usb:/dev/usb/lp0 -m HP-PhotoSmart_7660-hpijs.ppd
lpadmin: add-printer (enable) failed: server-error-service-unavailable


:cry:
_________________
cache: a safe place for hiding or storing things..

D-link DWL-G650 AirPlus
Apache Php Mysql
Back to top
View user's profile Send private message
Deus Ex
Guru
Guru


Joined: 16 Nov 2005
Posts: 489
Location: Patavium

PostPosted: Wed Jan 25, 2006 9:09 am    Post subject: Reply with quote

beh, se non altro l'errore è cambiato, quindi il problema dell'accesso all'amministrazione è risolto, credo.
Ora, perchè non posti anche /var/log/cups/error_log ? Ho visto che il livello che hai impostato del log è "debug" per cui dovrebbero esserci molte indicazioni :)
_________________
Deus Ex
--
L’inflazione che caccia nelle mani dell’individuo, in un gesto solo, miliardi di marchi, lasciandolo più miserabile di prima, dimostra punto per punto che il denaro è un’allucinazione collettiva.
Back to top
View user's profile Send private message
neryo
Veteran
Veteran


Joined: 09 Oct 2004
Posts: 1292
Location: Ferrara, Italy, Europe

PostPosted: Wed Jan 25, 2006 10:51 am    Post subject: Reply with quote

modidiche al file conf:

Code:
# cat /etc/cups/cupsd.conf|grep -v ^#|grep [:alnum:]
ServerName GentBoOx
ServerAdmin root@GentBoOx
AccessLog /var/log/cups/access_log
DocumentRoot /usr/share/cups/docs
ErrorLog /var/log/cups/error_log
FileDevice Yes
LogLevel debug
User lp
Group lp
MaxClients 100
SystemGroup lp
<Location />
Allow From 127.0.0.1
Allow From 192.168.0.*
Order Deny,Allow
Deny From All
</Location>
<Location /admin>
Allow From 127.0.0.1
Allow From 192.168.0.*
Allow From @LOCAL
Order Deny,Allow
Deny From All
</Location>


penso di aver risolto, lpadmin termina correttamente.. però essendo in remoto ancora non posso testare la stampante.. appena torno a casa e verifico metto il tag risolto...

grazie x il momento
_________________
cache: a safe place for hiding or storing things..

D-link DWL-G650 AirPlus
Apache Php Mysql
Back to top
View user's profile Send private message
Deus Ex
Guru
Guru


Joined: 16 Nov 2005
Posts: 489
Location: Patavium

PostPosted: Wed Jan 25, 2006 1:01 pm    Post subject: Reply with quote

bene :)
Era per caso il
Code:
FileDevice yes

:?: :?:
_________________
Deus Ex
--
L’inflazione che caccia nelle mani dell’individuo, in un gesto solo, miliardi di marchi, lasciandolo più miserabile di prima, dimostra punto per punto che il denaro è un’allucinazione collettiva.
Back to top
View user's profile Send private message
neryo
Veteran
Veteran


Joined: 09 Oct 2004
Posts: 1292
Location: Ferrara, Italy, Europe

PostPosted: Sat Feb 25, 2006 12:03 pm    Post subject: Reply with quote

Allora.. il problema era solo uno...

da quando sono usciti i nuovi driver hplip che includevano internamente hpijs, erano iniziati i miei problemi...

con i nuovi driver hplip, infatti bisogna abilitare la use ppds per poter installare la stampante con il file *.ppd

quindi ho aggiunto in /etc/portage/package.use
Code:
net-print/hplip         ppds


Code:
emerge -pv hplip

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild   R   ] net-print/hplip-0.9.8-r2  +X +cups +foomaticdb +ppds -qt +scanner -snmp +usb 9,206 kB

Total size of downloads: 9,206 kB


e ho ri-emergiato il driver.. a questo punto la stampante si e' installata senza problemi. :lol:

come potete vedere e' scritto anche qua... http://www.gentoo.org/doc/it/printing-howto.xml#hplip

Code:
# lpstat -t
scheduler is running
system default destination: PhotoSmart
device for PhotoSmart: usb:/dev/usb/lp0
PhotoSmart accepting requests since Jan 01 00:00
printer PhotoSmart is idle.  enabled since Jan 01 00:00


Code:
# lsusb
Bus 005 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 004: ID 03f0:b202 Hewlett-Packard
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000


:P

Posto i file di configurazione...

Code:
# cat /etc/cups/cupsd.conf|grep -v ^#|grep [:alnum:]
ServerName GentBoOx
AccessLog /var/log/cups/access_log
DocumentRoot /usr/share/cups/docs
ErrorLog /var/log/cups/error_log
LogLevel info
User lp
Group lp
SystemGroup lp
<Location />
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 192.168.0.*
</Location>
<Location /admin>
AuthType Basic
AuthClass System
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 192.168.0.*
</Location>


Code:

# cat /etc/printcap |grep -v ^#|grep [:alnum:]
PhotoSmart|PhotoSmart:rm=GentBoOx:rp=PhotoSmart:


Code:
# cat /etc/cups/printers.conf |grep -v ^#|grep [:alnum:]
<DefaultPrinter PhotoSmart>
Info PhotoSmart
DeviceURI usb:/dev/usb/lp0
State Idle
Accepting Yes
JobSheets none none
QuotaPeriod 0
PageLimit 0
KLimit 0
</Printer>

_________________
cache: a safe place for hiding or storing things..

D-link DWL-G650 AirPlus
Apache Php Mysql
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum