search for: necesssari

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

Did you mean: necesssary
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
Hi, I am new to this list, so please excuse any redundancy in my question. I have 60 Windows XP users who are tied into three Mac OSX File - Xserve file servers. There is one big problem - ... we are having issues with Excel files, that on occasion, are not being recognized, taking literally minutes to load and other quirky abnormalities. Excel on the XP desktop machines will refuse to save
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.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Thanks to code provided by Geo Carncross, I was able to determine what the problem was with v2 quota support on RHEL 3 using ext3 filesystems. I've included a patch file for quota-fs.c <sys/quota.h> on RHEL 3 sets _LINUX_QUOTA_VERSION to 1 if it's not defined by default. I copied <sys/quota.h> to ./sysquota.h and edited it to
2006 Sep 02
1
imap fails, policy wrong?
up until a week or so ago, I had no problem using IMAP logging into a server running Fedora Core (I think 4 or 5 ) with dovecot 1.0. Had used squirrelmail and other mail agents using IMAP with no problem. as of 2 days ago, I get a squirrelmail error "ERROR: Connection dropped by IMAP server. Query: CAPABILITY" and turning on dovecot debugging shows the following:
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
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
Here is patch 2 of 2. Roger diff -rup -x '*.html' -x '*.8' -x '*.5' nut-2.7.4.orig/docs/man/upsd.txt nut-2.7.4.dev/docs/man/upsd.txt --- nut-2.7.4.orig/docs/man/upsd.txt 2015-12-29 09:42:34.000000000 +0100 +++ nut-2.7.4.dev/docs/man/upsd.txt 2016-07-07 10:08:51.939354892 +0200 @@ -119,6 +119,16 @@ administrative functions like SET and IN controlled in
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