Windows 11 - Terrain (Terra) EPERM: operation not permitted, rename - Tried everything - windows

Sorry for yet another post on this. I have tried everything. Permissions, clearing cache, reinstalling everything, restarting, doing all this in various orders, running as administrator, Powershell, etc etc. I've followed the instructions from previous posts on EPERM on this topic with npm - I've been through the first 2 pages of Google on the topic and the general advice is:
Clear cache with --force
If in Windows check permissions on folders
Something about prefix: but I didn't really understand that and file seems to just revert?
Generally reinstalling npm
And various other similar. I've done all of this and spent a good few hours on this.
Just to clarify the issue: When running terrain to build a new project (scaffold) I get a rename error Error: EPERM: operation not permitted, rename '.unzipped\terrain-core-template-main' ->
As I say, I have looked down all the EPERM advice already on here and nothing I could see there is solving the problem.
Could it have something to do with the Terrain code? I also see when installing Terrain I get some warnings like various things are no longer supported: formidable, har-validator, uuid, request, cli-ux, superagent
Really hope someone can offer some advice here. Thanks

Related

Failing to install Git (exit code 128) on IntelliJ Windows EDIT: SOLVED

I am trying to install Git on IntelliJ IDEA Community edition and I got bunch of errors. After closing those errors nothing is installed. I tried to google for solutions, but unsuccessful. Maybe anyone have suggestions what to do? I added some screens to show the errors. Thank you in advance.
P.S. I tried to install Git directly to Windows, but same situation happaned. Same errors.
EDIT: SOLVED.
Actually for this problem solution I was looking around 4 hours... Feeling so happy to find the right way!
So the thing what I did to solve:
1. Updated my windows to latest.
2. Deleted all applications related to Git.
3. Went to regedit and followed the given instructions which I found by googling:
HKEY_LOCAL_MACHINE -> SYSTEM -> SERVICES -> NULL and there you will find file called Start. Change the existing value to 1.
4. Restart your operation system.
5. Install necessary Git applications.
That was it. Thanks for the answers!
...

Dep Ensure Not Working Following New Computer Install From Git

I just finished up my first big project for a software engineering company, but when I tried to install the code on my personal computer tonight I am having trouble with Go. I set up my GOPATH and GOROOT and things seem to be okay. Here are those:
Everything worked GREAT today on the work computer, but now its just a pain. I'm getting all kinds of errors, but the biggest is that it "cannot find package." It is also giving me an error for "use of internal package not allowed" when it worked just fine on my work computer. I worked primarily in the front end so I'm a little ignorant on the subject, but I texted a co-intern and he didn't know either. I am thinking its my Go installation.
We used dep ensure for the dependencies and it is looking in the wrong place. for the vendor files. Here is an example of the file structure:
I would LOVE some help with this because I was so excited to show this thing off we worked so hard on, If anyone is interested here is the GitHub link!
https://github.com/acstech/doppler-events
Thank you everyone!

Fatal error: Class 'Magpleasure_Filesystem_Helper_Data' not found

I'm getting an error in the admin page when I try to login, it was working fine and I would like to know if you can please help find out what may be causing the error and how to fix it. The error is:
Fatal error: Class 'Magpleasure_Filesystem_Helper_Data' not found in /home/site/public_html/app/Mage.php on line 546
The admin page is only showing the header and the error line code, the search box but the search box is not giving any results neither. However, the front of the store is working find, no issues in front. Please help, thank you
Best Regards,
Jenny
99% that you were hacked and that you didn't apply the two patches which were released by magento some weeks ago...
I have seen that issue 1 day ago at a client side of mine and they also didn't apply the patch.
check also this: https://magento.stackexchange.com/questions/64461/error-logging-in-the-admin-panel-fatal-error-class-magpleasure-filesystem-help
It also happened to me. Did not install the security patches.
Follow the steps from this post:
https://magento.stackexchange.com/questions/64461/error-logging-in-the-admin-panel-fatal-error-class-magpleasure-filesystem-help
Remove all files: app/code/community/Magpleasure/Filesystem/
Clear your cache, login should be possible now.
Check for new "Admin Users"
Patch your System with SUPEE-5344!
This happened to my site AGAIN, even after removing the magepleasure files, and then installing the 2 security patches.
I looked in the community and local folders as noted above in the way that I fixed this the first time around. This time there was one called Ma2.
I deleted the files from both places and deleted the cache folder contents on the server. I was then able to get the backend again. There was another unauthorized user, deleted it.
There is a remaining problem though. Anybody know where to look to fully delete the problem?
This is Compiler Error edit index.php, there just comment out following lines
$compilerConfig = MAGENTO_ROOT . '/includes/config.php'; if
(file_exists($compilerConfig)) {
include $compilerConfig; }
it will fix now..
This looks like an extension has been installed but not completely. The error is because Magento is trying to find the file Magpleasure_Filesystem_Helper_Data which I guess will either be under code base local or community app/code/local/Magpleasure/Filesystem/Helper/Data.php but the file is not there.
I would suggest reinstalling the extension either by magento connect or locally and deploy to your system and if you are still having issues contacting the developer directly may be your best bet.

clone_at and fetch returning Rugged::NetworkError: This transport isn't implemented. Sorry

So I have been attempting to incorporate the ability to both fetch and clone repo's using rugged. I have tried the following
repo.fetch("origin")
and this
remote = Rugged::Remote.lookup(repo, remote_name)
remote.connect(:fetch)
also this
subject.clone(url, local_path)
All of these return with the error
Rugged::NetworkError:
This transport isn't implemented. Sorry
Now, ordinarily, I would take the error as it not being implemented yet. However, having seen questions asked like this, and this. I question the accuracy of that error.
I have ensured that libgit2 and libssh2 are both installed on the my local system running this code.
I have also looked through the source attempting to find where this error is generated, and was unable to locate it. To me, this does not make sense, since the error is not as descriptive to point to specifically where it is failing.
My question is, is this intended behavior? I would think it is not, based on the questions and answers I found regarding this. In which case, does someone know if this is a common issue? Any help is appreciated.
so I discovered the issue, in that that libgit2 and libssh2 where not properly linking at installation of rugged using bundler. I was pointed in this general direction by this answer.
By running the following command
bundle install --path bundle/
The conflict was resolved.

Sage cell installation not working, extreme frustration

I have spent all day trying to install the Sage Cell package and have been quite frustrated. I have been following the instructions at:https://github.com/sagemath/sagecell
Seems pretty reasonable, huh?
First problem occurred at step 4, in the "UPDATE:" that requires a git pull. After attempting the git-pull many times, and googling the error I was getting, which was: fatal: https://github.com/ipython/ipython/pull/4195/info/refs?service=git-upload-pack not found: did you run git update-server-info on the server?
It seemed to be that either the pull had been deleted or I somehow didn't have permissions to get it. However, the instructions on the site: http://sage.math.washington.edu/home/jason/sagecell/README.html don't have the UPDATE so I figured I'd go ahead and attempt the install anyways. I ran ./sage -i http://sage.math.washington.edu/home/jason/sagecell-spkg/sagecell-2014-03-01.spkg and got a long, winded error which looks something like this:
Note: Bypassing https://pypi.python.org/simple/backports.ssl_match_hostname/ (disallowed host; see http://bit.ly/1dg9ijs for details).
Note: Bypassing https://pypi.python.org/simple/backports.ssl-match-hostname/ (disallowed host; see http://bit.ly/1dg9ijs for details).
Couldn't find index page for 'backports.ssl_match_hostname' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Note: Bypassing https://pypi.python.org/simple/ (disallowed host; see http://bit.ly/1dg9ijs for details).
No local packages or download links found for backports.ssl-match-hostname
error: Could not find suitable distribution for Requirement.parse('backports.ssl-match-hostname')
Error installing tornado-3.2.tar.gz.
real 0m8.891s
user 0m2.315s
sys 0m0.933s
************************************************************************
Error installing package sagecell-2014-03-01
Followed by contact info for sage, who I have also emailed but am hoping for a response here as well.
I can't answer all this, but I am pretty sure that Sage currently has Ipython 1.2 or so, and Sage 6.3 will have Ipython 2.1 or so. My suspicion is hence that those steps are more than unnecessary.
Edit: However, this doesn't seem to be the cause of the backport error message... See this sage-devel thread:
I had to do
./sage -sh -c "easy_install backports.ssl-match-hostname"
before installing the package - this way this thing is downloaded and
installed, while during installation of the package extra downloads
are prohibited.
The Sage Cell installation instructions are in a state of flux as we transfer maintainership over to Andrey Novoseltsev. Before that, the best way to understand how to install the cell server was to use/mimic the shell scripts I used to install the public server (in the contrib/vm directory) because these shell scripts changed sometimes daily, and my focus was on pushing the main server forward.
Andrey is working on the install process now, and said (in response to hearing about this stackexchange post): "This is definitely my project for this week. I can't promise a particular date time since I have some other things going on, but I'll make sure that install of sagecell.sagemath.org is documented in the way it can be repeated and all others are either removed or marked clearly as not tested/working. Thank you for keeping track of things!"

Resources