Re: A Look at the Ubuntu Installer

2008-01-08 Thread Nicolas Deschildre
Very nice review, a lot of attention to detail. Let's hope it won't be forgotten in the depth of the ML, like many other great things... Have you directly contacted the authors? Nicolas On Jan 7, 2008 8:16 PM, Thorsten Wilms <[EMAIL PROTECTED]> wrote: > Hi! > > I did a walk-through and compiled

Re: A Look at the Ubuntu Installer

2008-01-08 Thread Thorsten Wilms
On Mon, 2008-01-07 at 16:45 -0500, Vadim Peretokin wrote: > That's a very nice pdf. One minor thing: Thanks! Also thanks for all the other supportive comments :) > User Switching > The User Switcher applet shouldn't appear with only one user. > > I think it should, to let the use familiarize t

Bdd EvolutionLocal in OpenOffice limited

2008-01-08 Thread Jovial
Hello I'm tryng to use data from evolution.contact with openoffice 2.2/2.3 in ubuntu 7.04/7.10 openoffice.org-evolution give the source EvolutionLocal in OOo with /home/user/.openoffice.org2/user/database/evolocal.odb In base or base explorer(F4) I can acces to data from my adress book "person

Re: New Programs for Hardy?

2008-01-08 Thread Greg K Nicholson
> What about the menu button though? Who ever uses that? It does the > same thing as right-clicking all the time, so it's kinda pointless. > People using a keyboard and not a mouse use the menu key. I have the right Windows key set as Compose as it doesn't seem to do anything else. (Amarok's g

Re: A Look at the Ubuntu Installer

2008-01-08 Thread Thorsten Wilms
On Tue, 2008-01-08 at 13:13 +0100, Nicolas Deschildre wrote: > Very nice review, a lot of attention to detail. Thanks! > Let's hope it won't be forgotten in the depth of the ML, like many > other great things... Have you directly contacted the authors? An email to Colin Watson (installer team le

Re: Team TODO pages

2008-01-08 Thread Matthew Paul Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Daniel Holbach wrote: > > On Mi, 2008-01-02 at 12:02 +, Matthew Paul Thomas wrote: >... >> What would you need in Launchpad to make this wiki listing unnecessary? >> Mass tagging would let you add a >> "thisweek

Re: Questions about devel-discuss

2008-01-08 Thread Matthew Paul Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jonathan Musther wrote: >... > To a certain extent of course I'm interested in pushing the spec > https://blueprints.launchpad.net/ubuntu/+spec/prompt-for-fsck-on-shutdown > which I am behind. It has vast user support, and has support on here, but I >

Re: ghc6 (Haskell compiler) becoming old

2008-01-08 Thread Stefan Potyra
Hi, Am Montag 07 Januar 2008 16:39:29 schrieb Michael Bienia: > On 2008-01-06 02:15:18 -0500, Paul Dufresne wrote: > > One of my new year resolution is to become a not too bad Haskell > > programmer in 2008. > > That said, I would like to have latest development version of ghc6 > > (Glasgow Haskel

Re: A Look at the Ubuntu Installer

2008-01-08 Thread Evan Dandrea
On Tue, 2008-01-08 at 17:51 +0100, Thorsten Wilms wrote: > > Let's hope it won't be forgotten in the depth of the ML, like many > > other great things... Have you directly contacted the authors? > > An email to Colin Watson (installer team leader), no answer. > Hmm, yes, maybe I should contact th

VMWare and Wireless bridge

2008-01-08 Thread Jonathan Jesse
If I receall correctly there was some discussion on this list (or another Uubntu list) in regards to using VMWare and communication over wireless? I have my VM machines setup with NAT communication. They can communicate fine to the internet but not to each other machines. Did this converstation

Re: [PATCH] Update to libaio?

2008-01-08 Thread Zach Brown
> Then you will have to provide an alternative. If it were up to me, we'd freeze AIO at it's current level of support and migrate people towards syslets, possibly via posix aio in glibc depending on their needs. Yes, this won't happen immediately ;). > Since AIO now hooks up with eventfd, makin

Re: [PATCH] Update to libaio?

2008-01-08 Thread Jeff Moyer
Rusty Russell <[EMAIL PROTECTED]> writes: > I recently tried to use libaio (0.3.106), and discovered it didn't have > eventfd support. Or preadv/pwritev support. And the testsuite didn't > compile. Or work. > > Anyway, it's shipped by the distros, so I figure it's worth patching. > I'm cc'ing B

Re: [PATCH] Update to libaio?

2008-01-08 Thread Rusty Russell
On Wednesday 09 January 2008 06:07:51 Jeff Moyer wrote: > I've been keeping a copy on rhlinux.redhat.com. You can access it > via: > > cvs -d :pserver:[EMAIL PROTECTED]:/usr/local/CVS login # no > password cvs -d :pserver:[EMAIL PROTECTED]:/usr/local/CVS co > libaio Excellent! I'll feed you p

Re: [PATCH] Update to libaio?

2008-01-08 Thread Zach Brown
> What's the driving need to rip out functionality? Well, in this case of the ring it's an irritation to have to massage the tracking of events into the ring format when you, say, back the aio implementation with syslets. If it were just queueing up results for io_getevents(), which can lock in

Re: [PATCH] Update to libaio?

2008-01-08 Thread Rusty Russell
On Wednesday 09 January 2008 06:23:22 Zach Brown wrote: > Sarah Sharp wrote: > > I think the Debian package maintainer should also be involved in this. > > > > I would love to see preadv and pwritev go into libaio, as they will be > > useful for userspace USB driver developers to interface with usb

Re: [PATCH] Update to libaio?

2008-01-08 Thread Rusty Russell
On Tuesday 08 January 2008 08:25:07 Jeff Moyer wrote: > Rusty Russell <[EMAIL PROTECTED]> writes: > > I recently tried to use libaio (0.3.106), and discovered it didn't have > > eventfd support. Or preadv/pwritev support. And the testsuite didn't > > compile. Or work. > > > > Anyway, it's shippe

Re: [PATCH] Update to libaio?

2008-01-08 Thread Jeff Moyer
Rusty Russell <[EMAIL PROTECTED]> writes: > I recently tried to use libaio (0.3.106), and discovered it didn't have > eventfd support. Or preadv/pwritev support. And the testsuite didn't > compile. Or work. > Anyway, it's shipped by the distros, so I figure it's worth patching. > I'm cc'ing Be

Re: [PATCH] Update to libaio?

2008-01-08 Thread Zach Brown
> Come up > with some real design criteria that are to be satisfied so some real > direction can be had in discussions. If you're so inclined, you can check out the ring that is being kicked around in the syslets patches. The main criteria there is that there isn't a syscall to build up and in

[PATCH] Update to libaio?

2008-01-08 Thread Rusty Russell
I recently tried to use libaio (0.3.106), and discovered it didn't have eventfd support. Or preadv/pwritev support. And the testsuite didn't compile. Or work. Anyway, it's shipped by the distros, so I figure it's worth patching. I'm cc'ing Ben in the hope he's still maintaining it. If not I'll

Re: [PATCH] Update to libaio?

2008-01-08 Thread Davide Libenzi
On Tue, 8 Jan 2008, Rusty Russell wrote: > I recently tried to use libaio (0.3.106), and discovered it didn't have > eventfd support. Or preadv/pwritev support. And the testsuite didn't > compile. Or work. > > Anyway, it's shipped by the distros, so I figure it's worth patching. > I'm cc'ing B

Re: [PATCH] Update to libaio?

2008-01-08 Thread Benjamin LaHaise
On Tue, Jan 08, 2008 at 11:23:22AM -0800, Zach Brown wrote: > I happen to hate it because it's silly assertion on the ring cookie is > literally the *only* use of the mmaped ring that I know if. If it > weren't for that, we might stand a chance of getting rid of the ring. What's the driving need

Re: [PATCH] Update to libaio?

2008-01-08 Thread Jeff Moyer
Rusty Russell <[EMAIL PROTECTED]> writes: > On Wednesday 09 January 2008 06:07:51 Jeff Moyer wrote: >> I've been keeping a copy on rhlinux.redhat.com. You can access it >> via: >> >> cvs -d :pserver:[EMAIL PROTECTED]:/usr/local/CVS login # no >> password cvs -d :pserver:[EMAIL PROTECTED]:/usr/

Re: [PATCH] Update to libaio?

2008-01-08 Thread Benjamin LaHaise
On Tue, Jan 08, 2008 at 02:19:55PM -0800, Zach Brown wrote: > > > What's the driving need to rip out functionality? > > Well, in this case of the ring it's an irritation to have to massage the > tracking of events into the ring format when you, say, back the aio > implementation with syslets. If

Re: [PATCH] Update to libaio?

2008-01-08 Thread Zach Brown
Sarah Sharp wrote: > I think the Debian package maintainer should also be involved in this. > > I would love to see preadv and pwritev go into libaio, as they will be useful > for userspace USB driver developers to interface with usbfs2 > (http://wiki.cs.pdx.edu/usb/usbfs2.html). I do have a few

Re: [PATCH] Update to libaio?

2008-01-08 Thread Sarah Sharp
I think the Debian package maintainer should also be involved in this. I would love to see preadv and pwritev go into libaio, as they will be useful for userspace USB driver developers to interface with usbfs2 (http://wiki.cs.pdx.edu/usb/usbfs2.html). I do have a few more issues with the libaio-d