|
|
Gentoo搭建的服务器- # emerge --info
- Portage 2.1.2.2 (default-linux/amd64/2007.0/no-multilib, gcc-4.1.1, glibc-2.5-r2, 2.6.19-gentoo-r5 x86_64)
- =================================================================
- System uname: 2.6.19-gentoo-r5 x86_64 Dual-Core AMD Opteron(tm) Processor 2212
- Gentoo Base System release 1.12.9
- Timestamp of tree: Tue, 08 May 2007 04:00:01 +0000
- dev-lang/python: 2.4.3-r4
- dev-python/pycrypto: 2.0.1-r5
- sys-apps/sandbox: 1.2.17
- sys-devel/autoconf: 2.13, 2.61
- sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
- sys-devel/binutils: 2.16.1-r3
- sys-devel/gcc-config: 1.3.16
- sys-devel/libtool: 1.5.22
- virtual/os-headers: 2.6.17-r2
- ACCEPT_KEYWORDS="amd64"
- AUTOCLEAN="yes"
- CBUILD="x86_64-pc-linux-gnu"
- CFLAGS="-march=opteron -pipe -O2"
- CHOST="x86_64-pc-linux-gnu"
- CONFIG_PROTECT="/etc"
- CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/php/apache1-php5/ext-active/ /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/splash /etc/terminfo"
- CXXFLAGS="-march=opteron -pipe -O2"
- DISTDIR="/usr/portage/distfiles"
- FEATURES="distlocks metadata-transfer parallel-fetch sandbox sfperms strict"
- GENTOO_MIRRORS="[url=http://mirror.datapipe.net/gentoo]http://mirror.datapipe.net/gentoo[/url] [url=ftp://ftp.twaren.net/Linux/Gentoo/]ftp://ftp.twaren.net/Linux/Gentoo/[/url] [url=http://mirror.pacific.net.au/linux/Gentoo]http://mirror.pacific.net.au/linux/Gentoo[/url]"
- LANG="zh_CN"
- LC_ALL="zh_CN"
- LDFLAGS="-Wl,-O1 -Wl,--sort-common"
- LINGUAS="zh_CN"
- MAKEOPTS="-j5"
- PKGDIR="/usr/portage/packages"
- PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --filter=H_**/files/digest-*"
- PORTAGE_TMPDIR="/var/tmp"
- PORTDIR="/usr/portage"
- SYNC="rsync://rsync.gentoo.org/gentoo-portage"
- USE="3dnow 3dnowext 64bit acl acpi amd64 apache2 async authlib bash-completion berkdb big-tables bzip2 c++ charconv chroot cjk clamav clamd cli cracklib crypt dbus dhcp directfb diskio dynamicplugin elf extensions fbcon flexresp2 fortran ftp gcj gdbm gif gpm gtk2 gzip hal iconv imap inline iproute2 java5 javascript jpeg l7filter libg++ lm_sensors logrotate maildir max-idx-128 mbox md5sum mfd-rewrites mmx mmxext mng mysql ncurses net nls nptl nptlonly openexr openssh openssl pam pcre perfprofiling perl png pppd python readline reflection reiserfs restrict sensord session sguil smux snortsam sockets spl sse sse2 ssl svg svgz symlink sysfs syslog tcpd tiff timestats truetype unicode unzip usb userlocales vhosts vim vim-pager vim-syntax xml xpm zip zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="mouse keyboard" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="zh_CN" USERLAND="GNU" VIDEO_CARDS="apm ark ati chips cirrus cyrix dummy fbdev glint i128 i810 mga neomagic nv rendition s3 s3virge savage siliconmotion sis sisusb tdfx tga trident tseng v4l vesa vga via vmware voodoo"
- Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
复制代码 2 X Opteron 2212的CPU,文件系统为reiserfs(最大支持1TB的文件),系统为纯64位的(no-multilib)。
架设了Apache和vsftpd。
现在通过vsftpd上传了一个5.12GB大小的文件,通过Apache的index可以看到,大小也正常。使用IE6下载提示大小为1.12GB,IE7提示“提供的HTTP邮件标头无效”,通过ftp下载也是1.12GB。
google了一下,发现有一个Linux系统4GB限制的问题。但是使用scp下载就没有问题,可以正常下载到5.12GB的文件。
不知道各位有遇到这个问题的么?有何解决方案? |
|