similar to: class def error when serving "stand-alone" rhtml files

Displaying 20 results from an estimated 2000 matches similar to: "class def error when serving "stand-alone" rhtml files"

2006 Sep 28
2
RHTML page not rendering properly
I''ve got a weired problem. I got a RHTML page which is not rendered properly in the browser all other pages in my app do renders correctly. Only this one page returns the page''s HTML with the following header Content-Type: text/html Set-Cookie: _session_id=cb3c140fd4ef907c99ef203a053fba1a; path=/ Status: 200 OK Cache-Control: no-cache <html> .....................
2006 Jul 16
17
AWDWR question
In an early section on Action View, showing code being put directly into the rhtml file: <% require ''date'' DAY_NAMES = %w{ Sunday Monday Tuesday Wednesday Thursday Friday Saturday } today = Date.today %> <h1>Hello, Dave</h1> <p> It''s <%= DAY_NAMES[today.wday] %>. Tomorrow is <%= DAY_NAMES[(today + 1).wday %>. </p> I get this
2007 Mar 19
3
controller_name with dynamic controllers
I''m writing a controller which should only be inherited from, something like the generic crud controller seen here: http:// geekonomics.blogspot.com/2006/07/crud-and-shared-controllers.html Now, in my spec, I would like to create a controller which inherits from the generic CRUDController, without actually creating the controller. This controller is *only* for testing. How can I
2007 Jun 08
4
Mocha 0.5 released
* Hamcrest-style parameter matchers * Values returned and exceptions raised on consecutive invocations * Yields on consecutive invocations * Multiple yields on single invocation * Invocation dispatch fixed * Deprecated returning result of a Proc -- James. http://blog.floehopper.org
2006 Jan 25
15
Newbie: Static page without controller
Hello, I''ve been through a few tutorials and have made some simple apps that interact with the database, but I''m having trouble doing something that seems like it would be very simple. Just imagine a static website that doesn''t interact with the database. You have pages like: www.domain.com/home www.domain.com/services www.domain.com/more-stuff Since these are
2006 Jun 24
0
Active Record w/ Stand Alone Script (no longer working?)
I know I''ve had this working several months ago: http://wiki.rubyonrails.com/rails/pages/HowToUseActiveRecordThroughStandAloneScript IE: 1. #!/usr/bin/env ruby 2. RAILS_ENV = ''production'' 3. 4. require File.dirname(__FILE__) + ''/../config/boot'' 5. 6. @u = User.find( :all ) ---- # ruby test.rb > test.rb:5: uninitialized constant User (NameError)
2010 Jul 10
0
module collections - stand alone puppet architecture
does one of the module collections support a stand-alone puppet better than the others? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at
2007 Dec 17
0
stand alone winbind deamon services via apis
Hello, When I mount a cifs share from Windows server onto a linux client, all I am interested in is sid to uid and gid and vice versa mapping. Can I accomplish that using just windbind and not samba server and nmbd i.e. have a windbind.conf file with the pertinent stanza! Say I just give the Windows share server name/ip address and sid to winbind deamon via one of its existing APIs, can it
2010 Jul 28
0
(Better formating) Puppet Standalone Client + Fileserving, not working.... (+ nice tutorial for puppet stand-alone) :)
Puppet local fileserving not working, as described here: http://docs.reductivelabs.com/guides/modules.html I''ve made a project to demonstrate this: http://github.com/mindreframer/puppet_stand_alone_testing There is more in the README... (http://github.com/mindreframer/puppet_stand_alone_testing/blob/master/ Readme.md) Would be nice to get this working, it seems wasteful the rewrite
2011 Jul 12
1
invalid SID in passdb on stand-alone file server with ldapsam
hello! I got some log message I can't explain. when I log in to a server it says: [2011/07/12 14:20:41.784580, 0] passdb/passdb.c:627(lookup_global_sam_name) User frvdamme with invalid SID S-1-5-21-2863620551-4077714424-203869783-5020 in passdb It's a standalone file server, no domain, and the password backend is (open)ldap. Samba is version 3.5.6 on Debian 6.0. Using the server
2008 Mar 05
1
klibc stand-alone build
Hi, I'm currently building an initrd for CRUX which will use klibc. But I don't want to install klibc to /usr, I just want to install the shared klibc and its header files to $DEST, build some utils against, link them dynamically and include both in the initramfs image. What's the best way to do this? Regards Matthias-Christian
2002 Sep 05
0
Stand-alone samba & Win2k
Hi guys, We've got a bunch of folks working here that use Win2k to connect to a file server, which has recently been upgraded (and, subsequently, samba was too). The trouble is that, now, I can't seem to connect to the samba server as anyone. I was just wondering if someone could give me a definitive guide as to what lines I need in my config file? All the machines have been patched
2004 Jan 02
0
Printing from XP Pro in AD domain to stand alone SAMBA
Hi; I can't seem to find anything in the docs that quite matches this, but if there is a doc, just point me to it. The situation is this. I have samba running on my home net. It's running as a standalone server in user mode so that users on computers at home can have home directories and and access to the printer. When I bring my laptop home from work, I occasionarlly need to print
2013 Nov 25
0
Using Samba 3.6.20 as stand-alone server
Greetings, Is it possible to use Samba 3.6.20 as a stand-alone server? We do not have any Windows servers, and we have no domain or AD. Our goal is to use Samba with the Linux (Unix) permissions and avoid using ACLs. Can this be done? If so, what lines in the smb.conf would control this? Thanks! Stu... -- Stuart Reedy Working hard for a great university! stu at coe.uky.edu
2016 Oct 03
0
ldb-tools stand alone different than built-in?
On Mon, 3 Oct 2016 09:49:32 -0700 Greg Zartman <gzartman at koozali.org> wrote: > To clarify, the ldb tools I built work. The ones in the ltb-tools > package in the centos repos does not work > As I said, Centos doesn't (yet) have packages from which you can create an AD DC, it therefore seems likely that the ldb-tools package you found, do not have the code to connect to a
2016 Oct 03
0
ldb-tools stand alone different than built-in?
On Sun, 2 Oct 2016, Greg Zartman via samba wrote: > I'm working with the Centos 7 packages for Samba 4.2.10 and I note that the > stock packages don't include the ldb tools (eg, ldbmodify, ldbsearch, etc). > > However, the stand along tools don't seem to be aware of the Active > Directory schema. For example, if I try to use these tools to add an > attribute to the
2016 Oct 03
2
ldb-tools stand alone different than built-in?
On Mon, Oct 3, 2016 at 10:39 AM, Sketch <smblist at rednsx.org> wrote: > > The standalone tools (as packaged by CentOS) don't have all of the > extensions that are built when you build a Samba DC. If you have already > rebuilt CentOS Samba packages with DC support, you need to add samba's ldb > modules to ldb's module path. > This is what I suspected.
2019 Feb 17
1
HELP: Samba 4 Stand Alone Server - Domain Join - Winbind Failure
I'm trying to setup a server to connect to a samba4 AD controller. I'm following the instructions here to a tee: https://wiki.samba.org/index.php/Setting_up_Samba_as_a_Domain_Member When I try to restart the winbind service, it fails. The log has the following errors: " Could not fetch our SID - did we join?" "unable to initialize domain list"Is this Is this a
2020 Sep 11
0
How to convert stand-alone samba servers to join existing Windows Active Directory domain
On 10/09/2020 20:28, Ted Buchanan via samba wrote: > We have multiple stand-alone samba (4.2.10 and 4.10.4) file sharing > servers with hundreds of local users on each server (not the same on all > samba servers) in a CentOS/Oracle Linux (6 and 7) network. We would like > to convert these stand-alone servers to join an existing Windows based AD > domain without losing data or
2020 Sep 11
0
How to convert stand-alone samba servers to join existing Windows Active Directory domain
On 9/10/20 3:28 PM, Ted Buchanan via samba wrote: > We have multiple stand-alone samba (4.2.10 and 4.10.4) file sharing > servers with hundreds of local users on each server (not the same on all > samba servers) in a CentOS/Oracle Linux (6 and 7) network. We would like > to convert these stand-alone servers to join an existing Windows based AD > domain without losing data or