Work well on fedora 26, I think kbuild changed and not process ".a" files.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct:
https://docs.fedoraproject.org/
Same to
https://stackoverflow.com/questions/56926632/how-do-i-link-a-static-library-when-building-a-kernel-module
lib.a is create by "3.5 Library file goals - lib-y" see
"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/Documentation/kbuild/makefiles.rst";.
Kernel version:5.
I've used CentOS 7 as a host for KVM guests for several years now. I'm using
the CentOS Virtualization SIG's version of qemu specifically because I was
anxious/curious to try making VMs with UEFI (OVMF). I also transitioned to
using Virtio-SCSI a few years ago, so when I started experimenting
> > > You can find the packages at
> > > https://trinipino.org/fedora_packages/
> >
> > Looks like it scans everything on 192.168.x.x., 172.16.x.x,
> > 172.26.x.x and so on.
Yes, it scan all networks in RFC 1918
> >
> > This is useful, but misses a lot of mistakes and takes forever.
Can you gi
On Thu, Sep 5, 2019 at 11:08 AM sixpack13 wrote:
>
> e2fsck is for ext -partitions
> AFAIK /boot/efi is fat !
You are correct. I already checked, all the partitions are fine.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send
e2fsck is for ext -partitions
AFAIK /boot/efi is fat !
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct:
https://docs.fedoraproject.org/en-US/project/code-o
On Wed, 4 Sep 2019 17:42:40 -0400
murph nj wrote:
> I had not, but I edited from the grub menu, and eliminated them. I
> was then able to see the messages. (I was able to see them previously
> by hitting the escape key right after entering my password for the
> disks.)
>
> Everything left on th
On Mon, 2019-09-02 at 13:24 -0700, Samuel Sieb wrote:
> The bigger problem is that most mirrors default to using https which
> you can't cache with a proxy.
Pick a mirror that doesn't use HTTPS.
--
[tim@localhost ~]$ uname -rsvp
Linux 5.0.16-100.fc28.x86_64 #1 SMP Tue May 14 18:22:28 UTC 2019 x8
On 9/4/19 10:55 PM, ToddAndMargo via users wrote:
# gzip DeadStick.[date] # creates DeadStick.[date].gz
# rm DeadStick.[date]
The rm will fail because gzip removes the original file when it's
finished compressing. However, the other suggestion to pipe straight
through gz