[Testing - Trixie] How to use cups with guix

- - ALL UNSTABLE / TESTING THREADS SHOULD BE POSTED HERE - -
This sub-forum is the dedicated area for the ongoing Unstable/Testing releases of Debian. Advanced, or Experienced User support only. Use the software, give, and take advice with caution.
Post Reply
Message
Author
amin11
Posts: 53
Joined: 2023-03-25 09:04
Has thanked: 7 times
Been thanked: 7 times

[Testing - Trixie] How to use cups with guix

#1 Post 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

User avatar
ruwolf
Posts: 877
Joined: 2008-02-18 05:04
Location: Banovce nad Bebravou
Has thanked: 78 times
Been thanked: 62 times

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

#2 Post 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).

User avatar
cds60601
df -h | participant
df -h | participant
Posts: 771
Joined: 2017-11-25 05:58
Location: Florida
Has thanked: 140 times
Been thanked: 73 times

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

#3 Post by cds60601 »

You should be using native Debian apps.
Then there is this
Supercalifragilisticexpialidocious

Post Reply