search for: completet

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

Did you mean: completed
2002 Apr 16
1
Localization?
...machine uses the "bg_BG" locale, the console and X are set correctly, using the proper cyrillic fonts, so I excluded the Linux localization as a problem by now. I tried do fix the things by configuring the "bgr.nls" file,but it seems not to do any good. I guess this file is not completeted, there are a lot of stuff commented out(and it's not like this in, say, german or russian .nls). Anybody ever had this problem? Any help would be greatly appreciated,as well any docs,discussing this matter. Thanks in advance. Stockton P.S. I apologize for this broken english...
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,