Displaying 15 results from an estimated 15 matches for "hungerford".
2005 Aug 22
4
Unable to browse from Windows Machine - Samba 3.0.20 as an AD Member
...]
#7 /usr/sbin/winbindd [0x80736af]
#8 /usr/sbin/winbindd [0x8073182]
#9 /usr/sbin/winbindd [0x8073c9b]
#10 /usr/sbin/winbindd(main+0x5de) [0x80745c5]
Any spot lights will be very gratefully followed..
My smb.conf and krb5.conf are herein pasted.
---Smb.conf---
[global]
workgroup = HUNGER
realm = HUNGERFORD.KOL
netbios name = susles9aa
encrypt passwords = Yes
security = ads
winbind uid = 10000-30000
winbind gid = 10000-20000
winbind enum users = yes
winbind enum users = yes
winbind cache time = 10
winbind use default domain = yes
winbind enable local accounts = no
nt acl support = yes
password server...
2005 Dec 13
3
send_file doesn't work with Apache?...
Hi,
I''ve been using send_file in my Rails application with
WEBrick happily to send files of various sizes and
kinds.
The same code fails to send anything but a 500 error
when run under Apache, and a log file message
"warning: syswrite for buffered IO".
Looking back through the mailing list archives I see that
there have been send_file bugs in the past. Can some
knowledgeable
2005 Aug 04
2
Trouble in Joining Suse 9.3 to Win2k3 Server
...ssional, I am unable to join it to AD.
>From the Docs (
http://www.samba.org/samba/docs/man/Samba3-HOWTO/domain-member.html#ads-member)
its clear that we need to first get a kerberos ticket... via
#>kinit Administrato@REALM
in Suse9,3, I get this error
susles93WSA:~ # kinit Administrator@HUNGERFORD.KOL
Password for Administrator@HUNGERFORD.KOL:dingdong.com <http://dingdong.com>
Exception: krb_error 24 Pre-authentication information was invalid (24)
Pre-authentication information was invalid
KrbException: Pre-authentication information was invalid (24)
at sun.security.krb5.KrbAsRep.<...
2006 May 01
2
Can I send a redirect_to() call to a periodically_call_remote() function?...
Hi,
I''m using Rails 1.1 and the periodically_call_remote() helper to
query the server for the progress of a long running action.
I''m using the excellent new RJS partials to send a page.replace_html()
to update the status information on the page--which works very
well.
When the action completes I''m also trying to send a redirect_to()
by the same approach--which
2007 Sep 21
1
Using AAF with ActiveRecord outside of Rails?...
...y success in installing and using AAF
with ActiveRecord but outside the Rails plugin support?
I may be going about this the wrong way too--if there''s a
better way of creating and updating the indexes outside of
Rails I''d also welcome any advice on that.
Thanks!
Stu
--
Stuart Hungerford
ANUSF Data Intensive Projects
2007 May 22
1
acts as ferret, make index in /tmp then copy back to avoid NFS slowness?
...;'d like to do is rebuild our indexes in say /tmp, then copy
them back when done to the NFS volume with the Rails directories.
Is there any simple way to get Model.rebuild_index to build indexes
in a different place, or do we need to take another approach?
Thanks in advance,
Stu
--
Stuart Hungerford
ANUSF Data Intensive Projects
2006 May 01
1
Can I send a redirect_to() call to a periodically_call_remote() refresh?
Hi,
I''m using Rails 1.1 and the periodically_call_remote() helper to
query the server for the progress of a long running action.
I''m using the excellent new RJS partials to send a page.replace_html()
to update the status information on the page--which works very
well.
When the action completes I''m also trying to send a redirect_to()
by the same approach--which
2006 Mar 03
0
send_file bug
...o real solution/explanation
first problem the :stream options, and not ''streaming'' as I see in some doc or book.
the second problem : when you set :stream to true, there''s a use of syswrite that should not be. I detailed this in response to a ticket opened by stuart hungerford :
http://dev.rubyonrails.org/ticket/3302
I would like to have your opinions on a better solution or a real solution.
thanks
Jean-Marc Delafont
---------------------------------
Nouveau : t?l?phonez moins cher avec Yahoo! Messenger ! D?couvez les tarifs exceptionnels pour appel...
2006 Dec 20
0
How to debug acts_as_ferret on production system?...
...dding Field" messages and
a final:
Created Ferret index in:
.../current/script/../config/../config/../index/production/page
The page still fails with the same message in the production.log.
Can anyone suggest a better way to debug these production
problems?
TIA,
Stu
--
Stuart Hungerford
ANUSF Data Intensive Projects
1997 Jul 21
2
socket options
Do the socket options still work with versions of samba above 1.9.16p10? I
get error messages both on the command line and in the smb.log file that say:
Unknown socket option IPTOS_LOWDELAY
Unknown socket option TCP_NODELAY
Here is my smb.conf Global parameter entry:
socket options = IPTOS_LOWDELAY TCP_NODELAY
Do these have to be compiled into the Samba program?
If these are outdated
2000 Jul 17
2
Plain Text Passwords
How do you undo the Plain Text Password Registry hack in Windows? How do I
reverse it after it has been applied?
Daniel Hardy
metaSENSORS, Inc.
358 Hungerford Drive
Rockville, Maryland 20850
Tel: (301) 762-3078 ext. 35
Fax: (301) 340-0769
Email: danh@metasensors.com
On the Web at www.metasensors.com
-------------- next part --------------
HTML attachment scrubbed and removed
2005 Aug 16
1
Best way to access constants in application_helper.rb from views?
Hi,
I''m using the application_helper.rb file to create some useful functions
for generating links by name.
I understand that functions defined in this file are available to all
views, but what about constants defined in that module? Is there a
best practice approach for doing this other than accessing each constant
via ApplicationHelper::FOO?
Stu
2005 Jul 28
1
Rails+Apache 2+FastCGI on Fedora Core 3 Linux: Has anyone got it working well?
Hi All,
I have a Rails application that needs to be served from a
Fedora Core 3 Linux server. The application runs well as a
"plain" CGI application.
My next step was to speed things up with FastCGI installed
via "gem install fcgi". (version 0.8.6.1).
That approach lead to this error in the fastcgi.crash.log:
Dispatcher failed to catch: undefined method
2005 Nov 29
0
Ajax and Rails to manage long running server process (and file download)?
Hi,
I have a Rails application running where clients can initiate
through their browsers fairly long-running server processes.
At the end of the long-running server process the results
are downloaded as a separate file.
Currently I''m handling this via "refresh" HTTP headers in the
various pages and a Rails send_file() call when the process
is complete.
I''d like to
2005 Dec 20
0
2005 a send_file odyssey (or Rails and Apache don''t always play well)...
Hi,
I''m developing a Rails application that (amongst other things)
lets users download media files. These files range in size
from a few kilobytes up to several gigabytes.
All this development is taking place with Rails 1.0 on a
Solaris host with Ruby 1.8.2 and Rails mode set to
"development".
I''m using the Rails send_file method to send each file with
these