Giter Site home page Giter Site logo

Not working on Xubuntu Linux about tabfs HOT 6 OPEN

osnr avatar osnr commented on September 13, 2024
Not working on Xubuntu Linux

from tabfs.

Comments (6)

osnr avatar osnr commented on September 13, 2024

hmm. that all looks OK... can you run the binary fs/tabfs directly from the shell and tell me what output you get?

from tabfs.

dflock avatar dflock commented on September 13, 2024
$ ./tabfs 

Usage:
 kill [options] <pid> [...]

Options:
 <pid> [...]            send signal to every <pid> listed
 -<signal>, -s, --signal <signal>
                        specify the <signal> to be sent
 -l, --list=[<signal>]  list all signal names, or convert one to a name
 -L, --table            list all signal names in a nice table

 -h, --help     display this help and exit
 -V, --version  output version information and exit

For more details see kill(1).
fusermount: entry for /home/duncan/dev/TabFS/fs/mnt not found in /etc/mtab
${"op": "getattr", "path": "/.Trash"}

from tabfs.

boi4 avatar boi4 commented on September 13, 2024

It didn't work for me neither until I created the fs/mnt directory via mkdir.

from tabfs.

dflock avatar dflock commented on September 13, 2024

It didn't work for me neither until I created the fs/mnt directory via mkdir.

I did that as part of the original install.

from tabfs.

szczys avatar szczys commented on September 13, 2024

I'm having the same issue with Chrome in a CentOS docker container. I had to add this to the CFLAGS_EXTRA in the makefile to get it to compile:
-std=c99 -D_POSIX_C_SOURCE=200112L

When I run ./tabfs it just sits there without returning. My log.txt file is empty.

from tabfs.

osnr avatar osnr commented on September 13, 2024

Hmm. It's hard to say what exactly is going wrong if fs/tabfs doesn't obviously crash on startup (it's really only meant to be run by the browser; we're just running it from the shell here as a quick check).

You could maybe run gdb in a mode where it waits to attach to the tabfs process when it appears, then reload the extension in the browser (which starts the tabfs process) and try to catch why it's terminating.

from tabfs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.