Code Monkey home page Code Monkey logo

Comments (6)

mook-as avatar mook-as commented on August 15, 2024

Hi! Sorry, we changed the code around there to reduce the chance of files being accidentally clobbered, and it's possible that I made some errors.

Could you enabled debug logging, restart Rancher Desktop (to ensure the relevant code runs), and then upload your logs? The most relevant file is probably integrations.log but some of the other ones are possibly useful too.

from rancher-desktop.

luca-ballerini avatar luca-ballerini commented on August 15, 2024

@mook-as sure - If it can help the background.log file shows an entry about the change that was made to avoid touching files with xattr

2024-08-07T16:46:12.828Z: UnhandledRejectionWarning: Error: Refusing to manage /Users/lballerini/.bash_profile which has extended attributes

Earlier today I tried to rollback to v1.14.2 and the option works fine

integrations.log
background.log

from rancher-desktop.

mook-as avatar mook-as commented on August 15, 2024

Ah, yeah, that means we're intentionally avoiding to change it (because we now create a new file and rename it in-place, which would have lost your extended attributes).

Can you do a xattr -lv /Users/lballerini/.bash_profile to see what extended attributes the file has? I'm not expecting any, but it obviously has something.

from rancher-desktop.

luca-ballerini avatar luca-ballerini commented on August 15, 2024

Only one, com.apple.provenance same also on the .zshrc and .bashrc

from rancher-desktop.

luca-ballerini avatar luca-ballerini commented on August 15, 2024

Another indirect consequence, is that the Diagnostics section shows an error if the path is exported only on one file. I use zsh so only adding to the .zshrc file, produced this alert

The ~/.rd/bin directory has not been added to the PATH, so command-line utilities are not configured in your bash shell.

from rancher-desktop.

mook-as avatar mook-as commented on August 15, 2024

Yeah, the full set of diagnostics isn't there yet; see #7297 for some of that.

It looks like com.apple.provenance (per this) has to do with quarantine and is probably safe to remove, so we might want to consider just allowing the write if that's the only xattr involved.

from rancher-desktop.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.