On Thu, Mar 15, 2012 at 08:47:12PM -0400, Joshua Kinard wrote:
> On 03/15/2012 10:41, Greg KH wrote:
>
> >
> > There's always mudev if you don't want to run udev, good luck with that.
>
>
> Got a link? We don't have anything matching in the tree, and Google turns
> up nothing relevant in the first few pages.
Sorry, I think it's called 'mdev' and is part of busybox.
greg "no one asked me to adopt a package, amazing" k-h
03-16-2012, 02:01 AM
Richard Yao
Let's redesign the entire filesystem!
On 03/15/12 22:43, Greg KH wrote:
> On Thu, Mar 15, 2012 at 08:47:12PM -0400, Joshua Kinard wrote:
>> On 03/15/2012 10:41, Greg KH wrote:
>>
>>>
>>> There's always mudev if you don't want to run udev, good luck with that.
>>
>>
>> Got a link? We don't have anything matching in the tree, and Google turns
>> up nothing relevant in the first few pages.
>
> Sorry, I think it's called 'mdev' and is part of busybox.
>
> greg "no one asked me to adopt a package, amazing" k-h
How about app-editors/bvi?
03-16-2012, 02:18 PM
Greg KH
Let's redesign the entire filesystem!
On Thu, Mar 15, 2012 at 11:01:19PM -0400, Richard Yao wrote:
> On 03/15/12 22:43, Greg KH wrote:
> > On Thu, Mar 15, 2012 at 08:47:12PM -0400, Joshua Kinard wrote:
> >> On 03/15/2012 10:41, Greg KH wrote:
> >>
> >>>
> >>> There's always mudev if you don't want to run udev, good luck with that.
> >>
> >>
> >> Got a link? We don't have anything matching in the tree, and Google turns
> >> up nothing relevant in the first few pages.
> >
> > Sorry, I think it's called 'mdev' and is part of busybox.
> >
> > greg "no one asked me to adopt a package, amazing" k-h
>
> How about app-editors/bvi?
A whole separate package for a tool that reimplements 'vim -b' mode?
That seems pointless, sorry.
At least find a package that people use
greg k-h
03-16-2012, 04:00 PM
Michael Orlitzky
Let's redesign the entire filesystem!
On 03/16/12 11:18, Greg KH wrote:
>
> At least find a package that people use
>
On Fri, Mar 16, 2012 at 11:18 AM, Greg KH <gregkh@gentoo.org> wrote:
> On Thu, Mar 15, 2012 at 11:01:19PM -0400, Richard Yao wrote:
>> On 03/15/12 22:43, Greg KH wrote:
>> > On Thu, Mar 15, 2012 at 08:47:12PM -0400, Joshua Kinard wrote:
>> >> On 03/15/2012 10:41, Greg KH wrote:
>> >>
>> >>>
>> >>> There's always mudev if you don't want to run udev, good luck with that.
>> >>
>> >>
>> >> Got a link? *We don't have anything matching in the tree, and Google turns
>> >> up nothing relevant in the first few pages.
>> >
>> > Sorry, I think it's called 'mdev' and is part of busybox.
>> >
>> > greg "no one asked me to adopt a package, amazing" k-h
>>
>> How about app-editors/bvi?
>
> A whole separate package for a tool that reimplements 'vim -b' mode?
> That seems pointless, sorry.
>
> At least find a package that people use
>
> greg k-h
03-16-2012, 10:29 PM
Zac Medico
Let's redesign the entire filesystem!
On 03/14/2012 06:49 PM, Richard Yao wrote:
> On 03/14/12 21:06, Zac Medico wrote:
>> On 03/14/2012 05:58 PM, Richard Yao wrote:
>>> On 03/14/12 20:36, David Leverton wrote:
>>>> On 14 March 2012 23:47, Zac Medico <zmedico@gentoo.org> wrote:
>>>>> It's more about what we're _not_ doing that what we're doing.
>>>>
>>>> Clearly something must have changed in udev 181 to make
>>>> /usr-without-initramfs not work anymore, and someone must have done
>>>> something to make that change happen, unless udev has aquired the
>>>> ability to evolve by itself.
>>>>
>>>
>>> I suggest that you file a bug report regarding this for the Gentoo udev
>>> maintainer.
>>
>> RESOLVED:UPSTREAM
>
> Lets permit the udev maintainer to do that.
Bug 398049 can serve well enough. The maintainer said, "This should no
longer be an issue once we have everyone with separate /usr using an
initramfs." [1]
On 03/14/2012 06:49 PM, Richard Yao wrote:
> On 03/14/12 21:06, Zac Medico wrote:
>> On 03/14/2012 05:58 PM, Richard Yao wrote:
>>> On 03/14/12 20:36, David Leverton wrote:
>>>> On 14 March 2012 23:47, Zac Medico <zmedico@gentoo.org> wrote:
>>>>> It's more about what we're _not_ doing that what we're doing.
>>>>
>>>> Clearly something must have changed in udev 181 to make
>>>> /usr-without-initramfs not work anymore, and someone must have done
>>>> something to make that change happen, unless udev has aquired the
>>>> ability to evolve by itself.
>>>>
>>>
>>> I suggest that you file a bug report regarding this for the Gentoo udev
>>> maintainer.
>>
>> RESOLVED:UPSTREAM
>
> Lets permit the udev maintainer to do that.
Bug 398049 can serve well enough. The maintainer said, "This should no
longer be an issue once we have everyone with separate /usr using an
initramfs." [1]
On Thu, Mar 15, 2012 at 04:44:11PM -0400, Richard Yao wrote
> Busybox is installed as part of the system profile on amd64. You can
> install mdev by doing this:
>
> ln -s /bin/busybox /sbin/mdev
The official method is to build busybox with the "mdev" USE flag. That
is the only way that virtual/dev-manager recognizes it, and doesn't try
to pull in udev, instead. From the ebuild...
> There is documentation in the busybox GIT for how to use it:
>
> http://git.busybox.net/busybox/plain/docs/mdev.txt
TOOT!!! (blowing my own horn). See http://www.waltdnes.org/mdev/ for
instructions on replacing udev with mdev for simple Gentoo systems.
Hopefully more info will start arriving, allowing more complex systems
to work with mdev.
--
Walter Dnes <waltdnes@waltdnes.org>
03-19-2012, 04:21 AM
"Walter Dnes"
Let's redesign the entire filesystem!
On Sat, Mar 17, 2012 at 03:12:11AM -0400, Walter Dnes wrote
> TOOT!!! (blowing my own horn). See http://www.waltdnes.org/mdev/ for
> instructions on replacing udev with mdev for simple Gentoo systems.
> Hopefully more info will start arriving, allowing more complex systems
> to work with mdev.
With more people getting interested, the project has been moved to
wiki format https://wiki.gentoo.org/wiki/Mdev to allow more people to
contribute.