similar to: handling of dynamic filecontent creation

Displaying 20 results from an estimated 300 matches similar to: "handling of dynamic filecontent creation"

2007 Oct 18
4
Polymorphic Association?
Hi there- I''m a newbie to this board, RoR, and web development in general. So please forgive me if this is in the wrong place or if the solution is really simple... I''m trying to conceptualize the relationships between a series of models for a page creation function. What I''d like is to have a Content Page which consists of a series of Content Blocks. The Content
2003 May 23
0
LDAP tools for SAMBA 3.24 corrected
Sorry this is the complete patch -- ---------------------------------- ALEJANDRO SOLER e-mail: asoler@martinaditrento.com Administrador de Sistemas Martina di Trento S.A. Buenos Aires - Argentina Tel.:(5411) 4611-2730 WEB: http://www.martinaditrento.com ----------------------------------- -------------- next part -------------- --- samba/smbldap-tools/smbldap_tools.pm 2002-06-01
2010 Jun 25
0
WG: Samba PDC and big files
Hello, If I understand it right you want to have the same Outlook profile for the users no matter on which workstation they login? The first thing all user must have the same Version of Outlook!!!!! And use an IMAP SERVER Then you must work with prf files for outlook for eauch user in your netlogon path of samba I am working with kixstart. On sigining in each user get his pref file. You can
2006 Aug 10
1
Web service SOAP URLs started failing with 1.1.4 or using 1.1.2 security patch
Railers, I''m trying to figure out why invocations to my Web service URLs work with Rails 1.1.2 but fail both with Rails 1.1.4 (and 1.1.5) and when I apply the new 1.1.2 security patch to Rails 1.1.2. It looks like they are failing with SOAP clients but succeeding with XML-RPC clients. The URL that used to work is of the form http://localhost:3000/my_controller/ServiceName/api. When I
2008 Dec 22
1
Web-driven SIP call thru Asterisk IPBX
Hi, I think that the web-driven SIP Phone (free) doddle (beta version) can be useful with your Asterisk applications. You can pre-fill it with your sip settings (Asterisk host name or IP /?realm / sip user), you just need to setup the HTML link as that: (Attached is the HTML page example) ? /**************************/ simple HTML code example: /*************************/ <html> <head>
2013 Feb 20
2
exten => h,n,AGI(generateCall.php,${NEXT})
not able to run my php from AGIi am using asterisk 1.8.13 (debian)i am able to make call file using php command line..but when executing php from AGI, it is not working..kindly see the attachment if bellow text is not readable...___________________________________________________ File: /etc/asterisk/extensions.conf[call]exten => call,1,Answerexten => call,n,Playback(hello-world)exten =>
2011 Aug 24
2
handy tip against unhelpful "Could not intern from pson" error
Not sure if people are already aware of this, but it might save someone some time in the future. I''ve been tracking down the following error today, it''s rather unhelpful in telling you where the problem is in your manifests: # puppetd --test info: Retrieving plugin err: Could not retrieve catalog from remote server: Could not intern from pson: Could not convert from pson: Could
2013 May 26
3
samba4 & (domain) dfs
Hi all I'm trying to set up dfs for (among other things) profiles (i don't know if this is a good example, but that is out of the scope of my current question) I've been following these instructions: http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/msdfs.html http://us.generation-nt.com/answer/samba-domain-dfs-samba-4-help-209347402.html as well as the hints given in the
2007 Aug 24
0
rsync patch to add Apple keychain support
Hi! In a project I'm working on, I needed a way to run rsync in daemon mode as a regular user without having the passwords readable to everybody accessing the console. With this chance rsync falls back to Apples keychain access if no secrets file is given. You need to put the passwords into the keychain like this (I do it programmatically bit it can be done manually as well):
2010 Jul 23
0
[database-support] How to interact with the eXist XML database
Hi everyone, I intent to build a small application for evaluation purpose involving the eXist database. The goal is to analyse different data storing paradigms (relational, tree-based (XML), graph-based (RDF), ...) in the context of an XML application. Thus, I need to find a way to query the eXist database from the Rails application. I''ve RESTful queries coming to the application which
2004 Apr 06
7
[Bug 833] sshd server sends SshMsgChannelFailure despite of successfully running sftp server
http://bugzilla.mindrot.org/show_bug.cgi?id=833 Summary: sshd server sends SshMsgChannelFailure despite of successfully running sftp server Product: Portable OpenSSH Version: 3.8p1 Platform: All OS/Version: Cygwin on NT/2k Status: NEW Severity: normal Priority: P2 Component: sshd
2020 Jun 16
2
Apache (httpd) fails to start at boot - Centos 8.1
On 16/6/20 4:15 pm, Alessandro Baggi wrote: > > Note: when you will get update for httpd package all could be reverted > to the original status, so to avoid that your modified httpd.service > will get an overwrite, create an alternative httpd.service in > /etc/systemd/system (if I'm not wrong). > > Probably there is a new way to do this. > The new way to do this is
2003 May 23
0
LDAP tools for samba 3.24 schema
For scrips smbLDAP from idealx apply this patch to smbldap_tools.pm, to use with samba 3.24 schema. Regards --- samba/smbldap-tools/smbldap_tools.pm 2002-06-01 06:30:48.000000000 +0200 +++ smbldap_tools.pm 2003-05-23 13:43:53.000000000 +0200 @@ -31,6 +31,16 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); use Exporter; $VERSION = 1.00; + + +# Put your own SID, this section
2006 Feb 26
1
HABTM SQL generated
I have a HABTM relationship between 2 tables : companies and services. I want to find all the companies who provide a particular service so I''m using @companies = Service.find_by_name(''servicename'').companies. But in the development log, rails appears to be making 2 sql calls - one to find the id of the service and a 2nd to find the companies by that id. How can i
2007 Sep 12
6
Step By Step PDC with OpenLDAP?
Hello, We had a linux guy here working on this in his busy schedule, but ultimately, he was unable to make it work before he left the department. Is there a good doc that will help someone without much linux experience other than lots of /etc/init.d/servicename restart, using vi to edit the named.zones DNS entries and other similar stuff to configure an existing Samba server as a PDC with
2001 May 03
1
[PATCH]: Addition to Cygwin README
Hi, just a short addition to the Cygwin README. It would be nice to include that into the repository. Thanks, Corinna Index: README =================================================================== RCS file: /cvs/openssh_cvs/contrib/cygwin/README,v retrieving revision 1.4 diff -u -p -r1.4 README --- README 2001/03/14 21:30:18 1.4 +++ README 2001/05/03 12:13:45 @@ -57,6 +57,13 @@
2010 Aug 28
1
Wine 1.2, how to run services?
Hello: I am running Wine 1.2.0 on a Fedora 13 box. I'm trying to install Webtrends 6.5 , which can run its scheduler in service mode. It installs the service OK, and I can see the service using the "sc" and "net" commands in wine. However I cannot figure out how to start the service. I've tried using "wine net start {servicename}" , and it says that it
2015 Dec 30
2
Systemd and systemd-sysv-generator
Consolidating my reply to both James and Gordon in one message. On Wed, Dec 30, 2015 at 2:38 AM, James Hogarth <james.hogarth at gmail.com> wrote: > On 30 Dec 2015 00:55, "Mike - st257" <silvertip257 at gmail.com> wrote: > > > > On Tue, Dec 29, 2015 at 5:23 PM, Joseph L. Casale < > jcasale at activenetwerx.com > > > wrote: > > > >
2007 Nov 23
3
call model method out of the controller => undefined method
Hi, I''m a newby and I fight with the Rails convention - i think so. I''ve done little tools and scripts in Ruby before. I''ve successfully uploaded a textfile. And now i want to extract some filecontent to pass it into a database. My Problem: I can not start a given method of a given Model (=> Metadata.extract_content(fileuri)). The error message ''undefined
2009 Jul 01
0
Troubles with dfs-linked root shares
Hi, Im trying to set up a samba cluster (using RHCS) to hold students' Home directories according to the following schema: \\disc\personal | +--------------------+----------------------+ | | | | | | v v