Enya Quetzalli

Results 34 issues of Enya Quetzalli

## Problem huronOS uses the RAM as the disk for the operating system. This space is shared between the OS processes, the cached files, and the filesystem, which tends to...

enhancement

### Problem Well, basically huronOS can soft-lock itself due to the order in which the operations of hsync perform. What happens is the following: If the huronOS does not have...

enhancement

Currently huronOS does not support the 'file' scheme of a URL due to *wget* being used for the file download. Supporting the 'file' scheme apart of the 'http' and 'https'...

enhancement

Currently there's no indication on the system GUI to know if it's currently in sync with the directives server, not configured, about to stop the GUI, etc. Developing a system...

enhancement

Some OnlineJudges have internal features for printing code during competitions (eg. codeforces, boca, etc), but there might be a case in which the contest will not have this feature integrated....

enhancement

Currently the ntfs-3g driver is used for NTFS. Let's try using the native ntfs3 kernel module for supporting the filesystem natively. This might let the door open on future explorations...

enhancement

Sometimes after a contest or an event has ended it's required to shutdown all computers, this feature will allow to schedule the shutdown in order to save time for the...

enhancement

Sometimes when running large events, powering on and off the computers is a long task for the staff members. Adding a functionality for hibernate computers (like using rtcwake) during certain...

enhancement

Ok, so this problem its being hard to trace and to solve, but let's get some context. huronOS, have its AUFS setup like: ```txt br0 /run/initramfs/memory/usrchanges/ /dev/sdb3 br1 /run/initramfs/memory/syschanges/ br2...

bug