Custom Query (204 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (154 - 156 of 204)

Ticket Owner Reporter Resolution Summary
#136 herwigb fixed unzip 6.0
Description

Wildcards for archives to unpack do not work properly.

Having the following list of archives in a given directory:

 9.12.16  9.40        267.718      0 a---  DataBox09122016.zip
11.10.16  7.48        681.267      0 a---  DataBox11102016.zip
12.10.16  8.25        261.917      0 a---  DataBox12102016.zip
18.10.16  9.56      1.000.616      0 a---  DataBox18102016.zip
19.01.17  8.55        100.262      0 a---  DataBox19012017(1).zip
19.01.17  8.54        662.531      0 a---  DataBox19012017.zip
21.11.16  9.47      1.312.892      0 a---  DataBox21112016.zip
28.10.16 10.50        787.323      0 a---  DataBox28102016 (2).zip
28.10.16  8.59        152.756      0 a---  DataBox28102016.zip
         9 Datei(en)   5.227.282 Byte belegt
                      67.108.864 Byte frei

Entering the following command

unzip DataBox*

results in

Archive:  DataBox09122016.zip
caution: filename not matched:  DataBox11102016.zip
caution: filename not matched:  DataBox12102016.zip
caution: filename not matched:  DataBox18102016.zip
caution: filename not matched:  DataBox19012017(1).zip
caution: filename not matched:  DataBox19012017.zip
caution: filename not matched:  DataBox21112016.zip
caution: filename not matched:  DataBox28102016 (2).zip
caution: filename not matched:  DataBox28102016.zip

unzip 5.1 handles this command nicely and unpacks all files from all archives. The archives are valid zip files. Not a single file is unpacked with unzip 6.0

#140 Silvan Scherrer Lewis Rosenthal fixed SpliX: port request
Description

SpliX is a set of CUPS printer drivers for SPL (Samsung Printer Language) printers.

From OpenPrinting:

Note that the original author of the driver, Aurelien Croc, doe not have time any more to do further development and maintenance on the driver. Currently user-supplied patches and fixes are applied by Till Kamppeter to the Subversion repository of the driver and there were no releases and web site updates in the last two years. If you are packaging the driver for a Linux distribution, it is highly recommended to use a Subversion snapshot and not the 2.0.0 release.

When printing from CUPS to a Samsung printer, SpliX is a requirement to get full, native support from such a device.

Suggested sources:

https://gitlab.com/ScumCoder/splix

(includes patches added by third parties through February 5, 2015).

Sourceforge page (for reference):

https://sourceforge.net/projects/splix/

Additional info:

While SpliX is GPL, it does utilize JBIG, which was patented by IBM, Mitsubishi, and AT&T. The last of those expired in the US in 2012. SpliX does not appear to utilize JBIG2, so it should be unencumbered by any remaining software patents.

#141 Lewis Rosenthal fixed printing fails with "Unable to open listen socket for address"
Description

Fresh install on Blue Lion beta 4.9.3.

cups-filters-libs-1.8.2-5.oc00.i686 cups-libs-2.1.3-7.oc00.i686 gutenprint-cups-5.2.11-3.oc00.i686 cups-filesystem-2.1.3-7.oc00.noarch cups-client-2.1.3-7.oc00.i686 cups-2.1.3-7.oc00.i686 cups-filters-1.8.2-5.oc00.i686

Upon cups daemon startup, we get:

E [07/Feb/2017:20:51:47 +0500] Unable to open listen socket for address /@unixroot/var/run/cups/cups.sock:0 - No such file or directory.

The last message repeats.

cupsd.conf contains:

# Only listen for connections from the local machine.
Listen localhost:631
Listen /@unixroot/var/run/cups/cups.sock

This port configuration is as expected, I believe.

Note: See TracQuery for help on using queries.