Giter Site home page Giter Site logo

Comments (6)

MichaIng avatar MichaIng commented on June 16, 2024 2

Hmm, this message should not show up if automated setup was enabled. Also it indicates that it is not non-interactive (anymore). Can you show the whole log file?

cat /var/tmp/dietpi/logs/dietpi-firstrun-setup.log

And additionally:

echo "'$(sed -n '/^[[:blank:]]*AUTO_SETUP_AUTOMATED=/{s/^[^=]*=//p;q}' /boot/dietpi.txt)'"

EDIT: Ah, indeed based on your print above, the relevant line is AUTO_SETUP_AUTOMATED=1 , with a space at the end. We check this strict in dietpi-software, but more relaxed in dietpi-firstboot, hence autologin gets enabled, but dietpi-software runs in interactive mode. Remove that trailing white space and reboot, then it should work. I'll align both checks to be more relaxed and allow trailing characters behind the "1".

from dietpi.

MichaIng avatar MichaIng commented on June 16, 2024

Instead of potentially running two concurrent first run setup processes, better check the status of the original one via htop, or attach a screen to watch it. It can take quite a while to finish.

from dietpi.

inis17 avatar inis17 commented on June 16, 2024

i reproduced my steps,
Capture d’écran 2023-10-31 à 17 56 55
this is htopresult
Capture d’écran 2023-10-31 à 17 56 04

from dietpi.

MichaIng avatar MichaIng commented on June 16, 2024

Looks all as expected: dietpi-software is running on the main screen/TTY. You see the log file /var/tmp/dietpi/logs/dietpi-firstrun-setup.log:

tail -f /var/tmp/dietpi/logs/dietpi-firstrun-setup.log

Wait for it to finish, then the login message, which tells you exactly what happens, should disappear.

from dietpi.

inis17 avatar inis17 commented on June 16, 2024

this is the result of tail -f /var/tmp/dietpi/logs/dietpi-firstrun-setup.log

[ INFO ] DietPi-Software | DietPi has not fully been installed.
This must be completed prior to using DietPi by selecting:
 - Go Start Install.

for information, the pi has been running for more than 1h

from dietpi.

MichaIng avatar MichaIng commented on June 16, 2024

Fixed with: d1ebbbb

from dietpi.

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.