search for: unsettling

Displaying 20 results from an estimated 52 matches for "unsettling".

Did you mean: unsetting
2015 Jun 17
2
selinux allow apache log access
> > That's because there's already a zabbix module loaded (the message isn't > very informative!). I forgot that the received wisdom is to insert "my" in > front of ones own modules i.e.: > grep zabbix /var/log/audit/audit.log | audit2allow -M myzabbix > semodule -i myzabbix.pp Hmm no luck there either: [root at monitor2:~] #semodule -i myzabbix.pp
2015 Jun 17
2
selinux allow apache log access
> > Try something like: > grep zabbix /var/log/audit/audit.log | audit2allow -M zabbix > semodule -i zabbix.pp Thanks for your response! However this is what happens when I try to install the module: [root at monitor2:~] #semodule -i zabbix.pp libsepol.print_missing_requirements: zabbix's global requirements were not met: type/attribute zabbix_t (No such file or directory).
2003 Nov 30
2
Cisco 6.0 + Asterisk question
I have several phones running Cisco's 6.0 SIP software release at this time. Two of the phones have not shown any abnormal behaviors, but one of them has an unsettling propensity to lock up after several hours, where the softkey labels disappear and the phone stops registering, requiring the standard *-6-settings reboot sequence. Otherwise, the phone seems to work OK except for a slight flickering of the LCD (hence my suspicions that this might be a hardware...
2006 Feb 17
1
indications issues in Singapore?
Hi all, haven't seen many posts about asterisk in Singapore... Getting a server going there and was wondering if TDM400Ps will be fine in FCC mode, and if there are indications / cadence values that I should be putting on there as in other international locations. Seen an unsettling post on voip-info about Singapore issues with Call Polarity/Hangup Detection -- crossing my fingers I don't run into that problem :-) Any tips appreciated, -- Chris Earle System Solutions Specialist -- This message has been scanned for viruses and dangerous content by MailScanner, and is...
2017 May 11
1
xrealloc namespace conflict
...oes not allow calls of the form | "xrealloc(ptr, 0)". | | I can work around this issue pretty easily, by either renaming my | version of xrealloc to something else, or by avoiding calls of the form | "xrealloc(ptr, 0)". So, this is not a major issue, but it's a little | unsettling to see this behavior when my package does not explicitly link | to or use anything from libreadline. | | Is there a reason this behavior is only manifesting on Linux? Is there | something wrong with the way I'm compiling my package on that platform? | Is this just some quirk about the way R...
1997 Nov 30
2
nmbd crashing as domain controller
Hi, We've been over this before many times, I think... it's about nmbd crashing in 1.9.17 (all patchlevels, AFAIK). Various suggestions have been suggested (cron jobs to kill off / restart nmbd every hour) but no fixes to nmbd itself (I think). Do the Samba team know of a fix (or could they do one; if they know what the problem is)? A new [fast] machine added to our network recently
2020 Jun 13
2
Samba not providing the right encryption in Kerberos
Hi, I have a domain with 3 DCs running 4.11.8. The database itself dates back to Samba3 and has been gradually updates over the years. When I check out a ticket I get the following results from klist -e Ticket cache: FILE:/tmp/krb5cc_0 Default principal: user at OLDDOMAIN Valid starting Expires Service principal 06/12/2020 23:25:04 06/13/2020 09:25:04 krbtgt/ OLDDOMAIN at
2015 Jun 16
2
selinux allow apache log access
Hey guys,. I have a centos 7 machine I'm using as a zabbix server. And I noticed that apache won't start, with this complaint in the error log: (13)Permission denied: AH00091: httpd: could not open error log file /var/log/zabbix_error_log. AH00015: Unable to open logs I tried having a look at audit2allow and this is the response I get back: [root at monitor2:/etc/httpd] #grep http
2015 Sep 14
2
[LLVMDev] Inconsistent result between GCC and Clang for __builtin_fmodf
Following simple program gives different answers when compiling with GCC (4.8.4) and ToT Clang: $ cat builtin_fmodf_bugpoint.cpp #include <cstdio> int main(int argc, char** argv) { const float a = 1.0f; const float b = 0.1f; printf("%f mod %f = %f\n", a, b, __builtin_fmodf(a, b)); return 0; } $ g++ -o builtin_fmodf_bugpoint_gcc builtin_fmodf_bugpoint.cpp $
2005 Dec 19
2
Advanced search/filter use cases
...articularly well by any framework I''ve used, including Rails. I''d like to fix that. :) Right now, my major pet peeves are: 1. Long, ugly, repetitive methods that check each criterion for nil/empty and then append to arrays of join tables, conditions and condition variables. 2. Unsettling mix of model and controller responsibility when constructing Paginators 3. Reduced form helper support for form elements that aren''t linked to a model class 4. A bit too much ugly code necessary to get pagination links to send along the original search params 5. No built in support for...
2006 Jan 16
2
LoginEngine vs. LoginGenerator?
I just saw a mention here of LoginEngine, which I hadn''t heard of before. Last week when I was digging for user-account sample code for my web-app, I instead found the LoginGenerator and started using that: http://wiki.rubyonrails.com/rails/pages/LoginGenerator Is one of these preferred over the other? From skimming the API docs, it does seem that LoginEngine has more features,
2008 Apr 25
2
PXE / Kickstart / nfs ....
...install 50 diskless servers using PXE / kickstart, it all starts well, DHCP server issues a dynamic address, tftp issues the kickstart file, the client starts reading the KS file but at some point anaconda brings up an unhandled exception related to Python when reading Comps.xml?? What is really unsettling is the fact that if I plug a IDE cdrom to the server (it has an IDE port inside) and boot from cd/dvd, then I can issue a: linux ks=nfs:198.162.0.0.:/export/moonshine/ks.rnode.cfg and it will work perfectly, not breaking at all the network installation. Please note that the clients have two networ...
2017 May 06
2
xrealloc namespace conflict
I have a package on CRAN now (corpus-0.3.1) that is currently failing tests on Linux, but passing on all other architectures: https://cran.r-project.org/web/checks/check_results_corpus.html I believe that the issue arrises from a namespace class between "xrealloc", which my package provides for internal use, but which R also seems to provide (possibly as part of TRE in
2017 Mar 21
4
Clang -O0 performs optimizations that undermine dynamic bug-finding tools
Hi everyone, I found that Clang -O0 performs optimizations that undermine dynamic bug-finding tools. First, most bug finding tools such as ASan, Valgrind, Dr. Memory, Mudflap, Purify and Safe Sulong (on which I am working) rely on detecting errors during the execution of the program. They either insert additional checks during compile-time or during run-time which are executed when the program
2015 Jun 10
2
CentOS 7 Repeating Update Messages
I've install yum-cron on a new CentOS 7 host and after a recent update I am now getting daily repeating emails about that update instead of the single notification I was expecting. Does anyone know what's going on? Kirk
2015 Jun 11
0
CentOS 7 Repeating Update Messages
On 10/06/15 17:07, Kirk Bocek wrote: > I've install yum-cron on a new CentOS 7 host and after a recent update > I am now getting daily repeating emails about that update instead of > the single notification I was expecting. Does anyone know what's going > on? > > Kirk > _______________________________________________ > CentOS mailing list > CentOS at
2015 Jun 17
0
selinux allow apache log access
Try something like: grep zabbix /var/log/audit/audit.log | audit2allow -M zabbix semodule -i zabbix.pp On 16/06/15 15:58, Tim Dunphy wrote: > Hey guys,. > > I have a centos 7 machine I'm using as a zabbix server. And I noticed that > apache won't start, with this complaint in the error log: > > (13)Permission denied: AH00091: httpd: could not open error log file >
2015 Jun 17
0
selinux allow apache log access
On 17/06/15 15:27, Tim Dunphy wrote: >> Try something like: >> grep zabbix /var/log/audit/audit.log | audit2allow -M zabbix >> semodule -i zabbix.pp > > > Thanks for your response! However this is what happens when I try to > install the module: > > [root at monitor2:~] #semodule -i zabbix.pp > libsepol.print_missing_requirements: zabbix's global
2015 Jun 17
0
selinux allow apache log access
On 17/06/15 16:29, Tim Dunphy wrote: >> That's because there's already a zabbix module loaded (the message isn't >> very informative!). I forgot that the received wisdom is to insert "my" in >> front of ones own modules i.e.: >> grep zabbix /var/log/audit/audit.log | audit2allow -M myzabbix >> semodule -i myzabbix.pp > > > Hmm no luck
2017 Oct 13
0
Centos 7.4 32-bit
On 13/10/17 09:53, Harold Toms wrote: > I've just noticed the i386 Centos 7.4 updates have appeared, including > bringing it to kernel 3.10.0-693.2.2. I suspect that a great deal of > work had to go in to achieving this. May I say a big "Thank-You" to > everyone who has made this possible! > > Oops! Must be Friday 13th or something... that title should have been