FS#6237 - Loopback in rc.sysinit
Attached to Project:
Arch Linux
Opened by James Rayner (iphitus) - Saturday, 20 January 2007, 04:19 GMT
Last edited by Tobias Powalowski (tpowa) - Sunday, 21 October 2007, 09:16 GMT
Opened by James Rayner (iphitus) - Saturday, 20 January 2007, 04:19 GMT
Last edited by Tobias Powalowski (tpowa) - Sunday, 21 October 2007, 09:16 GMT
|
Details
Frequently people have problems because they've accidentally
disabled loopback, and I've done it myself by accident
too.
I can't think of any reason why it would need to be disabled, and if there is one, it certainly doesnt apply to the majority. Maybe it would be better to add to the end of rc.sysinit: status "Enabling loopback" ifconfig lo up If users want to disable it, they can ifconfig lo down in rc.local or reconfigure it in /etc/rc.d/network. |
This task depends upon
Closed by Tobias Powalowski (tpowa)
Sunday, 21 October 2007, 09:16 GMT
Reason for closing: Fixed
Additional comments about closing: in next initscripts
Sunday, 21 October 2007, 09:16 GMT
Reason for closing: Fixed
Additional comments about closing: in next initscripts
i think the solution how it is now is better and more logical then the rc.local fiddling which complicates it imho.
there's no reason for it to be down, so there's no reason for it not to be in rc.sysinit.
James
It's just redundant being there though, if it's always going to be there, then it should just be hard coded else where, because there's no need to disable it.
it's the users fault if they remove the option.
it's redundant having it in a config, when *EVERY* user has it there enabled.
James
Don't disable lo unless you know what you're doing. localhost (bound to lo by default) is often used for interprocess communication.