search for: pavlovich

Displaying 4 results from an estimated 4 matches for "pavlovich".

Did you mean: pavlovic
2003 Mar 27
2
PXE Network installs
...would like to use PXE. New systems would boot via PXE, then directed to special images that partition, format and install the server. Upon reboot, the system would boot off of local disk. Do you know of any resources, or of anyone that has begun to develop an infrastructure like this? -- Matt Pavlovich <mpav at algx.net> Allegiance Telecom, Inc.
2007 Mar 21
2
A real puzzler: attr_accessor / create incompatibility?
Greetings, I have a problem with attr_accessor and create seemingly being at odds with each other in my environment. Here is the setup: A simple class representing a US State (say, Maine for example): class State < ActiveRecord::Base attr_accessor(:name, :code) end In an IRB session, I type the following and receive the response included below: >>
2002 Mar 13
2
Winbind on solaris
Hello People, Has anybody been succesful at implementing winbind on solaris, if so could u please tell what modification have to be done to pam.conf. I have samba 2.2.3a on solaris 8. I have come to the point where wbinfo -u returns succesfully with the domain users and wbinfo -g returns the domain groups. However getent passwd does not return anything other than the /etc/passwd entries. Anil
2007 Mar 14
3
A place to put common partial templates and RJS files?
Greetings, I have a partial template file (acutally, it is an RJS file but the same principle is in question here) which I wish to "share" between multiple controllers. Does anyone know where in the directory tree I would put these files in order that I can access them from multiple controllers in the same app? I really would prefer not having to copy them all into all of the