Unix Technical Forum

Do the iso's get updated or not?

This is a discussion on Do the iso's get updated or not? within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> Do the iso's on the mirrors or slackware ftp get updated at all, or are they the same now ...


Go Back   Unix Technical Forum > Unix Operating Systems > Slackware Linux Support

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-19-2008, 03:23 PM
nobody
 
Posts: n/a
Default Do the iso's get updated or not?

Do the iso's on the mirrors or slackware ftp get updated at all, or are
they the same now as when 10 was released?
The reason I ask is, I was having a freezing problem when I installed 10.
Everything would freeze for about 30-50 seconds every 20 mins or so.
Couldn't move the mouse or anything. I switched to suse 9.1 but god do I
miss slackware
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-19-2008, 03:23 PM
NeoSadist
 
Posts: n/a
Default Re: Do the iso's get updated or not?

nobody wrote:

> Do the iso's on the mirrors or slackware ftp get updated at all, or are
> they the same now as when 10 was released?
> The reason I ask is, I was having a freezing problem when I installed 10.
> Everything would freeze for about 30-50 seconds every 20 mins or so.
> Couldn't move the mouse or anything. I switched to suse 9.1 but god do I
> miss slackware


Sounds like more of a problem with your RAM or something, or maybe the CDs
you burnt it to.

--
The First Rule of Program Optimization:
Don't do it.

The Second Rule of Program Optimization (for experts only!):
Don't do it yet.
-- Michael Jackson

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-19-2008, 03:23 PM
/dev/rob0
 
Posts: n/a
Default Re: Do the iso's get updated or not?

On Sat, 11 Sep 2004 03:08:53 +0000, nobody wrote:
> Do the iso's on the mirrors or slackware ftp get updated at all, or are


The ONLY time I know of this happening was 8.1->8.1.01 which had a
patched apache and openssh. The ISO image was updated because the mass
replication for the official CD's had not yet been done when these
significant security issues wer announced. The actual version received
by purchasers of the official 8.1 set was 8.1.01.

> Couldn't move the mouse or anything. I switched to suse 9.1 but god do I
> miss slackware


If SuSE will run on your machine, so will Slackware. Something
(probably X11) wasn't configured properly. Yes, SuSE will do a much
better job of handholding ... which is why it's not Slackware.
--
/dev/rob0 - preferred_email=i$((28*28+28))@softhome.net
or put "not-spam" or "/dev/rob0" in Subject header to reply

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-19-2008, 03:24 PM
Franklin
 
Posts: n/a
Default Re: Do the iso's get updated or not?

On Sat, 11 Sep 2004 03:08:53 +0000, nobody wrote:

> Do the iso's on the mirrors or slackware ftp get updated at all, or are
> they the same now as when 10 was released?
> The reason I ask is, I was having a freezing problem when I installed 10.
> Everything would freeze for about 30-50 seconds every 20 mins or so.
> Couldn't move the mouse or anything. I switched to suse 9.1 but god do I
> miss slackware


If you are using KDE and kernel 2.4.26 I may have an explanation and a
solution for you.

In my case, the problem was caused by the audio cd browser function. This
is the applet that searches the CDROM for a music CD and then represents
the cd as folder with wavs, mp3s oggs etc. It's located in the side panel
of konqueror under the Services tab.

In my case, this applet, as a user, would spin and spin and never be able
to open. Oddly it worked fine as root so there was some permissions
problem. But I had set permissions correctly for CDROM and CRWRITER, as
well as sr0 and sr1, and could burn and mount cds on both just fine. I use
ide-scsi. When I logged out of KDE (I use startx, not kdm/gdm) I would see
the latest error messages indicating that kde was searching for some way
to access the cdrom that it had permissions for and could not find one. It
was subsequently searching through all of /dev, which took about 20
minutes and then it would give up with a different error and cause KDE to
freeze for 2 or 3 seconds, unfreeze for a second, then freeze again for
4-5 seconds.

Clicking on the disfunctional audiocd applet in konqueror gave a message
similar to "cannot access cdrom: no permissions for /dev/sg0" or
something similar.

So I went to /dev and changed the permissions to what I have below:

crw-rw-rw- 1 root root 21, 0 1999-04-13 00:24 sg0
crw-rw-rw- 1 root root 21, 1 1999-04-13 00:24 sg1
crw------- 1 root root 21, 10 1999-04-13 00:24 sg10
crw------- 1 root root 21, 11 1999-04-13 00:24 sg11
crw------- 1 root root 21, 12 1999-04-13 00:24 sg12
crw------- 1 root root 21, 13 1999-04-13 00:24 sg13
crw------- 1 root root 21, 14 1999-04-13 00:24 sg14

I included the others to show what the permissions had been. I have a
cdrom and a cdburner so I changed both sg0 and sg1, but if you only have
one the sg0 will be the only one you may need to edit.

That solved my problem as well as the same problem for 2 or 3 others I
have suggested it to so perhaps it will help you too.

Sorry for the long post if your situation is different. Maybe it will
help someone else.

Steve
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-19-2008, 03:24 PM
MikeyD
 
Posts: n/a
Default Re: Do the iso's get updated or not?

nobody wrote:

> Do the iso's on the mirrors or slackware ftp get updated at all, or are
> they the same now as when 10 was released?


No. Just get all the patches from [mirror]/slackware-10.0/patches/packages,
and do "upgradepkg --install-new *.tgz", after you've installed.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-19-2008, 03:25 PM
Jeffrey Froman
 
Posts: n/a
Default Re: Do the iso's get updated or not?

nobody wrote:

> Do the iso's on the mirrors or slackware ftp get updated at all, or are
> they the same now as when 10 was released?


The official Slackware-10 ISOs won't have changed, but there is also the
Slackware-current tree, which most certainly does get updated regularly.
Some mirrors provide frequently updated Slackware-current ISOs, but check
the dates carefully to find out exactly which changes you're getting with
that ISO. Whether you install from a Slackware-10 ISO or a
Slackware-current ISO, you might want to pick up the latest additions to
current anyway.

However, without specific analysis of the freezing problem, it is difficult
to determine if any of the recent updates will have solved that issue for
you. The only time I've had something like that happen was when I used
nvidia's proprietary video drivers a couple of years ago.

Jeffrey
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 11:03 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com