Sponsored Content
Operating Systems Linux SuSE 'createrepo' not found on SLES 10.3 Post 302959475 by satish51392111 on Tuesday 3rd of November 2015 08:16:41 AM
Old 11-03-2015
No.. it isn't there Smilie
Also, the machine is SLES 11.3 (not 10.3 as wrongly mentioned by me). This is the last
step and I'm blocked here. I had configured this machine's HTTP so that I can use this as a Repo server for other SLES clients.

Code:
itc-zypper:~ # zypper addrepo /media/SLES-11-SP3-DVD-i58607031/suse/i586/ local1
Adding repository 'local1' [done]
Repository 'local1' successfully added
Enabled: Yes
Autorefresh: No
GPG check: Yes
URI: dir:///media/SLES-11-SP3-DVD-i58607031/suse/i586

itc-zypper:~ # zypper lr
# | Alias  | Name   | Enabled | Refresh
--+--------+--------+---------+--------
1 | local1 | local1 | Yes     | No
itc-zypper:~ # zypper lr -u
# | Alias  | Name   | Enabled | Refresh | URI
--+--------+--------+---------+---------+-------------------------------------------------
1 | local1 | local1 | Yes     | No      | dir:///media/SLES-11-SP3-DVD-i58607031/suse/i586
itc-zypper:~ # zypper install createrepo
Building repository 'local1' cache [done]
Loading repository data...
Reading installed packages...
'createrepo' not found in package names. Trying capabilities.
No provider of 'createrepo' found.
Resolving package dependencies...

itc-zypper:~ # which createrepo
which: no createrepo in (/sbin:/usr/sbin:/usr/local/sbin:/root/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/usr/lib/mit/bin:/usr/lib/mit/sbin)

 

10 More Discussions You Might Find Interesting

1. SuSE

vsftpd won't start on SLES 10

I recently installed SLES 10 on an x86 64bit blade server. I then installed vsftpd from the suse cds through network services; however after configuring the vsftpd.conf file, the server fails to start: # /etc/init.d/vsftpd start Starting vsftpd startproc: exit status of parent of... (5 Replies)
Discussion started by: dave521
5 Replies

2. Linux

How to take OS Backup of SLES 10 on DVD....???

Dear All, I have two intel xeon servers running with SLES 10 on a cluster environment (Veritas Cluster 4.1 - 2 Node Cluster - Active Passive). Both the systems are having hardware RAID 1 for OS disk. Both the systems are having DVD writer. I would like to take the OS backup on DVD which can... (0 Replies)
Discussion started by: jumadhiya
0 Replies

3. UNIX for Advanced & Expert Users

How to detect OS is SLES 10 or not

Hi, I would like to programmatically find if given OS is SLES 10 / RHEL 3/.RHEL 4/RHEL5 etc .. For this do we have any library call/sys call? Or should we use any sys. structure which would give me detailed info. Share me if you have any pointers. Thanks in advance - Krishna (1 Reply)
Discussion started by: krishnamurthig
1 Replies

4. Red Hat

createrepo...YUM installation

i have 5 cd's of RHEL 5. how do i know which cd is the createrepo package in... is there any command or flags you can add to rpm command to install and the install processes will automatically ask for certain # of cd... (0 Replies)
Discussion started by: dplinux
0 Replies

5. SuSE

configure vnc sles 11

Is there any doc/procedure to set up VNC on SLES 11 to connect from windows clients?? (1 Reply)
Discussion started by: s_linux
1 Replies

6. Red Hat

Installing yum and createrepo

Hello all, I'm stuck with a problem on REDHAT Enterprise (uname -r show: 2.4.21-57.ELsmp) The only way to install package is using RPM, but since I'm a newbie I got a lot of dependencies warnings. I installed yum, but the problem now is that I'm not able to create a local repository to install... (6 Replies)
Discussion started by: Lord Spectre
6 Replies

7. SuSE

SLES 9 vs SLES 11 hard drive cache read timings are diffrent

Can anyone give me a little clue on why the hard drive cache read timings on sles 9 is better then sles 11? The same hardware was used in both test. I even deleted the ata_generic module from initrd. The speed difference is 10MB vs 5 MB Thanks (1 Reply)
Discussion started by: 3junior
1 Replies

8. Red Hat

'yum install createrepo' issue

Hi, Here is the issue: # yum install createrepo Warning, could not load sqlite, falling back to pickle Setting up Install Process Setting up repositories file://var/yum_rpm/repodata/repomd.xml: OSError: No such file or directory: '/yum_rpm/repodata/repomd.xml' Trying other mirror. Cannot... (5 Replies)
Discussion started by: aixlover
5 Replies

9. SuSE

Sha512 support in SLES 10 PATCHLEVEL 4

Hello, I would like ask if SLES 10, PATCHLEVEL 4 is supporting sha512 password encryption algorithm?? Many thanks, Stan (0 Replies)
Discussion started by: brusell
0 Replies

10. SuSE

Createrepo & reposync packages

Hi guys, I have a SUSE 10 box and is missing 2 commands: reposync createrepo When I try to search for these using zypper : server:/tmp # zypper search createrepo Restoring system sources... Not found: Media Exception Not found: Media Exception /repodata/repomd.xml (http://<REPO>)... (0 Replies)
Discussion started by: Junaid Subhani
0 Replies
locks(5)							   System Tools 							  locks(5)

NAME
locks - libzypp locking file DESCRIPTION
The file /etc/zypp/locks is read by libzypp at startup if zypp.conf allows it. The entries are used for initial locking of packages. Lock- ing a package means not allowing to install or uninstall it. Valid entries are attribute: value Where attributes and their values are described below. Locks are separated by empty lines. ATTRIBUTES
All attributes are lower-case. repo specifies repository restriction. Only alias is accepted. By default all repositories match. type resolvable type restriction The values can be package, patch, pattern, product and srcpackage. By default all types match. case_sensitive if strings are matched case sensitive. The values are true, false, on, off. The default is case insensitive. install_status status of object. Possible states are installed, not-installed and all. If more install statuses are specified then the last one is used. The values are installed for all packages which are installed, non-installed for packages which can be installed or reinstalled and all for both. The default is all. match_type type of string matching in values. Does not affect type and repo which must be specified exactly. The values are exact, substring, regex for regular expressions, glob for matching as on the command line, and word. The default is substring. query_string String to be matched in multiple attributes. Should be restricted by another attribute with empty value ( it is recommended, because without restriction expect some performance problems ). version Restrict the lock only to some versions. It contains two parts: an optional operator and the version. The operator is ==,!=,<,>,<=,>=. If operator is not specified then == is used. The version has the format [epoch:]version[-release]. Example: version: < 0:0.11.4-2 solvable_name name of object (e.g. zypper) solvable_summary summary of object solvable_arch architecture of object (e.g. x86_64, i586) solvable_description description of object solvable_eula license text of objects which request accepting license by user solvable_license license of package (only for package) (e.g. GPL2) solvable_keywords keywords which specify package (only for package) solvable_authors authors of package (only for package) solvable_group package group (only for package) (e.g. Development/Tools/Version Control ) update_reference_type reference for update (e.g. bugzilla,cve) (only for patches) EXAMPLES
Exact Package This is the way YaST UI does it. Lock k3b (e.g. you don't want to update it). -----locks----- type: package solvable_name: k3b match_type: exact case_sensitive: on Package Wildcard This is the way "zypper addlock cross-*-gcc-icecream-backend" does it. -----locks----- type: package solvable_name: cross-*-gcc-icecream-backend match_type: glob case_sensitive: on Versioned Lock Do not install new GCC. This format is used when converting from the openSUSE-10.3 lock format. -----locks----- solvable_name: gcc match_type: glob version: > 4.2 Anything named KDE Locks everything which contains kde in the name. -----locks----- solvable_name: kde Anything mentioning KDE Locks everything which contains kde in the name, summary, or description. -----locks----- query_string: kde solvable_name: solvable_summary: solvable_description: HOMEPAGE
This manual page only covers the most important attributes. The complete list is available at http://en.opensuse.org/Libzypp/Locksfile AUTHORS
Josef Reidinger <jreidinger@suse.cz> Manual page contributions by Martin Vidner <mvidner@suse.cz>. SEE ALSO
zypper(8) libzypp 4.25.0 locks(5)
All times are GMT -4. The time now is 10:26 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy