Hello
Just a bit of information regarding the installation of Anthias on an x86 device running Debian 12.
The installation is relatively smooth with only a few hiccups and learning a learning curve. One little glitch that I see on my system is when Anthias boots and displays the splash screen which usually displays the IP address used to connect to it only shows “Unable to retrieve IP”
Has anyone else brought this up?
Also, another quirk of this installation is that audio is not tied to the HDMI output and some other method (as still yet unknown to me) has to be done to enable this.
Thanks.
Al
@AlBoudreau, thanks for bringing this up.
- How often did that issue happen on your x86 device?
- What’s the current Anthas version that you’re using? (You can go to the web UI, then Settings.)
- Would you be able to provide server logs by running the following?
# On one terminal window/pane.
cd ~/screenly
docker compose logs -ft anthias-server
# On another terminal window/pane.
sudo journalctl -fu anthias-host-agent
hello @nicomiguelino
The “unable to retrieve IP” issue happens on every boot up.
Here is the result of the sudo journalctl -fu anthias-server command:
The result of the “docker compose logs -ft anthias-server” is so big, it won’t let me copy and paste it here.
I’ll do it in parts:
anthias-server-1 | 2024-12-06T03:11:17.401963548Z Running migration…
anthias-server-1 | 2024-12-06T03:11:18.556557016Z Operations to perform:
anthias-server-1 | 2024-12-06T03:11:18.556600403Z Apply all migrations: admin , anthias_app, auth, contenttypes, sessions
anthias-server-1 | 2024-12-06T03:11:18.556613439Z Running migrations:
anthias-server-1 | 2024-12-06T03:11:18.998478027Z Applying contenttypes.0001_ initial… OK
anthias-server-1 | 2024-12-06T03:11:19.844694163Z Applying auth.0001_initial. … OK
anthias-server-1 | 2024-12-06T03:11:20.434436994Z Applying admin.0001_initial … OK
anthias-server-1 | 2024-12-06T03:11:21.044252903Z Applying admin.0002_logentr y_remove_auto_add… OK
anthias-server-1 | 2024-12-06T03:11:21.623370300Z Applying admin.0003_logentr y_add_action_flag_choices… OK
anthias-server-1 | 2024-12-06T03:11:22.105752791Z Applying anthias_app.0001_i nitial… OK
anthias-server-1 | 2024-12-06T03:11:22.413818612Z Applying anthias_app.0002_a uto_20241015_1524… OK
anthias-server-1 | 2024-12-06T03:11:22.610215722Z Applying contenttypes.0002_ remove_content_type_name… OK
anthias-server-1 | 2024-12-06T03:11:22.943130536Z Applying auth.0002_alter_pe rmission_name_max_length… OK
anthias-server-1 | 2024-12-06T03:11:23.419058146Z Applying auth.0003_alter_us er_email_max_length… OK
anthias-server-1 | 2024-12-06T03:11:23.635075835Z Applying auth.0004_alter_us er_username_opts… OK
anthias-server-1 | 2024-12-06T03:11:23.891998984Z Applying auth.0005_alter_us er_last_login_null… OK
anthias-server-1 | 2024-12-06T03:11:24.214425837Z Applying auth.0006_require_ contenttypes_0002… OK
anthias-server-1 | 2024-12-06T03:11:25.372986117Z Applying auth.0007_alter_va lidators_add_error_messages… OK
anthias-server-1 | 2024-12-06T03:11:25.660739514Z Applying auth.0008_alter_us er_username_max_length… OK
anthias-server-1 | 2024-12-06T03:11:25.885073156Z Applying auth.0009_alter_us er_last_name_max_length… OK
anthias-server-1 | 2024-12-06T03:11:26.099137546Z Applying auth.0010_alter_gr oup_name_max_length… OK
anthias-server-1 | 2024-12-06T03:11:26.176532294Z Applying auth.0011_update_p roxy_permissions… OK
anthias-server-1 | 2024-12-06T03:11:26.282079675Z Applying auth.0012_alter_us er_first_name_max_length… OK
anthias-server-1 | 2024-12-06T03:11:27.945926121Z Applying sessions.0001_init ial… OK
anthias-server-1 | 2024-12-06T03:11:28.696795496Z Backing Up Database: /data/.s creenly/screenly.db
anthias-server-1 | 2024-12-06T03:11:28.699107029Z Writing file to default-anthi as-2024-12-05-191128.dump
anthias-server-1 | 2024-12-06T03:11:28.851760098Z Generating Django static file s…
anthias-server-1 | 2024-12-06T03:11:29.108414679Z
anthias-server-1 | 2024-12-06T03:11:29.108435093Z 246 static files copied to ‘/ data/screenly/staticfiles’.
anthias-server-1 | 2024-12-06T03:11:29.160403232Z Starting Gunicorn…
anthias-server-1 | 2024-12-06T03:11:29.393023354Z [2024-12-05 19:11:29 -0800] [ 15] [INFO] Starting gunicorn 22.0.0
anthias-server-1 | 2024-12-06T03:11:29.393348443Z [2024-12-05 19:11:29 -0800] [ 15] [INFO] Listening at: http://0.0.0.0:8080 (15)
anthias-server-1 | 2024-12-06T03:11:29.393388031Z [2024-12-05 19:11:29 -0800] [ 15] [INFO] Using worker: gthread
anthias-server-1 | 2024-12-06T03:11:29.395699455Z [2024-12-05 19:11:29 -0800] [ 16] [INFO] Booting worker with pid: 16
anthias-server-1 | 2024-12-06T03:18:07.796321979Z Running migration…
anthias-server-1 | 2024-12-06T03:18:34.635404662Z Backing Up Database: /data/.s creenly/screenly.db
anthias-server-1 | 2024-12-06T03:18:34.720714032Z Writing file to default-anthi as-2024-12-05-191834.dump
anthias-server-1 | 2024-12-06T03:18:36.463053483Z Operations to perform:
anthias-server-1 | 2024-12-06T03:18:36.463088645Z Apply all migrations: admin , anthias_app, auth, contenttypes, sessions
anthias-server-1 | 2024-12-06T03:18:36.463099058Z Running migrations:
anthias-server-1 | 2024-12-06T03:18:36.463106190Z No migrations to apply.
anthias-server-1 | 2024-12-06T03:18:36.624680675Z Generating Django static file s…
anthias-server-1 | 2024-12-06T03:18:36.953351666Z Deleting ‘img/logo-full.svg’
anthias-server-1 | 2024-12-06T03:18:36.953373351Z Deleting ‘img/wifi-off.svg’
anthias-server-1 | 2024-12-06T03:18:36.953380684Z Deleting ‘img/anthias-loading .png’
anthias-server-1 | 2024-12-06T03:18:36.953383668Z Deleting ‘img/dark.svg’
anthias-server-1 | 2024-12-06T03:18:36.953385784Z Deleting ‘img/logo-full-splas h.svg’
anthias-server-1 | 2024-12-06T03:18:36.953387944Z Deleting ‘img/standby.png’
anthias-server-1 | 2024-12-06T03:18:36.953390122Z Deleting 'img/square-dark.svg ’
anthias-server-1 | 2024-12-06T03:18:36.953392238Z Deleting ‘img/color.svg’
anthias-server-1 | 2024-12-06T03:18:36.953394452Z Deleting ‘dist/css/anthias.cs s’
anthias-server-1 | 2024-12-06T03:18:36.953396548Z Deleting 'dist/js/settings.js ’
anthias-server-1 | 2024-12-06T03:18:36.953398663Z Deleting ‘dist/js/anthias.js’
anthias-server-1 | 2024-12-06T03:18:36.953400739Z Deleting ‘coffee/specs/screen ly-spec.coffee’
anthias-server-1 | 2024-12-06T03:18:36.953402838Z Deleting ‘css/datepicker.css’
anthias-server-1 | 2024-12-06T03:18:36.953404929Z Deleting ‘css/timepicker.css’
anthias-server-1 | 2024-12-06T03:18:36.953407103Z Deleting ‘favicons/apple-touc h-icon-57x57.png’
anthias-server-1 | 2024-12-06T03:18:36.953409271Z Deleting ‘favicons/mstile-310 x310.png’
anthias-server-1 | 2024-12-06T03:18:36.953411375Z Deleting ‘favicons/apple-touc h-icon-152x152.png’
anthias-server-1 | 2024-12-06T03:18:36.953413741Z Deleting ‘favicons/apple-touc h-icon-76x76.png’
anthias-server-1 | 2024-12-06T03:18:36.953415876Z Deleting ‘favicons/favicon-19 6x196.png’
anthias-server-1 | 2024-12-06T03:18:36.953418028Z Deleting ‘favicons/favicon-12 8.png’
anthias-server-1 | 2024-12-06T03:18:36.953420116Z Deleting ‘favicons/favicon-32 x32.png’
anthias-server-1 | 2024-12-06T03:18:36.953422211Z Deleting ‘favicons/mstile-70x 70.png’
anthias-server-1 | 2024-12-06T03:18:36.953424284Z Deleting ‘favicons/favicon-16 x16.png’
anthias-server-1 | 2024-12-06T03:18:36.953426353Z Deleting ‘favicons/apple-touc h-icon-114x114.png’
anthias-server-1 | 2024-12-06T03:18:36.953428498Z Deleting ‘favicons/apple-touc h-icon-72x72.png’
anthias-server-1 | 2024-12-06T03:18:36.953430597Z Deleting ‘favicons/apple-touc h-icon-144x144.png’
anthias-server-1 | 2024-12-06T03:18:36.953432697Z Deleting ‘favicons/mstile-310 x150.png’
anthias-server-1 | 2024-12-06T03:18:36.953434770Z Deleting ‘favicons/favicon-96 x96.png’
anthias-server-1 | 2024-12-06T03:18:36.953436895Z Deleting ‘favicons/mstile-144 x144.png’
anthias-server-1 | 2024-12-06T03:18:36.953438979Z Deleting ‘favicons/favicon.ic o’
anthias-server-1 | 2024-12-06T03:18:36.953441218Z Deleting ‘favicons/apple-touc h-icon-60x60.png’
anthias-server-1 | 2024-12-06T03:18:36.953455518Z Deleting ‘favicons/mstile-150 x150.png’
anthias-server-1 | 2024-12-06T03:18:36.953458263Z Deleting ‘favicons/apple-touc h-icon-120x120.png’
anthias-server-1 | 2024-12-06T03:18:36.953460397Z Deleting ‘js/settings.coffee’
anthias-server-1 | 2024-12-06T03:18:36.953462464Z Deleting ‘js/popper.min.js’
anthias-server-1 | 2024-12-06T03:18:36.953464496Z Deleting ‘js/jquery.fileuploa d.js’
anthias-server-1 | 2024-12-06T03:18:36.953466548Z Deleting ‘js/underscore-1.4.3 .min.js’
anthias-server-1 | 2024-12-06T03:18:36.953468636Z Deleting 'js/bootstrap.min.js ’
anthias-server-1 | 2024-12-06T03:18:36.953470695Z Deleting ‘js/jquery.iframe-tr ansport.js’
anthias-server-1 | 2024-12-06T03:18:36.953472765Z Deleting ‘js/moment.js’
anthias-server-1 | 2024-12-06T03:18:36.953474887Z Deleting ‘js/backbone-0.9.10. min.js’
anthias-server-1 | 2024-12-06T03:18:36.953476966Z Deleting ‘js/bootstrap-datepi cker.js’
anthias-server-1 | 2024-12-06T03:18:36.953479023Z Deleting ‘js/main.js’
anthias-server-1 | 2024-12-06T03:18:36.953481136Z Deleting ‘js/anthias.coffee’
anthias-server-1 | 2024-12-06T03:18:36.953483219Z Deleting ‘js/base64js.min.js’
anthias-server-1 | 2024-12-06T03:18:36.953485278Z Deleting ‘js/bootstrap-timepi cker.js’
anthias-server-1 | 2024-12-06T03:18:36.953487315Z Deleting ‘js/jquery-3.7.1.min .js’
anthias-server-1 | 2024-12-06T03:18:36.953489366Z Deleting ‘js/jquery-ui-1.10.1 .custom.min.js’
anthias-server-1 | 2024-12-06T03:18:36.953491447Z Deleting ‘sass/_variables.scs s’
anthias-server-1 | 2024-12-06T03:18:36.953493508Z Deleting ‘sass/_bootstrap.scs s’
anthias-server-1 | 2024-12-06T03:18:36.953495605Z Deleting ‘sass/_root.scss’
anthias-server-1 | 2024-12-06T03:18:36.953497633Z Deleting ‘sass/custom-bootst rap.scss’
anthias-server-1 | 2024-12-06T03:18:36.953499689Z Deleting ‘sass/anthias.scss’
anthias-server-1 | 2024-12-06T03:18:36.953501737Z Deleting ‘sass/styles.scss’
anthias-server-1 | 2024-12-06T03:18:36.953503779Z Deleting ‘rest_framework/img/ grid.png’
anthias-server-1 | 2024-12-06T03:18:36.953505838Z Deleting ‘rest_framework/img/ glyphicons-halflings.png’
anthias-server-1 | 2024-12-06T03:18:36.953508927Z Deleting ‘rest_framework/img/ glyphicons-halflings-white.png’
anthias-server-1 | 2024-12-06T03:18:36.953511152Z Deleting ‘rest_framework/css/ default.css’
anthias-server-1 | 2024-12-06T03:18:36.953513234Z Deleting ‘rest_framework/css/ prettify.css’
anthias-server-1 | 2024-12-06T03:18:36.953515371Z Deleting ‘rest_framework/css/ bootstrap.min.css.map’
anthias-server-1 | 2024-12-06T03:18:36.953517431Z Deleting ‘rest_framework/css/ bootstrap-tweaks.css’
anthias-server-1 | 2024-12-06T03:18:36.953519547Z Deleting ‘rest_framework/css/ bootstrap.min.css’
anthias-server-1 | 2024-12-06T03:18:36.953522725Z Deleting ‘rest_framework/css/ bootstrap-theme.min.css.map’
anthias-server-1 | 2024-12-06T03:18:36.953526422Z Deleting ‘rest_framework/css/ font-awesome-4.0.3.css’
anthias-server-1 | 2024-12-06T03:18:36.953529176Z Deleting ‘rest_framework/css/ bootstrap-theme.min.css’
anthias-server-1 | 2024-12-06T03:18:36.953531320Z Deleting ‘rest_framework/font s/glyphicons-halflings-regular.woff2’
anthias-server-1 | 2024-12-06T03:18:36.953533499Z Deleting ‘rest_framework/font s/glyphicons-halflings-regular.svg’
anthias-server-1 | 2024-12-06T03:18:36.953535597Z Deleting ‘rest_framework/font s/fontawesome-webfont.svg’
anthias-server-1 | 2024-12-06T03:18:36.953540124Z Deleting ‘rest_framework/font s/glyphicons-halflings-regular.woff’
anthias-server-1 | 2024-12-06T03:18:36.953542426Z Deleting ‘rest_framework/font s/glyphicons-halflings-regular.ttf’
anthias-server-1 | 2024-12-06T03:18:36.953544601Z Deleting ‘rest_framework/font s/fontawesome-webfont.ttf’
anthias-server-1 | 2024-12-06T03:18:36.953546685Z Deleting ‘rest_framework/font s/fontawesome-webfont.woff’
anthias-server-1 | 2024-12-06T03:18:36.953548874Z Deleting ‘rest_framework/font s/glyphicons-halflings-regular.eot’
anthias-server-1 | 2024-12-06T03:18:36.953550970Z Deleting ‘rest_framework/font s/fontawesome-webfont.eot’
anthias-server-1 | 2024-12-06T03:18:36.953553059Z Deleting ‘rest_framework/docs /img/grid.png’
anthias-server-1 | 2024-12-06T03:18:36.953555130Z Deleting ‘rest_framework/docs /img/favicon.ico’
anthias-server-1 | 2024-12-06T03:18:36.953557206Z Deleting ‘rest_framework/docs /css/base.css’
anthias-server-1 | 2024-12-06T03:18:36.953559262Z Deleting ‘rest_framework/docs /css/jquery.json-view.min.css’
anthias-server-1 | 2024-12-06T03:18:36.953561428Z Deleting ‘rest_framework/docs /css/highlight.css’
anthias-server-1 | 2024-12-06T03:18:36.953563533Z Deleting ‘rest_framework/docs /js/jquery.json-view.min.js’
anthias-server-1 | 2024-12-06T03:18:36.953565619Z Deleting ‘rest_framework/docs /js/api.js’
anthias-server-1 | 2024-12-06T03:18:36.953567668Z Deleting ‘rest_framework/docs /js/highlight.pack.js’
anthias-server-1 | 2024-12-06T03:18:36.953569733Z Deleting ‘rest_framework/js/c srf.js’
anthias-server-1 | 2024-12-06T03:18:36.953571770Z Deleting ‘rest_framework/js/p rettify-min.js’
anthias-server-1 | 2024-12-06T03:18:36.953573837Z Deleting ‘rest_framework/js/b ootstrap.min.js’
anthias-server-1 | 2024-12-06T03:18:36.953575985Z Deleting ‘rest_framework/js/a jax-form.js’
anthias-server-1 | 2024-12-06T03:18:36.953578116Z Deleting ‘rest_framework/js/c oreapi-0.1.1.js’
anthias-server-1 | 2024-12-06T03:18:36.953580167Z Deleting ‘rest_framework/js/d efault.js’
anthias-server-1 | 2024-12-06T03:18:36.953582259Z Deleting ‘rest_framework/js/j query-3.7.1.min.js’
anthias-server-1 | 2024-12-06T03:18:36.953584381Z Deleting ‘rest_framework/js/l oad-ajax-form.js’
anthias-server-1 | 2024-12-06T03:18:36.953586473Z Deleting ‘spec/screenly-spec. js’
anthias-server-1 | 2024-12-06T03:18:36.953588542Z Deleting ‘spec/runner.html’
anthias-server-1 | 2024-12-06T03:18:36.953590588Z Deleting ‘spec/runner.sh’
anthias-server-1 | 2024-12-06T03:18:36.953592634Z Deleting ‘spec/phantom-runner .js’
anthias-server-1 | 2024-12-06T03:18:36.953595072Z Deleting ‘spec/jasmine/jasmin e.css’
anthias-server-1 | 2024-12-06T03:18:36.953598742Z Deleting ‘spec/jasmine/jasmin e.js’
anthias-server-1 | 2024-12-06T03:18:36.953602084Z Deleting ‘spec/jasmine/jasmin e-html.js’
anthias-server-1 | 2024-12-06T03:18:36.953604247Z Deleting ‘spec/jasmine/phanto m-console-reporter.js’
anthias-server-1 | 2024-12-06T03:18:36.953606552Z Deleting ‘admin/img/icon-addl ink.svg’
anthias-server-1 | 2024-12-06T03:18:36.953608672Z Deleting ‘admin/img/inline-de lete.svg’
anthias-server-1 | 2024-12-06T03:18:36.953610894Z Deleting ‘admin/img/icon-chan gelink.svg’
anthias-server-1 | 2024-12-06T03:18:36.953613006Z Deleting ‘admin/img/icon-unkn own-alt.svg’
anthias-server-1 | 2024-12-06T03:18:36.953615072Z Deleting ‘admin/img/icon-aler t.svg’
anthias-server-1 | 2024-12-06T03:18:36.953617523Z Deleting ‘admin/img/search.sv g’
anthias-server-1 | 2024-12-06T03:18:36.953621447Z Deleting ‘admin/img/selector- icons.svg’
anthias-server-1 | 2024-12-06T03:18:36.953623543Z Deleting ‘admin/img/icon-view link.svg’
anthias-server-1 | 2024-12-06T03:18:36.953625631Z Deleting ‘admin/img/LICENSE’
anthias-server-1 | 2024-12-06T03:18:36.953627709Z Deleting ‘admin/img/README.tx t’
anthias-server-1 | 2024-12-06T03:18:36.953629808Z Deleting ‘admin/img/icon-cale ndar.svg’
anthias-server-1 | 2024-12-06T03:18:36.953631871Z Deleting ‘admin/img/icon-unkn own.svg’
anthias-server-1 | 2024-12-06T03:18:36.953633985Z Deleting ‘admin/img/icon-dele telink.svg’
anthias-server-1 | 2024-12-06T03:18:36.953636050Z Deleting ‘admin/img/tooltag-a dd.svg’
anthias-server-1 | 2024-12-06T03:18:36.953638184Z Deleting ‘admin/img/sorting-i cons.svg’
anthias-server-1 | 2024-12-06T03:18:36.953640265Z Deleting ‘admin/img/icon-no.s vg’
anthias-server-1 | 2024-12-06T03:18:36.953642336Z Deleting ‘admin/img/calendar- icons.svg’
anthias-server-1 | 2024-12-06T03:18:36.953644497Z Deleting ‘admin/img/icon-cloc k.svg’
anthias-server-1 | 2024-12-06T03:18:36.953646634Z Deleting ‘admin/img/tooltag-a rrowright.svg’
anthias-server-1 | 2024-12-06T03:18:36.953648730Z Deleting ‘admin/img/icon-yes. svg’
anthias-server-1 | 2024-12-06T03:18:36.953650844Z Deleting 'admin/img/gis/move vertex_on.svg’
anthias-server-1 | 2024-12-06T03:18:36.953652997Z Deleting 'admin/img/gis/move vertex_off.svg’
anthias-server-1 | 2024-12-06T03:18:36.953655112Z Deleting ‘admin/css/base.css’
anthias-server-1 | 2024-12-06T03:18:36.953657171Z Deleting ‘admin/css/dark_mode .css’
anthias-server-1 | 2024-12-06T03:18:36.953659248Z Deleting ‘admin/css/widgets.c ss’
anthias-server-1 | 2024-12-06T03:18:36.953661320Z Deleting 'admin/css/forms.css ’
anthias-server-1 | 2024-12-06T03:18:36.953663383Z Deleting ‘admin/css/nav_sideb ar.css’
anthias-server-1 | 2024-12-06T03:18:36.953665534Z Deleting ‘admin/css/changelis ts.css’
anthias-server-1 | 2024-12-06T03:18:36.953667603Z Deleting ‘admin/css/responsiv e.css’
anthias-server-1 | 2024-12-06T03:18:36.953670335Z Deleting ‘admin/css/rtl.css’
anthias-server-1 | 2024-12-06T03:18:36.953673941Z Deleting ‘admin/css/dashboard .css’
anthias-server-1 | 2024-12-06T03:18:36.953677262Z Deleting 'admin/css/login.css ’
anthias-server-1 | 2024-12-06T03:18:36.953679490Z Deleting ‘admin/css/autocompl ete.css’
anthias-server-1 | 2024-12-06T03:18:36.953681584Z Deleting ‘admin/css/responsiv e_rtl.css’
anthias-server-1 | 2024-12-06T03:18:36.953683659Z Deleting ‘admin/css/vendor/se lect2/select2.css’
anthias-server-1 | 2024-12-06T03:18:36.953685788Z Deleting ‘admin/css/vendor/se lect2/LICENSE-SELECT2.md’
anthias-server-1 | 2024-12-06T03:18:36.953687868Z Deleting ‘admin/css/vendor/se lect2/select2.min.css’
anthias-server-1 | 2024-12-06T03:18:36.953689928Z Deleting ‘admin/js/prepopulat e_init.js’
anthias-server-1 | 2024-12-06T03:18:36.953700642Z Deleting ‘admin/js/theme.js’
anthias-server-1 | 2024-12-06T03:18:36.953702610Z Deleting ‘admin/js/popup_resp onse.js’
anthias-server-1 | 2024-12-06T03:18:36.953704534Z Deleting ‘admin/js/SelectBox. js’
anthias-server-1 | 2024-12-06T03:18:36.953706536Z Deleting ‘admin/js/collapse.j s’
anthias-server-1 | 2024-12-06T03:18:36.953708434Z Deleting ‘admin/js/nav_sideba r.js’
anthias-server-1 | 2024-12-06T03:18:36.953710329Z Deleting ‘admin/js/calendar.j s’
anthias-server-1 | 2024-12-06T03:18:36.953714173Z Deleting 'admin/js/actions.js ’
anthias-server-1 | 2024-12-06T03:18:36.953716123Z Deleting ‘admin/js/SelectFilt er2.js’
anthias-server-1 | 2024-12-06T03:18:36.953718061Z Deleting 'admin/js/filters.js ’
anthias-server-1 | 2024-12-06T03:18:36.953720029Z Deleting 'admin/js/inlines.js ’
anthias-server-1 | 2024-12-06T03:18:36.953721976Z Deleting ‘admin/js/prepopulat e.js’
anthias-server-1 | 2024-12-06T03:18:36.953723884Z Deleting ‘admin/js/cancel.js’
anthias-server-1 | 2024-12-06T03:18:36.953725800Z Deleting ‘admin/js/core.js’
anthias-server-1 | 2024-12-06T03:18:36.953727779Z Deleting ‘admin/js/autocomple te.js’
anthias-server-1 | 2024-12-06T03:18:36.953729672Z Deleting ‘admin/js/urlify.js’
anthias-server-1 | 2024-12-06T03:18:36.953731555Z Deleting ‘admin/js/jquery.ini t.js’
anthias-server-1 | 2024-12-06T03:18:36.953733519Z Deleting ‘admin/js/change_for m.js’
anthias-server-1 | 2024-12-06T03:18:36.953735427Z Deleting ‘admin/js/vendor/sel ect2/select2.full.min.js’
anthias-server-1 | 2024-12-06T03:18:36.953737738Z Deleting ‘admin/js/vendor/sel ect2/LICENSE.md’
anthias-server-1 | 2024-12-06T03:18:36.953739735Z Deleting ‘admin/js/vendor/sel ect2/select2.full.js’
anthias-server-1 | 2024-12-06T03:18:36.953741642Z Deleting ‘admin/js/vendor/sel ect2/i18n/hr.js’
anthias-server-1 | 2024-12-06T03:18:36.953743698Z Deleting ‘admin/js/vendor/sel ect2/i18n/is.js’
anthias-server-1 | 2024-12-06T03:18:36.953747068Z Deleting ‘admin/js/vendor/sel ect2/i18n/fr.js’
anthias-server-1 | 2024-12-06T03:18:36.953750297Z Deleting ‘admin/js/vendor/sel ect2/i18n/vi.js’
anthias-server-1 | 2024-12-06T03:18:36.953752489Z Deleting ‘admin/js/vendor/sel ect2/i18n/pl.js’
anthias-server-1 | 2024-12-06T03:18:36.953754459Z Deleting ‘admin/js/vendor/sel ect2/i18n/lv.js’
anthias-server-1 | 2024-12-06T03:18:36.953756389Z Deleting ‘admin/js/vendor/sel ect2/i18n/lt.js’
anthias-server-1 | 2024-12-06T03:18:36.953758400Z Deleting ‘admin/js/vendor/sel ect2/i18n/ps.js’
anthias-server-1 | 2024-12-06T03:18:36.953760345Z Deleting ‘admin/js/vendor/sel ect2/i18n/ja.js’
anthias-server-1 | 2024-12-06T03:18:36.953762242Z Deleting ‘admin/js/vendor/sel ect2/i18n/sq.js’
anthias-server-1 | 2024-12-06T03:18:36.953764161Z Deleting ‘admin/js/vendor/sel ect2/i18n/id.js’
anthias-server-1 | 2024-12-06T03:18:36.953766052Z Deleting ‘admin/js/vendor/sel ect2/i18n/ms.js’
anthias-server-1 | 2024-12-06T03:18:36.953767965Z Deleting ‘admin/js/vendor/sel ect2/i18n/ne.js’
anthias-server-1 | 2024-12-06T03:18:36.953769916Z Deleting ‘admin/js/vendor/sel ect2/i18n/da.js’
anthias-server-1 | 2024-12-06T03:18:36.953780215Z Deleting ‘admin/js/vendor/sel ect2/i18n/dsb.js’
anthias-server-1 | 2024-12-06T03:18:36.953782155Z Deleting ‘admin/js/vendor/sel ect2/i18n/zh-CN.js’
anthias-server-1 | 2024-12-06T03:18:36.953784008Z Deleting ‘admin/js/vendor/sel ect2/i18n/gl.js’
anthias-server-1 | 2024-12-06T03:18:36.953785892Z Deleting ‘admin/js/vendor/sel ect2/i18n/sl.js’
anthias-server-1 | 2024-12-06T03:18:36.953787763Z Deleting ‘admin/js/vendor/sel ect2/i18n/ka.js’
anthias-server-1 | 2024-12-06T03:18:36.953789625Z Deleting ‘admin/js/vendor/sel ect2/i18n/bn.js’
anthias-server-1 | 2024-12-06T03:18:36.953791595Z Deleting ‘admin/js/vendor/sel ect2/i18n/nl.js’
anthias-server-1 | 2024-12-06T03:18:36.953793512Z Deleting ‘admin/js/vendor/sel ect2/i18n/ko.js’
anthias-server-1 | 2024-12-06T03:18:36.953797034Z Deleting ‘admin/js/vendor/sel ect2/i18n/tr.js’
anthias-server-1 | 2024-12-06T03:18:36.953798972Z Deleting ‘admin/js/vendor/sel ect2/i18n/af.js’
anthias-server-1 | 2024-12-06T03:18:36.953800830Z Deleting ‘admin/js/vendor/sel ect2/i18n/tk.js’
anthias-server-1 | 2024-12-06T03:18:36.953802719Z Deleting ‘admin/js/vendor/sel ect2/i18n/ru.js’
anthias-server-1 | 2024-12-06T03:18:36.953804589Z Deleting ‘admin/js/vendor/sel ect2/i18n/cs.js’
anthias-server-1 | 2024-12-06T03:18:36.953806465Z Deleting ‘admin/js/vendor/sel ect2/i18n/zh-TW.js’
anthias-server-1 | 2024-12-06T03:18:36.953808361Z Deleting ‘admin/js/vendor/sel ect2/i18n/pt-BR.js’
anthias-server-1 | 2024-12-06T03:18:36.953810309Z Deleting ‘admin/js/vendor/sel ect2/i18n/hi.js’
anthias-server-1 | 2024-12-06T03:18:36.953812182Z Deleting ‘admin/js/vendor/sel ect2/i18n/sv.js’
anthias-server-1 | 2024-12-06T03:18:36.953814070Z Deleting ‘admin/js/vendor/sel ect2/i18n/hsb.js’
anthias-server-1 | 2024-12-06T03:18:36.953815949Z Deleting ‘admin/js/vendor/sel ect2/i18n/nb.js’
anthias-server-1 | 2024-12-06T03:18:36.953818130Z Deleting ‘admin/js/vendor/sel ect2/i18n/el.js’
anthias-server-1 | 2024-12-06T03:18:36.953821117Z Deleting ‘admin/js/vendor/sel ect2/i18n/ca.js’
anthias-server-1 | 2024-12-06T03:18:36.953834368Z Deleting ‘admin/js/vendor/sel ect2/i18n/sk.js’
anthias-server-1 | 2024-12-06T03:18:36.953836786Z Deleting ‘admin/js/vendor/sel ect2/i18n/fa.js’
anthias-server-1 | 2024-12-06T03:18:36.953838764Z Deleting ‘admin/js/vendor/sel ect2/i18n/hu.js’
anthias-server-1 | 2024-12-06T03:18:36.953840670Z Deleting ‘admin/js/vendor/sel ect2/i18n/es.js’
anthias-server-1 | 2024-12-06T03:18:36.953842624Z Deleting ‘admin/js/vendor/sel ect2/i18n/et.js’
anthias-server-1 | 2024-12-06T03:18:36.953844534Z Deleting ‘admin/js/vendor/sel ect2/i18n/uk.js’
anthias-server-1 | 2024-12-06T03:18:36.953846458Z Deleting ‘admin/js/vendor/sel ect2/i18n/pt.js’
anthias-server-1 | 2024-12-06T03:18:37.820009594Z Deleting ‘admin/js/vendor/sel ect2/i18n/ar.js’
anthias-server-1 | 2024-12-06T03:18:37.820025848Z Deleting ‘admin/js/vendor/sel ect2/i18n/az.js’
anthias-server-1 | 2024-12-06T03:18:37.820028736Z Deleting ‘admin/js/vendor/sel ect2/i18n/de.js’
anthias-server-1 | 2024-12-06T03:18:37.820030930Z Deleting ‘admin/js/vendor/sel ect2/i18n/en.js’
anthias-server-1 | 2024-12-06T03:18:37.820033145Z Deleting ‘admin/js/vendor/sel ect2/i18n/fi.js’
anthias-server-1 | 2024-12-06T03:18:37.820035369Z Deleting ‘admin/js/vendor/sel ect2/i18n/hy.js’
anthias-server-1 | 2024-12-06T03:18:37.820037474Z Deleting ‘admin/js/vendor/sel ect2/i18n/th.js’
anthias-server-1 | 2024-12-06T03:18:37.820039562Z Deleting ‘admin/js/vendor/sel ect2/i18n/sr.js’
anthias-server-1 | 2024-12-06T03:18:37.820041694Z Deleting ‘admin/js/vendor/sel ect2/i18n/mk.js’
anthias-server-1 | 2024-12-06T03:18:37.820043924Z Deleting ‘admin/js/vendor/sel ect2/i18n/bg.js’
anthias-server-1 | 2024-12-06T03:18:37.820046184Z Deleting ‘admin/js/vendor/sel ect2/i18n/sr-Cyrl.js’
anthias-server-1 | 2024-12-06T03:18:37.820048307Z Deleting ‘admin/js/vendor/sel ect2/i18n/ro.js’
@AlBoudreau, I didn’t see anything unusual yet. Just in case you see something problematic in the logs (keywords like “error”, “problem”, etc.), feel free to post the parts here so it won’t be that long.
Let me know if you need further help.
Hello @nicomiguelino ,
Regarding the IP address issue, I have a work around.
What I cannot seem to get working is audio. Neither via HDMI or analog.
I tried installing the desktop version of Debian 12 in hopes to be able to preset the audio outputs but that did not work.
I’ve tried playing around with alsamixer but that yielded not solutions either. However that may be that i’m not familiar with most of the settings there.
Ideally I’d like to find an alternative to using raspberry Pi as I have access to many x86 devices that can be repurposed. It would be great if we could have a setting built in like raspi-config where we can go to select the audio output. Is there something similar to that in Debian 12 that i’m unaware of? Is it more of a dependancy relating the whatever x86 hardware is being used?
Thank you.
Al
And because I missed his part yesterday, here is the information about the version of Anthias.
@AlBoudreau, the tricky part of adding support to x86 devices is that they’re built differently, unlike Pi. While we’re still planning how to add user-friendly (i.e., web UI) support for modifying settings, you do some workarounds:
-
You can edit $HOME/.asoundrc
and add your custom configs there. It varies per device. Mine looks like the following:
defaults.pcm.card 1
defaults.pcm.device 3
-
Install alsa-utils
and run aplay -l
:
sudo apt-get install -y alsa-utils
aplay -l # or sudo aplay -l, whichever works; this gets the list of sound devices available
Let me know if you have questions.
Should you have any changes that you want to merge to master
, (documentation, for instance), feel free to make a pull request. I can help you with that.
Hello again @nicomiguelino ,
Still no love with the audio on my x86 device.
Any suggestion on how to get this set up? Is there a resource somewhere you can point me to for help with getting this sorted out?
Some insight: I installed the GUI version of Debian 12. Once loaded, I verified that I had audio output on both HDMI and headphone jack. I assumed / hoped that the configuration would ‘stick’ throughout the Anthias installation. Alas, it did not.
Here is some information I hope to be helpful to you.
alsa-utils was already installed. I ran aplay -l and received the following:
When I run alsa mixer I see the following:
Have you tried prepending sudo
? (For example, sudo aplay -l
.)