search for: rump

Displaying 18 results from an estimated 18 matches for "rump".

Did you mean: dump
2013 Aug 20
2
Openmirage, erlang on xen, etc
I''m really interested in openmirage, erlang on xen, mini-os, rump kernels (just saw that today), or anything that runs directly on xen. I think there''s a huge potential and use case with these technologies. I have a random question though. I''ve only seen these type of things running on Xen. Is there any specific reason you don''t s...
2015 Sep 08
3
On distro packaging of stub domains (Re: Notes from Xen BoF at Debconf15)
Hi, Wei Liu hinted that I should "chime in and / or provide corrections" (his words). I'll attempt to do exactly that by not really replying to anything specific. For the record, when I say "we" in this mail, I mean "people who have contributed to the rump kernel project" (as also indicated by the email-hat). First of all, there's a difference between a rump kernel (driver bundle built out of unmodified kernel components) and any unikernel you construct out of rump kernels ... sort of like how there's a difference between Linux and...
2015 Sep 08
0
On distro packaging of stub domains (Re: Notes from Xen BoF at Debconf15)
...read into a single mail, but it wasn't too "branchy" so I think this will be ok. Hopefully I've not misrepresented what anyone said by how I've arranged it here... > =========== > > Hard to do in a packaging environment (is really its own partial > architecture). Rump kernels are no different in this regard. > > No clever ideas were put forward. ----------------------------------------------------------------------- George Dunplap: > Meaning, hard to reuse binaries from existing qemu package rather than > using the Xen build system to download and...
2015 Sep 08
7
Notes from Xen BoF at Debconf15
...API not ABI stable. This is a pain in particular for libvirt which needs binNMU for new Xen package. We would like to eventually offer ABI stability or this library, but we are not there yet. Stubdomains =========== Hard to do in a packaging environment (is really its own partial architecture). Rump kernels are no different in this regard. No clever ideas were put forward. initscripts =========== Debian has its own initscripts, does not use the upstream ones. Waldi stated this was because the upstream ones were not properly LSB and were too "cross-distro". We would like to try a...
2015 Sep 08
0
[Xen-devel] On distro packaging of stub domains (Re: Notes from Xen BoF at Debconf15)
On Tue, 2015-09-08 at 15:03 +0000, Antti Kantee wrote: > For unikernels, the rump kernel project provides Rumprun, which can > provide you with a near-full POSIX'y interface. I'm not 100% clear: Does rumprun _build_ or _run_ the application? It sound s like it builds but the name suggests otherwise. > Rumprun also provides > toolchain wrappers so that you...
2015 Sep 08
2
[Xen-devel] On distro packaging of stub domains (Re: Notes from Xen BoF at Debconf15)
On 08/09/15 16:15, Ian Campbell wrote: > On Tue, 2015-09-08 at 15:03 +0000, Antti Kantee wrote: > >> For unikernels, the rump kernel project provides Rumprun, which can >> provide you with a near-full POSIX'y interface. > > I'm not 100% clear: Does rumprun _build_ or _run_ the application? It sound > s like it builds but the name suggests otherwise. For all practical purposes, Rumprun is an OS, exc...
2015 Sep 09
0
[Xen-devel] On distro packaging of stub domains (Re: Notes from Xen BoF at Debconf15)
On Tue, 2015-09-08 at 18:38 +0000, Antti Kantee wrote: > On 08/09/15 16:15, Ian Campbell wrote: > > On Tue, 2015-09-08 at 15:03 +0000, Antti Kantee wrote: > > > > > For unikernels, the rump kernel project provides Rumprun, which can > > > provide you with a near-full POSIX'y interface. > > > > I'm not 100% clear: Does rumprun _build_ or _run_ the application? It > > sound > > s like it builds but the name suggests otherwise. > > For all...
2006 Oct 09
3
ftpd that supports LDAP?
...> On Oct 9, 2006, at 2:31 PM, Corey Chandler wrote: >> >> >>> Are there any yum-installable ftpd packages that >>> >> support LDAP >> >>> authentication? Compiling from source is really >>> >> kicking my rump. >> >>> CentOS 4.4 latest here-- any other information I >>> >> can provide I >> >>> gladly will. >>> >> Nevermind-- vsftpd worked flawlessly. There are >> days I question my >> sanity.. >> &g...
2020 Aug 18
2
Re: [PATCH nbdkit 1/9] server: Add libnbdkit.so.
On 8/18/20 5:50 AM, Richard W.M. Jones wrote: > This essentially turns the whole of nbdkit into a library. There is a > rump nbdkit program left which simply contains a main() function that > forwards to the nbdkit_main() function in the library. > > The reason for this is to allow nbdkit to be compiled on Windows, > because Windows does not allow shared libraries to contain any > undefined symbols. nbdk...
2020 Aug 18
0
[PATCH nbdkit 1/9] server: Add libnbdkit.so.
This essentially turns the whole of nbdkit into a library. There is a rump nbdkit program left which simply contains a main() function that forwards to the nbdkit_main() function in the library. The reason for this is to allow nbdkit to be compiled on Windows, because Windows does not allow shared libraries to contain any undefined symbols. nbdkit previously relied on u...
2010 Apr 09
4
Patch: support URLAUTH, BURL, CATENATE
...rn FALSE; + if (val == 0 || val > 0xff) + return FALSE; + str_append_c(dec, val); + cp += 2; + } else + str_append_c(dec, *cp); + } + + return TRUE; +} + +// parse an RFC 2192+4467 URL into its parts +void imap_url_parse(const char *url, struct imap_url_parts *parts) +{ + const char *rump, *p; + size_t s; + + rump = url; + + // "imap://" ... + if (strncasecmp(url, "imap://", 7) == 0) { + url += 7; + + // ... enc-user ... + s = strcspn(url, ";@"); + if (s <= 0) + return; + parts->user = t_strdup_until(url, url + s); + url += s; +...
2012 Nov 16
0
Virtualization DevRoom at FOSDEM 2013
....it/index.php/Main_Page With the relevant topics being: "Topics covered will include, but not limited to: - machine virtualization (e.g. KVM, Xen, VirtualBox,...) - network virtualization (e.g. openvstack, vale, vde, Open vSwitch,...) - process level virtualization, flexible kernels (e.g. rump anykernel, view-os, ...) - virt management (e.g. ganeti, libvirt, ovirt, XCP, ...)" thanks, -chris
2012 Nov 16
0
Virtualization DevRoom at FOSDEM 2013
....it/index.php/Main_Page With the relevant topics being: "Topics covered will include, but not limited to: - machine virtualization (e.g. KVM, Xen, VirtualBox,...) - network virtualization (e.g. openvstack, vale, vde, Open vSwitch,...) - process level virtualization, flexible kernels (e.g. rump anykernel, view-os, ...) - virt management (e.g. ganeti, libvirt, ovirt, XCP, ...)" thanks, -chris
2006 Nov 21
3
need unix to windows solution
Hello, I am looking for a solution that will allow me to create a mount point on solaris to a directory(ies) on a Windows 2000 SP3 server. Can someone tell me how to do this using Samba? This is an urgent need. Thanks for your help. Jim Russell Oracle DBA 919-483-8794
2006 Oct 04
3
whacked keyboard behavior CLI
Hi there --- for some reason I am getting really weird keyboard behavior on the CLI (no xfs or anything running). Centos 4.4 yummed up. For example if i type "root" to login, I get "rot" or sometimes "roooooot". Then other times I will have to press a key like 3 times to get a double character. Now at first I thought maybe it was the keyboard, but it seems to
2002 Mar 24
1
1024-bit RSA keys in danger of compromise
...vements to parts of NFS outlined in the proposal turn out to carry significant practical security implications impacting the overwhelming majority of deployed systems utilizing RSA or DH as the public key algorithms. Coincidentally, the day before the panel, Nicko van Someren announced at the FC02 rump session that his team had built software which can factor 512-bit RSA keys in 6 weeks using only hardware they already had in the office. A very interesting result, indeed. (While 512-bit keys had been broken before, the feasibility of factoring 512-bit keys on just the computers sitting around an...
2020 Aug 15
3
[PATCH EXPERIMENTAL nbdkit 0/2] Port to Windows using mingw.
The patches following do indeed allow you to compile nbdkit.exe, but it does not actually work yet. I'm posting this experimental series more as a work in progress and to get feedback. Note this does not require Windows itself to build or test. You can cross-compile it using mingw64-* packages on Fedora or Debian, and test it [spoiler alert: it fails] using Wine. Rich.
2020 Aug 18
15
[PATCH nbdkit 0/9] Port to Windows.
Also available here: https://github.com/rwmjones/nbdkit/tree/2020-windows-mingw This is the port to Windows using native Windows APIs (not MSYS or Cygwin). This patch series is at the point where it basically now works. I can run the server with the memory plugin, and access it remotely using guestfish, creating filesystems and so on without any apparent problems. Nevertheless there are many