Page 4 of 5 FirstFirst ... 2345 LastLast
Results 31 to 40 of 44

Thread: Kernel 5.8 RC (Release Canidate) series

  1. #31
    Join Date
    Oct 2008
    Location
    ExodusHair<Čubura
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Kernel 5.8 RC (Release Canidate) series

    Quote Originally Posted by Doug S View Post
    Well, the same information is also in /var/log/kern.log, available to anyone. One problem I observe with linux is no concern for backwards compatibility. These type of changes create a cascading ton of work as documentation becomes obsolete.
    True for kern.log but that does not make it right... About documentation: better not to start, I'll get banned for complaining. Never mind, that made me, for decades, learn to learn much quickly...
    Last edited by zika; July 14th, 2020 at 07:28 PM.
    Ignota nulla curatio morbi.
    Quod nocet saepe docet.

  2. #32
    Join Date
    Feb 2011
    Location
    Coquitlam, B.C. Canada
    Beans
    3,515
    Distro
    Ubuntu Development Release

    Re: Kernel 5.8 RC (Release Canidate) series

    re: dmesg now needs root permissions:
    Quote Originally Posted by zika View Post
    True for kern.log but that does not make it right...
    see this. And, actually the access rights for /var/log/kern.log are restricted.

    Code:
    doug@s18:~/temp-k-git/linux$ grep CONFIG_SECURITY_DMESG_RESTRICT .con*
    .config:CONFIG_SECURITY_DMESG_RESTRICT=y
    ...
    .config-5.8.0-050800rc1-lowlatency:# CONFIG_SECURITY_DMESG_RESTRICT is not set
    .config-5.8.0-050800rc4-lowlatency:CONFIG_SECURITY_DMESG_RESTRICT=y
    .config-5.8.0-050800rc5-lowlatency:CONFIG_SECURITY_DMESG_RESTRICT=y
    .config-5.8-rc1-doug:# CONFIG_SECURITY_DMESG_RESTRICT is not set
    ...
    and:
    Code:
    doug@s18:~/temp-k-git/linux$ ls -l /var/log/kern.log
    -rw-r----- 1 syslog adm 1217129 Jul 15 15:20 /var/log/kern.log
    Any follow-up information on your issue would be appreciated. Please have the courtesy to report back.

  3. #33
    Join Date
    Oct 2008
    Location
    ExodusHair<Čubura
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Kernel 5.8 RC (Release Canidate) series

    I did not have any relationship with that change...
    It's OK with me.
    Ignota nulla curatio morbi.
    Quod nocet saepe docet.

  4. #34
    Join Date
    Feb 2011
    Location
    Coquitlam, B.C. Canada
    Beans
    3,515
    Distro
    Ubuntu Development Release

    Re: Kernel 5.8 RC (Release Canidate) series

    Kernel 5.8-rc6 is available. There are a lot of kernel configuration file changes between -rc5 and -rc6.
    Any follow-up information on your issue would be appreciated. Please have the courtesy to report back.

  5. #35
    Join Date
    May 2020
    Location
    top of the mountain
    Beans
    187
    Distro
    Ubuntu Development Release

    Re: Kernel 5.8 RC (Release Canidate) series

    Thanks for pointing out this problem. I agree with the Link provided posted by Matthew Ruffell, that these various logs should be admin protected. Actually I don't see how linux has survived this long with this vulnerability. If an intruder can mine my network data he is no longer blocked by closed ports. It may be a long shot, but possible. Also a good reason to make sure that gufw is active.

    PS
    This discussion is a diversion from the OP (
    Kernel 5.8 RC (Release Canidate) series) but without regard for that is a great discussion point.
    Last edited by zebra2; July 20th, 2020 at 02:39 PM.

  6. #36
    Join Date
    Aug 2009
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: Kernel 5.8 RC (Release Canidate) series

    Quote Originally Posted by Doug S View Post
    Kernel 5.8-rc6 is available. There are a lot of kernel configuration file changes between -rc5 and -rc6.
    It installed without any errors or problems.
    Code:
    cavsfan@groovy:~$ inxi -SMCG
    System:    Host: groovy Kernel: 5.8.0-050800rc6-lowlatency x86_64 bits: 64 Desktop: Xfce 4.14.2 
               Distro: Ubuntu 20.10 (Groovy Gorilla) 
    Machine:   Type: Desktop System: ASUS product: All Series v: N/A serial: <superuser/root required> 
               Mobo: ASUSTeK model: Z87-K v: Rev X.0x serial: <superuser/root required> UEFI: American Megatrends v: 1103 
               date: 01/02/2014 
    CPU:       Topology: Quad Core model: Intel Core i7-4770K bits: 64 type: MT MCP L2 cache: 8192 KiB 
               Speed: 3498 MHz min/max: 800/3900 MHz Core speeds (MHz): 1: 3499 2: 3498 3: 3499 4: 3500 5: 3501 6: 3502 7: 3502 
               8: 3499 
    Graphics:  Device-1: NVIDIA GM200 [GeForce GTX 980 Ti] driver: nvidia v: 450.57 
               Display: x11 server: X.Org 1.20.8 driver: nvidia resolution: 3840x2160~60Hz 
               OpenGL: renderer: GeForce GTX 980 Ti/PCIe/SSE2 v: 4.6.0 NVIDIA 450.57

  7. #37
    Join Date
    Aug 2009
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: Kernel 5.8 RC (Release Canidate) series

    Kernel 5.8-rc7 is available.

  8. #38
    Join Date
    Oct 2008
    Location
    Rezzoaglio (GE) Italy
    Beans
    669
    Distro
    Ubuntu Development Release

    Re: Kernel 5.8 RC (Release Canidate) series

    In the page https://kernel.ubuntu.com/~kernel-pp...line/v5.8-rc7/
    I see:
    Test amd64/self-tests failed (rc=2, on=amd64, time=0:01:05, log=amd64/self-tests/log)
    ... self-tests failed... what does it mean? is the kernel unreliable?
    however I installed it and seems working fine.

  9. #39
    Join Date
    Feb 2011
    Location
    Coquitlam, B.C. Canada
    Beans
    3,515
    Distro
    Ubuntu Development Release

    Re: Kernel 5.8 RC (Release Canidate) series

    Quote Originally Posted by corradoventu View Post
    In the page https://kernel.ubuntu.com/~kernel-pp...line/v5.8-rc7/
    I see:
    Test amd64/self-tests failed (rc=2, on=amd64, time=0:01:05, log=amd64/self-tests/log)
    ... self-tests failed... what does it mean? is the kernel unreliable?
    however I installed it and seems working fine.
    The Ubuntu mainline build process appears to also build a lot of, if not all of, the tools and tests and such. It appears to fail while attempting to link "tools/testing/selftests/bpf/tools/build/bpftool/disasm.o".

    This has nothing to do with the kernel itself, and it compiled fine.

    However notice it is bpfilter related, and my bpfilter error issues started with -rc5

    Without any proof, I think too much new code was added too deep into this -rc series. In my opinion, a violation of their own rules, but Linus himself did it, so who am I to comment. See the release notes for -rc5, in particular:

    Code:
    In addition to the outright fixes, there's a few cleanups that are
    just prep for 5.9. They all look good and simple too.
    Ya, no.
    Any follow-up information on your issue would be appreciated. Please have the courtesy to report back.

  10. #40
    Join Date
    Feb 2011
    Location
    Coquitlam, B.C. Canada
    Beans
    3,515
    Distro
    Ubuntu Development Release

    Re: Kernel 5.8 RC (Release Canidate) series

    Quote Originally Posted by Doug S View Post
    Kernel 5.8-rc5 is available,...
    I am getting some error:
    Code:
    Jul 13 07:01:08 s18 kernel: [    9.429363] bpfilter: Loaded bpfilter_umh pid 826
    Jul 13 07:01:08 s18 kernel: [    9.432623] bpfilter: write fail -22
    Jul 13 07:01:08 s18 kernel: [    9.432676] bpfilter: write fail -22
    Jul 13 07:01:08 s18 kernel: [    9.458993] bpfilter: Loaded bpfilter_umh pid 836
    Jul 13 07:01:08 s18 kernel: [    9.459132] bpfilter: write fail -22
    Jul 13 07:01:08 s18 kernel: [    9.459185] bpfilter: write fail -22
    It seems the default for iptables/nftables was changed. Couldn't run my VM's either. Do:

    Code:
    # update-alternatives --set iptables /usr/sbin/iptables-nft
    # update-alternatives --set ip6tables /usr/sbin/ip6tables-nft
    # update-alternatives --set arptables /usr/sbin/arptables-nft
    # update-alternatives --set ebtables /usr/sbin/ebtables-nft
    and re-boot fixed.

    References: https://askubuntu.com/questions/1262...will-not-start and https://wiki.debian.org/iptables
    Last edited by Doug S; July 28th, 2020 at 03:28 PM.
    Any follow-up information on your issue would be appreciated. Please have the courtesy to report back.

Page 4 of 5 FirstFirst ... 2345 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •