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 10-06-2009, 08:20 AM   #61
Kowalczyk
Member
 
Registered: Jan 2008
Location: Norway
Distribution: Slackware
Posts: 57

Original Poster
Rep: Reputation: 21

yeah. I know but I'm getting the chroot passwd stuff I install shadow. so something else must be including that package.

what am I missing?
 
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 10-06-2009, 12:16 PM   #62
samac
Senior Member
 
Registered: Mar 2004
Location: Kirkwall, Orkney
Distribution: Linux Mint 20.3 - Cinnamon
Posts: 1,425

Rep: Reputation: 139Reputation: 139
Kowalczyk

I installed your list using installpkg --root /path/to/directory, then added an entry to an existing /boot/grub/menu.lst and rebooted. It failed, so I added an /etc/fstab and it worked (I guess fstab is created by the Slackware installer script). Anyway to cut a short list even shorter it will boot without pkgtools, dialog, sysklogd and logrotate. I haven't experimented further as you need pkgtools to remove the packages.

samac

P.S. no problems with the root password.

Last edited by samac; 10-06-2009 at 12:17 PM.
 
Old 10-06-2009, 12:21 PM   #63
Kowalczyk
Member
 
Registered: Jan 2008
Location: Norway
Distribution: Slackware
Posts: 57

Original Poster
Rep: Reputation: 21
I will use the other small install that worked, as a guide. And install a new one cutting down packages as I go. to try to find out what package I need
 
Old 10-06-2009, 12:52 PM   #64
Kowalczyk
Member
 
Registered: Jan 2008
Location: Norway
Distribution: Slackware
Posts: 57

Original Poster
Rep: Reputation: 21
I found the package I needed

glibc-solibs I needed to get /usr/bin/passwd

but when I look in source/a on the dvd that package isnt there.
So I wonder where it's read from?
 
Old 10-06-2009, 01:02 PM   #65
gnashley
Amigo developer
 
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,928

Rep: Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612
glibc-solibs is built as part of the glibc build in /d. Several glibc packages are built from a single SlackBuild.
 
Old 10-06-2009, 01:10 PM   #66
Kowalczyk
Member
 
Registered: Jan 2008
Location: Norway
Distribution: Slackware
Posts: 57

Original Poster
Rep: Reputation: 21
but I havent chosen D series. Only A. So why is it there? anyway I needed that or I got an error.
I will test on a real pc tomorrow, instead of vmware and check if I get the same error.


samac: isnt installpkg,removepkg,upgradepkg and so on a part of pkgtools? so I need that package, dont I?
 
Old 10-06-2009, 01:16 PM   #67
samac
Senior Member
 
Registered: Mar 2004
Location: Kirkwall, Orkney
Distribution: Linux Mint 20.3 - Cinnamon
Posts: 1,425

Rep: Reputation: 139Reputation: 139
Quote:
samac: isnt installpkg,removepkg,upgradepkg and so on a part of pkgtools? so I need that package, dont I?
Not to boot, but to add and remove packages.

You can also remove openssl-solibs. If you remove aaa-elflibs you require to add libtermcap, libcap, acl, attr (and ncurses if you absolutely want to be able to add packages).

samac
 
Old 10-06-2009, 01:22 PM   #68
Kowalczyk
Member
 
Registered: Jan 2008
Location: Norway
Distribution: Slackware
Posts: 57

Original Poster
Rep: Reputation: 21
I know I dont need it to boot

I found the package that was missing so its ok. I installed all the aaa_ packages.
I think it's okay to have that so I can install packages.
 
Old 10-06-2009, 01:32 PM   #69
samac
Senior Member
 
Registered: Mar 2004
Location: Kirkwall, Orkney
Distribution: Linux Mint 20.3 - Cinnamon
Posts: 1,425

Rep: Reputation: 139Reputation: 139
You can also replace glibc-solibs with glibc, this will not be smaller but I feel it is nearer to a vanilla linux.

samac
 
Old 10-06-2009, 01:51 PM   #70
Kowalczyk
Member
 
Registered: Jan 2008
Location: Norway
Distribution: Slackware
Posts: 57

Original Poster
Rep: Reputation: 21
ok. I can try that. and see if I get the same error.

Why would that be nearer vanilla?
 
Old 10-06-2009, 02:00 PM   #71
samac
Senior Member
 
Registered: Mar 2004
Location: Kirkwall, Orkney
Distribution: Linux Mint 20.3 - Cinnamon
Posts: 1,425

Rep: Reputation: 139Reputation: 139
Quote:
Why would that be nearer vanilla?
Because these *-solibs are libraries that Patrick Volkerding has packaged up out of other packages, they are not stand alone libraries/programs. Therefore they are not found in all Linux distributions, they are part of Slackware Linux not all Linux distributions.

Incidently if you decide to do without the aaa_elflibs you can also remove aaa_terminfo as these files are provided by ncurses.

samac
 
Old 10-06-2009, 02:07 PM   #72
Kowalczyk
Member
 
Registered: Jan 2008
Location: Norway
Distribution: Slackware
Posts: 57

Original Poster
Rep: Reputation: 21
so if I remove aaa_elflibs I can install libtermcap, libcap, acl, attr ? only those 4?
and if I remove terminfo I can install ncurses? what's positive with that?
 
Old 10-06-2009, 02:14 PM   #73
samac
Senior Member
 
Registered: Mar 2004
Location: Kirkwall, Orkney
Distribution: Linux Mint 20.3 - Cinnamon
Posts: 1,425

Rep: Reputation: 139Reputation: 139
Quote:
what's positive with that?
Nothing.

However you will have learned, as I have just done, that init requires libtermcap, and ls requires libcap, acl and attr, dialog requires ncurses which also supplies your terminfo.

samac
 
Old 10-06-2009, 02:46 PM   #74
gnashley
Amigo developer
 
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,928

Rep: Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612
No, no, the package named glibc includes everything installed by all the other glibc packages -the i18n, the development libs and headers, the locale stuff. glibc-solibs is not some pieced-together hack of a pack (while aaa_elflibs *is*).
glibc-solibs is a subset of the full glibc installation which includes just the runtime libraries. All the different parts of glibc are split into separate packages because the glibc package is *huge* and mayn users do not need or want all the different parts. If you list all the files included in all the glibc packages except the full glibc-x.x.x and run them through uniq, you'll find that the list matches the list of files in the full glibc-x.x.x package.
 
Old 10-06-2009, 02:59 PM   #75
samac
Senior Member
 
Registered: Mar 2004
Location: Kirkwall, Orkney
Distribution: Linux Mint 20.3 - Cinnamon
Posts: 1,425

Rep: Reputation: 139Reputation: 139
Quote:
glibc-solibs is a subset of the full glibc installation which includes just the runtime libraries. All the different parts of glibc are split into separate packages because the glibc package is *huge* and mayn users do not need or want all the different parts. If you list all the files included in all the glibc packages except the full glibc-x.x.x and run them through uniq, you'll find that the list matches the list of files in the full glibc-x.x.x package.
I stand corrected. It seems to be an odd way of doing it, having individual parts and a complete package, I would have thought it would have made more sense to have a glibc-base, glibc-headers, glibc-i18n etc.

Anyway I know now.

samac
 
  


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
Minimal X Install pxumsgdxpcvjm Slackware - Installation 1 11-18-2008 08:46 PM
Using Windowmaker in minimal install carcassonne SUSE / openSUSE 4 07-05-2006 06:21 PM
Minimal CD install help E.M.P99 Linux - Newbie 16 03-10-2006 02:57 PM
Minimal install AlberTUX Slackware 1 11-23-2005 01:55 AM
help with a minimal install mceachrw Amigo 6 09-22-2004 07:18 PM

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

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