| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 4 months |
| seen | 14 hours ago | |
| stats | profile views | 4 |
|
May 14 |
comment |
Selinux in permissive mode, ssh key based auth and locked account Try restarting the sshd daemon to ensure it knows the current Selinux setting which you have changed while it was running. |
|
May 10 |
comment |
yum and rpm nothing happens +1 Good answer. Thanks. |
|
May 9 |
comment |
yum and rpm nothing happens You probably should post the system rebuild as the answer to this question and then accept your own answer. |
|
May 9 |
comment |
yumdownloader downloads only i686 resolved rpms @dimba Now with a better understanding of the problem, I have completed re-written my answer. |
|
May 9 |
revised |
yumdownloader downloads only i686 resolved rpms Improved answer more in line with OP's question. |
|
May 7 |
comment |
yum and rpm nothing happens Odd indeed. Sounds like there was a library package that did not get installed or installed properly. |
|
May 7 |
reviewed | Reviewed Apache+Tomcat having problems communicating. Unclear error messages. Bringing down websites hosted under Tomcat |
|
May 7 |
reviewed | Reviewed Copying a large directory tree locally? cp or rsync? |
|
May 7 |
reviewed | Reviewed Secure file transfer in linux without SSH? |
|
May 7 |
comment |
Secure file transfer in linux without SSH? The question is confusing. Just a tiny bit of research would find that SCP and SFTP are SSH-based programs. Yet your question asks how to "transfer without SSH", and at the same time you say that you are trying to find an SFTP configuration. |
|
May 7 |
reviewed | Reviewed Networking with Python: No response from IP Phone |
|
May 7 |
awarded | Custodian |
|
May 7 |
reviewed | Reviewed To run python script when my Amazon instance boots up |
|
May 7 |
comment |
yum and rpm nothing happens What happens when you run rpm -qa and yum clean all; yum info yum? |
|
May 5 |
awarded | Citizen Patrol |
|
Apr 26 |
answered | YUM install tigervnc-server fails on RHEL 6.1 |
|
Apr 26 |
comment |
Why aren't my packages being included from my custom yum repository? @sciurus, +1 for pointing that out as I did not intend disabling priorities to be the answer, but just a test along the way. I have revised the answer accordingly. Thanks. |
|
Apr 26 |
revised |
Why aren't my packages being included from my custom yum repository? Improved answer. |
|
Apr 26 |
comment |
Why aren't my packages being included from my custom yum repository? @A.J.Brown The message about the excluded packages applies to all of the repositories, not just your custom repo. You can check whether this is true by excluding your custom repo in the yum commands, for example, sudo yum --disablerepo "custom-main" clean all; sudo yum --disablerepo "custom-main" repolist. If the "packages excluded" message is still printed, then we know the packages involved are not those in your custom repo. If the message does not print, then your custom repo contains packages that are available in one or more of the other repos. |
|
Apr 26 |
answered | Why aren't my packages being included from my custom yum repository? |