search for: ghuntress

Displaying 14 results from an estimated 14 matches for "ghuntress".

Did you mean: huntress
2013 Apr 18
0
Bad password when using "map untrusted to domain"
...ccording to the logs), but the domain controllers report that the password is wrong. I've copied my password out of notepad and pasted it to make sure it's correct. Changing the username to AD\$user and pasting the password works without issue. Some relevant logs: cnc-ciw:mapdomainlogs ghuntress$ grep -ri ghuntress * log.171.66.69.67: UserName : 'ghuntress' log.171.66.69.67: Got user=[ghuntress] domain=[CNC-PC] workstation=[CNC-PC] len1=24 len2=212 log.cnc-pc: Mapping user [CNC-PC]\[ghuntress] from workstation [CNC-PC] log.cnc-pc: Mapped domain from...
2007 Jan 19
1
Bug Report: ACL plugin searches wrong directory with shared folders
...listing to see why dovecot was not finding the folder-specific ACLs. Below are what I feel are the two key instances in the trace: Example 1: searching for ACL on private folder open("/etc/dovecot-acls//.DEFAULT", O_RDONLY) = -1 ENOENT (No such file or directory) open("/home/ghuntress/Maildir/./dovecot-acl", O_RDONLY) = -1 ENOENT (No such file or directory) open("/etc/dovecot-acls/Work", O_RDONLY) = -1 ENOENT (No such file or directory) open("/home/ghuntress/Maildir/.Work/dovecot-acl", O_RDONLY) = -1 ENOENT (No such file or directory) stat("/e...
2005 Jun 18
1
Running general purpose queries
Hi, I''m considering migrating my site from php to RoR. I''ve installed RoR gone through the onlamp tutorials and made the recipie/todo list sample sites and tinkered with a few of my own. I understand the examples that use models and scaffolding to map tables, but I''m having a little trouble understanding how to handle general purpose queries. A few people have
2006 Apr 27
4
GD2 to Make Charts
I''m just getting started with GD2 and have successfully made a few dynamic PNGs. I need to make some fairly detailed line graphs on the fly and I know that GD2 is capable of what I want but I strongly suspect I''m reinventing the wheel badly. Are there gems or other projects that help creating complex charts? I''ve used GDChart in the distant past but I
2006 May 04
3
Rubyonrails.org Website Blocked
Hi Everyone, This is basically an FYI because I don''t think there is much that can be done about it. I work at a DoD lab and up until very recently I had no problems at all getting to rubyonrails.org. All week long I have not been able to visit the site and I finally gave up and submitted a trouble call to our network help desk. I was told that the site was in a class B range
2005 Nov 18
2
Migrate Ubuntu Rails App to Fedora?
I developed a small RoR app on my Ubuntu laptop and I just tried to migrate it to my "production" box which is Fedora FC3. I moved the entire rails app. I received this error when I tried to get the first page: [2005-11-17 15:36:00] INFO WEBrick::HTTPServer#start: pid=32546 port=3000 192.168.0.61 - - [17/Nov/2005:15:40:01 EST] "GET /freesql HTTP/1.1" 200 0 - ->
2006 Jan 12
6
Mysql::Error: Lost connection to MySQL server during query
I have been very VERY frustrated for the past week trying to solve a seemingly spurious problem with my Windows XP SP2 box with Ruby 1.8.2/Rails 1.0.0/MySQL 5.0.16 or 4.1.15 (yes, I tried both) installed running against a remote MySQL server that was either 3.23 or 4.1 (4.1.15 to be exact--we finally matched them both up to make sure that wasn''t the problem). So I post it here (as
2007 Feb 27
2
Dovecot rc23 and rc24 freeze after authentication
...out. No error logs were produced. Upgrading to rc24 did not resolve the issue, but reverting to rc22 has. -Garret -- Garret W. Huntress System Administrator / System Developer Geophysical Laboratory Carnegie Institution of Washington 5251 Broad Branch Road, NW Washington, DC 20015 Email: ghuntress at ciw.edu Phone: (202)-478-8973 AIM: Garret Huntress ? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://dovecot.org/pipermail/dovecot/attachments/20070227/aa2ba44d/attachment-0004.html> -------------- next part -------------- A non-text attachment wa...
2006 Jan 05
0
Looking for a simple Scheduler Gem
I have to implement a scheduler for a conference room. I know I can probably do a fairly good job writing one myself, but in the short term if a good one already exists I''d like to at least consider it. I didn''t find anything on rubygems. Does anyone know of a simple resource scheduler? Thanks, Gary H.
2006 Jan 11
2
validator to ensure two fields are different?
What validator can I use in a model to ensure that my :username field is different from my :password field? I''ve tried validates_exclusion_of :password, :in =>:username but I get a rails error "an object with the method include? is required must be supplied as the :in option of the configuration hash" Thanks! Gary
2006 Jan 18
0
Mysql password hashes- 16 byte vs 41 byte
I have a rails app that is (was) working with MySQL 5.0. Until yesterday that is when I started mucking with the MySQL GRANTs. Right now I have grants for the following: User Host root % root 192.168.0.63 root localhost The rails server is 192.168.0.63. In database.yml I have used socket: as well as host: and I am getting login errors despite having what I think are valid grants that map to
2005 Dec 18
1
session temp files?
I''m running a simple WEBrick server for a small rails website. I probably get less than 100 hits per hour. I just looked in /tmp on the server and there are over 10,000 ruby_sess.* temp files containing: " hash{" flashIC:''ActionController::Flash::FlashHash{: @used{ They''ve piled up so much that I can''t even rm -f ruby*. Bash complains
2005 Dec 23
1
Debugging WEBrick problems?
My site has been up for about 10 days with a moderate load. Today I discovered the site was unresponsive. I don''t really know how to begin debugging WEBrick problems. I looked in the ~webroot/log/production.log file but didn''t see anything obvious. I killed the ruby server process (had to kill -9) and just restarted it normally and everything came up fine. Where
2006 Jan 03
1
Virtual Hosts?
Well, I guess I''m successful because within a month of getting my very first application online (and it''s barely functional) I now have to get a second one up pretty quickly. Basically, I have a rails application "myFirstApp", and a hostname www.myfirstapp.com. Now I have a second rails app "mySecondRailsApp" and I need www.mysecondapp.com to peacefully