Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issues with fpart and CUR_FP_FLE #20

Open
fusionmc-evilscoop opened this issue Jun 5, 2024 · 5 comments
Open

issues with fpart and CUR_FP_FLE #20

fusionmc-evilscoop opened this issue Jun 5, 2024 · 5 comments

Comments

@fusionmc-evilscoop
Copy link

Getting this error -

WARN: fpart has finished and the calculated chunk file [/root/.pfp2/fpcache/f.4]
  doesn't exist.  At this point, the number of chunk files
  (NBR_FP_FLES) = [4]. Unless there's valid reason to continue, you should
  consider killing this run and filing a bug.
1758 : chunk file overrun. CUR_FP_FLE = [/root/.pfp2/fpcache/f.4],  NBR_FP_FLES=[4]
ls: cannot access '/root/.pfp2/fpcache/f.4': No such file or directory
1760 : status of [/root/.pfp2/fpcache/f.4] : []

fpart v1.2.0
parsyncfp2 version 2.59 (Smooth Close)
Ubuntu 20.04.5 LTS

The fpart is the older version that runs from 0 so file count is 4
CUR_FP_FLE 4th file is f.3 which is why I believe this is giving an error....

Ive tried to fix myself, but my coding skills are not that great and its beyond a quick fix

I did also try setting $FPSTART = 0 ;
but this didnt help

@fusionmc-evilscoop
Copy link
Author

found if I add the f.4 file then remove it the error goes away

touch f.4
sleep 5
rm -f f.4

@hjmangalam
Copy link
Owner

hjmangalam commented Jun 14, 2024 via email

@fusionmc-evilscoop
Copy link
Author

fusionmc-evilscoop commented Jun 14, 2024

have to source install the fpart then...
1.2 is the latest in 20.04 which is an LTS and so still in use
https://packages.ubuntu.com/search?keywords=fpart

These are work machines and not meant to have source installs on them, policy is repo only, certainly cant release upgrade them

@hjmangalam
Copy link
Owner

hjmangalam commented Jun 14, 2024 via email

@fusionmc-evilscoop
Copy link
Author

:(
on a cronscript yes, its going to cause an issue...
manually, the workaround works...just not pretty lol

shame there isnt a way to detect fpart version and adjust accordingly....
failing that, ill have to wait for end of support in 2025 :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants