Here’s the output:
capslock@MACGREGOR-FOUR-O-ONE:~> sudo /sbin/fdisk -l
We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:
#1) Respect the privacy of others.
#2) Think before you type.
#3) With great power comes great responsibility.
root's password:
Disk /dev/sda: 41.1 GB, 41110142976 bytes
255 heads, 63 sectors/track, 4998 cylinders, total 80293248 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000d8574
Device Boot Start End Blocks Id System
/dev/sda1 2048 3147775 1572864 82 Linux swap / Solaris
/dev/sda2 * 3147776 34603007 15727616 83 Linux
/dev/sda3 34603008 80291839 22844416 83 Linux
capslock@MACGREGOR-FOUR-O-ONE:~> df -h
Filesystem Size Used Avail Use% Mounted on
rootfs 15G 2.8G 12G 20% /
devtmpfs 244M 116K 243M 1% /dev
tmpfs 248M 6.5M 242M 3% /dev/shm
/dev/sda2 15G 2.8G 12G 20% /
/dev/sda3 22G 173M 21G 1% /home
capslock@MACGREGOR-FOUR-O-ONE:~> free
total used free shared buffers cached
Mem: 507828 480160 27668 0 23804 278724
-/+ buffers/cache: 177632 330196
Swap: 1572860 0 1572860
capslock@MACGREGOR-FOUR-O-ONE:~> mount
devtmpfs on /dev type devtmpfs (rw,relatime,size=248948k,nr_inodes=62237,mode=755)
tmpfs on /dev/shm type tmpfs (rw,relatime)
devpts on /dev/pts type devpts (rw,relatime,gid=5,mode=620,ptmxmode=000)
/dev/sda2 on / type ext4 (rw,relatime,user_xattr,acl,barrier=1,data=ordered)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
/dev/sda3 on /home type ext4 (rw,relatime,user_xattr,acl,barrier=1,data=ordered)
securityfs on /sys/kernel/security type securityfs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
gvfs-fuse-daemon on /home/capslock/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,relatime,user_id=1000,group_id=100)
capslock@MACGREGOR-FOUR-O-ONE:~> cat /etc/issue
Welcome to openSUSE 11.4 "Celadon" - Kernel \r (\l).
capslock@MACGREGOR-FOUR-O-ONE:~> uname -a
Linux MACGREGOR-FOUR-O-ONE 2.6.37.6-0.7-default #1 SMP 2011-07-21 02:17:24 +0200 i686 i686 i386 GNU/Linux
I highly doubt my university is filtering anything related to Linux or capping download size, but its definitely possible theres some independent openSUSE repository set up. I’ve been trying to download the updates one at a time for now, which still only works if they are very small. I’m emailing the guy who recommended openSUSE to me to see if he’s had any similar issues.
Also, the automatic updates during the install process worked fine as far as I could tell, with no freezing or hanging. It’s just once I try to install software via the desktop environment that I get this issue.