search for: actaully

Displaying 20 results from an estimated 36 matches for "actaully".

2018 Aug 15
0
How do I actaully get the current sources from centos-git?
On 08/06/2018 08:15 AM, me at tdiehl.org wrote: > Hi, > > I am trying to retrieve the srpm for the latest centos-release pacakge > from centos-git by following the instructions @ > https://wiki.centos.org/Sources. > > If I run the following commands: > git clone? https://git.centos.org/git/rpms/centos-release.git > cd centos-release/ > git checkout c7 >
2018 Aug 19
1
How do I actaully get the current sources from centos-git?
Hi Johnny, On Wed, 15 Aug 2018 johnny at centos.org wrote: > The issue is specifically with the ability to push sources to > git.centos.org in the shadow cache. > > I can't do that in the current setup, only Red Hat RCM can. I can push > text into git, but not binary files to shadow cache. > > The only package impacted is centos-release, because it is the only >
2002 Aug 21
4
A layman seeks help!
I have been given a 'code' file and a 'data' file which is designed for use in R. I have successfully installed the program onto my pc, but am struggling to actaully use the code. How do i prompt R to read the code file and run? Any ideas? Many thanks Mark ____________ Mark Edwards mark at miic.org.uk ******************************************** DISCLAIMER: The information in this e-mail and any attachment is confidential and may be legally privile...
2018 Aug 06
3
How do I actaully get the current sources from centos-git?
Hi, I am trying to retrieve the srpm for the latest centos-release pacakge from centos-git by following the instructions @ https://wiki.centos.org/Sources. If I run the following commands: git clone https://git.centos.org/git/rpms/centos-release.git cd centos-release/ git checkout c7 ~/centos-git-common/get_sources.sh Everything completes without error. The problem is that the sources that get
2009 Aug 24
4
Samba "use sendfile" configuration option set do disabled as default - why?
Hello, I had problems with speed of Samba, so I was looking for some solution and I had discovered "use sendfile" configuration option. I was checking all Samba release notes and I had discovered, that from some version (older than is in CentOS repo) this option was turned on as default. So my question is, why in CentOS 5.3 is that option in default set to off? Thank you for responses
2007 Oct 02
3
Zaptel slow dial out - TDM400P
Below is a copy of my log, zapata.conf & extensions.conf that relate to the ZAP lines. Basically when we dial out it takes on 10-12 seconds before the ZAP line actaully picks up. I'm hoping to find out what the cause is for this as it's causing user grief with extremely long connect times, and I believe it may be causing issues of cross lines (an outgoing call gets mixed with an incoming call, both ending up on the same line). Incoming calls are processe...
2011 Nov 25
1
Help for RODBC usage on mac
Hi all, I try to use RODBC on my mac machine. I google a lot but could not find a very comprehensive tutorial. Finally, I install iODBC, but there's no driver in iODBC. And I found some commercial ODBC driver. Actaully I just want to learn it ,so free driver will be suitable for me. Does anyone how to use RODBC on mac environment ? And is there any comprehensive tutorial on it ? Thanks -- Best Regards Jeff Zhang [[alternative HTML version deleted]]
2017 Dec 14
4
auth_policy in a non-authenticating proxy chain
...ntication/Policy I had kinda hoped that I would be able to enfore this in a proxy running in front of several backends. This proxy does not authenticate. It use "nopassword". But I realize that the "succes" reported in the final authpolicy req. (command=report) is not what is actaully happening on the IMAP protocol level, but rather the result of the passdb chain in the proxy. (I should probably have predicted this, it's kinda reasonable). However... since the proxy use "nopassword", ALL passdb lookups result in "success", so the proxy will never report...
2008 Aug 01
8
Sharing home directories between two symetric nodes?
Hello, I just discovered Gluster a couple of weeks ago and went through the initial documentation and got it compiled. It looks very promising both for my home network and for work. For now I'm concentrating at home - We have to Ubuntu 8.04 desktops, one for me and one for my wife. We generally try to keep them off when not used but at any time any one of them could be up or down. I was
2009 Jun 20
1
how to apply the dummy coding rule in a dataframe with complete factor levels to another dataframe with incomplete factor levels?
...ame(f1=factor(c('a','b','b')), f2=factor(c('aa','bb','bb'))) #dfB's factor variables have less number of levels #use model.matrix on dfA (matA<-model.matrix(~f1+f2,data=dfA)) #use model.matrix on dfB (matB<-model.matrix(~f1+f2,data=dfB)) #I actaully like to dummy code dfB using the dummy coding rule defined in model.matrix(~f1+f2,data=dfA)) #matB_wanted is below (matB_wanted<-rbind(c(1,0,0,0,0),c(1,1,0,1,0),c(1,1,0,1,0)) ) colnames(matB_wanted)<-colnames(matA) matB_wanted Can someone kindly show me how to get matB_wanted? Many thanks in...
2004 May 05
1
Granule Pos of start of page...
..., is it possible to determine the start time... or do i have to code this separately for each codec and decode the page determine the quantity of data and then subtract it ? Or else scan backwards looking for each of the other streams and use a previous page endpoint as a start point for the page i actaully want to know about. The problem with using previous pages is that if the page you want to know about has a part of a packet from the previous page... then it's actually the last packet on the previous page that starts at that time. Is there an easy solution for this ? Cheers, Zen <p>...
2016 Jun 05
2
What kind of testcases should be required to test IPRA?
...find the > caller for a function, run in a debugger and set a breakpoint) > Ok > > > I am not able to find similar option in llc. > > That's an issue. Looks it may not be feasible to test the analysis in llc > with the current infrastructure. > > I got the trick, actaully I am trying to do the same thing but let me figure out why it does not work? ./print-machineinstrs.ll:; RUN: llc < %s -O3 -debug-pass=Structure -print-machineinstrs=branch-folder -o /dev/null 2>&1 | FileCheck %s ./print-machineinstrs.ll:; RUN: llc < %s -O3 -debug-pass=Structure -print-...
2016 Jun 05
2
What kind of testcases should be required to test IPRA?
...in a debugger and set a breakpoint) >> > Ok > >> >> > I am not able to find similar option in llc. >> >> That's an issue. Looks it may not be feasible to test the analysis in llc >> with the current infrastructure. >> >> I got the trick, actaully I am trying to do the same thing but let me > figure out why it does not work? > ./print-machineinstrs.ll:; RUN: llc < %s -O3 -debug-pass=Structure > -print-machineinstrs=branch-folder -o /dev/null 2>&1 | FileCheck %s > ./print-machineinstrs.ll:; RUN: llc < %s -O3 -debug-pa...
2004 Nov 27
12
New User on FC3
I am a new user of shorewall, and am having some difficulty getting it set up on a new Fedora Core 3 system. When I run the shorewall script in the /etc/init.d the following errror message is received. tarting shorewall: ./shorewall: line 26: 10555 Terminated $exec start >/dev/null 2>&1 [FAILED]
2011 Oct 19
1
gluster map/reduce performance..
Hi, all, i try to check the performance of Map/Reduce of Gluster File system. Mapper side speed is quite good and it is sometimes faster than hadoop's map job. But in the Reduce Side job is much slower than hadoop. i analyze the result and i found the primary reason of slow speed is bad performance in Merging stage. Would you have any suggestion for this issue FYI check the blog
2009 Jan 10
3
[HEADS UP] drm merged to -STABLE
I just merged drm (Direct Rendering) from HEAD. - Support for latest Intel chips - Support and fixes for many AMD/ATI chips r500 and below - Support AMD/ATI IGP based chips (rs690/rs485) - Lots of code cleanups - Lots of other fixes and changes since the existing drm is 2+ years old If you are experiencing a "garbled" screen with
2018 Sep 15
0
auth_policy in a non-authenticating proxy chain
...a hoped that I would be able to enfore this in a proxy running > in front of several backends. This proxy does not authenticate. It use > "nopassword". > > > But I realize that the "succes" reported in the final authpolicy req. > (command=report) is not what is actaully happening on the IMAP protocol > level, but rather the result of the passdb chain in the proxy. > (I should probably have predicted this, it's kinda reasonable). > > However... since the proxy use "nopassword", ALL passdb lookups result > in "success", so the...
2004 Feb 16
1
aov and Error documentation
I could not find any documentation about aov() and Error() usage. Both help pages (for aov and Error) does not specify it. I'm mainly interested in aov with random effects. Thanks a lot. ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.
2007 Nov 09
2
rowSums() and is.integer()
Hi [R-2.6.0, macOSX 10.4.10]. The helppage says that rowSums() and colSums() are equivalent to 'apply' with 'FUN = sum'. But I came across this: > a <- matrix(1:30,5,6) > is.integer(apply(a,1,sum)) [1] TRUE > is.integer(rowSums(a)) [1] FALSE > so rowSums() returns a float. Why is this? -- Robin Hankin Uncertainty Analyst National Oceanography Centre,
2005 Sep 08
2
How do you change the festival voice
Hello. I couldn't see anything in festival.conf. The voice is currently male, and robotic. How do I change this ? Regards...Martin