Code: Select all
https://forums.debian.net/viewtopic.php?t=159275
I installed CUPS with guix in debian.
Now, how should I use it?
Code: Select all
hasan@debian:~$ .guix-profile/bin/lpstat
lpstat: Bad file descriptor
Code: Select all
https://forums.debian.net/viewtopic.php?t=159275
Code: Select all
hasan@debian:~$ .guix-profile/bin/lpstat
lpstat: Bad file descriptor
Bad file descriptor
is standard error of GNU C library, it is I/O error:
The GNU C Library Reference Manual: 2.2 Error Codes: EBADF wrote:For example, I/O on a descriptor that has been closed or reading from a descriptor open only for writing (or vice versa).