RE: Getting io statistics on processes.

2005-01-11 Thread Tzahi Fadida
> -Original Message- > From: Muli Ben-Yehuda [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 11, 2005 8:40 AM > On Tue, Jan 11, 2005 at 12:26:52AM +0200, Tzahi Fadida wrote: > > > I am looking for io statistics per process in Linux. > > I need to count the number of read/write blocks

Re: Getting io statistics on processes.

2005-01-11 Thread Muli Ben-Yehuda
On Tue, Jan 11, 2005 at 10:10:41AM +0200, Tzahi Fadida wrote: > > > I am looking for a utility that does that and especially > > > a c library since I am in control of that process internal > > > programming. > > > > This is information that has to be exported from the kernel. > > I think tha l

Re: unreadable fonts

2005-01-11 Thread Oded Arbel
solomon wrote: On Monday 10 January 2005 20:05, Oded Arbel wrote: On Monday, 10 January 2005 05:42, solomon wrote: On a new installation of MDK10.1, SOME (but not all) non-KDE applications run with completely unreadable fonts. For example, j-pilot, usbview and LinNeighborhood are completely

Cups postscript to PCL conversion.

2005-01-11 Thread softkol
Hi LIst, When I use Cups to convert from Postscript to Pcl and then print it on a laser the printout comes out shrunk by about 5% than the original printout from the original postscript file. Any idea why this is happening? If so, is there any remedy to that situation? Best Regard

Re: Help make OpenOffice 2.0 better for Hebrew users

2005-01-11 Thread Shoshannah Forbes
On 10/01/2005, at 12:13, Ely Levy wrote: Talking about openoffice, anyone know how is it translated? Does it use the official machon hatkanim hebrew? The translation was done by tkos. As far as I know, it does not use the official mechon hatekanim Hebrew, as it was that understandable. But you sh

Re: PVR in Israel

2005-01-11 Thread Nadav Har'El
On Sun, Jan 09, 2005, Geoffrey S. Mendelson wrote about "Re: PVR in Israel": > If you want the function it would be best to contact YES and NDS > directly. They won't help you build a PVR, but if enough people ask for > a decoder unit with a unencrypted video out and a control port, they > might of

sip sop

2005-01-11 Thread Aaron
Hi all, I am trying to connect to a friend via sipphone using linphone or phonegaim. In either case the phone rings but I can't hear him and he can't hear me. I found what are the probable causes from the linphone docs, but I can't figure out what to do with this information and am asking some h

Re: sip sop

2005-01-11 Thread Josh Zlatin-Amishav
Hi Aaron, Can you verify that: 1. no other programs are using your sound card 2. that you can record audio from your microphone and play it back (you can use sox's rec and play for this) I had a similar problem once. It turned out that I did not set the microphone record setting in alsa. -- - jos

Re: Help make OpenOffice 2.0 better for Hebrew users

2005-01-11 Thread Ely Levy
Like any other word in hebrew you send it to the academy or to the special commity for computer terms. I suggest long ago to try to orginize a dictionary that the open source would work together with the academy to do open dictionary, I did get someone from the acedemy intrested but no one seemed t

Re: Help make OpenOffice 2.0 better for Hebrew users

2005-01-11 Thread Ely Levy
They seem to use more than just the hod ami dictionary, it's a huge blend of things, which I wouldn't mind if they put lable what was taken from where. for example write directory in the search. (Yea my favorite test word;) Ely Levy System group Hebrew University Jerusalem Israel On Tue, 11 Jan

Re: Help make OpenOffice 2.0 better for Hebrew users

2005-01-11 Thread Arnon Klein
I actually tried that - but the academy replied they were not interested in adding the word I suggested... (It's a Hebrew translation for the English verb "to refactor", and the noun "refactoring") Ely Levy wrote: Like any other word in hebrew you send it to the academy or to the special commity

Re: Help make OpenOffice 2.0 better for Hebrew users

2005-01-11 Thread Uri Bruck
It could use some editing and more citations. Ely Levy wrote: They seem to use more than just the hod ami dictionary, it's a huge blend of things, which I wouldn't mind if they put lable what was taken from where. for example write directory in the search. (Yea my favorite test word;) Ely Levy Syst

mailing list for the hebuntu project.

2005-01-11 Thread Ely Levy
Hey, As we slowly advance to the official annoncment, I would like to invite people to participate in the discussion about what we would want from a distribution which suppose to be fully hebrew localised and aiming for the schools/universaties/goverment. We already know openoffice is important,

RE: Getting io statistics on processes.

2005-01-11 Thread Tzahi Fadida
Well, it seems right. I am not sure if its all the io disk calls though. The code is not easy to read but it seems this is the same data that /proc/stat -> page line uses thru kstat.pgpgout. I am looking at what seems to be the point where this happens, at the file drivers/block/ll_rw_blk.c at func