Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 13
I'm upgradin' direct from the web, but I clicked on i386 instead of x86 64 (this is laptop w/ AMD64). Can I change this later? Edit: I just stopped the ...
  1. #1
    Linux User
    Join Date
    Apr 2007
    Posts
    289

    Upgrade from 8 -> 10; WRONG ARCHITECTURE!!!

    I'm upgradin' direct from the web, but I clicked on i386 instead of x86 64 (this is laptop w/ AMD64).

    Can I change this later?

    Edit:
    I just stopped the download at this point. Should I delete the files and start again?
    Attached Images Attached Images

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Post the output of uname -a command here.
    Package Updater is in Download Stage only. You can cancel and restart afresh any time.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Linux User
    Join Date
    Apr 2007
    Posts
    289
    Quote Originally Posted by devils casper View Post
    Post the output of uname -a command here.
    Package Updater is in Download Stage only. You can cancel and restart afresh any time.
    I understand 'Still in download stage', but it looks like most of the upgrade packages have downloaded. I'm just wondering if they are now in a local depository, and should be deleted. Is that what uname -a will show? (I'm off of that machine right now...)

    Thanks!

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    uname -a will display kernel, distro version and type only.
    Last edited by devils casper; 02-21-2009 at 06:09 AM.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Linux User
    Join Date
    Apr 2007
    Posts
    289
    Here's return for uname -a
    Code:
    [root@localhost chuckfc8]# uname -a
    Linux localhost.localdomain 2.6.23.1-42.fc8 #1 SMP Tue Oct 30 13:55:12 EDT 2007 i686 athlon i386 GNU/Linux
    [root@localhost chuckfc8]#
    This is AMD Turion64 laptop.
    Last edited by devils casper; 02-21-2009 at 06:09 AM.

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Execute this
    Code:
    yum clean all
    Last edited by devils casper; 02-21-2009 at 06:09 AM.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  7. #7
    Linux User
    Join Date
    Apr 2007
    Posts
    289
    Devil's Casper? Maybe should be LKB (LinuxKnowledgeBase)???

    Anyway here, no return for the above code.

    BUT, I think I found out where those files are downloaded to, and some MORE TOO...

    I think that, because I tried to resume the download, and I ran out of space on the partition on which I have FC8:
    Code:
    ....
    ....
    ....
    texlive-texmf-fonts-2007-26.fc10.noarch: Insufficient space in download directory //var/cache/yum/rawhide/packages
        * free   480 k
        * needed 56 M
    [root@localhost chuckfc8]#
    Code:
    [root@localhost chuckfc8]# df --si -v
    Filesystem             Size   Used  Avail Use% Mounted on
    /dev/sda4              5.1G   4.9G   132k 100% /
    tmpfs                  1.1G    13k   1.1G   1% /dev/shm
    [root@localhost chuckfc8]#
    And a disk display shows:
    Code:
    [root@localhost chuckfc8]# sudo du -chx --max-depth=1 /
    380K    /tmp
    0       /net
    0       /proc
    20K     /lost+found
    8.0K    /srv
    19M     /sbin
    140M    /boot
    140M    /etc
    8.0K    /opt
    8.0K    /mnt
    0       /dev
    3.0G    /usr
    5.9M    /bin
    1.3G    /var
    16K     /media
    20M     /home
    0       /sys
    0       /selinux
    0       /misc
    408K    /root
    148M    /lib
    4.8G    /
    4.8G    total
    [root@localhost chuckfc8]#
    This ain't right - it's a fresh install from fc8 LiveCD...

    Duplicated files?
    Last edited by devils casper; 02-21-2009 at 06:10 AM.

  8. #8
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Execute this
    Code:
    su -
    yum clean all
    It will clean all uninstalled/downloaded packages. Check output of df -h and sudo du -chx --max-depth=1 / commands again.

    5.1 GB size is not enough for Fedora. You should allocate 8-10GB at least. Is there any free/unparititoned space left in your harddisk? You can resize existing partitions easily.
    Post the output of this
    Code:
    su -
    fdisk -l
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  9. #9
    Linux User
    Join Date
    Apr 2007
    Posts
    289
    Yeah - there's free space, but it will have to come from another partition. THis task needs to be done while on a live boot?

    Code:
    [root@localhost chuckfc8]# df -h
    Filesystem            Size  Used Avail Use% Mounted on
    /dev/sda4             4.8G  4.1G  447M  91% /
    tmpfs                 982M   12K  982M   1% /dev/shm
    [root@localhost chuckfc8]#
    This is disk space of which me@fc8 has read/write capability???
    Code:
    [root@localhost chuckfc8]# du -chx --max-depth=1 /
    340K    /tmp
    0       /net
    0       /proc
    20K     /lost+found
    8.0K    /srv
    19M     /sbin
    140M    /boot
    140M    /etc
    8.0K    /opt
    8.0K    /mnt
    0       /dev
    3.0G    /usr
    5.9M    /bin
    952M    /var
    16K     /media
    33M     /home
    0       /sys
    0       /selinux
    0       /misc
    408K    /root
    148M    /lib
    4.4G    /
    4.4G    total
    [root@localhost chuckfc8]#
    Partition info:
    Code:
    [root@localhost ~]# fdisk -l
    
    Disk /dev/sda: 120.0 GB, 120034123776 bytes
    255 heads, 63 sectors/track, 14593 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x4b36bdea
    
       Device Boot      Start         End      Blocks   Id  System
    /dev/sda1   *           1        1594    12803773+   7  HPFS/NTFS
    /dev/sda2            3121       14121    88365532+  83  Linux
    /dev/sda3           14122       14593     3791340    5  Extended
    /dev/sda4            1595        2231     5116702+  83  Linux
    /dev/sda5           14122       14593     3791308+  82  Linux swap / Solaris
    
    Partition table entries are not in disk order
    
    Disk /dev/sdb: 120.0 GB, 120034123776 bytes
    255 heads, 63 sectors/track, 14593 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x393115b2
    
       Device Boot      Start         End      Blocks   Id  System
    /dev/sdb1   *           1       13526   108644320+   7  HPFS/NTFS 
    /dev/sdb2           13526       14593     8571904    7  HPFS/NTFS
    [root@localhost ~]#
    Must additional space come from an ADJACENT partition? I have never resized a partition in a 4 multi-boot. Scary --->

    Lemme' guess - shrink one partition, then increase sda4 from live boot?

  10. #10
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Its really easy to resize Partitions. GParted Partition Manager is available in Fedora LiveCD. You can use PartedMagic LiveCD too.
    /dev/sda4 is / partition of Fedora. What is in /dev/sda2 partition?
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...