LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 11-03-2013, 03:42 PM   #1
Rockitglider7
Member
 
Registered: Nov 2013
Location: South Florida
Distribution: Slackware 14 on a Dell Inspiron 1420
Posts: 30

Rep: Reputation: Disabled
Question Fisrt Slackware install


Hello,

I'm new here, first time poster, and first time Linux installer. I installed slackware 14 on an IBM PC and I think it mostly went OK, but there is a few things that I'm unsure how to proceed. I read online that I'm supposed to use CUPS to setup my printers and I get an error when I try to connect to localhost:631 I can ping localhost ok but it wont load in Mozilla. Is there another way to setup the printers? There is already another Linux computer on the network that was setup by Linux tech and it is the print server. So I guess I need to point to those, that Linux version is 15 years older, but it is also slackware. Please help.

Sincerely, Rockitglider7
 
Old 11-03-2013, 04:02 PM   #2
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2143Reputation: 2143Reputation: 2143Reputation: 2143Reputation: 2143Reputation: 2143Reputation: 2143Reputation: 2143Reputation: 2143Reputation: 2143Reputation: 2143
Why did you decide on Slackware for your first Linux install?

You really should have chosen a distro that doesn't make you sit down, research, figure out, and implement everything for yourself, from scratch.

If your goal with this install is to spend the next few weeks/months learning how Linux works at its core, then that's fine, but if your goal is to get the machine up and running and being productive within a reasonable amount of time, you should choose another distro.

Just my opinion.

Last edited by suicidaleggroll; 11-03-2013 at 04:04 PM.
 
Old 11-03-2013, 04:21 PM   #3
aristocratic
Member
 
Registered: Sep 2011
Location: Texas
Distribution: Open SuSE 12.1, Lucid Puppy
Posts: 90

Rep: Reputation: Disabled
Which Distro(s) would you recommend for a novice, suicidaleggroll?
 
Old 11-03-2013, 04:28 PM   #4
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2143Reputation: 2143Reputation: 2143Reputation: 2143Reputation: 2143Reputation: 2143Reputation: 2143Reputation: 2143Reputation: 2143Reputation: 2143Reputation: 2143
Depends on the application. For desktop use, Mint, OpenSUSE, etc. should be fine. For enterprise/server use, RHEL, CentOS, Debian, etc. should be fine. These distros allow you to configure things on the command line using config files if you want, but they don't force you to.

Of course there are more that would work too, but these are the ones I'm most familiar with.
 
Old 11-03-2013, 04:38 PM   #5
Rockitglider7
Member
 
Registered: Nov 2013
Location: South Florida
Distribution: Slackware 14 on a Dell Inspiron 1420
Posts: 30

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by suicidaleggroll View Post
Why did you decide on Slackware for your first Linux install?

You really should have chosen a distro that doesn't make you sit down, research, figure out, and implement everything for yourself, from scratch.

If your goal with this install is to spend the next few weeks/months learning how Linux works at its core, then that's fine, but if your goal is to get the machine up and running and being productive within a reasonable amount of time, you should choose another distro.

Just my opinion.

Hello,

Yes the reason I chose slackware is because that was what was existing and My friend that I am doing this for wanted to stay with slackware, and yes I kinda wanted to spend some time with it and learn about it. My friend is not in a hurry and is willing to let me learn on his system. I am learning a lot fast but I get frustrated a little with certain things. But please help if you can as I am willing to learn.

Rockitglider7
 
Old 11-03-2013, 04:57 PM   #6
TroN-0074
Senior Member
 
Registered: Dec 2011
Location: Michigan USA
Distribution: OpenSUSE 13.2 64bit-Gnome on ASUS U52F
Posts: 1,444

Rep: Reputation: 340Reputation: 340Reputation: 340Reputation: 340
Hi Rockitglider7. I think Slackware is a good choice if you really want to learn all the ins and outs of Linux, I would suggest you to post your questions about setting up Slackware in the Slackware sub forums here in the LQ site. There is lots of good infor there and the users that hang out there are nice when it come to helping.

If you click there on the forums look on the Linux distributionn sub category then click on the SlackWare

Here is the direct link http://www.linuxquestions.org/questions/slackware-14/

good luck to you
 
Old 11-03-2013, 04:58 PM   #7
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2143Reputation: 2143Reputation: 2143Reputation: 2143Reputation: 2143Reputation: 2143Reputation: 2143Reputation: 2143Reputation: 2143Reputation: 2143Reputation: 2143
Quote:
Originally Posted by Rockitglider7 View Post
Yes the reason I chose slackware is because that was what was existing and My friend that I am doing this for wanted to stay with slackware, and yes I kinda wanted to spend some time with it and learn about it. My friend is not in a hurry and is willing to let me learn on his system.
Sounds like a good reason to use Slack then. I agree with TroN, you'll probably get the best help in the Slackware subforum, good luck.
 
Old 11-03-2013, 05:05 PM   #8
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
I reported this thread, so that it will be moved to the Slackware forum.

I do not know much about print-servers, but if you want connect to the CUPS subsystem the first thing to check is if CUPS is running on your system. Check if /etc/rc.d/rc.cups is executable, so that it is autostarted when you boot the system. If in doubt post the output of
Code:
ls -l /etc/rc.d/rc.cups

Last edited by TobiSGD; 11-03-2013 at 05:12 PM. Reason: fixed: missing word
 
Old 11-03-2013, 05:07 PM   #9
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Moved: This thread is more suitable in <SLACKWARE> and has been moved accordingly to help your thread/question get the exposure it deserves.
 
Old 11-03-2013, 05:09 PM   #10
Rockitglider7
Member
 
Registered: Nov 2013
Location: South Florida
Distribution: Slackware 14 on a Dell Inspiron 1420
Posts: 30

Original Poster
Rep: Reputation: Disabled
OK great,

Thanks for your help, and I will check this

"If in doubt post the output of
ls -l /etc/rc.d/rc.cups" but can't get to it until the AM


Rockitglider7
 
Old 11-03-2013, 07:22 PM   #11
glorsplitz
Senior Member
 
Registered: Dec 2002
Distribution: slackware!
Posts: 1,398

Rep: Reputation: 413Reputation: 413Reputation: 413Reputation: 413Reputation: 413
I get an error when I try to connect to localhost:631?

what sort of error, is mozilla asking to confirm a security exception?
 
Old 11-03-2013, 08:11 PM   #12
kingbeowulf
Senior Member
 
Registered: Oct 2003
Location: WA
Distribution: Slackware
Posts: 1,284
Blog Entries: 11

Rep: Reputation: 763Reputation: 763Reputation: 763Reputation: 763Reputation: 763Reputation: 763Reputation: 763
Rockitglider7,

/etc/rc.d/rc.cups needs to be marked executable to automatically start the CUPS server on boot; this is not done by default, unless you specificlly did so at the end of the install process. Then the CUPS web interface should work. As root:

Code:
# chmod +x /etc/rc.d/rc.cups
Then you can open localhost:631/admin and either set up a local printer or attach to a remot print server.

See also:
http://docs.slackware.com/
 
Old 11-03-2013, 09:03 PM   #13
Richard Cranium
Senior Member
 
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,860

Rep: Reputation: 2230Reputation: 2230Reputation: 2230Reputation: 2230Reputation: 2230Reputation: 2230Reputation: 2230Reputation: 2230Reputation: 2230Reputation: 2230Reputation: 2230
Quote:
Originally Posted by suicidaleggroll View Post
You really should have chosen a distro that doesn't make you sit down, research, figure out, and implement everything for yourself, from scratch.
That would be some other distro, not Slackware.

Please stop emitting opinions out of your fourth point of contact.
 
2 members found this post helpful.
Old 11-03-2013, 09:36 PM   #14
zrdc28
Member
 
Registered: Dec 2007
Location: Alabama USA
Distribution: Slackware current
Posts: 309

Rep: Reputation: 55
kingbeowulf Gave you some good info, that will make it executable. The way I do it most of the time is make it executable
as described then open up "system" from the "menu" and go to Print Settings and tell it to connect.

You have chosen a great distro to start with and it is not really that complicated. After making the file executable you will forever know how to do that to any file and there is always great help on this forum along with Google.

Last edited by zrdc28; 11-03-2013 at 09:42 PM.
 
Old 11-04-2013, 12:07 AM   #15
bormant
Member
 
Registered: Jan 2008
Posts: 426

Rep: Reputation: 241Reputation: 241Reputation: 241
Rockitglider7,
another way is run (as root) pkgtool, select Setup, select services, scroll to CUPS and set mark on it ([ * ]) with spacebar, confirm selection with Enter and then Exit from pkgtool.
As for me, chmod a+x /etc/rc.d/rc.cups is simple enough.

Now, cups will start at every boot. But it is still stopped, so we can start it manually for this boot:
/etc/rc.d/rc.cups start
or restart machine, like windows users do.

Now you can browse to localhost:631/admin to setup printing with CUPS.

Last edited by bormant; 11-04-2013 at 12:12 AM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Fisrt time linux user. Kchmviewer problem. Suse 11.0 haxpak Linux - Newbie 4 01-04-2009 05:36 AM
How can I install a slackware-current kernel to slackware 11? bijit1709 Slackware 11 06-13-2007 03:24 PM

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

All times are GMT -5. The time now is 06:07 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