GameBoyMcBomb | 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 |
---|---|---|
GameBoyMcBomb | 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. | 03:40 |
=== tafa2_ is now known as tafa2 | ||
geosmile | 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 |
geosmile | gle.com/mail/?p=IPv6AuthError for more information 550 5.7.1 . b27si1693365uxj.14 - gsmtp (in reply to end of DATA command)) | 17:09 |
andol | geosmile: For starters, did you read the referenced https://support.google.com/mail/?p=IPv6AuthError link? | 17:52 |
keithzg[m] | 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:23 |
keithzg[m] | (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:24 |
Sven_vB | indeed. a wrapper script could filter it though. | 23:48 |
Sven_vB | maybe even just sth. like bash -c 'exec &>(sed -rf /censorfile.sed) && exec "$0" "$@"' your original command | 23:49 |
Sven_vB | you can probably even combine both execs | 23:49 |
Sven_vB | err, it should be &> >( | 23:50 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!