- Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
- Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!
test please delete
Collapse
This is a sticky topic.
X
X
Collapse
-
-
Originally posted by NickFitz View PostSodding stackoverflow.com is utterly useless sometimes. "How do I set up x on Windows?" "I use w, y, and z on FreeBSD instead because it's better."
Mind you, all such places are the same. Google led me to a Microsoft support forum yesterday, where somebody having trouble updating PowerShell's help files from inside a corporate network was told to open the firewall
I was surprised they managed to be so polite as they explained that Corporate IT was unlikely to agree to expose thousands of users worldwide to the open Internet just so one person could update a few filesOriginally posted by Stevie Wonder BoyI can't see any way to do it can you please advise?
I want my account deleted and all of my information removed, I want to invoke my right to be forgotten.Comment
-
Originally posted by NickFitz View PostSodding stackoverflow.com is utterly useless sometimes. "How do I set up x on Windows?" "I use w, y, and z on FreeBSD instead because it's better."
Mind you, all such places are the same. Google led me to a Microsoft support forum yesterday, where somebody having trouble updating PowerShell's help files from inside a corporate network was told to open the firewall
I was surprised they managed to be so polite as they explained that Corporate IT was unlikely to agree to expose thousands of users worldwide to the open Internet just so one person could update a few filesComment
-
Comment
-
Originally posted by Alias View PostI thought he was looking at something else?Comment
-
Comment
-
I think I've finally sorted out what's going on.
Chef Server is running on a machine inside the firewall, so shouldn't be accessed via the proxy.
If you want to look at the remote Chef Server (run by Chef), which you need to do to find third-party cookbooks, you need to set the proxy configuration in a Chef config file. But as this is the same config file as used for the local server, you have to comment or uncomment those lines depending on what you want to do at the moment; you can't have it both ways.
To install the third-party cookbooks, you use Berkshelf. But that doesn't use the proxy settings in the Chef config file, and doesn't allow them in its own config file. It only uses environment variables, so you have to set those. But if they're set, Chef won't work properly, either locally or with the remote server. So after running Berkshelf, you have to unset the environment variables again before you can do anything else.
However it doesn't use the user/password environment variables; you have to include those in the proxy URL.
As all this stuff runs on Ruby, you occasionally need to install Ruby libraries, which is done using Gem. Gem also relies on environment variables, but it can't use the proxy URL with the user/password included: they have to be specified in separate environment variables. So you have to re-specify all three to use Gem, then remove two and change one to go back to Berkshelf, and remove all of them to go back to Chef. And vice versa.
It's taken me an entire day and a re-install of everything to finally work all this out, as none of it is documented except for odd comments here and there in bug reports on the various things' GitHub repositories.
Comment
-
Originally posted by SimonMac View PostYes that did make me chuckle when said person changed it on FacebookComment
-
Originally posted by NickFitz View PostIt's taken me an entire day and a re-install of everything to finally work all this out, as none of it is documented except for odd comments here and there in bug reports on the various things' GitHub repositories.
Or is the reward for good work, more work and all that ... ? ...Comment
-
Originally posted by mudskipper View PostThey say imitation is the sincerest form of flattery.Comment
- Home
- News & Features
- First Timers
- IR35 / S660 / BN66
- Employee Benefit Trusts
- Agency Workers Regulations
- MSC Legislation
- Limited Companies
- Dividends
- Umbrella Company
- VAT / Flat Rate VAT
- Job News & Guides
- Money News & Guides
- Guide to Contracts
- Successful Contracting
- Contracting Overseas
- Contractor Calculators
- MVL
- Contractor Expenses
Advertisers
Contractor Services
CUK News
- Autumn Budget 2024: Reeves raids contractor take-home pay Oct 31 14:11
- How Autumn Budget 2024 affects homes, property and mortgages Oct 31 09:23
- Autumn Budget 2024: Reeves raids contractor take-home pay Oct 31 09:20
- Autumn Budget 2024: Umbrella companies hit, Employer NICs hiked, and BADR heading for 18% Oct 30 16:54
- Autumn Budget 2024: chancellor’s full speech Oct 30 16:34
- RecExpo got told this about Labour’s Employment Rights Bill… Oct 30 09:10
- A limited company just got one over HMRC on VAT; here’s how Oct 29 09:24
- Business Account with ANNA Money Oct 28 15:51
- Top 5 Autumn Budget areas for IT contractors to tick off Oct 28 09:30
- Top 5 umbrella company expenses things to still do in 2024 under 2016's T&S rules Oct 24 08:21
Comment