Quantcast
Channel: Ensuring a repeatable directory ordering in linux - Server Fault
Browsing latest articles
Browse All 5 View Live

Answer by Yup for Ensuring a repeatable directory ordering in linux

Modern Linux (ext4) adds a B-tree index for file lists. One of his effect is default files order depends on a hash of their names.To disable this feature use :tune2fs -O^dir_index

View Article



Answer by Paddy3118 for Ensuring a repeatable directory ordering in linux

Educate your customer that there is an inherent order dependency that should be explicitly stated. Offer to help the customer express the dependency in such a way that a compile works on all systems...

View Article

Answer by Jeff Ferland for Ensuring a repeatable directory ordering in linux

The POSIX call in Linux readdir() doesn't guarantee any consistent ordering. If you want ordered results, the application that is handling files is responsible for ordering how they are presented to...

View Article

Answer by Celada for Ensuring a repeatable directory ordering in linux

I know it's not the answer you're looking for, but I believe the correct solution is to avoid depending on the ordering of files in a directory. Maybe it's always consistent across all HFS+...

View Article

Ensuring a repeatable directory ordering in linux

I run a hosted continuous integration company, and we run our customers' code on Linux. Each time we run the code, we run it in a separate virtual machine. A frequent problem that arises is that a...

View Article

Browsing latest articles
Browse All 5 View Live




Latest Images