Hello all,
Please help me to clarify what will page fault handler do (if any)
File arch/x86/include/asm/pgtable_types.h have following comment for 2
PAGE_DIRTY_BITs
#define _PAGE_BIT_DIRTY 6 /* was written to (raised by CPU) */
_PAGE_BIT_SOFT_DIRTY_PAGE_BIT_SOFTW3 /* software
hey Shachar,
2012/3/7 Shachar Shemesh :
> On 03/07/2012 07:27 AM, Jonathan Ben Avraham wrote:
>
> Hi linux-il colleagues,
> In >= 2.6.31 are there any conditions under which a write to a connected UDP
> socket can block? e.g. some change in routing or iface config after connect
Even select can't guarantee against blocked write since other events can
fill them up.
On Mar 7, 2012 5:03 PM, "Shachar Shemesh" wrote:
> On 03/07/2012 07:27 AM, Jonathan Ben Avraham wrote:
>
> Hi linux-il colleagues,
> In >= 2.6.31 are there any conditions unde
On 03/07/2012 07:27 AM, Jonathan Ben Avraham wrote:
> Hi linux-il colleagues,
> In >= 2.6.31 are there any conditions under which a write to a
> connected UDP socket can block? e.g. some change in routing or iface
> config after connect and before write? Has anyone encountered a
&g
Hi linux-il colleagues,
In >= 2.6.31 are there any conditions under which a write to a connected
UDP socket can block? e.g. some change in routing or iface config after
connect and before write? Has anyone encountered a concrete exampe of a
write to a UDP socket that blocks? See test c
> - OOP
> - Testing
> - packaging
>
> The title is
>
>
> *** How to write a module and package it as a CPAN (like) distribution ***
>
>
> You are all invited to the meeting!
>
> Location: Shenkar College, Anna Franck 12, Ramat Gan, room 323!
> Date: 27 J
*** How to write a module and package it as a CPAN (like) distribution ***
You are all invited to the meeting!
Location: Shenkar College, Anna Franck 12, Ramat Gan, room 323!
Date: 27 July 2011
Time: We get together at 6:30pm, and talks begin at 7:00pm.
URL: http://perl.org.il/
regards
This might be of use to some Linux users.
Unbelievable site and aidwrite in any language from
anywhere-even without keyboard! The link is below:http://www.gate2home.com
פטנט אדיר איך לכתוב בעברית או בכל שפה אחרת מכל מקום שבעולם…
מה שהכי מגניב זה שאותו אתר מאפשר להקליד בכל
See:
http://community.livejournal.com/perl/126545.html
for a special offer of the Web-CPAN.berlios.de project to get an "Ozy and
Millie" T-Shirt in exchange for code contributions.
So fire up your text editor and start writing some code!
Regards,
Shlomi Fish
-
Quoting Boris Gorelik, from the post of Tue, 02 May:
> > Borik, you are right. I am a pro-nazi bastard according to your
> > books, and I lack the inclination to deny your assertion. Be pleased
> > with your achievement, surely your greatest.
>
> Now here I need to make things clear: that was a cy
On Tuesday, 2 בMay 2006 06:40, Marc A. Volovic wrote:
> Quoth Boris Gorelik:
.
> You are, of course, perfectly correct. In fact and in innuendo. In fact, I
> suggest you be the one to make that post, and start the thread.
>
> Borik, you are right. I am a pro-nazi ba
On Tuesday 02 May 2006 06:40, Marc A. Volovic wrote:
> Quoth Boris Gorelik:
> > On Monday, 1 ??May 2006 00:14, you wrote:
> > > 3. Lebensraum
> > > Jenik, Aviram
> >
> > Lebensraum, ... (used both in ecological and sociological contexts;
> > literally, "living space") is used in English to
Quoth Boris Gorelik:
> On Monday, 1 ??May 2006 00:14, you wrote:
> > 3. Lebensraum
> > Jenik, Aviram
> Lebensraum, ... (used both in ecological and sociological contexts;
> literally, "living space") is used in English to refer to a motivation
> for Nazi Germany's expansionist policies, to
Write in closed. Last in is Lior Kaplan at 23:39 on the 30th of April.
There are 20 Eaters in toto. IA has surfaced and expressed agreement to
come, and there was much rejoicing.
Location shall be AJ parents' house. I've no idea where THAT is, so AJ is
kindly requested to provide g
On 2/16/06, Gabor Szabo <[EMAIL PROTECTED]> wrote:
> I have never used Gimp (or any other drawing program)
> and now I have an image an I'd like to write on it some text
> in a curver.
>
> A round image, and I'd like to write around it in circle.
>
> How ca
I have never used Gimp (or any other drawing program)
and now I have an image an I'd like to write on it some text
in a curver.
A round image, and I'd like to write around it in circle.
How can I do that?
Better yet, is there someone who would do it for me for free or for f
Shachar Shemesh wrote:
Hi all,
How atomic are read and write?
Background:
I want a queue implemented between different *threads*. At the moment,
there are several threads that need to send data, and only one thread
that retrieves the data from the queue. The most obvious answer seemed
to be
On Tuesday 20 July 2004 17:17, Kobi Cohen-Arazi wrote:
> It is *much* faster than using semaphores, I've checked it. And yes - I
> could hardly believe it myself ;-)
If you talk about SysV semaphores (semget et-al), than they are
known to be quite expensive (a lot of extra funcionality, permission
Quoting Kobi Cohen-Arazi <[EMAIL PROTECTED]>:
> Hi,
>
> The test created consumer Thread Pool which were "sitting" on a
> synchronized message queue (using condition variables with mutex etc
> ...)
>
> The producer thread insert messages to that queue.
> The test measured the time took the system
On Tue, 2004-07-20 at 17:12, [EMAIL PROTECTED] wrote:
> Again we are talking about threads. The are no need to copy
> data to kernel, and than copy it back. So it will bot be faster at all.
It is *much* faster than using semaphores, I've checked it. And yes - I
could hardly believe it myself ;-)
Quoting Kobi Cohen-Arazi <[EMAIL PROTECTED]>:
The original design has some drawbacks. Fist of all
u need to understand that when threads are used, there are no
need to establish a solution that will suite to forked
processes.
You just need to create some class that will implement a queue.
Access
On Tue, 2004-07-20 at 15:18, Shachar Shemesh wrote:
> Dvir Volk wrote:
>
> > fifo's must be thread safe, because they support communication between
> > a number of processes.
> > but if all the threads are in the same process, and there's so little
> >
queue these messages that cannot be queued if those sockets are
NONBLOCK sockets.
That way no mutexes, no worry about writing/reading only part of the
data.
HTH
Kobi.
On Tue, 2004-07-20 at 14:48, Shachar Shemesh wrote:
> Hi all,
>
> How atomic are read and write?
>
> Background:
&
Hi all,
How atomic are read and write?
Background:
I want a queue implemented between different *threads*. At the moment,
there are several threads that need to send data, and only one thread
that retrieves the data from the queue. The most obvious answer seemed
to be "use a pipe".
dear ILUG user group,
i have trouble to crank up the write speed on a 4-disc RAID-0 system i
installed recently. i use two Promise IDE controller cards in
addition to the motherboard IDE controller. writing to the /dev/md0
(linux software RAID-0) appears to be also somewhat strange not just
>You set a socket fd to nonblocking with:
>fcntl(fd, F_SETFL, O_NONBLOCK);
>
IMHO this is NOT the right way to set non-blocking IO, you are overwriting
any other socket flags. Consider the following code:
rc = fcntl( fd, F_GETFL, 0);
if ( rc != -1)
fcntl( fd, F_SETFL, rc | O_NONBLOCK);
e
On 11 Jul 2002, Gilad Ben-Yossef wrote:
> That's it. The descriptor did change status but you gave write a bigger
> byte then it can chew, so to speak. It promised you can write, but
> didn't say how much.
>
> If you don't want to block, request non blocking IO.
On Thu, Jul 11, 2002, Alex Shnitman wrote about "select() and write()":
> Hi,
>
> I'm using select() before write() to a TCP socket, in order to be sure
> that I won't block on the write() if the other end's network connection
> has broke. However, I found
On Thu, 2002-07-11 at 19:12, Alex Shnitman wrote:
> Hi,
>
> I'm using select() before write() to a TCP socket, in order to be sure
> that I won't block on the write() if the other end's network connection
> has broke. However, I found out that if I pass a buffer big
Hi,
I'm using select() before write() to a TCP socket, in order to be sure
that I won't block on the write() if the other end's network connection
has broke. However, I found out that if I pass a buffer bigger than ~50k
to write(), it will block anyway! Any idea what's up wi
On Sat, Jul 06, 2002 at 04:11:19PM +0300, Shlomi Fish wrote:
> Option "XkbLayout" "us"
> Option "XkbLayout" "il"
You have an Israeli keyboard layout.
An Israeli keyboard includes English letters and Hebrew letters.
You don't need to include the US keyboard layout.
===
On Sat, 6 Jul 2002, Shlomi Fish wrote:
> On Sat, 6 Jul 2002, Tzafrir Cohen wrote:
>
> > On Sat, 6 Jul 2002, Shlomi Fish wrote:
> >
> > > On Fri, 5 Jul 2002, Tzafrir Cohen wrote:
> > >
> > > > On Fri, 5 Jul 2002, Shlomi Fish wrote:
> > &g
On Sat, 6 Jul 2002, Tzafrir Cohen wrote:
> On Sat, 6 Jul 2002, Shlomi Fish wrote:
>
> > On Fri, 5 Jul 2002, Tzafrir Cohen wrote:
> >
> > > On Fri, 5 Jul 2002, Shlomi Fish wrote:
> > >
> > > >
> > > > I can't tell how to write Hebr
On Sat, 6 Jul 2002, Shlomi Fish wrote:
> On Fri, 5 Jul 2002, Tzafrir Cohen wrote:
>
> > On Fri, 5 Jul 2002, Shlomi Fish wrote:
> >
> > >
> > > I can't tell how to write Hebrew characters in the Mozilla composer even
> > > after I set up Xkb.
On Fri, 5 Jul 2002, Tzafrir Cohen wrote:
> On Fri, 5 Jul 2002, Shlomi Fish wrote:
>
> >
> > I can't tell how to write Hebrew characters in the Mozilla composer even
> > after I set up Xkb. I'm using Mozilla 0.9.8.
>
> Are you sure that your keyboard em
On Fri, 5 Jul 2002, Shlomi Fish wrote:
>
> I can't tell how to write Hebrew characters in the Mozilla composer even
> after I set up Xkb. I'm using Mozilla 0.9.8.
Are you sure that your keyboard emits hebrew characters?
when you test them in xev, what do you get? 'he
On Tuesday 30 April 2002 20:56, Amir Hardon wrote:
> Hi!
>
> When I'm trying to use the "write" command, I get:
> "write: you have write permission turned off." even when I'm from the
> superuser...
> Why is this?
>
> Thanks,
>
Hi!
When I'm trying to use the "write" command, I get:
"write: you have write permission turned off." even when I'm from the
superuser...
Why is this?
Thanks,
-Amir.
=
To unsubscribe, send
>
>
> Hi
>
> I brought in and connect USB "disk on key" 32Mb device to Mandrake 8.1
> machine. (kernel 2.4.8-34.1mdk)
>
> I mount the disk in the following way
>
> > mount -t vfat /dev/sda /mnt/usb
>
> but found it write prote
Hi
I brought in and connect USB "disk on key" 32Mb device to Mandrake 8.1
machine. (kernel 2.4.8-34.1mdk)
I mount the disk in the following way
> mount -t vfat /dev/sda /mnt/usb
but found it write protected.
This disk do contain some files I put on it on WIn2k
Hi
Noam Meltzer wrote:
>
> Content-Type: text/plain; charset=x-user-defined
> Content-Transfer-Encoding: 7bit
>
> Hello!
> I have some mounted FAT32 partitions. I want to give users the
> permission to write on them, but I don't know how, I tried some manuals,
>
Edit your /etc/fstab file.
you'll have there something like
/dev/hda1 /win vfat defaults
add uid=userid,umask=077 - that user will have read/write access to that
partition. the rest wont be able to read or write.
if you want to give access for more then one user you might
Content-Type: text/plain; charset=x-user-defined
Content-Transfer-Encoding: 7bit
Hello!
I have some mounted FAT32 partitions. I want to give users the
permission to write on them, but I don't know how, I tried some manuals,
but didn't quite manage.
Also, I have mount NTFS partitions,
You can write a cron that erase it every X minutes/hours
- Original Message -
From: <[EMAIL PROTECTED]>
To: ILUG <[EMAIL PROTECTED]>
Sent: Thursday, August 17, 2000 9:43 AM
Subject: disabling samba write certain filenames
> hi
>
> is there a way to tell samba ( or
hi
is there a way to tell samba ( or the linux filesystem ) not
to let people write files ending with .vbs ?
and ot: how do i disable vb scripting under win98/95/NT
thanks
erez.
=
To unsubscribe, send mail to [EMAIL PROTECTED
> On Thu, Jul 13, 2000 at 01:01:34AM +0300, Shaul Karl wrote:
> > Due to having an "illegal" Class B private IP (172.17.120.5) + being behind a
> > firewall and a socks server I was never able to access my ftp dir
> > (ftp.linux.org.il/pub/local-dev/shaulk) with ssh.
> >
> > As a temporary solu
On Thu, 13 Jul 2000, Shaul Karl wrote:
> Due to having an "illegal" Class B private IP (172.17.120.5) + being behind a
> firewall and a socks server I was never able to access my ftp dir
> (ftp.linux.org.il/pub/local-dev/shaulk) with ssh.
>
> As a temporary solution, until a few weeks ago Ira wa
Due to having an "illegal" Class B private IP (172.17.120.5) + being behind a
firewall and a socks server I was never able to access my ftp dir
(ftp.linux.org.il/pub/local-dev/shaulk) with ssh.
As a temporary solution, until a few weeks ago Ira was willing to receive a
tar ball of what I wante
heck
it yet.
[EMAIL PROTECTED]
On Tue, 19 Oct 1999, Aviram Jenik wrote:
> Hi.
>
> I mounted a FAT32 partition (using 'defaults' mount options), but only root
> has write permission. I would like regular users to have it as well (who
> cares, it's a FAT volume anyway
On Tue, Oct 19, 1999 at 11:09:12PM +0200, Aviram Jenik wrote:
> I mounted a FAT32 partition (using 'defaults' mount options), but only root
> has write permission. I would like regular users to have it as well (who
> cares, it's a FAT volume anyway. It shouldn't
Hi.
I mounted a FAT32 partition (using 'defaults' mount options), but only root
has write permission. I would like regular users to have it as well (who
cares, it's a FAT volume anyway. It shouldn't even have permissions!)
But chown fails (Operation not permitted) and chmo
BUG - DO NOT USE WRITE!
On Fri, 28 May 1999, Joseph Malicki wrote:
EEK! I apologize for this, I was very delerious when I wrote the previous
message and patch (no, don't apply it! :) and was trying to find something that
could cause corruption. I finally tracked it to an egcs bug. So I hi
This from lkml.
Eli, you have your serious kernel bug :-)
- Forwarded message from Joseph Malicki <[EMAIL PROTECTED]> -
From: Joseph Malicki <[EMAIL PROTECTED]>
Date: Fri, 28 May 1999 05:06:36 -0400
Subject: MAJOR NTFS BUG - DO NOT USE WRITE!
- --Boundary-=_nWlrBbmQBhCDarzO
53 matches
Mail list logo