Displaying 20 results from an estimated 2000 matches similar to: "dynamic layouts from DB"
2006 Feb 04
4
Dynamic loading view from DB
Hi All,
I am looking for a way to dynamically load a view, inside a template, based
on uri that does not officially exist inside of rails. i.e. a typical CMS
system such as wordpress that stores the html from the pages in a database.
I have found a page on the the rails wiki (
http://wiki.rubyonrails.org/rails/pages/HowToRunAnActionBeforeRoutes) that
seems to be what I want, but lacking a few
2002 Aug 01
5
Print jobs hang in Samba, don't go to UNIX spooler
I have encountered a strange printing problem with Samba 2.2.4 running under
HP-UX 11i.
In the process of investigating a printing problem, I have found that Samba
has stopped passing jobs along to the UNIX lp spooler as of yesterday
afternoon.
When NT/W2K clients print to printers on my server, the jobs are accepted,
Samba
spool files are created in the spool directory defined for the printer
2002 Jun 26
4
nmbd causing very high CPU utilization
Does anyone have any idea what can cause nmbd to begin gobbling CPU?
We are running Samba 2.2.4 on HP-UX 10.20, having upgraded from Samba
2.0.10 about a month ago. Our clients are a mixture of NT 4.0 and Win2K.
Today, we have begun to see widespread client drive disconnections, and
nmbd is averaging 60%+ CPU usage with peaks up to 100%. We have heard
reports of network problems at our site
2002 Dec 19
2
Strange locking errors with LabView under Samba 2.2.7 and HP-UX 1 1.11
Hello All,
I recently upgraded one of my HP-UX servers from Samba 2.2.4 to 2.2.7.
Since that time, I have noticed that disk activity on the file system where
the Samba var directory is kept seems to be higher than I would expect. We
have now begun to experience a problem with PC clients running National
Instruments' LabView software, installed on a Samba share. When any PC
client tries to
1999 Jan 29
2
Installation of SAMBA 2.0 on Solaris 2.6
Hi people,
Is there somebody who knows how to install SAMBA 2.0 on Solaris 2.6?
Thanks,
Rivaldo
2010 Oct 18
1
boxplot ranked x labels
Dear R users,
x-values (EI) = Adw, EG1, LA1, Ad1, LA2, LA3...(14 levels, insect
stages)
y-valus = antpop
within the boxplot function x-values are ordered alphabetically
Idea: x-values ranked by list order (insect stage: Egg stage 1 is
followed by Larvae 1 and not by Egg stage 2 as it would be in an
alphabetically order)
Problems with the order(tapply()) function: variable lengths
2010 Nov 29
0
[LLVMdev] Register Pairing
On Nov 27, 2010, at 8:56 AM, Borja Ferrer wrote:
> Some background first: this issue is for a backend for an 8bit microcontroller with only 8bit regs, however it has a few 16bit instructions that only work with fixed register pairs, so it doesnt allow all combinations of regs. This introduces some problems because if data wider than 8bits is expanded into 8bit operations the 16bit instructions
2006 Jun 10
3
Inserting data to another DB table
I have a form under one controller/model called "billing" using the
"bills" table. When this form completes I want it to change the
"has_billing" field for the user under the "users" table from "0" to
"1". I''ve almost got it. I put:
user = User.new
user.update_attribute("has_billing", "1")
under the
2012 Sep 17
0
[PATCH] Locking for adv(4), adw(4), aha(4), ahb(4), aic(4), and bt(4)
I have patches to add locking to the adv(4), adw(4), aha(4), ahb(4), aic(4),
and bt(4) drivers so that they no longer use Giant. I would appreciate any
testing folks are able to do. The patches are against HEAD but should apply
to 8 or 9. Make sure you have INVARIANTS and INVARIANT_SUPPORT enabled for
any initial testing that you do. Thanks!
2002 Aug 01
0
FIXED - Print jobs hang in Samba, don't go to UNIX spool er
OK, it's working now. I waited until the production lines
were undergoing a shift change and brought down all of Samba,
then restarted it. Printing now works just fine. I still
don't know what caused the problem, I never saw any error
messages in the [sn]mbd or client logs, even with the log
level turned turned up to 2.
Thanks very much for the time and trouble you took to think
about
2020 Nov 04
3
AD Running - Gui with strange messages like "domain does not exist*
Hello
My AD on Samba now are running! Thanks!
# samba-tool -V
samba-tool: no such subcommand: -V
4.13.2-Debian
In the meantime Joining Computers and Servers, creat User Account and was
successful to logon, NOce!
One question, that confusing, to Manage this Samba AD using the Windows
"Active Directory Users and Computers (GUI)" application
Here if add a new User or jump to
2005 Dec 17
2
Storing an object in the db
I''ve asked this before, but never got a working response. I''d like to
store an object inside a binary field in my db. So I''d have a class
like this
class MyAwesomeClass
def do_something_awesome
...
end
end
then
class MyRecord < ActiveRecord::Base
end
the table my_record would have a binary field, my_object, that would
store an object of
2002 Dec 20
0
FW: Strange locking errors with LabView under Samba 2.2.7 and HP-UX 11.11
I've had the chance to give 2.2.7a a try, with no change in behavior.
LabView still takes several minutes to load, and disk utilization shoots way
up.
Just to see what would happen, I tried Samba 2.2.5 and got the same results.
I then dropped back to 2.2.4, and everything works fine. LabView loads in
about 12 seconds, disk utilization stays low during the load, no locking
errors appear in
2007 Nov 01
3
autotest debugger?
Hi,
I keep facing problems with autotest, and I don''t know what''s happening
in the background, is there anyway to know what''s happening while
testing?
Example:
@user = User.new
@user.email = "testcom"
@user.errors.on(:email).should_not be_empty
...throws error failure
- You have a nil object when you didn''t expect it!
- You might have expected an
2023 Oct 19
1
Question about silos and Authentication policies
I looked around a little bit, but as far as I can see, at the moment
it's not possible to use auth-policies and silos with Samba-DCs only. So
I need at least one Windows DC :-(
Am 19.10.23 um 11:48 schrieb Stefan Kania via samba:
> Do you know wich of the RSAT I need to use to manage auth-policies and
> silos. With samba-tool I can't assign users and hosts to the policies. I
2010 Sep 09
17
formtastic issue
Hello,
I will try to explain it step by step :-)
I just created a new rails 3 app, then I created a new controller...
rails generate controller admin::users
I didn''t forget to add the resources in the routes.rb file like this.
namespace :admin do
resources :users
end
Now I try to use formtastic to create the form but I get erorr that my
users_path doesn''t exist?
2023 Oct 19
1
Question about silos and Authentication policies
Hello,
You cannot use Active Directory Administrativ Center because samba has no ADWS implented.
There where efforts and but ADWS did no reach production status. I think Catalyst, Andrew Bartlett tried someting, did not finish it.
Yes you need to use the old RSAT.
Gretings
Daniel
EDV Daniel M?ller
Leitung EDV
Tropenklinik Paul-Lechler-Krankenhaus
-----Urspr?ngliche Nachricht-----
Von:
2017 Jun 12
1
RPC Server is unavailable
> And it Voodoo, you don't do so well LOL, to paraphrase an old song.
>
> I suggest you change the [global] by removing these lines:
> ...
So I made all of those changes, and continue to get the same error. Hmm ...
as a test, I re-ran
root at dc1:~# samba-tool domain provision --use-rfc2307 --interactive
and ended up with the following smb.conf:
# Global parameters
[global]
2007 Oct 02
3
Note on Rails 2.0 Preview
Make sure you get a relatively current version of rspec or you will get:
/Users/me/rails/ubb/vendor/rails/activerecord/lib/../../activesupport/
lib/active_support/dependencies.rb:263:in `load_missing_constant'':
uninitialized constant ActionView::Helpers::JavaScriptMacrosHelper
(NameError)
Hope this helps someone.
2023 Oct 19
1
Question about silos and Authentication policies
Do you know wich of the RSAT I need to use to manage auth-policies and
silos. With samba-tool I can't assign users and hosts to the policies. I
can only create, delete, list and view policies and silos
Am 19.10.23 um 09:03 schrieb Daniel M?ller via samba:
> Hello,
>
> You cannot use Active Directory Administrativ Center because samba has no ADWS implented.
> There where