Search found 32794 matches

by TrevorH
2014/11/24 08:22:51
Forum: CentOS 6 - Software Support
Topic: Where did centos-release-SCL go
Replies: 11
Views: 22478

Re: Where did centos-release-SCL go

Run yum --disablerepo=\* --enablerepo=extras list available and report the output
by TrevorH
2014/11/24 08:18:56
Forum: CentOS 7 - Software Support
Topic: VLC, Flash etc not getting installed "KeyboardInterrupt"
Replies: 5
Views: 2005

Re: VLC, Flash etc not getting installed "KeyboardInterrupt"

You apparently made some non-obvious syntax error in your change since it works perfectly here and the complaint is about the very line you changed.
by TrevorH
2014/11/24 08:15:23
Forum: CentOS 7 - General Support
Topic: Unable to set a file to executable on USB
Replies: 2
Views: 931

Re: Unable to set a file to executable on USB

Also you are trying to mount the partitions on themselves which is not a good plan. You don't mount things on /dev/sdbX, you mount them on places like /mnt/drive1. Your fstab entry is wrong, correct it and remove /dev/sdb1 and 2 and change them to somewhere else.
by TrevorH
2014/11/23 23:53:11
Forum: CentOS 6 - Software Support
Topic: Where did centos-release-SCL go
Replies: 11
Views: 22478

Re: Where did centos-release-SCL go

The CentOS 'extras' repo is part of CentOS itself. You can enable it temporarily by running yum --enablerepo=extras install centos-release-SCL or you can edit /etc/yum.repos.d/CentOS-Base.repo and flip the enabled=0 line under [extras] to enabled=1 and save the file to do it permanently.
by TrevorH
2014/11/23 12:40:29
Forum: CentOS 5 - General Support
Topic: Need latest kernel rpm for CentOS 5.8 64 bit
Replies: 20
Views: 10358

Re: Need latest kernel rpm for CentOS 5.8 64 bit

I mean run host mirrorlist.centos.org and post its output
by TrevorH
2014/11/23 12:38:58
Forum: CentOS 6 - Software Support
Topic: Dependency issues while trying to install spacewalk on 2.2
Replies: 5
Views: 5979

Re: Dependency issues while trying to install spacewalk on 2

Since your includepkgs= line didn't include those packages they were excluded
by TrevorH
2014/11/23 00:44:17
Forum: CentOS 6 - Software Support
Topic: Dependency issues while trying to install spacewalk on 2.2
Replies: 5
Views: 5979

Re: Dependency issues while trying to install spacewalk on 2

As far as I can see, all those missing dependencies should be in EPEL. I ran yum provides 'perl(XML::Generator)' and yum list dojo python-hwdata python-debian and yum provides 'perl(Authen::PAM)' and see that EPEL has them all. Do you have any exclude= lines in your /etc/yum.repos.d/epel.repo file o...
by TrevorH
2014/11/22 23:12:20
Forum: CentOS 6 - General Support
Topic: Perl segmentation fault
Replies: 15
Views: 7120

Re: Perl segmentation fault

I have a suggestion - run rpm -Va and if the output is too huge then post it to pastebin.centos.org but if it's only a page or two then post it here, wrapped in [ code ][ /code ] tags.
by TrevorH
2014/11/22 19:20:22
Forum: CentOS 6 - General Support
Topic: mounting an iso in CentOs6.5 using VMWorkstation
Replies: 1
Views: 531

Re: mounting an iso in CentOs6.5 using VMWorkstation

The read only message is normal and expected - iso9660 filesystems are readonly by design and thus are always mounted r/o.

Why do you have to copy the content over? I just mount the iso image on /var/www/html/inst and it works for me without anything else.
by TrevorH
2014/11/22 19:18:32
Forum: CentOS 7 - General Support
Topic: asp.net and .net framework compatibility
Replies: 3
Views: 2186

Re: asp.net and .net framework compatibility

I could be wrong but I thought that asp.net and .net framework were Windows only and would not function on any Linux distro.