Giter Site home page Giter Site logo

Comments (7)

digitalentropy avatar digitalentropy commented on August 27, 2024

Is the folder path the same on the new computer?

Per the instructions, once you set up ProxSpace for the first time you cannot change the path without breaking functionality.

from proxspace.

ewangsoft avatar ewangsoft commented on August 27, 2024

Is the folder path the same on the new computer?

Per the instructions, once you set up ProxSpace for the first time you cannot change the path without breaking functionality.

The original folder is in partition D, now in partition E.
That's not OK?

from proxspace.

digitalentropy avatar digitalentropy commented on August 27, 2024

from proxspace.

ewangsoft avatar ewangsoft commented on August 27, 2024

To my knowledge it must be the same exact path. You can probably manually change the path in the configuration files but I haven’t dug into it to see what needs to be adjusted. From: ewangsoft [email protected] Sent: Thursday, October 17, 2019 10:40 PM To: Gator96100/ProxSpace [email protected] Cc: Babak Javadi [email protected]; Comment [email protected] Subject: Re: [Gator96100/ProxSpace] About copying proxspace folder to new computer running error (#22) Is the folder path the same on the new computer? Per the instructions, once you set up ProxSpace for the first time you cannot change the path without breaking functionality. The original folder is in partition D, now in partition E. That's not OK? — You are receiving this because you commented. Reply to this email directly, view it on GitHub<#22?email_source=notifications&email_token=AAKYZPSR7ENYHMTKUIOOATTQPFDZHA5CNFSM4JCAQLWKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBSXCZI#issuecomment-543519077>, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAKYZPQIR3WM2ZPMZMUYUOTQPFDZHANCNFSM4JCAQLWA.

I put it back in the previous position and still prompt "unknown + user @ desktop-bdf7vmj mingw64 ~"

from proxspace.

iceman1001 avatar iceman1001 commented on August 27, 2024

...proxspace is quite allergic to spaces in the folderpath leading to it. Make sure you don't have any..

this will error...
c:\program data\myuser\proxspace

from proxspace.

Gator96100 avatar Gator96100 commented on August 27, 2024

ProxSpace/msys2 is not suited for path changes, however it can be done. The unknown user problem is a result of an error in msys2/user_setup.sh most likely because a space or special character in the path and not because you moved ProxSpace. When ProxSpace is moved, every package needs to be reinstalled (although you might get away with just reinstalling qt5, not tested!!!). For reinstalling every package, a script like this can be used:

#! /bin/sh

for pkg in $(pacman -Q | cut -d' ' -f1); do
    pacman -S --noconfirm $pkg
done

As you need to reinstall everything you should only do it if there is a good reason to use an existing ProxSpace setup. The reinstallation will most likely take longer and use more bandwidth than a new installation of ProxSpace. The package cache is cleared after the first installation and pacman needs to download every package again.

from proxspace.

ewangsoft avatar ewangsoft commented on August 27, 2024

ProxSpace/msys2 is not suited for path changes, however it can be done. The unknown user problem is a result of an error in msys2/user_setup.sh most likely because a space or special character in the path and not because you moved ProxSpace. When ProxSpace is moved, every package needs to be reinstalled (although you might get away with just reinstalling qt5, not tested!!!). For reinstalling every package, a script like this can be used:

#! /bin/sh

for pkg in $(pacman -Q | cut -d' ' -f1); do
    pacman -S --noconfirm $pkg
done

As you need to reinstall everything you should only do it if there is a good reason to use an existing ProxSpace setup. The reinstallation will most likely take longer and use more bandwidth than a new installation of ProxSpace. The package cache is cleared after the first installation and pacman needs to download every package again.

Thank you. The whole package has been downloaded and reinstalled. It may take less time than repairing the installation.

from proxspace.

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.