Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

"Not a directory" error on GitHub Actions / Homebrew #288

@karlhorky

Description

@karlhorky

Hi there, first of all, thanks for sqld, really cool idea!

I wanted to try this out on GitHub Actions CI on a Ubuntu runner and I ran into this error after installing via Homebrew:

$ sqld -d chinook.db -p 127.0.0.1:5432 --http-listen-addr=127.0.0.1:8000 &
_____/\\\\\\\\\\\__________/\\\________/\\\______________/\\\\\\\\\\\\____        
 ___/\\\/////////\\\_____/\\\\/\\\\____\/\\\_____________\/\\\////////\\\__       
  __\//\\\______\///____/\\\//\////\\\__\/\\\_____________\/\\\______\//\\\_      
   ___\////\\\__________/\\\______\//\\\_\/\\\_____________\/\\\_______\/\\\_     
    ______\////\\\______\//\\\______/\\\__\/\\\_____________\/\\\_______\/\\\_    
     _________\////\\\____\///\\\\/\\\\/___\/\\\_____________\/\\\_______\/\\\_   
      __/\\\______\//\\\_____\////\\\//_____\/\\\_____________\/\\\_______/\\\__  
       _\///\\\\\\\\\\\/_________\///\\\\\\__\/\\\\\\\\\\\\\\\_\/\\\\\\\\\\\\/___ 
        ___\///////////_____________\//////___\///////////////__\////////////_____

Welcome to sqld!

version: 0.3.0
commit SHA: bf00d227db035f0fad[6](https://github.com/karlhorky/postgres-js-sqld/actions/runs/4398945530/jobs/7703146935#step:7:7)cf81f064a6356605f0cd9
build date: 2023-03-12

This software is in BETA version.
If you encounter any bug, please open an issue at https://github.com/libsql/sqld/issues

config:
	- mode: standalone
	- database path: chinook.db
	- listening for HTTP requests on: 12[7](https://github.com/karlhorky/postgres-js-sqld/actions/runs/4398945530/jobs/7703146935#step:7:8).0.0.1:[8](https://github.com/karlhorky/postgres-js-sqld/actions/runs/4398945530/jobs/7703146935#step:7:9)000
	- listening for PostgreSQL wire on: [12](https://github.com/karlhorky/postgres-js-sqld/actions/runs/4398945530/jobs/7703146935#step:7:13)7.0.0.1:5432
	- gprc_tls: no
Error: Not a directory (os error [20](https://github.com/karlhorky/postgres-js-sqld/actions/runs/4398945530/jobs/7703146935#step:7:21))

I guess it's probably a misconfiguration on my part, but I can't see where... 🤔

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions