Skip Navigation
Audio Hardware Question from a Linux newbie
  • I'm not sure how to stop the DAC from shutting down when Mint goes to sleep, but maybe you can avoid the problem by making Mint not go to sleep in the first place? There's an option for it in the System Settings program, in the "power management" menu (under the "Hardware" heading).

    Try doing that and see if the problem keeps happening. If it keeps happening, the DAC shutting down was probably caused by something else.

  • "Client.Timeout exceeded while awaiting headers" when pulling Docker image via OpenMediaVault UI.
  • The current DNS server is just set to the IP address of my Gateway, which I don't think has had any significant changes to its settings since the ISP delivered it. OMV is currently able to check for updates and all internet-related operations on the machine so far have been working perfectly as expected - except, of course, for the pulling issue described above.

    My current plan, after seeing the other comment about the limitations of the Docker version of HomeAssistant, is to essentially wipe the drive I'm currently running OMV on, install HomeAssistant OS overtop it, and then try to make HAOS to the jobs I used OMV for. In case that doesn't work I'm going to be making a disc image backup of how the OS drive currently is (Drive is 250GB, I have a spare 1TB external SSD) and disconnecting the other drives until I'm confident in the HAOS solution. That way I should at least be able to revert things to how they are now and use HAOS on another machine if I need to.

    Thank you (and the others) for trying to help.

  • "Client.Timeout exceeded while awaiting headers" when pulling Docker image via OpenMediaVault UI.

    My household has recently bought some smarthome equipment that I'm now obligated to set up and teach my housemates to use, so I've been trying to modify my existing OpenMediaVault server to simultaneously run HomeAssistant in a Docker container.

    I've successfully installed omv-extras and openmediavault-compose, and followed this guide up to the end of Step 8. However, whenever I select the HomeAssistant and click "pull" or "up" in order to actually download the HomeAssistant program the standard OMV terminal window thing appears saying "homeassistant Pulling" before seemingly doing nothing for several minutes. Eventually, "** CONNECTION LOST**" appears and I get an error message in the OMV notifications menu.

    Here is the error message given: ``` Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; export LANGUAGE=; docker compose --file '/Docker/HomeAssistant Core/HomeAssistant Core.yml' --env-file '/Docker/HomeAssistant Core/HomeAssistant Core.env' --env-file '/Docker/global.env' pull 2>&1': homeassistant Pulling homeassistant Error Error response from daemon: Get "https://lscr.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)

    OMV\ExecException: Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; export LANGUAGE=; docker compose --file '/Docker/HomeAssistant Core/HomeAssistant Core.yml' --env-file '/Docker/HomeAssistant Core/HomeAssistant Core.env' --env-file '/Docker/global.env' pull 2>&1': homeassistant Pulling homeassistant Error Error response from daemon: Get "https://lscr.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) in /usr/share/openmediavault/engined/rpc/compose.inc:676 Stack trace: #0 /usr/share/php/openmediavault/rpc/serviceabstract.inc(620): OMVRpcServiceCompose->{closure}('/tmp/bgstatus6Z...', '/tmp/bgoutputy2...') #1 /usr/share/openmediavault/engined/rpc/compose.inc(679): OMV\Rpc\ServiceAbstract->execBgProc(Object(Closure)) #2 [internal function]: OMVRpcServiceCompose->doCommand(Array, Array) #3 /usr/share/php/openmediavault/rpc/serviceabstract.inc(123): call_user_func_array(Array, Array) #4 /usr/share/php/openmediavault/rpc/rpc.inc(86): OMV\Rpc\ServiceAbstract->callMethod('doCommand', Array, Array) #5 /usr/sbin/omv-engined(537): OMV\Rpc\Rpc::call('Compose', 'doCommand', Array, Array, 1) #6 {main} Here's the "stack": ---

    https://hub.docker.com/r/linuxserver/homeassistant

    version: "2.1" services: homeassistant: image: lscr.io/linuxserver/homeassistant:latest container_name: homeassistant network_mode: host environment: - PUID=1002 - PGID=100 - TZ=Etc/UTC volumes: - ./config:/config ports: - 8123:8123 #optional devices: - /path/to/device:/path/to/device #optional restart: unless-stopped

    ``` While my main goal here is HomeAssistant, I've also tried installing other programs from the 'add from example...' menu (Jellyfin, Beets, and Syncthing) all of which have had similar results. It's probably noteworthy that all of these, from what I can tell, appear to be trying to download from lscr.io, meaning there's a chance the issue is with that website specifically.

    Sorry if I haven't provided enough information, I've never seriously attempted to set up Docker before. Feel free to ask for any more information that might be useful. EDIT: Also, sorry if this isn't the right community to ask technical support questions in, if that's the case please let me know somewhere else I should post this instead.

    6
    Best practices for transferring an existing Linux installation from one drive to another?

    Currently, my desktop computer has two storage devices attached: one 1TB NVME SSD, which has both Windows 10 and Linux Mint 21.2 installed on it (Each OS getting ~ 500 GB), and a 1TB SATA hard drive mostly used for Timeshift backups of the Linux Mint partition (Including my Home folder, for the record).

    Later today I'm expecting to receive two more 1TB SSDs. When I've finished the upgrade process, I'd like to have my Linux Mint installation transferred to a RAID 1 array comprised of the two new drives and expand the Windows 10 partition to take up the whole existing SSD.

    My current plan for doing this is to use my existing installation USB drive to install a fresh Linux Mint 21.1 installation on the two new drives, then use Timeshift to 'restore' my most recent backup from the existing installation. Is there a better way of going about this that I'm not already aware of?

    28
    Despite attempted RAID array, both drives detected individually by all software I've tried.

    First of all, I'm sorry if this isn't the best place to post this; but I'm not aware of any more general tech support / PC building / ASUS forums here that I could post this to instead.

    I'm trying to turn an old PC of mine built around an Asus M5A78L-M PLUS/USB3 into a home server, part of which means I'd like to have the two 6TB harddrives I've installed in it in a RAID 1 array. The manual, which I found a copy of online, briefly mentions that it supports RAID 0, 1, and 10 for drives in ports 1-4, then says to look for more information in the "RAID/AHCI Supplementary Guide" in the support DVD, which I don't have and can't find online. In the "SATA Configuration" section of the BIOS, I set the "SATA Port1 - Port4" setting from "[IDE]" to "[RAID]", which caused an additional step to start happening in the boot process where something labeled "RAID Option ROM Version 3.0.1540.39" by AMD would scan my drives for several seconds, then show some information on them and prompt me to press control+F to enter a "RAID Option ROM Utility". When I do that it takes me to another screen with 4 options: "View Drive Assignments", "Define LD", "Delete LD", and "Controller Configuration". I go to "Define LD" and it lets me select 1 of 10 slots, and when I select one it allows me to choose its RAID mode from RAID 0, RAID 1 RAID 10, JBOD, or "RAID READY", allows me to change its "Stripe Block" (64 KB or 128 KB for 0 & 10, NA for others), its "Fast Init" (On or Off for all options) its "Gigabyte Boundary" (On or off for the RAIDs, NA for JBOD and "RAID READY"), and shows its "Cache Mode" ("WriteThru" for all except JBOD, which is NA), and gives me a list of all my SATA hard drives and allows me to pick which whether its "Assignment" is N or Y. I set "RAID Mode" to RAID 1, leave Fast Init and Gigabyte Boundary as On, add both drives to the LD and press control+Y to save. It asks me to confirm I'm okay with all the data on the drive being wiped, then gives me an option to choose the LD size manually or choose the biggest available size, which I do. After a few seconds I'm taken back to the Define LD Menu, with an entry in slot #1 - "RAID Mode" is listed as RAID 1, "Total Drv" is 2, "Capacity(GB)" is 1602.95, and "Status" is Functional. No extra prompts are given and everything seems mostly fine. As far as I can tell, the array is set up.

    I insert my Linux Mint Installation livedisc and reboot. I open Gnome Discs. it's still showing both discs independently, with no third 6TB drive nor any ~1.6TB drive. I open GParted. It shows both discs independently. I start the Install Linux Mint utility. Once I get to the appropriate part, it's detecting exactly two hard drives, both 6TB. Every other Linux installer I've tried (Debian, OpenMediaVault, Fedora Server) have detected two separate drives and no Raid anything. The two HDDs are connected to SATA ports #3 and #4. I've never set up any sort of RAID array before, and don't know enough about anything to know what exactly I'm doing wrong here. Can anyone help me figure out what the problem is?

    6
    InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)CY
    Cyberpro123 @lemmy.world
    Posts 3
    Comments 2