Page 1 of 1

[Testing - Trixie] How to use cups with guix

Posted: 2024-06-05 17:23
by amin11
My cups is not work.

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

Re: [Testing - Trixie] How to use cups with guix

Posted: 2024-06-06 03:45
by ruwolf
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).

Re: [Testing - Trixie] How to use cups with guix

Posted: 2024-06-06 21:40
by cds60601
You should be using native Debian apps.
Then there is this