Search found 56 matches

by Ideal
2014/01/29 21:49:23
Forum: CentOS 6 - Security Support
Topic: [SOLVED] selinux with httpd and sshd contexts
Replies: 4
Views: 6915

Re: selinux with httpd and sshd contexts

Any other ideas? I see that sshd is complaining that it can't chroot so the following selinux booleans may help: $ getsebool -a|grep ssh allow_ssh_keysign --> off fenced_can_ssh --> off ssh_chroot_full_access --> off ssh_chroot_manage_apache_content --> off ssh_chroot_rw_homedirs --> off ssh_sysadm...
by Ideal
2014/01/28 22:34:17
Forum: CentOS 6 - Networking Support
Topic: Dual Boot Required for Remote Maintenance?
Replies: 5
Views: 1326

Re: Dual Boot Required for Remote Maintenance?

You could try VNC. Google reveals lots of how-tos.
by Ideal
2014/01/19 01:26:37
Forum: CentOS 6 - Software Support
Topic: Export a Logical volume?
Replies: 1
Views: 741

Re: Export a Logical volume?

You could try the nbd package from the epel repo.
by Ideal
2014/01/09 00:13:53
Forum: CentOS 6 - Hardware Support
Topic: Microphone and USB Webcam not working in Skype on CentOS 6.0
Replies: 10
Views: 6385

Re: Microphone and USB Webcam not working in Skype on CentOS

All I'm left with is, my external microphone is not detected by CentOS 6.5 also somehow. This is an Intel DH67BL motherboard with i5-sandy bridge configuration. That sounds like a preference issue. Try System->Preferences->Sound and then click the Input tab. There will probably be more than one dev...
by Ideal
2014/01/09 00:08:51
Forum: CentOS 6 - Software Support
Topic: Upgrade Centos from 6.2 to Latest Release
Replies: 2
Views: 1991

Re: Upgrade Centos from 6.2 to Latest Release

For an update that goes up in revision(s) I usually like to do it in steps like:

Code: Select all

$ su -
# yum update "yum*" "rpm*"
# yum update "glibc*" "dracut*"
# yum update "kernel*"
# yum update
by Ideal
2014/01/09 00:05:43
Forum: CentOS 6 - General Support
Topic: long time to return from blanking screen
Replies: 4
Views: 1282

Re: long time to return from blanking screen

I just tried this on my netbook but the system came back to life immediately. Are you using Nvidia drivers vs standard CentOS6 ?
by Ideal
2014/01/06 22:13:22
Forum: CentOS 6 - Hardware Support
Topic: Microphone and USB Webcam not working in Skype on CentOS 6.0
Replies: 10
Views: 6385

Re: Microphone and USB Webcam not working in Skype on CentOS

Hi Trevor, I did yum update.. It downloaded all the stuff required.. and after spending 4+ hrs. on that..exited saying conflicts with file versions on a library and exited.. How do i proceed next? Pls. advise. regds., Ram. With a 6.0->6.5 update I would do a few smaller updates first: $ su - # yum ...
by Ideal
2014/01/06 09:54:42
Forum: CentOS 6 - Hardware Support
Topic: Microphone and USB Webcam not working in Skype on CentOS 6.0
Replies: 10
Views: 6385

Re: Microphone and USB Webcam not working in Skype on CentOS

vrkrao wrote:I have pasted the getinfo.sh output in pastebin of centos with the link
http://pastebin.centos.org/7106/
The first thing you should do is update to CentOS 6.5 ;)
by Ideal
2014/01/05 00:36:38
Forum: CentOS 6 - Hardware Support
Topic: mouse and keyboard not working
Replies: 8
Views: 4242

Re: mouse and keyboard not working

If you have the virtualizations enabled in the BIOS then you may need to add amd_iommu=on or intel_iommu=on to your kernel boot options.
by Ideal
2014/01/04 05:32:03
Forum: CentOS 6 - Software Support
Topic: huge log files on mysql/bacula
Replies: 1
Views: 1645

Re: huge log files on mysql/bacula

Whenever I try opening the files from both gedit and nano the processes start but then eventually kill themselves, im assuming because there are 0 bytes left on the drive and the files are around 90gb? So, reading the log options isnt possible unless I try to delete one or two of them to try and ha...