Skip to content

Instantly share code, notes, and snippets.

@chaim1221
chaim1221 / kitchen.result
Created March 30, 2019 01:33
kitchen gist :p
celiyah@ce-t430-dev:~/Code/machete-kvm/src$ kitchen verify
-----> Starting Kitchen (v1.23.2)
-----> Creating <hv-debian-9>...
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Importing base box 'bento/debian-9'...
==> default: Matching MAC address for NAT networking...
==> default: Checking if box 'bento/debian-9' version '201812.27.0' is up to date...
==> default: Setting the name of the VM: kitchen-src-hv-debian-9
==> default: Fixed port collision for 22 => 2222. Now on port 2200.
==> default: Clearing any previously set network interfaces...
$ kitchen diagnose --all
---
timestamp: 2018-02-06 19:59:58 UTC
kitchen_version: 1.19.2
plugins:
driver:
Vagrant:
class: Kitchen::Driver::Vagrant
version: 1.2.1
api_version: 2
PERSONS TESTS
create person -- works
save person with new info after create -- works
return to home page, persons page and can see person in list -- works
create new person again -- works
can see both persons in list -- works
make one person a worker -- works
can edit worker information after create -- works
return to home page, persons page and can see all people in list -- works
created worker has a worker id -- works
Scroll down for Chocolatey log...
[SWDevTools] C:\Windows\system32> Choco.exe install 'UrlRewrite' --force -y
Chocolatey v0.10.3
Installing the following packages:
UrlRewrite
By installing you accept licenses for the packages.
UrlRewrite v2.0.20160209 (forced) [Approved]
urlrewrite package files install completed. Performing other installation steps.
[SWDevTools] C:\Windows\system32> choco version
found : 0.9.8.28
name : chocolatey
latestCompare : 000000000000.000000000009.000000000009.000000000011
verMessage : A more recent version is available
latest : 0.9.9.11
foundCompare : 000000000000.000000000009.000000000008.000000000028
Windows PowerShell
Copyright (C) 2014 Microsoft Corporation. All rights reserved.
PS C:\Windows\system32> choco --version
0.10.3
PS C:\Windows\system32> choco install -y dotnet3.5
Chocolatey v0.10.3
Installing the following packages:
dotnet3.5
By installing you accept licenses for the packages.
https://github.com/mitchellh/vagrant/issues/7610
cd /etc; git init .; git checkout master; git add .; git commit -a -m ‘my /etc before I effed with it'
https://wiki.samba.org/index.php/Mounting_samba_shares_from_a_unix_client
https://github.com/vagrant-libvirt/vagrant-libvirt
# out of the box
sudo su
egrep -c '(vmx|svm)' /proc/cpuinfo # > 0
egrep -c ' lm ' /proc/cpuinfo # > 0
uname -m
#use local sources
sudo nano /etc/apt/sources.list
# ctrl + \, Replace "us.archive.ubuntu.com" with "mirrors.cat.pdx.edu"
"Machete.Web.Controllers.WorkerSigninController, EXCEPTIONS: Machete.Web.Controllers.WorkerSigninController Exception: "
Mapping types:
jQueryDataTableParam -> Nullable`1
Machete.Web.Helpers.jQueryDataTableParam -> System.Nullable`1[[System.DateTime, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]
Destination path:
viewOptions.date
Server Error in '/' Application.
The anti-forgery cookie token and form field token do not match.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Web.Mvc.HttpAntiForgeryException: The anti-forgery cookie token and form field token do not match.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.