[03:40] Hi. I am trying to netboot Ubuntu Server 20.04 on bare-metal server hardware. I followed this guide: https://discourse.ubuntu.com/t/netbooting-the-live-server-installer/14510/5 . It will boot into (initramfs), but then fails when trying to download the iso which I am serving locally on the computer that is running dnsmasq. So I then have to re-raise the network connection with ip command, and I manually [03:40] run wget to fetch the iso. Now what? How do I start the installer from where I am at? I mounted the iso, but don't know what to do next. === tafa2_ is now known as tafa2 [17:09] anyone knows how to solve this - relay=ASPMX2.GOOGLEMAIL.com[2605:f8b0:400c:c12::1a]:25, delay=0.28, delays=0.02/0.01/0.11/0.14, dsn=5.7.1, status=bounced (host ASPMX2.GOOGLEMAIL.com[2605:f8b0:400c:c12::1a] said: 550-5.7.1 [2605:3c02::f03c:91ff:fef1:5b4e] Our system has detected that this 550-5.7.1 message does not meet IPv6 sending guidelines regarding PTR records 550-5.7.1 and authentication. Please review 550-5.7.1 https://support.goo [17:09] gle.com/mail/?p=IPv6AuthError for more information 550 5.7.1 . b27si1693365uxj.14 - gsmtp (in reply to end of DATA command)) [17:52] geosmile: For starters, did you read the referenced https://support.google.com/mail/?p=IPv6AuthError link? [23:23] Oh darn, did not expect the version of s3cmd in the 20.04 repos to be broken, now I gotta ponder going out of the main repos, hrmm. [23:24] (I mean okay "broken" is perhaps too strong of a term, but "throws syntax warnings on every invocation" is pretty annoying, particularly when run via a cron job, haha) [23:48] indeed. a wrapper script could filter it though. [23:49] maybe even just sth. like bash -c 'exec &>(sed -rf /censorfile.sed) && exec "$0" "$@"' your original command [23:49] you can probably even combine both execs [23:50] err, it should be &> >(