Displaying 20 results from an estimated 100000 matches similar to: "Dovecot on Mac OS X?"
2006 Jul 18
4
Some basic questions
Hi, David and everyone,
I''ve had Ferret running fine in a production Rails application for a
while now. I haven''t updated Ferret or really looked at the
Ferret-related code since probably January, but I recently started
thinking about trying out the latest version (we were using 0.3.2, I
think). I got the latest (0.9.4) and have noticed things break. In
particular, I used to
2006 Feb 17
7
FCGI hanging w/ lighttpd and RoR 1.0 (need to kill -9)
Hi, everyone,
I''m currently running a Rails 1.0 project using lighttpd-1.4.9 behind
Apache 2 on RHEL 3. My fcgi process (I''m only using one right now)
always hangs after some time, which is something I haven''t experienced
before (e.g., I''ve run this same app. on a TextDrive account and it
works fine there).
So ... any ideas on what could be causing this?
2001 Nov 28
2
Can't connect from Windows 2000
I recently upgraded my Linux install (Debian potato to woody) and now Samba
is no longer playing nice with Windows 2000. I can use smbclient on the
samba machine to connect to itself, so at least that's working. The error
from Windows is: "The semaphore timeout period has expired.".
I deleted the smb.log file at one point in an effort to reset it. I figured
it'd be created
2006 Mar 15
3
Special characters in ERB
I''m pulling text out of a database that contains special characters,
like the trademark sign. For example, a typical string might be like this:
string_from_database => "Some Special Brand\231 is for sale this
Thursday through Friday."
The \231 is the trademark sign (TM). ERB converts this to question
marks. So, my question is -- how can I get it to display the trademark
2006 Jan 12
1
Saving habtm relationships and Rails 1.0
I know there''s a problem saving has_and_belongs_to_many relationships w/
Rails 1.0 in that only the first association is saved
(http://dev.rubyonrails.org/ticket/3213).
What are people doing about this? I guess I could move to using the
trunk release, but I''m hesitant because that might introduce a bunch of
unknowns.
Is there a workaround? For example, a way to explicitly
2006 Mar 28
3
(slightly OT) Reporting tools (Jasper, DataVision, etc.)
We''re evaluating reporting tools right now, both open source and closed.
I saw that a bunch of people on this list have considered Jasper/iReport
-- is this coincidence, or is this the best open source report writer
right now? The proprietary tool we''re comparing them to is Crystal
Reports. Reports will need to be editable by end users, and they''re
running Mac OS
2005 Aug 24
3
Motherboards and IRQs
Someone mentioned earlier (I can't find the message now) that they had a
motherboard that allowed you to change IRQ assignments in BIOS. Does
anyone happen to know how to identify motherboards that can do this? I'm
going to put together a new machine now and I'm having trouble picking a
motherboard for it (ordering from Dell or other online vendor is not an
option, since I need
2005 Dec 19
2
Parentheses for precedence?
I''m not sure whether this is a bug or whether I''m simply expecting
Ferret queries to work in a way other than they''re intended.
I notice that if use a query like:
(other_text:"Collaborative tools") AND NOT other_text:podcasts
I''ll get correct search results. However, if I put parentheses around
the second part, like:
2003 Dec 01
0
No subject
The account is not authorized to log in from this station.
This is even though I have in smb.conf:
hosts allow = 192.168.1.
Which should allow the whole subnet.
Thanks!
Jen
----- Original Message -----
From: "Ahmad Yahya" <getlucky@telkom.net>
To: <samba@lists.samba.org>
Sent: Sunday, December 02, 2001 10:23 PM
Subject: Re: Can't connect from Windows 2000
>
2003 Dec 01
0
No subject
The account is not authorized to log in from this station.
This is even though I have in smb.conf:
hosts allow = 192.168.1.
Which should allow the whole subnet.
Thanks!
Jen
----- Original Message -----
From: "Ahmad Yahya" <getlucky@telkom.net>
To: <samba@lists.samba.org>
Sent: Sunday, December 02, 2001 10:23 PM
Subject: Re: Can't connect from Windows 2000
>
2005 Dec 14
4
Fuzzy search on a phrase
I''m trying to use Ferret to do fuzzy searches. If I use fuzzy search for
just one word, it works fine:
index.search(''name:gogle~0.4'')
However, if I try to use a phrase, it doesn''t work:
index.search(''name:"gogle search engine"~0.4'')
On the other hand, I could do:
index.search(''name:gogle~0.4 AND
2005 Dec 17
2
Alternative to nested form tags
You can''t nest HTML forms, so I was wondering ...
I have an HTML form, and I have one element where I want to use Ajax
inside the form (e.g., a pop-up that contains a search box when there
are too many items for a selection list) ... how would I accomplish
that? If I could use nested form tags, I could put a small, one-field
search form inside the larger form.
Thanks!
Jen
2009 Mar 25
2
Build FLAC source on Mac OS X without Xcode?
----------------------------------------
> CC: flac at xiph.org
> From: brianw at sounds.wa.com
> Subject: Re: [Flac] Build FLAC source on Mac OS X without Xcode?
> Date: Sun, 22 Mar 2009 14:33:36 -0700
> To: jensiragh at hotmail.de
>
> I don't have time to look through error codes, but I can tell you
> that I have always compiled FLAC the Unix way, via the command
2009 Mar 25
2
[Flac] Build FLAC source on Mac OS X without Xcode?
----------------------------------------
> CC: flac at xiph.org
> From: brianw at sounds.wa.com
> Subject: Re: [Flac] Build FLAC source on Mac OS X without Xcode?
> Date: Sun, 22 Mar 2009 14:33:36 -0700
> To: jensiragh at hotmail.de
>
> I don't have time to look through error codes, but I can tell you
> that I have always compiled FLAC the Unix way, via the command
2005 Aug 12
10
Anyone using Firebird w/ Rails?
I saw that there''s a patch in the queue
(http://dev.rubyonrails.com/ticket/1874) for a Firebird adapter. Just
wondering if anyone is using this, the other Firebird adapter, or
something else w/ Rails. My main interest is that sometimes Windows is a
target platform, and Firebird is stable on Windows, whereas I''ve heard
that the Windows version of PostgreSQL isn''t
2005 Mar 21
3
Oracle Adapter on Mac OS X?
I had previously gotten Maik Schmidt''s patch for Oracle working, but
now am trying the official Oracle adapter with the latest Rails. I''ve
been trying to get the OCI8 connector to install under OS X, but get
the following error. Has anyone gotten it working?
----
[waterdog:~/Desktop/ruby-oci8-0.1.9] stmpjmpr% ruby setup.rb config
---> lib
---> lib/DBD
---> lib/DBD/OCI8
2005 Aug 25
4
VoIP providers -- California, U.S.
Hi,
Just wondering if people could suggest a good VoIP provider that can
service the San Francisco Bay Area and the Los Angeles area. I've tried
race.com (recommended to me) but they're kind of hard to get ahold of.
Any other suggestions? This is for a business, so reliability is key.
I did see the recent thread about this, and while I saw a few mentioned,
I didn't see anything
2011 Jan 10
6
gstreamer on Mac OS X
Has anyone gotten this to work?
Configure always tells me the development files are not found for base plugins... maybe they need to be in a different location than I have them... I know this was true for gsm which I finally got working after having to manually make dylibs and subfolders in my includes...
I have installed, with development files...
gstreamer, along with the base and good
2004 Sep 10
1
mac os x 1.0.4
has anyone gotten 1.0.4 to build under 10.2? i can't do it no matter what i
try, both suggested ways fail
scott