Home > Uncategorized, winscp, yum > WinSCP console hangs while installing with yum

WinSCP console hangs while installing with yum

February 13, 2011 Leave a comment Go to comments

This seemed very wierd to me.

Here’s what i used to get before it “hung”

[root@xxxx ~]# yum install mod_dav_svn
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: centos.mirror.iweb.ca
* base: centos.mirror.iweb.ca
* epel: mirror.csclub.uwaterloo.ca
* extras: centos.mirror.iweb.ca
* updates: centos.mirror.iweb.ca
Setting up Install Process
Resolving Dependencies
–> Running transaction check
—> Package mod_dav_svn.x86_64 0:1.4.2-4.el5_3.1 set to be updated
–> Finished Dependency Resolution

Dependencies Resolved

================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
mod_dav_svn x86_64 1.4.2-4.el5_3.1 base 70 k

Transaction Summary
================================================================================
Install 1 Package(s)
Upgrade 0 Package(s)

Total download size: 70 k

Host is not communicating for more than 15 seconds. Still waiting….

Warning: Aborting this operating will close the connection.

As it turned out, it was waiting for user input

“Is this ok[y/N]”

Solution: ? The “-y” flag of yum

yum-y install mod_dav_svn

  1. No comments yet.
  1. No trackbacks yet.

Leave a comment