Displaying 17 results from an estimated 17 matches for "rdempsey".
Did you mean:
dempsey
2002 Sep 17
2
Install on Mandrake 8.2
Hello,
I have a fresh install of Mandrake 8.2 which comes with Samba 2.2.3a. I
wish to upgrade to Samba 2.2.5, however, I cannot find the correct RPM
to do so. Any help here is greatly appreciated. Thank you.
- Robert Dempsey
2006 May 19
12
How to build a server
Hi,
I''ve been learning about building Rails apps for about 8 months but I
don''t really know how servers work or how to build a server. I have an
old 450 GHz Pentium computer I can play with. Since I use OS X, I was
thinking about installing a BSD system and trying to make a
MySQL/Rails server. That is about all I know about servers.
How does a server in my house get connected
2006 Jun 12
5
railish icons?
This is a little off topic but someone here knows, I''m sure... Does
anyone have a good site to find freely available standard icons for
things like add/edit/delete/save?
I''m looking for a set of clean and simple matching icons that capture
that Railsy-Web 2.0 feel...
Maybe icons aren''t Railsy...
Steven
--
Posted via http://www.ruby-forum.com/.
2006 May 01
6
Two developers, one on unix and one on windows
Hello all,
An interesting problem, I am developing on Windows, another developer is
using Unix, and our app and svn repository are running on a Linux box.
We need an easy way to not keep breaking our app and each others
development environs when we check in the code. The piece in question is
the dispatch.fcgi. The path to ruby is (obviously) different in Windows
and Unix. Has anyone run into
2006 Apr 14
7
SHA2 Issues
Hello all,
Thank you in advance for your help with this. I am trying to implement
the user authentication method from Ruby Recipes which calls for the use
of SHA 2. Here is the code for the password:
def password=(pass)
salt = [Array.new(6){rand(256).chr}.join].pack("m").chomp
self.password_salt, self.password_hash = salt,
Digest::SHA256.hexdigest(pass + salt)
end
I open
2006 Mar 23
2
Scheduling Reminders
Hello everyone,
I am not sure if this question belongs here but I will take my chances.
I am creating a little app to keep track of my homework and when it is
due, and I would like to send myself email reminders within x amount of
the due time. What suggestions do you have for accomplishing this? I am
running the latest versions of Ruby and Rails on a Fedora Core 5 box
with qmail. Thanks for
2002 Sep 02
1
File types and performance
Hello,
I am wondering if Samba cares what types of files you are putting onto
the server and if this effects the performance of the server. Attempts
to copy various file types to my Samba 2.2.5 RH7.3 server have given
mixed results. I appreciate any help on this matter. Thank you.
Sincerely,
Robert Dempsey
Atlantic Dominion Solutions
2006 Apr 12
2
Tracking page hits
Hello all,
I am developing an online store and would like to keep track of how many
times each product was viewed. While I can keep track of page hits using
something like webalizer, this won''t really work (I don''t think) as the
pages are not going to be static. Has anyone else implemented this and
if so could you please point me in the right direction. A potential
solution
2006 Apr 16
2
Making requests in order
Hello all,
This is an interesting problem I have been working on. What I have is a
little multiuser project request tracking application. What happens is
that I log in and create projects and assign people to the projects.
Each project has steps associated with it, and the steps need to be done
in a certain order. Now, I have to request that the assigned person
perform each of the steps, and
2002 Sep 02
0
Help! Clients want a Linux server on their Win2K domain!
...ba
browseable = no
# Set public = yes to allow user 'guest account' to print
guest ok = no
writable = no
printable = yes
[BV32]
path = /home/BV32
hide dot files = no
writable = yes
preserve case = yes
map system = yes
map hidden = yes
valid users =
HGVAULT+rdempsey,,root,@"HGVAULT+Domain Users"
comment = BV32
delete readonly = yes
short preserve case = yes
guest account =
locking = no
2006 Jun 09
5
Rails "pasteboard"?
Hello all, I''m looking to setup a simple network "pasteboard" for files
within my organization, to circumvent people trying to email 50 meg files
and me being unwilling to open up our mail server for massive email
transfers.
I''ve seen the pasteboard idea elsewhere where you can go and paste code or
log files or whatever, and then they just fall off an hour or a day
2006 Apr 14
6
LoginGeneratorACLSystem Issue
Hello all,
Again, thank you all in advance for any help here. I am trying to figure
out how to show the role associated with a user, in a template. I am
using the LoginGeneratorACLSystem along with the LoginGenerator. I can
show the first name of the user by writing "<%=
session[:user].first_name %>" but when I write "<%=
session[:user].roles.name %>" it spits
2006 Jun 19
2
Auth_generator and domains
Hello all,
Thank you for your help in advance.I am working with the auth_generator
and see that the "roles" are domains. I am unsure how to add domains to
the system and then control who is in what domain. Any help with this or
an explanation of how domains work is greatly appreciated. Thank you in
advance.
Sincerely,
Robert Dempsey
--
Posted via http://www.ruby-forum.com/.
2006 Apr 03
3
SaltedHashLoginGenerator Verification Trouble
Hello all,
Any help with this one is MUCH appreciated. I am running Ruby 1.84 and
Rails 1.1.0 on Win32 with a local SMTP server. I can successfully send a
signup confirmation email with a confirmation link, but when I click on
the link, it says that I am logged in, but it never verifies the
account. This is the link provided by the system:
2002 Sep 30
1
Successful integration using Winbind - not a dream
Good Morning to All,
I have a Red Hat 7.3 box with Samba 2.2.5 successfully integrated
with a Windows 2000 domain. I am using a Win2K Domain Controller to
hold all of the user accounts. I use WebMin 1.0 for the administration
of my Linux box, and am able to pull up domain user accounts when
putting permissions on files on the RH machine. I used a combination of
resources to do this.
2002 Oct 01
0
Won't see entire space on hard drive
Good Morning,
I have a Mandrake 9.0 machine with a shared folder configured for
public LAN access, with no special permissions on the folder. It is on
a RAID 5 array, and I have 36+ GB available on the disks. The folder is
located in the /usr partition. I am only able to see 4 GB max space
with this folder. Is there a space limitation with the /usr partition,
and if so, is this true of
2006 Apr 03
3
Retrieving a record using created_by
Hello,
Thank you all in advance for your help with this.
Environment:
Windows XP Pro (Development only)
Ruby 1.84
Rails 1.1.0
SaltedHashLoginGenerator
Plugins: file_column, userstamp
I have a user table per the salted_hash_login generator. I have an
orders table that has a column named created_by that is updated by the
userstamp plugin. I am trying to retrieve all of the orders for a single