Displaying 20 results from an estimated 1000 matches similar to: "Unidata"
2006 Aug 09
2
messages_count too large errors (1.0RC5)
Hi,
Just today, Thunderbird started throwing errors when accessing a particular
mail folder. Looking in the logs showed this:
dovecot: Aug 09 15:36:31 Error: IMAP(nmenere): Corrupted index file /imap/mailboxes/nmenere/shared-settings/jira-support/index/.INBOX.Triaged/dovecot.index: messages_count too large (51 > 39)
This is a new user's first attempt to access a shared jira-support/
2007 Mar 20
1
Vista / Instant Rails (Apache) startup error
I have instant rails (1.4) on an XP machine, the contents of which
(i.e. C:\InstantRails and everything under it) I copied over to a new
Vista machine.
Everything fies up nicely EXCEPT Apache, which fails with:
"Error in Apache Configuration File:
Syntax Error on line 74 of c:/instantrails/apache/conf/httpd.conf
ServerRoot must be a valid directory"
Except this is a valid directory on
2014 Sep 05
1
unidata incom ICW-1000G - On asterisk
I am trying to use an ICW-1000G wireless handset connected to an asterisk
server remotely
The user is working from an offsite location and it appears that the
device is not sending out keep-alives or stun.
The manufacture is not being of assistance at all. I am wondering if
anyone has worked with these units or has any ideas of what I could do to
make them work.
Anyone have a better
2006 Aug 04
2
Dovecot fails to come up when using ACLs (1.0.b5)
Hi,
I just had a go at enabling ACLs with 1.0b5. As per the docs I've done the configuration bit:
protocol imap {
..
mail_plugins = acl
}
...
plugin {
acl = vfile:/usr/local/etc/dovecot-acls
}
and created the dovecot-acls file. When I start dovecot, it hangs for a few
seconds and dies with this:
[root at redback root]# /etc/init.d/dovecot restart
Shutting down IMAP daemon
2009 Dec 12
2
View change on db field change
I have an issue whereby, say I have a button in a view......that shows
one way if a boolean field in a db is true, and another way when it is
false.
When the value of that field in the db changes, I want the button;s
state in the view to change as well.
How would you guys recommend I do this? Thanks, R.Vince
--
You received this message because you are subscribed to the Google Groups "Ruby
1998 Feb 03
3
netcdf
Has anyone experimented with the Network Common Data Format (netcdf)
described at
http://www.unidata.ucar.edu/packages/netcdf
for archiving data?
Is this format widely used outside of atmospheric research?
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info",
2009 Aug 25
28
Anything but Aptana
Not trying to get into a "What''s a good IDE" here, BUT....On
Windows....RadRails never cut it. Under Aptana, it''s a terrible joke,
and I''m sick of losing so much time waiting not only for this thing to
initialize, but the hanging and crashing I go through is killing me.
Please, someone....point me to a decent, lightweight IDE. All i want
is syntax coloring.
2006 May 16
1
Shared folder (namespace) access hanging
Hi,
I'm using Dovecot 1.0-b8. We use a shared 'support' account for incoming
support mail. For security reasons we want to instead have everyone with their
own account, accessing a shared 'support' folder. So I've configured dovecot
with a public 'Support' namespace:
default_mail_env = maildir:/imap/mailboxes/%u
namespace private {
separator = /
prefix =
2006 May 14
9
IBM UniVerse database adapter for ActiveRecord?
I''m facing a situation where I am going to have to integrate with a
legacy database , specifically the IBM UniVerse database, which is not
*quite* relational. It feels like a holdover from the dark ages of
computing.
Before I attempt writing an ActiveRecord adapter, I''d like to know if
anyone else uses this database and if I''m the only person that needs
this thing. I
1998 Nov 20
2
R and hdf
Hi,
I've been playing with R for only a few days, so I'm not terribly
familiar with it yet. Has anyone ever done any work using HDF or
NetCDF files with R? Both file formats have libraries which can be
linked to a program to read and write data to these formats. Is this
sort of thing possible with R? We are planning to use the HDF format to
store experimental data collected by some
2013 Dec 10
6
Email out of Rescue
I''m trying to set up a means to automatically send an email from certain
parts of troubled code, that is, very often, code that might appear in the
Rescue predicate of a begin.....rescue, so as to track down issues remotely.
Surely there must be a gem for such? If not, how might one construct
something like this in code? TIA, RVic
--
You received this message because you are
2010 Mar 18
1
Dovecot 2.0 b13e01d82083
Hello,
I was trying to compile Dovecot 2.0 b13e01d82083, and I found this when
doing make:
Making all in lib
test -f UnicodeData.txt || wget
http://www.unicode.org/Public/UNIDATA/UnicodeData.txt
/bin/sh: wget: not found
I think it's probably not the best idea to assume everyone has wget
installed. Perhaps it is installed by default on linux, but probably not
on all other platforms. Why not
1997 May 08
1
R-alpha: machine-independent .Rdata
If a move toward machine-independent representation seems reasonable,
it may be worth looking at some of the binary data exchange formats
used by nasa and others,
CDF http://nssdc.gsfc.nasa.gov/cdf/cdf_home.html
netCDF http://www.unidata.ucar.edu/packages/netcdf/index.html
HDF http://hdf.ncsa.uiuc.edu/
There may also be something useful in the "Scientific Data Format
Information
2010 Mar 16
2
Problem in installing ncdf package
Dear R communities
Could you please help me with the problem I encounter while trying to install the ncdf package?
download.packages("ncdf", "/home/user/soft/R/library/")
cd /home/user/soft/R/library
R CMD INSTALL ncdf_1.6.tar.gz # fail
sudo R CMD INSTALL ncdf_1.6.tar.gz # fail
cd /home/user/soft/
# download
2011 Oct 03
2
[LLVMdev] [cfe-dev] Unicode path handling on Windows
Am 03.10.2011 22:12, schrieb Nikola Smiljanic:
> How about this:
>
> for (int i = 0; i != NumWChars; ++i)
> absPath[i] = std::tolower(absPath[i], std::locale());
>
> seems to be working just fine?
You have two assumptions here:
Assumption 1: For each lowercase character, there is an equivalent
uppercase character, and vice versa.
This is not true in half a dozen
2009 Jul 29
1
Empty result set after migration
Someone sent me an app with migrations.
I am using sqlite for my db in test. I succesfully run
rake db:migrate RAILS_ENV=test
And when I go to run this app, get "empty result set." Is tehre
something I am missing here?
2012 Sep 06
1
[Rscript] difficulty passing named arguments from commandline
Wanting a commandline solution (for a problem detailed @
http://mailman.unidata.ucar.edu/mailing_lists/archives/netcdfgroup/2012/msg00279.html
) I turned to Rscript, and whacked out the q'n'd
https://github.com/TomRoche/GEIA_to_netCDF/blob/master/netCDF.stats.to.stdout.r
However it wasn't as quick as hoped, because I spent quite a bit of time
figuring out how to pass the arguments.
2000 Dec 22
2
REading the netCDF format into R
Hi!
I have been coding a C-program which will read data from the
netCDF format (a commonly used file format in the geophysical research
community: see Unidata's URL for explanation:
http://www.unidata.ucar.edu/packages/netcdf/), and have got to the point
where I don't know what the error message mean. The C-program is called
nc2r.c.
When compiling the code, I get a number of warnings,
2010 Mar 02
9
Filebench Performance is weird
Greeting All
I am using Filebench benchmark in an "Interactive mode" to test ZFS
performance with randomread wordload.
My Filebench setting & run results are as follwos
------------------------------------------------------------------------------------------
filebench> set $filesize=5g
filebench> set $dir=/hdd/fs32k
filebench> set $iosize=32k
filebench> set
2010 Mar 05
17
why L2ARC device is used to store files ?
Greeting All
I have create a pool that consists oh a hard disk and a ssd as a cache
zpool create hdd c11t0d0p3
zpool add hdd cache c8t0d0p0 - cache device
I ran an OLTP bench mark to emulate a DMBS
One I ran the benchmark, the pool started create the database file on the
ssd cache device ???????????
can any one explain why this happening ?
is not L2ARC is used to absorb the evicted data