search for: necesssary

Displaying 10 results from an estimated 10 matches for "necesssary".

Did you mean: necessary
2014 Oct 07
3
Xen4CentOS e1000e package
KB and I were looking at repositories to import into git.centos.org recently, and we found the e1000e package -- a rebuild of the Intel e1000 driver for the x4c kernel. Does anyone know if this externally-build module is still necesssary for Linux 3.10? Or for Linux 3.14, which we're planning on moving to at some point in the near future? -George
2003 Feb 28
1
OSX Server - Excel files
...cel files. This is not happening all the time - maybe once in every five access' I posted to a Mac server mail list but had little respone. - one person suggested turning off "opportunistic file locking" on smb. Can somebody advise me on how to do this... from the command line if necesssary It seems that his would be a pretty draconian solution - Has anybody else seen this kind of behaviour? Any other possible causes / fixes? Any help would be appreciated. Hugh Evans
2012 Aug 22
2
Samba4 successful deployment
I've just installed samba4 beta 7 with defaults and everything went OK. As I download bind9.9.1 tarball and compiled it I had to follow steve's advice: to declare we'll be using DLZ_DLOPEN_VERSION 2 in /samba-master/source4/dns_server/dlz_minimal.h /*#ifdef BIND_VERSION_9_8 #define DLZ_DLOPEN_VERSION 1 #else #define DLZ_DLOPEN_VERSION 2 #endif */ #define DLZ_DLOPEN_VERSION 2 I
2006 Jun 26
0
RHEL 3 and quota issues.
...m not including that file. (I then modified quota-fs.h to load "sysquota.h" instead of <sys/quota.h>) I was able to get it to compile and properly show the quota information now. I'd like to do more testing (like seeing if explicitly setting _LINUX_QUOTA_VERSION to 2 is really necesssary) but my one and only RHEL 3 machine is my production mail server, so I can't really do that. Anyways, since I figured out the problem and fixed it for myself, I thought I would share :) Timo, perhaps if you have the time to look at the patch and if the modifications to the quota.h file are ne...
2006 Sep 02
1
imap fails, policy wrong?
...pid=9431 comm="doveco t" name="rob" dev=dm-0 ino=23560377 scontext=user_u:system_r:dovecot_t:s0 tconte xt=user_u:object_r:httpd_sys_content_t:s0 tclass=dir can someone point me in the right direction? apologies if this doesn't contain enough info, will try to get more if necesssary, thanks in advance. (incidentally, the simpler dovecot error message says it can't chdir to my $HOME or its parent, but I see no problem with perms or ownership. ) Rob Lingelbach rob at colorist.org
2009 Aug 25
1
Set up SER as a SIP extension on asterisk server
Hi People We have a client who want to route their outbound calls through our asterisk server. We need them to authenticate as a sip extension so we know which calls are coming through them but the people over their side seem to be a bit clueless and claim they can't authenticate. Does anyone have any pointers for me for setting up a sip extension in a SER that I can pass on as I've
1999 Sep 28
0
configure bug with IRIX 6.5 (Makedep) (PR#288)
Full_Name: Leo Caves Version: 0.65.0 OS: SGI/IRIX 6.5 Submission from: (NULL) (144.32.72.76) using default configure under SGI/IRIX 6.5. (I switched to gnumake, after initial problems, this might not be necesssary). the make rule for creating dependencies is wrong for the SGI C compiler. The rule assumes that cc -M file.c -o file.d works (it doesn't). One needs to explicitly capture stdout to grab the dependencies: i.e. cc -M file.c > file.d simple as that. when I run tests, there are 2 errors repo...
2018 Feb 06
3
What does a dead register mean?
Hi, My understanding of a "dead" register is a def that is never used. However, when I dump the MI after reg alloc on a simple program I see the following sequence: ADJCALLSTACKDOWN64 0, 0, 0, *implicit-def dead %rsp*, implicit-def dead %eflags, implicit-def dead %ssp, implicit %rsp, implicit %ssp CALL64pcrel32 @foo, <regmask %bh %bl %bp %bpl %bx %ebp %ebx %rbp %rbx %r12 %r13 %r14
2016 Jul 11
0
Proposal for technique to stop a timer at any moment
...may be used to manage the debugging +level. The file content is a single integer which represents the number of +"-D" options which may be specified on the command line. If the file is +created, modified or removed while the upsd process is running, the effect is +immediate. It is not necesssary to restart upsd. If both a "-D" option and +the NUT_DEBUG_LEVEL file are present, the higher of the two values applies. +The principal use of this file is in very specific tracing during a test, +possibly under the control of a script which creates and removes the +NUT_DEBUG_LEVEL file....
2006 Apr 06
16
Rails Masters'' debugging techniques -> Rails Recipes?
Hi, This msg for Chad Fowler or anyone who fits the subject line. I bought the Recipes book and really like the way it has been progressing. There is one subject I''d like to see explored in detail. Having come from Assembly and C background I find that a ''must have'' tool in your collection is the debugger. I find debugging a Rails App the most thorny issue inversely