Dear Open Hub Users,
We’re excited to announce that we will be moving the Open Hub Forum to
https://community.blackduck.com/s/black-duck-open-hub.
Beginning immediately, users can head over,
register,
get technical help and discuss issue pertinent to the Open Hub. Registered users can also subscribe to Open Hub announcements here.
On May 1, 2020, we will be freezing https://www.openhub.net/forums and users will not be able to create new discussions. If you have any questions and concerns, please email us at
[email protected]
SatNOGS project not updating
https://openhub.net/p/satnogs
Analyzed about 1 month ago. based on code collected about 1 month ago.
Hi elkos;
Thanks for the heads up.
The problem is with the shared/dc_motor_50:1.fcstd file. This is preventing us from updating the repository and processing it.
We're running the job on Ubuntu 14.04 LTS with git version 2.8.3. '
When we try running git reset --hard master --
, we get the following:
error: unable to create file shared/dcmotor50:1.fcstd (Input/output error)
Checking out files: 100% (60/60), done.
fatal: Could not reset index file to revision 'master'.
Our working theory is that the colon in the filename is causing the problem. Here's our test:
$ touch testfile:100.tmp
touch: cannot touch ‘testfile:100.tmp’: Input/output error
$ touch testfile100.tmp
$ ls -l testfile100.tmp
-rw-rw-r-- 1 username usergroup 0 May 27 2016 test_file100.tmp
Is there anything you can do to help out?