Code Monkey home page Code Monkey logo

Comments (3)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 17, 2024
If you want logkeys to run on system boot, you can follow directions here.

http://code.google.com/p/logkeys/wiki/Documentation#Autorun_at_system_start

What Segmentation fault are you talking about? Where did you encounter it?

Original comment by [email protected] on 8 Jun 2010 at 11:53

from logkeys.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 17, 2024
Well I use a home-made script on ubuntu 9.10 and that is almost the same... but 
finally i make that work changing the directory on rc.local, i don't know why.

#!/bin/sh -e
# rc.local
cd /home/user/keyloger
./logkeys --start --keymap=/home/user/keyloger/es_ES.map 
--output=/home/user/keyloger/.logkeys --device=event4

I don't know... maybe a /user/local/bin exportation needed?? because Ubuntu is 
a pain in the ass on boot log, i cant remember the "segmentation fault" exactly 
but on my old Debian was something on the third line of the lang.map file, any 
file i try was the same. Anyway that work now... but what a crap solution...

Original comment by [email protected] on 8 Jun 2010 at 6:06

from logkeys.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 17, 2024
Yup, it's possible that the PATH variable is missing the /usr/local/bin 
directory.

In rc.local, you don't need to cd, you can just run logkeys from that 
directory, e.g.

# rc.local
/home/user/keyloger/logkeys --start --keymap ... ← this works

Anyway, this is not a bug and shouldn't even be a problem once a deb packet is 
released.

The segfault you are referring to happened when importing invalid keymaps.
This is already fixed in the latest version.

Original comment by [email protected] on 8 Jun 2010 at 8:27

  • Changed state: Invalid

from logkeys.

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.