Unable to connect to CUPS server localhost:631
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Unable to connect to CUPS server localhost:631相关的知识,希望对你有一定的参考价值。
Q1:启动samba时,在日志上提示:
tail -f /var/log/samba/log.smbd Unable to connect to CUPS server localhost:631
解决办法:
在smb.conf中修改print字段
load printers = no printing = bsd printcap name = /dev/null disable spoolss = yes
Q2:配置好samba之后,文件夹中包含有中文时,在bsd下文件列表为空,linux和windows能显示。
解决办法:
(1) 打开/etc/sysconfig/i18n
设置为:
LANG="zh_CN.GB2312" LANGUAGE="zh_CN.GB18030:zh_CN.GB2312:zh_CN" SUPPORTED="zh_CN.GB18030:zh_CN.GB2312:zh_CN.UTF-8:zh:en_US.UTF-8:en_US:en:ja_JP.UTF-8:ja_JP:ja" SYSFONT="lat0-sun16" SYSFONTACM="8859-15" 其中LANG="zh_CN.GB2312" 是必须的(如果你不想让中文乱码的话!!!)
其它的可以按照自已的需求来改变。
(2) 打开smb.conf
添加:
display charset=cp936 unix charset=cp936 dos charset=cp936 主要是加入上面这三行,使用cp936,也可以使用utf-8
本文出自 “尼古风锁丝愁过” 博客,请务必保留此出处http://smoke520.blog.51cto.com/9256117/1949818
以上是关于Unable to connect to CUPS server localhost:631的主要内容,如果未能解决你的问题,请参考以下文章
start: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart:
[python] disconnected: unable to connect to renderer解决方法
telnet: Unable to connect to remote host: Connection refused
Unable to connect to MKS:Internal error
spring boot 集成 redis 出现 “Unable to connect to localhost:6379”