[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Can't print: /var/spool/lpd



On Sat, Dec 12, 2020 at 01:14:35AM -0300, riveravaldez wrote:
> > chmod: no se puede acceder a '/var/spool/lpd/hl3150cdn': No existe el
> > fichero o el directorio
> 
> Sorry, I should've translated the error messages:
> 
> mkdir: can't create folder «...»: Folder or file doesn't exist
> 
> And the others:
> "no se puede acceder a" = "can't access to"
> "No existe el fichero o el directorio" = "File or folder doesn't exist"

For future requests, you can get English messages by overriding the LANG
(or LC_ALL) variable.

LC_ALL=C apt-get whatever

or, if you're in a csh/tcsh shell, or if you're using sudo:

env LC_ALL=C apt-get whatever

This is better than translating yourself, because the exact wording of the
"C" locale messages is extremely well known, and will convey information
to those reading your mail.  In particular, there is a big difference
between the messages "Permission denied" (errno 13) and "Operation not
permitted" (errno 1).


Reply to: