You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use the patch which generate by this method, I found there are a lot of errors like below:
root@montage-ArcherCity:/home/zhoubin/code# patch -p0 < async_mode_nginx_1.22.1.patch
patching file nginx-1.22.1/auto/cc/gcc
The next patch would create the file asynch_mode_nginx/auto/configure,
which already exists! Assume -R? [n]
Apply anyway? [n]
Skipping patch.
1 out of 1 hunk ignored
patching file nginx-1.22.1/auto/make
patching file nginx-1.22.1/auto/modules
patching file nginx-1.22.1/auto/sources
patching file nginx-1.22.1/CHANGES
patching file nginx-1.22.1/CHANGES.ru
patching file nginx-1.22.1/conf/nginx.conf
The next patch would create the file asynch_mode_nginx/conf/nginx.QAT-sample.conf,
which already exists! Assume -R? [n]
Apply anyway? [n]
Skipping patch.
1 out of 1 hunk ignored
The next patch would create the file asynch_mode_nginx/config.example,
which already exists! Assume -R? [n]
Apply anyway? [n]
Skipping patch.
1 out of 1 hunk ignored
patching file nginx-1.22.1/configure
The next patch would create the file asynch_mode_nginx/docs/html/50x.html,
which already exists! Assume -R? [n]
Apply anyway? [n]
Skipping patch.
1 out of 1 hunk ignored
The next patch would create the file asynch_mode_nginx/docs/html/index.html,
which already exists! Assume -R? [n]
Apply anyway? [n]
Skipping patch.
1 out of 1 hunk ignored
The next patch would create the file asynch_mode_nginx/docs/man/nginx.8,
which already exists! Assume -R? [n]
Apply anyway? [n]
Skipping patch.
1 out of 1 hunk ignored
The next patch would create the file asynch_mode_nginx/.github/CODEOWNERS,
which already exists! Assume -R? [n]
Apply anyway? [n]
Skipping patch.
1 out of 1 hunk ignored
patching file nginx-1.22.1/html/50x.html
patching file nginx-1.22.1/html/index.html
patching file nginx-1.22.1/LICENSE
patching file nginx-1.22.1/man/nginx.8
The next patch would create the file asynch_mode_nginx/modules/nginx_qat_module/config,
which already exists! Assume -R? [n]
Apply anyway? [n]
Skipping patch.
1 out of 1 hunk ignored
The next patch would create the file asynch_mode_nginx/modules/nginx_qat_module/ngx_ssl_engine_qat_module.c,
which already exists! Assume -R? [n]
What can I do?
The text was updated successfully, but these errors were encountered:
Seeing the same errors. Any update? I am a little confused about the patch -p0 is creating files in the async_mode_nginx folder. Is that expected? I thought the patch should update the nginx-1.22.1 folder.
When I use the patch which generate by this method, I found there are a lot of errors like below:
root@montage-ArcherCity:/home/zhoubin/code# patch -p0 < async_mode_nginx_1.22.1.patch
patching file nginx-1.22.1/auto/cc/gcc
The next patch would create the file asynch_mode_nginx/auto/configure,
which already exists! Assume -R? [n]
Apply anyway? [n]
Skipping patch.
1 out of 1 hunk ignored
patching file nginx-1.22.1/auto/make
patching file nginx-1.22.1/auto/modules
patching file nginx-1.22.1/auto/sources
patching file nginx-1.22.1/CHANGES
patching file nginx-1.22.1/CHANGES.ru
patching file nginx-1.22.1/conf/nginx.conf
The next patch would create the file asynch_mode_nginx/conf/nginx.QAT-sample.conf,
which already exists! Assume -R? [n]
Apply anyway? [n]
Skipping patch.
1 out of 1 hunk ignored
The next patch would create the file asynch_mode_nginx/config.example,
which already exists! Assume -R? [n]
Apply anyway? [n]
Skipping patch.
1 out of 1 hunk ignored
patching file nginx-1.22.1/configure
The next patch would create the file asynch_mode_nginx/docs/html/50x.html,
which already exists! Assume -R? [n]
Apply anyway? [n]
Skipping patch.
1 out of 1 hunk ignored
The next patch would create the file asynch_mode_nginx/docs/html/index.html,
which already exists! Assume -R? [n]
Apply anyway? [n]
Skipping patch.
1 out of 1 hunk ignored
The next patch would create the file asynch_mode_nginx/docs/man/nginx.8,
which already exists! Assume -R? [n]
Apply anyway? [n]
Skipping patch.
1 out of 1 hunk ignored
The next patch would create the file asynch_mode_nginx/.github/CODEOWNERS,
which already exists! Assume -R? [n]
Apply anyway? [n]
Skipping patch.
1 out of 1 hunk ignored
patching file nginx-1.22.1/html/50x.html
patching file nginx-1.22.1/html/index.html
patching file nginx-1.22.1/LICENSE
patching file nginx-1.22.1/man/nginx.8
The next patch would create the file asynch_mode_nginx/modules/nginx_qat_module/config,
which already exists! Assume -R? [n]
Apply anyway? [n]
Skipping patch.
1 out of 1 hunk ignored
The next patch would create the file asynch_mode_nginx/modules/nginx_qat_module/ngx_ssl_engine_qat_module.c,
which already exists! Assume -R? [n]
What can I do?
The text was updated successfully, but these errors were encountered: