How can I upgrade to cups 1.7.5?

Problems and successes with specific brands/models of printers
Post Reply
Message
Author
number77
Posts: 804
Joined: Fri 22 Oct 2010, 19:30

How can I upgrade to cups 1.7.5?

#1 Post by number77 »

Hello
I have tahr605 frugal installed on a dell vostro 1320, 2.2ghz,2gb ram. I am trying to add printer drivers but the cups site (http:/localhost:631) is giving me an error of, 500 internal server error. I am trying to install a dell 3000cn and a sharp ar-m201. Is this the right way or has cups site moved.
Any help would be appreciated.
Thanks
number77
Last edited by number77 on Tue 19 Dec 2017, 08:06, edited 1 time in total.

User avatar
trapster
Posts: 2117
Joined: Mon 28 Nov 2005, 23:14
Location: Maine, USA
Contact:

#2 Post by trapster »

Are you sure cups is running?

try

Code: Select all

ps -auxw | grep cups
in a terminal

if it's not running, try

Code: Select all

/etc/init.d/cups start
trapster
Maine, USA

Asus eeepc 1005HA PU1X-BK
Frugal install: Slacko
Currently using full install: DebianDog

User avatar
Galbi
Posts: 1098
Joined: Wed 21 Sep 2011, 22:32
Location: Bs.As. - Argentina.

#3 Post by Galbi »

If you look here, you'll see that is very common problem.
https://cse.google.com/cse?cx=015995643 ... gsc.page=1

I ended changing for another Puppy. Currently using LxPupSC, CUPS works fine.

Saludos.
Remember: [b][i]"pecunia pecuniam parere non potest"[/i][/b]

number77
Posts: 804
Joined: Fri 22 Oct 2010, 19:30

#4 Post by number77 »

trapster wrote:Are you sure cups is running?

try

Code: Select all

ps -auxw | grep cups
in a terminal

if it's not running, try

Code: Select all

/etc/init.d/cups start
This is what I got.
root# ps -auxw | grep cups
root 6504 0.0 0.0 6376 2856 ? Ss 05:47 0:00 /usr/sbin/cupsd -C /etc/cups/cupsd.conf
root 10986 0.0 0.0 4136 800 pts/1 S+ 05:51 0:00 grep cups
root# /etc/init.d/cups start
cups: started scheduler.
I do still get server error though.

number77
Posts: 804
Joined: Fri 22 Oct 2010, 19:30

#5 Post by number77 »

Galbi wrote:If you look here, you'll see that is very common problem.
https://cse.google.com/cse?cx=015995643 ... gsc.page=1

I ended changing for another Puppy. Currently using LxPupSC, CUPS works fine.

Saludos.
Thanks. I will try other puppies that I have but I think it is too complex for me.

number77
Posts: 804
Joined: Fri 22 Oct 2010, 19:30

#6 Post by number77 »

Hello
Cups works fine on the same laptop but with tahr64 605 and version 1.7.5, the cups on the 32 bit tahr has 1.4.8 and does not.
How can I upgrade to 1.7.5.

anikin
Posts: 994
Joined: Thu 10 May 2012, 06:16

#7 Post by anikin »

The current version of cups is:
Package: cups (1.7.2-0ubuntu1.8)
https://packages.ubuntu.com/trusty-updates/cups
The procedure is simple and straightforward - download and install it together with its dependencies. Have a look at that red dot depends list in the above link - the list seems to be huge but not all of them are needed.

However, you should first upgrade your glibc - did you do that? That thread is marked solved:
http://murga-linux.com/puppy/viewtopic. ... 714#975714

number77
Posts: 804
Joined: Fri 22 Oct 2010, 19:30

#8 Post by number77 »

anikin wrote:The current version of cups is:
Package: cups (1.7.2-0ubuntu1.8)
https://packages.ubuntu.com/trusty-updates/cups
The procedure is simple and straightforward - download and install it together with its dependencies. Have a look at that red dot depends list in the above link - the list seems to be huge but not all of them are needed.

However, you should first upgrade your glibc - did you do that? That thread is marked solved:
http://murga-linux.com/puppy/viewtopic. ... 714#975714
Anikin
That is well beyond my capabilities.

anikin
Posts: 994
Joined: Thu 10 May 2012, 06:16

#9 Post by anikin »

Give me some time and I'll post a little howto on upgrading Puppy packages using Debian/Ubuntu repositories.

number77
Posts: 804
Joined: Fri 22 Oct 2010, 19:30

#10 Post by number77 »

anikin wrote:Give me some time and I'll post a little howto on upgrading Puppy packages using Debian/Ubuntu repositories.
Thanks that would be a help

Post Reply