search for: flok

Displaying 18 results from an estimated 18 matches for "flok".

Did you mean: flow
2017 Feb 13
1
Where to know the BAR size of NVIDIA GPU
Hi floks, I have a platform that only could provide 32MB memory space for PCIe endpoint. So if I would like to use a NVIDIA GPU, could you ,nouveau folks, kindly point me to the right products that require less that 32MB MEM, so I could buy one before knowing that my platform could use it. :) Thanks.
2005 Jan 26
1
cant do it in CLI anymore?
Hi Floks, This is probably really dumb but here goes: I used to be able to place calls to my SIP phones from the CLI using the 'Dial' command for testing. I have installed asterisk on a new machine and copied over the .confs and started it up. It all works fine. But when I try to initiate a ca...
2017 Aug 16
2
Re: check-release FAILED (was: Re: [PATCH] builder: templates: debian: use single-partition layout)
Hey, >make check-TESTS >make[3]: Entering directory '/var/tmp/tmp6eZDyW/libguestfs/tests/c-api' >make[4]: Entering directory '/var/tmp/tmp6eZDyW/libguestfs/tests/c-api' >PASS: /var/tmp/tmp6eZDyW/libguestfs/tests/c-api/.libs/lt-test-create-handle >PASS: /var/tmp/tmp6eZDyW/libguestfs/tests/c-api/.libs/lt-test-config >PASS:
2015 Jun 15
1
Tinc and OpenWRT
I already have a package made, if anyone would like me to I could submit it. On 2015-06-13 17:26, Florian Klink wrote: > Hey Saverio, > > I'd really like the idea of a tinc-1.1-pre package for OpenWRT. I'm > currently using tinc-1.1 with an Ed25519-only network, really like the > new features and CLI and want to add some OpenWRT routers into the mix. > > How do you
2010 Nov 22
1
What if geoRglm results showed that a non-spacial model fits?
Hi R-people: Working in geoRglm, it shows me, according to AIC criterion, that the non-spacial model describes the process in a better way. It's the first time that I'm facing up to. These are my results: OP2003Seppos.AICnonsp-OP2003Seppos.AICsp #[1] -4 (OP2003Seppos.lf0.p<-exp(OP2003Seppos.lf0$beta)/(1+exp(OP2003Seppos.lf0$beta))) #P non spatial #[1] 0.9717596
2017 Aug 18
2
Re: [PATCH] builder: templates: debian: use single-partition layout
>Sorry for the delay, I have been (in fact, still am) on holiday. > >I pushed this now. No problem, same here :-) Thanks!
2017 Aug 26
0
[PATCH 2/2] builder/templates: remove Debian 6 (Squeeze)
it's not on the mirrors anymore, so not installable anymore. --- builder/templates/debian-6.index-fragment | 32 ------------------------------- builder/templates/make-template.ml | 1 - 2 files changed, 33 deletions(-) delete mode 100644 builder/templates/debian-6.index-fragment diff --git a/builder/templates/debian-6.index-fragment b/builder/templates/debian-6.index-fragment
2015 Jul 02
0
[PATCH 2/2] setup_outgoing_connection: log to LOG_DEBUG on if no known address
With AutoConnect = yes, tinc tries to establish connections to known hosts. However, you could have set no Address for this host, which is perfectly fine (as long as there is at least one bootstrap node with an address or a local discovered node already part of the network) So log this to LOG_DEBUG --- src/net_socket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git
2015 Jul 02
1
[PATCH 1/2] (read|append)_config_file: log open errors as LOG_DEBUG
In a "decentrally managed vpn" it is very likely that host config files for some reachable nodes do not exist. Currently, tinc fills the logs with "Cannot open config file" messages. This commit changes the log level to LOG_DEBUG so syslog doesn't get filled by default. --- src/conf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/conf.c
2015 Feb 09
0
Tincd fails to resolve domain names before it is started name resolution becomes available.
Am 02.02.2015 um 19:32 schrieb Nicol?s Reynolds: > William Kennington <william-5Om/gJxqp8Dx9BLsLxWUfA at public.gmane.org> writes: > >> Agreed. >> On Feb 1, 2015 4:21 AM, "Etienne Dechamps" <etienne-ypMCQUleWbRvynnTyRI/EA at public.gmane.org> wrote: >> >>> Considering how cheap that operation seems to be, would it make sense >>> to
2013 Oct 16
0
libvirt_lxc: "reboot -f" causes libvirt_lxc process to stop, but domain is still "running" for libvirt
Hi, I have a libvirt_lxc system container (with systemd). After running "reboot -f" inside the container, I get "Rebooting.\n". htop shows that the libvirt_lxc and all subprocesses are stopped, but from libvirt api/virsh/virt-manager, the domain is still "running". So it looks like libvirtd doesn't detect that libvirt_lxc process was stopped... Florian
2013 Dec 11
2
internal error: unexcepted domain type lxc, excepted one of these: qemu, kqemu, kvm, xen
Hi, I'm not able to create lxc domains anymore with libvirt 1.2.0-1. The current arch linux package is affected by this bug: https://bugs.archlinux.org/task/38007). vm.xml: <domain type="lxc"> <name>test</name> <memory unit="GiB">2</memory> <os> <type>exe</type> <init>/sbin/init</init> </os>
2014 Apr 15
1
Segmentation fault running doveadm index (lucene) on a big mailbox
Hi, on a server running dovecot 2.2.12 I have a user with a quite big mailbox (~37000 Mails in the INBOX). I tried to enable full text search using the fts_lucene backend (dovecot 2.2.12). However, the `doveadm -v index -u <username> INBOX` always runs into a segmentation fault after mail number 24200: I tried to get a backtrace using gdb: doveadm(<username>): Info: INBOX:
2013 Sep 30
2
Unable to start libvirt_lxc domain a second time after shutdown
Hi, I'm unable to start a lxc domain again after shutting it down. Something doesn't seem to "clean up" the socket file (and probably more), as the error message says "Unable to start Domain: Failed to connect socket to '/var/run/libvirt/lxc/test.sock': Connection refused." I can create a domain with the same config as the one thats shutted down, but with
2015 Jun 15
2
Tinc and OpenWRT
Is your package built with or without OpenSSL? How do you intergrate with UCI? Can I view the makefile somewhere? Florian Am 15.06.2015 um 11:48 schrieb shikkc: > I already have a package made, if anyone would like me to I could submit > it. > > On 2015-06-13 17:26, Florian Klink wrote: >> Hey Saverio, >> >> I'd really like the idea of a tinc-1.1-pre package
2017 Aug 26
5
[PATCH 1/2] builder/templates/debian.preseed: enable serial console
Also unify .index-fragment files --- builder/templates/debian-7.index-fragment | 7 ------- builder/templates/debian-8.index-fragment | 7 ------- builder/templates/debian-9.index-fragment | 18 ++++++------------ builder/templates/debian.preseed | 1 + builder/templates/make-template.ml | 6 ------ 5 files changed, 7 insertions(+), 32 deletions(-) diff --git
2015 Jun 13
2
Tinc and OpenWRT
Hey Saverio, I'd really like the idea of a tinc-1.1-pre package for OpenWRT. I'm currently using tinc-1.1 with an Ed25519-only network, really like the new features and CLI and want to add some OpenWRT routers into the mix. How do you plan to handle things with OpenSSL? tinc-1.1 from git should be able to compile without it (but will then only support the built-in algorithms). Depending
2017 Aug 14
3
[PATCH] builder: templates: debian: use single-partition layout
The previously selected 'atomic' recipe resulted in 2GB swap in a 6GB volume. Also, we don't really need the boot partition, so just create a partition using the whole disk space. --- builder/templates/debian.preseed | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/builder/templates/debian.preseed b/builder/templates/debian.preseed index