search for: utsl

Displaying 7 results from an estimated 7 matches for "utsl".

Did you mean: util
2008 Aug 16
1
PAM session closes too soon
...nable effort? Also, for pam_mount to work correctly, there must not be any file descriptors open in the mounted file system when the session closes, as otherwise unmounting is impossible. Will dovecot release all fds into the mail and index files when the session ends, or can it be made to do so? (UTSL is an acceptable answer.) Thanks in advance. Lauri Alanko la at iki.fi
2006 Jan 23
8
OT: Problem rotating logs with lighttpd
Hi everybody, this is a little OT. We are using Lighttpd as a webserver for Rails. Our problem is that when we rotate the logs everyday at the end of the process, lighttpd stops writing the logs. To solve this we have to restart the server manually each time. We use a common Debian, lighttpd-1.4.7, Rails 1.0 and fcgi-2.4.0. I have tracked the lighttpd bugs, and I haven''t found
2001 Dec 05
1
permitopen for -R connections?
...24 (on a unix box) or bind to any port on a windows box. Does anybody have any ideas? I am working from the 3.0.2p1 release of the code. It seems like channels.c is the proper place to put this code if I can develop it. Is there any roadmap to how the code in connect.c is used or is this a case of UTSL? I just took a cursory glance through the code and I fail to see any functions in channels.c that are intended for setting up the reverse forwarded connections. I assume I will have to add a new check function in: serverloop.c:server_input_global_request at: /* check permissions */...
2008 Mar 19
5
[LLVMdev] 2 experimental projects
Hi all, I have two llvm projects in different stages of execution: 1) Parallel "make check". Modelled after the successful clang "make test -jX" experiment, I am now bold enough to sink my teeth into the LLVM test suite. I have a prototype implementation, along the same lines, ready. 2) <class Use> size reduction. After some conversation with Chris I think we are ready
2013 Dec 10
7
[PATCH] libxc/arm: Correctly handle the difference between virtual and physical address
xc_dom_alloc_page deals with virtual address not physical address. When an ELF is loaded, virtual address and physical address may be different. Signed-off-by: Julien Grall <julien.grall@linaro.org> --- tools/libxc/xc_dom_arm.c | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/tools/libxc/xc_dom_arm.c b/tools/libxc/xc_dom_arm.c index a40e04d..75a6f1c
2010 Jan 18
18
Is ZFS internal reservation excessive?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 zpool and zfs report different free space because zfs takes into account an internal reservation of 32MB or 1/64 of the capacity of the pool, what is bigger. So in a 2TB Harddisk, the reservation would be 32 gigabytes. Seems a bit excessive to me... - -- Jesus Cea Avion _/_/ _/_/_/ _/_/_/ jcea at jcea.es -
2006 Apr 25
0
PAE broken
I ran into a problem with the PAE version of the hypervisor. I'm looking at xen-hypervisor-3.0-i386-pae_3.0.2+hg9611-1_i386.deb from alioth, and I ran into a problem with PAE being disabled in the binary: $ zcat xen-3.0-i386-pae.gz | strings | grep PAE PAE=yes PAE disabled. PAE mode mismatch between Xen and DOM0 (xen=%s, dom0=%s) It should look like: PAE=yes PAE enabled, limit: %d GB PAE