Hello Robert,
Thank you for submitting this bug and reporting a problem with cups and
printing. You made this bug report some time ago and Ubuntu has been updated
since then.
Could you confirm that this is no longer a problem and that we can close the
ticket?
If it is still a problem, are you still interested in finding a solution to
this bug?
If you are, could you let us know, and in the current version, run the
following (only once):
apport-collect BUGNUMBER
and upload the updated logs and and any other logs that are relevant for this
particular issue.
Thank you again for helping make Ubuntu better.
G
** Changed in: cups (Ubuntu)
Status: New => Incomplete
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cups in Ubuntu.
https://bugs.launchpad.net/bugs/634754
Title:
TMPDIR environment variable not exported to backend
Status in cups package in Ubuntu:
Incomplete
Bug description:
Binary package hint: cups
Description: Ubuntu 10.04.1 LTS
Release: 10.04
cups:
Installiert: 1.4.3-1ubuntu1.2
Kandidat: 1.4.3-1ubuntu1.2
Versions-Tabelle:
*** 1.4.3-1ubuntu1.2 0
500 http://de.archive.ubuntu.com/ubuntu/ lucid-updates/main Packages
500 http://security.ubuntu.com/ubuntu/ lucid-security/main Packages
100 /var/lib/dpkg/status
1.4.3-1 0
500 http://de.archive.ubuntu.com/ubuntu/ lucid/main Packages
I'm writing a simple shell backend for cups, that should write the output to
the temporary directory TMPDIR.
But this variable does not seem to be exported to the backend although
it is specified in the debug error log
Error.log
...
D [10/Sep/2010:10:07:59 +0200] [Job 2442]
envp[12]="TMPDIR=/var/spool/cups/tmp"
...
Because my backend kept crashing all time I added some debug info. I
noticed that the environment variable TMPDIR does not seem to be
exported to the backend.
Export from my basic script
echo "INFO: Software is ${SOFTWARE}" >&2
echo "INFO: Device URI is ${DEVICE_URI}" >&2
echo "INFO: TMPDIR is ${TMPDIR}" >&2
And this is the output from my backend in error.log
I [10/Sep/2010:10:00:12 +0200] [Job 2440] Software is CUPS/1.4.3
I [10/Sep/2010:10:00:12 +0200] [Job 2440] Device URI is pdfandmail:/
I [10/Sep/2010:10:00:12 +0200] [Job 2440] TMPDIR is
TMPDIR should be "/var/spool/cups/tmp" as mentioned earlier.
Regards,
Robert
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/634754/+subscriptions
--
Mailing list: https://launchpad.net/~touch-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~touch-packages
More help : https://help.launchpad.net/ListHelp