ML
    • Register
    • Login
    • Search
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. JaredBusch
    3. Posts
    • Profile
    • Following 0
    • Followers 41
    • Topics 953
    • Posts 29334
    • Best 12424
    • Controversial 89
    • Groups 1

    Posts made by JaredBusch

    • RE: What Are You Doing Right Now

      @scottalanmiller said in What Are You Doing Right Now:

      Finally done with work and binging Stranger Things 4 with my Liesl.

      I have not watched season 1 yet. This show just keeps sitting in my watchlist unwatched for some reason.

      posted in Water Closet
      JaredBusch
      JaredBusch
    • RE: Question about fdisk

      @scottalanmiller said in Question about fdisk:

      That's a scary warning, but I've never had it be an issue in the past. But as always, fdisk is a bit scary.

      I've done the delete and recreate larger many, many times. I have no fear of failure with that process under normal conditions.

      I've just never had fdisk tell me that before.

      I did go through and delete then recreate. It put the partition starting boundary on 2048 as I would expect.

      I quit without writing the changes though, in order to post this.

      posted in IT Discussion
      JaredBusch
      JaredBusch
    • Question about fdisk

      I have an old CentOS 7 system that I need to expand the disk for.

      I resized the virtual disk in Hyper-V with no issue, but I'm confused/worried about using fdisk like normal to resize the partition because of this warning.

      aa9d5d6c-9d39-4246-8b3d-d1069b228e5c-image.png

      As you can see, the disk is aligned to sector 1. Can I safely use fdisk? I cannot recall ever dealing with this before.

      posted in IT Discussion
      JaredBusch
      JaredBusch
    • Hyper-V 2012R2 unable to add boot device

      Windows Server 2012R2 + Hyper-V role. Yup full server.

      Nextcloud instance is out of space. Yes it all says ownCloud. It has been around since 2014, but it is running Nextcloud now.

      Anyway, I need to boot the thing to an ISO. I mounted the ISO, but it is not available. Upon looking more, all the UEFI virtual machines are like this. Any of the BIOS machines have all the expected options.

      875003dd-f334-4104-8071-ff24c6593516-image.png

      posted in IT Discussion
      JaredBusch
      JaredBusch
    • RE: Scott Alan Miller Vlog - My Daily Life in Central America

      @scottalanmiller Not sure which of your recent videos you mentioned how screwed up the US legal system is, but I saw this in my news feed today.

      https://www.thedailybeast.com/the-supreme-court-just-said-in-in-shinn-v-ramirez-that-evidence-of-innocence-is-not-enough

      posted in Self Promotion
      JaredBusch
      JaredBusch
    • RE: Ubuntu Ethernet before WiFi

      @scottalanmiller said in Ubuntu Ethernet before WiFi:

      @hobbit666 said in Ubuntu Ethernet before WiFi:

      @scottalanmiller said in Ubuntu Ethernet before WiFi:

      Terminal should just be using OpenSSH.

      This might be the issue. Will have a play after my holidays

      In theory, Window's OpenSSH implementation is completely identical to the one on Linux and BSD. I can't way I've tested much in Windows 11, but on 10, it's definitely identical.

      I've not had any issues with it.

      posted in IT Discussion
      JaredBusch
      JaredBusch
    • Google learns Resurrection

      https://arstechnica.com/gadgets/2022/05/googles-past-failures-were-on-full-display-at-i-o-2022/
      5dbf0d20-a992-42e9-9c37-2b3fd01a269a-image.png

      Best comment ever:

      The general lack of strategic direction and failure to execute is reminiscent of late Ballmer-era Microsoft or pre-Jobs 90s Apple.

      posted in News
      JaredBusch
      JaredBusch
    • RE: What Are You Doing Right Now

      Trying to stay awake, with 100db purring going on.

      DDA366D1-0333-4101-A447-C490797A6CEC.jpeg

      posted in Water Closet
      JaredBusch
      JaredBusch
    • RE: Using a Snom PA1 for paging

      @smartfiber it is all about matching impedance or other expected audio parameters.

      Part of your issue is that you are using the VDD port.
      That is not an audio output port, it is a 3.3V DC output.

      https://service.snom.com/download/attachments/17370178/PA1 Connector Overview.pdf?version=1&modificationDate=1556009706216&api=v2

      55b20ebe-3300-49a7-8ca8-ec8e2094186a-image.png

      And you are plugging it in to an output from your amp.
      cdc2f287-1b9e-4cf4-b21e-8bf392ae1687-image.png

      posted in IT Discussion
      JaredBusch
      JaredBusch
    • RE: Changing extension mapping in Endpoint Manager Asterisk

      @goodtm said in Changing extension mapping in Endpoint Manager Asterisk:

      @JaredBusch Is it necessary to specify the [endpoint] command? It works for me even without specifying this command [endpoint]. For example, sip notify reboot-yealink 4287 or sip notify restart-yealink 4287 (depending on what I specified in the configuration file)

      You are using sip not pjsip. The commands are different.

      That said, the chan_sip driver is dead, and has been for years now. You need to switch to using the chan_pjsip driver.

      posted in IT Discussion
      JaredBusch
      JaredBusch
    • RE: Changing extension mapping in Endpoint Manager Asterisk

      Your problem is a lack of understanding how EPM works.

      When you use the update device button, a SIP NOTIFY message is sent to the extension.

      Obviously, if you delete a mapping for Extension 123, but do not reset the phone itself, the phone will continue to be provisioned as extension 123.

      When you reuse the MAC address for extension 124, which is not currently registered, there is no endpoint to send the SIP NOTIFY to.

      Basically, EPM is using this asterisk command (assuming you have a Yealink phone) to tell extension 124 to check its config. But since 124 is not yet registered, nothing answers the message.

      pjsip send notify reboot-yealink endpoint 124
      

      There are various contexts for different manufacturers
      e9847467-ca81-4f14-bf47-ce83660c0756-image.png

      You can manually tell extension 123 to check it's config (which will make the device check, and pull the new config file with extension 124.

      86890e19-ce1d-47ff-a563-48fb9a467dde-image.png

      6b470288-6a06-4b4b-bfc4-9eb36cf50784-image.png

      You can see it not work since I have no 124 on this PBX.
      7a2bb343-b55a-4cc2-8c5b-5d51d19b32de-image.png

      But for an extension that exists...
      dd4cfbf4-a34e-4bf8-9e02-6e7c8dba7954-image.png

      You can see the notify message in sngrep
      a6b7cf9c-265e-4458-a6cc-1fb93ae8dab6-image.png
      b34a30eb-c596-47ae-82dc-58e492e9944f-image.png

      posted in IT Discussion
      JaredBusch
      JaredBusch
    • RE: What Are You Doing Right Now

      A stray @hubtechagain appears

      A8CB07E0-AAB1-4246-B6E5-B4D04442855F.jpeg

      posted in Water Closet
      JaredBusch
      JaredBusch
    • RE: Application error -

      @WrCombs said in Application error -:

      it requires .net 4.0 or higher (4.9 is installed)

      .Net 4.0 is not .Net 4.9

      Are you sure it allows .Net 4.0 or higher?

      posted in IT Discussion
      JaredBusch
      JaredBusch
    • RE: How to Updated to Fedora 36 from the Command Line

      Desktop upgraded.

      a1d318e5-5c43-4575-b6e7-375520bc8ed4-image.png

      posted in IT Discussion
      JaredBusch
      JaredBusch
    • RE: SQL Server 2019

      @WrCombs said in SQL Server 2019:

      @scottalanmiller said in SQL Server 2019:
      Thanks - I'm looking to move a private client to this. anything I need to keep in mind?

      SQL Server is SQL Server. Nothing has really changed with it in years other than the ability to now install it on Linux.

      posted in IT Discussion
      JaredBusch
      JaredBusch
    • RE: SIP Extension for Maintenance Staff in Noisy Environment

      @scottalanmiller said in SIP Extension for Maintenance Staff in Noisy Environment:

      @pmoncho said in SIP Extension for Maintenance Staff in Noisy Environment:

      @JaredBusch said in SIP Extension for Maintenance Staff in Noisy Environment:

      I have one of these.
      https://www.amazon.com/Sennheiser-SDW-5066-507024-Double-Sided/dp/B07P68C84D

      The noise cancellation works really good. I don't know about factory floor good, but real good.

      Do you find the (roughly) 500' range to be accurate? I only need 100' but with a few walls in between.

      Walls hit Bluetooth pretty hard.

      The model I linked is DECT.

      posted in IT Discussion
      JaredBusch
      JaredBusch
    • RE: SIP Extension for Maintenance Staff in Noisy Environment

      @pmoncho said in SIP Extension for Maintenance Staff in Noisy Environment:

      @JaredBusch said in SIP Extension for Maintenance Staff in Noisy Environment:

      I have one of these.
      https://www.amazon.com/Sennheiser-SDW-5066-507024-Double-Sided/dp/B07P68C84D

      The noise cancellation works really good. I don't know about factory floor good, but real good.

      Do you find the (roughly) 500' range to be accurate? I only need 100' but with a few walls in between.

      Yes. I get 200' + from my office walking up or down the sidewalk.

      posted in IT Discussion
      JaredBusch
      JaredBusch
    • RE: How to Updated to Fedora 36 from the Command Line

      @scottalanmiller said in How to Updated to Fedora 36 from the Command Line:

      sudo dnf --refresh upgrade

      Why are you adding this?

      posted in IT Discussion
      JaredBusch
      JaredBusch
    • RE: SIP Extension for Maintenance Staff in Noisy Environment

      I have one of these.
      https://www.amazon.com/Sennheiser-SDW-5066-507024-Double-Sided/dp/B07P68C84D

      The noise cancellation works really good. I don't know about factory floor good, but real good.

      posted in IT Discussion
      JaredBusch
      JaredBusch
    • RE: What Are You Doing Right Now

      @nadnerB said in What Are You Doing Right Now:

      Hope they fix the mobile site layout

      What mobile site layout issues? I have no issues with the site on mobile.

      posted in Water Closet
      JaredBusch
      JaredBusch