Displaying 4 results from an estimated 4 matches for "nonstarter".
2020 Jul 30
2
Migrating from qmail server, invalid option "o" in dsync
Justin> Maybe I'm misunderstanding - all of our clients use pop3
Justin> (thunderbird and eudora). Do pop3 and imap overlap somehow, or
Justin> does the server use IMAP internally regardless of the client
Justin> protocol settings?
No, IMAP and POP are just the transport mechanisms. But POP is old
and doesn't keep state well. If you can, upgrade all your clients to
IMAP,
2020 Jul 30
0
Migrating from qmail server, invalid option "o" in dsync
I'll give this a shot. Any solution that doesn't maintain at least the
current client-side status of emails (ie, requires redownload, or new
account on client) is a complete nonstarter, though.
On Thu, Jul 30, 2020 at 3:51 PM John Stoffel <john at stoffel.org> wrote:
>
> Justin> Maybe I'm misunderstanding - all of our clients use pop3
> Justin> (thunderbird and eudora). Do pop3 and imap overlap somehow, or
> Justin> does the server use IMAP intern...
2013 Oct 08
0
PostGIS 2.1 rasters available to Rails code: breadcrumbs
...S-enabled database.
I''d chosen PostGIS long ago for various reasons. But even the fabulous RGeo
gem doesn''t know from rasters, or at least not yet AFAIK. So there''s no way
to get pixels out of the raster except one-by-one with an ST_Value query;
for a 297x582 array, a nonstarter.
Enter PostGIS 2.1 and its lovely lovely ST_DumpValues and ST_SetValues
functions. By using the connection''s select_value method, we can return an
arbitrary SQL result as a string, in this case a 2D array coded with the
PostgreSQL convention of { and } where Ruby uses [ and ].
Likewis...
2007 Apr 30
6
Installing puppetmasterd, puppetd as services under Red Hat, CentOS
Hi,
Since I''ve installed ruby and ruby-gems from source, then installed
facter and puppet as gems, I don''t get the usual startup scripts shipped
with RPMs.
Rebuilding the ruby RPM is painful, mostly because Red Hat (and pretty
much every vendor) have this tendency to include random files and patch
the living daylights out of a perfectly good source package so that
converting