[Labs-l] Crontab issues

Emilio J. Rodríguez-Posada emijrp at gmail.com
Wed May 21 18:15:37 UTC 2014


2014-05-19 16:43 GMT+02:00 Brad Jorsch (Anomie) <bjorsch at wikimedia.org>:

> I also note that 7zr is available already on exec nodes. I don't know what
> the difference might be between that and 7z.
>

I wanted 7z support in exec nodes too (7za command), but after your message
I have checked 7zr and it is almost the same. 7zr works for me.

I use it in a Python script:

fp = subprocess.Popen('7zr e -bd -so %s 2>/dev/null' % dumpfilename,
shell=True, stdout=subprocess.PIPE, bufsize=65535)
        pages = Iterator.from_file(fp.stdout)


Thanks!

http://manpages.ubuntu.com/manpages/hardy/man1/7zr.1.html


> _______________________________________________
> Labs-l mailing list
> Labs-l at lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/labs-l
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.wikimedia.org/pipermail/labs-l/attachments/20140521/b488db82/attachment.html>


More information about the Labs-l mailing list