search for: _root_

Displaying 8 results from an estimated 8 matches for "_root_".

Did you mean: _root
2011 Feb 16
0
[elflink] _root_.c32 shallow ELF module
Hi, I'm trying to figure out how to link against symbols from the core com32 shallow module at runtime. I see references to _root_.c32 (EXEC_ROOT_NAME) in com32/lib/sys/module/exec.c, but can't find where this module is created in the build infrastructure, if indeed it is created at all. Does anyone have any pointers?
2017 Apr 11
0
Good practices to make a Kerberos "mount.cifs" launched by root but with the credentials of another user
...; is just a random string generated by pam_krb5. Then, I have a logon script which is set by Lightdm via this config: root at stretch:~# cat /etc/lightdm/lightdm.conf.d/custom.conf [SeatDefaults] ... session-setup-script = /usr/local/bin/logon Important: this script is run as _root_ and during the execution of this script the envvar USER is well set and I have USER == "bob" _but_ no KRB5CCNAME envvar is set. The KRB5CCNAME envvar is set in the graphical session of bob but not during the execution of the logon script. In the logon script, I want to make the mounts of...
2003 Mar 19
2
Agent Socket Directory
Dear All, Is it possible to move agent sockets to directories other than /tmp? For ex., move to /var/run/ssh? I don't know if anyone has asked for this before. I'm asking this because according to the current FHS 2.2 (http://www.pathname.com/fhs/), PID files and sockets should always go to /var/run. I understand that it is not possible for an ordinary user to write to /var/run,
2015 Jan 03
2
Help with installing Apache Solr with Dovecot 2.2
...0 This is the Solr schema file, place it into solr/conf/schema.xml. by Adrian Jon kriel --> <schema name="dovecot" version="1.5"> <field name="_version_" type="long" indexed="true" stored="true"/> <field name="_root_" type="string" indexed="true" stored="false"/> <types> <!-- IMAP has 32bit unsigned ints but java ints are signed, so use longs --> <fieldType name="string" class="solr.StrField" omitNorms="true"/>...
2015 Mar 05
2
Dovecot Full Text Search: HTTP 500 : Unknown fieldType 'text_general' specified on field text. [SERIOUS]
...>> >> --> >> >> <schema name="dovecot" version="1.5"> >> >> >> >> <field name="_version_" type="long" indexed="true" stored="true"/> >> >> <field name="_root_" type="string" indexed="true" stored="false"/> >> >> >> >> <types> >> >> <!-- IMAP has 32bit unsigned ints but java ints are signed, so use >> >> longs --> >> >> <fieldType nam...
2006 Jun 18
7
memory pages nulling when releasing
Hello everyone! Could you tell me if FreeBSD supports memory page nulling when releasing it to prevent unauthorized access to data left in the page after it's allocated again. If it does, what sys calls etc provide that? IMHO this is an important issue when operating data with different sensivity levels. Thanks in advance. Nick
2015 Mar 05
3
Dovecot Full Text Search results in SolrException: undefined field text [SERIOUS]
Hello, My dovecot constantly runs into this error. I want to fix this one last time, I am tired of troubleshooting so please someone give me a lasting and proper solution for this error. I think its a problem with the dovecot-solr module. Please tell me how do I find the root of this problem with Dovecot. There is a problem with the body search text field. It always fails(with no result), other
2011 May 25
1
[GIT PULL] elflink ldlinux
Hi, These patches contain support for some features that are already in Syslinux 4 but weren't working properly on the elflink branch. It's another step closer to feature parity with Syslinux 4. Having to jump through the comboot API for localboot support is less than ideal and I'll eventually fix that, probably when we move a big chunk of code from asm to C. Also, there's a