Giter Site home page Giter Site logo

Comments (12)

programrty avatar programrty commented on July 18, 2024 2

#files/GIT/asus-fan-control/src/./asus-fan-control set-temps 40 45 55 60 65 70 75 80
file /proc/acpi/call does not exist

from gitpack.

dominiksalvet avatar dominiksalvet commented on July 18, 2024 1

@arthas168 Please answer the same questions as @programrty – GitPack log, questions from #7 (comment) and Git version...

from gitpack.

programrty avatar programrty commented on July 18, 2024

kernel 5.6.4 from kernel.org

from gitpack.

dominiksalvet avatar dominiksalvet commented on July 18, 2024

Hello @programrty and welcome to the asus-fan-control community! 👋 😄

First, running those programs without being installed as stated in their appropriate readme.md files is not tested and may result into issues like the one you are describing. 🐛 Please, do not ever use master branch source... use at least the latest release tag if you have to do it manually.

Please, do not rush - let us examine one issue at time (now your OP issue). Please, provide full GitPack log, which you can find in the /var/log/gitpack/gitpack.log file and maybe we can come up with something... 💡

from gitpack.

dominiksalvet avatar dominiksalvet commented on July 18, 2024

BTW, I have moved this issue to GitPack as it looks like to be more GitPack-related.

from gitpack.

programrty avatar programrty commented on July 18, 2024

Hello

Please, do not rush - let us examine one issue at time (now your OP issue). Please, provide full GitPack log, which you can find in the /var/log/gitpack/gitpack.log file and maybe we can come up with something... 💡

/files/GIT/gitpack # src/gitpack install github.com/dominiksalvet/gitpack
fatal: Invalid object name refs/remote/HEAD
<ERROR> install github.com/dominiksalvet/gitpack

gitpack.log

2020-04-16 10:20:25 [log] src/gitpack install github.com/dominiksalvet/gitpack
2020-04-16 10:20:25 [db] /var/lib/gitpack/status
2020-04-16 10:20:25 [install] github.com/dominiksalvet/gitpack
2020-04-16 10:20:25 [url] github.com/dominiksalvet/gitpack
2020-04-16 10:20:25 [repo] github.com/dominiksalvet/gitpack /var/cache/gitpack/repo/github.com/dominiksalvet/gitpack/
2020-04-16 10:20:27 [get] github.com/dominiksalvet/gitpack /var/lib/gitpack/status
2020-04-16 10:20:27 [exit] 128

from gitpack.

dominiksalvet avatar dominiksalvet commented on July 18, 2024

Ok, thanks. 👌

  1. What is the output of git config --list on your system?
  2. Please run GitPack with clean, e.g. src/gitpack clean and check whether the issue persists.
  3. If so, go to GitPack cache directory (global - /var/cache/gitpack, local - ~/.cache/gitpack) and find your desired Git repository (e.g., /var/cache/gitpack/repo/github.com/dominiksalvet/gitpack/.git) and once you are in this directory, run tree refs/ and report the output. Please install tree if you do not have it, or provide the refs/ directory structure another way.
  4. To have a complete idea of GitPack's execution, please provide the output of the command with tracing enabled by running sh -x <command>. E.g., sh -x src/gitpack install github.com/dominiksalvet/gitpack.

These steps will definitely point us towards the core of this issue.

from gitpack.

dominiksalvet avatar dominiksalvet commented on July 18, 2024

BTW, what is your Git version (git --version)? 🤔

from gitpack.

axiomatic-aardvark avatar axiomatic-aardvark commented on July 18, 2024

Hello @dominiksalvet ! 👋 I'm having the same issue... Doesn't seem like this convo is resolved

from gitpack.

axiomatic-aardvark avatar axiomatic-aardvark commented on July 18, 2024

@dominiksalvet

First off, git version is 2.28.0

I ran gitpack clean but the issue is still there, I cannot find a gitpack file in my ~/.cache folder though :(

gitpack.log contains the following:

2020-09-15 07:25:13 [log] src/gitpack install github.com/dominiksalvet/gitpack
2020-09-15 07:25:13 [db] /var/lib/gitpack/status
2020-09-15 07:25:13 [install] github.com/dominiksalvet/gitpack
2020-09-15 07:25:13 [url] github.com/dominiksalvet/gitpack
2020-09-15 07:25:13 [repo] github.com/dominiksalvet/gitpack /var/cache/gitpack/repo/github.com/dominiksalvet/gitpack/
2020-09-15 07:25:14 [get] github.com/dominiksalvet/gitpack /var/lib/gitpack/status
2020-09-15 07:25:14 [cp] github.com/dominiksalvet/gitpack d5a9f75a89eefbd5316b5abe956d28d3a5358327 global
2020-09-15 07:25:14 [insert] github.com/dominiksalvet/gitpack d5a9f75a89eefbd5316b5abe956d28d3a5358327 /var/lib/gitpack/status
2020-09-15 07:25:14 [backup] /var/lib/gitpack/status /var/lib/gitpack/status.bak
2020-09-15 07:25:14 [exit] 0

from gitpack.

dominiksalvet avatar dominiksalvet commented on July 18, 2024

I ran gitpack clean but the issue is still there, I cannot find a gitpack file in my ~/.cache folder though :(

If you run sudo gitpack ... (global access), it uses /var/cache/gitpack. If you run gitpack ... (local access), it uses ~/.cache/gitpack. E.g., try sudo gitpack paths vs gitpack paths...

gitpack.log contains the following:

Are those the last lines after reaching the fatal error?


Anyway, please read #7 (comment) again and answer all questions. Otherwise, I cannot help you.

I am also starting to suspect that you do not have the same issue as the OP. Please read all the issue posts again and let me know.

from gitpack.

dominiksalvet avatar dominiksalvet commented on July 18, 2024

Soon, the whole new GitPack, version 1.0.0, will be released and there is a decent amount of changes compared to 0.7.0. Closing this issue as it might be irrelevant for 1.0.0. Should it happen on 1.0.0 again, create a new issue or we can reopen this one. Thank you for understanding. 🎉

from gitpack.

Related Issues (6)

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.