yo_scottie_oh

joined 2 years ago
MODERATOR OF
[–] yo_scottie_oh@lemmy.ml 1 points 2 days ago (2 children)

Thanks - this got me past the original issue. What I did is I opened up Flatseal and granted access to all system files for Virtual Machine Manager.

However, now I'm stuck at a different point. I can get past where I choose how much memory, CPU, and disk storage to allocate, but when I get to Step 5 and click Finish,

This happens:

Unable to complete install: 'internal error: process exited while connecting to monitor: 2025-06-22T17:16:36.091623Z qemu-system-x86_64: -blockdev {"driver":"file","filename":"/run/media/myusername/path/to/installers/debian-12.11.0-amd64-netinst.iso","node-name":"libvirt-1-storage","read-only":true}: Could not open '/run/media/myusername/path/to/installers/debian-12.11.0-amd64-netinst.iso': Permission denied'

Traceback (most recent call last):
  File "/app/share/virt-manager/virtManager/asyncjob.py", line 71, in cb_wrapper
    callback(asyncjob, *args, **kwargs)
  File "/app/share/virt-manager/virtManager/createvm.py", line 2008, in _do_async_install
    installer.start_install(guest, meter=meter)
  File "/app/share/virt-manager/virtinst/install/installer.py", line 726, in start_install
    domain = self._create_guest(
             ^^^^^^^^^^^^^^^^^^^
  File "/app/share/virt-manager/virtinst/install/installer.py", line 667, in _create_guest
    domain = self.conn.createXML(initial_xml or final_xml, 0)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/lib/python3.12/site-packages/libvirt.py", line 4590, in createXML
    raise libvirtError('virDomainCreateXML() failed')
libvirt.libvirtError: internal error: process exited while connecting to monitor: 2025-06-22T17:16:36.091623Z qemu-system-x86_64: -blockdev {"driver":"file","filename":"/run/media/myusername/path/to/installers/debian-12.11.0-amd64-netinst.iso","node-name":"libvirt-1-storage","read-only":true}: Could not open '/run/media/myusername/path/to/installers/debian-12.11.0-amd64-netinst.iso': Permission denied

This message is talking about permission denied, so I checked the file permissions, and I saw that the ISO file is owned by the qemu user:

myusername@fedora:~$ ls -la /run/media/myusername/path/to/installers
total 101472336
drwxr-xr-x. 2 myusername myusername       4096 Jun 16 14:47  .
drwxr-xr-x. 6 myusername myusername      12288 Jul 29  2024  ..
-rw-r--r--. 1 myusername myusername 7547453440 Oct 17  2024  bazzite-gnome-stable.iso
-rw-r--r--. 1 qemu       qemu        702545920 Jun 12 17:00  debian-12.11.0-amd64-netinst.iso

I changed it to myusername:

sudo chown myusername:myusername /run/media/myusername/path/to/installers/debian-12.11.0-amd64-netinst.iso

When I tried the same steps again, I got stuck in the same place and rerunning ls showed that the ISO file's ownership has reverted back to qemu.

Any ideas?

[–] yo_scottie_oh@lemmy.ml 2 points 2 days ago* (last edited 2 days ago) (1 children)

Here are the results of some commands that I believe answer your questions. When I run the ls command against that directory, it says no such file or directory. Could this have something to do w/ the fact that Virtual Machine Manager is running as a flatpak? (as the other commenter @ormith@lemmy.world has hinted)

Here's what I tried:

what are the permissions of /run/usr/1000/doc/c0a3c3fc

myusername@fedora:~$ ls -la /run/usr/1000/doc
ls: cannot access '/run/usr/1000/doc': No such file or directory

what user are you running VMM as

myusername@fedora:~$ ps aux | grep virt-manager
myusername      17995  0.0  0.0   3688  2048 ?        S    13:05   0:00 /usr/bin/bwrap --args 40 -- virt-manager
myusername      18011  0.0  0.0   3788  1396 ?        S    13:05   0:00 /usr/bin/bwrap --args 40 -- virt-manager
myusername      18013  1.5  0.3 889968 101424 ?       Sl   13:05   0:00 python3 /app/bin/virt-manager
myusername      18147  0.0  0.0 230340  2224 pts/0    S+   13:06   0:00 grep --color=auto virt-manager

EDIT: I got past this issue by opening up Flatseal and granting access to all system files for Virtual Machine Manager; however, now I'm getting stuck on another permission issue after I choose how much RAM, CPU, and disk space to allocate. Reference my response to @ormith@lemmy.world's comment.

[–] yo_scottie_oh@lemmy.ml 1 points 2 days ago* (last edited 2 days ago) (1 children)

I copied the ISO file to my home directory but got the same result. Any other ideas?

EDIT: I got past this issue by opening up Flatseal and granting access to all system files for Virtual Machine Manager; however, now I'm getting stuck on another permission issue after I choose how much RAM, CPU, and disk space to allocate. Reference my response to @ormith@lemmy.world's comment.

 

EDIT: tldr - I was having issues creating a VM using Virtual Machine Manager on Bazzite Linux. Several responders chimed in that it's likely because I'm using the flatpak version of VMM. I probably still could make it work on Bazzite somehow, perhaps w/ the help of distrobox, but instead I've fired up a VM on an old laptop running Linux Mint and everything is smooth sailing. Thanks to all who took some time to help me find a solution.


Original body:

Background: I'm looking to set up a virtual Debian server using Virtual Machine Manager, but I'm stuck on creating my first VM. I'm running Bazzite on my host machine if that makes any difference.

Steps to Reproduce the Issue:

  1. Launch Virtual Machine Manager.
  2. Click File > New Virtual Machine, which opens the "New VM - Step 1" window.
  3. Select "Local install media" and click Forward, which brings me to "New VM - Step 2."
  4. Click "Browse..." which opens the "Locate ISO media volume" window:
  5. Click "Browse Local," which opens the file browser.
  6. Choose ISO file (in my case, I'm using debian-12.11.0-amd64-netinst.iso) and click Select, which returns me to the "New VM - Step 2" window.
  7. Because the OS is not detected automatically, I uncheck the "Automatically detect from the installation media / source" checkbox, start typing the word "debian" in the text box above it, and select Debian 12 from the pop-up selection menu.
  8. Click Forward.

Actual behavior:

Input Error - Error setting installer parameters. Validating install media '/run/user/1000/doc/c0a3c3fc/debian-12.11.0-amd64-netinst.iso' failed. Could not start storage pool: cannot open directory '/run/usr/1000/doc/c0a3c3fc': Permission denied.

Expected behavior: Create the VM and boot into the ISO that I selected in previous steps.

What am I doing wrong? Thanks!

[–] yo_scottie_oh@lemmy.ml 66 points 6 days ago

Really glad to see World of Warcraft 64 gaining traction.

[–] yo_scottie_oh@lemmy.ml 2 points 6 days ago

What's so great about Ghostty?

[–] yo_scottie_oh@lemmy.ml 17 points 2 weeks ago

Far out, man.

[–] yo_scottie_oh@lemmy.ml 2 points 2 weeks ago

I love tools like this. Thank you for sharing.

[–] yo_scottie_oh@lemmy.ml 6 points 2 weeks ago (1 children)
 

Excerpt from the article:

RICHMOND, Va. — As the city has revealed limited information about what caused the third significant issue to impact its drinking water system within a matter of months, records reviewed by CBS 6 could shed light on the problems at Richmond's Water Treatment Plant leading up to the current boil water advisory.

An apparent maintenance request dated May 12 showed that plate settlers, a type of sediment filter at the plant, were noted as needing be cleaned to "remove alum sludge."

The maintenance request stated cleaning the plates could "prolong the use" of the sedimentation basins "with increased flow going throughout" and indicated that the plates may have been "clogged."

...

The work order was updated with an action item that stated an employee requested on May 14 for plate settlers to be "thoroughly washed and cleaned" but they were "informed by operations this was not a good time" and it would need to be done at a later date.

Read the full article | Archive.org | Archive.today

8
submitted 3 weeks ago* (last edited 3 weeks ago) by yo_scottie_oh@lemmy.ml to c/rva@lemmy.world
 

Excerpt from the article:

RICHMOND, Va. — A boil water advisory caused by an operational issue at Richmond's water treatment plant earlier this week has been lifted by VDH, per an announcement from the city.

The advisory has been lifted after two sets of water samples came back negative for any harmful bacteria, with one taken Tuesday night and the other midday Wednesday.

“I’m deeply grateful to the residents and businesses for enduring this unexpected boil water advisory,” said Mayor Danny Avula in the announcement. “Residents and businesses expect better, and I am as committed as ever to finding the problems and fixing them. Doing this work requires being honest about what’s working and what’s not and I pledge my ongoing commitment to doing just that.”

Read the full article | Archive.org | Archive.today

ETA the official press release from the city (Archive.org)

 

Looks like most of the reports are from the Museum District, the Fan, and Scott's Addition areas. ~~I haven't seen anything in the news yet.~~

Snapshot of relevant post on other social media site that shall not be named

EDIT: Added a link to local news coverage. Fortunately, there is no boil water advisory, let's hope it stays that way. 🤞

EDIT 2: As of 11:30 AM, the article I linked above has been updated to reflect that some neighborhoods are now under a boil water advisory.

Excerpt from the article:

While the city's initial communication about the situation at 9 a.m. on Tuesday said the water was safe and a boil water advisory was not needed, an update sent at 11:30 a.m. issued an immediate boil water advisory for communities served by the Ginter Park Tank, which include:

  • Byrd Park
  • Brookland Park
  • Carver
  • Carytown
  • Chamberlayne
  • The Fan
  • Ginter Park
  • Jackson Ward
  • Laburnum Park
  • the Museum District
  • the North Side
  • Oregon Hill
  • Randolph
  • Scott’s Addition
  • VCU’s Monroe Park campus
  • Windsor Farms
  • Parts of the city center

"Some customers in this area may experience a total loss of water service, while others may experience varying degrees of loss in water pressure," the city said in a statement. "Impacted residents are encouraged to take conservation steps immediately and boil water before consuming it. City officials remain in close contact with the Virginia Health Department to assess and remedy the situation. Once the water pressure is back to normal in the impacted areas, Department of Public Utilities personnel will begin the process of flushing the system and subsequently lifting the advisory."

EDIT 3: Added a link to the press release on RVA.gov.

Excerpt:

Below is a checklist for safe water use during this time:

  • Do not drink tap water during this boil water alert.
  • Do not drink from water fountains in parks, public or private buildings that receive water from the City of Richmond Department of Public Utilities.
  • Do not use ice made from water today. Discard the ice and sanitize the ice machine and/or ice trays.
  • Do not use tap water to make drinks, juices, or fountain soft drinks.
  • Do not wash your dishes using tap water – use boiled water or use paper plates.
  • Do not wash your fruits and vegetables with tap water – use boiled or bottled water.
  • Do not brush your teeth with tap water -- use boiled or bottled water.
  • Do not cook with tap water, unless your food will be boiled vigorously for three minutes.

Temporary water conservation tips:

  • Eliminate or shorten shower times.
  • Avoid unnecessary toilet flushes.
  • Avoid washing clothes for as long as possible.
  • Postpone washing dishes if possible.
  • Check all faucets, shower heads and under cabinets for drips.

Please share this information with everyone in your household, local friends and family, and others who may have not received this advisory directly.

 

I don't work for Ancestry.com or have any financial interest in the company. I just thought I'd share this a) in case anyone has been thinking of registering but doesn't want to pay full price, and b) as a record of when paid sites offer discounted memberships to avoid paying full price—usually they have sales around major holidays, such as Memorial Day or July 4th in the US.

There are excellent free sites, such as FamilySearch.org, but for some people, Ancestry.com has records not found on other sites.

If you're uncertain whether it's worth paying for a membership, try searching their records first. Ancestry will show you possible search results. Also try searching FamilySearch.org to see if you can find the record for free on that site.

Visit Ancestry.com | Archive.org | Archive.today

[–] yo_scottie_oh@lemmy.ml 2 points 1 month ago

I probably would not have noticed that. I'll have to look into this some more. Thanks for all your help.

[–] yo_scottie_oh@lemmy.ml 2 points 1 month ago (2 children)

I wonder why ROCm 6.4 doesn’t support you, but ROCm 6.3 does.

Wait, where are you reading that 6.3 supports the 6950 XT? I dug up the System Requirements (Linux) page for 6.3 and it lists the same cards as the 6.4 page. Is there another document out there that covers this topic?

[–] yo_scottie_oh@lemmy.ml 1 points 1 month ago (1 children)

What card are you running on?

[–] yo_scottie_oh@lemmy.ml 1 points 1 month ago (4 children)

Thanks for the info—maybe I'll give this another whirl when I have some more time.

Which card are you running on?

 

Background: This Nomic blog article from September 2023 promises better performance in GPT4All for AMD graphics card owners.

Run LLMs on Any GPU: GPT4All Universal GPU Support

Likewise on GPT4All's GitHub page.

September 18th, 2023: Nomic Vulkan launches supporting local LLM inference on NVIDIA and AMD GPUs.

Problem: In GPT4All, under Settings > Application Settings > Device, I've selected my AMD graphics card, but I'm seeing no improvement over CPU performance. In both cases (AMD graphics card or CPU), it crawls along at about 4-5 tokens per second. The interaction in the screenshot below took 174 seconds to generate the response.

Question: Do I have to use a specific model to benefit from this advancement? Do I need to install a different AMD driver? What steps can I take to troubleshoot this?

Sorry if this is an obvious question. Sometimes I feel like the answer is right in front of me, but I'm unsure of which key words from the documentation should jump out at me.

My system info:

  • GPU: Radeon RX 6750 XT
  • CPU: Ryzen 7 5800X3D processor
  • RAM: 32 GB @ 3200 MHz
  • OS: Linux Bazzite
  • I've installed GPT4All as a flatpak
 

I don't have many specific requirements, and GPT4All is working mostly well for me so far. That said, my latest use case for GPT4All is to help me plan a new Python-based project with examples as code snippets, and it lacks a specific quality of life feature, that is the "Copy Code" button.

There is an open issue on GPT4All's GitHub, but as there is no guarantee that feature will ever be implemented, I thought I'd take this opportunity to explore if there are any other tools out there like GPT4All that offer a ChatGPT-like experience in the local environment. I'm neither a professional developer nor a sysadmin, so a lot of self hosting guides go over my head, which is what drew me to GPT4All in the first place, as it's very accessible to non-developers like myself. That said, I'm open to suggestions and willing to learn new skills if that's what it takes.

I'm running on Linux w/ AMD hardware: Ryzen 7 5800X3D processor + Radeon RX 6750 XT.

Any suggestions? Thanks in advance!

 

I appreciate Simon's balanced take on how LLMs can enhance a project when used responsibly.

I'm curious, though—what are this community's opinions on the use of LLMs in programming?

 

Excerpt from the article:

The National Hockey League today announced the 2025 Stanley Cup Playoffs Second Round will begin on Monday, May 5, in Toronto, with Game 1 between the Florida Panthers and Toronto Maple Leafs, at 8 p.m. ET. In Canada, the game will be on Sportsnet, CBC and TVA Sports. In the U.S., the game will be on ESPN.

In addition, the League announced that Game 1 of the Second Round series between the Carolina Hurricanes and Washington Capitals is set for Tuesday, May 6, in Washington. The game will be televised on ESPN in the U.S. The starting time and Canadian broadcast information for the Hurricanes-Capitals Game 1 will be announced when available.

Read the full article

8
submitted 1 month ago* (last edited 1 month ago) by yo_scottie_oh@lemmy.ml to c/hockey@lemmy.ca
 

Okay, I'm really sorry. I don't wanna rag on Leafs fans, you don't deserve it, but I just couldn't not post this.

Reactions in Maple Leaf Square after Dylan Cozens' shortie in Game 5.

 

I'm just curious because Window Capture is mentioned in many an online forum and still there in the OBS Studio documentation, but in my version it's gone from the list of Sources.

I found an OBS Forum post where OP asks the same question; however, in their case, OP is running Mac OS, and the OBS kb mentions Window Capture's having been with superseded by macOS Screen Capture for Mac users.

I'm running on Bazzite Linux, Gnome, Wayland. OBS Studio version 31.0.3. I believe I'm using the flatpak version.

EDIT: Using Distrobox, I confirmed the Window Capture option has gone away at some point between versions 29 and 31 (at least for Linux users anyway)—full update w/ screenshots in the comments.

EDIT 2: After more tinkering, I figured out that the option for Window Capture hasn't gone away entirely, it's just been tucked away behind a couple clicks and renamed. To get to it:

With Screen Capture selected in Sources, click Properties (for me, there's a big Properties button above the Sources pane, below the Preview pane).

On the Properties dialog, click Open Selector.

On the next screen, there are two options: Application Window and Entire Screen—select Application Window.

There, it'll display a list of windows, one of which will be the game's window if the game is running.

view more: next ›