On 03/08/2009 12:02 AM, David Haller wrote:
Hello,
On Sat, 07 Mar 2009, Josef Wolf wrote:
On Fri, Mar 06, 2009 at 03:48:55PM +0100, Josef Wolf wrote:
With opensuse-11.1 and kde4, I have seen three times on two different boxes that the mode of /dev/null was changed to 600. This breaks lots of scripts, which assume /dev/null is writable by anybody.
[..]
I think I found the guilty: it is the update of aaa_base. Check out the timestamp:
[..]
2009-03-06 15:03:19 <1> raven(13826) [zypp++] ExternalProgram.cc(start_program):210 Executing 'rpm' '--root' '/' '--dbpath' '/var/lib/rpm' '-U' '--percent' '--force' '--nodeps' '--' '/var/cache/zypp/packages/repo-update/rpm/x86_64/aaa_base-11.1-10007.14.1.x86_64.rpm'
I don't think so. Or if so, it's a x86_64 problem:
# ls -l /dev/null crw-rw-rw- 1 root root 1, 3 Dec 3 06:56 /dev/null # rpm -q --queryformat '%{name}-%{version}-%{release} %{installtime:date}\n' aaa_base aaa_base-11.1-10007.14.1 Wed Mar 4 18:57:41 2009
It isn't a x86_64 problem. joe@jmorris:~> cat /etc/SuSE-release openSUSE 11.1 (x86_64) VERSION = 11.1 joe@jmorris:~> ls -l /dev/null crw-rw-rw- 1 root root 1, 3 2008-12-03 18:29 /dev/null joe@jmorris:~> rpm -q --queryformat '%{name}-%{version}-%{release} %{installtime:date}\n' aaa_base aaa_base-11.1-10007.14.1 Thu 05 Mar 2009 06:17:40 AM PHT -- Joe Morris Registered Linux user 231871 running openSUSE 11.1 x86_64 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org