Displaying 20 results from an estimated 81 matches for "cedar".
2011 Aug 03
2
FYI: Heroku Cedar, pg, openssl, omniauth, troubles and a solution
Hi guys,
I found a really nasty issue that affects people running on Heroku''s cedar
stack. We are using Rails 3.1.rc5, pg 11, omniauth 2.6. Ruby is 1.9.2.180p
Basically there is an incompatibility between the http, pg and OpenSSL
modules which segfaults when making https calls, for example to log in
through twitter. Now pg is a required gem when using Heroku cedar stack so
leavi...
2011 Sep 24
4
Heroku Slugsize shot up drastically
Hi,
Locally my application is 7MB without tests and logs, etc. The .git
folder is 29 MB. I also have no gems / plugins in vendor folder. 95%
of images sit on S3. However on committing to Heroku it shows ----->
Compiled slug size is 62.7MB
What is wrong? It happened?
To add more context my .gitignore file is .bundle, db/.sqlite3, config/
database.yml, log/.log, tmp/, .idea, .redcar,
1999 Jan 07
1
Shared Memory size
...ults to 102400 bytes.
and John Blair's excellent book indicates it is a hacker option.
As far as I can see there is no other documentation on this option.
However I have a server (used for software distribution) to 100+ NT clients
and it clearly ran out of shared memory eg:
Jan 7 14:55:37 cedar.brunel.ac.uk smbd[27486]: ERROR:set_share_mode shmops->
shm
_alloc fail!
Jan 7 14:55:37 cedar.brunel.ac.uk smbd[27486]: ERROR shm_alloc : alloc of 56
by
tes failed
Jan 7 14:55:37 cedar.brunel.ac.uk smbd[27486]: ERROR:set_share_mode shmops->
shm
_alloc fail!
Jan 7 14:55:41 cedar.brunel.ac....
2007 Jul 18
2
openldap migration script fails...
...on failed: saving failed LDIF to /tmp/nis.ldif.Gi3667
ok, so this is the second (or fourth) time i've done this, but is there
a way to delete the existing key???
any help would be greatly appreciated!
steve
--
Steve Strong
Math and Computer Science
Washington High School
2205 Forest Dr. SE
Cedar Rapids, IA 52403
http://crwash.org
mailto:strong at crwash.org
2003 Sep 21
7
Very bad echo (appears that...)
...this definitely will hurt production of this environment.
Thanks,
Lenny
---
Lenny Tropiano E-mail: lenny@voiping.com
Partner, Networking Specialist Pager: pager-lenny@voiping.com
VoIPing, LLC URL: http://www.voiping.com/
PO Box 867, Cedar Park, TX 78630-0867 512-698-8647(V) 425-944-6391 (F)
2011 May 23
5
Variable Bit Rate
Is FLAC a variable bit rate format when streamed? If so, how can it be
truly lossless?
--
Dennis Brunnenmeyer
Director of Engineering
CEDAR RIDGE SYSTEMS
15019 Rattlesnake Road
Grass Valley, CA 95945-8710
Office: 1 (530) 477-9015
Mobile: 1 (530) 320-9025
eMail: dennisb /at/ chronometrics /dot/ com
http://www.chronometrics.com/crs/index.html
<http://www.chronometrics.com/crs/index.html>
-------------- next part --------------...
2009 Jun 03
4
WARNING: . . . .failed verification -- update discarded (will try again).
...source file
changed during the copy.
However, I haven't seen any explanations for the "will try again" part.
Does it try again immediately?
If so, does a lack of further errors mean that it succeeded on the retry?
Thanks,
JW
--
----------------------
System Administrator - Cedar Creek Software
http://www.cedarcreeksoftware.com
2005 Dec 09
2
Log says yp updated but does not appear at dir.xiph.org
...ver does not show
when I search for it at http://dir.xiph.org and does not appear under
the Icecast Stream Directory on WinAmp.
> [2005-12-06 14:34:21] DBUG slave/slave.c checking master stream list
> [2005-12-06 14:34:31] DBUG stats/stats.c update node
> yp_currently_playing (Live From Cedar City, Utah USA)
> [2005-12-06 14:34:31] DBUG yp/yp.c YP touch at
> http://dir.xiph.org/cgi-bin/yp-cgi succeeded
Thanks to Karl for correcting my prior problem.
> The oddsock.org YP hasn't been running for some time now so don't
> expect that one to work. As for the 'pre...
2003 Sep 23
2
(Fwd) Re: goodfit macro
...execute it from the .sas version that
>appears on your website's ftp link.
>
>Thanks for any help that you can provide.
>
>Best,
>
>Mike Shott
>
>Michael J. Shott
>Professor
>Dept. of Sociology, Anthropology & Criminology
>University of Northern Iowa
>Cedar Falls, IA 50614-0513
>319/273-7337
>
>
--
Michael Friendly Email: friendly at yorku.ca
Professor, Psychology Dept.
York University Voice: 416 736-5115 x66249 Fax: 416 736-5814
4700 Keele Street http://www.math.yorku.ca/SCS/friendly.html
Toronto, ONT M3J 1P3 CANADA
----...
2003 Sep 24
3
Dlink DG-104S (chan_mgcp) and configuration w/Asterisk
...ideas or does someone have a prefer config that works...
Thanks,
Lenny
---
Lenny Tropiano E-mail: lenny@voiping.com
Partner, Networking Specialist Pager: pager-lenny@voiping.com
VoIPing, LLC URL: http://www.voiping.com/
PO Box 867, Cedar Park, TX 78630-0867 Mobile: 512-698-VOIP [8647]
2006 Jun 26
1
pop-3 login delay
...the last few months of the archive, and being new here,
didn't know if this had been discussed before or not.
Thanks,
---------------------------------------------------------
Joseph W. Breu, CCNA phone : +1.319.268.5228
Senior Network Administrator fax : +1.319.266.8158
Cedar Falls Utilities cell : +1.319.493.1686
support: +1.319.268.5221 url : http://www.cfu.net
2006 Jul 13
1
maildir++ quota bug...
...grow.
I did not notice this behaviour until now, but I just tested with rc1
and it is present there as well.
Thanks,
---------------------------------------------------------
Joseph W. Breu, CCNA phone : +1.319.268.5228
Senior Network Administrator fax : +1.319.266.8158
Cedar Falls Utilities cell : +1.319.493.1686
support: +1.319.268.5221 url : http://www.cfu.net
2011 Nov 13
1
How do you execute "rails runner" in Heroku?
I''m going through the 4th edition of the book _Agile Web Development
in Rails_.
One of the exercises involves automatically creating 100 orders. The
command to run locally is "rails runner script/load_orders.rb". I
have no problems here - it works.
What''s the command for running this in the deployed Heroku application?
--
You received this message because you
2009 Sep 29
1
vectors levels are carried through to subsets...
...5
Hydroseed 25x75 Hydroseed 25x75 Hydroseed 25x75 Hydroseed 25x75 Hydroseed
25x75
[28] Hydroseed 25x75 Hydroseed 25x75 Hydroseed 25x75 Hydroseed 25x75
25 Levels: Black Cottonwood Black Cottonwood Enhanced Emergent Emergent
25x75 Floodplain 1 Floodplain 2 Floodplain 3 Hydroseed 25x75 ... Western Red
Cedar Enhanced
This seems rather innocuous; however, when I run a by statement, it returns
a list with 25 entries, 23 of which are of course NA....is there a way to
avoid this?
--
View this message in context: http://www.nabble.com/vectors-levels-are-carried-through-to-subsets...-tp25667735p25667735.h...
2006 Feb 21
3
newhidups and hidups drivers
I just installed NUT and my UPS is an APC Back-UPS ES 500. I looked in the list
of drivers and found APC Back-UPS ES 350 listed in "drivers.txt" -- that list
said I should use either the newhidups or hidups driver. I looked in the
installation and I found headers and c files to create these drivers (I think),
but in /usr/local/ups/bin there is no driver named, "newhidups or
2004 Aug 20
1
Win2K Clients Getting Password Prompt When Trying To Access Samba Shares
...ame]
# or to auto-locate the domain controller/s
# password server = *
; password server = <NT-Server-Name>
password server = *
# Use the realm option only with security = ads
# Specifies the Active Directory realm the host is part of
; realm = MY_REALM
realm = ALBERNI.NET
ads server = cedar.alberni.net
# Backend to store user information in. New installations should
# use either tdbsam or ldapsam. smbpasswd is available for backwards
# compatibility. tdbsam requires no further configuration.
; passdb backend = tdbsam
# Using the following line enables you to customise your configu...
2006 Jul 13
3
Corrupted Indexes - again...
.../spool/mail/filer/storage//cfu.net/b/r/breu/.lists.bugtraq/dovecot.index.cache:
field header names corrupted
--
Thanks,
---------------------------------------------------------
Joseph W. Breu, CCNA phone : +1.319.268.5228
Senior Network Administrator fax : +1.319.266.8158
Cedar Falls Utilities cell : +1.319.493.1686
support: +1.319.268.5221 url : http://www.cfu.net
2004 Dec 17
8
NPA NXX data
HI all - I know, slightly off list, but.. I'm looking for a NPA NXX database with City and State. Actually it's for an Asterisk routing app I'm working on. I see several vendors that want a few bucks to those that want an arm and leg. I expect this is published somewhere by some government agency, but Google hasn't got me to it yet.
Jon
-------------- next part --------------
2010 May 31
4
building rpy against lenny-cran
Hi.
On all of my machines, except for a netbook cursed with the GMA500
chipset, the R packages are synced to lenny-cran.
I have been using rpy in a chroot using the official lenny
R packages (2.7.1) given that i have not been able to find
compatible rpy deb packages to work with lenny-cran.
I am able to build the rpy deb package from source in
a 32-bit lenny chroot (with the stock R packages)
2005 Feb 22
1
Problems with Dovecot and self-signed cert
...ing the certificate.
I've looked through the RHEL documentation, and it appears I'm doing
everything correct. Anyone have any suggestions?
- --
Seth H. Bokelman (Seth.Bokelman at UNI.edu)
Systems Administrator
ITS-Network Services, University of Northern Iowa
15 Curris Business Building, Cedar Falls, Iowa 50614
Phone: (319) 273-7423
http://www.sethb.com/
ICQ#: 6497760 MSN Messenger: seth.bokelman at uni.edu
AOL/AIM: sethb2 Yahoo Messenger: sethbokelman
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8D...