Displaying 5 results from an estimated 5 matches for "ypchfn".
Did you mean:
pcifn
2013 Dec 15
0
[Bug 10325] New: Links to files marked schg (system immutable) fail
...t gmail.com
QAContact: rsync-qa at samba.org
On FreeBSD 9.2 on amd64 system the following command is broken if a destination
file marked schg already exists:
rsync -axHAXSv --fileflags --force-schange --delete /usr/ /media/usrbak/
rsync: link "/media/usrbak/bin/chsh" => bin/ypchfn failed: Operation not
permitted (1)
rsync: link "/media/usrbak/bin/chpass" => bin/ypchfn failed: Operation not
permitted (1)
rsync: link "/media/usrbak/bin/chfn" => bin/ypchfn failed: Operation not
permitted (1)
rsync: link "/media/usrbak/bin/.ypchpass.2878" =>...
2000 Oct 30
0
FreeBSD Security Advisory: FreeBSD-SA-00:58.chpass
...========================
FreeBSD-SA-00:58 Security Advisory
FreeBSD, Inc.
Topic: chpass family contains local root vulnerability
Category: core
Module: chfn/chpass/chsh/ypchfn/ypchpass/ypchsh/passwd
Announced: 2000-10-30
Credits: Problem fixed during internal auditing.
Vulnerability pointed out by: caddis <caddis@DISSENSION.NET>
Affects: FreeBSD 3.x (all releases), FreeBSD 4.0-RELEASE,
FreeBSD 4.0-STABLE prior to the correction date
Corrected:...
2010 Sep 22
0
fileflags, hardlinks and FreeBSD
...and have the immutable flag set:
6830483 -r-sr-xr-x 6 root wheel schg 33268 Jan 6 2005 chfn
6830483 -r-sr-xr-x 6 root wheel schg 33268 Jan 6 2005 chpass
6830483 -r-sr-xr-x 6 root wheel schg 33268 Jan 6 2005 chsh
6830483 -r-sr-xr-x 6 root wheel schg 33268 Jan 6 2005 ypchfn
6830483 -r-sr-xr-x 6 root wheel schg 33268 Jan 6 2005 ypchpass
6830483 -r-sr-xr-x 6 root wheel schg 33268 Jan 6 2005 ypchsh
An attempt to rsync those file to a testbox running FreeBSD 4.11 with an
rsync 3.0.4 client that also has fileflags enabled results in this:
7862417 -r-sr-xr...
2008 Apr 30
0
hard links and schg flags.
...nd files up to date it I also want it to keep the
OS up to date.
I've run into a problem that I do not know how to fix. When I run the
following command:
rsync -aHXA --fileflags --force-change --no-inc-recursive
master.server.com::all /
I get the following error:
rsync: link "/usr/bin/ypchfn" => usr/bin/ypchpass failed: Operation not
permitted (1)
rsync: link "/usr/bin/chsh" => usr/bin/ypchpass failed: Operation not
permitted (1)
rsync: link "/usr/bin/chpass" => usr/bin/ypchpass failed: Operation not
permitted (1)
rsync: link "/usr/bin/chfn"...
2019 Jan 16
3
Inconsistent NIS Client Behavior w/ Centos 7.6
...erver, respectfully (and it works on some of the machines).
The rigs that are not working exhibit the following (satisfactory) behavior.
* yptest -u [valid nis username] works with no errors.
* yppasswd will change a password on the NIS server with no errors and other commands like ypchfn will work as well.
* ypwhich, ypcat, ypmap, etc. give the same values we'd see on the NIS server.
...BUT...
* You cannot console-login, ssh, or su into the rigs with valid NIS accounts.
* (The local ypbind -d "debug mode" shows no response to a login, the &q...