You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use a manually edited /etc/shadow and /etc/passwd because I migrated from one server to another. What I did was doing a fresh install of openSUSE Leap 15.3, then I copied the related section from old server into the files on new servers.
Reason: This way I keep the passwords, etc..., after doing an rsync of /home/, everything is done.
The problem is:
During install, I used my user name. Later I copied it again within the user lines, so it existed twice (two identical lines in passwd and shadow, respectively).
From ssh, yast-users appears (either as GUI Window or in text version). When it starts to read "default system settings", it suddenly vanishes without any error message.
Yesterday I was there and tried the same on KDE. Here I got a message that user 'xxxx' is defined twice in shadow, and that I shall fix that first. I did so. On next try, the same message with /etc/passwd. I also fixed that one. On third try it passed and I could see the user list.
Today I try (again) to use yast-users over ssh. AGAIN THE SAME PROBLEM, the window suddenly vanishes with no error, or I am returned to bash prompt (without an error message).
Does this have something to do with encoding? I use iso-8859-1 on remote side (locales are de_DE@euro), the server uses UTF-8.
This is really boring. Need to do all administration manually.
The text was updated successfully, but these errors were encountered:
After some trial and error I finally found out that this happens with
locale = de_DE@euro (aka iso-8859-1 / iso-8859-15)
while it does not happen with
locale = de_DE@utf-8
This are really super-smart developers if they even can't get the system setup tool running properly!
Linux supports a lot of different encodings, not only utf-8. All what has to be done is simply include termcap correctly, and, in graphical mode, not always to remove the working solution in KDE (using conversion of fileNAME encoding).
There are STANDARDS, one of them is ISO-8859-1. As long as any part of the OS supports them (so this will be forever), this has to work everywhere.
I use a manually edited /etc/shadow and /etc/passwd because I migrated from one server to another. What I did was doing a fresh install of openSUSE Leap 15.3, then I copied the related section from old server into the files on new servers.
Reason: This way I keep the passwords, etc..., after doing an rsync of /home/, everything is done.
The problem is:
During install, I used my user name. Later I copied it again within the user lines, so it existed twice (two identical lines in passwd and shadow, respectively).
From ssh, yast-users appears (either as GUI Window or in text version). When it starts to read "default system settings", it suddenly vanishes without any error message.
Yesterday I was there and tried the same on KDE. Here I got a message that user 'xxxx' is defined twice in shadow, and that I shall fix that first. I did so. On next try, the same message with /etc/passwd. I also fixed that one. On third try it passed and I could see the user list.
Today I try (again) to use yast-users over ssh. AGAIN THE SAME PROBLEM, the window suddenly vanishes with no error, or I am returned to bash prompt (without an error message).
Does this have something to do with encoding? I use iso-8859-1 on remote side (locales are de_DE@euro), the server uses UTF-8.
This is really boring. Need to do all administration manually.
The text was updated successfully, but these errors were encountered: