Skip to content

Instantly share code, notes, and snippets.

View EugenMayer's full-sized avatar
🏠
Working from home

Eugen Mayer EugenMayer

🏠
Working from home
View GitHub Profile
---
- name: Converge
hosts: all
roles: []
@EugenMayer
EugenMayer / msys_hetzner-etc_network_interfaces
Created May 20, 2017 21:57 — forked from jpawlowski/msys_hetzner-etc_network_interfaces
Debian network configuration for Proxmox VE server running on a Hetzner host
# /etc/network/interfaces
#
auto lo
iface lo inet loopback
# device: eth0
iface eth0 inet manual
# IPv4 bridge
# (connect ONLY your firewall/router KVM instance here, this is the WAN device!)
#!/bin/bash
echo "removing current jenv java's to readd them freshly"
jenv versions --bare | xargs -n1 jenv remove
echo "adding all sdkmans java versions to jenv"
find $HOME/.sdkman/candidates/java -type d -maxdepth 1 -mindepth 1 -exec jenv add '{}' \;
[ERROR] Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 1.922 s <<< FAILURE! - in com.blazebit.persistence.spring.hateoas.webmvc.DocumentControllerTest
[ERROR] com.blazebit.persistence.spring.hateoas.webmvc.DocumentControllerTest.testDocumentControllerHateoas Time elapsed: 1.687 s <<< ERROR!
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@40199d5e testClass = com.blazebit.persistence.spring.hateoas.webmvc.DocumentControllerTest, locations = [], classes = [com.blazebit.persistence.spring.hateoas.webmvc.DocumentControllerTest.TestConfig, com.blazebit.persistence.spring.hateoas.webmvc.HateoasAwareBlazePersistenceWebConfiguration], contextInitializerClasses = [], activeProfiles = ["hibernate"], propertySourceLocations = [], propertySourceProperties = [], contextCustomizers = [], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.test.context.web.WebDelegatingSmartContextLoader, parent = null]
at org.springframew
@EugenMayer
EugenMayer / msys_hetzner-etc_network_interfaces
Created May 20, 2017 21:57 — forked from jpawlowski/msys_hetzner-etc_network_interfaces
Debian network configuration for Proxmox VE server running on a Hetzner host
# /etc/network/interfaces
#
auto lo
iface lo inet loopback
# device: eth0
iface eth0 inet manual
# IPv4 bridge
# (connect ONLY your firewall/router KVM instance here, this is the WAN device!)
root@bf208e6c1f99:/etc/apt/preferences.d# apt-cache policy docker-ce
docker-ce:
Installed: (none)
Candidate: 5:20.10.14~3-0~debian-buster
Version table:
5:20.10.14~3-0~debian-buster 500
500 https://download.docker.com/linux/debian buster/stable amd64 Packages
5:20.10.13~3-0~debian-buster 500
500 https://download.docker.com/linux/debian buster/stable amd64 Packages
5:20.10.12~3-0~debian-buster 500
apt-cache policy docker-ce | grep 20.10
Installed: 5:20.10.14~3-0~debian-buster
Candidate: 5:20.10.14~3-0~debian-buster
*** 5:20.10.14~3-0~debian-buster 500
5:20.10.13~3-0~debian-buster 500
5:20.10.12~3-0~debian-buster 500
5:20.10.11~3-0~debian-buster 500
5:20.10.10~3-0~debian-buster 500
5:20.10.9~3-0~debian-buster 500
5:20.10.8~3-0~debian-buster 500
apt-cache policy docker-ce | grep 20.10
Installed: 5:20.10.14~3-0~debian-buster
Candidate: 5:20.10.14~3-0~debian-buster
*** 5:20.10.14~3-0~debian-buster 500
5:20.10.13~3-0~debian-buster 500
5:20.10.12~3-0~debian-buster 500
5:20.10.11~3-0~debian-buster 500
5:20.10.10~3-0~debian-buster 500
5:20.10.9~3-0~debian-buster 500
5:20.10.8~3-0~debian-buster 500
+-------------------+-------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+-------------------+-------------+------+-----+---------+----------------+
| created_at | datetime | YES | | NULL | |
| updated_at | datetime | YES | | NULL | |
| deleted_at | datetime | YES | | NULL | |
| deleted | int(11) | YES | | NULL | |
| id | int(11) | NO | PRI | NULL | auto_increment |
| instance_uuid | varchar(36) | NO | MUL | NULL | |
| numa_topology | text | YES | | NULL | |
cat /etc/kolla/config/neutron/controller/neutron.conf
[DEFAULT]
global_physnet_mtu=1400