I installed SublimeText 3 (V 3207) on Windows today and Cannot get package installation working. It gave me errors in installing Package Control as well but looking at web I was able to clone the GIT repo to get it installed. But still the Install Package returns with 502 error.
Package Control: Error downloading channel. HTTP error 502 downloading https://packagecontrol.io/channel_v3.json
https://packagecontrol.io cannot be reached directly either. Is there an alternate way to download packages?
Package Control was down due to a migration being carried out by the author. Last year there was a failure on the machine that hosts the site and it was migrated to a backup machine, but the IP address changed and that IP address was one that is blocked in China.
The migration that was done last night moves the site to a new VM that uses the same IP address that it had back before that outage, which restores the ability of China to see and install packages.
The migration is now complete and everything should be working correctly. There is no official backup site, though.
Related
While trying npm install I get NJS-054 error which is related to the oracledb client. However, the code works just fine when on the local machine. Could anyone help me with the error?
It seems that your machine can't find GitHub host.
Map GitHub IP to github.com at the hosts file:
hosts file location on Windows: C:\Windows\System32\drivers\etc\hosts
140.82.118.4 github.com
Installing node-oracledb 4 no longer needs GitHub access so installing will be easier.
Regardless of the install problems, version 2.3 is very old so you should consider upgrading. You may need a new Node.js release: 8.16, 10.6, 12 or later.
I've been deploying VMs with kickstart files and OSes like CentOS7 and Oracle Linux 7 in Spacewalk, I even update the VM with a yum update in the post installation kickstart script, which is amazingly cool. After installation though, it doesn't really keep up to date with the latest version of the operating system, I'd have to download and upload the .ISO to Spacewalk every time an update comes around or do a yum update on the VM itself. Then I found out you can link and schedule an OS repository. I already have a setup of this kind for CentOS7 in Spacewalk.
This works for me:
CentOS7 repository for spacewalk channel example
The link to the CentOS7 repo
However, I haven't found any public repos for OL7. Does this kind of repo simply not exist for Oracle Linux 7?
Also, is there perhaps a better solution to this problem? I'm planning on using Puppet with this setup for the software aspect.
Thanks in advance.
From: Oracle® Linux Administrator's Guide for Release 7
https://docs.oracle.com/cd/E52668_01/E54669/html/ol7-downloading-yum-repo.html
2.3 Downloading the Oracle Linux Yum Server Repository Files
Note
The following procedure assumes that yum on your system is configured to expect to find repository files in the default /etc/yum.repos.d directory.
To download the Oracle Linux Yum Server repository configuration file:
As root, change directory to /etc/yum.repos.d.
cd /etc/yum.repos.d
Use the wget utility to download the repository configuration file that is appropriate for your system.
wget http://yum.oracle.com/public-yum-release.repo
For Oracle Linux 7, enter:
wget http://yum.oracle.com/public-yum-ol7.repo
The /etc/yum.repos.d directory is updated with the repository configuration file, in this example, public-yum-ol7.repo.
You can enable or disable repositories in the file by setting the value of the enabled directive to 1 or 0 as required.
Oracle provides publicly accessible yum repos at yum.oracle.com. They even have their own build of Spacewalk available to customers.
Further, I added ULN support to Spacewalk a while ago, so you can configure it to sync content from ULN if you're a customer. See the Oracle Spacewalk Client Life Cycle Guide for more info: https://docs.oracle.com/cd/E52668_01/E71078/html/swk24-crreposwc.html
Alright REW and Djelibeybi both gave me good answers, instead of using the repo file though I opten to fully use Spacewalk and use the links in the repo file to update the channel. In hindsight I can't believe I didn't come up with this sooner because I knew of the yum public file.
The link to repo file was wrong,
I instead should have just used the links in the repo file to create multiple Spacewalk Channel repositories.
Thank you all, I'm very happy with this solution.
I have an RStudio server (0.99.441) instance shared by several users, running on an Ubuntu 12.04 server with R 3.2.0.
One user complained that the statement library(manipulate) was crashing because the package was missing. Looking into the issue, I found that some users had the manipulate package installed in their home under /home/user/R/x86_64-pc-linux-gnu-library/3.2/manipulate when others didn't. No trace of it in the system libraries. The users who do have it didn't install or copy it manually, so it was installed there automatically.
From what I have found, the manipulate package comes with the rstudio package, and with RStudio desktop they are installed automatically at session startup if not found. However this does not happen when starting a new session on RStudio server, and I couldn't find documentation on this issue.
One solution could be to simply copy these folders to the other users' homes, or even to the system library (rstudio package comes with RStudio and is not on CRAN), but I would like to understand how these packages ended up there in the first place and to find a clean way to install them.
I have a VPS (with OVH.com) running Vesta cp. I recently installed IonCube Loader (to run boxbilling) with success.
I believe it was because of this that my named services now fail to restart, however I cannot be sure. But ever since I installed IonCube Loader they have been functioning incorrectly.
The error I get is: zone [domain].com/IN: loading from master file /home/admin/conf/dns/[domain].db failed: file not found.
I get this with all of my domains I have currently registered with Vesta. Just in case you need it, I run the nameservers through cloudflare before they are forwarded to my VPS.
BoxBilling version 4+ does not require IonCube loader plugin.
You can download latest BoxBilling release from github
Update from 3.6 to 4 can be tricky.
I am attempting to download an older version of Cygwin (1.7.16) in order to compile an open source project (Dummynet - windows port).
The only way i found of doing so is by using a project known as Cygwin Time Machine.
In order to use this i downloaded the cygwin 1.7 installer from 'ftp://www.fruitbat.org/pub/cygwin/setup/1.7/setup-1.7.exe', and when prompted for a download site, added 'ftp://www.fruitbat.org/pub/cygwin/circa/2012/08/20/222043'. However, the download fails with the following error :
Unable to get setup-2.ini from
ftp://www.fruitbat.org/pub/cygwin/circa/2012/08/20/222043
Im looking for help in getting past this error, or any other alternative way of installing Cywgin 1.7.16 (Aug 20, 2012).
The Admin at Cygwin Time Machine was kind enough to point me to the solution. The issue can be resolved by downloading the cygwin setup exe from cygwin.com/setup-x86.exe and starting it with the -X option. Once started, one may choose any cygwin 1.7.* snapshot url from the cygwin time machine site and add that as the mirror to download and install cygwin from.