search for: _current_

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

2014 Mar 06
2
[PATCH] nouveau: fix fence waiting logic in screen destroy
...nouveau_fence_wait(screen->base.fence.current); - nouveau_fence_ref (NULL, &screen->base.fence.current); + if (screen->base.fence.current) { + struct nouveau_fence *current = NULL; + + /* nouveau_fence_wait will create a new current fence, so wait on the + * _current_ one, and remove both. + */ + nouveau_fence_ref(screen->base.fence.current, &current); + nouveau_fence_wait(current); + nouveau_fence_ref(NULL, &current); + nouveau_fence_ref(NULL, &screen->base.fence.current); } nouveau_object_del(&screen-&g...
2015 Mar 19
2
CRAN binary, but no source
...-2, but there is no 0.5-2 source package >> anywhere. Is this simply a mistake, or it is OK to have binary-only >> packages on CRAN? OOPS, I saw the 0.6 package source, not 0.5. My mistake. Why not recompile? Do you require 0.5 for some reason? I would guess that CRAN requires only the _current_ source, not _every_ source. And http://cran.r-project.org/src/contrib/Archive/Rglpk/ only has the source archived for 0.4-1 >> >> Thanks much, Best, >> Gabor -- If you sent twitter messages while exploring, are you on a textpedition? He's about as useful as a wax frying...
2014 Mar 07
0
[PATCH] nouveau: fix fence waiting logic in screen destroy
...->base.fence.current); > - nouveau_fence_ref (NULL, &screen->base.fence.current); > + if (screen->base.fence.current) { > + struct nouveau_fence *current = NULL; > + > + /* nouveau_fence_wait will create a new current fence, so wait on the > + * _current_ one, and remove both. > + */ > + nouveau_fence_ref(screen->base.fence.current, &current); > + nouveau_fence_wait(current); > + nouveau_fence_ref(NULL, &current); > + nouveau_fence_ref(NULL, &screen->base.fence.current); > } > &g...
2020 Jan 21
2
Security implications of using ControlMaster
On Tue, Jan 21, 2020 at 11:08:51AM +1100, Damien Miller wrote: > So IMO disallowing session multiplexing is at most a speedbump that an > attacker will cross with relative ease. Speedbumps make sense sometimes, An attacker getting root on the jumphost gets immediate control of any _current_ persistent connections and new connections. Without ControlMaster it's a _lot_ harder to take control of current connections, but pretty easy to subvert new connections. So there is a benefit... but a small one. > but they must be weighed against their inconvenience. This is pretty much...
2007 Jun 08
3
map_domain_page
Hi, Can anybody shed light on the Xen function map_domain_page (in xen/arch/x86/x86_32/domain_page.c)? What is it doing? Jinpeng Wei _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2016 Mar 23
2
Fwd: Re: r-base installation fails on Ubuntu 14.04
...gmail.com> To: Dirk Eddelbuettel <edd at debian.org> > Lastly, and please don't take this the wrong way: I think I am helping way > more people like you who for one reason or other insist on older / frozen > system like 14.04 but then desire newer software. Simply running _current_ > Ubuntu and upgrading every six months is IMHO much easier. Are suggesting upgrading to Ubuntu 15 or just running apt-get upgrade or apt-get dist-upgrade (which I've done). Ubuntu 14.04 is the latest LTS version, which is probably why a lot of people are not going to 15. PS Inadvertentl...
2016 Nov 08
2
proplems installing R 2.5 on Ubuntu 14.04
Hi, i'd like to install R 2.5 on an Ubuntu 14.04. I have a special software requiring this old version. While ./configure, i get the following error: checking for mbstate_t... yes checking for X... no configure: error: --with-x=yes (default) and X11 headers/libs are not available The problem is that i don't know which headers or libraries are missing, and when i search with aptitude in
2017 Feb 12
1
Problems installing tibble (ggplot2) in R running Ubuntu 14.04
...is a few | years old, and not compatible with the cran version of 'tibble'. You | should either reinstall Rcpp from CRAN, or, install the development | version of 'tibble' which resolves the issue. Better still, use the repositories maintained by Michael to get a _wide variety_ of _current_ packages: 1. Over 3400 packages from CRAN ready to use as binaries: root at 092af40cc094:/# apt-cache search r-cran- | wc -l 3411 root at 092af40cc094:/# 2. Obviously a current Rcpp (as well as the distro, here 14.04, one) root at 092af40cc094:/# apt-cache policy r-cran-rcpp r-c...
2005 Jan 09
0
[LLVMdev] Version Control Upgrade?
...e. - Perforce is basically bug-free. For every genuine bug an LLVMer finds in Perforce, I will send him or her a box of chocolates and a handwritten apology. :) It's difficult for me to make a strong case that LLVM should switch to Perforce because I haven't had any problems with the _current_ system, but if we are to switch, I'd recommend Perforce highly. It does everything people ever seem to ask of a VCS, and it's quick, easy and fun to use. Really! If you has half an hour to burn, visit http://perforce.com , download the software and have a play. You get "the real t...
2008 Jun 13
2
Compiling from source and networking problem
...le-shooting information from it. In the VM I''ve tried configuring it for DHCP and giving it a static IP. Neither do anything. Should I just format the computer and start from scratch? I''m at my wit''s end here. Any help is appreciated. -matthew Some other details: My _current_ guest config specifies networking as: dhcp="dhcp" vif=[ ''type=ioemu, bridge=xenbr0'' ] /etc/xen/xend-config.sxp says: (network-script network-bridge) (vif-script vif-bridge) My guest is currently running and "brctl show" output: [root@moosen ~]# brctl show b...
2016 Mar 23
0
Fwd: Re: r-base installation fails on Ubuntu 14.04
...elbuettel <edd at debian.org> > > > >> Lastly, and please don't take this the wrong way: I think I am helping way >> more people like you who for one reason or other insist on older / frozen >> system like 14.04 but then desire newer software. Simply running _current_ >> Ubuntu and upgrading every six months is IMHO much easier. > > Are suggesting upgrading to Ubuntu 15 or just running apt-get upgrade or > apt-get dist-upgrade (which I've done). Ubuntu 14.04 is the latest LTS > version, which is probably why a lot of people are not going...
2016 Nov 08
0
proplems installing R 2.5 on Ubuntu 14.04
...when i search with aptitude in the Ubuntu repositories i find a ton of them and don't know which one to install. | | Can anyone help me ? Builds are fully automated; the file debian/control lists in Build-Depends: exactly which packages are needed. Now, we are usually concerned with getting _current_ versions right. For R 3.3.2 we currently have Build-Depends: gcc (>= 4:4.1.0), g++ (>= 4:4.1.0), gfortran (>= 4:4.1.0), libblas-dev, liblapack-dev (>= 3.1.1), tcl8.6-dev, tk8.6-dev, bison, groff-base, libncurses5-dev, libreadline-dev, debhelper (>= 7.2.3), texinfo (...
2017 Apr 19
0
difficulty in Ubuntu 14.04 apt-getting R 3.3.2
...eractive" apt-get install -y --force-yes | --no-install-recommends libcurl3-gnutls libcurl4-gnutls-dev libssl-dev | libssh2-1-dev r-base=3.3.2-1trusty0 r-base-dev=3.3.2-1trusty0 | r-recommended=3.3.2-1trusty0 r-base-core=3.3.2-1trusty0 You are pointing to the normal repo. AFAIK it only keeps _current_ versions and one cannot, as you do here, request arbitrary older versions. But take a look at Carl's 'versioned' Rocker containers which may offer you want you're after. GitHub: https://github.com/rocker-org/rocker-versioned Docker: https://hub.docker.com/r/rocker/r-ver/ Di...
2019 Aug 01
1
c2d4u3.5 packages not working in R 3.5 anymore
Travis users are reporting a lot of these errors when testing packages on R 3.5: Error: package or namespace load failed for ?....? in rbind(info, getNamespaceInfo(env, "S3methods")): This problem seems to happen when a c2d4u package was compiled with R 3.6 and is loaded in R 3.5. The problem does not appear when using the same r-cran-xyz package on R 3.6. I'm not entirely sure
2003 Apr 16
0
Re: "dynamic rate" in htb classes?
> > In other words: Class B''s rate should always be x times the _current_ rate > > of class A. Ceiling rates should apply nevertheless though. > > > > e.g.: Class A: rate 500 kbit, ceil 2000 kbit > > Class B: rate 0.25 * (current rate of class A), ceil 1000 kbit > You can only do this with external scripting. There are two possible...
2015 Mar 19
2
CRAN binary, but no source
...15 at 11:59 AM, John McKown > <john.archie.mckown at gmail.com> > wrote: > [...] > > > > OOPS, I saw the 0.6 package source, not 0.5. My mistake. Why not > > recompile? Do you require 0.5 for some reason? I would guess that > > CRAN > > requires only the _current_ source, not _every_ source. > > > Well, it seems to me that for the OSX Mavericks platform 0.5-2 is the > current version. Because the latest version failed to build on Mavericks: http://www.r-project.org/nosvn/R.check/r-release-osx-x86_64-mavericks/Rglpk-00install.html Possibly b...
2016 Mar 23
2
r-base installation fails on Ubuntu 14.04
On 23 March 2016 at 11:38, Barnet Wagman wrote: | It's a Dell XPS 13. | | Obviously I don't understand what's in libcmanager0. I wonder if I can | safely replace it. I'm a bit uneasy about replacing things Dell | installed. I gather there are some specialized drivers for the monitor | on this system. i) Apply common sense ii) If that fails do 'apt-cache show
2010 Feb 10
5
zfs receive : is this expected ?
amber ~ # zpool list data NAME SIZE ALLOC FREE CAP DEDUP HEALTH ALTROOT data 930G 295G 635G 31% 1.00x ONLINE - amber ~ # zfs send -RD data at prededup |zfs recv -d ezdata cannot receive new filesystem stream: destination ''ezdata'' exists must specify -F to overwrite it amber ~ # zfs send -RD data at prededup |zfs recv -d ezdata/data cannot receive:
2017 Apr 19
4
difficulty in Ubuntu 14.04 apt-getting R 3.3.2
Hi: I have a Dockerfile, which builds an image which installed R 3.3.2 in Ubuntu 14.04, but building using that Dockerfile seems to have stopped working and I am unclear why. I believe the relevant error is: Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet
2001 Aug 30
3
Question about file system capacity
Dear list, pardon my ignorance on ext2/3fs. Is the ext2fs' 4Tb file system and 2GB maximum file size limit still true in ext3fs? Thanks for your reply, Gotze __________________________________________________ Do You Yahoo!? Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger http://im.yahoo.com