Archive

Posts Tagged ‘intrepid’

升级到Ubuntu Intrepid后感觉到的一些变化

January 6th, 2009

第一,一台服务器,双网卡,配置两个ip地址,这两个ip地址同属一个网段,因此网关设置为相同。升级前一切正常,升级后只能让同网段的其它机器ping通,其它网段机器即使防火墙规则允许也ping不通,去掉其中一个ip地址的网关设置后就可以了。

第二是和mysql相关的怪怪的问题,以前mysql设置中都有一项:

innodb_flush_log_at_trx_commit=1

升级后,一台P4 1.7 256M内存的机器insert数据正常,另外一台IBM x3650 双5160 3.0GHz cpu 4G内存机器的insert却极慢(10条数据要5秒),不光是比以前Feisty慢,比刚才那台

......[Continue Read/阅读全文]

Linux , , , , , , , , , , , ,

Intrepid中的php-sybase凑合能用了

January 4th, 2009

以前说过Ubuntu升级到hardy之后,php-sybase没了,现在在intrepid里又有了,不过有些变化。

主要的原因好像是支持方式从以前的ctlib变成了dblib,其实是和mssql的支持作在一起了,所以现在没有了sybase_ct.so,并且如果使用了adodb(我新下载的版本是5.07),要修改drivers/adodb-sybase.inc.php的148行,把

return sybase_unbuffered_query($sql,$this->_connectionID);

替换为

return sybase_query($sql,$this->_c

......[Continue Read/阅读全文]

General , , , , , ,

升级到8.10 intrepid过程中libc6依赖性死循环问题的解决

January 4th, 2009

依然是采取从源升级的方式,不过却遇到了依赖性死循环:

fwolf@svr6:~$ sudo apt-get install Reading package lists… Done Building dependency tree Reading state information… Done You might want to run `apt-get -f install’ to correct these. The following packages have unmet dependencies: libc6: Depends:

......[Continue Read/阅读全文]

Linux , , , , , , ,