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

df: getattrlist failed: No such file or directory #129

Open
baumstern opened this issue Jul 28, 2023 · 3 comments
Open

df: getattrlist failed: No such file or directory #129

baumstern opened this issue Jul 28, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@baumstern
Copy link
Member

🕛  Checking disk space requirement for next contribution...df: getattrlist failed: No such file or directory
df: getattrlist failed: No such file or directory
df: getattrlist failed: No such file or directory
@baumstern baumstern added the bug Something isn't working label Jul 28, 2023
@0xjei
Copy link
Member

0xjei commented Aug 3, 2023

Is this a blocking error (i.e., causing unexpected interruption/exit) or a warning?

I kindly ask since it would appear non-blocking at first glance (i.e., multiple console.logs). Could you also give details about the operating system?

@ctrlc03
Copy link
Collaborator

ctrlc03 commented Aug 3, 2023

Macbook m1 silicon - got the user to run the command used by the third-party library (https://github.com/cristiammercado/node-disk-info/blob/master/src/utils/constants.ts#L19) and they got the same warning. Probably something to do with how their disks are organized:

df -P
df: getattrlist failed: No such file or directory
df: getattrlist failed: No such file or directory
Filesystem                                                 512-blocks       Used Available Capacity  Mounted on
...

Does not crash p0tion, just prints warnings at every memory check.

@0xjei 0xjei added enhancement New feature or request and removed bug Something isn't working labels Aug 3, 2023
@0xjei
Copy link
Member

0xjei commented Aug 3, 2023

Macbook m1 silicon - got the user to run the command used by the third-party library (https://github.com/cristiammercado/node-disk-info/blob/master/src/utils/constants.ts#L19) and they got the same warning. Probably something to do with how their disks are organized:

df -P
df: getattrlist failed: No such file or directory
df: getattrlist failed: No such file or directory
Filesystem                                                 512-blocks       Used Available Capacity  Mounted on
...

Does not crash p0tion, just prints warnings at every memory check.

Thank you, if doesn't crash anything, let's switch to enhancement label then instead of bug

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

No branches or pull requests

3 participants