Search found 16 matches

by ng0177
2021/02/03 16:32:59
Forum: 8 /8-Stream / 9-Stream - General Support
Topic: xxdiff on Centos 8 Stream
Replies: 3
Views: 992

Re: xxdiff on Centos 8 Stream

It is possible to run make and it seems to build without apparent errors.
I followed all the (also general) advice and confirm it working i.e. problem solved for me.

A package (as proposed by sml?) is highly desirable.
by ng0177
2021/02/03 09:40:54
Forum: 8 /8-Stream / 9-Stream - General Support
Topic: xxdiff on Centos 8 Stream
Replies: 3
Views: 992

xxdiff on Centos 8 Stream

https://github.com/blais/xxdiff has its edge over meld. Installed qt5-devel , cloned the repo and followed README.build cd xxdiff/src make -f Makefile.bootstrap # Generate the 'Makefile' file. make # Build xxdiff The first error machine: src $ make -f Makefile.bootstrap # Generate the 'Makefile' fi...
by ng0177
2020/10/20 07:50:57
Forum: CentOS 7 - General Support
Topic: Fedora 33 guest on CentOS 7 client: spice-webdavd
Replies: 3
Views: 2143

Re: Fedora 33 guest on CentOS 7 client: spice-webdavd

client CentOS 7: $ sudo yum -y list installed *spice* Installed Packages spice-glib.x86_64 0.35-5.el7 @anaconda spice-gtk3.x86_64 0.35-5.el7 @anaconda spice-server.x86_64 0.14.0-9.el7 @anaconda spice-streaming-agent.x86_64 0.2-4.el7 @anaconda spice-vdagent.x86_64 0.14.0-18.el7 @anaconda guest Fedor...
by ng0177
2020/10/19 17:58:55
Forum: CentOS 7 - General Support
Topic: Fedora 33 guest on CentOS 7 client: spice-webdavd
Replies: 3
Views: 2143

Re: Fedora 33 guest on CentOS 7 client: spice-webdavd

Sorry, I edited the post: it should read Gnome Boxes not virtualbox.
by ng0177
2020/10/19 16:39:44
Forum: CentOS 7 - General Support
Topic: Fedora 33 guest on CentOS 7 client: spice-webdavd
Replies: 3
Views: 2143

Fedora 33 guest on CentOS 7 client: spice-webdavd

Gnome Boxes's file sharing through spice is not working for me yet. Any ideas? Thanks a lot! Fedora33 guest: sudo dnf install spice-webdavd $ sudo spice-webdavd please specify a valid port $ sudo spice-webdavd -p 8000 Failed to open /dev/virtio-ports/org.spice-space.webdav.0: Device or resource busy...
by ng0177
2020/08/01 18:07:39
Forum: 8 /8-Stream / 9-Stream - General Support
Topic: /boot/grub2/grub.cfg vs /boot/efi/EFI/centos/grub.cfg
Replies: 6
Views: 5740

Re: /boot/grub2/grub.cfg vs /boot/efi/EFI/centos/grub.cfg

Appreciate. Hopefully, they will find a fix that applies through an update. I keep side booting until then. 8-)
by ng0177
2020/08/01 16:12:00
Forum: 8 /8-Stream / 9-Stream - General Support
Topic: /boot/grub2/grub.cfg vs /boot/efi/EFI/centos/grub.cfg
Replies: 6
Views: 5740

Re: /boot/grub2/grub.cfg vs /boot/efi/EFI/centos/grub.cfg

Maybe, symptoms are a black screen since the last update. I can still cross boot in from another OS e.g. Arch (guess that is what a hacker would do) but get: # yum downgrade shim\* grub2\* mokutil Last metadata expiration check: 3:23:06 ago on Sat 01 Aug 2020 02:44:31 PM CEST. Package shim-x64 of lo...
by ng0177
2020/08/01 12:27:52
Forum: 8 /8-Stream / 9-Stream - General Support
Topic: /boot/grub2/grub.cfg vs /boot/efi/EFI/centos/grub.cfg
Replies: 6
Views: 5740

Re: /boot/grub2/grub.cfg vs /boot/efi/EFI/centos/grub.cfg

Thanks for the swift reply, it saves me a lot of time. To (re-)install grub, I guess

Code: Select all

sudo grub2-install
should be avoided and

Code: Select all

sudo yum reinstall grub2-efi grub2-efi-modules shim
preferred.
by ng0177
2020/08/01 10:09:53
Forum: 8 /8-Stream / 9-Stream - General Support
Topic: /boot/grub2/grub.cfg vs /boot/efi/EFI/centos/grub.cfg
Replies: 6
Views: 5740

/boot/grub2/grub.cfg vs /boot/efi/EFI/centos/grub.cfg

Any ideas as to which of these two is actually used and which one could potentially be deleted on an UEFI system running 8.2? Thanks!
by ng0177
2019/12/27 09:51:32
Forum: 8 /8-Stream / 9-Stream - General Support
Topic: dash-to-dock gnome extension
Replies: 0
Views: 2427

dash-to-dock gnome extension

I tried to install https://extensions.gnome.org/extension/ ... h-to-dock/

trough

Code: Select all

git clone https://github.com/micheleg/dash-to-dock.git
on

Description: CentOS Linux release 8.1.1911 (Core)
4.18.0-151.el8.x86_64
x11

which results in an error. Any advice?