Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

META | Replace "dietpi" with global software password hint in online docs #3056

Closed
cstegmann opened this issue Aug 14, 2019 · 4 comments
Closed
Labels
META Everything that is not code related, e.g. GitHub, Wiki, website, community
Milestone

Comments

@cstegmann
Copy link

Creating a bug report/issue

Required Information

  • DietPi version | cat /DietPi/dietpi/.version
    #!/bin/bash
    G_DIETPI_VERSION_CORE=6
    G_DIETPI_VERSION_SUB=25
    G_DIETPI_VERSION_RC=3
    G_GITBRANCH='master'
    G_GITOWNER='MichaIng'
  • Distro version | echo $G_DISTRO_NAME or cat /etc/debian_version
    10.0
  • Kernel version | uname -a
    Linux DietPi 4.19.58-v7+ DietPi-Software | Bundle Pi-hole & PiVPN #1245 SMP Fri Jul 12 17:25:51 BST 2019 armv7l GNU/Linux
  • SBC device | echo $G_HW_MODEL_DESCRIPTION or (EG: RPi3)
    RPi 2 Model B (armv7l)

Additional Information (if applicable)

  • Software title | qBittorrent
  • Was the software title installed freshly or updated/migrated?
    Freshly installed on a newly flashed install of Dietpi with the Buster image (DietPi_RPi-ARMv6-Buster)
  • Can this issue be replicated on a fresh installation of DietPi?
    I guess, mine is fresh.

df58bce3-0908-4d55-9894-ff250f139903

  • Bug report ID | sed -n 5p /DietPi/dietpi/.hw_model

Steps to reproduce

  1. Installed qBittorrent with dietpi-software
  2. Can't log in to qBittorrent Web UI with the qbittorrent/dietpi username and password. Also tried combinations of the older stuff and default qbittorrent usernames/passwords and I just get locked IP banned after a few tries.

Expected behaviour

  • Login should be working.

Actual behaviour

  • It isn't.

Extra details

  • there is no qBittorrent directory in ~/.config/ or /root/.config/
@cstegmann
Copy link
Author

Any updates on this? I'm using Transmission for now, but it doesn't have rss support.

I create the ~/.config/qBittorrent directory and that didn't help. I can't find the default config file anywhere that I could paste in.

@cstegmann
Copy link
Author

@MichaIng found the problem. It's either documentation or implementation, depends how you want to look at it.

In dietpi-software line 10797 it says:

WebUI\Password_ha1=@ByteArray($(echo -n "$GLOBAL_PW" | md5sum | mawk '{print $1}'))

In the documentation it says the password should be 'dietpi' and not the Global password/$GLOBAL_PW you see in the code.

So either the documentation needs to change or the $GLOBAL_PW needs to be replaced by 'dietpi'

@MichaIng
Copy link
Owner

@cstegmann
Indeed, wherever it says password "dietpi" in the docs, it means the global software password that you chose during firstrun setup, which only defaults to "dietpi".

But you are right, we should make this more clear in the docs.

@MichaIng MichaIng added META Everything that is not code related, e.g. GitHub, Wiki, website, community and removed Investigating 🤔 labels Aug 21, 2019
@MichaIng MichaIng added this to the v6.26 milestone Aug 21, 2019
@MichaIng MichaIng changed the title DietPi-Software | qBittorrent - Login with default username/password not working META | Replace "dietpi" with global software password hint in online docs Aug 21, 2019
@MichaIng MichaIng modified the milestones: v6.26, v6.27 Sep 3, 2019
@MichaIng MichaIng modified the milestones: v6.27, v6.28 Nov 13, 2019
@MichaIng MichaIng modified the milestones: v6.28, v6.29 Jan 3, 2020
@MichaIng MichaIng modified the milestones: v6.29, v6.30 Mar 18, 2020
@MichaIng MichaIng modified the milestones: v6.30, v6.31 May 10, 2020
@MichaIng MichaIng modified the milestones: v6.31, v6.32 Jun 24, 2020
@MichaIng MichaIng modified the milestones: v6.32, v6.33 Aug 27, 2020
@MichaIng MichaIng modified the milestones: v6.33, v6.34 Oct 2, 2020
@MichaIng
Copy link
Owner

This has mostly be done on our new documentation page: https://github.com/MichaIng/DietPi-Docs
dietpi-software list links still need to be adjusted, however marking it as closed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
META Everything that is not code related, e.g. GitHub, Wiki, website, community
Projects
None yet
Development

No branches or pull requests

2 participants