R.I.P Bob 'maradong' Hentges

2007-09-06 Thread Mario Iseli
Hello Lists (I'm not sure if those are the right lists to post this, anyway...) I'm sorry that I have to inform you that Ubuntero Bob Hentges died in a motorcycle crash last thursday. Maybe you're already aware of that fact, but I don't see a single announce mail anywhere and no comment on his wik

Re: exit after making strace

2007-09-06 Thread Francois-Denis Gonthier
On September 6, 2007 08:34:29 am shirish wrote: > . Now my problem is I tried doing an exit, and instead of exiting it > went out giving garbage. It was as if perhaps strace didn't end or > something. I have not seen that happen often with strace, but sometime a debugging tool such as strace or

Re: IcedTea - a first step towards OpenJDK

2007-09-06 Thread Matthias Klose
Matthias Klose schrieb: > IcedTea is a temporary fork of OpenJDK which allows building with a free > toolchain and adding/replacing code which is not yet available under a free > license. First deb Packages for amd64, i386 and lpia are available at > > deb http://people.ubuntu.com/~doko/ubuntu/

Re: Apprenticeship periods at university, working on Ubuntu! - deadline

2007-09-06 Thread Vincenzo Ciancia
Vincenzo Ciancia ha scritto: > Hi all, > > I am a Ph.D. student at university of Pisa, Italy. > > I think that it would be useful both to the student and the community if > there where internal apprenticeship projects aimed to improve ubuntu. In > particular, a student would learn how to work with

Re: exit after making strace

2007-09-06 Thread Milosz Derezynski
If you mean that a lot of garbage was printed into the terminal, try typing blindly 'reset' (yeah, 'reset'; it will only reset the current terminal, not reboot your computer..), and the terminal should return to normal. Normally on program exit strace will exit too though, so the call trace should

exit after making strace

2007-09-06 Thread shirish
Hi all, Yesterday the first time I did an strace on a program. The program concerned is/was bulletproof -x which is maintained by Michael Vogt. For doing so I did :- sudo -s then I followed the instructions as given in https://wiki.ubuntu.com/Strace and it crashed after sometime as given