search for: eachus

Displaying 7 results from an estimated 7 matches for "eachus".

2006 May 24
8
Where to recruit Ruby on Rails developers?
Anyone have suggestions on where to recruit Ruby on Rails developers? My startup''s in Berkeley, CA and I''m looking for a talented technical lead. I''ve tried LinkedIn and Craigslist but the pickings are slim. This project provides an opportunity to use OpenLaszlo. rocky at_sign teampatent dot com -- Posted via http://www.ruby-forum.com/.
2011 Mar 27
2
LinkedIn still not working?
...39;'Mac Safari'' page = agent.get(https://www.linkedin.com/secure/login?trk=hb_signin) form = page.form(''login'') form.session_key = USERNAME form.session_password = PASSWORD new_page = form.click_button Any help would be appreciated. Lonny Eachus ============ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/mechanize-users/attachments/20110327/f3233d73/attachment.html>
2018 Apr 02
2
Samba Domain server authentication
Hi, We're having issues accessing shares from our Samba file server. If we try to access the share from a domain joined Windows machine, it prompts with enter username and password. If we supply the domain password it fails. The error that we get is the following. Failed to find a Unix account for peteruser 'lin\aadamson' (from session setup) not permitted to access this share (data)
2018 Apr 02
2
Samba Domain server authentication
...t used to work but no longer does? > > What are the results of "net rpc testjoin" command on the samba server? > > Is the domain controller also samba? > > > What does "wbinfo -u" command show on the samba server? On my servers > shows "DOMAINNAME\eachuser" but that is with "winbind trusted domains only > = No" and "winbind use default domain = No" set in smb.conf. > > Does "getent passwd" shows domain users? > > > > > > > On 04/02/18 06:21, Rob Thoman via samba wrote: > >>...
2018 Apr 02
0
Samba Domain server authentication
Is this something that used to work but no longer does? What are the results of "net rpc testjoin" command on the samba server? Is the domain controller also samba? What does "wbinfo -u" command show on the samba server?    On my servers shows "DOMAINNAME\eachuser" but that is with  "winbind trusted domains only = No" and "winbind use default domain = No" set in smb.conf. Does "getent passwd" shows domain users? On 04/02/18 06:21, Rob Thoman via samba wrote: > Hi, > > We're having issues accessing shar...
2006 Feb 02
1
actionmailer - No rhtml, rxml, or delegate template
I''m getting this error when I try to send an email. No rhtml, rxml, or delegate template found for signup_thanks But I do have signup_thanks.rhtml in app/view/notifier This is in the notifier model. class Notifier < ActionMailer::Base def signup_thanks(sent_at = Time.now) @subject = "the subject works!" @body["first_name"] = "first name"
2006 May 24
1
ActionMailer (Action Mailer) Template not found? Help!!
I have been going around on the Internet about this all day and found absolutely nothing that seems to fit this problem. I have a mailer named "Notifier" -- in fact I have been using the EXACT code from the "Agile Development With Rails" chapter on "Sending E-Mail", pp. 411-416, except for my names (mailer named "Notifier", emailer method named