similar to: njs-0.7.11

Displaying 20 results from an estimated 100 matches similar to: "njs-0.7.11"

2023 Jul 06
0
njs-0.8.0
Hello, I'm glad to announce a new release of NGINX JavaScript module (njs). Notable new features: - shared dictionaries: Shared dictionary keeps the key-value pairs shared between worker processes. This allows to cache data in memory and share it between workers. : example.conf: : # Creates a 1Mb dictionary with string values, : # removes key-value pairs after 60 seconds of inactivity:
2024 Apr 16
0
njs-0.8.4
Hello, I'm glad to announce a new release of NGINX JavaScript module (njs). This release introduced the initial QuickJS engine support in CLI as well as regular bugfixes. Notable new features: - QuickJS in njs CLI: : $ ./configure --cc-opt="-I/path/to/quickjs -L/path/to/quickjs" && make njs : $ ./build/njs -n QuickJS : : >> new Map() : [object Map] Learn more about
2023 Sep 12
0
njs-0.8.1
Hello, I'm glad to announce a new release of NGINX JavaScript module (njs). Notable new features: - Periodic code execution: js_periodic direcrive specifies a content handler to run at regular interval. The handler receives a session object as its first argument, it also has access to global objects such as ngx. : example.conf: : location @periodics { : # to be run at 1 minute
2023 Oct 24
0
njs-0.8.2
Hello, I'm glad to announce a new release of NGINX JavaScript module (njs). Notable new features: - console object in nginx modules: Console object is a global object that provides access to the environment's console. It can be used to log information to the console, using console.log(), console.info(), console.warn(), console.error() methods. This feature unifies logging in nginx
2023 Apr 10
0
njs-0.7.12
Hello, I'm glad to announce a new release of NGINX JavaScript module (njs). Notable new features: - "zlib" module: : const zlib = require('zlib'); : zlib.deflateRawSync('αβγ').toString('base64') : /* "O7fx3KZzmwE=" */ : : zlib.inflateRawSync(Buffer.from('O7fx3KZzmwE=', 'base64')).toString() : /* "αβγ" */ Learn more about
2015 Jun 04
0
Asterisk 11.18.0 Now Available
The Asterisk Development Team has announced the release of Asterisk 11.18.0. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk The release of Asterisk 11.18.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are the issues resolved in this release: Bugs
2015 Jun 04
0
Asterisk 11.18.0 Now Available
The Asterisk Development Team has announced the release of Asterisk 11.18.0. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk The release of Asterisk 11.18.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are the issues resolved in this release: Bugs
2014 Jun 03
0
Problem connecting to hypervisor
I am trying to establish a connection (using virsh command) to a couple of hypervisor hosts, both on SLES 11.3 environments. The host from where i am making both the connections is a SLES 10.4 instance. *kvmh911351246:~ # virsh -c qemu+ssh://9.113.51.247:22/system <http://9.113.51.247:22/system>libvir: XML-RPC error : authentication requirederror: failed to connect to the hypervisor* The
2015 Jun 04
0
Asterisk 13.4.0 Now Available
The Asterisk Development Team has announced the release of Asterisk 13.4.0. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk The release of Asterisk 13.4.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are the issues resolved in this release: New
2015 Jun 04
0
Asterisk 13.4.0 Now Available
The Asterisk Development Team has announced the release of Asterisk 13.4.0. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk The release of Asterisk 13.4.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are the issues resolved in this release: New
2014 Jun 03
0
Problem connecting to hypervisor
I am trying to establish a connection (using virsh command) to a couple of hypervisor hosts, both on SLES 11.3 environments. The host from where i am making both the connections is a SLES 10.4 instance. *kvmh911351246:~ # virsh -c qemu+ssh://9.113.51.247:22/system <http://9.113.51.247:22/system>libvir: XML-RPC error : authentication requirederror: failed to connect to the hypervisor* The
2011 Dec 29
3
Array element is function of its position in the array
I want to create a new array which selects values from an original array based on a function of the indices. That is: I want to create a new matrix Vnew[i,j,k]=Vold[i,j,ks] where ks is a function of the index elements i,j,k. I want to do this WITHOUT a loop. Call the function "ksfunction", and the array dimensions nis,njs,nks. I can do this using a loop as follows: # Loop version:
2005 Apr 19
2
xenU and drbd
Hi, i''ve a problem with drbd 0.7.10 module on an xenU OS (testing). I''ve compiling drbd with "make clean all" then "make install" without error. modprobe drbd OK with no error too and now and trying to start drdb /etc/init.d/drbd start Starting DRBD resources: can not open /dev/drbd0: No such device or address [ d0 can not open /dev/drbd0: No such device
2010 May 20
1
Asterisk T.38 Gateway code testing
hi, i made page for Asterisk T.38 Gateway code testing http://www.voip-info.org/wiki/view/Asterisk+T.38+Gateway Final T.38 Gateway API for asterisk 1.8 will be posted by Kevin Fleming later BUT Asterisk 1.8 is too far and we need t.38 gw now if you would like help/test current code(last patch from https://issues.asterisk.org/view.php?id=13405), please contact me i have 2 public testing
2018 Sep 11
1
Samba 4.8.5 breaks Time Machine support
Hi, tl;dr - Samba 4.8.5 broke macOS's Time Machine support (at least for me), patching in the "follow-up patch" from https://bugzilla.samba.org/show_bug.cgi?id=13441 makes it work again. It would be great if it could be included in an official patch release soon. :) Just writing about the problem and solution here, in case someone else stumbles upon it. Couldn't find any
2012 May 14
0
phyloclim could not be installed in linux - problems on tkrplot dependence
Dear R-helpers, Christoph (author of phyloclim) and Luke (author of tkrplot), I would like to get your helps on installing of phyloclim in Ubuntu linux. It seems a package named 'tkrplot' could not be installed at firstly, then packages depends on it could not be installed latter. As I have tested, installation of phyloclim works smoothly in Mac. I attempted to install these packages in
2009 Apr 14
0
SRTP testers needed
please look at http://www.voip-info.org/wiki/view/Asterisk+SRTP and try compile&run clients with srtp (linksys,grandstream,aastra, qutecom, eyebeam, ...) digium need feedback for srtp inclusion to 1.6.3.0 http://bugs.digium.com/view.php?id=5413 if you need additional info, i'm on jabber - cervajs at njs.netlab.cz thanks! --------------------------------------- Marek Cervenka
2004 Feb 20
0
Idmap and ldap backend not working on domain member
Hello, on domain member idmap against ldap is not working. I tryed to dump network communication between MEMBER and ldap server, but Ethereal (0.10.0a) says packets (3 pieces at all) are corrupted and can not be analysed (I have ldap ssl = off). Our setup: Samba domain seems to be working, WinXP logons to domain and users did not report any problems. Server is PDC on samba (3.0.2 on linux
2004 Mar 10
2
How does samba get at OU=Computers?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 How does samba get Computers out of the Computers OU with out going through nss_ldap and doing getpwent? Isn't this pretty much the only way that Samba can get Machine accounts? I'm looking for a way to hide them from the Linux server. - -- - ----------------------------------------------------------------- | I can be reached on the
2004 Mar 15
0
Help identifying errors
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 1. Is there a reference that will help in the identification of Samba errors? 2. Can anyone identify these errors? I' @ log level = 6 and I get: Mar 15 10:58:01 enigma smbd3[4271]: [2004/03/15 10:58:01, 0] lib/util_sock.c:get_peer_addr(952) Mar 15 10:58:01 enigma smbd3[4271]: getpeername failed. Error was Transport endpoint is not connected