• [gentoo-user] Kernel 5.15.11 won't boot

    From Neil Bothwick@21:1/5 to All on Tue Dec 28 14:50:01 2021
    I recently upgraded several systems from gentoo-sources-5.10.76-r1 to
    5.15.11, using my usual approach

    copy current config to new sources
    make oldconfig
    all modules_install install
    run dracut
    reboot

    All worked well except my desktop, which just sits there showing

    EFI stub: Loaded initrd from command line option

    So the bootloader has loaded the kernel but then there is absolutely
    nothing. I tried removing the initrd option, but then it went straight to
    a blank screen without the above message. I left it for a while, in case
    it was just a case of no output, but nothing happened, not disk or
    network activity, nothing.

    I tried using make olddefconfig instead, but it made no difference. The
    old kernel still boots normally. With nothing, literally, to go on, I am stumped here.

    This is my working /proc/cmdline, the only change is in in the version
    numbers

    initrd=\amd-uc.img initrd=\initramfs-5.10.76-gentoo-r1.img root=LABEL=loon rootfstype=btrfs rootflags=rw,noatime,ssd,space_cache rd.shell net.ifnames=0 nopti init=/lib/systemd/systemd


    --
    Neil Bothwick

    Experience is what you get when you didn't get what you wanted.

    -----BEGIN PGP SIGNATURE-----

    iQIzBAEBCAAdFiEE8k9T/rX16EJxEKG692eFu0QSMJgFAmHLE9wACgkQ92eFu0QS MJgAPQ//ZNPM3Kay4JkFIT1/EtbwA/s1skPU4SB3tF3YU0F+/WECJb4bma4ZpsOa ufRriPhOG+1b90ZjnjCIhOXVMOKsNYvtURdUYJo+Ekm/GuV4p1GK5CSKuUZ5qyX4 LHBL6+9fRnP6Q5gFSQjIcj4yNw7FZgTox3Mk3ENfz99tT9MtDdZWwub9PNrgfdtZ KEibi0Tr48OxtPrQuUmcUhuAEd/h4CCwgbTa7Qpnz8tUGY61wjy7u9ApqlL2oriR +0fmppxqYDjZanEOtl029+ojZ1YKPk0JH+1Y/wW37zZxt43RdUVuRw/UsH2u1bt9 U5zRpLx2Gm8Htfy4sPSPSGg6aCECthdmxn6PohWil273wloBC0aL1DmhbWIjl9qW /QWzry+8saZEdd9KiPYuxFavAIViAFf6HiOFA5gocWlInM8e0KnYKch4twdQXBqK STvjKR6bZylc7ur1FTvQFTJjKPQBsvXXd6hzb3yUGItC1vHnTQ1mnMuAbj7fZJNv udabfPcjhk6fq3d2crpC5gr/leMwZ56VeXTFG7zNuwtk3NjA5GYUNo93fX89wBoq I1uzZBW27b44Y3nh68n6OgDaHGQ3E8VLapmLTJVbAqbsmmDmQrsEpOzjM2tsGRCw q2mZlZXMYWg8q5N5roTgzlUKMh2gu43ejDVv58R4IpOij1ybWP8=
    =+MsJ
    -----END PGP SIGNATURE-----

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Peter Humphrey@21:1/5 to All on Tue Dec 28 17:10:02 2021
    On Tuesday, 28 December 2021 13:40:44 GMT Neil Bothwick wrote:
    I recently upgraded several systems from gentoo-sources-5.10.76-r1 to 5.15.11, using my usual approach

    copy current config to new sources
    make oldconfig
    all modules_install install
    run dracut
    reboot

    All worked well except my desktop, which just sits there showing

    EFI stub: Loaded initrd from command line option

    So the bootloader has loaded the kernel but then there is absolutely
    nothing. I tried removing the initrd option, but then it went straight to
    a blank screen without the above message. I left it for a while, in case
    it was just a case of no output, but nothing happened, not disk or
    network activity, nothing.

    Did you touch the new frame-buffer settings? I did at first and got something like your experience, but then after a distclean and oldconfig, making sure to leave the new frame buffer at their defaults, everything now works.

    I'll look into how it's supposed to work when I get back home.

    --
    Regards,
    Peter.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Michael@21:1/5 to All on Tue Dec 28 18:14:51 2021
    On Tuesday, 28 December 2021 16:09:09 GMT Peter Humphrey wrote:
    On Tuesday, 28 December 2021 13:40:44 GMT Neil Bothwick wrote:
    I recently upgraded several systems from gentoo-sources-5.10.76-r1 to 5.15.11, using my usual approach

    copy current config to new sources
    make oldconfig
    all modules_install install
    run dracut
    reboot

    All worked well except my desktop, which just sits there showing

    EFI stub: Loaded initrd from command line option

    So the bootloader has loaded the kernel but then there is absolutely nothing. I tried removing the initrd option, but then it went straight to
    a blank screen without the above message. I left it for a while, in case
    it was just a case of no output, but nothing happened, not disk or
    network activity, nothing.

    Did you touch the new frame-buffer settings? I did at first and got
    something like your experience, but then after a distclean and oldconfig, making sure to leave the new frame buffer at their defaults, everything now works.

    I'll look into how it's supposed to work when I get back home.

    I also ended up with a blank screen followed by a reboot, which showed some partitions were not unmounted cleanly, followed by repeated reboots in the
    same fashion, until I interfered to stop this madness. I then booted with the previous kernel and as my first task I disabled some framebuffer setting, which I now fail to recall! LOL!

    I think it is this one:
    =======================
    CONFIG_DRM_SIMPLEDRM:

    DRM driver for simple platform-provided framebuffers.

    This driver assumes that the display hardware has been initialized
    by the firmware or bootloader before the kernel boots. Scanout
    buffer, size, and display format must be provided via device tree,
    UEFI, VESA, etc.

    On x86 BIOS or UEFI systems, you should also select SYSFB_SIMPLEFB
    to use UEFI and VESA framebuffers.

    Symbol: DRM_SIMPLEDRM [=n]
    Type : tristate
    Defined at drivers/gpu/drm/tiny/Kconfig:54
    Prompt: Simple framebuffer driver
    Depends on: HAS_IOMEM [=y] && DRM [=y]
    Location:
    -> Device Drivers
    -> Graphics support
    Selects: DRM_GEM_SHMEM_HELPER [=y] && DRM_KMS_HELPER [=y]

    Simple framebuffer driver (DRM_SIMPLEDRM) [N/m/y/?] (NEW) ======================================================

    -----BEGIN PGP SIGNATURE-----

    iQIzBAABCAAdFiEEXqhvaVh2ERicA8Ceseqq9sKVZxkFAmHLVBsACgkQseqq9sKV ZxnfZw/+M5jj8pzoCRk5DOTk/991X45OhL9lCDAfU5Wt8egmecRtC89ZshS6Gig+ xhg9lInI9RNE+3GcTSbo+dh6m3OIW1PFxz1wbwbWI5vFXtkC2NdZ8kOB+Pw92pej 5GZDZ3O9PzljHlU4srTmRKuUk3p1CrgMaJoQOGIk25M/FDmw27HtQIa1aAFsWRLo LKvobDQ/brSNXXcTtpqCEO6ggsQQUBvcduMFH8pXU/N1Iu8xxS6YS1OwEm5ESUpI xFwcfd9I4slz+7lJWGjgQttB82fouUWZ4Fn2cpCiVv4DXJmcyajtIqwz5AmG1wo6 qwiGZPe1c/giIBXfufEYr0q46HZGPWArhAIZpTb9XXEhT9CLLk+pOsWvGnxjRnjr pz+B6TUen35+yz+1d36+Bk6X/Dp3dTHp7NItQZVlkKm39MR3idPwKNVmoqJ0bxGK IVWIVU1wOIzUULSrWDpYF1EyUT7pWS/TYWx/FXf5BGmI4KDc53UAfGbmkhC3PGM1 IimbtQMBLBnwU3+zXX3N14H0A/YKenbDJ4Vo2vLXbEHqMHIHVULmbdmTSa7l8jaK SOQDjjQofTx3jONp7bi2o5cgygcgYOmJGNh8rJy2mkinB9RRNc+GTuM+eo7QzJd3 yjFcEI2/dbghB6mApUG3xIWriSZa0nky9fnIFf8bUrGp4CWf6dY=
    =90bZ
    -----END PGP SIGNATURE-----

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Neil Bothwick@21:1/5 to Michael on Tue Dec 28 20:30:03 2021
    On Tue, 28 Dec 2021 18:14:51 +0000, Michael wrote:

    On Tuesday, 28 December 2021 16:09:09 GMT Peter Humphrey wrote:
    On Tuesday, 28 December 2021 13:40:44 GMT Neil Bothwick wrote:
    I recently upgraded several systems from gentoo-sources-5.10.76-r1
    to 5.15.11, using my usual approach

    copy current config to new sources
    make oldconfig
    all modules_install install
    run dracut
    reboot

    All worked well except my desktop, which just sits there showing

    EFI stub: Loaded initrd from command line option

    So the bootloader has loaded the kernel but then there is absolutely nothing. I tried removing the initrd option, but then it went
    straight to a blank screen without the above message. I left it for
    a while, in case it was just a case of no output, but nothing
    happened, not disk or network activity, nothing.

    Did you touch the new frame-buffer settings? I did at first and got something like your experience, but then after a distclean and
    oldconfig, making sure to leave the new frame buffer at their
    defaults, everything now works.

    I'll look into how it's supposed to work when I get back home.

    I also ended up with a blank screen followed by a reboot, which showed
    some partitions were not unmounted cleanly, followed by repeated
    reboots in the same fashion, until I interfered to stop this madness.
    I then booted with the previous kernel and as my first task I disabled
    some framebuffer setting, which I now fail to recall! LOL!

    I think it is this one:
    =======================
    CONFIG_DRM_SIMPLEDRM:

    I don't have that one set. About the only framebuffer I have set is CONFIG_FB_EFI and changing that makes no difference.

    I'm not convinced it is display related as I do get the initial message
    from the bootloader displayed as normal.


    DRM driver for simple platform-provided framebuffers.

    This driver assumes that the display hardware has been initialized
    by the firmware or bootloader before the kernel boots. Scanout
    buffer, size, and display format must be provided via device tree,
    UEFI, VESA, etc.

    On x86 BIOS or UEFI systems, you should also select SYSFB_SIMPLEFB
    to use UEFI and VESA framebuffers.

    Symbol: DRM_SIMPLEDRM [=n]
    Type : tristate
    Defined at drivers/gpu/drm/tiny/Kconfig:54
    Prompt: Simple framebuffer driver
    Depends on: HAS_IOMEM [=y] && DRM [=y]
    Location:
    -> Device Drivers
    -> Graphics support
    Selects: DRM_GEM_SHMEM_HELPER [=y] && DRM_KMS_HELPER [=y]

    Simple framebuffer driver (DRM_SIMPLEDRM) [N/m/y/?] (NEW) ======================================================


    --
    Neil Bothwick

    I wonder how much deeper would the ocean be without sponges.

    -----BEGIN PGP SIGNATURE-----

    iQIzBAEBCAAdFiEE8k9T/rX16EJxEKG692eFu0QSMJgFAmHLZDMACgkQ92eFu0QS MJg2uhAAhgtIZguJX1vU3Jz8WyICxaa124QQmE1H4YJXTtPUfp/1jlQxkj6ebzKB RAI7HD9KzV4LMBApD4f0DZr1WrH2L3ZK/17DA9bpJXpt9SmXyo3s0oeV0HUp6j3a 6R/aB4lsO5N+PK4kxK4hkRt+HQvvCSQQntA9Ip+0yNTSMr2hRGHtk5Wrt8WeoQlX 7fgcZKD8gxdeFdN5u1NMxgqkb0UJb0FpVP2jtEDlgZMFzAIIzdgeLvRx94yALcr+ JCecLp2UPm5Ze9qsNtBB95kM5nndIK1PuIR24G0tk4lKrTzBHJnSsui4QHsUBUos xI/ev1S29rAelXcCG/Q8/Rv29GhvWGlZWCpfL8DztB+EBNaiyFkL/V2oTWDp57dt 3i9r7IN/fuML2w2A4z+8fBnGQS5MrdGATP99BeK8NN9/V7aw6RGOr6jUnIQXjLwV ltNucc1ZBHMNgUQse+7+XcePZlf3Ojcnt28DO9oSJb+aTaZRS+KnK39cykg8U9YP Ko4Ex1lxrViNznnpBOhMIhlBO+FnG7n16S1B6UW/A2sW2CTJrmJ73cBvvh7dVSoo PRnUyounLcb621iM/4jIxumFvAoW6AVit0T2L1v6FasOgt6fobB71h3dglwUW7Uc vharKnmVFT3yectMnnJ3QuzgrnCGhEI0SMKE7f8d3oiAqC/IQVo=
    =o6Wf
    -----END PGP SIGNATURE-----

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Michael@21:1/5 to All on Tue Dec 28 19:32:58 2021
    On Tuesday, 28 December 2021 19:23:31 GMT Neil Bothwick wrote:
    On Tue, 28 Dec 2021 18:14:51 +0000, Michael wrote:
    On Tuesday, 28 December 2021 16:09:09 GMT Peter Humphrey wrote:
    On Tuesday, 28 December 2021 13:40:44 GMT Neil Bothwick wrote:
    I recently upgraded several systems from gentoo-sources-5.10.76-r1
    to 5.15.11, using my usual approach

    copy current config to new sources
    make oldconfig
    all modules_install install
    run dracut
    reboot

    All worked well except my desktop, which just sits there showing

    EFI stub: Loaded initrd from command line option

    So the bootloader has loaded the kernel but then there is absolutely nothing. I tried removing the initrd option, but then it went
    straight to a blank screen without the above message. I left it for
    a while, in case it was just a case of no output, but nothing
    happened, not disk or network activity, nothing.

    Did you touch the new frame-buffer settings? I did at first and got something like your experience, but then after a distclean and
    oldconfig, making sure to leave the new frame buffer at their
    defaults, everything now works.

    I'll look into how it's supposed to work when I get back home.

    I also ended up with a blank screen followed by a reboot, which showed
    some partitions were not unmounted cleanly, followed by repeated
    reboots in the same fashion, until I interfered to stop this madness.
    I then booted with the previous kernel and as my first task I disabled
    some framebuffer setting, which I now fail to recall! LOL!

    I think it is this one:
    =======================

    CONFIG_DRM_SIMPLEDRM:

    I don't have that one set. About the only framebuffer I have set is CONFIG_FB_EFI and changing that makes no difference.

    I'm not convinced it is display related as I do get the initial message
    from the bootloader displayed as normal.

    Mine was going blank and then crashing/rebooting at the point when the sddm DM was meant to launch. The openrc boot scripts scrolled by without any problem. :-/

    This is what I have configured here in case it helps. Otherwise you could diff old/new kernel configs to see if something is standing out.

    $ grep 'FB|DRM' /usr/src/linux/.config
    # CONFIG_NET_SCH_SFB is not set
    CONFIG_SYSFB=y
    CONFIG_SYSFB_SIMPLEFB=y
    # CONFIG_IFB is not set
    CONFIG_DRM=y
    # CONFIG_DRM_DP_AUX_CHARDEV is not set
    # CONFIG_DRM_DEBUG_MM is not set
    CONFIG_DRM_KMS_HELPER=y
    CONFIG_DRM_FBDEV_EMULATION=y
    CONFIG_DRM_FBDEV_OVERALLOC=100
    # CONFIG_DRM_LOAD_EDID_FIRMWARE is not set
    # CONFIG_DRM_DP_CEC is not set
    CONFIG_DRM_TTM=y
    CONFIG_DRM_TTM_HELPER=y
    # CONFIG_DRM_I2C_CH7006 is not set
    # CONFIG_DRM_I2C_SIL164 is not set
    # CONFIG_DRM_I2C_NXP_TDA998X is not set
    # CONFIG_DRM_I2C_NXP_TDA9950 is not set
    CONFIG_DRM_RADEON=y
    CONFIG_DRM_RADEON_USERPTR=y
    # CONFIG_DRM_AMDGPU is not set
    # CONFIG_DRM_NOUVEAU is not set
    # CONFIG_DRM_I915 is not set
    CONFIG_DRM_VGEM=m
    # CONFIG_DRM_VKMS is not set
    # CONFIG_DRM_VMWGFX is not set
    # CONFIG_DRM_GMA500 is not set
    # CONFIG_DRM_UDL is not set
    # CONFIG_DRM_AST is not set
    # CONFIG_DRM_MGAG200 is not set
    # CONFIG_DRM_QXL is not set
    # CONFIG_DRM_VIRTIO_GPU is not set
    CONFIG_DRM_PANEL=y
    CONFIG_DRM_BRIDGE=y
    CONFIG_DRM_PANEL_BRIDGE=y
    # CONFIG_DRM_ANALOGIX_ANX78XX is not set
    # CONFIG_DRM_ETNAVIV is not set
    # CONFIG_DRM_BOCHS is not set
    # CONFIG_DRM_CIRRUS_QEMU is not set
    # CONFIG_DRM_GM12U320 is not set
    # CONFIG_DRM_SIMPLEDRM is not set
    # CONFIG_DRM_VBOXVIDEO is not set
    # CONFIG_DRM_GUD is not set
    # CONFIG_DRM_LEGACY is not set
    CONFIG_DRM_PANEL_ORIENTATION_QUIRKS=y
    CONFIG_FB_CMDLINE=y
    CONFIG_FB_NOTIFY=y
    CONFIG_FB=y
    CONFIG_FB_CFB_FILLRECT=y
    CONFIG_FB_CFB_COPYAREA=y
    CONFIG_FB_CFB_IMAGEBLIT=y
    CONFIG_FB_SYS_FILLRECT=y
    CONFIG_FB_SYS_COPYAREA=y
    CONFIG_FB_SYS_IMAGEBLIT=y
    # CONFIG_FB_FOREIGN_ENDIAN is not set
    CONFIG_FB_SYS_FOPS=y
    CONFIG_FB_DEFERRED_IO=y
    CONFIG_FB_MODE_HELPERS=y
    CONFIG_FB_TILEBLITTING=y
    # CONFIG_FB_CIRRUS is not set
    # CONFIG_FB_PM2 is not set
    # CONFIG_FB_CYBER2000 is not set
    # CONFIG_FB_ARC is not set
    # CONFIG_FB_ASILIANT is not set
    # CONFIG_FB_IMSTT is not set
    # CONFIG_FB_VGA16 is not set
    # CONFIG_FB_UVESA is not set
    # CONFIG_FB_VESA is not set
    CONFIG_FB_EFI=y
    # CONFIG_FB_N411 is not set
    # CONFIG_FB_HGA is not set
    # CONFIG_FB_OPENCORES is not set
    # CONFIG_FB_S1D13XXX is not set
    # CONFIG_FB_NVIDIA is not set
    # CONFIG_FB_RIVA is not set
    # CONFIG_FB_I740 is not set
    # CONFIG_FB_LE80578 is not set
    # CONFIG_FB_MATROX is not set
    # CONFIG_FB_RADEON is not set
    # CONFIG_FB_ATY128 is not set
    # CONFIG_FB_ATY is not set
    # CONFIG_FB_S3 is not set
    # CONFIG_FB_SAVAGE is not set
    # CONFIG_FB_SIS is not set
    # CONFIG_FB_NEOMAGIC is not set
    # CONFIG_FB_KYRO is not set
    # CONFIG_FB_3DFX is not set
    # CONFIG_FB_VOODOO1 is not set
    # CONFIG_FB_VT8623 is not set
    # CONFIG_FB_TRIDENT is not set
    # CONFIG_FB_ARK is not set
    # CONFIG_FB_PM3 is not set
    # CONFIG_FB_CARMINE is not set
    # CONFIG_FB_SMSCUFX is not set
    # CONFIG_FB_UDL is not set
    # CONFIG_FB_IBM_GXT4500 is not set
    # CONFIG_FB_VIRTUAL is not set
    # CONFIG_FB_METRONOME is not set
    # CONFIG_FB_MB862XX is not set
    # CONFIG_FB_SIMPLE is not set
    # CONFIG_FB_SM712 is not set
    # CONFIG_CRYPTO_CFB is not set
    CONFIG_CRYPTO_OFB=y

    -----BEGIN PGP SIGNATURE-----

    iQIzBAABCAAdFiEEXqhvaVh2ERicA8Ceseqq9sKVZxkFAmHLZmoACgkQseqq9sKV Zxm93A//TJ3IKNnRRQGm1+TIGJADklwgZ2CJfMBQMhAdMMSnGhE4rbH0mAMCr8rt oGGk0dHoeXbaMUSTGTkpZnnjTWfnkz2hyl5btAXBTNWVl5FAfFf8q6sdCjfuLoqQ i6Ageks6hV9UROmOTZ6s4hsYrSX1PMR73o00xdc1pJkDLCBcnX+U3zCCBfsWp4jj JcR65SuWyJSSSnqdDFPnPzCEzNhp+mZdlA3oDgHSzWH/n/VaJ7UJOfZY9VWrVCiy s8Tg2TyNc8txIkUO2Ofhv7B8O4XL57IGl6pPXzpxGHNfxMCRGOcwC7ZjH8fiKEJz H+Sv0vHk1E+wZWNJOdJox1iPz4eCLVH1tUZCk/yYhPoJb+Ug6b4xJsWfrWpRErqP CEnSI0Ccc11qGyI3Qv+iK+5qQnvVWxOs5TebIsGFWtf4zAo29q+vkihXTIxR4/qP 9bf6pzry0MzNU1GXfyjvM2TkrfUnV0HSPtWZESApZhS7sVfZ+/ORnahxrkHSs0hj ZpoNYEmMvXzZqqVcSorptNYAav5lBvNhG5BUOOP2Z4DD+SxY9tEJ8Logse4gIRLX ZZvH36SVr3B8GXa4RwvvIZq2J2WgpQ1N18p4mslse8vFlP16eYrVw2BvR4kYgvaL V9ky0V/s04wbJsS/qnlanW0GJ+GTnJDHEJBAj5yU7B+sLJEI6P4=
    =vA2z
    -----END PGP SIGNATURE-----

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Remy Blank@21:1/5 to Neil Bothwick on Tue Dec 28 22:20:01 2021
    Neil Bothwick wrote on 28/12/2021 14:40:
    So the bootloader has loaded the kernel but then there is absolutely
    nothing. I tried removing the initrd option, but then it went straight to
    a blank screen without the above message. I left it for a while, in case
    it was just a case of no output, but nothing happened, not disk or
    network activity, nothing.

    You could try adding the following to the kernel command-line:

    earlyprintk=efi,keep earlycon=efifb

    It allows seeing the early kernel output on the EFI framebuffer. It's exceedingly slow, but at
    least you might see what's going wrong.

    -- Remy

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Neil Bothwick@21:1/5 to Neil Bothwick on Thu Feb 3 23:50:02 2022
    On Tue, 28 Dec 2021 13:40:44 +0000, Neil Bothwick wrote:

    I recently upgraded several systems from gentoo-sources-5.10.76-r1 to 5.15.11, using my usual approach

    copy current config to new sources
    make oldconfig
    all modules_install install
    run dracut
    reboot

    All worked well except my desktop, which just sits there showing

    EFI stub: Loaded initrd from command line option

    For the record, the problem was the CPU setting, CONFIG_MNATIVE_AMD=y.

    I have an AMD FX-9590 and changing to CONFIG_MPILEDRIVER=y solved it.


    --
    Neil Bothwick

    OPERATOR ERROR: Nyah, Nyah, Nyah, Nyah, Nyah!

    -----BEGIN PGP SIGNATURE-----

    iQIzBAEBCAAdFiEE8k9T/rX16EJxEKG692eFu0QSMJgFAmH8WxgACgkQ92eFu0QS MJhWbw/+Mamku/upKYS6c9TgKdSxlkN/pqlQGdWQHuosKyoVjcp72bTV75eAAQfj DKmmB97udL+eI3KQllZa+seEOtJlW9/wVaefC31hlnFXHid6LV3hpA7OWFFyIZwc 2lqV97erk8q6M2mG5k5mydGHeMuECzXcZ4+IWZLNuN746mDOSpgevDJsVxBvQfQg MvgbkaGsVjNuSk1xnkSiOQ2cTEwnTnqexFXKrXuZt4c31t+3DqI47bHhuHAgGePh HTNaJC7YoSQz6LLYxkxgZx42alUp2uG6ohS04345wCQPbzrbuEz74IN6p9/Q32Wu cXPyqxxVIqu8EkFiFaRXbvL+B12+JVbUuL8CPGG5LymF49fAsilKEFV7hVEGjNXW KPD/xzAOh6H6z0jmcWUiBJhXoKhqbdQ2ANt2mYd4AsIr/2be4fWylsCyp9hpy5x6 0iq57gn+m5/tJ7Ak9+bm1OSa2swd8kiVx1Yf035zxshTzdmj6dXpp8pdXMF3FGPK La4Gr/xkWdVwL/dOLGzdQP+Y4F1N9Xj5wtKq6pk5c91AgN0NQqxTm14cKhXDOMWX O4roVi/q4mRQYn+sHWWkCDayNnfwpFBUD5GmSvNrajEkPPPxkDfulFXHIOxf1kK5 jhQK6fQW3GmTxMAeNU3eO2XxOUG45NiPFVJbHCbP0E/dvY0kmms=
    =rIoJ
    -----END PGP SIGNATURE-----

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)