ICH6 support

2004-09-15 Thread Uros
Hello! I have MB with IntelŽ 82801FR ICH6 RAID (ICH6R) chipset on board. I tried to boot with 5.3 beta3 and it recognized it with SATA 150, but after install I only get UDMA33. Is this chip supported or not. What can I do with this. -- Best regards, Uros mailto:[EMAIL

mount smbfs

2004-10-12 Thread Uros
vols=`awk -- '/^# \/.*[[:space:]]+smbfs[[:space:]]+/ { print $2,$3 }' /etc/fstab` and then for vol in ${vols}; do echo "$vol" done output is separeted by space, but i want $2 and $3 to be in one row so I can execute mount command -- Best regards, Uros

portupgrade and pkgtools.conf

2004-10-28 Thread Uros
ut when I do porupgrade subversion it looks like there was no parameters added to make. Because I always get error that devel/apr is not properly builded. Am I doing something wrong here. -- Best regards, Uros ___ [EMAIL PROTECTED] mailing list h

Re[2]: portupgrade and pkgtools.conf

2004-10-28 Thread Uros
, 'devel/subversion' => [ 'WITHOUT_NEON=1', 'WITH_APACHE2_APR=1', 'WITH_BERKELEYDB=42' ], I found a patch but it seems tigris is offline, so I'll try later. Also if