Re: Wolverine & LVM

2001-02-23 Thread Evandro Fernandes Giovanini
> > > > reiserfs will only appear in your kernel configuration if you choose to > > view development and/or incomplete code and drivers. that means linus > > torvalds thinks it's not ready for prime time just yet. > > > > i just hope redhat will do the same thing with ext3. > > Ext3 won't even be

Re: Wolverine & LVM

2001-02-23 Thread Trond Eivind Glomsrød
Evandro Fernandes Giovanini <[EMAIL PROTECTED]> writes: > > >it 's compiled as module but does not appears to be available during the > > >installation (disk druid). > > >if redhat does not include reiserfs as a choice during the installation > > >(maybe in custom install for experimented user),

Re: Announcing a beta release of Red Hat Linux: "Wolverine"

2001-02-23 Thread Matt Wilson
On Fri, Feb 23, 2001 at 02:39:40PM -0500, Chuck Byam wrote: > > Whatis the status of Cardbus? Fisher has worked well and I'd like to try a > beta on a notebook, but without cardbus support it'd be pointless. It Mostly Works. Basically cardmgr and hutplug support are in conflict at the moment.

Re: Wolverine & LVM

2001-02-23 Thread Evandro Fernandes Giovanini
> >it 's compiled as module but does not appears to be available during the > >installation (disk druid). > >if redhat does not include reiserfs as a choice during the installation > >(maybe in custom install for experimented user), i will no be able to > >understand redhat strategy (make a distri

C++/Linux opportunity...

2001-02-23 Thread W. Mark Jurney
Greetings,   If you, or anyone you know, might have an interest in working for a Fortune 50 company in Research Triangle Park, NC, please contact me at the number listed below.  Relocation expenses and an excellent compensation package will be provided.  This company is looking for someone

Re: Announcing a beta release of Red Hat Linux: "Wolverine"

2001-02-23 Thread Chuck Byam
On Friday 23 February 2001 10:18, you wrote: :. . :. Announcing... :. Red Hat Linux "Wolverine" :. (a beta release) :. :. Red Hat, Inc. presents a beta release of Red Hat Linux for your :. hacking pleasure. First, the regular dril

Re: Estimation of Device Driver!!

2001-02-23 Thread Lars Nordin
Not knowing that can get you in trouble - see these sites on the definition of GPL, LGPL and licensing: http://www.gnu.org/philosophy/license-list.html http://www.opensource.org/licenses/index.html Just because it open for distribution does not necessarily mean that you can use it for commeric

Re: Estimation of Device Driver!!

2001-02-23 Thread Karen Shaeffer
On Fri, Feb 23, 2001 at 08:14:36AM -0800, Jalaja Devi wrote: > Yes the driver is GPL!! Don't worry!! > > > Jalaja Devi wrote: > > > > > > HI, > > > I have to port a Linux2.x PCI device driver to QNX > > > platform. How to estimate the time duration of > > this > > > work? > > > > Is the driver

Re: Estimation of Device Driver!!

2001-02-23 Thread Jalaja Devi
The documentation of the driver sez that it is GNU and open for distribution. I don't know the difference bet GPL, LGPL, GNU etc!! --- Thomas Dodd <[EMAIL PROTECTED]> wrote: > Jalaja Devi wrote: > > > > Yes the driver is GPL!! Don't worry!! > > That the issue. You may have problems if the driv

Re: Estimation of Device Driver!!

2001-02-23 Thread Thomas Dodd
Jalaja Devi wrote: > > Yes the driver is GPL!! Don't worry!! That the issue. You may have problems if the driver is GPL and the OS isn't. Is QNX GPL? Do you plan to distribute the driver or the patches? -Thomas > --- Thomas Dodd <[EMAIL PROTECTED]> wrote: > > Jalaja Devi wrote: > > >

Re: Estimation of Device Driver!!

2001-02-23 Thread Lars Nordin
On Friday 23 February 2001 11:21, Lars Nordin wrote: > First, this is the work list to ask about QNX this is Red-Hat Development. ^^^ make that "wrong" not "work" ___ Redhat-devel-list mailing list [EMAIL PROTECTED] https://listma

Re: Estimation of Device Driver!!

2001-02-23 Thread Lars Nordin
First, this is the work list to ask about QNX this is Red-Hat Development. Second, that was not what Thomas Dodd meant; You can not take the GPL'ed PCI device driver and put it into QNX since QNX is not GPL. You can rewrite the whole thing or use the device driver for the same PCI device from

Re: Estimation of Device Driver!!

2001-02-23 Thread Jalaja Devi
Yes the driver is GPL!! Don't worry!! --- Thomas Dodd <[EMAIL PROTECTED]> wrote: > Jalaja Devi wrote: > > > > HI, > > I have to port a Linux2.x PCI device driver to QNX > > platform. How to estimate the time duration of > this > > work? > > Is the driver GPL? > You should contact the author abo

Re: Estimation of Device Driver!!

2001-02-23 Thread Thomas Dodd
Jalaja Devi wrote: > > HI, > I have to port a Linux2.x PCI device driver to QNX > platform. How to estimate the time duration of this > work? Is the driver GPL? You should contact the author about do the port since it may violate the driver's license to link it with a non GPL OS. This just came

help regarding debug option on linux

2001-02-23 Thread Deja User
I want to see which all procedures (functions) get called in the kernel (including those in the IP & TCP up to the application program) when ppp packets get passed between my machine and another machine. I came to know that the printk() function logs this info into /var/log/messages. I heard t

Announcing a beta release of Red Hat Linux: "Wolverine"

2001-02-23 Thread Matt Wilson
Announcing... Red Hat Linux "Wolverine" (a beta release) Red Hat, Inc. presents a beta release of Red Hat Linux for your hacking pleasure. First, the regular drill: This is a beta release of Red Hat Linux. It is not int

Re: RAD tool from Borland

2001-02-23 Thread John Summerfield
[EMAIL PROTECTED] said: > Afterall, my first time that I tried to report a bug to MS, the > documentation required me to pay as i report ( either through a 1-900 > number, or through credit card ) - otherwise they are not interested. > Maybe things have changed, but what do u do about being burne

Estimation of Device Driver!!

2001-02-23 Thread Jalaja Devi
HI, I have to port a Linux2.x PCI device driver to QNX platform. How to estimate the time duration of this work? I could not do this cuz, I dint write a full fledged device driver before. All i did was some maintenance stuff and the top half. regards, Jalaja __