LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 12-06-2004, 01:08 AM   #16
master
Member
 
Registered: Oct 2003
Location: Birmingham/Eng/UK
Distribution: /Debian3.1/suse/Win7/8/10
Posts: 680

Original Poster
Rep: Reputation: 30

Hello i can now go in to my controll panel no problem i did have a couple of printers listed iv got rid of both of them iv uninstalled cups i know need to reinstall cups iv down loaded
"cups-1.1.20-i486-1.tgz"
iv typed
"gzip -d cups-1.1.20-i486-1.tgz"
iv now got
"cups-1.1.20-i486-1.tar"
iv typed
"tar xvf cups-1.1.20-i486-1.tar"
which created "etc/"
but i cant find a read me file to help me install it "ie" make,configure
 
Old 12-06-2004, 05:35 AM   #17
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
If you are using Slackware, reinstall cups. Onnce thats been reinstalled, do the following as root,

cd /etc/rc.d
chmod +x rc.cups

once thats done do

http://localhost:631 or http://127.0.0.1:631

Hopefully you'll be able to configure your printer now, through the cups administration tool running in your web browser.
 
Old 12-06-2004, 05:38 AM   #18
master
Member
 
Registered: Oct 2003
Location: Birmingham/Eng/UK
Distribution: /Debian3.1/suse/Win7/8/10
Posts: 680

Original Poster
Rep: Reputation: 30
this is the error i get when i type in the above link
An error occurred while loading http://127.0.0.1:631:


Could not connect to host 127.0.0.1 (port 631)

i think i get this error because cups is not reinstalled how can i confirm cups is not reinstalled
thanks nige
 
Old 12-06-2004, 06:02 AM   #19
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Wink

No, you need to reinstall the cups packages that come with Slackware then run the commands above.
 
Old 12-06-2004, 06:17 AM   #20
master
Member
 
Registered: Oct 2003
Location: Birmingham/Eng/UK
Distribution: /Debian3.1/suse/Win7/8/10
Posts: 680

Original Poster
Rep: Reputation: 30
ok i understand i dont suppose you know where about on the cd cups is do ya
 
Old 12-06-2004, 07:56 AM   #21
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
download swaret and install it using installpkg. Once thats done, copt /etc/swaret.conf.new to /etc/swaret.conf and then edit it so that it points to the version of Slackware you are using. Then, run

swaret --update
swaret --install cups

To upgrade packages on your system, run

swaret --upgrade
 
Old 12-06-2004, 09:29 AM   #22
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
Quote:
Originally posted by master
Hello i can now go in to my controll panel no problem i did have a couple of printers listed iv got rid of both of them iv uninstalled cups i know need to reinstall cups iv down loaded
"cups-1.1.20-i486-1.tgz"
iv typed
"gzip -d cups-1.1.20-i486-1.tgz"
iv now got
"cups-1.1.20-i486-1.tar"
iv typed
"tar xvf cups-1.1.20-i486-1.tar"
which created "etc/"
but i cant find a read me file to help me install it "ie" make,configure
don't use gzip etc....
download the .tgz file again and do " #installpkg cups-1.1.20-i486-1.tgz "
that's how packages can be installed in Slackware.

egag
 
Old 12-06-2004, 09:34 AM   #23
Chris H
Member
 
Registered: Aug 2003
Location: Farnborough, UK
Distribution: Zenwalk
Posts: 288

Rep: Reputation: 30
Quote:
Originally posted by master
iv done a little reading about cups iv read to type this command in to a terminal "/usr/sbin/cupsd"which will make sure cups is started i get a error message which says "cupsd: Child exited with status 98!"
can any body tell me what this means please
It means cups is already running so it stopped the second "child" process.
 
Old 12-06-2004, 09:37 AM   #24
master
Member
 
Registered: Oct 2003
Location: Birmingham/Eng/UK
Distribution: /Debian3.1/suse/Win7/8/10
Posts: 680

Original Poster
Rep: Reputation: 30
iv got slapt-get i used this command
"ot@localhost:/home/master# slapt-get --install cups
Reading Package Lists... Done
cups is up to date.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Done
root@localhost:/home/master# does this mean cups is installed and working or just installed and it still needs to be configured any way i then issued this command
"root@localhost:/home/master# cd /etc/rc.d"
"root@localhost:/etc/rc.d# chmod +x rc.cups"
i then went to both of the links above and received this error message.
"An error occurred while loading http://127.0.0.1:631:


Could not connect to host 127.0.0.1 (port 631)"
so i seem to be in the thick of it still do you mind giving me some more advice
thanks nige
 
Old 12-06-2004, 10:11 AM   #25
master
Member
 
Registered: Oct 2003
Location: Birmingham/Eng/UK
Distribution: /Debian3.1/suse/Win7/8/10
Posts: 680

Original Poster
Rep: Reputation: 30
iv given this some thought it must mean i did not uninstall cups like i was supposed to so can you tell me how to uninstall cups please
 
Old 12-06-2004, 10:27 AM   #26
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
you can use " pkgtool " as root.

egag
 
Old 12-06-2004, 12:06 PM   #27
master
Member
 
Registered: Oct 2003
Location: Birmingham/Eng/UK
Distribution: /Debian3.1/suse/Win7/8/10
Posts: 680

Original Poster
Rep: Reputation: 30
hello im allmost there now iv mnaged to go to the link
http://localhost:631
im now being asked for user name and password for http//:127.0.0.1:631
should i just type "root" for username and give root password
thanks nige
 
Old 12-06-2004, 12:15 PM   #28
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
just try it, i think it'll be oke.
i did that some time ago, don't really remember. but it sounds logical.

egag
 
Old 12-06-2004, 12:18 PM   #29
master
Member
 
Registered: Oct 2003
Location: Birmingham/Eng/UK
Distribution: /Debian3.1/suse/Win7/8/10
Posts: 680

Original Poster
Rep: Reputation: 30
ok it accepted that im now being asked for
name
location
description
where it says name should i just type "Epson stylus c60"
i dont know the answer for the other 2 any ideas please
 
Old 12-06-2004, 12:22 PM   #30
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
name epson
location bymyside
description allround printer

just a proposal...

egag
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
bandwidth controll alvi2 Linux - Networking 1 05-30-2005 02:08 AM
Remote controll Ephracis Linux - Software 1 10-22-2004 03:13 AM
controll ports acrors Fedora 2 09-26-2004 11:17 AM
suse9.1/yast/controll panel master Linux - Distributions 6 09-19-2004 04:13 PM
Domain controll log Linux - Networking 3 02-05-2003 11:53 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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