|
|
Redhat 8.0的系统,用smb来实现局域网内的打印服务,一直很正常,
昨天莫名其妙就出问题了,先是我远程无法打印
但是我检查打印服务却是正常
[root@sitp129 deepspace]# /sbin/service lpd status
lpd (pid 1596) 正在运行...
因为xwindow有问题,无法进去,所以我只好再命令行下打印
[root@sitp129 deepspace]# lpr -P lp0 ./ps.txt
Status Information:
sending job 'root@localhost+825' to lp0@localhost
connecting to 'localhost', attempt 1
connected to 'localhost'
requesting printer lp0@localhost
sending control file 'cfA825localhost.localdomain' to lp0@localhost
job 'root@localhost+825' transfer to lp0@localhost failed
error 'NONZERO RFC1179 ERROR CODE FROM SERVER' with ack 'ACK_RETRY'
sending str '^B160 cfA825localhost.localdomain' to lp0@localhost
error msg: 'lp0: insufficient file space'
很是奇怪,我用lpq命令想看打印机的状态,但是一点信息都没有,以前是会列出 |
|