Sponsored Content
Top Forums Shell Programming and Scripting downgrade sh to 3.1 - debian lenny - how? Post 302379906 by TehOne on Sunday 13th of December 2009 07:26:06 AM
Old 12-13-2009
downgrade sh to 3.1 - debian lenny - how?

Hello,

i'd need to downgrade sh to the latest 3.1 version, been trying to pin the version in apt preferences or use aptitude but it doesn't want to work. (Best possible to GNU bash, version 3.1.17(1)-release (x86_64-pc-linux-gnu))

Code:
Linux version 2.6.26-2-amd64 (Debian 2.6.26-19lenny2) (dannf@debian.org) (gcc version 4.1.3 20080704 (prerelease) (Debian 4.1.2-25)) #1 SMP Thu Nov 5 02:23:12 UTC 2009

Code:
root:/etc/apt# sh --version
GNU bash, version 3.2.39(1)-release (x86_64-pc-linux-gnu)
Copyright (C) 2007 Free Software Foundation, Inc.

 

9 More Discussions You Might Find Interesting

1. AIX

downgrade from AIX 6.1 to 5.3

Hi all, This is my first post on this forum :) I have a very small AIX admin experience and for my first week in this new company, i got to downgrade a P5 server from AIX 6.1 to 5.3... so I have a few questions because I never did an install of AIX before nor a downgrade.. - No data need to... (3 Replies)
Discussion started by: liumang
3 Replies

2. Debian

Lenny upgrade and my CD-ROM...

I recently upgraded from Etch to Lenny. There were a few hiccoughs, but I was able to sort most of these out myself. There is just one little niggle left that I have no idea how to go about fixing. My CD-ROM now ejects on boot, and will not stay closed. When I boot the system, I notice that... (0 Replies)
Discussion started by: Elric of Grans
0 Replies

3. Debian

Debian Lenny update problems

Hi everybody! I have a very big problem, I can not make any updates on my debian lenny. I get everytime this errors with apt-get update: Err http://security.debian.org lenny/updates Release.gpg Connection failed Err http://www.backports.org lenny-backports Release.gpg Connection... (2 Replies)
Discussion started by: magge
2 Replies

4. Debian

Remotely unlock ssh key (Gnome, Debian Lenny)

Hi, I don't think this is a new problem, but I can't find a solution anywhere, and it's quite annoying: In the office, I have a workstation running Debian Lenny with Gnome, and I've copied my ssh key to some other machines for secure and easy login without havin' to remember all the passwords.... (8 Replies)
Discussion started by: harald
8 Replies

5. Debian

How to install Java in Debian Lenny

Hi all im trying to install Java in Debian lenny with apt-get install but can find the packages...anyone can help me on this one? thanks (2 Replies)
Discussion started by: ro0t3d
2 Replies

6. Red Hat

Downgrade RedHat EL 5.3 to 5.2

HI, is there any way to downgrade my redhat el-5.3 to el-5.2? thanks... (10 Replies)
Discussion started by: zing_foru
10 Replies

7. Debian

[Lenny] I seem to have broken X...

I have been running Debian Lenny on this current PC for about a year. Since installation, I have had no major issues. Last night, I lazily tapped out: $ sudo aptitude update $ sudo aptitude upgrade I quickly scanned what it said would be changed and did not notice anything that may be... (12 Replies)
Discussion started by: Elric of Grans
12 Replies

8. Red Hat

Linux Downgrade

Hello Team, What's the procedure to downgrade the kernel . If we modify the grub.conf manually and rebooting to the old version what will be affect ?? Will it work perfect ? Regards, Gowtham.G (1 Reply)
Discussion started by: gowthamakanthan
1 Replies

9. Linux

Chrome browser no longer working on my debian lenny 5

Hi All, My chrome browser was working correctly on my Debian Lenny 5 PC..Today i downloaded the version from google and tried to install the deb from command line as follows: dpkg -i <latest-chrome-package> The installation failed but now my existing old chrome browser is not starting. ... (2 Replies)
Discussion started by: coolatt
2 Replies
UPGRADE-SYSTEM.CONF(5)						 Debian GNU/Linux					    UPGRADE-SYSTEM.CONF(5)

NAME
upgrade-system.conf - Configuration file for upgrade-system(8) DESCRIPTION
upgrade-system.conf is the configuration file for the upgrade-system(8) Debian administration utility. This file specifies command options used for calling apt-get(8) and deborphan(1) within upgrade-system(8). Lines starting with a hash mark ("#") and empty lines are ignored. EXAMPLE
The configuration file contains four variables: CLEANOPTS This variable selects which one of autoclean or clean to execute as the apt-get(8) cleaning command. For example: CLEANOPTS="clean" Consult the apt-get(8) manual page to check which options are available for any particular APT version, before setting this variable. UPGRADEOPTS This variable specifies which one of dist-upgrade or upgrade to execute as the apt-get(8) upgrade command and the command options. For example: UPGRADEOPTS="-f -u dist-upgrade" Consult the apt-get(8) manual page to check which options are available for any particular APT version, before setting this variable. ORPHANOPTS This variable specifies deborphan(1) command options. For example: ORPHANOPTS="--guess-all --libdevel --priority=2" One should read the deborphan(1) manual page to check which options are available for any particular version, before setting this variable. FLAUSCH Setting this variable enables various extremely pedantic purge options. This feature is totally experimental; usage is strongly discour- aged and should only be attempted by truly experienced Debian administrators. It can be used to sanitize a Debian system after a distribu- tion upgrade or to detect packages that don't conform to the Debian Policy. Setting the variable as a command line environment, only when needed, is considered a safer approach than adding it to upgrade-system.conf variables. SECURITY
Because upgrade-system is an APT front-end, all precautions relating to APT configuration should be observed. Special attention is required to: deborphan Certain combinations of deborphan(1) options purge a dangerous quantity of packages, potentially leaving a system in a severely crippled state. /etc/apt/preferences To prevent untested packages from overwriting stable ones, setting this combination of APT preferences is recommended: Package: * Pin: release a=stable Pin-Priority: 990 Package: * Pin: release a=testing Pin-Priority: 500 Package: * Pin: release a=unstable Pin-Priority: 100 Package: * Pin: release a=experimental Pin-Priority: 1 This enforces a priority to packages from Stable, yet still allows ones from Testing, Unstable or Experimental to get installed via appro- priate apt-get(8) options to override the default release. AUTHORS
Copyright (C) 2003-2004 Martin Zdrahal <martin.zdrahal@konflux.at> Copyright (C) 2004,2012 Christoph Schindler <hop@30hopsmax.at> Copyright (C) 2004-2012 Martin-Eric Racine <martin-eric.racine@iki.fi> LICENSE
GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>. SEE ALSO
apt-get(8), apt_preferences(5), deborphan(1), upgrade-system(8). http://q-funk.iki.fi 2004-03-31 UPGRADE-SYSTEM.CONF(5)
All times are GMT -4. The time now is 01:58 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy