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

canonicalize_connect_path failed for service #408

Open
mouzzampk2014 opened this issue Feb 7, 2022 · 0 comments
Open

canonicalize_connect_path failed for service #408

mouzzampk2014 opened this issue Feb 7, 2022 · 0 comments

Comments

@mouzzampk2014
Copy link

Hi,

I am getting these messages after I changed the location of shares

image

The one in red box was the old share and no longer in my compose

today at 12:37:29make_connection_snum: canonicalize_connect_path failed for service Kratos, path /Kratos
today at 12:37:29make_connection_snum: canonicalize_connect_path failed for service Kratos, path /Kratos
today at 12:37:29make_connection_snum: canonicalize_connect_path failed for service Kratos, path /Kratos
today at 12:37:29make_connection_snum: canonicalize_connect_path failed for service Kratos, path /Kratos
today at 12:37:39make_connection_snum: canonicalize_connect_path failed for service Kratos, path /Kratos
today at 12:37:39make_connection_snum: canonicalize_connect_path failed for service Kratos, path /Kratos
today at 12:37:39make_connection_snum: canonicalize_connect_path failed for service Kratos, path /Kratos
today at 12:37:39make_connection_snum: canonicalize_connect_path failed for service Kratos, path /Kratos
today at 12:37:39make_connection_snum: canonicalize_connect_path failed for service Kratos, path /Kratos
today at 12:37:39make_connection_snum: canonicalize_connect_path failed for service Kratos, path /Kratos
today at 12:37:39make_connection_snum: canonicalize_connect_path failed for service Kratos, path /Kratos
today at 12:37:39make_connection_snum: canonicalize_connect_path failed for service Kratos, path /Kratos
today at 12:37:39make_connection_snum: canonicalize_connect_path failed for service Kratos, path /Kratos
today at 12:37:39make_connection_snum: canonicalize_connect_path failed for service Kratos, path /Kratos

You know how I can fix this?

  samba:
    image: dperson/samba
    hostname: ${DOCKERHOSTNAME}
    ports:
      - 139:139
      - 445:445
    container_name: samba
    environment:
      - GROUPID=${PGID}
      - TZ=${TZ}
      - USERID=${PUID}
    logging:
      driver: json-file
      options:
        max-file: ${DOCKERLOGGING_MAXFILE}
        max-size: ${DOCKERLOGGING_MAXSIZE}      
    restart: unless-stopped
    volumes:
      - /etc/localtime:/etc/localtime:ro
      - /home/kratos/.docker/compose:/compose
      - ${DOCKERCONFDIR}:/config
      - ${DOCKERSTORAGEDIR}:/storage:slave
    command: -s "compose;/compose;yes;no;yes;all" -s "config;/config;yes;no;yes;all" -s "storage;/storage;yes;no;yes;all" 

Thank you

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

No branches or pull requests

1 participant