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
Issue:tr: write error: Broken pipe during container startup
Description:
When starting the container osixia/phpldapadmin:latest, the following error appears in the logs:
*** Running /container/run/startup/phpldapadmin...
Set apache2 http config...
Bootstap phpLDAPadmin...
tr: write error: Broken pipe
tr: write error
The error seems to originate from the function get_salt in the startup script. While it does not block the container startup, it causes confusion and may indicate an underlying issue.
Environment:
OS: Windows 11 / Docker Desktop
Docker version: 27.3.1
Image version: osixia/phpldapadmin:latest
Steps to reproduce:
Use the default Docker Compose configuration for phpLDAPadmin.
Start the container.
Observe the logs for the error.
Expected behavior:
The container should start without any errors.
The text was updated successfully, but these errors were encountered:
Issue:
tr: write error: Broken pipe
during container startupDescription:
When starting the container
osixia/phpldapadmin:latest
, the following error appears in the logs:*** Running /container/run/startup/phpldapadmin...
Set apache2 http config...
Bootstap phpLDAPadmin...
tr: write error: Broken pipe
tr: write error
The error seems to originate from the function
get_salt
in the startup script. While it does not block the container startup, it causes confusion and may indicate an underlying issue.Environment:
Steps to reproduce:
phpLDAPadmin
.Expected behavior:
The container should start without any errors.
The text was updated successfully, but these errors were encountered: