LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 06-25-2013, 10:08 PM   #1
lpallard
Senior Member
 
Registered: Nov 2008
Posts: 1,045

Rep: Reputation: Disabled
Installing Slackware 14 on an older machine


So I am going to install Slack64 14 onto an older machine (Athlon 64 X2, 3GB RAM) and its been ages since I installed Slack on a computer, but last time it went very well so I am wondering if this machine is too old to run Slack64 14??

Basically, I went as follows:
  • Booted from Slack DVD
  • Used fdisk to clear up /dev/sda
  • Partitioned using fdisk with /sda1 bootable (primary & RAID autodetect), sda2 as SWAP (primary), sda3 as extended (remainder of HDD), sda5 as logical (filling up entire extended partition as RAID autodetect).
  • Tried to copy the partition scheme from sda to sdb using

Code:
sfdisk -d /dev/sda | /dev/sdb
Then I formatted /dev/sda1 & /dev/sda5 using

Code:
mkfs.ext4 /dev/sda1
mkfs.ext4 /dev/sda5
And I ran setup. First glitch, it doesnt list sda1 & sda5 in the partition list. Looks like sda isn't detected by setup at all.

sda is a 320GB Seagate ST3320620AS.

I'll keep searching, for now my mind is not clear I need some rest.. If I can get past these roadblocks, I should be OK.

Thanks!

Last edited by lpallard; 06-25-2013 at 10:30 PM.
 
Old 06-25-2013, 10:26 PM   #2
lpallard
Senior Member
 
Registered: Nov 2008
Posts: 1,045

Original Poster
Rep: Reputation: Disabled
My memory cleared up and I remembered that the sfdisk command above doesnt work, this one did the trick!

Code:
sfdisk -d /dev/sda | sfdisk /dev/sdb
Also, I forgot to create the RAID arrays BEFORE running setup .. d'ah..!! Thats what happens when you are tired and lose control. Time to sleep.

Last edited by lpallard; 06-25-2013 at 10:34 PM.
 
Old 06-26-2013, 12:04 AM   #3
JWJones
Senior Member
 
Registered: Jun 2009
Posts: 1,444

Rep: Reputation: 709Reputation: 709Reputation: 709Reputation: 709Reputation: 709Reputation: 709Reputation: 709
Quote:
Originally Posted by lpallard View Post
So I am going to install Slack64 14 onto an older machine (Athlon 64 X2, 3GB RAM)...
My Slackware box at work is an Athlon XP 2000+, 768MB RAM, 80GB hard drive. Runs Slackware 14, 32-bit with Xfce quite nicely. Even better with Windowmaker.
 
Old 06-26-2013, 07:19 AM   #4
Celyr
Member
 
Registered: Mar 2012
Location: Italy
Distribution: Slackware+Debian
Posts: 321

Rep: Reputation: 81
If you don't need a raid0 you can safely go on, when you will create the raid make it degradated and then add the sdbN partition to it, the kernel will do the job of copying the data around.

Here a guide for growing the raid

Last edited by Celyr; 06-26-2013 at 07:21 AM.
 
Old 06-26-2013, 10:08 AM   #5
digger95
Member
 
Registered: Oct 2007
Location: Indiana, PA
Distribution: Slackware 14
Posts: 330

Rep: Reputation: 46
Quote:
Originally Posted by lpallard View Post
So I am going to install Slack64 14 onto an older machine (Athlon 64 X2, 3GB RAM)
I'm running Slackware 14 (64-bit) on a Sempron 140 w/ 3GB RAM and it runs flawlessly. You should have no problems at all!

Last edited by digger95; 06-26-2013 at 10:09 AM.
 
Old 06-27-2013, 10:32 AM   #6
lpallard
Senior Member
 
Registered: Nov 2008
Posts: 1,045

Original Poster
Rep: Reputation: Disabled
OK I installed it to see what were the changes since last version and I like the new stuff!! Feels snappier too!

The only problem is that I have installed it with full option (all packages). Now for a server, I suppose I dont need (or I shouldn't install everything (KDE, blackbox, other DE's, office programs, etc).

I'd rather start light then install additional packages if need be. Usually, if I install everything and I uninstall packages I dont need, I end up with a broken system because I delete packages I think are safe to remove but another one is using it..

So for a server that will nbeed to run PHP, apache, mysql, python, and other web related technologies, what kind of install do you perform?

I also like the TightVNC capability to remote login to the server and have a GUI to move files and play around...

Waiting for feedback!
Cheers!
 
Old 06-27-2013, 10:51 AM   #7
Celyr
Member
 
Registered: Mar 2012
Location: Italy
Distribution: Slackware+Debian
Posts: 321

Rep: Reputation: 81
Quote:
Originally Posted by lpallard View Post
OK I installed it to see what were the changes since last version and I like the new stuff!! Feels snappier too!

The only problem is that I have installed it with full option (all packages). Now for a server, I suppose I dont need (or I shouldn't install everything (KDE, blackbox, other DE's, office programs, etc).

I'd rather start light then install additional packages if need be. Usually, if I install everything and I uninstall packages I dont need, I end up with a broken system because I delete packages I think are safe to remove but another one is using it..
So for a server that will nbeed to run PHP, apache, mysql, python, and other web related technologies, what kind of install do you perform?

I also like the TightVNC capability to remote login to the server and have a GUI to move files and play around...

Waiting for feedback!
Cheers!
Usually if I don't need free space i just let all the packages here and I always go for full install. It happened to me once to leave out kde to save space.
About TightVNC I think X server redirection is better, you can also use it in windows with Xming.
 
Old 06-27-2013, 11:59 AM   #8
lpallard
Senior Member
 
Registered: Nov 2008
Posts: 1,045

Original Poster
Rep: Reputation: Disabled
Ive managed to setup and install Slack the way I need it, I installed tightVNC but I am wondering why I do not have any icons?? See screenshot. Logging locally on the server in XFCE I have icons, everything is just fine. Is it some kind of cache or setting to be reset?

Brand new install and brand new tightvnc user.. no settings or files should be left from previous installs or setups..
Attached Thumbnails
Click image for larger version

Name:	ISS3.jpeg
Views:	37
Size:	97.7 KB
ID:	12819  
 
Old 06-27-2013, 03:35 PM   #9
kikinovak
MLED Founder
 
Registered: Jun 2011
Location: Montpezat (South France)
Distribution: CentOS, OpenSUSE
Posts: 3,453

Rep: Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154
Quote:
Originally Posted by lpallard View Post
Ive managed to setup and install Slack the way I need it, I installed tightVNC but I am wondering why I do not have any icons?? See screenshot. Logging locally on the server in XFCE I have icons, everything is just fine. Is it some kind of cache or setting to be reset?

Brand new install and brand new tightvnc user.. no settings or files should be left from previous installs or setups..
Simply open Xfce Settings > Appearance and define the Tango Icon theme.
 
Old 06-27-2013, 04:44 PM   #10
lpallard
Senior Member
 
Registered: Nov 2008
Posts: 1,045

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by kikinovak View Post
Simply open Xfce Settings > Appearance and define the Tango Icon theme.
I'd like, but its not there... Ive double checked again, locally using root's acccount the icons and the "Theme" entry is there in XFCE's settings window.
Attached Thumbnails
Click image for larger version

Name:	ISS4.jpeg
Views:	20
Size:	91.1 KB
ID:	12820  
 
Old 06-28-2013, 04:20 PM   #11
Lenard Spencer
Member
 
Registered: Sep 2004
Location: Florida
Distribution: Slackware, Linux from Scratch
Posts: 329

Rep: Reputation: 199Reputation: 199
Running a file server/internet gateway with 64-current on an Athlon64 X2 4600 with 2 gigs of ram. Running 64-current on the box that USED to be the server (Athlon64 3200+ with 1 gig of ram) with no problems at all. So 14.0 should be a piece of cake.
 
Old 06-28-2013, 06:43 PM   #12
Woodsman
Senior Member
 
Registered: Oct 2005
Distribution: Slackware 14.1
Posts: 3,482

Rep: Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546
Quote:
So I am going to install Slack64 14 onto an older machine (Athlon 64 X2, 3GB RAM)....
You call that an "older" machine? Holy ceerapp...

I have Slackware 14.0 installed on a 400 MHz PI (K6-III+) with 256 MB of RAM and a 350 MHZ PII with 448 MB of RAM.
 
1 members found this post helpful.
Old 06-28-2013, 11:12 PM   #13
glorsplitz
Senior Member
 
Registered: Dec 2002
Distribution: slackware!
Posts: 1,308

Rep: Reputation: 368Reputation: 368Reputation: 368Reputation: 368
I have 14 on p3 500, 1gig ram, 2 ide, 1 3tb sata running from sata add on card, if it weren't for stupid power outages uptime would be in years.
 
Old 06-29-2013, 07:30 AM   #14
vivanguarda
Member
 
Registered: Sep 2008
Location: RJ-Brazil
Distribution: Slackware
Posts: 181

Rep: Reputation: 5
My Dears, is it possible include in this thread a Windown Manager choose for X?

Thanks!
 
Old 06-29-2013, 07:33 AM   #15
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
Another "older" machine here:
Code:
bash-4.2$ uname -p
AMD Athlon(tm) 64 X2 Dual Core Processor 5200+
bash-4.2$
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
APACHE VirtualHost not working on older slackware machine mtlhd Linux - Server 1 01-25-2010 09:25 PM
Problem with Installing fedora 7 on an older machine :/ iro_number1 Linux - Newbie 33 10-30-2007 07:51 PM
Serious Booting Problems With Slackware 10.2 On Older Machine (Possibly ACPI?) peter_89 Slackware 4 05-02-2006 01:01 PM
Installing Linux on older machine - Failing Trefalgar Linux - Newbie 9 09-18-2004 02:36 PM
Problem Installing/Booting Slack on Older Machine deesto Slackware 3 12-27-2002 07:47 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 05:50 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration