Displaying 11 results from an estimated 11 matches for "netv".
Did you mean:
net
2017 Oct 20
1
IMAP stops responding.
...port
the Config itself is fairly simple, lookup through MySQL to find username/password etc - I don't really see any obvious option. Also, limiting users/sessions per IP isn't really a good idea as we have a great deal of customers behind NAT.
Med venlig hilsen/Best regards
S?ren P. Skou
Netv?rkstekniker
[logo]
Teglholmsgade 1
0900 K?benhavn C
Tlf: 69 12 12 12
E-mail: sps at danskkabeltv.dk<mailto:sps at danskkabeltv.dk>
Web: www.danskkabeltv.dk<http://www.danskkabeltv.dk/>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.png...
2003 Jun 28
0
SV: Newbie questions.....
...campus network. But a working enviroment I would
really
be very careful. It would be almost impossible to troubleshoot.
It is very important to know your current setup in details, and what
you
hope to gain by using Asterisk.
If my English is to bad then I apologize ... :-)
Cheers,
Johnny Witt
Netv?rksspecialist
CSIS - Combined Services & Integrated Solutions
Majsmarken 9 * DK2680 Solr?d Strand * Denmark
Tlf : (+45) 56 13 11 83 * Mobil (+45) 28 66 28 48 * jwi@csis.dk
2004 Jul 21
1
Windows 2000/2003 shares -> danish character problem.
Hello all.
I have been given an assignment to mount a share automatically for each
user using a given Linux machine (Mandrake 10 in this case). This is
working fine, thanks to pam_mount, BUT:
The mounted share contains national characters like this: ? ? ?.
The problem I'm having is that when I mount these on Linux the '?' looks
like 'o' but cannot be accessed like that. It
2003 Jun 20
7
Newbie questions.....
Hi.....
I have just successfully setup Asterisk with 2 Cisco 7940 phones (converted
for SIP) and a SIP softphone on a W2K box.....and it all seems to work very
well.....to those who wrote this software, it is really cool.
Anyway, I am new to this software, and I have a lot of questions which I am
hoping someone on the mailing list might be able to answer for me.....I am
basically trying to
2019 Apr 08
0
[PATCH v4 2/7] common: Bundle the libvirt-ocaml library for use by virt-v2v
...pack_args
+{
+ local $_ = shift;
+
+ if ($_ eq "conn") {
+ "virConnectPtr conn = Connect_val (connv);"
+ } elsif ($_ eq "dom") {
+ "virDomainPtr dom = Domain_val (domv);"
+ } elsif ($_ eq "net") {
+ "virNetworkPtr net = Network_val (netv);"
+ } elsif ($_ eq "pool") {
+ "virStoragePoolPtr pool = Pool_val (poolv);"
+ } elsif ($_ eq "vol") {
+ "virStorageVolPtr vol = Volume_val (volv);"
+ } elsif ($_ eq "sec") {
+ "virSecretPtr sec = Secret_val (secv);"
+ } e...
2019 Dec 16
3
[v2v PATCH 0/2] Move libvirt-ocaml copy to v2v repo
libvirt-ocaml is used only by virt-v2v, so move it to this repository,
instead of having it around in the common submodule.
The removal from common will happen later.
Pino Toscano (2):
common: Bundle the libvirt-ocaml library for use by virt-v2v
build: switch embedded copy of libvirt-ocaml
.gitignore | 2 +
3rdparty/libvirt-ocaml/Makefile.am |
2018 Aug 30
8
[PATCH 0/7] RFC: switch v2v to ocaml-libvirt
Hi,
this is a mostly done attempt to switch to ocaml-libvirt, embedding the
latest version of it from git. This way, it is possible to improve the
way v2v connects to libvirt for both input, and output modules, and
interacts with libvirt (e.g. no more virsh calls needed in virt-v2v).
As side effect, virt-v2v now requires libvirt, as keeping it optional
would create too much burden.
I could not
2018 Nov 27
8
[PATCH v2 0/7] RFC: switch v2v to ocaml-libvirt
Hi,
this is a mostly done attempt to switch to ocaml-libvirt, embedding the
latest version of it from git. This way, it is possible to improve the
way v2v connects to libvirt for both input, and output modules, and
interacts with libvirt (e.g. no more virsh calls needed in virt-v2v).
As side effect, virt-v2v now requires libvirt, as keeping it optional
would create too much burden.
I could not
2019 Jan 30
8
[PATCH v3 0/7] RFC: switch v2v to ocaml-libvirt
Hi,
this is a mostly done attempt to switch to ocaml-libvirt, embedding the
latest version of it from git. This way, it is possible to improve the
way v2v connects to libvirt for both input, and output modules, and
interacts with libvirt (e.g. no more virsh calls needed in virt-v2v).
As side effect, virt-v2v now requires libvirt, as keeping it optional
would create too much burden.
I could not
2019 May 20
8
[PATCH v5 0/7] v2v: switch to ocaml-libvirt
Hi,
this series switches virt-2v to ocaml-libvirt, embedding the latest
version of it from git. This way, it is possible to improve the way
v2v connects to libvirt for both input, and output modules, and
interacts with libvirt (e.g. no more virsh calls needed in virt-v2v).
As side effect, virt-v2v now requires libvirt, as keeping it optional
would create too much burden.
I could not test all
2019 Apr 08
12
[PATCH 43 0/7] v2v: switch to ocaml-libvirt
Hi,
this series switches virt-2v to ocaml-libvirt, embedding the latest
version of it from git. This way, it is possible to improve the way
v2v connects to libvirt for both input, and output modules, and
interacts with libvirt (e.g. no more virsh calls needed in virt-v2v).
As side effect, virt-v2v now requires libvirt, as keeping it optional
would create too much burden.
I could not test all