Victor Efimov

Results 25 issues of Victor Efimov

Would be great to implement this idea http://www.perlmonks.org/?node_id=1036581

wishlist

`@ChrisChiappa` from twitter reports: --- `@mtglacier` Can the debian repos be updated? W: dl.mt-aws.com/debian/current…: Signature by key 2C…99 uses weak digest algorithm (SHA1) --- not sure how to reproduce. Tried...

deploy_issue

subj. for `sync` command and possibly others. First of all, there should be sane error message, not crash. Also there should be (optional?) option to to to minimize race-condition window...

bug
enhancement

Perform locking on journal file (`flock`), to prevent issues like #95 More design needed: 1) should locking be enabled by default ? 2) should read-only operations check for lock ?

enhancement

When deleting archives from Amazon Glacier, delete only archives older than a certain age (specified in options)

enhancement

Enhancement: Store multiple versions of same file (same filename) in Glacier. Allow `sync` command to upload new versions of files without deleting old. Allow `restore`/`restore-completed` commands to restore older versions....

enhancement

Errors come from Amazon like: wrong archvie id, wrong vault, wrong region wrong signature should: 1) print user-friendly explanation what's happened (with a relation to `mtglacier` concept, not just amazon...

enhancement
non_verbose_output

getting ``` Ign http://ppa.launchpad.net precise/main Translation-en_US Ign http://ppa.launchpad.net precise/main Translation-en Fetched 5,123 B in 3s (1,664 B/s) Reading package lists... Done W: GPG error: http://download.opensuse.org Release: The following signatures were...

bug
packaging
linux-specific
Stale

In the docs I see: `Be aware that read errors will always thrown an exception, and will not trigger a retry until the new command is sent.` however ``` use...

read_timeout should be used to detect that something nastly is happened with Redis and display proper error message as soon as posisble. for example we might use GET with timeout...