squeeze-lts signature

2015-04-26 Thread GALAMBOS Daniel
Hi, As of 2015-04-26 00:01 (UTC) squeeze's apt-get update cronjobs gives warnings: W: There is no public key available for the following key IDs: 7638D0442B90D010 Manually downloading the Release file, I see it is signed by both pub 4096R/46925553 2012-04-27 [expires: 2020-04-25] uid

strace behavior under debian wheezy

2014-03-16 Thread GALAMBOS Daniel
Hi, I currently debugging a system which recieves SIGTERM from unspecified source. Under Ubuntu if I attach an strace -e trace=signal to the process, it prints out the signal sender's UID and PID like: '--- SIGTERM {si_signo=SIGTERM, si_code=SI_USER, si_pid=3469, si_uid=0} ---' Under Debian I can