ispCP - Board - Support
Error message during installation - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: Error message during installation (/thread-6781.html)



Error message during installation - avinash.godara - 05-22-2009 03:58 AM

hi,
when giving following command:-
sudo rpm -Uhv rpmforge-release-0.3.6-1.el5.rf.i386.rpm
an error appears:-
sudo: please use single character options

i continued to install but when gave command:
sudo rpmbuild -ta courier-authlib-0.62.1.tar.bz2

again an error msg appeared:-
bunzip2:I/O or other error, bailing out. Possible reason follows.
bunzip2: Broken pipe
Input file = (stdin), out file = (stdout)
error: Failed to rename ~/rpm/SPECS/rpm-spec.aAISuq to ~/rpm/SPECS/rpm-spec.aAISuq : No such file or directory


Please help in resolving the error


RE: Error message during installation - polarbear541 - 05-22-2009 04:45 AM

I have had the same problem!

I think it is when you echo the rpm macros over to that directory


RE: Error message during installation - avinash.godara - 05-22-2009 03:22 PM

(05-22-2009 04:45 AM)polarbear541 Wrote:  I have had the same problem!

I think it is when you echo the rpm macros over to that directory

How to resolve this error.Please suggest

Thanks


RE: Error message during installation - kilburn - 05-22-2009 04:31 PM

avinash.godara Wrote:
Code:
sudo rpm -Uhv rpmforge-release-0.3.6-1.el5.rf.i386.rpm
sudo: please use single character options

This seems to be an escaping problem. The "-Uhv" arguments are for the "rpm" command, but "sudo" is the one receiving them. Try calling it this way:
Code:
sudo rpm -- rpmforge-release-0.3.6-1.el5.rf.i386.rpm -Uhv

(I'm not sure if it will work)


RE: Error message during installation - oddyutza - 05-22-2009 04:58 PM

try to su first, then rpm as root!


RE: Error message during installation - seachen - 08-14-2009 02:05 AM

Thanks you.

There is another error as below:

Quote:[root@hoix210709 downloads]# rpmbuild -ta courier-imap-4.4.1.tar.bz2

bunzip2: I/O or other error, bailing out. Possible reason follows.
bunzip2: Broken pipe
Input file = (stdin), output file = (stdout)
error: Failed to rename ~/rpm/SPECS/rpm-spec.eox3VZ to ~/rpm/SPECS/rpm-spec.eox3VZ: No such file or directory: No such file or directory
[root@hoix210709 downloads]#

What is the problem?


RE: Error message during installation - kilburn - 08-14-2009 02:20 AM

Did rpmforge-release install correctly!?