bosh-linux-stemcell-builder icon indicating copy to clipboard operation
bosh-linux-stemcell-builder copied to clipboard

BOSH Ubuntu Linux stemcells

Results 29 bosh-linux-stemcell-builder issues
Sort by recently updated
recently updated
newest added

Moving this issue out of https://github.com/cloudfoundry/cf-networking-release/issues/213 as we have indications that it is related to the Stemcell. ### Issue We currently observe timeouts in C2C when moving CF from Bionic...

The current logic is very rigid and inflexible: https://github.com/cloudfoundry/bosh-agent/blob/232da0ab1cbc633351996a52f34424f5989e54c9/infrastructure/devicepathresolver/id_device_path_resolver.go#L71-L97 We've run into problems where the disk id on Openstack is often truncated to 20 characters, but newer versions of Openstack...

The `ubuntu-jammy/...` branches are not used to build stemcells of other unbutu versions so there is no need to carry around this cruft.

in `syslog_storer` in the syslog release it overwrite rsyslog see: https://github.com/cloudfoundry/syslog-release/blob/main/jobs/syslog_storer/templates/rsyslog.conf.erb this causes rsyslog to fail. it seems to have to do with write permissions. as we had also problems...

currently the agent uses iptables to create mbus firewall rules. as we now use cgroupv2 these rules wont work anymore. we could add this now to the stemcell. or the...

noble

when deploying for example haproxy.(which uses bpm) it will not start.. logs for jammy ``` {"timestamp":"2024-05-30T07:53:10.404046160Z","level":"info","source":"bpm","message":"bpm.start.acquiring-lifecycle-lock.starting","data":{"job":"haproxy","process":"haproxy","session":"1.1"}} {"timestamp":"2024-05-30T07:53:10.404179999Z","level":"info","source":"bpm","message":"bpm.start.acquiring-lifecycle-lock.complete","data":{"job":"haproxy","process":"haproxy","session":"1.1"}} {"timestamp":"2024-05-30T07:53:10.404195883Z","level":"info","source":"bpm","message":"bpm.start.starting","data":{"job":"haproxy","process":"haproxy","session":"1"}} {"timestamp":"2024-05-30T07:53:10.412216642Z","level":"info","source":"bpm","message":"bpm.start.start-process.starting","data":{"job":"haproxy","process":"haproxy","session":"1.2"}} {"timestamp":"2024-05-30T07:53:10.412333787Z","level":"info","source":"bpm","message":"bpm.start.start-process.creating-job-prerequisites","data":{"job":"haproxy","process":"haproxy","session":"1.2"}} {"timestamp":"2024-05-30T07:53:10.412826718Z","level":"info","source":"bpm","message":"bpm.start.start-process.building-spec","data":{"job":"haproxy","process":"haproxy","session":"1.2"}} {"timestamp":"2024-05-30T07:53:10.413215384Z","level":"info","source":"bpm","message":"bpm.start.start-process.creating-bundle","data":{"job":"haproxy","process":"haproxy","session":"1.2"}} {"timestamp":"2024-05-30T07:53:10.415375513Z","level":"info","source":"bpm","message":"bpm.start.start-process.running-container","data":{"job":"haproxy","process":"haproxy","session":"1.2"}} {"timestamp":"2024-05-30T07:53:10.534307635Z","level":"info","source":"bpm","message":"bpm.start.start-process.complete","data":{"job":"haproxy","process":"haproxy","session":"1.2"}} {"timestamp":"2024-05-30T07:53:10.534382200Z","level":"info","source":"bpm","message":"bpm.start.complete","data":{"job":"haproxy","process":"haproxy","session":"1"}} ``` logs for noble ```...

noble

warden is currently not working on noble. due to - cgroups v2 #327 - runit systemd #322

noble

I tried running `host`, `dig`, and `nslookup` today on a noble stemcell and was greeted with `error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file...

#### Original Issue Description (slightly modified from [Slack](https://cloudfoundry.slack.com/archives/C060YJKESF7/p1720523536996319)) We've recently started to adopt the FIPS stemcell in some of our environments. When we reached the first environment which had a...