All of lore.kernel.org
 help / color / mirror / Atom feed
* [uml-devel] The web page doesn't say where to get the switch daemon.
@ 2005-11-05  1:00 Rob Landley
  2005-11-05  5:16 ` Jeff Dike
  2005-11-05 11:34 ` Blaisorblade
  0 siblings, 2 replies; 5+ messages in thread
From: Rob Landley @ 2005-11-05  1:00 UTC (permalink / raw)
  To: user-mode-linux-devel

It's not on the networking page, or in the howto, it's not in the kernel 
tarball, and the download page just links to 
http://user-mode-linux.sourceforge.net/networking.html#switch

Let's see, the uml_net link from the download page (the difference between 
that and uml_switch is...?) links to a generic page about CVS, which isn't 
installed on my laptop.  (Subversion is, but doesn't help here.)  Ok, a web 
browsing link...  No tarball.  Ok, maybe it's one source file I can get and 
compile, ala ifenslave...

http://cvs.sourceforge.net/viewcvs.py/user-mode-linux/tools/net/

Ok, so:

A) None of the files in this directory have changed in over four years, yet 
there is no tarball.

B) None of them is obviously the switch daemon.

I think I'll put UML networking back on the TODO list and go do something 
else...

Rob


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

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

* Re: [uml-devel] The web page doesn't say where to get the switch daemon.
  2005-11-05  1:00 [uml-devel] The web page doesn't say where to get the switch daemon Rob Landley
@ 2005-11-05  5:16 ` Jeff Dike
  2005-11-05 19:00   ` Rob Landley
  2005-11-05 23:47   ` Rob Landley
  2005-11-05 11:34 ` Blaisorblade
  1 sibling, 2 replies; 5+ messages in thread
From: Jeff Dike @ 2005-11-05  5:16 UTC (permalink / raw)
  To: Rob Landley; +Cc: user-mode-linux-devel

On Fri, Nov 04, 2005 at 07:00:37PM -0600, Rob Landley wrote:
> Let's see, the uml_net link from the download page (the difference between 
> that and uml_switch is...?) links to a generic page about CVS, which isn't 
> installed on my laptop.  (Subversion is, but doesn't help here.)  Ok, a web 
> browsing link...  No tarball.  Ok, maybe it's one source file I can get and 
> compile, ala ifenslave...

Let's see.  On the downloads page, there is a utilities section which says
something about uml_switch.  Grabbing that tarball shows me a directory
called uml_router (which is probably the problem - that's the old name before
people clued me in that I hadn't really implemented a router) with something
called uml_switch.c in it.  Building that might give you something called
uml_switch.

				Jeff


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

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

* Re: [uml-devel] The web page doesn't say where to get the switch daemon.
  2005-11-05  1:00 [uml-devel] The web page doesn't say where to get the switch daemon Rob Landley
  2005-11-05  5:16 ` Jeff Dike
@ 2005-11-05 11:34 ` Blaisorblade
  1 sibling, 0 replies; 5+ messages in thread
From: Blaisorblade @ 2005-11-05 11:34 UTC (permalink / raw)
  To: user-mode-linux-devel; +Cc: Rob Landley

On Saturday 05 November 2005 02:00, Rob Landley wrote:
> It's not on the networking page, or in the howto, it's not in the kernel
> tarball, and the download page just links to
> http://user-mode-linux.sourceforge.net/networking.html#switch
[...]

I guess that yep, the web-pages are "totally as-is", but uml_utilities is even 
packaged by your distro... btw, they should even have a security patch for 
uml_net - it can be called to bring down an iface by any user, for slip 
usage...
-- 
Inform me of my mistakes, so I can keep imitating Homer Simpson's "Doh!".
Paolo Giarrusso, aka Blaisorblade (Skype ID "PaoloGiarrusso", ICQ 215621894)
http://www.user-mode-linux.org/~blaisorblade

	

	
		
___________________________________ 
Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB 
http://mail.yahoo.it



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

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

* Re: [uml-devel] The web page doesn't say where to get the switch daemon.
  2005-11-05  5:16 ` Jeff Dike
@ 2005-11-05 19:00   ` Rob Landley
  2005-11-05 23:47   ` Rob Landley
  1 sibling, 0 replies; 5+ messages in thread
From: Rob Landley @ 2005-11-05 19:00 UTC (permalink / raw)
  To: user-mode-linux-devel; +Cc: Jeff Dike

On Friday 04 November 2005 23:16, Jeff Dike wrote:
> On Fri, Nov 04, 2005 at 07:00:37PM -0600, Rob Landley wrote:
> > Let's see, the uml_net link from the download page (the difference
> > between that and uml_switch is...?) links to a generic page about CVS,
> > which isn't installed on my laptop.  (Subversion is, but doesn't help
> > here.)  Ok, a web browsing link...  No tarball.  Ok, maybe it's one
> > source file I can get and compile, ala ifenslave...
>
> Let's see.  On the downloads page, there is a utilities section which says
> something about uml_switch.  Grabbing that tarball shows me a directory
> called uml_router (which is probably the problem - that's the old name
> before people clued me in that I hadn't really implemented a router) with
> something called uml_switch.c in it.  Building that might give you
> something called uml_switch.

I never found a utilities tarball.  (I looked for a while.)

I ended up following the link to CVS, wandering around in there for a bit 
until I found the uml_router directory (at which point I remembered reading 
about the old name) doing a right-click save-as on the "download" link of 
the .c file, then grabbing the .h files it couldn't find, then grabbing 
port.c and hash.c too...  Then it built.

I'll look again for the tarball next time I'm online.  (Laptop at Einstein's 
bagels at the moment: no net access.)

>     Jeff

Rob


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

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

* Re: [uml-devel] The web page doesn't say where to get the switch daemon.
  2005-11-05  5:16 ` Jeff Dike
  2005-11-05 19:00   ` Rob Landley
@ 2005-11-05 23:47   ` Rob Landley
  1 sibling, 0 replies; 5+ messages in thread
From: Rob Landley @ 2005-11-05 23:47 UTC (permalink / raw)
  To: user-mode-linux-devel; +Cc: Jeff Dike

On Friday 04 November 2005 23:16, Jeff Dike wrote:
> On Fri, Nov 04, 2005 at 07:00:37PM -0600, Rob Landley wrote:
> > Let's see, the uml_net link from the download page (the difference
> > between that and uml_switch is...?) links to a generic page about CVS,
> > which isn't installed on my laptop.  (Subversion is, but doesn't help
> > here.)  Ok, a web browsing link...  No tarball.  Ok, maybe it's one
> > source file I can get and compile, ala ifenslave...
>
> Let's see.  On the downloads page, there is a utilities section which says
> something about uml_switch.  Grabbing that tarball shows me a directory

Found the tarball.  (I thought the grey bar at the very bottom of my screen 
was the start of the next section, turns out the download links for the 
tarballs are in a big grey box the size of the screen.  Misleading color 
scheme, that.)

Sorry for the confusion...

Rob


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

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

end of thread, other threads:[~2005-11-05 23:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-05  1:00 [uml-devel] The web page doesn't say where to get the switch daemon Rob Landley
2005-11-05  5:16 ` Jeff Dike
2005-11-05 19:00   ` Rob Landley
2005-11-05 23:47   ` Rob Landley
2005-11-05 11:34 ` Blaisorblade

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.