search for: completeted

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

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 o...
1998 Apr 09
0
"machine is not accessible" - how to fix???
Help! I've broken something on my NT box - when I try to connect to my Samba server through the nethood I get an error popup that says: "<servername> is not accessible The storage control blocks were destroyed" I can connect to another samba server with no problem, other users from other machines can connect to the above server with no problem either. I can connect with net
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,