• Activity
  • Votes
  • Comments
  • New
  • All activity
  • Showing unfiltered topic list. Back to normal view
    1. Quick question after a kernel update, mostly fear-based

      As some are aware, my NAS hates me. Anyway, I ran an update just now and it spat out the following: Setting up linux-firmware (1.187.27) ... update-initramfs: Generating...

      As some are aware, my NAS hates me. Anyway, I ran an update just now and it spat out the following:

      Setting up linux-firmware (1.187.27) ...
      update-initramfs: Generating /boot/initrd.img-5.13.0-30-generic
      I: The initramfs will attempt to resume from /dev/sdb2
      I: (UUID=e6480da4-95f0-4cf3-a047-a43ef09f978f)
      I: Set the RESUME variable to override this.
      update-initramfs: Generating /boot/initrd.img-5.11.0-27-generic
      I: The initramfs will attempt to resume from /dev/sdb2
      I: (UUID=e6480da4-95f0-4cf3-a047-a43ef09f978f)
      

      UUID=e6480da4-95f0-4cf3-a047-a43ef09f978f is /swap.

      /dev/sdb2: UUID="e6480da4-95f0-4cf3-a047-a43ef09f978f" TYPE="swap" PARTUUID="329487d0-88c7-4d47-ab82-dc4b80bd3bfe"
      

      The full log is below. If I reboot this thing, will it tell me that it cannot find GRUB like the previous installation that shit the bed?

      My assumption is that its simply telling me that it's enabled some sort of hibernation and will use the /swap for that.. but I'm totally on edge with this thing. I don't have a lot to set up with the system-side of things, so I put off trying to fix the old installation from the previous post until later.

      Anyway, does anything here seem fishy?

      Full output The following packages will be upgraded: linux-firmware 1 upgraded, 0 newly installed, 0 to remove and 2 not upgraded. Need to get 115 MB of archives. After this operation, 2,980 kB of additional disk space will be used. Do you want to continue? [Y/n] y Get:1 http://ca.archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-firmware all 1.187.27 [115 MB] Fetched 115 MB in 5s (24.0 MB/s) (Reading database ... 201924 files and directories currently installed.) Preparing to unpack .../linux-firmware_1.187.27_all.deb ... Unpacking linux-firmware (1.187.27) over (1.187.26) ... Setting up linux-firmware (1.187.27) ... update-initramfs: Generating /boot/initrd.img-5.13.0-30-generic I: The initramfs will attempt to resume from /dev/sdb2 I: (UUID=e6480da4-95f0-4cf3-a047-a43ef09f978f) I: Set the RESUME variable to override this. update-initramfs: Generating /boot/initrd.img-5.11.0-27-generic I: The initramfs will attempt to resume from /dev/sdb2 I: (UUID=e6480da4-95f0-4cf3-a047-a43ef09f978f) I: Set the RESUME variable to override this.

      ➜ ~ sudo blkid
      /dev/sdb2: UUID="e6480da4-95f0-4cf3-a047-a43ef09f978f" TYPE="swap" PARTUUID="329487d0-88c7-4d47-ab82-dc4b80bd3bfe"
      /dev/sdb5: UUID="842ddd01-963f-4cea-b04f-a52b6b719a16" TYPE="ext4" PARTUUID="21a6f4e9-9893-423a-a30d-5981ac30b02b"
      /dev/loop0: TYPE="squashfs"
      /dev/loop1: TYPE="squashfs"
      /dev/loop2: TYPE="squashfs"
      /dev/loop3: TYPE="squashfs"
      /dev/loop4: TYPE="squashfs"
      /dev/loop5: TYPE="squashfs"
      /dev/loop6: TYPE="squashfs"
      /dev/loop7: TYPE="squashfs"
      /dev/sda1: LABEL="Ext-4tb" UUID="6024-5AA9" TYPE="exfat" PARTLABEL="My Passport" PARTUUID="0b02c637-1696-4e38-85a1-9bb43103e675"
      /dev/sdb1: UUID="5cfbef39-3eb7-41e6-8223-e6881b4f3286" TYPE="ext4" PARTUUID="7df42fb5-0531-457c-92b5-fbf1878b043f"
      /dev/sdb3: UUID="4f30a4a2-9f28-4831-a22c-dc5b969c4f17" TYPE="ext4" PARTUUID="77f89dbc-f0d7-40d5-9174-ac03a786502e"
      /dev/sdb4: PARTUUID="93457ed0-e4ee-439f-9f41-5c106fb531e6"
      /dev/sdc1: PARTUUID="59c46c38-983b-41a1-9b01-17932ce1408c"
      /dev/sdc2: UUID="5A80-D8B1" TYPE="vfat" PARTUUID="dc39bca7-9d28-45df-9474-ae879b51304e"
      /dev/sdc3: UUID="5c159f93-0d79-46ca-81bc-862f9703c439" TYPE="ext4" PARTUUID="db95b761-edd1-423e-8f23-748bc3e24fbc"
      /dev/loop8: TYPE="squashfs"
      /dev/loop9: TYPE="squashfs"
      /dev/loop10: TYPE="squashfs"
      /dev/loop11: TYPE="squashfs"

      ➜ ~ du -h /boot
      2.5M /boot/grub/i386-pc
      2.3M /boot/grub/fonts
      7.1M /boot/grub
      du: cannot read directory '/boot/lost+found': Permission denied
      16K /boot/lost+found
      147M /boot

      edit:

      here's my fstab
      UUID=842ddd01-963f-4cea-b04f-a52b6b719a16 /          ext4  errors=remount-ro 0   1
      # /boot was on /dev/sdb1 during installation
      UUID=5cfbef39-3eb7-41e6-8223-e6881b4f3286 /boot      ext4  defaults          0   2
      # /home was on /dev/sdb3 during installation
      UUID=4f30a4a2-9f28-4831-a22c-dc5b969c4f17 /home      ext4  defaults          0   2
      # swap was on /dev/sdb2 during installation
      UUID=e6480da4-95f0-4cf3-a047-a43ef09f978f none       swap  tf                0   0
      
      3 votes
    2. What did you do this week?

      As part of a weekly series, these topics are a place for users to casually discuss the things they did — or didn't do — during their week. Did you accomplish any goals? Suffer a failure? Do...

      As part of a weekly series, these topics are a place for users to casually discuss the things they did — or didn't do — during their week. Did you accomplish any goals? Suffer a failure? Do nothing at all? Tell us about it!

      6 votes
    3. Daily megathread for news/updates/discussion of Russian invasion of Ukraine - March 3

      This thread is posted daily - please try to post relevant content in here, such as news, updates, opinion articles, etc. Especially significant updates may warrant a separate topic, but most...

      This thread is posted daily - please try to post relevant content in here, such as news, updates, opinion articles, etc. Especially significant updates may warrant a separate topic, but most should be posted here.

      23 votes
    4. Little 12ft.io bookmarklet

      Today I was doing some paywall hopping and wondered why there wasn't a 12ft.io bookmarklet to make it a little easier. So I whipped up this little 5 second bookmarklet for anyone who hasn't...

      Today I was doing some paywall hopping and wondered why there wasn't a 12ft.io bookmarklet to make it a little easier.

      So I whipped up this little 5 second bookmarklet for anyone who hasn't bothered to do it themselves yet.

      Just make a bookmark with the code snippet below as the URL.

      javascript: (() => { window.location.replace("https://12ft.io/" + window.location.href)})();
      

      I tried to make a link here that could be dragged and dropped directly into a bookmark bar, but it's disallowed.

      20 votes
    5. Tildes Screenless Day Discussion - March 2022

      What is a "Screenless Day"? Tildes "Screenless Day" is a simple event aimed at encouraging people to take a temporary step away from toxic or consuming aspects of technology and spend their time...

      What is a "Screenless Day"?

      Tildes "Screenless Day" is a simple event aimed at encouraging people to take a temporary step away from toxic or consuming aspects of technology and spend their time and energies elsewhere.


      When is it?

      It takes place over the weekend starting on the first Friday of each month. Participants will choose that Friday, Saturday, or Sunday to take as their screenless day -- whichever works best for their schedule.

      Some people might not be able to participate in that window, and that's fine too. They can choose to shift their day earlier or later as needed. It is also completely fine (and encouraged!) to take personal screenless days separate from the event if you like. This thread will be posted the first weekend of each month, but it is open for comments the entire month.


      Does it have to be truly "screenless"?

      "Screenless" is an ideal, not a mandate. The spirit of the day is to deliberately step away from toxic or consuming aspects of technology, and what that means is different for each person. Thus, it is up to each participant to determine what "screenless" means to them. Some might only choose to not use social media for a day; some might choose to eliminate all "screens" but still use their ereader; some may maintain some screen use but only for necessity (e.g. work; classes; GPS; etc.). Some might get rid of screens entirely, or go fully "unplugged" for the day.


      How do I participate?

      You do not have to do anything formal at all to participate -- simply take your screenless day in whatever way is best for you!

      If you’d like to, use this thread to share plans for your upcoming screenless day or summaries/reflections about it once it’s over.


      Can I chat in this thread if I'm not participating?

      Yes! The more, the merrier! Discussion from anyone, participant or non-participant alike, is welcome. Though, do understand that it might take a bit longer than normal for some people to respond. :)

      5 votes
    6. Tildes' 2022 Backlog Burner: Final Thread

      The 2022 Backlog Burner Event has officially concluded! Use this thread to update on your games from the last week of the month, give overall thoughts, and provide feedback about the event itself....

      The 2022 Backlog Burner Event has officially concluded!

      Use this thread to update on your games from the last week of the month, give overall thoughts, and provide feedback about the event itself.

      You can view all threads for the event here

      13 votes
    7. What creative projects have you been working on?

      This topic is part of a series. It is meant to be a place for users to discuss creative projects they have been working on. Projects can be personal, professional, physical, digital, or even just...

      This topic is part of a series. It is meant to be a place for users to discuss creative projects they have been working on.

      Projects can be personal, professional, physical, digital, or even just ideas.

      If you have any creative projects that you have been working on or want to eventually work on, this is a place for discussing those.

      7 votes
    8. Daily megathread for news/updates/discussion of Russian invasion of Ukraine - March 2

      This thread is posted daily - please try to post relevant content in here, such as news, updates, opinion articles, etc. Especially significant updates may warrant a separate topic, but most...

      This thread is posted daily - please try to post relevant content in here, such as news, updates, opinion articles, etc. Especially significant updates may warrant a separate topic, but most should be posted here.

      25 votes
    9. Daily megathread for news/updates/discussion of Russian invasion of Ukraine - March 1

      This thread is posted daily - please try to post relevant content in here, such as news, updates, opinion articles, etc. Especially significant updates may warrant a separate topic, but most...

      This thread is posted daily - please try to post relevant content in here, such as news, updates, opinion articles, etc. Especially significant updates may warrant a separate topic, but most should be posted here.

      18 votes
    10. What have you been watching / reading this week? (Anime/Manga)

      What have you been watching and reading this week? You don't need to give us a whole essay if you don't want to, but please write something! Feel free to talk about something you saw that was...

      What have you been watching and reading this week? You don't need to give us a whole essay if you don't want to, but please write something! Feel free to talk about something you saw that was cool, something that was bad, ask for recommendations, or anything else you can think of.

      If you want to, feel free to find the thing you're talking about and link to its pages on Anilist, MAL, or any other database you use!

      4 votes
    11. The problem with mind-reading

      I have been wanting to write about this for some time. This happens, in some shape or form, whenever someone reads others on the internet. Especially on sensitive subjects. Many readers are...

      I have been wanting to write about this for some time. This happens, in some shape or form, whenever someone reads others on the internet. Especially on sensitive subjects. Many readers are linguistic sleuths. Every fraction of language will be forcefully interpreted and analyzed in order to reveal some hidden truth (which is always assumed to be negative), the user's actual position, his or her sinister agenda. On the one hand, that is a consequence of the very real fact that many individuals do have sinister agendas, and many organizations do employ backhanded tactics to manipulate public opinion. I get that. At the same time, this makes it very hard to communicate sometimes.

      This affects the neurodiverse disproportionally and is a common complaint in places like /r/aspergers and /r/autism, among others. Some of us are not highly efficient machines of context evaluation and reproduction of linguistic patterns. Some of us actually do mean precisely what we say. No subtext, no irony, no desire to influence through excuse means.

      There are also people for whom English is not the first language, as well as those of varying age, cultures, and circumstances. While it is understandable that English-speaking communities naturally center on the US, the assumption that everyone lives within that context produces all kinds of misunderstandings. This makes me less likely to truly engage with some communities because every once in a while I'm hit in the crossfire. Sometimes I inadvertently use words, expressions, or phrasing patterns which North Americans associate with a certain position they disapprove of, and their "mind-reading" is led askew.

      This is not specific to any linguistic community. It happens everywhere. We're all kinda messed up. But it would be nice to be able to comment on complicated issues without feeling like Edward Norton in his first day at the Fight Club.

      I don't mean to imply that everyone should just abstain from hermeneutics in regular discourse. But maybe be a little more charitable, give it another chance when someone strikes you the wrong way.

      Sometimes people mean exactly what they write.

      (A lot of the above is directly transferable to offline interactions)

      11 votes
    12. Fitness Weekly Discussion

      What have you been doing lately for your own fitness? Try out any new programs or exercises? Have any questions for others about your training? Want to vent about poor behavior in the gym? Started...

      What have you been doing lately for your own fitness? Try out any new programs or exercises? Have any questions for others about your training? Want to vent about poor behavior in the gym? Started a new diet or have a new recipe you want to share? Anything else health and wellness related?

      10 votes
    13. TV Tuesdays Free Talk

      Have you watched any TV shows recently you want to discuss? Any shows you want to recommend or are hyped about? Feel free to discuss anything here. Please just try to provide fair warning of...

      Have you watched any TV shows recently you want to discuss? Any shows you want to recommend or are hyped about? Feel free to discuss anything here.

      Please just try to provide fair warning of spoilers if you can.

      6 votes
    14. What did you do this weekend?

      As part of a weekly series, these topics are a place for users to casually discuss the things they did — or didn't do — during their weekend. Did you make any plans? Take a trip? Do nothing at...

      As part of a weekly series, these topics are a place for users to casually discuss the things they did — or didn't do — during their weekend. Did you make any plans? Take a trip? Do nothing at all? Tell us about it!

      6 votes
    15. Fortnightly Programming Q&A Thread

      General Programming Q&A thread! Ask any questions about programming, answer the questions of other users, or post suggestions for future threads. Don't forget to format your code using the triple...

      General Programming Q&A thread! Ask any questions about programming, answer the questions of other users, or post suggestions for future threads.

      Don't forget to format your code using the triple backticks or tildes:

      Here is my schema:
      
      ```sql
      CREATE TABLE article_to_warehouse (
        article_id   INTEGER
      , warehouse_id INTEGER
      )
      ;
      ```
      
      How do I add a `UNIQUE` constraint?
      
      6 votes
    16. Daily megathread for news/updates/discussion of Russian invasion of Ukraine - February 28

      This thread is posted daily - please try to post relevant content in here, such as news, updates, opinion articles, etc. Especially significant updates may warrant a separate topic, but most...

      This thread is posted daily - please try to post relevant content in here, such as news, updates, opinion articles, etc. Especially significant updates may warrant a separate topic, but most should be posted here.

      17 votes