Re: CFT: Graphics support for /boot/loader

2009-02-05 Thread Oliver Fromme
Julian Elischer wrote: > BTW most of these things seem to have drop out of > graphics mode.. > do you have something like that? > (or maybe should go to loader prompt...?) Good question. The screen layout isn't final, of course, and I'm open to suggestions. (Also, there will be a short des

Re: CFT: Graphics support for /boot/loader

2009-02-05 Thread Oliver Fromme
Scott Long wrote: > Oliver Fromme wrote: > > [...] > > http://wiki.freebsd.org/OliverFromme/BootLoaderTest > > I think that this is really neat, you've done an impressive job > with it good job. However, I do take issue with your criticism > of the ASCII logo; I actually spent a decent amo

Re: CFT: Graphics support for /boot/loader

2009-02-05 Thread Julian Elischer
Oliver Fromme wrote: Hello fellow hackers, Some of you might remember that I'm working on graphics support for our /boot/loader. Unfortunately, progress has been rather slow because of non-FreeBSD-related activity. Anyway, I have now prepared a tarball containing a loader binary for public tes

Re: CFT: Graphics support for /boot/loader

2009-02-05 Thread Gonzalo Nemmi
On Thursday 05 February 2009 8:18:36 pm Oliver Fromme wrote: > Hello fellow hackers, > > Some of you might remember that I'm working on graphics > support for our /boot/loader. Unfortunately, progress has > been rather slow because of non-FreeBSD-related activity. > > Anyway, I have now prepared a

Re: CFT: Graphics support for /boot/loader

2009-02-05 Thread Scott Long
Oliver Fromme wrote: Hello fellow hackers, Some of you might remember that I'm working on graphics support for our /boot/loader. Unfortunately, progress has been rather slow because of non-FreeBSD-related activity. Anyway, I have now prepared a tarball containing a loader binary for public tes

Re: CFT: Graphics support for /boot/loader

2009-02-05 Thread Alexandre Biancalana
On 2/5/09, Max Laier wrote: > On Thursday 05 February 2009 23:18:36 Oliver Fromme wrote: > > I have posted detailed instructions on the FreeBSD wiki: > > > > http://wiki.freebsd.org/OliverFromme/BootLoaderTest > > > > Any kind of feedback is welcome. > > > quick test in qemu - works well. Ve

Re: CFT: Graphics support for /boot/loader

2009-02-05 Thread Scott Long
Julian Elischer wrote: Max Laier wrote: On Thursday 05 February 2009 23:18:36 Oliver Fromme wrote: I have posted detailed instructions on the FreeBSD wiki: http://wiki.freebsd.org/OliverFromme/BootLoaderTest Any kind of feedback is welcome. quick test in qemu - works well. Very cool! ca

Re: CFT: Graphics support for /boot/loader

2009-02-05 Thread Kevin Foo
Very nice! Thanks for the good work. -- Regards Kevin Foo On Fri, Feb 6, 2009 at 6:18 AM, Oliver Fromme wrote: > Hello fellow hackers, > > Some of you might remember that I'm working on graphics > support for our /boot/loader. Unfortunately, progress has > been rather slow because of non-Free

Re: CFT: Graphics support for /boot/loader

2009-02-05 Thread william
There is a screenshot on the wiki site --Original Message-- From: Julian Elischer Sender: owner-freebsd-hack...@freebsd.org To: Max Laier Cc: freebsd-hackers@freebsd.org Cc: freebsd-curr...@freebsd.org Cc: Oliver Fromme Sent: Feb 5, 2009 19:15 Subject: Re: CFT: Graphics support for /boo

Re: CFT: Graphics support for /boot/loader

2009-02-05 Thread Julian Elischer
Max Laier wrote: On Thursday 05 February 2009 23:18:36 Oliver Fromme wrote: I have posted detailed instructions on the FreeBSD wiki: http://wiki.freebsd.org/OliverFromme/BootLoaderTest Any kind of feedback is welcome. quick test in qemu - works well. Very cool! can you send a screenshot

Re: CFT: Graphics support for /boot/loader

2009-02-05 Thread william
Works beautifully! Loving it. Thanks for the work. --Original Message-- From: Oliver Fromme Sender: owner-freebsd-hack...@freebsd.org To: freebsd-hackers@FreeBSD.ORG To: freebsd-curr...@freebsd.org Sent: Feb 5, 2009 17:18 Subject: CFT: Graphics support for /boot/loader Hello fellow hacke

Re: CFT: Graphics support for /boot/loader

2009-02-05 Thread Oleksandr Tymoshenko
Oliver Fromme wrote: http://wiki.freebsd.org/OliverFromme/BootLoaderTest Any kind of feedback is welcome. Works fine on Thinkpad T400 (CURRENT/i386). ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ha

Re: CFT: Graphics support for /boot/loader

2009-02-05 Thread Max Laier
On Thursday 05 February 2009 23:18:36 Oliver Fromme wrote: > I have posted detailed instructions on the FreeBSD wiki: > > http://wiki.freebsd.org/OliverFromme/BootLoaderTest > > Any kind of feedback is welcome. quick test in qemu - works well. Very cool! -- /"\ Best regards,

Re: CFT: Graphics support for /boot/loader

2009-02-05 Thread Bruno Van Den Bossche
On Thu, Feb 5, 2009 at 11:18 PM, Oliver Fromme wrote: [graphical bootloader] > I have posted detailed instructions on the FreeBSD wiki: > > http://wiki.freebsd.org/OliverFromme/BootLoaderTest > > Any kind of feedback is welcome. I've just tested it on my laptop (Fujitsu T4220) with current and

Re: CFT: Graphics support for /boot/loader

2009-02-05 Thread Andrew Thompson
On Thu, Feb 05, 2009 at 11:18:36PM +0100, Oliver Fromme wrote: > Hello fellow hackers, > > Some of you might remember that I'm working on graphics > support for our /boot/loader. Unfortunately, progress has > been rather slow because of non-FreeBSD-related activity. > > Anyway, I have now prepar

CFT: Graphics support for /boot/loader

2009-02-05 Thread Oliver Fromme
Hello fellow hackers, Some of you might remember that I'm working on graphics support for our /boot/loader. Unfortunately, progress has been rather slow because of non-FreeBSD-related activity. Anyway, I have now prepared a tarball containing a loader binary for public testing. If you are eager

Re: linking .a lib with another library

2009-02-05 Thread Julian Elischer
pluknet wrote: 2009/2/5 pluknet : Hi. The problem is: I have a program which is statically linked to my static lib during a build. The lib is in turn uses kvm*() calls, hence it should be linked with libkvm. in static linking order is important.. you need to put libkvm after the library that

Re: blockable sleep lock (sleep mutex) 16

2009-02-05 Thread John Baldwin
On Wednesday 04 February 2009 11:05:02 am Nikola Knežević wrote: > On 2 Feb 2009, at 19:09 , Julian Elischer wrote: > > >>> It says "non-sleepable locks", yet it classifies click_instance > >>> as sleep mutex. I think witness code should emit messages which > >>> are more clear. > >> It is c

Re: linking .a lib with another library

2009-02-05 Thread pluknet
2009/2/5 pluknet : > Hi. > > The problem is: > > I have a program which is statically linked to my static lib during a build. > The lib is in turn uses kvm*() calls, hence it should be linked with libkvm. > > During the build of my binaries which are linked to my libucron.a I > get the following: >

Re: kobj methods (DEVMETHOD) that have differing signatures (in src/sys)

2009-02-05 Thread Andriy Gapon
on 04/02/2009 22:11 M. Warner Losh said the following: > In message: <4989e87b.5010...@icyb.net.ua> > Andriy Gapon writes: > : > : This based on the (much) earlier proposal described here: > : http://lists.freebsd.org/pipermail/freebsd-arch/2008-April/007982.html > : > : The patch wa

Re: SSH Problem

2009-02-05 Thread Corne Kotze
Hi all, Just an update on the ssh with keys issue I had. To refresh, I run a sftp server which chroot users to their assigned folders. http://www.bsdguides.org/guides/freebsd/security/sftp_chroot_users.php That disabled the keys authentication I had running on my server. The solution that wor

linking .a lib with another library

2009-02-05 Thread pluknet
Hi. The problem is: I have a program which is statically linked to my static lib during a build. The lib is in turn uses kvm*() calls, hence it should be linked with libkvm. During the build of my binaries which are linked to my libucron.a I get the following: /usr/home/pluknet/svn/ucron/ksucro