[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Log d'apt-get



Thus spake Rodolphe Quiedeville on Fri, Oct 12, 2001 at 03:02:06PM +0200:
> Bonjour,
> 
> Sur une machine Debian/woody nous sommes plusieurs admin a intervenir, et on
> souhaiterait avoir des info sur les dernieres mise a jour faite par
> apt-get .
> 
> Il y a-t-il un moyen d'avoir une trace de tous les apt-get install,
> apt-get upgrade et apt-get dist-upgrade effectues ?

La solution communément acceptée est d'utiliser 'script'
(paquet bsdutils)
" Script makes a typescript of everything printed on your
terminal."

- Exemple -

$ script
Script started, file is typescript
romain@callisto:~$ echo hello
hello
romain@callisto:~$ Script done, file is typescript

$ cat typescript
Script started on Fri Oct 12 17:45:49 2001
romain@callisto:~$ echo hello
hello
romain@callisto:~$ 
Script done on Fri Oct 12 17:45:58 2001

> Merci

HTH,
Romain


-- 
"Aww, if you make me cry anymore, you'll fog up my helmet."
-- "Visionaries" cartoon



Reply to: