Displaying 20 results from an estimated 97 matches for "fc24".
Did you mean:
fc2
2015 Dec 20
1
[PULL 0/8] MultiFS suppport for BIOS and EFI
...Partition numbering starts from 0 and 1 respectivelly.
> */
> ...
>
>
> # fdisk -l /dev/vdb | grep -w 83
> /dev/vdb2 2099200 4194303 2095104 1023M 83 Linux
> # mount | grep vdb2
> /dev/vdb2 on /data type ext4 ...
> # ls -1 /data
> initramfs-4.4.0-0.rc5.git0.1.fc24.x86_64.img
> lost+found
> vmlinuz-4.4.0-0.rc5.git0.1.fc24.x86_64
>
>
> BOOT:
> find_all_partitions: failed to set EFI disk info
> efi_multifs_init: failed to find disk partitions: Invalid Parameter
> No DEFAULT or UI configuration directive found!
> boot: 2
> Loading...
2016 Sep 10
0
DNF update
...ommand.
> >
> > Can you tell us the DNF for:-
> >
> > yum update
> > yum groupinstall
> > yum reinstall
> > yum erase
>
> DNF isn't used on CentOS. Stop.
>
On Fedora 24
$ dnf list dnf*
dnf.noarch 1.1.10-1.fc24 @@commandline
dnf-conf.noarch 1.1.10-1.fc24 @@commandline
dnf-langpacks.noarch 0.15.1-4.fc24 @@commandline
dnf-langpacks-conf.noarch 0.15.1-4.fc24 @@commandline
dnf-plugins-core.noarch 0.1.2...
2016 Sep 09
2
DNF update
On Fri, 9 Sep 2016, Always Learning wrote:
>
> On Thu, 2016-09-08 at 23:22 +0100, J Martin Rushton wrote:
>
>> Under Fedora23 issuing a yum command gets you a warning, then it
>> automatically runs the appropriate dnf command.
>
> Can you tell us the DNF for:-
>
> yum update
> yum groupinstall
> yum reinstall
> yum erase
DNF isn't used on CentOS.
2016 Feb 15
3
glib2 head file error when build libvirt with wireshark support
I compile the latest libvirt from fedora rawhide, but failed.
The version of my software:
wireshark-devel-2.0.1-2.fc24.x86_64
glib2-2.47.5-2.fc24.x86_64
gcc-5.1.1-4.fc23.x86_64
binutils-2.26-10.fc24.x86_64
The error as following:
# ./autogen.sh --prefix=/usr && make
.....
wireshark/src/plugin.c:5:21: fatal error: gmodule.h: No such file or directory
compilation terminated.
Makefile:2442: recipe for target...
2015 Dec 20
0
[PULL 0/8] MultiFS suppport for BIOS and EFI
...dir/file at partition 1 of the disk 0.
* Disk and Partition numbering starts from 0 and 1 respectivelly.
*/
...
# fdisk -l /dev/vdb | grep -w 83
/dev/vdb2 2099200 4194303 2095104 1023M 83 Linux
# mount | grep vdb2
/dev/vdb2 on /data type ext4 ...
# ls -1 /data
initramfs-4.4.0-0.rc5.git0.1.fc24.x86_64.img
lost+found
vmlinuz-4.4.0-0.rc5.git0.1.fc24.x86_64
BOOT:
find_all_partitions: failed to set EFI disk info
efi_multifs_init: failed to find disk partitions: Invalid Parameter
No DEFAULT or UI configuration directive found!
boot: 2
Loading (hd1,2)/vmlinuz-4.4.0-0.rc5.git0.1.fc24.x86_64......
2016 Jul 10
1
lxc containers won't start in a f24 custom install - odd cgroup fs layout observed
Hi folks
I use libvirt to programmatically spawn lxc containers
I am facing an issue when migrating from fedora23 to fedora24
I use the stock kernel and libvirt version on both deployments, i.e.:
f23: libvirt-1.2.18.3-2.fc23.x86_64 - kernel 4.5.7-202.fc23.x86_64
f24: libvirt-1.3.3.1-4.fc24.x86_64 - kernel 4.6.3-300.fc24.x86_64
First off, I need to outline that the host installation is done through some ad hoc procedure,
as all this happens in the context of the centrally-managed PlanetLab global infrastructure
I could not reproduce this problem on a host that is installed with the...
2016 Feb 16
2
Re: glib2 head file error when build libvirt with wireshark support
On Mon, Feb 15, 2016 at 10:40:11AM +0100, Martin Kletzander wrote:
> On Mon, Feb 15, 2016 at 03:05:00AM -0500, Han Han wrote:
> >I compile the latest libvirt from fedora rawhide, but failed.
> >The version of my software:
> >wireshark-devel-2.0.1-2.fc24.x86_64
> >glib2-2.47.5-2.fc24.x86_64
> >gcc-5.1.1-4.fc23.x86_64
> >binutils-2.26-10.fc24.x86_64
> >
>
> Can you post the output of:
>
> pkg-config --print-requires wireshark
>
> If it does not output glib-2.0 and gmodule-2.0, then it's your wireshar...
2017 Jul 30
2
dahdi kernel module
Does anyone know if there are any plans to update the dahdi-linux kernel
module code? It no longer compiles with recent kernels, and the last
release of dahdi-linux appears to have been around March of 2016. I am
currently running 4.6.3-300.fc24.x86_64 (on a Fedora system obviously) and
the dahdi-linux-complete-2.11.1+2.11.1 release builds and runs under this
kernel, but if I try to build it under any Fedora kernel more recent than
this, I get:
[root at worldsys dahdi-linux-master]# make
make -C drivers/dahdi/firmware firmware-loaders
mak...
2016 Jul 28
1
Boot Failure: GTX 970 & Fedora 24 Kernel 4.6.4-301.fc24.x86_64
I have read several bugs with similar issues on BugZilla concerning
4.6.4 and GTX 970's.
I managed a work around by booting to previous kernel release but
nouveau wont work with this card. I run two GPUs, so I moved my 760 to
primary to at least get a boot, obviously the other screen with this
card wont work (just sleeps).
I would report this to BugZilla however with the boot failure on
2016 Feb 15
0
Re: glib2 head file error when build libvirt with wireshark support
On Mon, Feb 15, 2016 at 03:05:00AM -0500, Han Han wrote:
>I compile the latest libvirt from fedora rawhide, but failed.
>The version of my software:
>wireshark-devel-2.0.1-2.fc24.x86_64
>glib2-2.47.5-2.fc24.x86_64
>gcc-5.1.1-4.fc23.x86_64
>binutils-2.26-10.fc24.x86_64
>
Can you post the output of:
pkg-config --print-requires wireshark
If it does not output glib-2.0 and gmodule-2.0, then it's your wireshark
broken. I see they have it fixed upstream (tha...
2015 Oct 16
1
[PATCH 2/2] bios: Don't try to guess the sections alignment
...github.com/Celelibi/syslinux/commit/9b9d9db.patch
Patched on top of
http://repo.or.cz/syslinux.git - 9e0926b
Built with gcc (GCC) 5.2.1 20150902 (Red Hat 5.2.1-2)
ISOLINUX & EXTLINUX tested on baremetal & QEMU/SeaBIOS - both PASSED/BOOTABLE
Packages:
syslinux-6.04-4.gcc5.2.1.git20151016.fc24.x86_64.rpm
syslinux-extlinux-6.04-4.gcc5.2.1.git20151016.fc24.x86_64.rpm
syslinux-extlinux-nonlinux-6.04-4.gcc5.2.1.git20151016.fc24.noarch.rpm
syslinux-nonlinux-6.04-4.gcc5.2.1.git20151016.fc24.noarch.rpm
Tested-by: poma <pomidorabelisima at gmail.com>
2016 Jul 01
0
problem with dnsmasq and dhclient
...th0 to 10.10.0.1 port 67 (xid=0x3d60085a)
10.10.0.1
July 1st 2016, 03:31:16.225
zen.pipiche.net <http://zen.pipiche.net/> dnsmasq-dhcp
DHCPACK(virbr1) 10.10.0.10 52:54:10:7d:3a:3f mail
10.10.0.10
My setup is as followed
- Fedora 24 / Kernel 4.5.7
libvirt-daemon-driver-qemu-1.3.3.1-4.fc24.x86_64
libvirt-daemon-driver-nodedev-1.3.3.1-4.fc24.x86_64
libvirt-daemon-driver-secret-1.3.3.1-4.fc24.x86_64
libvirt-daemon-1.3.3.1-4.fc24.x86_64
libvirt-daemon-driver-storage-1.3.3.1-4.fc24.x86_64
libvirt-daemon-kvm-1.3.3.1-4.fc24.x86_64
libvirt-client-1.3.3.1-4.fc24.x86_64
libvirt-daemon-driver-...
2015 Dec 19
0
Syslinux EFI x64
...one manually - Syslinux EFI x64 installation.
Do not reboot.
Switching to a freshly installed system
$ su -
# chroot /mnt/sysimage
Unnecessary - Grub2 and Syslinux for BIOS
# dnf erase grub2-tools syslinux
Necessary - Syslinux for EFI x64
# dnf install syslinux-efi64-6.04-0.12.20151210git721a0af.fc24.x86_64.rpm
What is there
# rpm -qil syslinux-efi64
...
Description :
SYSLINUX binaries and modules for 64-bit UEFI systems
...
/usr/share/syslinux/efi64/syslinux.efi
...
The reason for use extlinux{.conf}, rather than syslinux{.cfg} is nothing but Fedora specificum thus grubby.
https://github.co...
2016 Jul 01
0
problem with dnsmasq and dhclient
...th0 to 10.10.0.1 port 67 (xid=0x3d60085a)
10.10.0.1
July 1st 2016, 03:31:16.225
zen.pipiche.net <http://zen.pipiche.net/> dnsmasq-dhcp
DHCPACK(virbr1) 10.10.0.10 52:54:10:7d:3a:3f mail
10.10.0.10
My setup is as followed
- Fedora 24 / Kernel 4.5.7
libvirt-daemon-driver-qemu-1.3.3.1-4.fc24.x86_64
libvirt-daemon-driver-nodedev-1.3.3.1-4.fc24.x86_64
libvirt-daemon-driver-secret-1.3.3.1-4.fc24.x86_64
libvirt-daemon-1.3.3.1-4.fc24.x86_64
libvirt-daemon-driver-storage-1.3.3.1-4.fc24.x86_64
libvirt-daemon-kvm-1.3.3.1-4.fc24.x86_64
libvirt-client-1.3.3.1-4.fc24.x86_64
libvirt-daemon-driver-...
2016 Jul 01
0
problem with dnsmasq and dhclient
...th0 to 10.10.0.1 port 67 (xid=0x3d60085a)
10.10.0.1
July 1st 2016, 03:31:16.225
zen.pipiche.net <http://zen.pipiche.net/> dnsmasq-dhcp
DHCPACK(virbr1) 10.10.0.10 52:54:10:7d:3a:3f mail
10.10.0.10
My setup is as followed
- Fedora 24 / Kernel 4.5.7
libvirt-daemon-driver-qemu-1.3.3.1-4.fc24.x86_64
libvirt-daemon-driver-nodedev-1.3.3.1-4.fc24.x86_64
libvirt-daemon-driver-secret-1.3.3.1-4.fc24.x86_64
libvirt-daemon-1.3.3.1-4.fc24.x86_64
libvirt-daemon-driver-storage-1.3.3.1-4.fc24.x86_64
libvirt-daemon-kvm-1.3.3.1-4.fc24.x86_64
libvirt-client-1.3.3.1-4.fc24.x86_64
libvirt-daemon-driver-...
2016 Jul 01
0
problem with dnsmasq and dhclient - loosing IP address after a while
...th0 to 10.10.0.1 port 67 (xid=0x3d60085a)
10.10.0.1
July 1st 2016, 03:31:16.225
zen.pipiche.net <http://zen.pipiche.net/> dnsmasq-dhcp
DHCPACK(virbr1) 10.10.0.10 52:54:10:7d:3a:3f mail
10.10.0.10
My setup is as followed
- Fedora 24 / Kernel 4.5.7
libvirt-daemon-driver-qemu-1.3.3.1-4.fc24.x86_64
libvirt-daemon-driver-nodedev-1.3.3.1-4.fc24.x86_64
libvirt-daemon-driver-secret-1.3.3.1-4.fc24.x86_64
libvirt-daemon-1.3.3.1-4.fc24.x86_64
libvirt-daemon-driver-storage-1.3.3.1-4.fc24.x86_64
libvirt-daemon-kvm-1.3.3.1-4.fc24.x86_64
libvirt-client-1.3.3.1-4.fc24.x86_64
libvirt-daemon-driver-...
2015 Oct 06
41
[Bug 92307] New: NV50: WARNING: ... at include/drm/drm_crtc.h:1577 drm_helper_choose_encoder_dpms+0x8a/0x90 [drm_kms_helper]()
https://bugs.freedesktop.org/show_bug.cgi?id=92307
Bug ID: 92307
Summary: NV50: WARNING: ... at include/drm/drm_crtc.h:1577
drm_helper_choose_encoder_dpms+0x8a/0x90
[drm_kms_helper]()
Product: xorg
Version: git
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
2016 Jun 28
2
nouveau_drv_video.so ?
...d by mesa rhbz#1271842
https://bugzilla.redhat.com/show_bug.cgi?id=1271842
... 0.7.4-12 - Add symlinks for radeonsi,r600,nouveau - rhbz#1264499
https://bugzilla.redhat.com/show_bug.cgi?id=1264499
$ rpm -q libva libva-vdpau-driver mesa-dri-drivers
libva-1.7.1-1.fc24.x86_64
libva-vdpau-driver-0.7.4-14.fc24.x86_64
mesa-dri-drivers-11.2.2-2.20160614.fc24.x86_64
$ rpm -ql libva-vdpau-driver
/usr/lib64/dri/nvidia_drv_video.so
/usr/lib64/dri/s3g_drv_video.so
/usr/lib64/dri/vdpau_drv_video.so
/usr/share/doc/...
...
$ rpm -ql mesa-dri-drivers
/etc/drirc
/usr/lib64/...
2016 May 27
2
Boot prompt ignored
> I also sent (off-list) a bootable floppy image to GeneC, using binaries
> from Fedora 24, package version "6.03-6" (coincidentally), and a simple
> syslinux.cfg, replicating the behavior.
>
Testing with:
_ 6.03-8.fc24 : still the same unwanted behavior as 6.03-6.fc24;
_ 6.04-0.1.fc25: works correctly (regarding this matter).
I still think that distributions using 6.03+ should be able to get help
about this issue from The Syslinux Project.
Unfortunately, there have been no useful comment / explanation / tip /...
2015 Oct 02
1
hvc - hypervisor virtual console & virsh
Hi Fi,
cmdline: console=hvc0 systemd.wants=getty at hvc0
Connect via virt-manager - View / Text Consoles / Text Console no.:
Fedora 24 (Rawhide)
Kernel 4.3.0-0.rc3.git2.4.fc24.x86_64 on an x86_64 (hvc0)
localhost login: root
Last login: Fri Oct 2 17:28:36 on hvc0
# tty
/dev/hvc0
# systemctl status getty at hvc0.service
? getty at hvc0.service - Getty on hvc0
Loaded: loaded (/usr/lib/systemd/system/getty at .service; enabled; vendor preset: enabled)
Active: activ...