public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] rfc: OpenRC Networking Scripts
@ 2012-05-26 19:40 William Hubbs
  2012-05-27 14:49 ` Ian Stakenvicius
  0 siblings, 1 reply; 4+ messages in thread
From: William Hubbs @ 2012-05-26 19:40 UTC (permalink / raw
  To: gentoo development

[-- Attachment #1: Type: text/plain, Size: 717 bytes --]

All,

I realize this has been discussed and there are definite opinions about
which method works well. So, I want to take a different approach.

Is there any interest in documenting and supporting newnet along side
oldnet as opposed to killing newnet?

Newnet would consist of the "network" init script to set up your
loopback interface along with something like dhcpcd, networkmanager,
or wicd (and wpa_supplicant for wireless interfaces) running in
standalone mode to manage your other interfaces.

My understanding of the way newnet works is that the big advantage would
come for workstations that have a simple network setup and where users
would want hotplugged interfaces to just work.

Any thoughts?

William


[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-dev] rfc: OpenRC Networking Scripts
  2012-05-26 19:40 [gentoo-dev] rfc: OpenRC Networking Scripts William Hubbs
@ 2012-05-27 14:49 ` Ian Stakenvicius
  2012-05-27 14:56   ` William Hubbs
  0 siblings, 1 reply; 4+ messages in thread
From: Ian Stakenvicius @ 2012-05-27 14:49 UTC (permalink / raw
  To: gentoo-dev

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

On 26/05/12 03:40 PM, William Hubbs wrote:
> All,
> 
> I realize this has been discussed and there are definite opinions
> about which method works well. So, I want to take a different
> approach.
> 
> Is there any interest in documenting and supporting newnet along
> side oldnet as opposed to killing newnet?
> 
> Newnet would consist of the "network" init script to set up your 
> loopback interface along with something like dhcpcd,
> networkmanager, or wicd (and wpa_supplicant for wireless
> interfaces) running in standalone mode to manage your other
> interfaces.
> 
> My understanding of the way newnet works is that the big advantage
> would come for workstations that have a simple network setup and
> where users would want hotplugged interfaces to just work.
> 
> Any thoughts?
> 
> William
> 


Just want to point out that my hotplugged interfaces work great with
oldnet.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.17 (GNU/Linux)

iF4EAREIAAYFAk/CPuMACgkQ2ugaI38ACPAAYgD/QUwTWo4ov++qtmsR8P5TQjQd
EngeAjncgIU5kMcyiqQA/0M4qfS0T3xnWwEU61GPr/YuDjRbeVhjM81gPveGxm3P
=otGU
-----END PGP SIGNATURE-----



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-dev] rfc: OpenRC Networking Scripts
  2012-05-27 14:49 ` Ian Stakenvicius
@ 2012-05-27 14:56   ` William Hubbs
  2012-05-28 15:57     ` Ian Stakenvicius
  0 siblings, 1 reply; 4+ messages in thread
From: William Hubbs @ 2012-05-27 14:56 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 1272 bytes --]

On Sun, May 27, 2012 at 10:49:07AM -0400, Ian Stakenvicius wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA256
> 
> On 26/05/12 03:40 PM, William Hubbs wrote:
> > All,
> > 
> > I realize this has been discussed and there are definite opinions
> > about which method works well. So, I want to take a different
> > approach.
> > 
> > Is there any interest in documenting and supporting newnet along
> > side oldnet as opposed to killing newnet?
> > 
> > Newnet would consist of the "network" init script to set up your 
> > loopback interface along with something like dhcpcd,
> > networkmanager, or wicd (and wpa_supplicant for wireless
> > interfaces) running in standalone mode to manage your other
> > interfaces.
> > 
> > My understanding of the way newnet works is that the big advantage
> > would come for workstations that have a simple network setup and
> > where users would want hotplugged interfaces to just work.
> > 
> > Any thoughts?
> > 
> > William
> > 
> 
> 
> Just want to point out that my hotplugged interfaces work great with
> oldnet.

Actually they don't, because we don't make or remove the net.* symlinks
in /etc/init.d for the hotplugged interfaces when the interfaces are
added or removed.

William


[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-dev] rfc: OpenRC Networking Scripts
  2012-05-27 14:56   ` William Hubbs
@ 2012-05-28 15:57     ` Ian Stakenvicius
  0 siblings, 0 replies; 4+ messages in thread
From: Ian Stakenvicius @ 2012-05-28 15:57 UTC (permalink / raw
  To: gentoo-dev

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

On 27/05/12 10:56 AM, William Hubbs wrote:
> On Sun, May 27, 2012 at 10:49:07AM -0400, Ian Stakenvicius wrote:
>> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
>> 
>> On 26/05/12 03:40 PM, William Hubbs wrote:
>>> All,
>>> 
>>> I realize this has been discussed and there are definite
>>> opinions about which method works well. So, I want to take a
>>> different approach.
>>> 
>>> Is there any interest in documenting and supporting newnet
>>> along side oldnet as opposed to killing newnet?
>>> 
>>> Newnet would consist of the "network" init script to set up
>>> your loopback interface along with something like dhcpcd, 
>>> networkmanager, or wicd (and wpa_supplicant for wireless 
>>> interfaces) running in standalone mode to manage your other 
>>> interfaces.
>>> 
>>> My understanding of the way newnet works is that the big
>>> advantage would come for workstations that have a simple
>>> network setup and where users would want hotplugged interfaces
>>> to just work.
>>> 
>>> Any thoughts?
>>> 
>>> William
>>> 
>> 
>> 
>> Just want to point out that my hotplugged interfaces work great
>> with oldnet.
> 
> Actually they don't, because we don't make or remove the net.*
> symlinks in /etc/init.d for the hotplugged interfaces when the
> interfaces are added or removed.
> 
> William
> 

Although yes this is true, when I did my install I just made symlinks
for net.eth{0,1,2,3} and net.wlan{0,1}.  Once they are there, usage is
straight-forward and the iface scripts that I don't hotplug are never
started so there isn't any issue with them being there (on my systems
I don't specify all devices need to be up for 'net' to be up).

Although, as rumour has it udev is dropping the persistent-*.rules
soon so it might become difficult for me to configure my various
net.*'s in a consistent way.  But that's a side issue that'll affect
more than just hotplugging I expect.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.17 (GNU/Linux)

iF4EAREIAAYFAk/DoHYACgkQ2ugaI38ACPB62AEAoxWcOPJUBeWh/mJbcQ3ueITa
Fq0jCbLzVnMLVPX2OXQBAI/+/0ameFw24/0fGeCpSMTWCBe0iQajIAV1y2HETRsM
=aZDR
-----END PGP SIGNATURE-----



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-05-28 15:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-26 19:40 [gentoo-dev] rfc: OpenRC Networking Scripts William Hubbs
2012-05-27 14:49 ` Ian Stakenvicius
2012-05-27 14:56   ` William Hubbs
2012-05-28 15:57     ` Ian Stakenvicius

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox