https://www.puppet.com/community logo
Join Slack
Powered by
# voxpupuli
  • v

    VoxBot

    02/10/2023, 11:08 AM
    "
  • v

    VoxBot

    02/10/2023, 11:08 AM
    XD
  • b

    bastelfreak

    02/10/2023, 11:08 AM
    speaking about breaking
  • v

    VoxBot

    02/10/2023, 11:08 AM
    Zhenech: I feel broken, it's only fair that the builds are too ;)
  • b

    bastelfreak

    02/10/2023, 11:08 AM
    someone wants to debug metadata2gha/beaker?
  • v

    VoxBot

    02/10/2023, 11:09 AM
    lol
  • b

    bastelfreak

    02/10/2023, 11:09 AM
    we broke that yesterday
  • v

    VoxBot

    02/10/2023, 11:09 AM
    bastelfreak: do you have the link to a failure?
  • b

    bastelfreak

    02/10/2023, 11:10 AM
    https://github.com/voxpupuli/puppet-yum/actions/runs/4135929116/jobs/7149071572
  • b

    bastelfreak

    02/10/2023, 11:10 AM
    there is a proper fqdn generated but it looks like beaker doesnt know the fqdn at some point
  • b

    bastelfreak

    02/10/2023, 11:10 AM
    and reading the logs on a phone in a train is... challenging
  • y

    Yury Bushmelev

    02/10/2023, 11:12 AM
    as I see it fails on root password request while trying to disable echoing (guessing from the ioctl and ‘noecho’ in output)
  • v

    VoxBot

    02/10/2023, 11:12 AM
    I though beaker-docker was supposed to use the native integration rather than SSH
  • v

    VoxBot

    02/10/2023, 11:12 AM
    yep
  • v

    VoxBot

    02/10/2023, 11:12 AM
    it looks like it tries ssh now?
  • y

    Yury Bushmelev

    02/10/2023, 11:12 AM
    yes, there is root password prompt
  • y

    Yury Bushmelev

    02/10/2023, 11:13 AM
    Copy code
    <http://centos7-64-puppet7.1-4135929116-5ddf79b6d43b8c83b0c4292134e1252e817baf44.example.com|centos7-64-puppet7.1-4135929116-5ddf79b6d43b8c83b0c4292134e1252e817baf44.example.com> 15:44:19$ cat /etc/resolv.conf
      Attempting ssh connection to , user: root, opts: {:***"root", :port=>"22", :forward_agent=>false, :auth_methods=>["password", "publickey", "hostbased", "keyboard-interactive"]}
    root@'s password:Inappropriate ioctl for device
    /home/runner/work/puppet-yum/puppet-yum/vendor/bundle/ruby/3.0.0/gems/net-ssh-7.0.1/lib/net/ssh/prompt.rb:44:in `noecho'
  • v

    VoxBot

    02/10/2023, 11:13 AM
    yes, could be some odd interaction with beaker-docker where FQDNs are interpreted different?
  • y

    Yury Bushmelev

    02/10/2023, 11:14 AM
    ah, hostname is not set it seems (
    root@<there should be hostname>
    )
  • v

    VoxBot

    02/10/2023, 11:15 AM
    perhaps something rejects the hostname?
  • v

    VoxBot

    02/10/2023, 11:15 AM
    does it now not know the hostname anymore or did it flip from native docker to ssh
  • y

    Yury Bushmelev

    02/10/2023, 11:15 AM
    in my tests beaker-docker is using ssh too.. I didn’t even know there is any native integration
  • v

    VoxBot

    02/10/2023, 11:16 AM
    this happened after https://github.com/voxpupuli/gha-puppet/pull/22 was merged
  • y

    Yury Bushmelev

    02/10/2023, 11:16 AM
    Copy code
    /containers/create
    {"name"=>"beaker-centos7-64-puppet7.1-4135929116-5ddf79b6d43b8c83b0c4292134e1252e817baf44.example.com-f1d5ad70717a"}
    {"Image":"450e5922b372","Hostname":"<http://centos7-64-puppet7.1-4135929116-5ddf79b6d43b8c83b0c4292134e1252e817baf44.example.com|centos7-64-puppet7.1-4135929116-5ddf79b6d43b8c83b0c4292134e1252e817baf44.example.com>","HostConfig":{"PortBindings":{"22/tcp":[{"HostPort":"1979","HostIp":"0.0.0.0"}]},"PublishAllPorts":true,"RestartPolicy":{"Name":"always"},"Privileged":true}}
  • v

    VoxBot

    02/10/2023, 11:16 AM
    I am not sure either
  • y

    Yury Bushmelev

    02/10/2023, 11:16 AM
    there is Hostname passed
  • y

    Yury Bushmelev

    02/10/2023, 11:16 AM
    maybe too long?
  • v

    VoxBot

    02/10/2023, 11:16 AM
    that's what I suspected
  • v

    VoxBot

    02/10/2023, 11:17 AM
    the labels are < 63 so that should be OK
  • v

    VoxBot

    02/10/2023, 11:17 AM
    but why does it include http:// in the hostname?
1...289290291...648Latest