Skip to content

Segmentation fault with configtest #192

Closed
@benji1000

Description

@benji1000

Hello,

I've followed the installation guide until step 6. I ran into a problem at step 7:

root@kali:~# cat config.toml 
[servers]

[servers.10-0-0-111]
host        = "10.0.0.111"
port        = "22"
user        = "ben"
keyPath     = "/root/.ssh/id_rsa"
root@kali:~# vuls prepare
Erreur de segmentation

Maybe I'm stating the obvious here, but "Erreur de segmentation" means "Segmentation fault" in French :)

So I can't proceed with the install. I'm running Vuls from:

Linux kali 4.0.0-kali1-amd64 #1 SMP Debian 4.0.4-1+kali2 (2015-06-03) x86_64 GNU/Linux

What's going on? Thanks for your help!

Activity

kotakanbe

kotakanbe commented on Sep 23, 2016

@kotakanbe
Member

Probably the error was occurred in go runtime....

Please try blow options.

  • Try using the latest version of go.
  • Run Vuls on Other Linux.
benji1000

benji1000 commented on Sep 23, 2016

@benji1000
Author

You're right, installing latest version of Go (1.7.1 at the time of writing) solved it. I actually did not think of that since you're specifying a particular version in the install notes (step 3).

Also, maybe you could add in step 6 that the config file must be in the home directory? There's an error message when launching configtest if the file is not there, but it could be nice to know it beforehand.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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

      Participants

      @kotakanbe@benji1000

      Issue actions

        Segmentation fault with configtest · Issue #192 · future-architect/vuls