LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
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 03-06-2003, 12:39 AM   #1
Finlay
Senior Member
 
Registered: Mar 2003
Location: Seattle
Distribution: Slackware ?-14.1
Posts: 1,029

Rep: Reputation: 47
Talking Slack 9


Do i need to DL beta 9 to use samba 2.2.7a?
Or is there a way i and DL just samba and upgrade from 2.2.0?

Thanks,
 
Old 03-06-2003, 02:35 AM   #2
Texicle
Member
 
Registered: Oct 2002
Location: Northern Ontario, Canada
Distribution: Slackware 10.0
Posts: 789

Rep: Reputation: 30
I don't know if you have to download Slack 9 for samba 2.2.7a to work, but if you don't and are just looking to upgrade your samba 2.2.0 you can use the upgradepkg tool:

upgradepkg <old2.2.0package>%<new2.2.7apackage>

You would first download the new samba 2.2.7 package, then run the upgradepkg command. You would type the above line as root and use the correct paths and filenames without the <>'s as well. The % should be there though. This will remove the old package and install the new one.

However, the packages must be Slackpacks--packages with .tgz file extensions and not tar.gz or tar.bz2 or anything else--otherwise upgradepkg won't work as far as I know.

Look for the Slackpack for samba 2.2.7a at www.linuxpackages.net and you should find it there if it's packaged for Slackware. You also might want to read the documentation for the samba 2.2.7a to make sure you don't need Slackware 9 or whatever just in case.

Hope this helps.

Last edited by Texicle; 03-06-2003 at 02:37 AM.
 
Old 03-06-2003, 05:18 PM   #3
Finlay
Senior Member
 
Registered: Mar 2003
Location: Seattle
Distribution: Slackware ?-14.1
Posts: 1,029

Original Poster
Rep: Reputation: 47
Thanks, got the package i will try to install it tonight.
Do you know where to DL beta 9 at, i looked around but only found 8.1, which is what i have.

Thanks
 
Old 03-06-2003, 05:24 PM   #4
neenee
Member
 
Registered: Feb 2003
Location: Netherlands
Distribution: debian (sid)
Posts: 693

Rep: Reputation: 30
Lightbulb here

ftp://ftp.slackware.com/pub/slackwar...kware-current/

that's the location it can be downloaded from ; maybe there
are mirrors, but i have not seen any mention of any.

good luck ; when i tried the server was full :\
 
Old 03-06-2003, 05:54 PM   #5
DaOne
Member
 
Registered: Jan 2003
Location: USA
Distribution: Slackware
Posts: 498

Rep: Reputation: 30
Just a word of caution...
If you are running Slack 8.1 or earlier, and are upgrading packages from the Slackware-current tree, it would be wise to upgrade glibc-solibs, and pkgtools from the Slack-current tree first...before any other packages.
 
Old 03-06-2003, 06:45 PM   #6
neenee
Member
 
Registered: Feb 2003
Location: Netherlands
Distribution: debian (sid)
Posts: 693

Rep: Reputation: 30
hmm... DaOne - I have seen your name somewhere...
maybe you are the same.
 
Old 03-06-2003, 06:55 PM   #7
DaOne
Member
 
Registered: Jan 2003
Location: USA
Distribution: Slackware
Posts: 498

Rep: Reputation: 30
Quote:
hmm... DaOne - I have seen your name somewhere...
And where might that be???
 
Old 03-06-2003, 09:18 PM   #8
Texicle
Member
 
Registered: Oct 2002
Location: Northern Ontario, Canada
Distribution: Slackware 10.0
Posts: 789

Rep: Reputation: 30
Quote:
Originally posted by DaOne
Just a word of caution...
If you are running Slack 8.1 or earlier, and are upgrading packages from the Slackware-current tree, it would be wise to upgrade glibc-solibs, and pkgtools from the Slack-current tree first...before any other packages.
Finlay, this is really good advice here. I would definitely do this first. Sorry I didn't think to mention it earlier.
 
Old 03-07-2003, 02:16 AM   #9
Finlay
Senior Member
 
Registered: Mar 2003
Location: Seattle
Distribution: Slackware ?-14.1
Posts: 1,029

Original Poster
Rep: Reputation: 47
What do i have to DL and what commands do i use to upgrade the glibc-solibs and pkgtools?

Do i have to put packages in a certain dir before i unzip or install them?

Thanks,
 
Old 03-07-2003, 02:33 AM   #10
Texicle
Member
 
Registered: Oct 2002
Location: Northern Ontario, Canada
Distribution: Slackware 10.0
Posts: 789

Rep: Reputation: 30
I would go to www.slackware.com and check out the packages that come with Slackware-current. Find out the exact names of the packages mentioned by DaOne, write them down. Go to www.linuxpackages.net and find the packages. Just click the link and choose to save it. It will download to your /home/username directory. From there, since it will be in .tgz format, you can run pkgtool as root. Go to a command line, cd to your /home/username directory and you should see your downloads with "ls". Do the following:

su -m (this will let you su to root without changing directories)

then, type what I said in my first post with upgradepkg. That should be all you have to do.
 
Old 03-07-2003, 11:16 AM   #11
Finlay
Senior Member
 
Registered: Mar 2003
Location: Seattle
Distribution: Slackware ?-14.1
Posts: 1,029

Original Poster
Rep: Reputation: 47
I will do that this evening, thanks.

Now for a newb question (as i am one)

Is there a command or file, or some way. for me to check to see what servers/services are running? For example, mail servers, apache, samba. instead of doing a status on each of those individually, can i do a global status. Something like looking in the services on Win2k/xp and see what is running.

Thanks,
 
Old 03-07-2003, 02:35 PM   #12
Texicle
Member
 
Registered: Oct 2002
Location: Northern Ontario, Canada
Distribution: Slackware 10.0
Posts: 789

Rep: Reputation: 30
Type ps -a in a command line. It should show you all running processes. There might be another option than -a, but I can't think of it right now. Check the ps man page: man ps as it will give you a list of all the options and their meanings. I remember seeing another thread somewhere here providing ps -a plus another letter so a look at the man page will probably help you out better. I'm not at my Linux box right now so I can't look it up unfortunately.
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Frozen-Bubble(from slack 8.2) Not Running in slack 9 bongski55 Slackware 8 01-02-2006 04:10 PM
Slack 10.1 will a Slack 10 Wine pkg work? acummings Slackware 1 03-25-2005 04:55 AM
Using Slack 10's 2.6.7 kernel packages on Slack 10.1? SocialEngineer Slackware 1 03-05-2005 11:53 AM
cd rom error on installation media (With both slack 9,1 and slack 10) busbarn Slackware - Installation 6 07-15-2004 03:03 PM
Anybody know how to use slack-required when creating slack pakages? linuxlah Slackware 1 02-10-2004 02:27 PM

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

All times are GMT -5. The time now is 04:13 AM.

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