similar to: CentOS-docs Digest, Vol 93, Issue 1

Displaying 20 results from an estimated 400 matches similar to: "CentOS-docs Digest, Vol 93, Issue 1"

2014 Jul 31
1
Centos Release Update from 6.2 to 6.5
>* Suppose I install CentOS 6.2 now, Suppose in 8 months CentOS 6.5 is *>* released. *> >* Now I issue a yum update, so my system will be updated to CentOS 6.5, or I *>* will have an updated 6.2 ? * *You are requested to explain the update policy of centos in detail . * -- *Sahil* Mobile * - 09467607999* fbAddress*-www.facebook.com/SahilAggarwalg
2011 Apr 06
1
Xen page sharing
Hi sahil: I think the reason why you cannot get page shared is due to the gref you got. Gref is responsible for a page allocated from domU, in my understanding it should not be 0, that is a gref 0 can not be shared, that''s why I skip gref 0 to be nominated. The gref is nominated to Xen and later used to find a corrspond MFN, so it shall not always be the same.
2018 Mar 16
0
Improving "Control-Flow Select" Vectorization Remark
Hello all, My name is Sahil Yerawar, Btech 3rd Year Undergraduate student at IIT-Hyderabad. I am currently working on improving vectorization diagnostic remarks in LoopVectorize.cpp. I have some familiarity with LLVM as we studied it in Compiler Engineering Course at IITH. Here is our first effort to improve one of the remarks. https://reviews.llvm.org/D44067 You might want to have a look at
2008 Jul 27
1
mail extra field to override default mail_location for only certain users
I am running version 1.1.1 with mail_location: maildir:~/Maildir. This is working great as all our users have UNIX accounts with nologin shells. New domains (and their users) are about to come online and we would like to migrate to a setup with virtual mailboxes/users. From the wiki and comments within dovecot.conf, I see it is possible to do this piecemeal so both local and virtual users
2014 Sep 02
2
An R rpm question
I've had a request to downgrade R on one server, to match three others (someone who's just left had important scripts, and I assume they break going a full subrelease...). The server they want downgraded is running 4.1.0-5; the others are running 3.0.1-1. ALL are CentOS 6.5, yet yum downgrade tells me "only upgrade available", and yum list R-core-3.0.2\* gives me "no
2006 May 03
0
RE: [asterisk-biz] Colocation Denmark
Try these guys: http://easyspeedy.com/ Haven't tried them, but when I was looking into a while back they responded quickly. -- Bjorn -----Original Message----- From: asterisk-biz-bounces@lists.digium.com [mailto:asterisk-biz-bounces@lists.digium.com] On Behalf Of Sahil Gupta Sent: Wednesday, May 03, 2006 1:47 PM To: asterisk-users@lists.digium.com Cc: asterisk-biz@lists.digium.com Subject:
2017 Jul 06
0
[Bug Fix] Default values not applied to ... arguments
Thanks for the report, I've fixed 15199 in the AST interpreter in 72664, I will fix it in the byte-code interpreter as well. If you ever needed to disable the JIT, there is API for that, see ?compiler. Note though that by disabling the JIT you won't disable the byte-code interpreter, because code also gets compiled when packages are installed or when the compiler is invoked
2005 Jul 04
3
Colocation/Telehousing
Hi, Is there anybody on the list that recommends anyone for colocation/telehousing in the US? I'm after 2 Servers to be hosted in the US, preferably on the west coast. Regards, Sahil Gupta VoiceValley
2003 May 23
0
Problem with winbind authentication on NT PDC
Hi all, i've problem with the authentication via winbind on a Windows NT PDC. Environment: Samba Server: z800 Linux SLES8 as VM guest on one LPAR SAMBA 3.0 alpha23 PDC: Windows NT 4.0 SP 6a The samba Server is member of the domain, i can check the secret with net rpc testjoin and wbinfo -t. I see the groups and user from the domain with getent group and getent passwd. When i try to
2009 Oct 09
2
Help with printing fixed width
Hello R users, I am writing a summary() for a custom class, and am to display the integers right justified, Say where x is the vector with integers, I am using the following: cat("\t",format(x),"\t"...other columns) this way I am trying to pass the format(x), to the cat function to display it, but still I am getting a kink(b/w the 9th and 10th row). 6 81 170
2017 Nov 28
0
Admins supporting both RHEL and CentOS
Joseph L. Casale wrote: > With a few exceptions, I see most admins treat CentOS as a single > rolling release and rely on the ABI commitment assuming things > just work between point releases. On the other hand I see the > opposite with RHEL where admins constrain installations to the > point release. > > What is the case with users on this list who support both? > Only
2007 Nov 29
1
Hylafax
Hi, We seem to be having some teething issues with a new Hylafax - happy to pay someone to complete the installation. Please contact offlist. Regards, Sahil Gupta Chief Executive Officer VoiceValley Group of Companies Phone: +61-7-30188403 Fax: +61-7-30188499
2005 Jun 07
1
Message Playback
Hi, I'd like to know how I can playback a pre-recorded message to a user using our system without answering the call. I want to do the above in the scenario where the user dials a number and the number has been dialled incorrectly. Regards, Sahil Gupta VoiceValley
2005 Jun 27
1
TE100P
Hi, I have a Gateway running in "TE" (terminal equipment mode as "slave" that I need to connect to my asterisk server using a TE100P card. Can anybody give a quick run up of how to run the TE100P's in Network Termination mode to have this working sucessfully? Cheers! Regards, Sahil Gupta VoiceValley
2006 Jun 06
1
PABX Setup
Hi, We are trying to port over a PABX to our network. Both PRI's seem to be live however, whenever someone dials out from the PABX Asterisk happens to report : -- Extension '' in context 'samsungincoming' from '736327438' does not exist. Rejecting call on channel 0/31, span 2 If crc4 is turned off, it reports a yellow alarm. Any suggestions? Regards, Sahil
2008 Nov 14
1
Dedicated Servers
Hi,I am looking for a reliable provider that can provide 3 dedicated linux servers asap. Unfortunately, the provider I have used for YEARS has become way too slack in recent times and we have to move on. Cheers, Sahil -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20081114/e06232f4/attachment.htm
2017 May 22
2
[PATCH] Ensure correct order of evaluation in macro
Hello, I'd like to contribute this small patch (attached) that I think will help prevent some future bugs from occurring in paste.c. By wrapping the macro's arguments in parentheses, we can ensure that the correct order of evaluation will take place during preprocessing. To illustrate, we can use the == operator which has lower evaluation precedence than the < operator: * With
2009 Feb 09
2
how to get form parameters while using fields_for with nested attributes
hi all.. i am trying to use *fields_for* to get and save nested attributes in a form. i have a ''Partner'' model associated with an ''Address'' model. partner has_many :addresses although the form is displaying fine, but on submitting it the following error is shown: *can''t convert HashWithIndifferentAccess into Array* on this line: *@partner =
2017 Jul 06
2
[Bug Fix] Default values not applied to ... arguments
Hi Duncan, Martin Here's a small patch that fixes bug 15199 reported at: https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15199 I was able to reproduce the bug as Duncan had outlined just fine, but I did notice that when we debug(f), the problem went away. I later realized that f(1,,3) behaved correctly the first time it was executed, but misbehaved as documented on subsequent calls.
2010 Mar 03
1
Help with multtest (rawp2adjp)
Hello R experts, I am trying to analyze this dataset and am stuck on this problem for quite some time now. I am using mt.rawp2adjp. the output that came out was a matrix with two colums since I had asked it to calculate the adjusted p values using one method. so it has the two columns as: rawp BH I combined these using cbind with my actual dataframe. checked using head all was fine. thereafter I