Hi,

On Mittwoch, 16. Mai 2012, Nilshar wrote:
> Clean debootstrap in /tmp/squeeze
> chroot  /tmp/squeeze
> apt-get install munin
> echo "deb http://ftp.debian.org/debian/ unstable main" >
> /etc/apt/sources.list apt-get update
> apt-get install munin

thats not how you are supposed to upgrade! you need to use "apt-get 
upgrade"...

# history 
    0 # debootstrap a clean squeeze system
    1  apt-get update
    2  apt-get install vim less munin
    3  vi /etc/apt/sources.list  # change sources list from squeeze to sid
    4  apt-get update
    5  apt-get upgrade && apt-get dist-upgrade
    6  history 
# dpkg -l|grep java
# dpkg -l|grep munin
ii  munin                            2.0~rc6-2             network-wide 
graphing framework (grapher/gatherer)
ii  munin-common                     2.0~rc6-2             network-wide 
graphing framework (common)
ii  munin-doc                        2.0~rc6-2             network-wide 
graphing framework (documentation)
ii  munin-node                       2.0~rc6-2             network-wide 
graphing framework (node)
ii  munin-plugins-core               2.0~rc6-2             network-wide 
graphing framework (plugins for node)


that said, when installing a clean sid chroot, then installing munin I also 
get java installed.

The way to install munin without java _atm_ is to run "apt-get install munin 
munin-node munin-plugins-core".

Not sure if I consider this a bug....


cheers,
        Holger



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to