Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solving problem of bacnet function not loaded #137

Merged
merged 2 commits into from
Sep 19, 2023
Merged

Solving problem of bacnet function not loaded #137

merged 2 commits into from
Sep 19, 2023

Conversation

helenwangjia
Copy link
Contributor

BACnet/IP対応になっていないので、バグを修正しました。

@@ -133,6 +133,7 @@ RUN apt-get update \
liblua5.1-dev \
libhiredis-dev \
libevent-dev \
vim \
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

イメージの中にvimをinstallしたら、コンテンの中でファイルを編集しやすいです。

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

通常利用ではコンテナ内でファイル編集をしないため不要です。

sed -i '1i #' bacnet_service.log
merge_log "bacnet.*.log" "bacnet.log"
sed -i '/^#/d' bacnet.log
sed -i '1i #' bacnet.log
fi

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bacnet.logの生成のために

@@ -119,6 +119,7 @@ redef LogAscii::enable_utf_8 = F;
#@load zeek-plugin-s7comm
#@load icsnpp-ethercat
#@load icsnpp-modbus
@load icsnpp-bacnet
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

icsnpp-bacnetをloadできるようにしました。

@takuma0121
Copy link
Contributor

crontabの問題は解消されてないようにみえるけど

@takuma0121 takuma0121 merged commit 5212b4c into bacnet Sep 19, 2023
2 checks passed
@takuma0121 takuma0121 deleted the fix-bug branch September 19, 2023 06:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants