[SOLVED] Running Snakeoil as FANLESS Minimserver
|
Posts: 446
Threads: 23
Joined: Jan 2019
Reputation:
121
13-Sep-2020, 04:42 PM
(This post was last modified: 13-Sep-2020, 10:57 PM by hkphantomgtr.)
Hi, sir,
I've divided an internal SSD into 3 partitions. 2G for root, 2G for swap and 25G (sda6) for data (ext4).
Snakeoil OS is up and running, I can use its webpage interface and command line thru ssh. I've mounted the sda6 thru web interface as /media/music/sda6. I've deselected all music softwares except minimserver thru "Snakeoil" tab. I also activated "Minimserver" under Music Servers thru "Music Player" tab.
Yet,
1) I can't copy file into the sda6 thru,
i) Snakeoil webpage
ii) Filezilla (can connect, see the tree, but can't copy)
iii) Synology webpage
iv) MAC OS finder
2) I can't mount SNAKEOIL sda6/folder in sda6 in
i) Synology
ii) MAC OS
3) Minimserver seems is not running. In the "Music Player" tab, even I've selected Minimserver and "save and restart player", every time after I re-visited this page, "Logitech Media Server" is selected but I didn't install it. Also, my streamer can't find another Minimserver other than the Minimserver running in my Synology NAS.
Most of the time it reported something like Account privilege problems. For the Win10, I'll try later tonight.
Or, should I use 2 internal HD, ie. 1 for system and the other for music library?
Would you please help when you're free? I really appreciate that.
Posts: 446
Threads: 23
Joined: Jan 2019
Reputation:
121
(13-Sep-2020, 04:42 PM)hkphantomgtr Wrote: Hi, sir,
I've divided an internal SSD into 3 partitions. 2G for root, 2G for swap and 25G (sda6) for data (ext4).
Snakeoil OS is up and running, I can use its webpage interface and command line thru ssh. I've mounted the sda6 thru web interface as /media/music/sda6. I've deselected all music softwares except minimserver thru "Snakeoil" tab. I also activated "Minimserver" under Music Servers thru "Music Player" tab.
Yet,
1) I can't copy file into the sda6 thru,
i) Snakeoil webpage
ii) Filezilla (can connect, see the tree, but can't copy)
iii) Synology webpage
iv) MAC OS finder
2) I can't mount SNAKEOIL sda6/folder in sda6 in
i) Synology
ii) MAC OS
3) Minimserver seems is not running. In the "Music Player" tab, even I've selected Minimserver and "save and restart player", every time after I re-visited this page, "Logitech Media Server" is selected but I didn't install it. Also, my streamer can't find another Minimserver other than the Minimserver running in my Synology NAS.
Most of the time it reported something like Account privilege problems. For the Win10, I'll try later tonight.
Or, should I use 2 internal HD, ie. 1 for system and the other for music library?
Would you please help when you're free? I really appreciate that.
Great! All problem solved themselves after re-installation.
Posts: 2,783
Threads: 178
Joined: Feb 2016
Reputation:
482
Location: Perth, WA
Sorry for not getting back to you sooner :( Glad it all worked out. :)
Snakeoil Operating System - Music, your way!
Posts: 446
Threads: 23
Joined: Jan 2019
Reputation:
121
(15-Sep-2020, 07:58 AM)agent_kith Wrote: Sorry for not getting back to you sooner Glad it all worked out.
Hi, Agent Kith, no problem at all. Don't worry. Please take care!
Btw, so far the sound is better than NAS, even I just use an old fanless pc with old ssd, plugged with recently made non-shielded rubbish dc cable, and no vibration isolation.
If you have time, would you please tell me is nfs server installed in Snake oil? And how to set the nfs permission to certain ip (ie. streamer)? Appreciated.
Posts: 2,783
Threads: 178
Joined: Feb 2016
Reputation:
482
Location: Perth, WA
(15-Sep-2020, 08:09 AM)hkphantomgtr Wrote: Hi, Agent Kith, no problem at all. Don't worry. Please take care!
Btw, so far the sound is better than NAS, even I just use an old fanless pc with old ssd, plugged with recently made non-shielded rubbish dc cable, and no vibration isolation.
If you have time, would you please tell me is nfs server installed in Snake oil? And how to set the nfs permission to certain ip (ie. streamer)? Appreciated. NFS server is not installed. And I think you'll need a new kernel for this to work. I'll try and get you the kernel soonish (I'm at work right now so can't do this).
When you have that kernel, you'll still need to install some software on the Snakeoil computer. SSH into the Snakeoil computer and run:
Code: sudo apt update; sudo apt install nfs-server
Then export the folders you want to share. Follow step 3 of this document.
Snakeoil Operating System - Music, your way!
Posts: 446
Threads: 23
Joined: Jan 2019
Reputation:
121
(15-Sep-2020, 08:40 AM)agent_kith Wrote: (15-Sep-2020, 08:09 AM)hkphantomgtr Wrote: Hi, Agent Kith, no problem at all. Don't worry. Please take care!
Btw, so far the sound is better than NAS, even I just use an old fanless pc with old ssd, plugged with recently made non-shielded rubbish dc cable, and no vibration isolation.
If you have time, would you please tell me is nfs server installed in Snake oil? And how to set the nfs permission to certain ip (ie. streamer)? Appreciated. NFS server is not installed. And I think you'll need a new kernel for this to work. I'll try and get you the kernel soonish (I'm at work right now so can't do this).
When you have that kernel, you'll still need to install some software on the Snakeoil computer. SSH into the Snakeoil computer and run:
Code: sudo apt update; sudo apt install nfs-server
Then export the folders you want to share. Follow step 3 of this document.
Thank you very much, Agent Kith! Please take care and your time first. If you don't mind, please include NVMe inside. Appreciated!!
Posts: 2,783
Threads: 178
Joined: Feb 2016
Reputation:
482
Location: Perth, WA
(15-Sep-2020, 09:46 AM)hkphantomgtr Wrote: Thank you very much, Agent Kith! Please take care and your time first. If you don't mind, please include NVMe inside. Appreciated!! Hi,
Go here, scroll all the way down and download the NAS kernel. This has NFS server, and also NVMe support. Depending on the order of your storage devices, you may or may not have problems with this new kernel. Probably a good idea to copy out /etc/fstab and paste it here so I can have a quick look at it before you switch to this kernel.
Snakeoil Operating System - Music, your way!
Posts: 446
Threads: 23
Joined: Jan 2019
Reputation:
121
(15-Sep-2020, 03:30 PM)agent_kith Wrote: (15-Sep-2020, 09:46 AM)hkphantomgtr Wrote: Thank you very much, Agent Kith! Please take care and your time first. If you don't mind, please include NVMe inside. Appreciated!! Hi,
Go here, scroll all the way down and download the NAS kernel. This has NFS server, and also NVMe support. Depending on the order of your storage devices, you may or may not have problems with this new kernel. Probably a good idea to copy out /etc/fstab and paste it here so I can have a quick look at it before you switch to this kernel.
You're the BEST, Agent Kith!! May I share this kernel in Hiendy for more trials?
Posts: 446
Threads: 23
Joined: Jan 2019
Reputation:
121
15-Sep-2020, 09:33 PM
(This post was last modified: 15-Sep-2020, 09:52 PM by hkphantomgtr.)
(15-Sep-2020, 03:30 PM)agent_kith Wrote: (15-Sep-2020, 09:46 AM)hkphantomgtr Wrote: Thank you very much, Agent Kith! Please take care and your time first. If you don't mind, please include NVMe inside. Appreciated!! Hi,
Go here, scroll all the way down and download the NAS kernel. This has NFS server, and also NVMe support. Depending on the order of your storage devices, you may or may not have problems with this new kernel. Probably a good idea to copy out /etc/fstab and paste it here so I can have a quick look at it before you switch to this kernel.
Hi, Agent Kith,
I've installed the new kernel. And I'm sorry that I can't figure out how to let my NAS to connect with Snakeoil thru NFS. Would you please enlighten me some more when you are free? Thanks a lot again!
Posts: 2,783
Threads: 178
Joined: Feb 2016
Reputation:
482
Location: Perth, WA
(15-Sep-2020, 05:43 PM)hkphantomgtr Wrote: You're the BEST, Agent Kith!! May I share this kernel in Hiendy for more trials? Yup. No problems.. I havn't been to Hiendy in a while, so tired when I get back..
(15-Sep-2020, 09:33 PM)hkphantomgtr Wrote: I've installed the new kernel. And I'm sorry that I can't figure out how to let my NAS to connect with Snakeoil thru NFS. Would you please enlighten me some more when you are free? Thanks a lot again! I'll try and put up a quick wiki on how to get this done.. Will let you know when it's ready.
Snakeoil Operating System - Music, your way!
|
Users browsing this thread: |
2 Guest(s)
|
|
Welcome
|
You have to register before you can post on our site.
|
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.
|
|
|