We have moved! This forum is now read only. (June 03)

New community website: https://community.snakeoil-os.net (June 03)

Join us in the new community by Creating a new account. (June 04)


Snakeoil Gear Isolation Beta Series
(24-Apr-2021, 09:31 PM)agent_kith Wrote:
(23-Apr-2021, 03:33 AM)mkysimes Wrote: Same for me. Only tried 20.04.2 LTS server as base. Did notice after install of Snakeoil and reboot there is no change in messaging on boot screen. In other words, if Snakeoil is running there is no indication on boot. Not sure if that's what's supposed to happen or not.
If you see the login prompt, hit the ENTER key a few times and you should see a prompt for your IP. If that doesn't show up then it means something is wrong.

Spent about half an hour trying to add more diagnostics things into the diagnostic file generation bit.. And then realise that's not gonna work because the WebApp itself isn't working!
[Image: bird.gif]

Can you or anybody with the forbidden problem SSH to your snakeoil machine, and run this?
 
Code:
netstat -tulpn|grep 80

Also, copy out the contents of /etc/lighttpd/lighttpd.conf and paste it here. I still can't find any obvious reasons why it's not working, but I have tweaked the installer to unpack and install the blobs during the installation. That should at least fix some potential problems.

The installer is close to be released officially now, just need to settle one final issue, and this forbidden problem.

Once the installer is out I can work on the kernel builder and also update the WebApp to the latest angular (I'm a gun Angular developer now and have lots of new tricks/ideas for the webapp). <- That will happen in 1.2.1 or later though.
Contents of netsat:

tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      1753/lighttpd
udp6       0      0 fe80::dea6:32ff:fe4:546 :::*                                1634/systemd-networ

Contents of lighttpd.conf:

server.modules = (
    "mod_indexfile",
    "mod_access",
    "mod_alias",
     "mod_redirect",
)

server.document-root        = "/var/www/"
server.upload-dirs          = ( "/var/cache/lighttpd/uploads" )
server.errorlog             = "/var/log/lighttpd/error.log"
server.pid-file             = "/run/lighttpd.pid"
server.username             = "www-data"
server.groupname            = "www-data"
server.port                 = 80

# strict parsing and normalization of URL for consistency and security
# https://redmine.lighttpd.net/projects/li...ptsDetails
# (might need to explicitly set "url-path-2f-decode" = "disable"
#  if a specific application is encoding URLs inside url-path)
server.http-parseopts = (
  "header-strict"           => "enable",# default
  "host-strict"             => "enable",# default
  "host-normalize"          => "enable",# default
  "url-normalize-unreserved"=> "enable",# recommended highly
  "url-normalize-required"  => "enable",# recommended
  "url-ctrls-reject"        => "enable",# recommended
  "url-path-2f-decode"      => "enable",# recommended highly (unless breaks app)
 #"url-path-2f-reject"      => "enable",
  "url-path-dotseg-remove"  => "enable",# recommended highly (unless breaks app)
 #"url-path-dotseg-reject"  => "enable",
 #"url-query-20-plus"       => "enable",# consistency in query string
)

index-file.names            = ( "index.php", "index.html" )
url.access-deny             = ( "~", ".inc" )
static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )

compress.cache-dir          = "/var/cache/lighttpd/compress/"
compress.filetype           = ( "application/javascript", "text/css", "text/html", "text/plain" )

# default listening port for IPv6 falls back to the IPv4 port
## Use ipv6 if available
#include_shell "/usr/share/lighttpd/use-ipv6.pl " + server.port
include_shell "/usr/share/lighttpd/create-mime.conf.pl"
include "/etc/lighttpd/conf-enabled/*.conf"

#server.compat-module-load   = "disable"
server.modules += (
    "mod_compress",
    "mod_dirlisting",
    "mod_staticfile",
)

proxy.server = (
  "/api" => ( (
    "host" => "127.0.0.1",
    "port" => 30511
  ) )
 )

Hopefully that helps  Wink
Reply


Messages In This Thread
Snakeoil Gear Isolation Beta Series - by agent_kith - 01-Jan-2021, 06:56 PM
RE: Snakeoil Gear Isolation Alpha Series - by Eso - 07-Feb-2021, 07:35 AM
RE: Snakeoil Gear Isolation Alpha Series - by Eso - 08-Feb-2021, 04:50 AM
RE: Snakeoil Gear Isolation Alpha Series - by Bromf - 25-Feb-2021, 10:43 AM
RE: Snakeoil Gear Isolation Alpha Series - by Bromf - 25-Feb-2021, 04:06 PM
RE: Snakeoil Gear Isolation Alpha Series - by Bromf - 25-Feb-2021, 04:43 PM
RE: Snakeoil Gear Isolation Alpha Series - by Bromf - 25-Feb-2021, 11:26 AM
RE: Snakeoil Gear Isolation Alpha Series - by Bromf - 25-Feb-2021, 02:45 PM
RE: Snakeoil Gear Isolation Alpha Series - by Bromf - 26-Feb-2021, 09:29 AM
RE: Snakeoil Gear Isolation Alpha Series - by Bromf - 26-Feb-2021, 04:14 PM
RE: Snakeoil Gear Isolation Alpha Series - by Bromf - 27-Feb-2021, 08:13 AM
RE: Snakeoil Gear Isolation Alpha Series - by Bromf - 27-Feb-2021, 09:10 AM
RE: Snakeoil Gear Isolation Alpha Series - by Bromf - 28-Feb-2021, 08:56 AM
RE: Snakeoil Gear Isolation Alpha Series - by Bromf - 01-Mar-2021, 11:47 AM
RE: Snakeoil Gear Isolation Alpha Series - by Bromf - 01-Mar-2021, 12:25 PM
RE: Snakeoil Gear Isolation Alpha Series - by Bromf - 01-Mar-2021, 02:19 PM
RE: Snakeoil Gear Isolation Alpha Series - by Bromf - 08-Mar-2021, 03:18 AM
RE: Snakeoil Gear Isolation Alpha Series - by Bromf - 10-Mar-2021, 03:33 PM
RE: Snakeoil Gear Isolation Alpha Series - by Bromf - 04-Apr-2021, 07:33 AM
RE: Snakeoil Gear Isolation Alpha Series - by Bromf - 04-Apr-2021, 08:32 AM
RE: Snakeoil Gear Isolation Alpha Series - by Bromf - 04-Apr-2021, 09:27 AM
RE: Snakeoil Gear Isolation Alpha Series - by Bromf - 05-Apr-2021, 11:06 AM
RE: Snakeoil Gear Isolation Alpha Series - by Bromf - 05-Apr-2021, 11:38 AM
RE: Snakeoil Gear Isolation Alpha Series - by Bromf - 05-Apr-2021, 01:04 PM
RE: Snakeoil Gear Isolation Alpha Series - by Bromf - 22-Apr-2021, 04:18 PM
RE: Snakeoil Gear Isolation Alpha Series - by mkysimes - 25-Apr-2021, 10:27 AM
RE: Snakeoil Gear Isolation Alpha Series - by Bromf - 25-Apr-2021, 02:35 PM
RE: Snakeoil Gear Isolation Beta Series - by Bromf - 26-Apr-2021, 05:05 AM
RE: Snakeoil Gear Isolation Beta Series - by Bromf - 26-Apr-2021, 09:30 AM
RE: Snakeoil Gear Isolation Beta Series - by Bromf - 26-Apr-2021, 11:38 AM
RE: Snakeoil Gear Isolation Beta Series - by Bromf - 26-Apr-2021, 12:12 PM
RE: Snakeoil Gear Isolation Beta Series - by Bromf - 27-Apr-2021, 04:34 AM
RE: Snakeoil Gear Isolation Beta Series - by Bromf - 27-Apr-2021, 07:43 AM
RE: Snakeoil Gear Isolation Beta Series - by Bromf - 26-Apr-2021, 02:45 PM
RE: Snakeoil Gear Isolation Beta Series - by Bromf - 27-Apr-2021, 12:31 PM
RE: Snakeoil Gear Isolation Beta Series - by Bromf - 27-Apr-2021, 02:42 PM
RE: Snakeoil Gear Isolation Beta Series - by Bromf - 01-May-2021, 09:20 AM
RE: Snakeoil Gear Isolation Beta Series - by Bromf - 05-May-2021, 04:52 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  1.4.0 Beta 3 agent_kith 12 1,552 29-Dec-2024, 11:36 AM
Last Post: agent_kith
  1.4.0 Beta 2 agent_kith 11 1,453 26-Dec-2024, 10:36 AM
Last Post: agent_kith
  1.4.0 Beta 1 agent_kith 12 1,514 22-Dec-2024, 10:19 AM
Last Post: agent_kith
  Snakeoil 1.3.0 Alpha 1 (aarm64) agent_kith 41 4,992 31-Dec-2023, 10:30 PM
Last Post: hkphantomgtr
  Measures 1.3.0 Beta 1 (Last test hopefully. agent_kith 73 8,305 23-Dec-2023, 09:17 AM
Last Post: hkphantomgtr



Users browsing this thread: 4 Guest(s)
[-]
Our Sponsors
{myadvertisements[zone_4]}

[-]
Latest Threads
Android Firefox issues with forum
Last Post: agent_kith
10-Jun-2025 04:45 PM
» Replies: 21
» Views: 2457
[split] Possible To Load Snakeoil OS in ...
Last Post: Snoopy8
09-Jun-2025 06:43 AM
» Replies: 14
» Views: 1722
Snakeoil 1.4.3 (High End U3)
Last Post: hkphantomgtr
05-Jun-2025 03:58 PM
» Replies: 67
» Views: 9692
Snakeoil with Ubuntu Desktop ?
Last Post: Snoopy8
02-Jun-2025 09:38 AM
» Replies: 8
» Views: 1012
Add IR remote control using Flirc USB in...
Last Post: Snoopy8
31-May-2025 03:50 PM
» Replies: 5
» Views: 739
Work In Progress: 1.4.4
Last Post: hkphantomgtr
29-May-2025 11:44 PM
» Replies: 44
» Views: 5583
SQ difference - Raspberry Pi vs x86_64?
Last Post: Snoopy8
27-May-2025 02:16 PM
» Replies: 42
» Views: 6051
Snakeoil 1.4.0 (High End)
Last Post: aabman
25-May-2025 11:35 AM
» Replies: 93
» Views: 15967
new install issues
Last Post: carlodim
23-May-2025 09:56 AM
» Replies: 42
» Views: 5266
Is this project still alive?
Last Post: agent_kith
20-May-2025 03:11 PM
» Replies: 10
» Views: 1359

[-]
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.