Displaying 20 results from an estimated 36 matches for "snots".
Did you mean:
slots
2017 Feb 21
3
SELInux conflict with Postfixadmin
postfixadmin setup.php is claiming:
*Error: Smarty template compile directory templates_c is not writable.*
*Please make it writable.*
*If you are using SELinux or AppArmor, you might need to adjust their
setup to allow write access.*
This goes away with 'setenforce 0', so it is an SELinux issue. I have
tried both:
restorecon -Rv /usr/share/postfixadmin
and
chcon -R -t
2010 Feb 09
3
subset in a matrix
Hi,
I have a matrix of data values like the example bellow. I would like to
extract a subset of the matrix for the values where the first column is
negative. I am using the subset function. However, I am getting an error
message that the conditional variable doe snot exist. For some reason, the
subset operation only works if I transform the matrix to a data set using
as.data.set(). The help
2017 Feb 21
2
SELInux conflict with Postfixadmin
On 02/21/2017 11:46 AM, Zdenek Sedlak wrote:
> On 2017-02-21 17:30, Robert Moskowitz wrote:
>> postfixadmin setup.php is claiming:
>>
>> *Error: Smarty template compile directory templates_c is not writable.*
>> *Please make it writable.*
>> *If you are using SELinux or AppArmor, you might need to adjust their
>> setup to allow write access.*
>>
2012 Aug 06
1
panic CPU0
I would know if there is anyone that can solve my problem:
I have an error
panic on CPU0
and it tell me that it''snot able to load dom0
and than reboot it
thx , all
_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
2018 Sep 30
0
xapian parser bug?
David — this isn't the behaviour I see what QueryParser alone, unless you're driving it in a way I don't expect. In python:
>>> import xapian
>>> qp = xapian.QueryParser()
>>> qp.add_prefix('subject', 'S')
>>> str(qp.parse_query('subject:"and"', qp.FLAG_DEFAULT|qp.FLAG_BOOLEAN_ANY_CASE))
'Query(Sand at 1)'
2012 Jul 07
5
Feature request
Hi,
I am implementig Dovecot as a part of my new e-mail server, which is aimed
to be replacement for proprietary software I've been using sofar.
Appreciating all Dovecot rich features, I lack just one. And this is the
ability to customize the "quota exceeded, message rejected" message. I know
I can set it's default content using quota_exceeded_message parameter, but
i would
2009 Jul 29
5
Re: Installing VC++ 2005 SP1 Redistribution using wine
Don't want to start a new thread, I think its the same problem. I use ubuntu jaunty and wine 1.1.26, I tried to install secret of monkey island SE which needs vcrun2005sp1 to work. I tried both manual and winetricks but when I run the game I get;
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT" (8.0.50727.762)
err:module:import_dll Library
2011 Feb 02
2
Ofcs2 Questions!
Hello,
First of all, i am new at the list and i have several questions about ocfs2
performance.
Where i am working i am having huge performance problens with ocfs2.
Let me tell my envoriment.
3 Xen VirtualMachines withs ocfs2 mounting an LUN exported over iSCSI. (
acctualy 3 LUNS, 3 ocfs2 clusters )
I am not the one who configured the envoriment, but it is making the
performance of my MAIL
2018 Sep 29
2
xapian parser bug?
Today we noticed that keywords can't be searched as prefixed terms. Or
that's what it looks like anyway. I tested and, or, and not.
╰─% NOTMUCH_DEBUG_QUERY=y notmuch search 'subject:"and"'
Query string is:
subject:"and"
notmuch search: A Xapian exception occurred
A Xapian exception occurred parsing query: Syntax: <expression> AND <expression>
Query
2018 Nov 16
2
LLVM_CONFIG_PATH when building Clang from sources
On Fri, Nov 16, 2018 at 1:02 AM Tom Stellard <tstellar at redhat.com> wrote:
>
> On 11/15/2018 09:47 PM, Jeffrey Walton wrote:
> > On Fri, Nov 16, 2018 at 12:46 AM Tom Stellard <tstellar at redhat.com> wrote:
> >>
> >> On 11/15/2018 09:39 PM, Jeffrey Walton via llvm-dev wrote:
> >>> I'm trying to build LLVM, CFE and RT from sources on an
2004 Jan 19
3
Ingress Shaping using IMQ
Hi Guys,
Here is a question that is probably of concern to many of us.
I am under pressure to provide some solution for ingress traffic
shaping. What my customer demands is to divide the downstream (ingress)
of an ADSL lines to two classes of traffic - important traffic and non
important downloads. He has a very reasonable requirement: he wants a
guarantee of at least 1000kbps at all times for
2011 Nov 26
2
Time for a distributed VCS?
Recently, I've been working on tools for doing high-quality conversions
of project histories from centralized version-control systems like
Subversion to modern decentralized systems like git and hg.
To see what I mean by "high quality", take a look at my DVCS migration
guide: <http://www.catb.org/esr/dvcs-migration-guide.html>. A really
good conversion should, for example,
2017 Feb 21
0
SELInux conflict with Postfixadmin
On 2017-02-21 17:30, Robert Moskowitz wrote:
> postfixadmin setup.php is claiming:
>
> *Error: Smarty template compile directory templates_c is not writable.*
> *Please make it writable.*
> *If you are using SELinux or AppArmor, you might need to adjust their
> setup to allow write access.*
>
>
> This goes away with 'setenforce 0', so it is an SELinux issue. I
2017 Feb 21
0
SELInux conflict with Postfixadmin
On 02/21/2017 11:52 AM, Robert Moskowitz wrote:
>
>
> On 02/21/2017 11:46 AM, Zdenek Sedlak wrote:
>> On 2017-02-21 17:30, Robert Moskowitz wrote:
>>> postfixadmin setup.php is claiming:
>>>
>>> *Error: Smarty template compile directory templates_c is not writable.*
>>> *Please make it writable.*
>>> *If you are using SELinux or AppArmor,
2009 May 02
2
any suggestions on this error?
Error in matrix(unlist(value, recursive = FALSE, use.names = FALSE), nrow =
nr, :
invalid 'ncol' value (too large or NA)
the statement was:
for (i in v) {for (j in m[0,]){if(v[i]==m[0,j]){M[,-j]}}}
where 'v' is a vector, and 'm' and 'M' are both matrices.
--
View this message in context:
2010 Sep 04
0
fts, solr, and client support
I've been playing around with the fts plugins and currently have solr up
and running. While the initial indexing time is pretty rough, the
search performance is impressive. I've run into a problem though- so
far as I can tell, thunderbird (and most other popular clients?)
won't actually take advantage of it. Even using thunderbird's advanced
search and checking the 'run
2010 Oct 24
3
winegcc on non-x86 system
yes, winegcc generates x86 output.
I ever conpiled it on a non-x86 box.
I did not remember whether the generated winegcc generated native code or x86 code.
e.g, how winegcc generates powerpc code.
2007 Jul 12
2
query on sendmail issues
Dear All,
i have installed Centos 4.5 and is working perfectly fine me actually a
novice and is my first time with centos though have experince with redhat
i do have a few queries..
1) i dont see /usr/src/redhat/BUILD and the other 4 directories..
namely RPMS, SOURCES, SPECS, SRPMS
so basically how do i install /src.rpm files
i have installed sendmail ver 13 with mailscanner n spammassassin n
2013 Aug 17
0
Proxy: %$ should contain username
for nomal operations
* login_log_format_elements = %r %m %k
* login_log_format = %$: %s
would be perfect because "proxy(h.reindl at thelounge.net)" contains the username
*but* in case of auth errors "Disconnected (auth failed, 1 attempts in 2 secs)"
does not show the username - hence currently there exists no way to avoid
username double-logging in normal
2005 Sep 28
3
Headline - Linux misses Windows of opportunity
Dear CentOS,
Ken wants you to know about this story on http://www.theage.com.au.
Personal Message:
How much did MS pay for the article?
Linux misses Windows of opportunity
September 27, 2005
URL: http://www.theage.com.au/articles/2005/09/26/1127586780339.html
The online edition of The Age brings you updated local and world news, sports results, entertainment news and reviews and the latest