No lo interface after debootstrap install
Bug #110144 reported by
Evan Klitzke
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
debootstrap (Debian) |
New
|
Unknown
|
|||
debootstrap (Ubuntu) |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
I just did a debootstrap install of Ubuntu 7.04, and had mysterious networking problems. It turns out that the loopback interface was not being started. I looked at /etc/network/
tags: | added: patch-forwarded-debian |
Changed in debootstrap (Debian): | |
status: | Unknown → New |
To post a comment you must log in.
It turns out that this was just a configuration item that I missed when I read the debootstrap installation guide. In the guide they do, in fact, warn you to edit /etc/network/ interfaces and add a line for the loopback device.
OTOH it seems like this file, and a few other files, could be improved for debootstrap. I think it would be preferable to have a /etc/network/ interfaces file that had the loopback device autostart by default, with perhaps commented out entries for other devices. Likewise, the /etc/fstab file is blank in the default configuration, whereas it ought to at least have entries for /proc and /sys, and perhaps commented out entries showing how other lines might look. I would be interested in making some of these changes myself and submitting patches to the package maintainers if someone can help me figure out what I need to do to get started.