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

Debian 10 - No Login as root #1328

Open
grootsys24 opened this issue Jun 11, 2020 · 8 comments
Open

Debian 10 - No Login as root #1328

grootsys24 opened this issue Jun 11, 2020 · 8 comments

Comments

@grootsys24
Copy link

grootsys24 commented Jun 11, 2020

The Login as root on kimchi 3.0 don't work

WOKAUTH0008E: The username or password you entered is incorrect. Please try again

Its the right Password.

A other non root user work, but i can't do nothing on kimchi

On wokd Error-Log:

Plugin configuration file /etc/wok/plugins.d/__pycache__.conf doesn't exist.
WOKAUTH0001E: Authentication failed for user 'root'. [Error code: 1]
*** Kimchi: Running feature tests ***
Service Libvirtd running ...: True
operation failed: no storage pools were found on host '127.0.0.1'
NFS Target Probe support ...: True
Fibre Channel Host support .: True
Kernel VFIO support ........: True
Network Manager running ....: False
Memory Hotplug support .....: True
*** Kimchi: Feature tests completed ***

Unknown device type: drm
Unknown device type: drm
Unknown device type: drm
Unknown device type: drm
Unknown device type: drm
Plugin configuration file /etc/wok/plugins.d/__pycache__.conf doesn't exist.
[11/Jun/2020:23:53:03] ENGINE Listening for SIGTERM.
[11/Jun/2020:23:53:03] ENGINE Listening for SIGHUP.
[11/Jun/2020:23:53:03] ENGINE Listening for SIGUSR1.
[11/Jun/2020:23:53:03] ENGINE Bus STARTING
[11/Jun/2020:23:53:03] ENGINE Serving on http://127.0.0.1:8010

*** Kimchi: Running dependable feature tests ***
QEMU stream support .......: False
Libvirt Stream Protocols ..: ['http', 'https', 'ftp', 'ftps', 'tftp']
*** Kimchi: Dependable feature tests completed ***

[11/Jun/2020:23:53:03] ENGINE Bus STARTED

The Startpage show me a Kimichi 3.0.0 Logo but now gingerbase logo?

How can i fixt the errors ?

@grootsys24
Copy link
Author

Can someone please help me why the setup of Kimchi under Debian 10 in version 3.0 does not work.

@txchen
Copy link

txchen commented Jun 20, 2020

I am having the same issue, I think it is due to kimchi-project/wok@fc586b7

Adding the service param back can fix the issue

cc @alinefm

@flaep
Copy link

flaep commented Jun 21, 2020

I installed and set up sudo and I can login and see settings with my default user.

@grootsys24
Copy link
Author

I installed and set up sudo and I can login and see settings with my default user.

I'm confused. root doesn't need sudo, it's super user. Or what exactly do you mean in detail? what were your setup steps?

@flaep
Copy link

flaep commented Jun 21, 2020

I installed and set up sudo and I can login and see settings with my default user.

I'm confused. root doesn't need sudo, it's super user. Or what exactly do you mean in detail? what were your setup steps?

My guess here is, that kimchi/wok logs in via ssh, to the machine it is running on.

Since logging in as root is disabled by default, one loggs in as user and sudo is then used to run the commands.
Again, that is my guess.

Apt install sudo
Usermod -aG sudo YourUsername

Log YourUsername out and back in.
Done.

Th e exact commands might be different. You just need to setup sudo on debian.

@grootsys24
Copy link
Author

I have allowed ssh for root login so it should work without sudo

@flaep
Copy link

flaep commented Jun 23, 2020

I have allowed ssh for root login so it should work without sudo

then my theory was wrong.
Then they do something different.

As I already said.
I got it to work installing sudo and adding my usual user account to the sudoers

@grootsys24
Copy link
Author

got it to work installing sudo and adding my usual user account to the sudoers

So after weeks, i kill my local non root user. Add a new user give this user sudoers and now kimchi will work :) thank you for indirectly giving me this idea

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants