Bobinas P4G
  • Login
  • Public

    • Public
    • Groups
    • Popular
    • People

Conversation

Notices

  1. Bernie (codewiz@mstdn.io)'s status on Thursday, 06-Jul-2023 17:09:18 UTC Bernie Bernie

    Trying rawhide on my laptop:

    ```
    sudo mkfs.xfs -f -L rawhide -s size=4096 /dev/nvme0n1p2
    sudo mount /rawhide
    time sudo rsync -HAXphax --stats / /rawhide/
    chsys /rawhide
    dnf update --enablerepo=rawhide
    ```

    DNF is currently downloading 2.1GB of packages...

    If everything goes well, I'll run grub2-mkconfig and hopefully os-prober will create menu entries for the other partition...

    #Fedora #Rawhide #RedHat #Linux

    In conversation Thursday, 06-Jul-2023 17:09:18 UTC from mstdn.io permalink

    Attachments


    1. https://media.mstdn.io/mstdn-media/media_attachments/files/110/668/227/093/378/170/original/d02c5b4eb097aaa3.png
    • Bernie (codewiz@mstdn.io)'s status on Friday, 07-Jul-2023 08:09:50 UTC Bernie Bernie
      in reply to
      • Adam Williamson :fedora:

      @adamw Hehe, I noticed! šŸ˜†

      Had to remove a number of python packages to complete the upgrade.

      In conversation Friday, 07-Jul-2023 08:09:50 UTC permalink
    • Adam Williamson :fedora: (adamw@fosstodon.org)'s status on Friday, 07-Jul-2023 08:09:52 UTC Adam Williamson :fedora: Adam Williamson :fedora:
      in reply to

      @codewiz
      Cool! Note we *just* merged python 3.12 so there might possibly be a few issues related to that lurking, but all the big stuff should be fine.

      In conversation Friday, 07-Jul-2023 08:09:52 UTC permalink
    • Bernie (codewiz@mstdn.io)'s status on Friday, 07-Jul-2023 08:14:17 UTC Bernie Bernie
      in reply to
      • john r red-horse

      @jrredho Ah, chsys is a script I wrote long ago:
      https://codewiz.org/pub/chsys

      It's a poor man's lxc or docker, using only bind mounts and chroot.

      In conversation Friday, 07-Jul-2023 08:14:17 UTC permalink

      Attachments


    • john r red-horse (jrredho@mastodon.world)'s status on Friday, 07-Jul-2023 08:14:18 UTC john r red-horse john r red-horse
      in reply to

      @codewiz

      "chsys"?

      A quick: sudo dnf provides "*/chsys"

      Returns: Error: no matches found.

      My system is running f38 Workstation.

      In conversation Friday, 07-Jul-2023 08:14:18 UTC permalink
    • Bernie (codewiz@mstdn.io)'s status on Saturday, 08-Jul-2023 16:33:04 UTC Bernie Bernie
      in reply to
      • Adam Williamson :fedora:

      The 3.5 kernel gave me some weird rendering issue on the Intel GPU, so I reverted to 6.3.11.

      Other than that, #Fedora #Rawhide is running fine on my laptop so I'll keep testing.
      @adamw

      In conversation Saturday, 08-Jul-2023 16:33:04 UTC permalink
    • Bernie (codewiz@mstdn.io)'s status on Thursday, 13-Jul-2023 06:46:30 UTC Bernie Bernie
      in reply to
      • Adam Williamson :fedora:

      @adamw 6.5.0-rc1 just came out, I'll try rebooting into it...

      In conversation Thursday, 13-Jul-2023 06:46:30 UTC permalink
    • Adam Williamson :fedora: (adamw@fosstodon.org)'s status on Thursday, 13-Jul-2023 06:46:31 UTC Adam Williamson :fedora: Adam Williamson :fedora:
      in reply to

      @codewiz
      Great news! Yeah, 6.5 actually doesn't boot to a desktop on my laptop at all. That does sometimes happen with these early early snapshots. I didn't get around to reporting it yet, I'll do it when I'm back from PTO if it isn't fixed...

      In conversation Thursday, 13-Jul-2023 06:46:31 UTC permalink
    • Bernie (codewiz@mstdn.io)'s status on Thursday, 13-Jul-2023 06:48:32 UTC Bernie Bernie
      in reply to
      • Adam Williamson :fedora:

      @adamw btw, this is still broken:

      Problem: conflicting requests
      - nothing provides python(abi) = 3.11 needed by python3-lsp-server-1.4.1-3.fc37.noarch

      And why would a noarch package need to depend on an ABI??

      In conversation Thursday, 13-Jul-2023 06:48:32 UTC permalink
    • Bernie (codewiz@mstdn.io)'s status on Thursday, 13-Jul-2023 06:48:53 UTC Bernie Bernie
      in reply to
      • Adam Williamson :fedora:

      @adamw Hey I'm not pissed or anything, just curious šŸ™‚

      In conversation Thursday, 13-Jul-2023 06:48:53 UTC permalink
    • Bernie (codewiz@mstdn.io)'s status on Thursday, 13-Jul-2023 07:08:23 UTC Bernie Bernie
      in reply to
      • Adam Williamson :fedora:

      @adamw Is this due to the .pyc file format not making backwards compatibility guarantees?

      In conversation Thursday, 13-Jul-2023 07:08:23 UTC permalink
    • Adam Williamson :fedora: (adamw@fosstodon.org)'s status on Thursday, 13-Jul-2023 07:08:24 UTC Adam Williamson :fedora: Adam Williamson :fedora:
      in reply to

      @codewiz python(abi) is just a sort of expression of the general truth that python packages are built for a specific python minor version. when we go from 3.11 to 3.12 everything has to be rebuilt; that dependency exists to conveniently codify that.

      In conversation Thursday, 13-Jul-2023 07:08:24 UTC permalink
    • Bernie (codewiz@mstdn.io)'s status on Saturday, 15-Jul-2023 11:55:07 UTC Bernie Bernie
      in reply to
      • Adam Williamson :fedora:
      • Miro Hrončok :fedora: :python:

      @hroncok @adamw Thanks, both of you!

      In conversation Saturday, 15-Jul-2023 11:55:07 UTC permalink
    • Miro Hrončok :fedora: :python: (hroncok@floss.social)'s status on Saturday, 15-Jul-2023 11:55:15 UTC Miro Hrončok :fedora: :python: Miro Hrončok :fedora: :python:
      in reply to
      • Adam Williamson :fedora:

      @adamw @codewiz I wasn't there when it was introduced, and I have no idea why it is python(abi), but today, it esentially means the package belongs to the Python-version-namespaced directory, as you said.

      In conversation Saturday, 15-Jul-2023 11:55:15 UTC permalink
    • Adam Williamson :fedora: (adamw@fosstodon.org)'s status on Saturday, 15-Jul-2023 11:55:17 UTC Adam Williamson :fedora: Adam Williamson :fedora:
      in reply to
      • Miro Hrončok :fedora: :python:

      @codewiz I actually don't know the underlying reason! It's just one of those things I've never questioned. The immediate 'obvious' reason is that we install Python packages to directories named for the Python minor version - `/usr/lib/python3.11/site-packages` and `/usr/lib64/python3.11/site-packages` for e.g. - but this of course just begs the same question...I guess @hroncok would know, probably.

      In conversation Saturday, 15-Jul-2023 11:55:17 UTC permalink

Feeds

  • Activity Streams
  • RSS 2.0
  • Atom
  • Help
  • About
  • FAQ
  • Privacy
  • Source
  • Version
  • Contact

Bobinas P4G is a social network. It runs on GNU social, version 2.0.1-beta0, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All Bobinas P4G content and data are available under the Creative Commons Attribution 3.0 license.