search for: e084dab9

Displaying 20 results from an estimated 29 matches for "e084dab9".

2012 Mar 18
2
Secure apt
...d Michael Rutter's ppa to my repository.? I cannot do this from the command line.? I think I may be behind a firewall so copying the key to a text file is my best option.? When I search for the key at http://keyserver.ubuntu.com:11371/ the search fails. Tried typing and cutting and pasting E084DAB9 into the search box without success. How can I get the key?
2012 Jun 12
2
Attempting to update from R 2.14 to 2.15 on Ubuntu
...CRAN added 2012-06-12 deb http://probability.ca/cran/bin/linux/debian squeeze-cran/ I also have updated my gpg code as instructed in http://cran.r-project.org/bin/linux/ubuntu/README (thanks to Dan Nordlund on the R-help list) Results sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E084DAB9 [sudo] password for john: Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /tmp/tmp.28YKFHKFht --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv-keys E084DAB9 gpg:...
2012 Sep 22
2
How to upgrade from 2.15.1 to 2.15.1 patched?
...R under Ubuntu 12.04 (as far as I remember, Dirk Eddelbuettel recommended this and helped me on several occasions with the installation): 1) sudo emacs /etc/apt/sources.list 2) add: deb http://stat.ethz.ch/CRAN/bin/linux/ubuntu precise/ 3) do: gpg --keyserver keyserver.ubuntu.com --recv-key E084DAB9 gpg -a --export E084DAB9 | sudo apt-key add - 4) do: sudo apt-get update sudo apt-get install r-base Cheers, Marius
2018 Sep 06
1
cran-r debian readme used to include security flaw
I had to bust the cache on one of my Docker images and when I rebuilt it I noticed something rather concerning from the `apt-get install` step: gpg: requesting key E084DAB9 from hkp server ha.pool.sks-keyservers.net gpg: key E084DAB9: public key "Totally Legit Signing Key < mallory at example.org>" imported gpg: key E084DAB9: public key "Michael Rutter <marutter at gmail.com>" imported gpg: Total number processed: 2 gpg: i...
2012 Jun 12
6
Attempting to update from R 2.14 to 2.15
I am very new to Linux so I probably am doing something stupid but I cannot seem to update to R 2.15 Using Ubuntu 12.02 Precise Penguin I realise that debian packages are not updated regularly so I tried to follow the insructions at the R-site So far, I have modified /etc/apt/sources.list to read ## R CRAN added 2012-06-12 deb http://probability.ca/cran/bin/linux/debian squeeze-cran/ Issued
2012 May 25
2
How to set symbolic link correctly so that LaTeX finds Sweave?
...tallation which I had to make due to other reasons) to install R the "Ubuntu way": ,----[ R installation: ] | 1) sudo emacs /etc/apt/sources.list | 2) add: | deb http://stat.ethz.ch/CRAN/bin/linux/ubuntu precise/ | 3) in a terminal: | gpg --keyserver keyserver.ubuntu.com --recv-key E084DAB9 | gpg -a --export E084DAB9 | sudo apt-key add - | 4) the "standard way": | sudo apt-get update | sudo apt-get install r-base | sudo apt-get install r-base-dev | sudo apt-get build-dep r-base-dev `---- ,----[ .libPaths() shows: ] | "/usr/local/lib/R/site-library"...
2016 May 12
2
Problem with Install R on Linux Ubuntu 16.04 Xenial Xerus
...ow is the the output and the commands from the terminal: sudo echo "deb http://cran.rstudio.com/bin/linux/ubuntu xenial/" | sudo tee -a /etc/apt/sources.list [sudo] password for atakan: deb http://cran.rstudio.com/bin/linux/ubuntu xenial/ gpg --keyserver keyserver.ubuntu.com --recv-key E084DAB9 gpg: requesting key E084DAB9 from hkp server keyserver.ubuntu.com gpg: key E084DAB9: "Michael Rutter <marutter at gmail.com>" not changed gpg: Total number processed: 1 gpg: unchanged: 1 gpg -a --export E084DAB9 | sudo apt-key add - OK sudo apt-get update Hit:1 http:/...
2015 Oct 20
2
Ubuntu CRAN repository not signed
Hi, In the aftermath of the signing key expiring a couple of days ago, it seems that the Ubuntu repositories are no longer signed (there is no Release.gpg file present). This is not a good situation as users cannot verify the packages' origin. I hope this will be fixed promptly :-) Thank you, Mikko Pesari
2016 Sep 04
1
Please update GPG signature to long format.
...'s GPG key, and as a consequence installs malware. For that reason (better explained in http://lwn.net/Articles/697417/), it is recommended to use long IDs or even full fingerprints. I am therefore suggesting to update the instructions at <https://cran.rstudio.com/bin/linux/ubuntu/>. s/E084DAB9/E298A3A825C0D65DFD57CBB651716619E084DAB9/ (Note that I tested only in Debian Stable, which is one year older as Trusty, so it might be good to doublecheck on a Trusty system that it works as expected.) Have a nice day, Charles -- Charles Plessy Tsurumi, Kanagawa, Japan
2015 Oct 20
1
Ubuntu CRAN repository not signed
...Release.gpg file present). This is not a good situation as users cannot >> verify the packages' origin. > > Mikko, > > I renewed the key on Sunday. If you add the key again, you should be > good to go. > > sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E084DAB9 > > Michael > Hi Michael, Yes, I realized that the key was renewed, but the issue is that the repository contents are actually not signed using the new key. I'm looking at https://cran.r-project.org/bin/linux/ubuntu/trusty/ and the Release.gpg file is missing. This prevents apt-ge...
2012 Jan 23
1
help upgrading R in Ubuntu
....uk/R/bin/linux/ubuntu natty/ I am trying to get the key from keyserver.ubuntu.com through port 11371 (I checked it's open) using both options mentioned (console and webpage) but I am getting the following errors: #translated from spanish $ sudo gpg --keyserver keyserver.ubuntu.com --recv-key E084DAB9 [sudo] password for david: gpg: WARNING: unsafe ownership of config file `/home/david/.gnupg/gpg.conf' gpg: external program calls inactive due to unsafe file permissions. gpg: communication error with key server: Error general gpg: key server reception failed: Error general And in the webpag...
2015 Aug 18
2
Server certificate verification failed
Hi all, I have the following in my apt sources.list file: deb https:// /bin/linux/ubuntu trusty/ I issued the following command to obtain the public key: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E084DAB9 I am receiving the following error message though after updating the Synaptic package manager: Failed to fetch https://cran.revolutionanalytics.com/bin/linux/ubuntu/trusty/Packages server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Any assistance th...
2014 Apr 18
1
Ubuntu 13.10 - not able to upgrade R
...tackoverflow description: 1) Added the cran mirror link to the sources list(I've actually tryed with 3 different mirrors just in case)sudo gedit /etc/apt/sources.listdeb http://cran.cnr.berkeley.edu/bin/linux/ubuntu/ saucy/ 2) Getting the key step gpg --keyserver keyserver.ubuntu.com --recv-key E084DAB9gpg -a --export E084DAB9 | sudo apt-key add - 3) Run the updates/upgradessudo apt-get update && sudo apt-get upgrade After a large list of succesful updates i get the following result in the terminal: W: Failed to fetch http://cran.cnr.berkeley.edu/bin/linux/ubuntu/saucy/InRelease W: Fail...
2015 Apr 16
3
Cannot Install R to Trusty 14.04
Hello, I've followed the instructions at several different how to sites: http://cran.r-project.org/ http://r-interface.blogspot.com/2012/04/install-r-jgr-and-deducer-in-ubuntu.html http://stackoverflow.com/questions/28273441/receiving-unmet-dependency-while-installing-r-base-on-ubuntu-14-10 I've installed R to various Ubuntu's before, including trusty, but recently it has stopped
2016 Mar 21
3
Outdated r-base-core when installing on Ubuntu 14.04
...usty/ deb http://ports.ubuntu.com/ubuntu-ports/ trusty-backports main restricted universe (Note: I've tried a couple different R mirrors and it doesn't affect anything as far as I can tell) 2) Add Michael Rutter's key with sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E084DAB9 3) Update sources and attempt to install R: sudo apt-get update sudo apt-get install r-base Here is the full text of the error I get: sudo apt-get install r-base Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This m...
2018 Jan 16
2
lost ability to apt-get install r-base=3.4.2-1trusty1
Hello, I need a specific version of R installed for consistency reasons. I do the standard setup steps: echo "deb https://cran.ma.imperial.ac.uk/bin/linux/ubuntu trusty/" | sudo tee -a /etc/apt/sources.list sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E084DAB9 sudo apt-get update And then a simple install call, which used to work just fine some time ago, tosses an error: ubuntu at test:~$ sudo apt-get -y install r-base=3.4.2-1trusty1 Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be inst...
2017 May 04
1
R 3.4.0 for Ubuntu zesty?
Dear Michael, Thanks for looking into this. It seems to be working now. apt-cache madison r-base-core r-base-core | 3.4.0-1zesty | http://cran.rstudio.com/bin/linux/ubuntu zesty/ Packages r-base-core | 3.3.2-1 | http://archive.ubuntu.com/ubuntu zesty/universe amd64 Packages r-base | 3.3.2-1 | http://archive.ubuntu.com/ubuntu zesty/universe Sources Best regards, ir. Thierry Onkelinx
2012 Jan 13
2
Problem Installing R to SuSE 10 via RPM
Hi, I'm trying to install R from an rpm locally to my account (the reason I'm not doing it through yast/yast2/zypper is that the sys admin isn't yet willing to install it, and doesn't want to support it, but will help me support it if I install it locally -- in short, policy problems rather than technical). Below is the SuSE version, Kernel version, and rpm install error I'm
2012 Jul 01
8
Regresión lineal múltiple: modelo polinómico de grado 3 superpuesto a componentes cosenoidales
Hola:   Tengo un modelo de regresión lineal en el cual las componentes son cosenoidales, y lo construyo del siguiente modo:     modelo = "y ~ I(t) + I(t^2) + I(t^3) + x1[, 1] + x2[, 1]" x1[, 1] = cos(2 * pi * t / periods[1]) x2[, 1] = sin(2 * pi * t / periods[1]) for (i in 2:nComp) {   x1[, i] = cos(2 * pi * t / periods[i])   x2[, i] = sin(2 * pi * t / periods[i])   modelo =
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