Git Product home page Git Product logo

Comments (8)

aspi-dwtt avatar aspi-dwtt commented on May 22, 2024 1

from emba.

aspi-dwtt avatar aspi-dwtt commented on May 22, 2024 1

from emba.

m-1-k-3 avatar m-1-k-3 commented on May 22, 2024

Interesting ... could you provide a link to the firmware?

from emba.

aspi-dwtt avatar aspi-dwtt commented on May 22, 2024

I'm sorry I can't share the firmware with you.
But I'm happy to test again when you've found a solution (a test run takes about 11 hours to complete in my current test setup)

from emba.

p4cx avatar p4cx commented on May 22, 2024

That makes it quite complicated to fix the bug, because the code should give this error only if there is no file. Maybe you can add some echo statements in module S50 to give us a more verbose output, e.g. between line 92 and 93:

  for PASSWD_FILE in "${PASSWD_FILE_PATHS[@]}"; do
    echo "$PASSWD_FILE"
    if [[ -f "$PASSWD_FILE" ]] ; then

To only run the module S50, you can specify this in the run command:

./emba.sh -f path_to_firmware -l path_to_log -W -t -r -s -m S50

EDIT: You will find module S50 in the module folder: /modules/S50_authentication_check.sh.

from emba.

m-1-k-3 avatar m-1-k-3 commented on May 22, 2024

ist there a passwd file? Is this file in /etc or is it somewhere else?

from emba.

aspi-dwtt avatar aspi-dwtt commented on May 22, 2024

Console output from the run with the extra 'echo' statement:

`
[+] Check users, groups and authentication

..
==> Users with UID zero (0)

...[*] Searching accounts with UID 0
..........
...[-] /etc/passwd not available
................
`

from emba.

p4cx avatar p4cx commented on May 22, 2024

Thanks for your help - this PR should now fix it for good and hopefully it works also on your machine.

from emba.

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.