Software :: RHEL5 - Info On Package Groups Breakdown

Apr 6, 2011

After installing Red Hat Enterprise Linux 5 (RHEL5) the system generates a kickstart script, one section of which is about the package groups installed. For example:

Code:
...
%packages
@admin-tools
@base
@base-x
@core
@editors
@ftp-server
@java
@server-cfg
@text-internet
...

Before using this kickstart script for another installation I'd like to know what packages are included in each group, how can I get this information? For example, how can I know the list of packages I will install by having the line: @java in the kickstart file? Any Red Hat documentation about it? I could not find any...

View 3 Replies


ADVERTISEMENT

Fedora :: 14 Base Install Is Installing Extra Package Groups?

Dec 1, 2010

When I'm running, I like to just do a base install to start, so that, I can go from there, only added things that I need. I just did a Base install of Fedora 14 x86_64, selecting only the "Base" package, and "vim-enhanced". But, when running a grouplist, it comes back with this...

Code:

[root@fcdesktop01 ~]# yum grouplist
Loaded plugins: langpacks, presto, refresh-packagekit
Adding en_US to language list
Setting up Group Process

[code]...

I don't see why these extra groups are included, when all I asked for was Base and vim?

View 1 Replies View Related

Fedora :: Read Package Update Info By Yum?

Sep 2, 2009

When I update my system by KpackageKit I have the ability to read what was fixed by that package update by clicking on package's name. How to read this info in command line by yum?

View 4 Replies View Related

Fedora :: Yum - How To Get Info About Files Installed From Package

Mar 1, 2010

I just installed a package with yum but I can't find any files associated with it. My question: is there a way to make yum tell you which files were installed from a package?

View 7 Replies View Related

Ubuntu :: Cannot Download Package Info Via Update Manager

Feb 28, 2010

When I open Update Manager and click "check," it starts downloading package information and then the following pops up: Could not download all repository indexes.

The repository may no longer be available or could not be contacted because of network problems. If available an older version of the failed index will be used. Otherwise the repository will be ignored. Check your network connection and ensure the repository address in the preferences is correct.

Failed to fetch [URL] 404 Not Found [IP: 91.189.88.45 80]
Failed to fetch [URL] 404 Not Found [IP: 91.189.88.45 80]
Some index files failed to download, they have been ignored, or old ones used instead.

I opened Software Sources to try and remove the repositories, but couldn't find them. Plus I'm not sure if I need to manually replace these repositories with newer ones- I'm still relatively new at using Ubuntu (made the full switch from windows in October 2009). Plus, whenever I do install updates with the update manager, the "last updated" time doesn't reset itself. It finishes installing the selected packages, and the message at the top of the Update Manager window reads "Your system is up-to-date. The package information was last updated 28 days ago.
Using Ubuntu 9.10 x86_64

View 8 Replies View Related

CentOS 5 :: Complete Software Listing For A RHEL5 Box (NOT An RPM / Package Dump)

Aug 31, 2010

I have a need for a complete software list off of an existing RHEL 5 system. I need this list to compare software installed to software on a government approved software list to ensure the compliance of this system. I was given an RPM Dump, listing all the 2000+ packages on the system... This does not translate to the Government Approved software list that I have to compare to. I do not have access to this system myself, so what ever method is prescribed for extracting the list I will have to pass along. What I need is either:

1) A way to convert an RPM Package dump to actual software names and versions, etc.

OR

2) A method to extract a complete list of software (titles/versions/etc) from an instance of RHEL5.

Example: Instead of knowing that "pango-devel-1.14.9-6.el5" exists on the system I need to know that "Pango v3.0.x" is installed on the system. Many packages do not relate on a one to one basis with a specific piece of software via inter-dependencies etc. (not to mention the version of the software, not the version of the package/library). The Pango example is not the best example as you can see what software is likely the source of this package; however just because this package is installed, I cannot grantee 100% that the Pango software suite is installed, just that this package was installed...

View 6 Replies View Related

Ubuntu Servers :: Get A List Of Both The Local Groups And The Groups In The Active Directory?

Feb 4, 2011

I already know of a work around to fix this problem, but I guess my question is why is this not working as expected? I am using a Windows Server 2008 R2 Active Directory for authentication.

I have run auth-client-config for the ldap profile and pam-auth-update. When running getent passwd, I get a list of both the local users and the users in the active directory (with populated information in the Unix schema extension). When running getent group I get a list of both the local groups and the groups in the active directory (with populated information in the Unix schema extension).

Interestingly enough, though, when I run su DOMAINUSER, after the prompt for the password I get an authentication error. In /var/log/auth.log I can see an entry with pam_ldap: missing "host" in file "/etc/ldap.conf". The SRV records in the DNS servers resolve correctly. I've checked this with nslookup and I have seen the records within my zone file. Obviously if the ldap.conf file is working with getent and the ldap server is resolving from the SRV records, it is working fine.

The interesting part is that the Windows Server 2008 R2 AD machine shows in the event viewer that there was a successful authentication, yet the Ubuntu box says no. When I add the host within the ldap.conf file, everything works...getent and the actual authentication, either initial login or su.

[Code]...

View 1 Replies View Related

Ubuntu Installation :: Update Manager Error - Could Not Initialize Package Info

Aug 27, 2010

This is the error I got when I tried to update it today. On the top the icon for the update manager is a red circle with a white line like a stop sign. When I click on it this is the error message I get. Could not initialize the package information. An unresolved problem occurred while initializing the package information.

please report this bug against "update-manager" package and include the following error message :
'E:Malformed line 54 in source list /etc/apt/sources.list (dist parse),
E:The list of sources could not be read.'

View 1 Replies View Related

Ubuntu Installation :: Dpkg: Failed To Open Package Info File?

Dec 12, 2010

Full error dpkg: failed to open package info file `/var/lib/dpkg/available' for reading: Input/output error

Runing 10.10 on USB.All was fine until a week ago then when trying to update I get that error.

Ive followed instructions in many threads to no avail. Heres what ive done and the result.

sudo apt-get update No error,all download fine sudo apt-get upgrade

Preconfiguring packages ...
dpkg: failed to open package info file `/var/lib/dpkg/available' for reading: Input/output error
E: Sub-process /usr/bin/dpkg returned an error code (2)
sudo apt-get install -f
dpkg: failed to open package info file `/var/lib/dpkg/available' for reading: Input/output error
E: Sub-process /usr/bin/dpkg returned an error code (2)

[Code]...

View 9 Replies View Related

Ubuntu Servers :: Mapping UNIX Groups To Windows Groups?

Oct 12, 2010

I am currently trying to set up a Samba domain server. In the Samba-HOWTO-Collection I found an
example file.(Point 3.3.3.1) In the explanations of the example below, the author says I need to map UNIX Groups to NT Groups. He writes a shell-script of how one could do it, but when I copy it and then execute it, I get the error:

Bad option: rid=512
Bad option: rid=513
Bad option: rid=514

The other groups do get mapped, just the Domain Admins, Domain Users and Domain Guests dont. This is the shell from the HOWTO:

#!/bin/bash
#### Shell-Skript f ̈r sp ̈tere Verwendung aufbewahren
net groupmap modify ntgroup="Domain Admins" unixgroup=ntadmins rid=512
net groupmap modify ntgroup="Domain Users" unixgroup=users rid=513
net groupmap modify ntgroup="Domain Guests" unixgroup=nobody rid=514

[Code]...

View 2 Replies View Related

General :: LFS /tools/bin/groups Not Displaying Supplementary Groups?

Jun 8, 2010

So i am at the stage of about to install the basic system and am using a derivation of the package management provided by Matthias S. Benkmann. To this end I am using his useradd and groupadd scripts to update the files:

/etc/passwd
/etc/group

My issue is that when I run the commands(created as part of temporary system when installing coreutils):

Code:

/tools/bin/su linux
#then as user
/tools/bin/groups

(here linux is the name of the user) This only returns the user being in the group named after user but not the additional group of 'install' Also, prior to logging in as user, if I use this command as root:

Code:

/tools/bin/groups linux

linux install This then returns that the user is in the correct groups. Lines from relevant files look like:

Code:

#/etc/passwd
linux:x:10000:10000::/usr/src/build:/bin/bash
#/etc/group

[code].....

View 8 Replies View Related

Software :: Graphical Breakdown Of Disk Usage

Jan 16, 2010

The Disk Usage Analuser application in GNOME (baobab) only displays directories, not files. I think this is a huge deficiency that greatly reduces it's usefulness. Can anyone recommend an application (preferably GNOME/GTK) that's capable of providing a graphical break down of disk usage for the contents of a user's home directory with both directories and files sorted by the amount of space they take up? Like ncdu but with a GUI.

View 6 Replies View Related

Server :: Services Not Working Properly After Power Breakdown

May 20, 2010

Today, I need to talk about some strange problem that faces me in my Linux Server, the power goes down and my server goes off, but when the power returns the server powered on and it works, but some services are not working properly like:

SSH, HTTP

When I try to login remotelt via ssh client like putty it ask me for username but, it hangs after I put my username and not asking me for the password. The second error is related to my web-server which redirect me to Apache default page and when I go for the terminal to make restart for httpd service, here is the output :

> service httpd restart
Stopping httpd: [ OK ]
Starting httpd: [Thu May 20 10:51:15 2010] [error] (EAI 3)Temporary failure in name resolution: Could not resolve host name admin.abakhiet.info -- ignoring!
[Thu May 20 10:53:07 2010] [error] (EAI 3)Temporary failure in name resolution: Could not resolve host name [URL] -- ignoring!
[Thu May 20 10:53:07 2010] [warn] NameVirtualHost 196.202.58.94:0 has no VirtualHosts
[OK]

View 2 Replies View Related

General :: Avoiding Software Manager Breakdown During Java Install

Jun 5, 2011

Few days back when I tried to install java application using software manager, I got the message that my software manager has broken down. Since then I was not able to install any of the applications either through terminal or the software manager. Luckily, I got another fresh copy of Linux Mint 10(Julia) installed on my laptop. Looking for some efficient method of installing the required applications(java and its associated applications) so that I do not face such problems again in the future.

View 5 Replies View Related

Ubuntu :: Can't Install Update-info-dir File Is Missing From /var/lib/dpkg/info/?

Aug 6, 2010

so i cannot install anything because update-info-dir file is missing from /var/lib/dpkg/info/ .. I've searched for the last day and a half for a way to fix this, but nothing. can't even update dpkg because of this. so how do I bypass or fix this so I can install stuff (this is a fresh install of ubuntu 10.04 lts Lucid Lynx).

View 9 Replies View Related

Server :: Need Info On Ovzkernel-PAE 2.6.18-53 Package For RHEL 5 2.6.18-53 Server

May 24, 2010

I have a RHEL 5 server with 32 bit architechture that is not recognizing more that 4 GB of RAM and I am trying to locate a version of the kernel-PAE package that will work well with the 2.6.18-53 kernel. I found something on Open VZ called ovzkernel-PAE that is built for the 2.6.18-53 kernel [URL]

and wanted to find out if there were any known issues with this release before I attempted to install it. Is anyone aware of any issues with any rpms on openvz.org or with this particular rpm in general?

View 1 Replies View Related

Ubuntu Installation :: Info Error "error Processing Install-info (--configure)" During Update

Apr 8, 2010

I'm using ubuntu 10.04 beta 1. when I try to update & upgrade I get the following error:

Code:
Setting up install-info (4.13a.dfsg.1-5ubuntu1) .../etc/environment: line 4: LC-ALL=en_US.UTF-8: command not found dpkg: error processing install-info (--configure): subprocess installed post-installation script returned error exit status 127 Errors were encountered while processing: install-info

View 4 Replies View Related

Ubuntu :: 11.4 Users And Groups GUI?

Dec 20, 2010

I am logged in with the account i created with ubuntu back in 10.4 but i cant do anything with the users and groups management tool any idea's what might be wrong? It also doesnt ask to escalate provilages when i run it which i suspect is part of the issue.

View 2 Replies View Related

Server :: FTP Permissions For Several Groups?

Aug 1, 2010

I have a FTP server (vsftpd), and would like to setup different file permissions for different groups:

-"ftpusers" group should only be able to browse and download.

-"ftpadmins" group should be able to browse, download, AND WRITE (RNFR, RNTO, MKDIR....).

Let's say my main directory is /var/ftp/docs/. It should be accessible by "ftpusers" group, but only writeable by "ftpadmins" group. Other groups or users may not access it. Which permissions and ownership should I give? My problem is that the dir can't be owned by two groups...

View 2 Replies View Related

Fedora :: Adding The User And Groups?

Jan 15, 2009

just getting startedin linux <fedora9> and haveseveral questions. first what bookwould be best to start the learning process? have looked at fedora 9 and enterprise and the newest fedora 10 with enterprise and these seem to be aimed at networking setups which I do not have.also in adding users and groups which I have done I think successfully however when I use the newgrp command and try to access a file I have saved under a group with two members the file does not show in the ls command.

users are jevans in group programmers cevans in group programmers in creating the file I didthe newgrp programmers command and created the filein the cevans spotand changed to jevans and negrp programmers and the filedoes not show.so what do I do here, or is my understaning of this incorrect?

View 14 Replies View Related

Fedora :: Strategy To Set Up Groups And Permissions

Nov 12, 2009

I'm setting up a Fedora 11 server for the company of one of my friends. So far so good. But now he has asked me to setup access restrictions to folders through samba. Now I'm quite familiar with user access policies, even though I'm quite new to the GNU/Linux world. What I want to know is : what is the best way to give and remove, on the go, rwx access for a specific user to a certain folder in a linux system? Can I create groups for each folders, whose members will have the given permissions? Or do I have to create users for each folder and add to their group the user witch i want to give privilege to?

View 5 Replies View Related

OpenSUSE :: Use Kaddressbook Groups In Kmail?

Mar 18, 2010

how to use kaddressbook groups in kmail?

I can create groups, but when I send an e-mail to one of these groups it is sent to group_name@localhost, which, obviously, is not what I want. Some versions back this worked perfectly, but now it seems that there is no way.

I use opensuse 11.1 with kde 4.4.1

View 4 Replies View Related

General :: GNU-Screen Still Has Only Old Groups For Username

Mar 26, 2010

I was recently added to a group on the unix server. My active screen session has not been update to the new groups:

$groups
A B C D
$screen -r
$groups
A B C

Without closing my screen session is there a way for me to use my new privileges in the screen session? Or if not, is there at least a way I can save all of the different directories each of the tabs are on?

View 3 Replies View Related

Ubuntu :: Kmail Won't Send To Groups?

May 12, 2010

Running 9.04 with Kmail 1.12.2 with KDE 4.3. Akonadi is activated. Everything works except I cannot email to a distribution list. Am using POP3 with SMPTE. Comes back with

p, li { white-space: pre-wrap; } Message sending failed since the following recipients were rejected by the server: test@steve-laptop (The server responded: "test@steve-laptop failed to route the address")

So I unchecked the default-domain inside my sending option for SMPTE and same thing.

Is there a manual switch or setting in kmailrc? I looked and didn't see anything. Doing the same thing on 3 different computers. Tried searching the net but couldn't find anything.

View 1 Replies View Related

Ubuntu :: Root Can't Run Users And Groups

Dec 30, 2010

I'm running 10.10 64-bit and have configured it for root graphical login for administration of the system. When I log in as root, I can run all menu items in System -> Administration with the exception of Users and Groups. When I try running this, the application starts, but I only get an animated spinning disk that doesn't stop, can't modify the users properties and I can't close the application unless I go to System -> Administration -> System Monitor -> Processes tab , highlight users-admin and click End Process.

View 6 Replies View Related

Ubuntu :: Remapping Keys With Key Groups?

Jul 20, 2011

I have a laptop which has no function keys (F1-F12), but does have a row of arbitrary keys at the top (volume control, multimedia, etc.). I've been able to remap these keys using xmodmap (e.g. 'keycode 000 = F1 NoSymbol F1'). However, this means that I lose the original function.Is there a way (using xmodmap or otherwise) to set these keys to produce a different keysym (e.g. XF86AudioRaiseVolume) only when the Super* key is pressed?* I would have preferred Fn, but it doesn't show up in xev so I'm guessing that's not possible.

View 2 Replies View Related

Networking :: Creating Several IP Groups For Different Networks?

Jan 21, 2011

I want to create different IP based groups so that I may assign different settings according to that group. For example

Group1
172.16.1.x For Officers
In this group I want to limit and add some restrictions along with bandwidth limitations. So that other group may not be effected with these settings

Group2
172.16.5.x For officials

Group3
172.16.8.x For Hostels

and so on. So according to this group settings I will allow the bandwidth, accessing of audio/video site. How I may configure these groups. How to create or define these IP groups and how restrictions be added in each group.

View 2 Replies View Related

General :: Allow Two Groups To Access A Directory?

Mar 2, 2010

I am in need of a rather complicated permissions scheme for particular directory. I have a directory /data I want the group developers to have read and execute access to this directory. Then, I want the group research to have read, execute, and WRITE permission for this directory. Now, I have a second directory /code which developers and research have full access to. And I have a third group, operations I want operations to be able to read /data but not be able to read /code Is this permissions scheme possible in linux?

View 1 Replies View Related

General :: File Permission And Groups

Jul 17, 2011

I have been trying to to make the folder "/home/files" Read/write/Execute for the group "admin" and only Read for Group "Friends"

View 4 Replies View Related

General :: Is CLI And GUI The Only Tools That Can Be Used To Add Users And Groups

Apr 30, 2010

If there are more tools that can be used to add users and groups, can someone direct me on how to find this information out, or can someone compile a list of tools?

View 7 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved