Giter VIP home page Giter VIP logo

neon-image-recipe's People

Contributors

jarbasal avatar neondaniel avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

neon-image-recipe's Issues

Dashboard setup/settings

Dashboard launch occasionally hangs infinitely. User reports indicate the neon username is not always displayed in the GUI.

typo / boot overlay not applied

here

- if [[ "${image_file}" == *"ubuntu_22_04"* ]]; then
+ if [[ "${image_file}" == *ubuntu-22.04* ]]; then

Add., the output strings are in reverse

Skills service fails to start with timezonefinder error

Traceback (most recent call last):
File "/home/neon/venv/bin/neon_skills_service", line 5, in
from neon_core.skills.main import main
File "/home/neon/venv/lib/python3.7/site-packages/neon_core/init.py", line 43, in
from neon_core.skills import NeonSkill, NeonFallbackSkill
File "/home/neon/venv/lib/python3.7/site-packages/neon_core/skills/init.py", line 29, in
from neon_utils.skills.mycroft_skill import PatchedMycroftSkill
File "/home/neon/venv/lib/python3.7/site-packages/neon_utils/skills/init.py", line 29, in
from .common_message_skill import CommonMessageSkill
File "/home/neon/venv/lib/python3.7/site-packages/neon_utils/skills/common_message_skill.py", line 32, in
from neon_utils.skills.neon_skill import NeonSkill
File "/home/neon/venv/lib/python3.7/site-packages/neon_utils/skills/neon_skill.py", line 43, in
from neon_utils.location_utils import to_system_time
File "/home/neon/venv/lib/python3.7/site-packages/neon_utils/location_utils.py", line 38, in
from timezonefinder import TimezoneFinder
File "/home/neon/venv/lib/python3.7/site-packages/timezonefinder/init.py", line 2, in
from timezonefinder.timezonefinder import TimezoneFinder, TimezoneFinderL
File "/home/neon/venv/lib/python3.7/site-packages/timezonefinder/timezonefinder.py", line 53, in
from timezonefinder.helpers_numba import (
File "/home/neon/venv/lib/python3.7/site-packages/timezonefinder/helpers_numba.py", line 29, in
@njit(b1(i4, i4, i4[:, :]), cache=True)
File "/home/neon/venv/lib/python3.7/site-packages/numba/core/decorators.py", line 219, in wrapper
disp.compile(sig)
File "/home/neon/venv/lib/python3.7/site-packages/numba/core/dispatcher.py", line 946, in compile
cres = self._cache.load_overload(sig, self.targetctx)
File "/home/neon/venv/lib/python3.7/site-packages/numba/core/caching.py", line 635, in load_overload
return self._load_overload(sig, target_context)
File "/home/neon/venv/lib/python3.7/site-packages/numba/core/caching.py", line 642, in _load_overload
data = self._cache_file.load(key)
File "/home/neon/venv/lib/python3.7/site-packages/numba/core/caching.py", line 490, in load
return self._load_data(data_name)
File "/home/neon/venv/lib/python3.7/site-packages/numba/core/caching.py", line 532, in _load_data
tup = pickle.loads(data)
EOFError: Ran out of input

[FEAT] Move logs to ramdisk

Objective

logs in neon/ovos/mycroft can be quite verbose and usually slow down the system, fill up a whole partition (yes, leave it on all night ;) ) or worst, they fry your SD card.
As by default your image generate a ramdisk that it is never used, it would be nice to move the ovos logs, and why not ALL logs, to the ramdisk partition. This will speed up the system, save the SD/SDD and be reset at every restart.

Initial Implementation Requirements

  • install log2ram
  • modify all neon systemd files to log into /var/logs/neon

or

  • modify all neon systemd files to log into /ramdisk/neon/logs
  • add a dependence on the creation of the ramdisk in systemd

Other Considerations

No response

[BUG] ovos_PHAL_plugin_brightness_control_rpi:discover:123 - ERROR

Description

NeonOS install, correctly and by default, ovos_PHAL_plugin_brightness_control_rpi however, the image does not include the raspberrypi/userland tools generating a

ovos_PHAL_plugin_brightness_control_rpi:discover:123 - ERROR - [Errno 2] No such file or directory: '/opt/vc/bin/vcgencmd': '/opt/vc/bin/vcgencmd'

error.

Steps to Reproduce

  • monitor 'enclosure.log'
  • version 23.5.11

Relevant Code

No response

Other Notes

No response

Blacklist skills

Custom conversations
Launcher (?)
Communication skill
Instructions skill

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.