Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
06-12-2010, 08:44 AM
|
#31
|
|
Member
Registered: Jan 2009
Location: Alexandria, Minnesota
Distribution: Slackware 13.1
Posts: 809
Rep:
|
Quote:
Originally Posted by a4z
|
Okay, I'm probably coming off as a complete idiot... but how do I download this thing?
|
|
|
|
06-12-2010, 09:01 AM
|
#32
|
|
LQ 5k Club
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Laptop: Slackware 14.0 // Desktop: Slackware64 14.0 // Netbook: Slackware 14.0
Posts: 6,176
|
I used rsync, as mentioned in Eric's blog (see the link in my previous post).
|
|
|
|
06-12-2010, 09:10 AM
|
#33
|
|
Member
Registered: Jan 2009
Location: Alexandria, Minnesota
Distribution: Slackware 13.1
Posts: 809
Rep:
|
Quote:
Originally Posted by brianL
I used rsync, as mentioned in Eric's blog (see the link in my previous post).
|
Oops, I missed your post entirely...
Anyway, I copied and pasted the command from that page and got this:
Code:
gene@lemon:~$ rsync -av ?progress rsync://alien.slackbook.org/alien-kde/4.4.4/x86_64
sending incremental file list
rsync: link_stat "/home/gene/?progress" failed: No such file or directory (2)
ERROR: module is read only
rsync error: syntax or usage error (code 1) at main.c(866) [receiver=3.0.6]
rsync: connection unexpectedly closed (5 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(601) [sender=3.0.7]
What am I doing wrong?
|
|
|
|
06-12-2010, 09:13 AM
|
#34
|
|
Senior Member
Registered: Sep 2009
Location: dallas, tx
Distribution: Slackware - current multilib/gsb Arch
Posts: 1,949
Original Poster
Rep: 
|
Quote:
Originally Posted by 2handband
Okay, I'm probably coming off as a complete idiot... but how do I download this thing?
|
http://alien.slackbook.org/blog/kde-...lackware-13-1/
Quote:
So here they are, my packages (32-bit and 64-bit) for Slackware 13.1 that give you KDE SC 4.4.4!
The routine has not changed, and the README explains the simple upgrade process as always. This time, it is even easier because I did not have to update or add any dependencies. The KDE and KDEI packages are all that’s new.
|
It will vary a little bit depending on which version you go with. I normally create a local mirror with
Code:
lftp -c "open http://alien.slackbook.org/ktown/4.4.4/ ; mirror x86"
as an example of the 4.4.4 32bit packages. There are rsync commands on the blog I believe.
To install the new packages, I usually just drop to runlevel 1, cd to the new x86 directory and upgrade the packages with
Code:
upgradepkg --install-new --reinstall */*.t?z
Be warned that 4.4.85 is NOT READY FOR PRIMETIME. Although it is usable.
|
|
|
|
06-12-2010, 09:14 AM
|
#35
|
|
LQ 5k Club
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Laptop: Slackware 14.0 // Desktop: Slackware64 14.0 // Netbook: Slackware 14.0
Posts: 6,176
|
Quote:
Originally Posted by 2handband
Oops, I missed your post entirely...
Anyway, I copied and pasted the command from that page and got this:
Code:
gene@lemon:~$ rsync -av ?progress rsync://alien.slackbook.org/alien-kde/4.4.4/x86_64
sending incremental file list
rsync: link_stat "/home/gene/?progress" failed: No such file or directory (2)
ERROR: module is read only
rsync error: syntax or usage error (code 1) at main.c(866) [receiver=3.0.6]
rsync: connection unexpectedly closed (5 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(601) [sender=3.0.7]
What am I doing wrong?
|
Code:
gene@lemon:~$ rsync -av ?progress rsync://alien.slackbook.org/alien-kde/4.4.4/x86_64
You've got ?progress where you should have --progress.
|
|
|
|
06-12-2010, 09:32 AM
|
#36
|
|
Member
Registered: Jan 2009
Location: Alexandria, Minnesota
Distribution: Slackware 13.1
Posts: 809
Rep:
|
Actually that turned out to be one of two errors I made... I also failed to copy the dot at the end of the command. Thanks. Anyway, it's downloading now. Once I've got it I'm going to drop into a console to do the install; I've learned the hard way that trying a DE upgrade from within the DE is always a poor idea. So perhaps one of you can tell me... what's the hotkey combo to get into a console in Slack? ctrl-alt-f2 doesn't seem to work on my machine.
|
|
|
|
06-12-2010, 09:38 AM
|
#37
|
|
Senior Member
Registered: Sep 2009
Location: dallas, tx
Distribution: Slackware - current multilib/gsb Arch
Posts: 1,949
Original Poster
Rep: 
|
CTRl+ALT+f2 works here to get to a console, but you should drop runlevels. I like single user mode personally. After the download, as root do do your upgrade, and then
Code:
init 3
###or
init 4
depending on your preferred runlevel.
|
|
|
|
06-12-2010, 01:49 PM
|
#38
|
|
Member
Registered: Jan 2009
Location: Alexandria, Minnesota
Distribution: Slackware 13.1
Posts: 809
Rep:
|
Build went flawlessly! Thanks to all, especially Eric for the excellent package.
|
|
|
|
06-12-2010, 02:31 PM
|
#39
|
|
Member
Registered: Aug 2005
Location: Fountain Valley, CA / Thailand
Distribution: Slackware64® 14.0
Posts: 976
Rep:
|
Using Eric's packages and all is well.............
|
|
|
|
06-12-2010, 02:38 PM
|
#40
|
|
Member
Registered: Jan 2009
Location: Alexandria, Minnesota
Distribution: Slackware 13.1
Posts: 809
Rep:
|
Progress report... this thing is running WAY smoother after the upgrade. CPU usage is down, and the system is noticeably more responsive.
|
|
|
|
06-17-2010, 09:39 PM
|
#41
|
|
Member
Registered: Jan 2009
Location: Alexandria, Minnesota
Distribution: Slackware 13.1
Posts: 809
Rep:
|
Quote:
Originally Posted by damgar
http://alien.slackbook.org/blog/kde-...lackware-13-1/
It will vary a little bit depending on which version you go with. I normally create a local mirror with
Code:
lftp -c "open http://alien.slackbook.org/ktown/4.4.4/ ; mirror x86"
as an example of the 4.4.4 32bit packages. There are rsync commands on the blog I believe.
To install the new packages, I usually just drop to runlevel 1, cd to the new x86 directory and upgrade the packages with
Code:
upgradepkg --install-new --reinstall */*.t?z
Be warned that 4.4.85 is NOT READY FOR PRIMETIME. Although it is usable.
|
Could you expand on that a bit? Is it buggy and crash-prone, or is it just kinda raw? If it's stable I'll probably install it; I want a usable Konqueror again.
|
|
|
|
06-17-2010, 10:19 PM
|
#42
|
|
Senior Member
Registered: Sep 2009
Location: dallas, tx
Distribution: Slackware - current multilib/gsb Arch
Posts: 1,949
Original Poster
Rep: 
|
I can recommend 4.4.4 with a clear conscience. Although I've experienced no crashes with 4.4.85, it is very raw and buggy, and I can't recommend it to anyone except people that like to run beta/dev software. It is usable and I expect it to be very nice when it's released.
|
|
|
|
06-17-2010, 10:39 PM
|
#43
|
|
Member
Registered: Jan 2009
Location: Alexandria, Minnesota
Distribution: Slackware 13.1
Posts: 809
Rep:
|
Quote:
Originally Posted by damgar
I can recommend 4.4.4 with a clear conscience. Although I've experienced no crashes with 4.4.85, it is very raw and buggy, and I can't recommend it to anyone except people that like to run beta/dev software. It is usable and I expect it to be very nice when it's released.
|
I've already got 4.4.4. I'm thinking about upgrading to 4.4.85 because I'm sick of Firefox. If it's still buggy I'll probably skip it.
|
|
|
|
06-17-2010, 10:53 PM
|
#44
|
|
Senior Member
Registered: Sep 2009
Location: dallas, tx
Distribution: Slackware - current multilib/gsb Arch
Posts: 1,949
Original Poster
Rep: 
|
I didn't have any problems with Konqueror in 4.4.4. What problems are you having?
P.S. 4.4.86 was apparently released today. I'll hopefully have it built on a couple of machines by tomorrow so I would leave 4.4.85 alone anyway. 
Last edited by damgar; 06-17-2010 at 10:59 PM.
|
|
|
|
06-18-2010, 07:12 AM
|
#45
|
|
Member
Registered: Jan 2009
Location: Alexandria, Minnesota
Distribution: Slackware 13.1
Posts: 809
Rep:
|
Same problems that have existed with Konq for awhile... it's got problems rendering a a lot of modern web content. I'm hardly alone in this; it's a fairly hot topic on the KDE forums. Apparently the problems have largely been fixed in the Konq that will ship with KDE 4.5. I want it!
Let us know how it goes with 4.4.86.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 12:30 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|