Jump to content

Brownboy

Members
  • Posts

    47
  • Joined

  • Last visited

Everything posted by Brownboy

  1. I am having a very similar issue after upgrading from 6.9.2 to 6.11.1 but with a ubuntu vm using seabios. I'm trying to passthrough radeon HD 6770 video card to a ubuntu vm using seabios and after the vm starts i get a black screen and 1 cpu core is pegged at 100% percent. If i recreate the vm with OVMF the vm still shows a black screen but i do not have the 100% cpu core problem happening. Still in Both Cases the VM will not Load the OS. All was Working before the upgrade to 6.11.1 . I did Downgrade back to 6.9.2 and had some trouble getting the vms to boot correctly but after vm manager crashed and was re-enabled all is working again. I will Attach my diagnositcs before i downgraded. Hopefully Someone has some insight into this issue.. Thanks. dnason-diagnostics-20221102-2050.zip
  2. I think I found somewhat of a workaround to this issue.. you will need the airsonic advanced docker and also daapd docker for this to work. install the daapd docker and add the stream http://live.leanstream.co/CFMJAM to the queue and press play.. you can then use the stream address (mine looks like this http://192.168.1.241:3689/stream.mp3) and add it to airsonic advanced stream url and it should work. It seems that airsonic does not like aac streams.. mp3 streams work fine but every aac stream I tried did not work. Not sure if this was what you were looking for but does work well for me.
  3. the log file you are looking for i believe is located at /mnt/user/appdata/binhex-airsonic/airsonic.log. i tried this stream and also get the same error. the first two log lines looks like this: 2020-09-20 20:27:38.288 ERROR --- o.a.p.s.InternetRadioService : Failed to retrieve sources for internet radio http://livestream.com/CFMJAM/. java.io.FileNotFoundException: https://livestream.com/cfmjam/ not sure why the second line shows https when the stream you are connecting to is http.. Hope this helps some.
  4. i pulled the new image and everything is working great. No problems. Log looks good. thank you!
  5. Thanks, I haven't raised this issue on github yet i wanted to ask you one thing first. I dove further into this issue and found the file ffmpeg is not located in the dir /usr/bin/ffmpeg. that file is supposed to have a symbolic link to /config/transcode/ffmpeg. Even though i cannot find ffmpeg in /usr/bin the symbolic link is still being created somehow. When i manually downloaded the file ffmpeg and copied to /usr/bin set the correct permissions and restarted the container it worked perfect. I tried both ffmpeg version 4.2.1-static and also 4.2.2-static. both versions worked fine. Is it possible to rebuild the container with the ffmpeg file inside /usr/bin ?
  6. I'm Having issues with FLAC transcodes with new update 10.6.1-RELEASE. Song will start then stop at about 35 sec mark using Google Chrome. When using Edge or Android app it will continue to next song and still only play about 35 secs. This issue is not present in v10.5.0-01. 2020-05-04 21:52:29.544 INFO --- o.a.p.io.TranscodeInputStream : Starting transcoder: [/config/transcode/ffmpeg] [-i] [/music1/Monophonics - Mirrors (2018) [WEB] [FLAC]/04 - Lying.flac] [-map] [0:0] [-b:a] [192k] [-v] [0] [-f] [mp3] [-] 2020-05-04 21:52:29.545 WARN --- o.a.p.service.TranscodingService : Transcoder failed: java.io.IOException: Cannot run program "/config/transcode/ffmpeg": error=2, No such file or directory. Using original: /music1/Monophonics - Mirrors (2018) [WEB] [FLAC]/04 - Lying.flac 2020-05-04 21:52:30.162 WARN --- o.a.p.c.StreamController : Stream output exceeded expected length of 7464000. It is likely that the transcoder is not adhering to the bitrate limit or the media source is corrupted or has grown larger any suggestions ? Thanks.
  7. This is for anyone receiving the 401 unauthorized error when trying to backup using Jottacloud. According to https://github.com/rclone/rclone/pull/3436 jottacloud is slowly transitioning to their new API and disabled the usage of the email address as username for JFS API. As a workaround, you can login using your jottacloud username. The username can be found by logining into your jottacloud account via https://www.jottacloud.com/ and viewing the page source code. Do a search for this code: var user = {username: your username will be be inside the single quotes. Use this username in place of your email. Hope this helps someone.
  8. Hi, Is it possible to use Duplicati to backup vdisk.img for my vm while it is running ? Has anyone tried this and had success? I currently just stop the vm and copy manually using krusader docker but would like to setup auto backup using Duplicati. any input would be helpful. Thanks
  9. have a look here. this should help with no interfaces found. it worked for me. im using unraid 6.4.1
  10. Thanks for the reply.. Both links had great information. Ultimately... Disable hardware checksum offload under System > Advanced > Networking in pfsnese is what did the trick. All is working and subnets are isolated after some firewall rules added to pfsense. thanks again.
  11. I am trying to setup a virtual lab environment isolated from my current network. my goal is to setup 3 vms. one vm will be pfsense and the other 2 will be windows 10 vms. i want to route all traffic through the pfsense vm so i can test out some pfsense configurations before i implement it as my primary routing platform. i am planning to switch from tomato to pfsense but i want to familiarize myself better with pfsense before i make the switch. can anyone help me in setting this up. i have created the pfsense vm with 2 virtual network cards. the first which is acting as the wan in pfsnese is br0. (which allows me to obtain an ip from my router with no problems) the second is br0.1 which is the vlan i created and is acting as the lan in pfsense (ip within pfsense is 192.168.100.1) the windows vm has a virtual network card using the interface br0.1 Home router = 192.168.1.1 pfsense vm = (br0) WAN = 192.168.1.151 (br0.1)LAN = 192.168.100.1 windows vm = (br0.1)192.168.100.2 (ip is obtained from pfsense) i setup dhcp inside pfsense and when the windows machine boots it obtains the ipaddress from the pool i set within pfsense. for some reason i can ping google.com but i cannot access google.com from within my browser. i thought this may be a dns issue but cant seem to figure out what i am doing wrong. i setup different dns servers ranging from google's dns to my actual router as the dns server (which is 192.168.1.1). no matter how i set it up i cannot reach google.com from within the browser.. any help would be greatly appreciated.
  12. I am having the same issue also. changing back and forth from host to bridge seems to fix it somewhat. it will allow the artist to load fully. but then after some time u will have to keep changing between host and bridge again to add another artist correctly.. i have no idea what changed bc i used to be able to use headphones and local musicbrainz perfectly fine. It also seems like after the first album is loaded headphones log states that its rebooting and wants to update. then does all scheduled background tasks then just keeps repeating as it is stuck in this loop untill you reboot the docker container. hopefully someone can help with this issue
  13. Im definitely guilty of looking at the speed within the first 5 mins but it seems to level out. Its taking me about 12 hours to complete the enitre parity check.. i just thought it would be a little faster than 12 hours. I was looking for the 6 or 7 hour range.
  14. Thanks for the reply. Do you think that if i upgrade my sata card to a SUPERMICRO AOC?SASLP?MV8 with the same older drives attached to it i would see a performance increase. I believe that card operates in a x8 slot.
  15. I was wondering were my parity check speeds rank compared to some other users out there.. im not sure if my speeds are average or not.. Im seeing about 90MB/s for a 4tb parity drive with a 7 disk array. i know hardware has alot to do with it so here is a quick rundown of my setup.. Intel i7 5820k processor Gigabyte x99p-SLI motherboard 64gb Gskill Ram 1 4tb seagate nas drive 6gb/s *parity drive* 2 4tb segate desktop 6gb/s 3 2tb seagate desktop 6gb/s *2 on sata card* 1 2tb hitchi destop drive 3gb/s *on sata card* 1 1tb wd green drive 3gb/s. *on sata card* I have a sata card pcie 2.0x1 with 4 of the drives on it. Any feedback will be appreciated. Sorry if i posted this in the wrong place.
  16. Im not sure what your iommu groups look like but you can always try turning on PCIe ACS Override in settings virtmanager and see if that helps. I think linus mentioned somthing in his videos about the skylake processors having poor iommu groupings when it comes to onboard audio passthrough.
  17. Do you have an option to select the onboard audio from the sound card drop down menu when setting up the windows vm. I would passthrough both hdmi audio and onboard sound. If you selected both and the vm starts up without an error try installing the sound card drivers from your motherboard manufacture website.
×
×
  • Create New...