Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

tea4cups: variable TEADATAFILE

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
Ihamed
Posts: 30
Joined: 2021-01-31 09:23

tea4cups: variable TEADATAFILE

#1 Post by Ihamed »

Hello altogether


Please allow me a further Tea4Cups question:

/etc/cups/tea4cups.conf:

With the command ...

Code: Select all

prehook_accounting : echo TEADIRECTORY:"$TEADIRECTORY"; TEADATAFILE:"$TEADATAFILE" > /home/user/loschprintaccounting.log
... I found out, that the content of the variable ...

Code: Select all

TEADIRECTORY
... is "/var/spool/cups/" .

And I also found out that the content of the variable ...

Code: Select all

TEADATAFILE
... is "/var/spool/cups/tea4cups-Entwurf_hell_Einstellungen-user-21129"

My expectation was, that I will find the file "/var/spool/cups/tea4cups-Entwurf_hell_Einstellungen-user-21129" in the folder "/var/spool/cups/".
But this file is not there.
I have found a file c21129 and a file d21129-001 but not the file "tea4cups-Entwurf_hell_Einstellungen-user-21129".

Not sure if anybody can help me, but this is very confusing.

Where is the file "tea4cups-Entwurf_hell_Einstellungen-user-21129"?
Why does the variable TEADATAFILE contain a file name that does not exist?

Thank you.

Post Reply