存档

2004年8月 的存档

升级了binutils到2.15

2004年8月31日 hufey 评论已被关闭

为了正常编译glibc+nptl必须升级gas到2.15
于是升级binutils
tar xvzf glibc+nptl.tar.gz
mkdir glibc-build
cd glibc-build
../glibc+nptl/configure –prefix=/usr/lib/nptl –enable-add-ons=nptl –with-tls
编译glibc+nptl中

分类: 未分类 标签:

2.6.8.1的kernel还是出毛病乐

2004年8月31日 hufey 评论已被关闭

K3b怎么办?我家里电脑还生不升级kernel了涅?
mooreted
Member
Registered: May 2003
Location:
Distribution:
Posts: 391
HCL Entries: 0
Reviews: 0
K3b. No writer after kernel 2.6.8.1 compile. ( post #1)
Description:
After compiling a new 2.6.8.1 kernel, K3b now shows only a CD reader. No CD burner is shown. Before compiling the new kernel, K3b worked perfectly.
Additional Info:
This kernel does not support supermount.
Questions:
1. Is the lack of supermount a factor in this problem?
2. Can K3b be made to work without a recompile?
__________________
Compaq 5300US
512meg Memory
Two Hard Drives
PNY Verto MX 4000 Video Card
Mandrake 10
Windows 2000 Pro
Report this post to a moderator | IP: Logged
Today 01:14 AM
mykrob
Member
Registered: Jun 2004
Location: Jackson, TN
Distribution: Suse 9.1 Professional
Posts: 195
HCL Entries: 0
Reviews: 0
( post #2)
i dont have a good answer, but the K3B website has this notice:
quote:
o not use Kernel 2.6.8
A patch that was introduced into the kernel shortly before the 2.6.8 release makes K3b and also the dvd+rw-tools unusable on Linux (unless run as root but that is not recommended). The very important GET CONFIGURATION MMC command is rejected by the kernel for reasons I cannot see and writing commands like MODE SELECT also fail (K3b cannot detect CD writers without it) even when the device is opened O_RDWR. Until this issue has been solved I strongly recommend to stick to kernel version 2.6.7.
Update: The kernel guys are currently fixing the problem so the next kernel release should work again.
Update 2: The problem is NOT fixed in 2.6.8.1
Update 3: Be aware that kernel 2.6.8 also contains the memory leak which makes it impossible to write audio cds, even as root.

分类: 未分类 标签:

gaim 0.82

2004年8月30日 hufey 2 条评论

没找到RH9的RPM
sf.net上都是MDK的
不过FC1装上去看上去也没问题

分类: 未分类 标签:

装上了Windows XP SP2

2004年8月28日 hufey 评论已被关闭

防火墙还不错
不好也不坏

分类: 未分类 标签:

密云.两个半日

2004年8月27日 hufey 评论已被关闭


发生踩踏事故的那个桥

小小个密云县,有1个5星,1个4星,若干3星酒店
真是奇怪
据说县城里只有42万人
商业集中的主要街道只有两条
马路两边无数的巨漂亮的小区
都没有人住
晚上街上人很少,白天,人也不多
普通商品房每平米两千元左右,还见到
1千2一平米的
密云县距北京车程2小时,路况很好

酒店餐厅望出去

房间望出去

分类: 未分类 标签:

LD_ASSUME_KERNEL会影响动态链接库

2004年8月23日 hufey 评论已被关闭

本来需要把同一段程序分别链接nptl版的pthread和LinuxThreads的pthread
但是发现无论如何设置 gcc -L/usr/tls 最后连的都是 /lib下老的pthread
最后发现是自己在升级kernel到2.6的时候,为了让老版本的rpm 能正常
工作而 export LD_ASSUME_KERNEL=2.2.5 导致的
重新 export LD_ASSUME_KERNEL=2.4.20就可以了
这个问题也有些奇怪,待考!

阅读全文…

分类: 未分类 标签:

mini cooper

2004年8月22日 hufey 1 条评论

分类: 未分类 标签:

装上了VMWare GSX 3.1

2004年8月20日 hufey 评论已被关闭

可以在2.6kernel下工作了
可是在我的电脑上会花屏
不知咋搞的
guest os是w2k
显示属性里显示器刷新频率是85
比我的XWindow设置的70还大
还有哪不对呢?

分类: 未分类 标签:

xmms 中文支持

2004年8月19日 hufey 评论已被关闭

-adobe-helvetica-medium-r-normal–12-*-*-*-*-*-iso8859-1,-isas-fangsong ti-medium-r-normal-*-*-160-*-*-c-*-gb2312.1980-0

分类: 未分类 标签:

解决 MVL 不同版本冲突的办法

2004年8月18日 hufey 评论已被关闭

如果CGE, CEE 或 PRO的开发包装到同一台电脑上
由于路径的关系,很多script会调用到其他版本的程序
得到错误的路径。比如CGE的mvl-update-package会调用
hhl-whereami可能得出CEE的路径
解决办法就是临时把需要的路径提到前面去,反正重启动后
会恢复到原样–虽然原样也还是不能同时使用几个版本

#export PATH=/opt/montavista/cge/host/bin:$PATH

分类: 未分类 标签: