[split] Problem starting API server 1.4.1 (Missing qsqlite3 lib)
#1
help!  After upgrade 1.4.1, can not enter into web control any more:  
[Image: Image-1.jpg]
Reply

#2
(20-Mar-2025, 10:36 AM)clark8888 Wrote: help!  After upgrade 1.4.1, can not enter into web control any more:  

Can you run these? First command to remove snakeoil, second+third command is to reinstall snakeoil. Last command is to tell me which version of snakeoil that's installed.
 
Code:
sudo apt remove snakeoil             # remove snakeoil
sudo apt update                            # update apt database
sudo apt install snakeoil               # re-install snakeoil
snakeoil-rest --long-version          # Show snakeoil version
ldd /usr/local/sbin/snakeoil-rest    # Show libraries

If "--long-version" don't work. Then run the last one ("ldd") as i suspect a library is missing on the system (which I missed in the deb install).. Some folks have that missing library while others don't. So that's why it seems some folks are ok, but others aren't.
Snakeoil Operating System - Music, your way!
Reply

#3
(20-Mar-2025, 11:01 AM)agent_kith Wrote:
(20-Mar-2025, 10:36 AM)clark8888 Wrote: help!  After upgrade 1.4.1, can not enter into web control any more:  

Can you run these? First command to remove snakeoil, second+third command is to reinstall snakeoil. Last command is to tell me which version of snakeoil that's installed.
 
Code:
sudo apt remove snakeoil             # remove snakeoil
sudo apt update                            # update apt database
sudo apt install snakeoil               # re-install snakeoil
snakeoil-rest --long-version          # Show snakeoil version
ldd /usr/local/sbin/snakeoil-rest    # Show libraries

If "--long-version" don't work. Then run the last one ("ldd") as i suspect a library is missing on the system (which I missed in the deb install).. Some folks have that missing library while others don't. So that's why it seems some folks are ok, but others aren't.
reinstallation has same result.

 snakeoil-rest --long-version
### Snakeoil Build information ###
  git hash: 3c1cb09
git branch: main
 Timestamp: 20250317T1735
     build: 1.4.1 (High-End U1)

ldd /usr/local/sbin/snakeoil-rest
        linux-vdso.so.1 (0x00007fff38d49000)
        libmcrypt.so.4 => /lib/x86_64-linux-gnu/libmcrypt.so.4 (0x00007f9d069a4000)
        libyaml-cpp.so.0.8 => /lib/x86_64-linux-gnu/libyaml-cpp.so.0.8 (0x00007f9d0695b000)
        libQt6HttpServer.so.6 => /usr/local/lib/libQt6HttpServer.so.6 (0x00007f9d06925000)
        libQt6Network.so.6 => /usr/local/lib/libQt6Network.so.6 (0x00007f9d06714000)
        libQt6Sql.so.6 => /usr/local/lib/libQt6Sql.so.6 (0x00007f9d066bd000)
        libQt6Core.so.6 => /usr/local/lib/libQt6Core.so.6 (0x00007f9d05fe1000)
        libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f9d05d63000)
        libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f9d05d35000)
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f9d05b23000)
        libQt6WebSockets.so.6 => /usr/local/lib/libQt6WebSockets.so.6 (0x00007f9d05aea000)
        libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f9d059ff000)
        libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f9d059fa000)
        libzstd.so.1 => /lib/x86_64-linux-gnu/libzstd.so.1 (0x00007f9d05940000)
        libgssapi_krb5.so.2 => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2 (0x00007f9d058ec000)
        libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f9d058d0000)
        libresolv.so.2 => /lib/x86_64-linux-gnu/libresolv.so.2 (0x00007f9d058bb000)
        libicui18n.so.73 => /usr/local/lib/libicui18n.so.73 (0x00007f9d0556c000)
        libicuuc.so.73 => /usr/local/lib/libicuuc.so.73 (0x00007f9d05354000)
        libicudata.so.73 => /usr/local/lib/libicudata.so.73 (0x00007f9d034c6000)
        libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f9d034c1000)
        libglib-2.0.so.0 => /lib/x86_64-linux-gnu/libglib-2.0.so.0 (0x00007f9d03376000)
        libgthread-2.0.so.0 => /lib/x86_64-linux-gnu/libgthread-2.0.so.0 (0x00007f9d03371000)
        librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f9d0336c000)
        /lib64/ld-linux-x86-64.so.2 (0x00007f9d06b2f000)
        libkrb5.so.3 => /lib/x86_64-linux-gnu/libkrb5.so.3 (0x00007f9d032a3000)
        libk5crypto.so.3 => /lib/x86_64-linux-gnu/libk5crypto.so.3 (0x00007f9d03277000)
        libcom_err.so.2 => /lib/x86_64-linux-gnu/libcom_err.so.2 (0x00007f9d0326f000)
        libkrb5support.so.0 => /lib/x86_64-linux-gnu/libkrb5support.so.0 (0x00007f9d03262000)
        libpcre2-8.so.0 => /lib/x86_64-linux-gnu/libpcre2-8.so.0 (0x00007f9d031c8000)
        libkeyutils.so.1 => /lib/x86_64-linux-gnu/libkeyutils.so.1 (0x00007f9d031c1000)
Reply

#4
(20-Mar-2025, 05:09 PM)clark8888 Wrote: reinstallation has same result.
Everything looks correct as far as I can tell. It's pretty strange.. :/

Can you run these?
Code:
systemctl disable snakeoil-rest

sudo /usr/local/sbin/snakeoil-rest --verbosity 10
And show me the output?

Once you are done, re-run this again:
Code:
systemctl enable snakeoil-rest
Otherwise the API server will not restart on reboot.
Snakeoil Operating System - Music, your way!
Reply

#5
(20-Mar-2025, 05:53 PM)agent_kith Wrote:
(20-Mar-2025, 05:09 PM)clark8888 Wrote: reinstallation has same result.
Everything looks correct as far as I can tell. It's pretty strange.. :/

Can you run these?
 
Code:
systemctl disable snakeoil-rest

sudo /usr/local/sbin/snakeoil-rest --verbosity 10
And show me the output?

sudo /usr/local/sbin/snakeoil-rest --verbosity 10
 
  • Snakeoil OS API Server 1.4.1 (High-End U1) [RELEASE] [service/singleton.cpp:125|singleton_c::init()]
    [4] QSqlDatabase: QSQLITE driver not loaded
    [4] QSqlDatabase: available drivers:
    [5] Cannot open snakeoil configuration, access problem? [service/database.cpp:41|database_c::database_c()]
    Segmentation fault




    Once you are done, re-run this again:
     
    Code:
    systemctl enable snakeoil-rest
    Otherwise the API server will not restart on reboot.
  •  systemctl status  snakeoil-rest
    ● snakeoil-rest.service - Snakeoil RestAPI server
         Loaded: loaded (/etc/systemd/system/snakeoil-rest.service; enabled; preset: enabled)
         Active: activating (auto-restart) (Result: exit-code) since Fri 2025-03-21 02:00:26 UTC; 2s ago
        Process: 2756 ExecStart=/usr/local/bin/snakeoil-server.sh (code=exited, status=1/FAILURE)
       Main PID: 2756 (code=exited, status=1/FAILURE)
            CPU: 32ms


Reply

#6
@clark8888 

What version of Ubuntu Noble are you using? Is it Raspberry Pi or amd64?
Can you run this command and show me the output?
Code:
find /usr/local/lib/plugins -type f

Also, run this and tell me what's in this file
Code:
cat /etc/systemd/system/snakeoil-rest.service

your problem is somehow in your environment your OS cannot find the plugins folder for that sqlite3 driver.
Snakeoil Operating System - Music, your way!
Reply

#7
(21-Mar-2025, 11:31 AM)agent_kith Wrote: @clark8888 

What version of Ubuntu Noble are you using? Is it Raspberry Pi or amd64?
Can you run this command and show me the output?

Intel n4100 x64  linux 6.8.1-1015-realtime #16-Ubuntu server 24.04 SMP PREEMPT_RT
Code:
find /usr/local/lib/plugins -type f
find /usr/local/lib/plugins -type f
/usr/local/lib/plugins/sqldrivers/libqsqlite.so
/usr/local/lib/plugins/networkinformation/libqglib.so
/usr/local/lib/plugins/networkinformation/libqnetworkmanager.so
/usr/local/lib/plugins/tls/libqcertonlybackend.so
/usr/local/lib/plugins/tls/libqopensslbackend.so


Also, run this and tell me what's in this file
 
Code:
cat /etc/systemd/system/snakeoil-rest.service
cat /etc/systemd/system/snakeoil-rest.service
[Unit]
Description=Snakeoil RestAPI server
Wants=network-online.target network.target
After=network.target network-online.target nmbd.service

[Service]
User=root
WorkingDirectory=/var/www/
Environment=QT_PLUGIN_PATH=/usr/local/lib/plugins/
ExecStart=/usr/local/bin/snakeoil-server.sh
# optional items below
Restart=always
RestartSec=3

[Install]
WantedBy=multi-user.target


your problem is somehow in your environment your OS cannot find the plugins folder for that sqlite3 driver.
But I only updated from SO 1.4.0. and did nothing else.    Now only GUI is missing, I can still use LMS/Album Player/Diretta host
Reply

#8
(21-Mar-2025, 02:46 PM)clark8888 Wrote: But I only updated from SO 1.4.0. and did nothing else.    Now only GUI is missing, I can still use LMS/Album Player/Diretta host
This is weird, so pressing SHIFT + the reload button (or SHIFT+F5) don't get the WebApp back?

Can you try this again?
 
Code:
systemctl disable snakeoil-rest
systemctl stop snakeoil-rest
sudo QT_PLUGIN_PATH=/usr/local/lib/plugins/ /usr/local/sbin/snakeoil-rest --verbosity 10

And show me the logs of the API service.

After which you can run:
Code:
systemctl enable snakeoil-rest

Reboot the computer, then run this and show me the output
Code:
journalctl -u snakeoil-rest --since="24 hours ago"
Snakeoil Operating System - Music, your way!
Reply

#9
I suspect it's some entry in the database. Folks with this problem, can you SSH to your machine, and run this command:
Code:
snakeoil-rest --diag

You will get a file called: "/media/music/diagnostics.tar.bz2". Please send this file to support"AT"snakeoil-os.net (Replace "AT" with @) so I can have a look at what is causing the problem.
Snakeoil Operating System - Music, your way!
Reply

#10
(22-Mar-2025, 09:41 AM)agent_kith Wrote: I suspect it's some entry in the database. Folks with this problem, can you SSH to your machine, and run this command:
 
Code:
snakeoil-rest --diag

You will get a file called: "/media/music/diagnostics.tar.bz2". Please send this file to support"AT"snakeoil-os.net (Replace "AT" with @) so I can have a look at what is causing the problem.
file sent by email
Reply



Bookmarks

Possibly Related Threads…
Thread Author Replies Views Last Post
  [split] MediaCenter33 not starting ing Snakeoil 1.4.3 (High End U3) kmwgr 1 3 27 minutes ago
Last Post: agent_kith
  [split] How to re-set activation details hkphantomgtr 2 30 04-Apr-2025, 03:32 PM
Last Post: hkphantomgtr
  Glibc 2.36 missing jetski 5 186 04-Mar-2025, 03:23 AM
Last Post: jetski
  Snakeoil OS 1.4 problem with Squeezelite and Lyrion mloutfie 14 850 14-Feb-2025, 07:00 AM
Last Post: mloutfie
  [SOLVEDMusic Players missing justme 2 207 31-Jan-2025, 01:07 PM
Last Post: justme



Users browsing this thread:
4 Guest(s)

[-]
Our Sponsors

[-]
Welcome
You have to register before you can post on our site.

Username/Email:


Password:





[-]
Latest Threads
[split] MediaCenter33 not starting ing S...
Last Post: agent_kith
Today 10:05 AM
» Replies: 1
» Views: 3
Wiki update - need your help!
Last Post: petemac110
Today 08:24 AM
» Replies: 1
» Views: 21
Snakeoil 1.4.3 (High End U3)
Last Post: hkphantomgtr
Yesterday 12:03 AM
» Replies: 4
» Views: 147
Question about RAM Disk
Last Post: hkphantomgtr
04-Apr-2025 03:33 PM
» Replies: 4
» Views: 45
[split] How to re-set activation details
Last Post: hkphantomgtr
04-Apr-2025 03:32 PM
» Replies: 2
» Views: 30
Add UPNP/DLNA functionality
Last Post: Snoopy8
04-Apr-2025 09:50 AM
» Replies: 2
» Views: 35
Snakeoil 1.4.2 (High End U2)
Last Post: agent_kith
03-Apr-2025 11:28 AM
» Replies: 20
» Views: 944
No audio devices on RPi5 with latests bu...
Last Post: hkphantomgtr
02-Apr-2025 01:59 AM
» Replies: 6
» Views: 102
Intel NUC: I225-V vs. Thunderbolt Ethern...
Last Post: hkphantomgtr
31-Mar-2025 11:51 AM
» Replies: 2
» Views: 69
REST not responding (503 error)
Last Post: Primare11
29-Mar-2025 10:50 PM
» Replies: 9
» Views: 197

[-]
SnakeoilOS Mission Statement

Our mission is to create a free to use computer OS that is easy to install, intuitive to operate and play music that will connect and engage with you emotionally.

SnakeoilOS gives you the freedom to spend more time on listening, enjoying and exploring music. Wasting time on computers is now a thing of the past! Everything is constantly evolving/improving. Please check back often for updates.

If you like this project, do show your support with a small token donation. All donations collected will be used to run this website, and for purchasing new equipment for the project.


Powered By MyBB, © 2002-2025. Theme © Melroy van den Berg.