{"id":516,"date":"2026-02-28T11:33:39","date_gmt":"2026-02-28T11:33:39","guid":{"rendered":"https:\/\/ale.newby.work\/?p=516"},"modified":"2026-02-28T11:33:44","modified_gmt":"2026-02-28T11:33:44","slug":"symbolic-links-on-the-oxe","status":"publish","type":"post","link":"https:\/\/ale.newby.work\/?p=516","title":{"rendered":"Symbolic Links on the OxE"},"content":{"rendered":"\n<p>So this is another of those documents that you will probably never have to use but..<\/p>\n\n\n\n<p>I came across an issue on a 100.1 system where a newly installed ALE-30h just kept getting to 4\/5 (updating) and rebooting, you could see the handset requesting the bin file but it never got a response from the system.<\/p>\n\n\n\n<p>After chasing my tail for too long I noticed that the handset was looking for the bin8458P &amp; noe8458P files from the OxE, now the files on the OxE are 84x9P so the PABX had no idea what it was looking for.<\/p>\n\n\n\n<p>Checking on a 101.1 system I found that a symbolic link exits on that which directs requests for 8458P files to the 84x9P files.<\/p>\n\n\n\n<p>To begin, when a TFTP request come through from a handset the request is looked for in \/usr2\/downbin, for the IP handsets the real files mostly in usr2\/downbin\/standard\/ and as a lot of the sets share binaries to stop duplication there are symbolic links setup to allow a call for an individual file to be redirected to the \u2018real\u2019 file.<\/p>\n\n\n\n<p>For instance, the 8028\/8038\/8068 share the same firmware so any request ends up at the bin80x8N or noe80x8N files.<\/p>\n\n\n\n<p>To accomplish this a link is set to direct the request for the bin8028N file from \/usr2\/downbin\/ to \/usr2\/downbin\/standard\/<\/p>\n\n\n\n<p>Then a second link is put in \/usr2\/downbin\/standard to point that request to the actual file so that a request for bin8028\/8038\/8068 ends up with bin80x8N<\/p>\n\n\n\n<p>Eyes glazing over yet, well they will soon \ud83d\ude0a<\/p>\n\n\n\n<p>Now if you ever want \/need to mess with this then here is how, using my issue as the example:<\/p>\n\n\n\n<p>As I said the new handset was asking for the 8458P files which the system knew nothing about so I had to create the links in the system, here are the steps:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Go to \/usr2\/downbin<\/li>\n\n\n\n<li>Elevate to root<\/li>\n\n\n\n<li>Enter ln -s \u2018link destination\u2019 \u2018link name\u2019 so (the -s specifies symbolic rather than a hard link)<br>ln -s standard \/bin8458P bin8458P<br>ln -s standard\/noe8458P noe8458P<br><\/li>\n\n\n\n<li>Then change the ownership of the links to match the rest<br>chown -h root:sys bin8458P<br>chown -h root:sys noe8458P<br><\/li>\n\n\n\n<li>Now descend to \/standard<br><\/li>\n\n\n\n<li>ln -s bin84x9P bin8458P<br>ln -s noe84x9P noe84x9P<br><\/li>\n\n\n\n<li>Repeat step 4<br><\/li>\n\n\n\n<li>If you do an ls -al it should show if you have stuffed it up like below<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"544\" height=\"38\" src=\"https:\/\/ale.newby.work\/wp-content\/uploads\/2026\/02\/image.png\" alt=\"\" class=\"wp-image-517\" srcset=\"https:\/\/ale.newby.work\/wp-content\/uploads\/2026\/02\/image.png 544w, https:\/\/ale.newby.work\/wp-content\/uploads\/2026\/02\/image-300x21.png 300w\" sizes=\"auto, (max-width: 544px) 100vw, 544px\" \/><\/figure>\n\n\n\n<p>Here I had done \/standard\/noe8458P in the initial setup as well as not having yet created the file in standard\/<br><br>So for me it was flashing red to say that the link was broken.<\/p>\n\n\n\n<p>Other options<\/p>\n\n\n\n<p>To remove use either<br>rm \u2018link-name\u2019<br>or<br>unlink \u2018link-name\u2019<br><br>To edit<br>ln -sf \u2018new destination\u2019 link-name (the -sf allows you to change the destination of the link)<br><br><\/p>\n\n\n\n<p>That\u2019s it!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>So this is another of those documents that you will probably never have to use&#8230;<\/p>\n<div class=\"more-link-wrapper\"><a class=\"more-link\" href=\"https:\/\/ale.newby.work\/?p=516\">Read the post<span class=\"screen-reader-text\">Symbolic Links on the OxE<\/span><\/a><\/div>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[],"class_list":["post-516","post","type-post","status-publish","format-standard","hentry","category-alcatel","excerpt","zoom","full-without-featured","even","excerpt-0"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Symbolic Links on the OxE - ALE @ Newby.Work<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ale.newby.work\/?p=397\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Symbolic Links on the OxE - ALE @ Newby.Work\" \/>\n<meta property=\"og:description\" content=\"So this is another of those documents that you will probably never have to use&#8230;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ale.newby.work\/?p=397\" \/>\n<meta property=\"og:site_name\" content=\"ALE @ Newby.Work\" \/>\n<meta property=\"article:published_time\" content=\"2026-02-28T11:33:39+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-28T11:33:44+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/ale.newby.work\/wp-content\/uploads\/2026\/02\/image.png\" \/>\n\t<meta property=\"og:image:width\" content=\"544\" \/>\n\t<meta property=\"og:image:height\" content=\"38\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"chris.newby\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"chris.newby\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/ale.newby.work\\\/?p=397#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ale.newby.work\\\/?p=397\"},\"author\":{\"name\":\"chris.newby\",\"@id\":\"https:\\\/\\\/ale.newby.work\\\/#\\\/schema\\\/person\\\/e42e06d6eac4394cf94b9d610c81b027\"},\"headline\":\"Symbolic Links on the OxE\",\"datePublished\":\"2026-02-28T11:33:39+00:00\",\"dateModified\":\"2026-02-28T11:33:44+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/ale.newby.work\\\/?p=397\"},\"wordCount\":487,\"image\":{\"@id\":\"https:\\\/\\\/ale.newby.work\\\/?p=397#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/ale.newby.work\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/image.png\",\"articleSection\":[\"Alcatel\"],\"inLanguage\":\"en-AU\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/ale.newby.work\\\/?p=397\",\"url\":\"https:\\\/\\\/ale.newby.work\\\/?p=397\",\"name\":\"Symbolic Links on the OxE - ALE @ Newby.Work\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ale.newby.work\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/ale.newby.work\\\/?p=397#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/ale.newby.work\\\/?p=397#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/ale.newby.work\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/image.png\",\"datePublished\":\"2026-02-28T11:33:39+00:00\",\"dateModified\":\"2026-02-28T11:33:44+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/ale.newby.work\\\/#\\\/schema\\\/person\\\/e42e06d6eac4394cf94b9d610c81b027\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/ale.newby.work\\\/?p=397#breadcrumb\"},\"inLanguage\":\"en-AU\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/ale.newby.work\\\/?p=397\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-AU\",\"@id\":\"https:\\\/\\\/ale.newby.work\\\/?p=397#primaryimage\",\"url\":\"https:\\\/\\\/ale.newby.work\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/image.png\",\"contentUrl\":\"https:\\\/\\\/ale.newby.work\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/image.png\",\"width\":544,\"height\":38},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/ale.newby.work\\\/?p=397#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/ale.newby.work\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Symbolic Links on the OxE\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/ale.newby.work\\\/#website\",\"url\":\"https:\\\/\\\/ale.newby.work\\\/\",\"name\":\"ALE @ Newby.Work\",\"description\":\"Phone system things\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/ale.newby.work\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-AU\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/ale.newby.work\\\/#\\\/schema\\\/person\\\/e42e06d6eac4394cf94b9d610c81b027\",\"name\":\"chris.newby\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-AU\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/4fdb11a55edd13be2a46ccc78c7b6af81e5dcebb84f925d4b8e748a862ab1fb9?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/4fdb11a55edd13be2a46ccc78c7b6af81e5dcebb84f925d4b8e748a862ab1fb9?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/4fdb11a55edd13be2a46ccc78c7b6af81e5dcebb84f925d4b8e748a862ab1fb9?s=96&d=mm&r=g\",\"caption\":\"chris.newby\"},\"sameAs\":[\"https:\\\/\\\/ale.newby.work\"],\"url\":\"https:\\\/\\\/ale.newby.work\\\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Symbolic Links on the OxE - ALE @ Newby.Work","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/ale.newby.work\/?p=397","og_locale":"en_US","og_type":"article","og_title":"Symbolic Links on the OxE - ALE @ Newby.Work","og_description":"So this is another of those documents that you will probably never have to use&#8230;","og_url":"https:\/\/ale.newby.work\/?p=397","og_site_name":"ALE @ Newby.Work","article_published_time":"2026-02-28T11:33:39+00:00","article_modified_time":"2026-02-28T11:33:44+00:00","og_image":[{"width":544,"height":38,"url":"https:\/\/ale.newby.work\/wp-content\/uploads\/2026\/02\/image.png","type":"image\/png"}],"author":"chris.newby","twitter_card":"summary_large_image","twitter_misc":{"Written by":"chris.newby","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/ale.newby.work\/?p=397#article","isPartOf":{"@id":"https:\/\/ale.newby.work\/?p=397"},"author":{"name":"chris.newby","@id":"https:\/\/ale.newby.work\/#\/schema\/person\/e42e06d6eac4394cf94b9d610c81b027"},"headline":"Symbolic Links on the OxE","datePublished":"2026-02-28T11:33:39+00:00","dateModified":"2026-02-28T11:33:44+00:00","mainEntityOfPage":{"@id":"https:\/\/ale.newby.work\/?p=397"},"wordCount":487,"image":{"@id":"https:\/\/ale.newby.work\/?p=397#primaryimage"},"thumbnailUrl":"https:\/\/ale.newby.work\/wp-content\/uploads\/2026\/02\/image.png","articleSection":["Alcatel"],"inLanguage":"en-AU"},{"@type":"WebPage","@id":"https:\/\/ale.newby.work\/?p=397","url":"https:\/\/ale.newby.work\/?p=397","name":"Symbolic Links on the OxE - ALE @ Newby.Work","isPartOf":{"@id":"https:\/\/ale.newby.work\/#website"},"primaryImageOfPage":{"@id":"https:\/\/ale.newby.work\/?p=397#primaryimage"},"image":{"@id":"https:\/\/ale.newby.work\/?p=397#primaryimage"},"thumbnailUrl":"https:\/\/ale.newby.work\/wp-content\/uploads\/2026\/02\/image.png","datePublished":"2026-02-28T11:33:39+00:00","dateModified":"2026-02-28T11:33:44+00:00","author":{"@id":"https:\/\/ale.newby.work\/#\/schema\/person\/e42e06d6eac4394cf94b9d610c81b027"},"breadcrumb":{"@id":"https:\/\/ale.newby.work\/?p=397#breadcrumb"},"inLanguage":"en-AU","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ale.newby.work\/?p=397"]}]},{"@type":"ImageObject","inLanguage":"en-AU","@id":"https:\/\/ale.newby.work\/?p=397#primaryimage","url":"https:\/\/ale.newby.work\/wp-content\/uploads\/2026\/02\/image.png","contentUrl":"https:\/\/ale.newby.work\/wp-content\/uploads\/2026\/02\/image.png","width":544,"height":38},{"@type":"BreadcrumbList","@id":"https:\/\/ale.newby.work\/?p=397#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ale.newby.work\/"},{"@type":"ListItem","position":2,"name":"Symbolic Links on the OxE"}]},{"@type":"WebSite","@id":"https:\/\/ale.newby.work\/#website","url":"https:\/\/ale.newby.work\/","name":"ALE @ Newby.Work","description":"Phone system things","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ale.newby.work\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-AU"},{"@type":"Person","@id":"https:\/\/ale.newby.work\/#\/schema\/person\/e42e06d6eac4394cf94b9d610c81b027","name":"chris.newby","image":{"@type":"ImageObject","inLanguage":"en-AU","@id":"https:\/\/secure.gravatar.com\/avatar\/4fdb11a55edd13be2a46ccc78c7b6af81e5dcebb84f925d4b8e748a862ab1fb9?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/4fdb11a55edd13be2a46ccc78c7b6af81e5dcebb84f925d4b8e748a862ab1fb9?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/4fdb11a55edd13be2a46ccc78c7b6af81e5dcebb84f925d4b8e748a862ab1fb9?s=96&d=mm&r=g","caption":"chris.newby"},"sameAs":["https:\/\/ale.newby.work"],"url":"https:\/\/ale.newby.work\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/ale.newby.work\/index.php?rest_route=\/wp\/v2\/posts\/516","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ale.newby.work\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ale.newby.work\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ale.newby.work\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ale.newby.work\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=516"}],"version-history":[{"count":1,"href":"https:\/\/ale.newby.work\/index.php?rest_route=\/wp\/v2\/posts\/516\/revisions"}],"predecessor-version":[{"id":518,"href":"https:\/\/ale.newby.work\/index.php?rest_route=\/wp\/v2\/posts\/516\/revisions\/518"}],"wp:attachment":[{"href":"https:\/\/ale.newby.work\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=516"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ale.newby.work\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=516"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ale.newby.work\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=516"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}