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

"creation time is not available on this platform currently" #576

Closed
bobblkabb opened this issue Aug 26, 2019 · 10 comments
Closed

"creation time is not available on this platform currently" #576

bobblkabb opened this issue Aug 26, 2019 · 10 comments

Comments

@bobblkabb
Copy link

exa -bghluUa used to work now I'm getting an error message.
File manager (dolphin) shows creation time of files and folders.

exa 0.9 on openSUSE

@cyrinux
Copy link

cyrinux commented Aug 30, 2019

Same for me on an updated archlinux with btrfs filesystem.
It was working well before.

@oscarcp
Copy link

oscarcp commented Aug 31, 2019

Same here on arch linux, was working perfectly, now spits out "creation time is not available on this platform currently" in btrfs filesystems

@Lisible
Copy link

Lisible commented Aug 31, 2019

Same here, on ArchLinux with an ext4 filesystem.

@tsoernes
Copy link

Same on Fedora 30 with exa 0.9 on ext4

@roblav96
Copy link

roblav96 commented Nov 24, 2019

Same here

exa v0.9.0
Ubuntu Server 19.10 (GNU/Linux 5.3.0-22-generic x86_64)

@ogham @ariasuni

@ariasuni
Copy link
Collaborator

ariasuni commented Nov 24, 2019

Rust doesn’t know how to get the created time on Linux. Now exa correctly reports an error instead of displaying a misleading time… See #457.

Support for created time on Linux has been added recently with rust-lang/rust#65094 but I think it’s not in any stable release yet. An exa executable produced by a next version of Rust will just work and display the created time, but for real this time.

@NightMachinery
Copy link

@ariasuni A better design choice would have been to print a warning on stderr, since this change is needlessly breaking working scripts.

@ariasuni
Copy link
Collaborator

I noticed the design wasn’t good so I vastly improved it in #616.

@ghost
Copy link

ghost commented Jun 28, 2020

@ariasuni What's the status on this? The rust PR got merged and I'm still receiving this error on Arch Linux with an ext4 file system, even though stat works perfectly fine.

@ariasuni
Copy link
Collaborator

A new version hasn’t been released after this PR got merged, so this is perfectly normal.

@ariasuni ariasuni closed this as completed Jan 1, 2021
dwatarub added a commit to dwatarub/dotfiles that referenced this issue Jan 4, 2021
作成日時は環境によっては表示できないので使うのを控える
cf. ogham/exa#576
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

8 participants