Sponsored Content
Operating Systems Linux Newbe Linux user with his first question... Post 40682 by Shadowmane on Sunday 21st of September 2003 09:27:26 AM
Old 09-21-2003
Ok, so what if I'm trying to set up my home directory as a source for downloads? Or if I'm going to set up one of the mirror sites for updates? What I'm needing to know is where is the hdlist directory/file(?)? That's what I'm really needing to know.
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Total Newbe,how do I start????

I am totaly new at Unix, and have a job offer in about 6 months if I can get a handle on Unix comand lines and other needed things to get this job.Please help me I really want this job.I am about to finish my A+ cert., and have studied for the MCSE 4.0 (paid for a school and then Microsoft... (7 Replies)
Discussion started by: Chip1856
7 Replies

2. UNIX for Dummies Questions & Answers

newbe looking for extra help

Hi all, i'm new here and to Unix and have a question about more help then I am getting. I live basically in Portland, OR and am attending college and have to take some Unix classes for my degree. Well class is fine and the help from the instructor is ok but I would like to receive more help then... (5 Replies)
Discussion started by: lisdog58
5 Replies

3. UNIX for Advanced & Expert Users

Sendmail user question

Hi All I am trying to deal with a problem. Any suggestions would be helpful! I have sendmail running on a Redhat 8 box and is serving about 75 e-mail accounts. Version Info: OS:Red Hat Linux release 8.0 (Psyche) sendmail-8.12.8-9.80 sendmail-cf-8.12.8-9.80 There are a few users that... (0 Replies)
Discussion started by: skotapal
0 Replies

4. UNIX for Dummies Questions & Answers

Unix Newbe

Hi, First of all. I'm a Unix newbe and never worked with unix (but I have got Linux for a few months), but I'd like to know where to get Unix or if it's x86 compatibel and all those questions. I know...ridiculous questions, but I really wanna know this. So: Where do I get Unix? Is it compatible... (1 Reply)
Discussion started by: Kotzkroete
1 Replies

5. UNIX for Dummies Questions & Answers

newbe to linux and beryl

in new to the Linux os just install kubuntu with has beryl went through the whole deal with setting up everything and was wondering if anybody could help me figure out beryl i basically understand how it works but getting it to do the cube thing escape me help........:confused: (0 Replies)
Discussion started by: ksnovice
0 Replies

6. IP Networking

NEWBE Slice

I new to linux and am setting up a slice server. I actually made it to installing Apache but some how I messed up the ip tables. I cant access the server by sftp or putty. Im using the web interface at slice. I am logged in as a super user but cant do certain funtions. I guess i need to be logged... (0 Replies)
Discussion started by: DigitalExtreme
0 Replies

7. UNIX for Dummies Questions & Answers

Difference between : Locked User Account & Disabled User Accounts in Linux ?

Thanks AVKlinux (3 Replies)
Discussion started by: avklinux
3 Replies

8. UNIX for Advanced & Expert Users

Linux fdisk question (Oracle Enterprise Linux)

OS: Oracle Enterprise Linux 6.2 Hypervisor: VMWare workstation 9 I created a VM and attached a 7gb virtual disk to it. Using fdisk , I partioned the disk like below. The filesystems mounted on this is working fine. But I am seeing the message Partition n does not end on cylinder boundary.... (2 Replies)
Discussion started by: kraljic
2 Replies

9. UNIX for Advanced & Expert Users

Pam.d and make difference between AD User and local user on Linux

Hello, i configured rhel linux 6 with AD directory to authorize windows users to connect on the system and it works. i have accounts with high privileges (oracle for example) if an account is created on the AD server i would to block him. I looked for how to do, for the moment all the... (3 Replies)
Discussion started by: vincenzo
3 Replies
EDOS-RPMCHECK(1)					      General Commands Manual						  EDOS-RPMCHECK(1)

NAME
Edos-rpmcheck - Check satisfiability of rpm package dependencies SYNOPSIS
edos-rpmcheck [option] ... [package] ... DESCRIPTION
edos-rpmcheck reads from standard input a set of rpm package descriptions. Packages may appear with multiple versions in this set. For instance, an uncompressed hdlist.cz is suitable as input. We say that a package is identified in this set by the pair consisting of the package name and of the package version. A package (called goal) is called installable with respect to a set of packages if there exists a subset of the packages that - contains at most one version for each package name - contains the goal package (in any version, or a specific version) - all packages of the subset have their dependencies and conflicts satisfied in this subset. Edos-rpmcheck checks whether every package given as argument is installable with respect to the input set of packages. Specific versions can be specified by following the package name with the sign '=' and the version of the package (for instance, 'xemacs21=21.4.17-1'). If no package name is given as argument then all packages of the input set are checked for satisfiability. The constraint solving algorithm is complete, that is it finds a solution whenever there exists one, even for multiple disjunctive depen- dencies and deep package conflicts. This problem is computationally infeasible in theory (that is, NP-complete), but can in practice be solved very efficiently. OPTIONS
-explain Explain the results -rules Print generated rules -failures Only show failures -successes Only show successes -base file Specifiy an additional file providing packages that are not checked but used for resolving dependencies -quiet Supress warnings and progress/timing messages -xml Output results in XML format -help, --help Display this list of options EXAMPLE
Check which packages in a particular distribution are not installable and why: gunzip -c hdlist.cz | edos-rpmcheck -failures -explain where hdlist.cz is the file pertaining to that distribution. Check whether version 21.4.17-1 of the xemacs21 package is installable in a distribution described by the file Packages: gunzip -c hdlist.cz | edos-rpmcheck -explain xemacs=21.4.17-1 AUTHOR
Edos-rpmcheck has been written by Jerome Vouillon for the EDOS project. This man-page has been compiled by Ralf Treinen. SEE ALSO
<http://www.edos-project.org> is the home page of the EDOS project. edos-debcheck(1) is the analogous tool for debian packages. EDOS
2006-05-20 EDOS-RPMCHECK(1)
All times are GMT -4. The time now is 12:49 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy