
Posts
-
RE: Javascript pop up in Firefox on Yahoo Finance
@ccwtech FWIW, i see similar behavior when viewing this page from both home and work. No JS popups though...
-
RE: Javascript pop up in Firefox on Yahoo Finance
@ccwtech The page has been opened for about 15 mins without any popups. FWIW, the page eventually finished loading after between 10 and 15 mins.
-
RE: Xenserver and Storage
Not sure of your timeframe, but XOSAN is currently in beta.
There are likely other local storage solutions that will work. Tagging @olivier and @scottalanmiller for additional input.
-
RE: Xenserver and Storage
How much storage do you need (allow for future growth)? Is HA required? If not, you could likely get away with using XO's Continuous Replication feature.
-
RE: Xenserver and Storage
@olivier said in Xenserver and Storage:
would you like to add hosts in the future? (if you think it's yes, HA lizard is out of the equation)
I believe HA Lizard is not limited to two hosts.
-
RE: Xen Orchestra - Community Edition - Installing with Yarn
After upgrading to Yarn 1.1.0, the majority of the warnings are gone. For me, all that remains is
[4/5] Linking dependencies... warning "[email protected]" has unmet peer dependency "prop-types@^15.5.4". warning The case-insensitive file /opt/xo-web/node_modules/react-bootstrap-4/node_modules shouldn't be copied twice in one bulk copy
and I haven't investigated those yet.
-
RE: Should I move to Xenserver 7.2?
@DustinB3403 Have you read the "something for everyone" link? Citrix has changed the rules regarding availability of updates.
-
RE: Newb question - Running a script from the root directory
Is the directory in your path? What do you get from
echo $PATH
? -
RE: Networking issue
@travisdh1 Wow... didn't realize it would be that simple. So just update the subnet on all devices? To test this, can I just implement the change on my PC or does it need to occur everywhere?
-
RE: Networking issue
@jaredbusch Sorry if I wasn't clear. I meant to update the wireless router to start handing out the matching IPs for 192.168.1.x instead of 192.168.169.x.
-
RE: PE R620 issue [Solved]
Problem resolved. The server was previously been hooked up to a Dell Powerconnect. Switched back to it and everything is now fine.
-
RE: Xen Orchestra - Community Edition - Installing with Yarn
Updated the script earlier today to deal with a change in the yarn build process.
-
RE: Xen Orchestra - Monorepo installation Changes
@bnrstnr If the errors are related to Yarn, then see this prior forum post --
https://www.mangolassi.it/topic/12809/xen-orchestra-community-edition-installing-with-yarn/123 -
RE: Xen Orchestra - Monorepo installation Changes
@bnrstnr Looks like your XO install is very out of date.
Also not have the service would indicate that you didn't install using the install script from this foru m. m
-
RE: Webroot triggers on AutoHotKey
@jaredbusch I have the same issue with AutoIt. PITA to deal with because Webroot also triggers on executables created with AutoIt.
-
RE: Webroot triggers on AutoHotKey
Dealt with this previously here. Initially they stopped flagging it. But then they reneged and refused to change it.
-
RE: New CloudFlare DNS 1.1.1.1
Already a thread on this. :smiling_face_with_open_mouth_smiling_eyes:
https://www.mangolassi.it/topic/16904/cloudflare-launches-privacy-first-dns-service/ -
RE: Xen Orchestra - Community Edition - Installing with Yarn
@kju said in Xen Orchestra - Community Edition - Installing with Yarn:
how can i update to 5.18 ?
the script for updating
sudo curl https://raw.githubusercontent.com/Jarli01/xenorchestra_updater/master/xo-update.sh | bash -s -- -f
stays on 5.17Not enough details here to know how to help. You could post the output from the console window showing the results from running the above command.
Also, show us the contents of the
/opt
directory.