Displaying 19 results from an estimated 19 matches for "dynamicali".
Did you mean:
dynamical
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
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:
2007 Jun 08
1
Who is domain controller for DHCP, DNS, IIS etc
I am trying te set up a test lab to test my application.
In my test lab I need to install Domain Controller (With Active Directory) ,
DNS server , IIS Server and DHCP server.
I have to install each server on different test machine.
for example
Domain Server(Active Directory) on Machine-1
DNS server on Machine-2
IIS Server on Machine-3
DHCP Server on Machine-4
for example domain name is
2006 Jan 22
1
Dynamic parameter to autocompleter
Hi All
Is there any 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
2006 Apr 02
2
Delaying table attribute load using ActiveRecord
Hi all,
I came accross the following problem lately: I got a table with several
BLOB fields (Oracle DB) and I have ActiveRecord reading those fields
whenever records are loaded using finder methods. This behavior is just
fine in 99.9% of the time, but considering BLOB data is not small, it is
considerably slowing down search access :(.
So basically, I thought about building a :has_one
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
hosts:
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
2009 Mar 21
0
OT - CID with Asterisk and Betamax
Hi,
sorry for this a bit OT.
I'm using VoiceTrading for some calls -premium route- and can't get CID
to work despite the fact that CALLERID(num) and CALLERID(name) are setted.
I ask in VT->myAccount to accept calls from my IP without checking
username & secret. On incoming calls the CID is setted to 0100000000
If I accept calls from username & secret and no IP relation,
2013 Dec 10
0
[PATCH net-next 3/3] virtio_net: spelling fixes
Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
--- a/drivers/net/virtio_net.c 2013-12-09 16:12:41.409051865 -0800
+++ b/drivers/net/virtio_net.c 2013-12-09 16:12:43.872996856 -0800
@@ -873,7 +873,7 @@ static netdev_tx_t start_xmit(struct sk_
/*
* Send command via the control virtqueue and check status. Commands
* supported by the hypervisor, as indicated by feature
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
Hi list!
In the light of my personal "Simon is dumping his problems on
others"-week I have a question regarding.. dunno.. generally "handling
of dynamic filecontent creation" I think is the best to describe it:
We use a lot of in-house built services (for arguments sake webservers)
which are instantiable and bring their own "framework" for setup, so I
created
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/>