Çözüldü Debian'ın Usermod "nonexistent" hatası

Bu konu çözüldü olarak işaretlenmiştir. Çözülmediğini düşünüyorsanız konuyu rapor edebilirsiniz.

Huso112

Hectopat
Katılım
26 Ocak 2021
Mesajlar
1.471
Makaleler
1
Çözümler
2
Merhabalar.
Ben Debian'ınımı indirmiştim. Her şey çok güzel gidiyordu ki bu resme kadar:

1644353450921.png


İnternette araştırma da yaptım ama böyle bir arıza alan yok olmalı ki önüme hiçbir şey çıkmadı.

Ayrıyeten lightdm'de mouse ile klavye tamamen çalışmıyor (CTRL+alt+FN tuşları dahil).

bu konuda uzman olan @OzgunP hocamı etiketliyorum.
 
Son düzenleyen: Moderatör:
Çözüm
Şu komutları dene o zaman, aynı kapıya çıkar.

Kod:
su -l
adduser $USER sudo
Ben Debian'ınımı indirmiştim. Her şey çok güzel gidiyordu ki bu resme kadar:

1644353450921.png
# The pwck(8) utility emits a warning for any system account with a home
# directory that does not exist. Some system accounts intentionally do
# not have a home directory. Such accounts may have this string as
# their home directory in /etc/passwd to avoid a spurious warning.
#
NONEXISTENT /nonexistent

# Prevents an empty password field to be interpreted as "no authentication
# required".
# Set to "yes" to prevent for all accounts
# Set to "superuser" to prevent for UID 0 / root (default)
# Set to "no" to not prevent for any account (dangerous, historical default)
PREVENT_NO_AUTH superuser

Bunlar shadow ile ilgili mesajlar sanırım, herhangi bir kullanıcı oluşturdun mu (gerçi hoovy kullanıcısı için komut çalıştırıyorsun)? Önce normal bir kullanıcı oluştur (ya da doğrudan normal kullanıcı ile oturum aç) ve bununla oturum açıp, su -l komutu ile yönetici olduktan sonra komutları deneyebilirsin.
su -l komutu ile root olup dene bakalım. Ya da komutların tam yolunu yazmayı denersin /usr/sbin/usermod.

Ayrıca Debian'da wheel grubu yok, sudo komutu için kullanıcıyı sudo grubuna eklemen gerekir ve yeterlidir. Sonra sistemi yeniden başlatmalısın.

Ayrıyeten lightdm'de mouse ile klavye tamamen çalışmıyor (CTRL+alt+FN tuşları dahil).

Bununla ilgili yeni bir konu açabilirsin.
 
su -l komutu ile root olup dene bakalım. Ya da komutların tam yolunu yazmayı denersin /usr/sbin/usermod.

Ayrıca Debian'da wheel grubu yok, sudo komutu için kullanıcıyı sudo grubuna eklemen gerekir ve yeterlidir. Sonra sistemi yeniden başlatmalısın.



Bununla ilgili yeni bir konu açabilirsin.
Anca yazma şansı oldu. İkisi de çalışmıyor.
 
Şu komutları dene o zaman, aynı kapıya çıkar.

Kod:
su -l
adduser $USER sudo
Ben Debian'ınımı indirmiştim. Her şey çok güzel gidiyordu ki bu resme kadar:

1644353450921.png
# The pwck(8) utility emits a warning for any system account with a home
# directory that does not exist. Some system accounts intentionally do
# not have a home directory. Such accounts may have this string as
# their home directory in /etc/passwd to avoid a spurious warning.
#
NONEXISTENT /nonexistent

# Prevents an empty password field to be interpreted as "no authentication
# required".
# Set to "yes" to prevent for all accounts
# Set to "superuser" to prevent for UID 0 / root (default)
# Set to "no" to not prevent for any account (dangerous, historical default)
PREVENT_NO_AUTH superuser

Bunlar shadow ile ilgili mesajlar sanırım, herhangi bir kullanıcı oluşturdun mu (gerçi hoovy kullanıcısı için komut çalıştırıyorsun)? Önce normal bir kullanıcı oluştur (ya da doğrudan normal kullanıcı ile oturum aç) ve bununla oturum açıp, su -l komutu ile yönetici olduktan sonra komutları deneyebilirsin.
 
Çözüm
Şu komutları dene o zaman, aynı kapıya çıkar.

Kod:
su -l
adduser $USER sudo





Bunlar shadow ile ilgili mesajlar sanırım, herhangi bir kullanıcı oluşturdun mu (gerçi hoovy kullanıcısı için komut çalıştırıyorsun)? Önce normal bir kullanıcı oluştur (ya da doğrudan normal kullanıcı ile oturum aç) ve bununla oturum açıp, su -l komutu ile yönetici olduktan sonra komutları deneyebilirsin.
Kullanıcım var. Başka bir kullanıcı açarak denerim.
Şu komutları dene o zaman, aynı kapıya çıkar.

Kod:
su -l
adduser $USER sudo





Bunlar shadow ile ilgili mesajlar sanırım, herhangi bir kullanıcı oluşturdun mu (gerçi hoovy kullanıcısı için komut çalıştırıyorsun)? Önce normal bir kullanıcı oluştur (ya da doğrudan normal kullanıcı ile oturum aç) ve bununla oturum açıp, su -l komutu ile yönetici olduktan sonra komutları deneyebilirsin.
adduser işe yaradı ama neden bu iki hatayı alıyorum?
 
Son düzenleme:
adduser işe yaradı ama neden bu iki hatayı alıyorum?

Bilemiyorum, Debian testing ya da Sid kurduysan şu güncellemeyle ilgili olabilir. Ne yapılması gerektiği ile ilgili şu an bir fikrim yok. Belki eklenen yeni özellikle ilgili bir regresyon ortaya çıkmış olabilir.

2022-01-22 - Balint Reczey <[email protected]>
shadow (1:4.11.1+dfsg1-0exp1) experimental; urgency=medium
* login: Don't list su command as shipped (Closes: #960637)
* Install nologin /usr/sbin without patching makefiles
* debian/copyright: Fully rewrite the file based on upstream license update
and exclude contrib/atudel from upstream tarball
* debian/watch: Repack upstream tarball with +dfsg1 suffix
* debian/upstream/signing-key.asc: Update upstream signing key
* New upstream version 4.11.1+dfsg1
* Refresh patches
* Set NONEXISTENT to /nonexistent in shipped login.defs (Closes: #960318)
* Enable newly added yescrypt support
* Include YESCRYPT options in shipped login.defs (Closes: #991914)
* debian/rules: Stop using --disable-shared to build shared libraries
* Ship the libsubid4 and libsubid-dev packages and ship getsubids in uidmap
* debian/rules: Drop obsolete variable setting
* debian/login.lintian-overrides: Drop unused override
* debian/control: Make the Vcs-Browser URL canonical
* debian/login.defs: List new GRANT_AUX_GROUP_SUBIDS option in shipped login.defs
* debian/NEWS: Mention new login behaviour regarding empty password field.
Also set PREVENT_NO_AUTH in shipped login.defs accordingly.
* debian/tests: Cherry-pick part of autopkgtest from Ubuntu.
Thanks to Michael Vogt for the more extensive suite in Ubuntu
* debian/login.defs: Set default subuid and subgid ranges

Zaten adduser ile sorunun etrafından dolaşabilmişsin. LighthDM ile ilgili sorunu çözemediysen yeni konu açarsın.
 

Yeni konular

Geri
Yukarı