<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>linuxのディスクI/O周りやxfsのソースコードを読めるようになるためのおすすめの参考資料募集中です
— Masahiko Sawada (@masahiko_sawada) June 16, 2023
ちょっとコマンド追加したVyOSを作りたいなという時に利用します。
自分のgithubなどにカスタムのvyatta-cfg-systemを作っておきます。 例では、https://github.com/hiroyuki-sato/vyatta-cfg-system.git を使います。
[d9fe6dd7afaff529124dd7f49c2da89ef789a56f] IB/hfi1: Support ib_alloc_mr verb
running grep alloc_fast_reg_mr include/rdma/ib_verbs.h
struct ib_mr * (*alloc_fast_reg_mr)(struct ib_pd *pd,
* ib_alloc_fast_reg_mr - Allocates memory region usable with the
struct ib_mr *ib_alloc_fast_reg_mr(struct ib_pd *pd, int max_page_list_len);
d9f272c523db47a56a64942eb6f25361c400de66 is the first bad commit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UPDATE BLEND DEBUG CairoOutputDev.cc:299 | |
DEBUG CairoOutputDev.cc:570 | |
blend mode: 0 | |
CairoOutputDev.cc:311 | |
restore | |
UPDATE BLEND DEBUG CairoOutputDev.cc:299 | |
DEBUG CairoOutputDev.cc:570 | |
blend mode: 0 | |
CairoOutputDev.cc:311 | |
restore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./gradlew gemPush | |
> Task :gemPush | |
Executing: `java org.jruby.Main -rjars/setup -S gem push /path/to/embulk-filter-calc/build/gems/embulk-filter-calc-0.2.1.pretest-java.gem --verbose` | |
with working directory at: /path/to/embulk-filter-calc/build/gems | |
with classpath: [ /Users/user/.gradle/caches/modules-2/files-2.1/org.jruby/jruby-complete/9.4.3.0/7324205fb4ad1b40d6aee488db6e72918f397ad4/jruby-complete-9.4.3.0.jar ] | |
Pushing gem to https://rubygems.org... | |
POST https://rubygems.org/api/v1/gems | |
ERROR: While executing gem ... (IOError) | |
Broken pipe |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ./mlnxofedinstall --enable-sriov --msm | |
Logs dir: /tmp/MLNX_OFED_LINUX-2.3-2.0.0.13496.logs | |
This program will install the MLNX_OFED_LINUX package on your machine. | |
Note that all other Mellanox, OEM, OFED, or Distribution IB packages will be removed. | |
Do you want to continue?[y/N]:y | |
Starting MLNX_OFED_LINUX-2.3-2.0.0 installation ... | |
Installing mlnx-ofa_kernel RPM |
# frozen_string_literal: true
require_relative "lib/hoge/version"
Gem::Specification.new do |spec|
spec.name = "hoge"
spec.version = Hoge::VERSION
spec.authors = ["Hiroyuki Sato"]
spec.email = ["e-mail"]
set policy route PPPOE-IN rule 10 destination address 0.0.0.0/0
set policy route PPPOE-IN rule 10 protocol tcp
set policy route PPPOE-IN rule 10 tcp flags 'SYN,!ACK,!FIN,!RST'
set policy route PPPOE-IN rule 10 set tcp-mss 1414
set interface ethernet eth0 policy route PPPOE-IN
NewerOlder