Displaying 20 results from an estimated 60000 matches similar to: "Emulation packages for Centos8"
2019 Dec 27
2
The case of the missing /boot/grub2/grub.cfg in centos8
So I installed centos8. And I was looking for the grub config file:
[root at testbox ~]# ls -l /etc/grub2.cfg
lrwxrwxrwx. 1 root root 22 Oct 2 13:01 /etc/grub2.cfg -> ../boot/grub2/grub.cfg
[root at testbox ~]#
But
[root at testbox ~]# ls /boot/grub2/
grubenv
[root at testbox ~]#
Why is it not there? FYI, I did try 'yum reinstall grub2' and no
/boot/grub2/grub.cfg for me.
2019 Dec 27
2
The case of the missing /boot/grub2/grub.cfg in centos8
On Fri, Dec 27, 2019 at 7:04 AM Eddie O'Connor <eoconnor25 at gmail.com> wrote:
>
> Wouldn't a "find grub / find grub*"....or "locate grub / locate grub*"
> work?...
>
locate would require to install that package and run updatedb
first. But, it would save time looking for files that have been
already added to its db, specially compared to running
2019 Dec 27
2
The case of the missing /boot/grub2/grub.cfg in centos8
On 27/12/19 7:36 pm, Nicolas Kovacs wrote:
> Le 27/12/2019 ? 04:11, Mauricio Tavares a ?crit?:
>> Why is it not there?? FYI, I did try 'yum reinstall grub2' and no
>> /boot/grub2/grub.cfg for me.
>
> You're probably on an EFI system, and your grub.cfg is in a different
> location. Can't remember it off the top of my head, but do
/etc/grub2-efi.cfg ->
2015 Sep 15
1
[OT] linux on a PPC (mac mini)
On Tue, Sep 15, 2015 at 2:47 PM, Jeremy Hoel <jthoel at gmail.com> wrote:
> Besides the other linux distros mentioned, you have another more retro type
> choice
>
> http://www.macworld.com/article/2363177/macs/turn-your-g4-era-mac-into-a-next-gen-amiga.html
>
You know, I do have a G4 mini somewhere... I do wonder if it
also works under emulation (KVM AFAIK does support
2020 Jul 02
0
How to Mirror CentOS8 repository in CentOS7 Server via reposync
Hi
I'm running CentOS7 server as ImageServer and local repository server. And i need to mirror CentOS8 repository (http://mirror.centos.org/centos-8/8.1.1911/AppStream/x86_64/os/ ) in my CentOS7 Server.
If i mirror CentOS8 repository using repo sync command in CentOS7 it did
not properly mirror centos8 repository, due to that when i install
package from CentOS8 client machine
2019 Dec 13
5
systemctl behaves like it is being piped to less in centos 8?
Comparing the output of systemctl between centos 7 and 8:
[root at mail ~]# cat /etc/redhat-release
CentOS Linux release 7.7.1908 (Core)
[root at mail ~]# systemctl status firewalld
? firewalld.service - firewalld - dynamic firewall daemon
Loaded: loaded (/usr/lib/systemd/system/firewalld.service; enabled;
vendor preset: enabled)
Active: active (running) since Fri 2019-10-25 00:24:24 UTC; 1
2019 Sep 26
0
Missing packages in centos8 mirrors or do I miss something?
On Thu, 26 Sep 2019 at 05:24, LAHAYE Olivier <olivier.lahaye at cea.fr> wrote:
>
> Hi,
>
> I need to port OSCAR Cluster and SystemImager softwares to centos8, but I miss a lot of package that seems to be built for centos-8.
> For example, I cant find docbook-utils and docbook-utls-pdf while I see them here: https://koji.mbox.centos.org/koji/buildinfo?buildID=651
>
So what
2019 Dec 27
0
The case of the missing /boot/grub2/grub.cfg in centos8
Le 27/12/2019 ? 04:11, Mauricio Tavares a ?crit?:
> Why is it not there? FYI, I did try 'yum reinstall grub2' and no
> /boot/grub2/grub.cfg for me.
You're probably on an EFI system, and your grub.cfg is in a different
location. Can't remember it off the top of my head, but do
# find /boot -name 'grub.cfg'
Cheers,
Niki
--
Microlinux - Solutions informatiques
2019 Dec 27
0
The case of the missing /boot/grub2/grub.cfg in centos8
Wouldn't a "find grub / find grub*"....or "locate grub / locate grub*"
work?...
On Fri, Dec 27, 2019, 6:57 AM Peter <peter at pajamian.dhs.org> wrote:
> On 27/12/19 7:36 pm, Nicolas Kovacs wrote:
> > Le 27/12/2019 ? 04:11, Mauricio Tavares a ?crit :
> >> Why is it not there? FYI, I did try 'yum reinstall grub2' and no
> >>
2005 Feb 07
2
Wine for Linux PPC emulate Mac OS
The Wine http://www.winehq.com/ project has been created to emulate
Windows to be able to run windows softwares directly under Linux
without to have to emulate Windows.
It's very great and wonderful idea !
The Darwine http://darwine.opendarwin.org/ project aims to to the same
but under Mac OS X with adding also the emulation of an x86 CPU.
But, I wanted to know something, or even to make
2020 Aug 10
0
CentOS8 pxeboot Error setting up software source
Folks,
Last month i have setup PXE server using CentOS8-1-1911 release and
everything was working fine so today i thought let me upgrade it to
CentOS8-2-2004 so i just did rsync and updated all packages but after
that it started throwing following error during pxe installation
Installation source (Error setting up software source)
I have check logs and i can see its setting correct source which
2017 Mar 14
0
Re: MIPS emulation broken - No PCI buses available
On Tue, 2017-03-14 at 09:18 -0500, Ian Pilcher wrote:
> > You are probably better off using PPC64 which is big-endian and much more
> > widely tested in libvirt than MIPS, so actually likely to work reliably.
>
> I did try that, but I wasn't able to get past errors about the
> machine type not supporting IDE (or something like that). I finally
> just gave up and use
2019 Apr 24
2
PCI passthrough and abstraction
When you pass a device in the pci chain (after virsh
nodedev-dettach'ing it from host) to the guest, how much is passed
without being emulated/abstracted?
2019 Sep 26
2
Missing packages in centos8 mirrors or do I miss something?
Hi,
I need to port OSCAR Cluster and SystemImager softwares to centos8, but I miss a lot of package that seems to be built for centos-8.
For example, I cant find docbook-utils and docbook-utls-pdf while I see them here: https://koji.mbox.centos.org/koji/buildinfo?buildID=651
I?ve installed epel-release and elrepo-release and centos-release-stream.
Do I miss something or is it a matter of time
2019 Nov 10
0
Dovecot on CentOS8 / RHEL8
If you are planning to run dovecot on CentOS8 or RedHat 8 using native packages, please be aware that pigeonhole is not currently available (but they are working on it), see https://bugzilla.redhat.com/show_bug.cgi?id=1766985 . We are working on getting our CentOS8 packages available on repo.dovecot.org.
Aki
2019 Dec 13
0
systemctl behaves like it is being piped to less in centos 8?
On Fri, 13 Dec 2019 at 11:11, Mauricio Tavares <raubvogel at gmail.com> wrote:
>
> Comparing the output of systemctl between centos 7 and 8:
>
> [root at mail ~]# cat /etc/redhat-release
> CentOS Linux release 7.7.1908 (Core)
> [root at mail ~]# systemctl status firewalld
> ? firewalld.service - firewalld - dynamic firewall daemon
> Loaded: loaded
2020 Apr 25
1
Re: Not able to add pcie card to guest: Operation not permitted
On Fri, Apr 24, 2020 at 4:35 PM Peter Crowther
<peter.crowther@melandra.com> wrote:
>
> On Fri, 24 Apr 2020 at 21:10, Mauricio Tavares <raubvogel@gmail.com> wrote:
>>
>> Let's say I have libvirt
>>
>> [root@vmhost2 ~]# virsh version
>> [...]
>>
>> Running hypervisor: QEMU 2.12.0
>> [root@vmhost2 ~]#
>> [...]
>
> When
2020 Mar 29
0
Upgrade to CentOS8
Am 29.03.20 um 14:16 schrieb Patrick DERWAEL:
> Hi folks
> I have a couple of Zotac mini PCs running CentOS7 which I want/need to
> upgrade to CentOS8
> In theory, they are CentOS8 capable, but assuming Murphy might be lurking
> around, I prefer validating the hardware before starting the effective
> installation
>
> As there is no LiveCD, what would be the recommended way
2020 Mar 29
2
Upgrade to CentOS8
Hi folks
I have a couple of Zotac mini PCs running CentOS7 which I want/need to
upgrade to CentOS8
In theory, they are CentOS8 capable, but assuming Murphy might be lurking
around, I prefer validating the hardware before starting the effective
installation
As there is no LiveCD, what would be the recommended way to do this?
Thanks!
2019 Oct 04
1
CentOS8 and crypto-policies
Hi,
I started playing with CentOS8 and I am trying to set default crypto
policies for openssh server/client. In CentOS7 I followed the guide
from https://infosec.mozilla.org/guidelines/openssh.html and set
KexAlgorithms /Ciphers/MACs in sshd_config.
In CentOS8 I can edit
/usr/share/crypto-policies/$POLICY/opensshserver.txt for the sshd
arguments, but editing openssh.txt or even changing default