openssh install error
Hi, When i install the openssh rpm ["rpm -i --excludedocs openssh-3.4p1-105.i586.rpm"] the following error message is displayed and the installation exits with a non-zero status. linux:~ # rpm -i --excludedocs /mnt/rpms/openssh-3.4p1-105.i586.rpm Updating etc/sysconfig/ssh... cat: .//usr/share/doc/packages/openssh/README.SuSE: No such file or directory execution of openssh-3.4p1-105 script failed, exit status 1 linux:~ # echo $? 1 The spec file for this openssh RPM has the following lines in the %post section %post %{fillup_and_insserv -n -s -y ssh sshd START_SSHD} mkdir -p ar/adm/notify/messages cat ./%{_defaultdocdir}/%{name}/README.SuSE
var/adm/notify/messages/%{name} -changes
Not sure, why the postinstall section is expecting the document to be present. Could you please help me out. The same installation goes through fine without the --excludedocs option. Does that mean that I can not use the --excludedocs option for this RPM ? Regards, Laavanya Confidentiality Notice The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Wipro or Mailadmin@wipro.com immediately and destroy all copies of this message and any attachments.
On Thu, Jan 01, 2004 at 06:43:23PM +0530, laavanya.gopalan@wipro.com wrote:
%post %{fillup_and_insserv -n -s -y ssh sshd START_SSHD} mkdir -p ar/adm/notify/messages cat ./%{_defaultdocdir}/%{name}/README.SuSE
var/adm/notify/messages/%{name} -changes
Not sure, why the postinstall section is expecting the document to be present. Could you please help me out.
This is a notification service for important behaviour changes between suse distribution versions. Whenever you install a package than has some significant changes, some information is mailed to root and added to /var/log/update-messages. -- Michel Messerschmidt lists@michel-messerschmidt.de antiVirusTestCenter, Computer Science, University of Hamburg
participants (2)
-
laavanya.gopalan@wipro.com
-
Michel Messerschmidt