Displaying 20 results from an estimated 30000 matches similar to: "Failed to load SELinux policy- freezing"
2015 Jan 02
2
Secret incantations for virt-viewer?
On Tue, Dec 30, 2014 at 4:08 PM, Bill Gee <bgee at campercaver.net> wrote:
>
> Thanks! I changed the qemu.conf file to listen on 0.0.0.0. That works -
> I can
> connect to the virtual machines using a VNC client.
>
Listening on 0.0.0.0 listens on all network interfaces.
Mark's comment is not a major concern unless your KVM host is directly
connected to the Internet (no
2014 Dec 30
4
Secret incantations for virt-viewer?
Hello everyone -
I am trying to use virt-viewer to connect to KVM virtual machines running on a
CentOS7 host. It works great when running directly on the host, but I have
not been able to figure out the magic connection string to make it work from
another computer.
On the host, I set selinux to "permissive" and stopped the firewalld service.
No change, so it is not related to
2024 Jul 28
2
Fedora 40 nut-server not starting at boot
Look in the startup logs and see where itnis starting. I'm not at a RH system at the moment, but at work, I have had to do this, so can look there,mor perhaps put Nut on the test RH8 VM I spun up for other rrasons on Friday and work out the syntax. Not sure if the systemd file you are using came in the RPM or not, but if it did, it's almost a crime that this critical detail was overlooked.
2024 Nov 10
2
NUT stopped working after an upgrade
Great!
Regarding libusb and nut-scanner, I think the *.so (exact) symlinks are
part of *-devel packages.
This was solved in NUT recently (maybe after 2.8.2 release already) by
detecting and stashing the basename of realpath of the library present
during build, so the exact *.so.X.Y.Z would be also tried.
Also, nut-scanner now (in 2.8.2 IIRC) should not suggest the volatile
bus/busport/device
2014 Dec 30
3
Secret incantations for virt-viewer?
On Tue, Dec 30, 2014 at 9:58 AM, Marcelo Roccasalva <
marcelo-centos at irrigacion.gov.ar> wrote:
> On Tue, Dec 30, 2014 at 11:46 AM, Bill Gee <bgee at campercaver.net> wrote:
>
> > Hello everyone -
> >
> > I am trying to use virt-viewer to connect to KVM virtual machines running
> > on a
> > CentOS7 host. It works great when running directly on
2024 Jul 28
1
Fedora 40 nut-server not starting at boot
I've had fun with nut on RH systems, these are my notes to get it working:
Create /usr/lib/tmpfiles.d/nut-client.conf:D? ? /run/nut 0770 root nut -
...the file did not exist, and so the PID folder/file was not getting generated. Then the driver would start.
Also had to setup enabled services (still not 100% confident that this is totally correct):[root at emp80 ups]# systemctl list-unit-files
2014 Sep 10
1
SELinux alert on Centos 7 yum update
yum update
...
Updating:
VirtualBox-4.3 x86_64 4.3.16_95972_el7-1 virtualbox 69 M
flash-plugin x86_64 11.2.202.406-release adobe-linux-x86_64 6.9 M
libcacard x86_64 10:1.5.3-60.el7_0.7.0.1 updates 182 k
qemu-guest-agent x86_64 10:1.5.3-60.el7_0.7.0.1 updates 247 k
While this update is running I get a SELinux Alert
2024 Nov 10
1
NUT stopped working after an upgrade
Thanks for the tip, Jim. I just figured out what is going on. The
system is now working. ==> This one is on me. <==
The root cause was the specification of the bus number in the ups.conf
file. Here is what it looks like now:
============
[cyberpower]
driver = "usbhid-ups"
port = "auto"
vendorid = "0764"
productid =
2016 May 30
4
CentOS 6 spontaneous reboots
Hello everyone -
My CentOS 6.8 server has been rebooting itself every 2 to 4 hours for the last
several days. I do not know where to look for logs that might give a clue what
the problem is. There are no unusual entries in /var/log/messages. I looked
over other log files in /var/log and found nothing suggestive. Where else can I
look?
By luck I saw the beginning of a reboot on the server
2014 Aug 14
2
SELinux vs. logwatch and virsh
Hello everyone -
I am stumped ... Does anyone have suggestions on how to proceed? Is there a way
to get what I want?
The environment: CentOS 7.0 with latest patches.
The goal: I want logwatch to include a report on the status of kvm virtual computers.
The problem: When run from anacron, SELinux denies permission for the virsh utility.
Here is a portion of the logwatch output:
2024 Nov 10
1
NUT stopped working after an upgrade
Can you try starting the driver with higher debug verbosity to see more
details, e.g. add `debug_min = 6` to the `ups.conf` section, or stop the
auto-starting driver attempts and run the driver program with CLI options?
*
https://github.com/networkupstools/nut/wiki/Changing-NUT-daemon-debug-verbosity
With `upsdrvctl` driven attempts, you may also be in conflict with a
generated `nut-driver at
2014 Aug 29
1
Unable to find security driver for label selinux
Hi experts,
I want to have a test on security driver for libvirt lxc on my debian
system.
What I do is as the following steps:
1) download the source code from git://libvirt.org/libvirt.git
2) compile and install with the source code as following:
./autogen.sh --system
./configure --with-selinux=yes --with-secdriver-selinux=yes
make -j8 & make install
root@debian:~/github/libvirt.git/tools#
2024 Jul 29
2
Fedora 40 nut-server not starting at boot
OK, looking at this on my RH8 test image . . .
The first thing that I note, is that the *only* thing that needed to be
set to "enabled" in systemctl (IE "systemctl enable ....") is the
nut.target entry.
All else here are disabled, and "drug along" by nut.target which ensures
that they come up in sequence.
In nut.target I added to the "After" and
2022 Dec 14
1
Trouble with kernel-3.10.0-1160.80.1.el7.x86_64
Has this been solved? Is there a bug report I can follow?
Thank you for letting me know,
Val?re Binet
On Wed, Nov 16, 2022 at 2:23 PM Bill Gee <bgee at campercaver.net> wrote:
> On the other hand --- I just upgraded one of my CentOS7 systems to
> 3.10.0-1160.80.1 today. With that kernel it will not run any KVM guest.
> The system hangs - HARD - within one or two seconds of
2015 Jan 02
0
Secret incantations for virt-viewer?
Hi Mike - Comments inline below.
On Thursday, January 01, 2015 19:54:53 SilverTip257 wrote:
> On Tue, Dec 30, 2014 at 4:08 PM, Bill Gee <bgee at campercaver.net> wrote:
> > Thanks! I changed the qemu.conf file to listen on 0.0.0.0. That works -
> > I can
> > connect to the virtual machines using a VNC client.
>
> Listening on 0.0.0.0 listens on all network
2024 Jan 12
1
No suspend after update
I have two suggestions about how to keep - for a while - the 388 kernel.
First - Use DNF to remove the bad kernels. Then when a new one comes in
it will take one of those slots.
Second - Increase the number of installed kernels. That change is in
yum.conf.
https://linuxconfig.org/how-to-remove-old-unused-kernels-on-centos-linux
If the number is too high, you may run out of room in /boot
2011 Apr 26
4
CentOS 5.6 x86_64 hosting unreachable Virtualbox 4.0.6 bridged guests
Hi,
On a box running CentOS 5.6 x86_64 and Virtualbox 4.0.6, I have
configured 2 guests (WinXP x86 + CentOS 5.6 x86_64) in bridged mode.
The hosting box and the two guests are dhcp enabled. The hosting box
get its address normally, but the 2 hosted systems fail to get theirs.
The dhcp server log tells : DHCPDISCOVER from 08:00:xx:xx:xx:xx via
em0: network xx.xx/16: no free leases.
When
2010 Feb 26
11
Wine is freezing
I have Opensuse 11.0. Using icewm. When I run winecfg or any windows application it freezes in 1 minutes. Why?
PS: Computer is not freezing.
2024 Nov 10
2
NUT stopped working after an upgrade
Check /dev/hidraw6, as noted in your dmesg output (and any other *hid* devices under /dev). User nut has almost zero privs to devices unless a udev rule changes the perms on the dev for nut . . .
On November 9, 2024 1:25:29 PM EST, Bill Gee <bgee at campercaver.net> wrote:
>Nut should be running as user nut. As far as I can tell, the udev rules have not changed. And the system IS
2018 Jan 18
0
Minor problem with yum-cron
Hello everyone -
I have a minor problem with yum-cron. It has been doing this for a long time,
and finally today I got annoyed enough to want to fix it.
The problem: When yum-cron sends an email notification, the message is sent
without a date field. Therefore it shows up in my inbox as "date: Unknown"
and sorts to the opposite end of the list.
The system is CentOS 7.4.1708 with