Sponsored Content
Operating Systems Linux SuSE Official Security anouncements Post 302559392 by demwz on Tuesday 27th of September 2011 03:20:17 AM
Old 09-27-2011
Official Security anouncements

Hello,

I'm looking for an official Mailing List/Rss Feed or what else regarding SLES security Anoucements.

Does anybody know?
 

5 More Discussions You Might Find Interesting

1. News, Links, Events and Announcements

WIPO Official Decision

At Last Official Decision of UNIX.com Domain dispute by WIPO is available to review. http://arbiter.wipo.int/domains/decisions/html/2002/d2002-0294.html (Status: unix.com > Complaint denied) (1 Reply)
Discussion started by: killerserv
1 Replies

2. UNIX for Dummies Questions & Answers

Is there a official site for UNIX basic?

Hi Folks, As I'm looking for a Tutorial | Reference site for UNIX commands | Basic scripting terms. >>i.e in VI to insert (:i) and save and quit (:wq!), pipe-ing and so forth... I really need to refresh my skills from like 4 years ago as I've been doing too much windows. Appreciate any... (2 Replies)
Discussion started by: Mombo_Z
2 Replies

3. New to Unix. Which books should I read?

O'Reilly books - official link

Yesterday I saw a closed post by xramm which gave a link to O'Reilly online books. Vino closed it because of copyright issues. However, O'Reilly has a section on their website where you can read online copies of their own books - obviously not a copyright problem. Most are fairly old editions,... (0 Replies)
Discussion started by: rhfrommn
0 Replies

4. Red Hat

I need Rhce materials official

I want the pdfs of course official red hat Rhce. Thanks. (1 Reply)
Discussion started by: Ultralord
1 Replies

5. Red Hat

Tcpreplay package official download

Hi im looking for the official rpm of that package for redhat 7 all that i found is this: RPM RedHat EL 7 tcpreplay 4.1.0 x86_64 rpm is that the correct one? looks likes a fedora one (0 Replies)
Discussion started by: guy3145
0 Replies
APT-FORKTRACER(8)					      System Manager's Manual						 APT-FORKTRACER(8)

NAME
apt-forktracer - a utility for managing package versions SYNOPSIS
apt-forktracer [ -v ] DESCRIPTION
Background Maintaining Debian stable systems sometimes requires installation of unofficial versions of packages: backporting newer versions This is necessary, when significant new functionality is required on the system but unavailable in the official version found in the current stable release. In this case, the version string usually sorts as newer than the official stable version string. This means that pinning is not necessary, as APT will select such package version by default. local changes to the official version Usually these are small changes, so a minor modification of the package version string is sufficient. There are two ways to do this: Try to invent a version string newer than the current one, but older than the next official one. This way does not require pinning, but is difficult to do reliably. It might turn out, that the next official version string is older than the one invented by you, which would cause the official version to be silently ignored. The other way is to modify the version string in such way that it sorts as older than the official one. The tilde character is very useful here, because dpkg treats it in a special way: it is sufficient to append any string starting with the tilde, to the version string, e.g. 1.2 -> 1.2~sl.1. This requires you to "pin" the package to that version, but it is more reliable, because works regardless of what the next official version number will be. In both cases, there is one major drawback: APT will not warn you when newer versions of official packages (point releases, security updates) will appear in the stable release. This means you may miss some important change. apt-forktracer's job let you track newer official versions of locally overridden packages. Official package version definition Official package version is a version which is available from a source, whose Release file's Origin header value is equal to the system distributor identifier, as indicated by the lsb_release --id command, or by the DISTRIB_ID field in the /etc/lsb-release file. Program operation apt-forktracer analyzes each installed package separately, reporting on the standard output these packages which are in a "non-standard" state. What "non-standard" means depends on the mode of program operation: default (non-verbose) mode this state means packages in an incorrect state (e.g. no candidate version) or packages whose candidate version is different than the newest available official version. verbose mode this state also includes packages whose installed version is different from the candidate version In the default mode the program also reads configuration files, which let you ignore some of the "non-standard" packages, as long as they meet certain criteria. If there is no configuration for a given package, then a default configuration is used. More information is avail- able in forktracer.conf(5). Message format The program outputs messages such as the following: foobar (1.2.3->1.2.4) [Debian: 1.2.3 1.2.4] [Other origin: 1.2.2] Where: foobar package name 1.2.3 installed package version 1.2.4 candidate package version - see apt-cache(8). Debian the value of the "Origin" field of one of the package sources. Versions available from this source are listed after a colon. Other origin another source origin OPTIONS
-v Turns on the verbose mode. FILES
/etc/apt/forktracer.conf /etc/apt/forktracer.d/*.conf SEE ALSO
forktracer.conf(5), apt_preferences(5), apt-cache(8). Debian Project 2008-11-16 APT-FORKTRACER(8)
All times are GMT -4. The time now is 09:03 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy