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

preseed/url not working when building virtualbox-iso via packer in windows host machine #12681

Closed
LAD-PHP opened this issue Nov 3, 2023 · 3 comments

Comments

@LAD-PHP
Copy link

LAD-PHP commented Nov 3, 2023

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

When filing a bug, please include the following headings if possible. Any
example text in this template can be deleted.

Overview of the Issue

A paragraph or two about the issue you're experiencing.

Reproduction Steps

Steps to reproduce this issue

Packer version

From packer version

Simplified Packer Template

If the file is longer than a few dozen lines, please include the URL to the
gist of the log or use the Github detailed
format

instead of posting it directly in the issue.

Operating system and Environment details

OS, Architecture, and any other information you can provide about the
environment.

Log Fragments and crash.log files

Include appropriate log fragments. If the log is longer than a few dozen lines,
please include the URL to the gist of the log or
use the Github detailed format instead of posting it directly in the issue.

Set the env var PACKER_LOG=1 for maximum log detail.

hi all,

boot_command     = ["<esc><wait>preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/preseed.cfg<enter>"] - not working, error : no such file or directory

working with auto url=

boot_command     = ["<esc><wait>auto url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/preseed.cfg<enter>"]
@LAD-PHP LAD-PHP added the bug label Nov 3, 2023
@lbajolet-hashicorp
Copy link
Contributor

Hi @LAD-PHP,

This looks more like a quirk of the distribution you're using than a proper Packer bug.

Out of curiosity which distribution is it?

Given this is not a Packer bug (the tool still exposes the preseed file through HTTP, which is what it is supposed to do), I'll close this issue, but feel free to reopen it if I missed something.

Thanks

@LAD-PHP
Copy link
Author

LAD-PHP commented Nov 6, 2023

HI @lbajolet-hashicorp, debian 10-12 netinst, also test on ubuntu 14, same ptoblem

Copy link

github-actions bot commented Dec 7, 2023

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants