Re: yum-presto not on by default

2009-09-23 Thread Yuan Yijun
2009/9/24 Bill Nottingham nott...@redhat.com:

 That is not the issue. There are two issues:

 - Compressing a file on different arches, while it produces output
 that any arch can decompress, does produce *different* output.
 - Compression of xz is not fast.


So long as RPM is not rebuilt on client's computer, xz is definitely a
favorable choice: less download, fast decompression.

What about to rebuild unzipped RPM on client's computer, and compare
its signature with pre-calculated one? It should be fast on server
side (pre-calculate signature for all drpm is too slow, as seth said.)


-- 
bbbush ^_^

-- 
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list


Re: selinux hasn't been running for over a week

2009-09-17 Thread Yuan Yijun
2009/9/18 Steve Grubb sgr...@redhat.com:
 hi,

 What's happened in our rawhide boot sequence that cause selinux to not be
 running anymore? Selinux is not disabled in the grub.conf kernel line and
 sestatus shows its disabled. There is nothing in the system logs saying that
 there was a problem.


I encountered this problem as well, but don't know why. It happens
when I am trying different kernels among some recent builds (starting
from 0.104 to 1.14). I guess there is a incompatible between older
kernels and the policy; when you install a kernel while SELinux is
disabled, it may cause future problems. Do you expect SELinux to be
enabled automatically? I usually enable SELinux by doing a relabel,
then install the kernel again.



-- 
bbbush ^_^

-- 
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list


Re: Rawhide fonts problem report for 2009-09-06

2009-09-07 Thread Yuan Yijun
Hi,

The package wine-fonts is not mentioned, why? It contains

/usr/share/wine/fonts/symbol.ttf26040
/usr/share/wine/fonts/tahoma.ttf89124
/usr/share/wine/fonts/tahomabd.ttf  80408
/usr/share/wine/fonts/vgas1255.fon  6480

BTW is the name tahoma a trademark?

-- 
bbbush ^_^

-- 
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list


Re: Help on CMake usage (read gecko's libdir variable)

2009-07-14 Thread Yuan Yijun
2009/7/13 Yuan Yijun bbbush.y...@gmail.com:
 Hi,

 The package chmsee used to need a patch to read libdir variable.
 The original patch can be found here
 https://bugzilla.redhat.com/attachment.cgi?id=303660 of
 https://bugzilla.redhat.com/427622

 Now latest chmsee switched to use CMake instead. I cannot figure out
 how to apply such a patch. Anyone can help?



problem solved. The patch is no longer necessary because of Gecko's
API change: use

GRE_GetGREPathWithProperties() and its param of type GREVersionRange

to find correct path at runtime.


Thanks!


-- 
bbbush ^_^

-- 
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list


Help on CMake usage (read gecko's libdir variable)

2009-07-13 Thread Yuan Yijun
Hi,

The package chmsee used to need a patch to read libdir variable.
The original patch can be found here
https://bugzilla.redhat.com/attachment.cgi?id=303660 of
https://bugzilla.redhat.com/427622

Now latest chmsee switched to use CMake instead. I cannot figure out
how to apply such a patch. Anyone can help?



-- 
bbbush ^_^

-- 
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list