Displaying 19 results from an estimated 19 matches for "shanti".
Did you mean:
santi
2006 May 04
5
How to install Ferret to get the best performance
...(no error messages, etc)
Does installing the gem give you the fast C extensions?
Also, we''ll eventually be deploying this onto a production Linux box.
Should we use the Archive Install method or gem install method for that
(to get the C extensions), or does it not matter?
Thanks!
- Shanti
http://sproutit.com - group email for support@, sales@ addresses
http://sablog.com - personal blog
--
Posted via http://www.ruby-forum.com/.
2006 May 08
3
Index::Index.new vs. Readers and Writers
...type == ''writer''
index = Index::IndexWriter.new(index_dir,
:create_if_missing => true)
elsif type == ''reader''
index = Index::IndexReader.open(index_dir, false)
end
return index
end
end
Thanks!!
- Shanti
--
Posted via http://www.ruby-forum.com/.
2003 Mar 07
2
[Bug 503] Password is echoed when running passwd via ssh
http://bugzilla.mindrot.org/show_bug.cgi?id=503
kj at uue.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From kj at uue.org 2003-03-08 02:04 -------
just
2006 Apr 28
1
Full-text Search Options Redux
...)
FWIW, we''re using PostgreSQL as the database. We''ve also considered
using Postgres'' tsearch2 full-text search feature. The setup for that
seems a bit more complicated, but perhaps it''s worth it. Anyone have a
favorite tsearch2 story to share?
Thanks!
- Shanti
http://sproutit.com/ - team-based support/sales email management
http://sablog.com/ - personal blog
--
Posted via http://www.ruby-forum.com/.
2006 Mar 22
3
Rendering partials in ActionMailer?
...t;mailer/_test.rhtml", false) %>
(one at a time, of course) ... all to no avail.
The Error:
undefined method `controller_path'' for Mailer:Class
My Config:
Ruby 1.8.4
Edge Rails: Rev 3476
OS X Tiger latest / all updates applied.
Any insight would be mucho appreciated!!
- Shanti
http://sablog.com/ - dispatches from the garage
http://sproutit.com/ - webapps for small businesses
ps. I have a ticket opened here, but I hope I can close it soon (due to
*user* error not a limit in Rails!):
http://dev.rubyonrails.org/ticket/4326
--
Posted via http://www.ruby-forum.com/.
2003 Jun 17
3
cupsaddsmb NT_STATUS_NO_SUCH_DEVICE
...=[Unix] Server=[Samba 2.2.3a-12.3 for Debian]
cmd = setdriver ps948esb ps948esb
setdriver ps948esb ps948esb
result was NT code 0xc0000709
I checked the permissions on /var/spool/samba and other related
directories, but couldn't resolve the error for 2 days now. Any help is
highly appreciated.
Shanti
2003 May 13
1
Where to get Adobe Postscript Drivers
...with automatic driver download and have smbguest account on the
samba server. Whenever I set security = user, I can't access the samba
server from windows client. and setting security = share causes
cupsaddsmb to fail saying "NT_STATUS_BAD_NETWORK_NAME".
Any help is much appreciated
Shanti
2003 May 15
1
Does automatic printer driver download from Win 2k client work?
...d: rpcclient localhost -N -U'root%secret?' -c 'addprinter
ps212erb ps212erb "ps212erb" ""'
cmd = addprinter ps212erb ps212erb "ps212erb" ""
result was NT_STATUS_UNSUCCESSFUL
Did anyone ever get this automatic driver download to work at all?
-Shanti
2009 May 09
1
A side of Digium you may have never seen
I caught Mark Spencer, Kevin Fleming, John Todd, Russell Bryant, "the
other Mark" in a truly Digium moment in Rostock, Germany on their way
to listen to the sea shanties.
http://tr.im/rawhide - be afraid, be very afraid
(Adhearsions' Jason Goecke is also in the picture somewhere)
/r
2003 Jul 10
1
print quota with CUPS
Hi,
I am running CUPS-1.1.19 and Samba-2.2.8a on Debian 3.0 to serve both
Windows and Unix clients. Has anyone got print quotas for Cups working?
When I set quota using lpadmin, it does not limit the pages to be
printed, in other words doesn't do anything.
Any help is highly appreciated.
Shanti
2012 Feb 10
1
Postfix + LMTP with virtual users: how to strip domain from LMTP RCPT TO
...i0-f179.google.com[209.85.212.179]: 450 4.1.1 <mildred at mildred.fr>:
Recipient address rejected: unverified address: host
mail.mildred.fr[private/dovecot-lmtp]
said: 550 5.1.1 <mildred at mildred.fr> User doesn't exist:
mildred at mildred.fr(in reply to RCPT TO command); from=<
shanti at sogilis.com> to=<mildred at mildred.fr> proto=ESMTP helo=<
mail-wi0-f179.google.com>
Feb 10 18:06:52 ashley postfix/smtpd[9298]: NOQUEUE: reject: RCPT from
mail-wi0-f179.google.com[209.85.212.179]: 450 4.1.1 <mildred-test at mildred.fr>:
Recipient address rejected: unverifie...
2003 Jul 14
0
Print quota still not working
...I read that CUPS does not count pages correctly if printing in "raw"
format and hence logs "1" for every job in page_log. Till few days back,
I had pages being logged in /var/log/cups/page_log, but now it doesn't
seem to log anything in there.
Can anyone suggest anything?
Shanti
2013 Jun 03
0
Server patching DC stopped working
...provision --realm test.local
--domain TEST --adminpass Pa$$w0rd --server-role=dc
apt-get install -y bzr
bzr cat
http://bzr.debian.org/bzr/pkg-samba/samba4/unstable/debian/samba4.upstart >
/etc/init/samba4.conf
------------------------------------
Thanks very much for your time spent,
Jamin Shanti
2012 Apr 28
5
Restricting users from certain privileges
Hi:
I could not figure out how to restrict users or other users from certain
privileges to execute certain commands in FreeBSD/NanoBSD?
What I meant is I want to create a NanoBSD image in which there will be an
additional user, say 'admin'. I need to give this new user (admin) some
privileges to run some root-can-only-execute commands, but not all (ACL
similar to the firmwares in adsl
2006 Jun 21
7
Mongrel 0.3.13.1 -- Quick Small Fixes
Hi Everyone,
This is a small release that fixes a little bug, some of the
documentation, and adds the new RedirectHandler code and a @redirect@
call for the mongrel.conf files. It''s fresh so don''t rely on it.
Everyone should upgrade with the usual *gem update* command (which tells
you it''s "Upgrading...") and tell me how it works.
This release fixes:
* The
2006 Aug 06
0
Rails Core Weekly July 16 - August 6
...eliminary benchmarks."
The code that does that is here:
http://blogs.mktec.com/zdennis/files/active_record_optimizations-0.0.1.tgz
If you''re interested in making things fly on mysql this is one thread
you should definitely check out.
[ http://www.ruby-forum.com/topic/73899#new ]
Shanti Braford is looking for a better solution the form_tag_remote
with multipart file uploads. Ezra Zygmuntowicz recommends
http://sean.treadway.info/svn/plugins/responds_to_parent/README which
Chris MacGrath agrees works well.
[ thread: http://www.ruby-forum.com/topic/74071#new ]
Andrew Kaspick needs...
2006 Jun 27
9
Mongrel, sit!, good god! -- said Rails core.
Oh well, needed a good subject, sounds funny enough?
http://dev.rubyonrails.org/ticket/5475
Add "automatic" mongrel support to script/server
Status: closed, commited in rev #4486.
That is good news, right?
Ok, back to work, enoguh relax for me ;-)
--
Luis Lavena
Multimedia systems
-
Leaders are made, they are not born. They are made by hard effort,
which is the price which all of
2006 Nov 27
2
Centos 4.3 32 bit -CIFS VFS: Send error in Close = -9
Hello Guys
I am facing a problem using cifs filesytem on centos 4.3 32 bit to connect
to remote shares.we have DAS(Dell md1000) connected to a Dell 2950(win 2003
std).let me descibe the proc which i followed to access thi DAS via 2950..
1) create a normal user account on Dell2950(win 2003) create 3 folders with
names mysqhare1,myshare2,myshare3 in the storage area and assign all
permissions to
2006 Jun 27
0
using mongrel on port 80
...gt; > Mongrel-users mailing list
> > Mongrel-users at rubyforge.org
> > http://rubyforge.org/mailman/listinfo/mongrel-users
> >
>
>
>
> --
> Pace Peace Paix Paz Frieden Pax Pok?j Fri?ur Fred B?ke
> Hasiti Lap? Hetep Malu M?? Wolakota Santiphap Irini Peoch
> Shanti Vrede Bar?? R?j M?r Taika Rongo S?lh Py''guapy
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20060627/95100586/attachment-0001.html
>
> ------------------------------
>
> Me...