Everyone,
about 4 years ago, I tried to install CentOS 6 on a Supermicro server
with SCSI drives using a LSI raid system. I could never figure out or
find a way to make the installation disc of Centos 6 identify the SCSI
drives. The installation disc for Centos 5 identified the SCSI drives
without a problem. I finally gave up on Centos 6 and installed Centos 5
and the system has worked very well for the last 4 years
Now that Centos 5 has been retired, I would like to install Centos 7 on
this server. Does the install disc for Centos 7 have the same issues
with SCSI drives as Centos 6? Has anyone used Centos 7 on SCSI drives,
or am I going to need to get an upgrade of the server? The server is
working great.
Greg Ennis
--
Gregory P. Ennis, M.D., M.R.O.
Medical Director
EcCare Health Centers
www.EcCare.com
972-659-1234
Hi,
I have CentOS 7 with Qemu/KVM and Libvirt running on a headless HP
Proliant Server. Virtual hosts are managed via Virt-Manager installed on
a CentOS 7 + KDE client via SSH.
Things are running quite nicely for now, I only have a few small minor
details to adjust.
On my main workstation running Slackware64 14.1, I also have Qemu/KVM
and Virt-Manager installed. When I launch a virtual host and switch to
full-screen display, the host is a "real" full screen.
But when I do the same thing with CentOS, I don't have a real
full-screen display. There's still two grey bars left on the upper and
lower end of the screen.
Any idea how I can get rid of these and have a 100% full-screen display
for a KVM host?
Cheers,
Niki
--
Microlinux - Solutions informatiques durables
7, place de l'église - 30730 Montpezat
Web : http://www.microlinux.fr
Mail : info(a)microlinux.fr
Tél. : 04 66 63 10 32
https://access.redhat.com/support/policy/intel
shows mainly Xeon CPUs. What about
Intel Core i7-6700 Quad-Core Skylake
has the current EL6 variant support for it?
Any experience? Feedback would be greatly appreciated.
Thanks,
LF
Hello,
I'm registering a strange new behavior after updating openssh on my CentOS
7.3 server.
Firt of all difference of systemd service configuration between
new openssh-server-6.6.1p1-35.el7_3.x86_64
and
old openssh-server-6.6.1p1-33.el7_3.x86_6
[root@c7service ~]# diff new_sshd.service old_sshd.service
8c8,9
< Type=notify
---
> Type=forking
> PIDFile=/var/run/sshd.pid
10c11
< ExecStart=/usr/sbin/sshd -D $OPTIONS
---
> ExecStart=/usr/sbin/sshd $OPTIONS
15d15
< RestartPreventExitStatus=255
It changed the Type and it was also added the RestartPreventExitStatus
directove.
The effects I'm noticing are:
1) If using NetworkManager and no ListenAddress entry in sshd_config
--> all ok (listen on ipv4 and ipv6)
2) If using NetworkManager and I put ListenAddress=ip in sshd_config
--> all ok
3) If NetworkManager disabled and using only network service and no
ListenAddress entry in sshd_config
--> ok (listen on ipv4 and ipv6)
4) If NetworkManager disabled and using only network service and I put
ListenAddress=ip in sshd_config
--> ko with 255 error and so no restart
5) If NetworkManager disabled and using only network service and I put
ListenAddress=0.0.0.0
--> ok
6) If NetworkManager disabled and using only network service and I put
ListenAddress=ip and comment out the RestartPreventExitStatus line
--> ko with 255 error and after 42s restart and ok of sshd
Can anyone replicate on an RH EL and report?
Do you think I can opena a bugzilla for this or NetworkManager is supposed
to be kept running as official support?
I have a server with two network interfaces where I want to enable sshd
only on the second and I'm blocked if I disable NetworkManager.
In the mean time I have commented out the service line related to restart n
case of 255 error...
I see here that actually 255 is the common exit code for many sshd errors
and some discussions about Type of sshd service:
https://bugzilla.redhat.com/show_bug.cgi?id=1398360
In changelog of rpm between old and new eleases I only see:
* Wed Mar 01 2017 Jakub Jelen <jjelen(a)redhat.com> - 6.6.1p1-35 + 0.9.3-9
- Do not send SD_NOTIFY from forked childern (#1381997)
* Fri Feb 24 2017 Jakub Jelen <jjelen(a)redhat.com> - 6.6.1p1-34 + 0.9.3-9
- Add SD_NOTIFY code to help systemd to track running service (#1381997)
Thanks in advance,
Gianluca
Has anyone else noticed a 10X slowing of the time it takes Thunderbird
to load an email that contains graphics on CentOS 6? The last
Thunderbird update moved us from Thunderbird 45 to Thunderbird 52.
While Thunderbird was loading the images the hard drive was busy
cranking out seeks. I have all my local home accounts mounted on a
software raid.
I solved the problem with a downgrade to Thunderbird 45, but that's a
poor solution not keeping Thunderbird up to date with the latest
security patches.
--
_
°v°
/(_)\
^ ^ Mark LaPierre
Registered Linux user No #267004
https://linuxcounter.net/
****
Hi - I am using CentOS 7.3 and trying to receive basic authentication.
I run a command liked: curl -X POST -u jerry:pw
http://192.168.1.8/inbound.cgi
When I use printenv in the cgi I do not see the user and password anywhere.
Isn't it supposed to be there in an environment variable like REMOTE_USER ?
How do I receive the basic authentication ?
Thanks,
Jerry
Hi,
I use ffmpeg with Intel QSV to transcode some sample clips. And I want to monitor Intel GPU usage. I found intel-gpu-tools in centos 7.
Can intel-gpu-tools monitor Intel GPU usage? how to use it?
Thanks!
Regards
Andrew