[Bug 203052] pw command does not work as expected in STABLE 10.2
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Sep 11 20:09:15 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203052
Bug ID: 203052
Summary: pw command does not work as expected in STABLE 10.2
Product: Base System
Version: 10.2-STABLE
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: standards
Assignee: freebsd-standards at FreeBSD.org
Reporter: lenzi.sergio at gmail.com
the pw command does not work as expected.
# finger pulse
===================================================
Login: pulse Name: PulseAudio System User
Directory: /nonexistent Shell: /usr/sbin/nologin
No Mail.
No Plan.
===================================================
# pw usermod pulse -d /var/run/pulse
# finger pulse
===================================================
Login: pulse Name: PulseAudio System User
Directory: /nonexistent Shell: /usr/sbin/nologin
No Mail.
No Plan.
===================================================
it should had changed Directory to /var/run/pulse
Solution:
roll back to 2015-08-23
with the command
cd /usr/src/usr.sbin/pw
svn up -r '{2015-08-23}'
make
make install
Than the system works as expected
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-standards
mailing list