search for: dynamicaly

Displaying 19 results from an estimated 19 matches for "dynamicaly".

Did you mean: dynamically
2017 Jan 17
2
Dynamic autoexpunge for IMAP folders
So, returning from the LDAP userdb does not change situation. As I said, I would to set folder names dynamicaly, without setting up a mailbox in advance. Here the problem is discussed http://www.dovecot.org/list/dovecot/2013-August/092023.html but no solution is found apart from defining the namespace in the static config, see here http://www.dovecot.org/list/dovecot/2013-August/092053.html As I do not k...
2005 Mar 21
3
routes.rb question.
I have a simple program that read all HTML files from a directory and returns parts of the content and the file names which are HREFs to those file. I build the HREF string dynamicaly as PATH_TO_DOC_ROOT + "file_name". My PATH_TO_DOC_ROOT = http://127.0.0.1:3000/docman/public/docs. So, the final link that I am interested in might look like this: http://127.0.0.1:3000/docman/public/docs/testfile1.html. However, when I click on the link, I get an error: -- No route fo...
2007 Jun 08
1
Who is domain controller for DHCP, DNS, IIS etc
...e-1 as a domain controller for all other server server (e.g ..DNS on Machine-2,IIS Server on Machine-3 DHCP Server on Machine-4) If Yes then Which machine will boot first If I boot my DHCP server first then how could it get its domain controller If I boot my Domain Controller first how could it get Dynamicaly address from DHCP server.. Same question for IIS and DNS.. Do i really need to worry about racing for first boot among the machines... Kindly teach me Thanks in advance Brijesh Shukla
2006 Jan 22
1
Dynamic parameter to autocompleter
...y way to pass a dynamic parameter do AutoCompleter URL? I want to pass the current text on autocompleter input field plus a parameter "last", with data from field "last" When i try to use "parameters" option, they get only first value of field "last", not dynamicaly. Thanks.
2005 Jun 09
1
puzzle: listen on port X on internal interface, and send data to remote host with dynamic ip
Hi all, I have a strange goal..... the setup: two sites ("a" and "b") both with linux machines running shorewall. a machine at site ''a'' needs to connect to services on a machine at site ''b''. both sites have dsl with dynamicaly assigned ip addresses. site ''b''s ip can be resolved from siteb.dynamic.dns.com (one of those fancy dynamic-dns sites) the goal: to have a computer at site ''a'' connect to a port on the internal nic of the router at site ''a'' and have it trans...
2006 Apr 02
2
Delaying table attribute load using ActiveRecord
...cally, I thought about building a :has_one relationship and add an extra table table holding BLOB value so as to cope with the pb. I found it painfull and not very ''RoRy'', so I decided to hack ActiveRecord::Base so as to delay the attribute load... and it works. Attributes are dynamicaly loaded whenever client application accesses them explicitely. Syntax looks like the following: class A < ActiveRecord::Base delay_attributes :foo, :bar ... end Now I got two questions: - as I am new Rails (and Ruby as well): I am wondering if I am missing something concerning ActiveRecor...
2005 Mar 16
1
small question about dynamic zones
Dear all, In my understanding of Shorewall, I''ve tryied a setup in order to dynamicaly allow/prohibit internet access for a subset of system located on the LAN side. i.e: shorewall.conf: DYNAMIC_ZONES=Yes zones: test Testing Tests on going (dynamic) users Users Users on the LAN lan LAN Local Area Network net Inet Internet interfaces: net eth0 detect lan eth1 detect ho...
2017 Jan 17
2
Dynamic autoexpunge for IMAP folders
I know, but it is not present in the string returned by the userdb, which is set up for testing userdb { driver = static args = namespace/inbox/mailbox/Bla/autoexpunge=6h } On Tue, Jan 17, 2017 at 11:03 AM, Thomas Leuxner <tlx at leuxner.net> wrote: > * Thorsten Hater <thorsten.hater at gmail.com> 2017.01.17 10:57: > > > Unfortunately, this yields the same
2017 Jan 18
0
Dynamic autoexpunge for IMAP folders
On 17 Jan 2017, at 13.36, Thorsten Hater <thorsten.hater at gmail.com> wrote: > > So, returning from the LDAP userdb does not change situation. > As I said, I would to set folder names dynamicaly, without setting > up a mailbox in advance. > Here the problem is discussed > > http://www.dovecot.org/list/dovecot/2013-August/092023.html > > but no solution is found apart from defining the namespace in the > static config, see here > > http://www.dovecot.org/list/d...
2009 Mar 21
0
OT - CID with Asterisk and Betamax
...no IP relation, CID is always different and not related to something I know, doesn't matter which country is called. I read in some forums that setting secret=secret:username and username=CID should work. I tried, doesn't work. Anyway it wouldn't solve the problem, I would have to dynamicaly change the username (how to do this?), as the CID is depending on the current call. Has anyone of you have success with Voicetrading or others Betamax GWs to set there own CID? If yes, would you share? Ah, yes, already tried to contact their support, but like all Betamax Services, no answer. A...
2013 Dec 10
0
[PATCH net-next 3/3] virtio_net: spelling fixes
...ever fail unless improperly formated. + * never fail unless improperly formatted. */ static bool virtnet_send_command(struct virtnet_info *vi, u8 class, u8 cmd, struct scatterlist *out) @@ -1061,7 +1061,7 @@ static void virtnet_set_rx_mode(struct n void *buf; int i; - /* We can't dynamicaly set ndo_set_rx_mode, so return gracefully */ + /* We can't dynamically set ndo_set_rx_mode, so return gracefully */ if (!virtio_has_feature(vi->vdev, VIRTIO_NET_F_CTRL_RX)) return;
2006 Feb 08
1
Conceptual question ;-)
ehlo list, I''m willing to shape ppp users e.g. each pppX interface to get XXX kbits I classify traffic going to ppp+ interfaces like this: iptables -t mangle -A POSTROUTING -o ppp+ -j CLASSIFY --set-class 0002:0020 then i have a file which is executed when a ppp inteface is up and first argument parsed to that file ($1) is the ppp number (e.g. 35 for ppp35). it generally looks like
2007 Aug 21
1
handling of dynamic filecontent creation
...e use that kind of services setup not only for webservers but for middleware as well and we have a whole f´ing lot of that..) to check if he did indeed set that interface up (or deleted it for that matter) that is going to be used by the new service. I´d very much like to have this file created dynamicaly with the ips that every of the aforementioned services use. Is there any way to create an array dynamically or have each $ip automatically integrated in that interfaces-file? I thought about virtualizing that $ip variable and some how realizing it in the interfaces-file and in the services cla...
2013 Dec 10
11
[PATCH net-next 1/3] virtio_net: set multicast filter list to host
The virtio_net driver never sends the multicast address list to the host. This is because send command takes a pointer to scatter list to send but only inserts that one entry into the outgoing scatter list. This bug has been there since: commit f565a7c259d71cc186753653d978c646d2354b36 Author: Alex Williamson <alex.williamson at hp.com> Date: Wed Feb 4 09:02:45 2009 +0000 virtio_net:
2013 Dec 10
11
[PATCH net-next 1/3] virtio_net: set multicast filter list to host
The virtio_net driver never sends the multicast address list to the host. This is because send command takes a pointer to scatter list to send but only inserts that one entry into the outgoing scatter list. This bug has been there since: commit f565a7c259d71cc186753653d978c646d2354b36 Author: Alex Williamson <alex.williamson at hp.com> Date: Wed Feb 4 09:02:45 2009 +0000 virtio_net:
2009 Feb 25
4
Strange behavior of savePlot
Hi all, I am using savePlot in a loop for saving several graph but I get some graph in 553x552, some other in 1920x1119. How comes ? My data are almost all the same (same label, same xlim / ylim, almost same data. Only the color changes). I save them in bmp. Thanks for your help. Christophe
2006 May 11
6
Dynamic data passing thru Rails to Flash
Hi, I am using Flash Dashboard and 3 sets of listbox. When i change my first list box say name i need to dynamically change the second list box and from the second list box when i choose an name i need to change the content according to this in the third list box. How can i pass this datas from database in rails. thanx g.balaji -- Posted via http://www.ruby-forum.com/.
2006 Apr 12
22
Dynamic Select Box
Hi, I''m new to rails/ruby having come from PHP and am just starting to get my head round how easy it can be :) However, can anyone point me in the right direction for dynamicaly updating a select box based upon the choice of a previous select box, without a page refresh. Any and all help greatly appreciated. Thanks -- Posted via http://www.ruby-forum.com/.
2006 Nov 19
3
host allow
Hi, We want to restrict acces to the shares on our samba server using "hosts allow". Can I get this to work with clients who have dynamic IP addresses and don't have revers DNS lookup ? Best regards, Eric Eijkelboom Sr Systems Manager Medtronic B.V. Heerlen, The Netherlands Phone : +31-(0)45-566.8544 Fax : +31-(0)45-566.8008 www.medtronic.com <http://www.medtronic.com/>