search for: completetly

Displaying 5 results from an estimated 5 matches for "completetly".

Did you mean: completely
2002 Apr 16
1
Localization?
Hi everybody! I started using Wine only a few weeks ago and even managed to achieve some success. I'm running a windows program,some kind of medical assistant software.It is using it's own local database, and everithing is stored in files so there is no problem with that.The program works, but I've experienced big trouble getting it to show correctly the cyrrillic symbols. My linux
1998 Apr 09
0
"machine is not accessible" - how to fix???
...I was playing around with the NT-DOMAIN support (and had it working); then I moved the PDC to another samba server. When connecting to that server I got messages about roaming profiles being out of date etc (I did not configure it to do that, so I thought). It tried writing updates somewhere.... I completetly reinstalled Samba on the problem server - I am forced to conclude the problem lies on my client. I'm guessing something about user profiles, but I can't see anything obvious. So... can anyone suggest what might be wrong and how I can fix it? Thanks John Harper ---------------------------...
2004 May 19
4
Samba, pam, and kerberos
Hi all, Is it possible to have a Samba server use pam as the authentication mechanism, which then in turn authenticates against an MIT Kerberos realm? We already have kerberos up and running, but no Windows Domain infrastructure. We're currently not using LDAP (but we'd want that to auth against Kerberos anyway). I have the Samba-3 HOWTO, but there doesn't seem to be much
2006 Feb 07
4
Ruby, Rails & Inheritance
Hi! I am looking for a solution for the following problem: Some of my models share some attributes and also was in need for some extra features, so I created a class "RecordWithFeatures": ----------------------------------------------------------------- class RecordWithFeatures < ActiveRecord::Base # @Override def self.descends_from_active_record? superclass ==
2007 Nov 15
6
Link_to popup divorced from controller?
Here''s my case: Using a link_to popup window to show a related help file of an element on a page. The problem: Window pops up perfectly, but refuses to carryover @instance variables in the controller that I referenced in the link_to command. The tests: - I have the right controller/class, because it renders a specific template, which is what it does. - I have the right template/view,