[augeas-devel] Augeas regression ?

Louis Coilliot louis.coilliot at wazemmes.org
Tue Dec 30 08:11:09 UTC 2008


Hello, since Augeas 0.35 I can't get anything matching wih augeas on RHEL4

It was fine with augeas 0.34.

Examples:

RHEL 4:

augtool> get /files/etc/ssh/sshd_config/PermitRootLogin
/files/etc/ssh/sshd_config/PermitRootLogin (o)
augtool>
augtool> match /files/etc/passwd/root/uid
  (no matches)
augtool>

# (ls  does not work either)

[root at nladev01 admin]# grep ^PermitRootLogin /etc/ssh/sshd_config
PermitRootLogin no

[root at nladev01 admin]# rpm -qa | grep augeas
augeas-libs-0.3.5-1.el4
augeas-0.3.5-1.el4
python-augeas-0.3.0-1

# cat /etc/redhat-release
Red Hat Enterprise Linux ES release 4 (Nahant Update 6)

# uname -p
i686

[root at nladev01 admin]# md5sum /usr/share/augeas/lenses/sshd.aug
51af6cd2d8199ce7a083ac94e9b79459  /usr/share/augeas/lenses/sshd.aug




RHEL 5:
augtool> get /files/etc/ssh/sshd_config/PermitRootLogin
/files/etc/ssh/sshd_config/PermitRootLogin = yes
augtool>
augtool> match /files/etc/passwd/root/uid
/files/etc/passwd/root/uid = 0
augtool>

[root at testintegr3 admin]# rpm -qa | grep augeas
augeas-libs-0.3.5-1.el5
augeas-0.3.5-1.el5
python-augeas-0.3.0-1

[root at testintegr3 admin]# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 5.1 (Tikanga)

[root at testintegr3 admin]# uname -p
x86_64

[root at testintegr3 admin]# md5sum /usr/share/augeas/lenses/sshd.aug
51af6cd2d8199ce7a083ac94e9b79459  /usr/share/augeas/lenses/sshd.aug




More information about the augeas-devel mailing list