search for: harbert

Displaying 3 results from an estimated 3 matches for "harbert".

2008 Apr 17
2
policygentool in selinux-policy-devel-2.4.6-106
...ortError: No module named polgen Turns out, online 25 the following diff should be made: - import polgen + import sepolgen I assume the Python module changed names. I uninstalled the RPM and reinstalled it to ensure I was getting the same error, and I did. Christopher Winslett Harbert Management Corporation -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20080417/6385907b/attachment-0001.html>
2006 May 03
1
Test not Reseting
...destroy assert_raise(ActiveRecord::RecordNotFound){User.find(@delete_victim.id)} end def test_create_user @tom_lawyer = User.new @tom_lawyer.username = "tlawyer" @tom_lawyer.password = "i<3lawyers" @tom_lawyer.email = "tlawyer@harbert.net" @tom_lawyer.first_name = "Tom" @tom_lawyer.last_name = "Lawyer" assert @tom_lawyer.save, @tom_lawyer.errors.full_messages.join("; ") @tom_lawyer = User.new({:username => "tlawyer", :password => "i<3lawyers&...
2005 May 11
1
IDLE command timeout
Is it possible to change the IDLE command timeout to be more than 30 minutes? I have a client on my PalmOne Treo 600 which will stay in IDLE mode as long as it can. I would like to set the timeout to something much higher than 30 minutes. Maybe several hours or even more. I don't see a configuration setting for this value in "/etc/dovecot.conf". Am I missing something?