search for: cperry

Displaying 16 results from an estimated 16 matches for "cperry".

Did you mean: cberry
2008 Jul 28
4
weird Windows profile creation
It seems weird. On 75% of my machines, it creates accounts as: c:\documents and settings\username on 25% of the machines, it creates them as: c:\docments and settings\username.DOMAINNAME These are fresh machines, so it's unclear to me where this behavior stems from. We're not using roaming profiles. Does anyone have any idea as to why this happens? thanks Chris
2007 Apr 10
10
Could eBay be built with Rails?
My friend and I (both new to RoR) were having a discussion today about whether or not you could build an exact replica of eBay using on Ruby on Rails. I think that it could in fact be done, or at least a very close model of the same concept. My friend seems to think that maybe in fact, it could not be done. What are your thoughts? Could an eBay clone be built using only Ruby on Rails? What do you
2007 Jul 11
7
Best way to upload an image and make a thumbnail
Hi, which is the best way to upload an image, keep that and also make a thumbnail? The images should not be stored in the database, but as normal image files in a specific directory. I think that for the thumbnail i should use rmagick, but for the upload ? (something which work with and without javascript, in every browser) Thanks :) -- Posted via http://www.ruby-forum.com/.
2007 Jul 04
5
stack level too deep
Hi, I have a SystemStackError. Here is the stack (sorry if it''s a little long) : app/models/line_item.rb:14:in `product'' app/models/line_item.rb:14:in `product'' app/controllers/store_controller.rb:188:in `redirect_to_paypal'' /opt/local/lib/ruby/gems/1.8/gems/activerecord-1.15.3/lib/ active_record/associations/association_proxy .rb:123:in `each''
2008 Apr 18
0
Re: samba Digest, Vol 64, Issue 18
At 12:01 18/04/2008 +0000, cperry@hmdc.harvard.edu wrote: > veto files = /.??*/ Thanks. I guess "hide dot files = yes" is deprecated.
2008 Jul 24
2
User profile changes logging into domain
Hi, We have a bunch of users that have local profiles, and when the login to the domain they get a new profile created on their workstation. For example, a user like c:\documents and settings\rguyton changes to c:\documents and settings\rguyton.HMDCDOMAIN Is there a way to get this to use the existing profile? Also, i went into gpedit.msc and set "allow local profiles only" since
2009 Jul 24
2
couldn't find service netlogo
One of our winXP users intermittently can't process the login script. sometimes it works and maps his drives, sometimes it doesn't. I have the netlogon share configured correctly. Looking at the logs for the user in question, I see this when the user logs in: "couldn't find service netlogo" "closed connection to service netlogon" it truncates netlogo in the log
2009 Aug 20
1
samba vbscript login script blocked by windows
What is your vbs script suppose to do. Personally, i'M using kixtart scripting -----Original Message----- From: Christopher Perry <cperry at hmdc.harvard.edu> Sent: Thursday, 20 August 2009 5:50 PM To: samba at lists.samba.org Subject: [Samba] samba vbscript login script blocked by windows Hi, anyone else using a vbs script for a login script and getting it blocked by windows? more specifically, wscript.exe is what's getting...
2008 Apr 01
2
smbldap-useradd -w won't create machine account
I can't get smbldap-useradd to add the sambaSamAccount workstation attributes. For example: smbldap-useradd -w 'test_machine$' # test_machine$, People, desktop.hmdc.harvard.edu dn: uid=test_machine$,ou=People,dc=desktop,dc=hmdc,dc=harvard,dc=edu objectClass: top objectClass: account objectClass: posixAccount cn: test_machine$ uid: test_machine$ uidNumber: 1010 gidNumber: 515
2007 Jun 06
7
RadRails vs. Textmate
Is there anyone out there can give me a comparison between RadRails/ Aptana and Textmate? I have been using skEdit for all of my general coding stuff, but I am now looking into getting a new editor for my Ruby/Rails work. I know that most Mac users swear by Textmate, but I would really like to hear some comparisons between RadRails, Textmate, and even skEdit as well. What your thoughts and
2008 Jun 19
6
login scripts --what to use
Hi, We're setting up a PDC, and would like to have a login script to deliver the mapped drives to users in particular groups, and connect to printers. The printer drivers come from the [print$], share. Does anyone have any good resources for this? What's the easiest and simplest thing to get going --vbscript or batch files? Thanks, chris
2001 Apr 10
2
LBX Support : Where to start
I would like to put a patch in OpenSSH start lbxproxy on the server if both ends of the connection support LBX. I'm having difficulty figuring out where to put this code, specifically I can't seem to find where the X11 handshaking happens. Could someone help me out on this?? -Carl
2008 Mar 27
0
smbldap-useradd will not add sambaSamAccount objectClass
I'm having an issue adding a sambaSamAccount objectClass to my machine accounts when running smbldap-useradd -w "machine$" It doesn't create samba attributes, but will create the account. In the smbldaap-useradd code, sambaSamAccount is sambaSAMAccount, but I don't know if that's what's doing it. the samba.schema file has sambaSamAccount defined. Someone having
2008 Apr 03
2
Samba users as local workstation admins?
Hi All, We have a problem, which is that several of our users are local admins on their own workstations. We'd like to let them retain these rights, but we're switching to a PDC. Is there a way to have them authenticate to the domain, and as a regular user, but on the Windows workstation have full control? What's the best solution for this? I obviously don't want to make them
2008 Jun 06
1
limit user connections to PDC
i work in a lab environment, and we'd like to prevent users from logging into 5 machines at once. I've looked through the smb.conf man page pretty thoroughly, but nothing appears to address this problem. Anyone have any ideas, how you can limit the amount of logins a user can have to teh domain? Thanks, Chris
2009 Aug 10
1
SambaSID's on PDC/BDC
I have a server acting as a PDC, and another server acting as a BDC. When I run 'net getlocalsid' on each, they return different numbers. If I run 'net getlocalsid domain_name' on the BDC, it returns the PDC's sid. Is it import for each machine to have the same SID? Thanks, Chris