Bug 4963 - the name of the printjob has changed
Summary: the name of the printjob has changed
Status: RESOLVED INVALID
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: Printing (show other bugs)
Version: 3.0.25c
Hardware: x86 Linux
: P3 normal
Target Milestone: none
Assignee: Gerald (Jerry) Carter (dead mail address)
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-10 11:04 UTC by Franz Pförtsch
Modified: 2007-09-12 10:01 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Franz Pförtsch 2007-09-10 11:04:06 UTC
the name of the printjob has changed
   from
     smbprn.<SpooljobnumberOfThePrinter> <PrintjobnameFromWindows>
     example: smbprn.00000764 Microsoft Office Outlook - Memoformat
   to
     smbprn.<SpooljobnumberOfThePrinter>.<CryptingNumBer>
     example: smbprn.00001780.exOrP8

This change is since 3.0.25 and not documented.
Comment 1 Franz Pförtsch 2007-09-12 10:01:42 UTC
It was a misconfiguration by myself.

the packagebuilder changed the defaultsettings from

  printing = cups

to

  printing = bsd

I changed the smb.conf to printing = cups and everything looks ok!