Custom Query (22 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 22)

1 2 3 4 5 6 7 8
Ticket Resolution Summary Owner Reporter
#16 fixed Locker installation of perl is missing RandomAccess.pm broglek jhamrick
Description

If you have libnet-cups-perl installed on the machine you're running these commands on, then you're fine, but if you don't and try to use the locker version, then you'll get an error that you're missing RandomAccess?.pm:

ismith@new-downcase:~/Music/other/Owl City/Ocean Eyes$ gbr sipbmp3
01-Cave\ In.mp3 
Can't locate File/RandomAccess.pm in @INC (@INC contains:
/mit/gutenbach/arch/i386_deb50/perl/lib/perl5
/mit/gutenbach/arch/i386_deb50/perl/lib/perl5/i486-linux-gnu-thread-multi
/etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1
/usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10
/usr/share/perl/5.10 /usr/local/lib/site_perl .) at
/mit/gutenbach/arch/i386_deb50/perl/lib/perl5/Image/ExifTool.pm line
21.
BEGIN failed--compilation aborted at
/mit/gutenbach/arch/i386_deb50/perl/lib/perl5/Image/ExifTool.pm line
21.
Compilation failed in require at
/mit/gutenbach/arch/i386_deb50/bin/gbr.real line 10.
BEGIN failed--compilation aborted at
/mit/gutenbach/arch/i386_deb50/bin/gbr.real line 10.

We need to compile this module for i386 and amd64 on a Lucid machine and add it to the locker.

#15 fixed Client scripts should have a default queue broglek jhamrick
Description

There should be a default gutenbach queue for the clients, e.g.:

gbr *.mp3

Should print to whatever the default queue is (say, sipbmp3). If someone wants to use a different queue, they can specify it:

gbr -Ppikamp3 *.mp3

There should be a utility in gutenbach-client-config to specify what the default printer is, e.g.:

gutenbach-client-config -D sipbmp3

#14 fixed gbrm should be able to accept multiple job names broglek jhamrick
Description

You can currently only cancel a single job at a time, or /all/ jobs, which is not always very desirable. If you try to use regexes it errors out:

jhamrick@blueberry-meringue:~/media/music/Sublime/40 oz. to Freedom$ gbrm sipbmp3 576[5-9] Argument "576[5-9]" isn't numeric in subroutine entry at /mit/gutenbach/arch/i386_deb50/perl/lib/perl5/Net/CUPS/Destination.pm line 1082. Argument "576[5-9]" isn't numeric in subroutine entry at /mit/gutenbach/arch/i386_deb50/perl/lib/perl5/Net/CUPS/Destination.pm line 1047. Use of uninitialized value $title in concatenation (.) or string at /mit/gutenbach/arch/i386_deb50/bin/gbrm.real line 68. Canceled job (id 576[5-9])

If you try multiple jobs, it only cancels the first one:

jhamrick@blueberry-meringue:~/media/music/Sublime/40 oz. to Freedom$ gbrm sipbmp3 5765 5766 Canceled job '40oz. To Freedom - Sublime - 40 oz. to Freedom' (id 5765)

1 2 3 4 5 6 7 8
Note: See TracQuery for help on using queries.