sbd broken again
Kok, Auke
sofar at foo-projects.org
Thu Jun 7 02:30:41 CEST 2007
Jan Eidtmann wrote:
> On Wed, Jun 06, 2007 at 16:52:40 -0700
> "Kok, Auke" <sofar at foo-projects.org> wrote:
>> Jan Eidtmann wrote:
>>> On Wed, Jun 06, 2007 at 16:02:22 -0700
>>> "Kok, Auke" <sofar at foo-projects.org> wrote:
>>>> Jan Eidtmann wrote:
>>>>> hmm, then its just me. any idea what could cause this?
>>>>> could it be a shopt or an environment var? i have tried
>>>>> theedge too, no change.
>>>> your list of modules is already sorted to begine with? unlikely, but still this
>>>> is the natural tendency of the installed_list to grow to. lsh also invokes some
>>>> magical caching that might change how stuff works, try exiting lsh and running
>>>> it again (or just don't stay in lsh during these commands).
>>> my list of installed modules is sorted in dictionary-order.
>>> i get the same results outside of lsh, there are some
>>> messages tough:
>>>
>>> root at grey ~ # . /etc/lunar/config
>>> root at grey ~ # list_installed > installed
>>> root at grey ~ # sort_by_dependency `list_installed` > installed_sorted
>> yeah do you see /usr/bin/list_installed anywhere??? duh
>
> dude, look closely, and you'll understand.
well you still have the weird caching effects here since you never exited lsh...
>> use `lsh list_installed` instead
>
> no matter what:
if you did this in the same shell as where you did the above stuff before you
still have the cache issue.
> root at grey ~ # lsh list_installed > installed
> root at grey ~ # lsh sort_by_dependency `cat list_installed` > installed_sorted
> root at grey ~ # diff installed installed_sorted
> root at grey ~ #
is that theedge or lunar ?
More information about the Lunar-dev
mailing list