Re: kernel module can't link to static lib.a on fedora 30.

2019-09-05 Thread zhichen.Wang
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/

kernel module can't link to static lib.a on fedora 30.

2019-09-05 Thread zhichen.Wang
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.

F30 KVM: Can't create bootable guest with UEFI and Virtio-SCSI

2019-09-05 Thread Kevin White
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

Re: fing?

2019-09-05 Thread Earl Ramirez
> > > 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

Re: Improper shutdown, now Kernel panic.

2019-09-05 Thread murph nj
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

Re: Improper shutdown, now Kernel panic.

2019-09-05 Thread sixpack13
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

Re: Improper shutdown, now Kernel panic.

2019-09-05 Thread stan via users
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

Re: Squid proxy setup for caching RPMs

2019-09-05 Thread Tim via users
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

Re: tar a flash drive

2019-09-05 Thread Samuel Sieb
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