Displaying 20 results from an estimated 31 matches for "sychronized".
Did you mean:
synchronized
2017 Aug 17
0
[PATCH 08/13] drm/nouveau/imem/gk20a: Use sychronized interface of the IOMMU-API
From: Joerg Roedel <jroedel at suse.de>
The map and unmap functions of the IOMMU-API changed their
semantics: They do no longer guarantee that the hardware
TLBs are synchronized with the page-table updates they made.
To make conversion easier, new synchronized functions have
been introduced which give these guarantees again until the
code is converted to use the new TLB-flush interface of
2000 Dec 06
1
openssh-2.3.0p1 (Linux) fails using options with dss key
I'm trying to change my local setup from ssh2 to openssh-2.3.0p1. I need
captive comands and specific environments for each key, i.e. the
"command=XXX" and "environment=X=y" options. Unfortunately I *also* need
to support the existing ssh2 client for a transition period, since it's
impractical to change all user's environments to openssh in one go.
I have converted
2000 Jul 28
1
UNIX/NT Account Creation Scripts?
...achine that has joined an NT domain has several
interesting effects:
. I don't need an smbpasswd file. All I need are user entries in
my UNIX /etc/passwd file and user accounts on the NT server;
. The passwords for the Unix user accounts and the NT user
accounts do NOT need to be sychronized - because
"password server" is set to the NT machine in my smb.conf
file. User authentication requests are passed to the
NT server;
. When a user on an NT workstation logs into the NT domain,
they are authenticated by the NT server. However, they
are mounting their...
2016 Sep 01
2
Memory scope proposal
On Wed, Aug 31, 2016 at 12:23:34PM -0700, Justin Lebar via llvm-dev wrote:
> > Some optimizations that are related to a single thread could be done without needing to know the actual memory scope.
>
> Right, it's clear to me that there exist optimizations that you cannot
> do if we model these ops as target-specific intrinsics.
>
> But what I think Mehdi and I were
2007 Nov 29
1
Adding new recorded phrases to the release
This might be a frequently asked question, but how do new sounds get
added to the release?
I was trying to do a "popcorn" extension on my phone (that gives the
date and time... maybe even getting fancy and adjusting for the
caller's timezone based on country code or area code)... but
didn't have the word "local" or phrase "local time" in the lexicon.
Now if
2002 Apr 15
2
Suddenly broken : connection unexpectedly closed
I always got this messages when I rsync to php.net
here's my command line and error messages :
$ rsync -avvvzC rsync.php.net::phpweb /usr/local/WWW/phpweb
generator(distributions/manual/php_manual_cs.tar.bz2,1405)
sending sums for 1405
rsync: connection unexpectedly closed (1954742 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(150)
2001 Apr 09
1
Metadata streams
I was looking at the Freeamp stuff and I looked at their RDF metadata stream
spec. (http://www.musicbrainz.org/MM). I noticed on that page it says,
"Furthermore, this format will hopefully be used by the Open Source audio codec
Vorbis to store audio/video metadata with the audio/video tracks." Is this the
metadata format planned for Vorbis? If so, how would it be embedded in the
.ogg?
2016 Jul 27
2
ext4 error when testing virtio-scsi & vhost-scsi
Hi, Michael
I have met ext4 error when using vhost_scsi on arm64 platform, and
suspect it is vhost_scsi issue.
Ext4 error when testing virtio_scsi & vhost_scsi
No issue:
1. virtio_scsi, ext4
2. vhost_scsi & virtio_scsi, ext2
3. Instead of vhost, also tried loopback and no problem.
Using loopback, host can use the new block device, while vhost is used
by guest (qemu).
2016 Jul 27
2
ext4 error when testing virtio-scsi & vhost-scsi
Hi, Michael
I have met ext4 error when using vhost_scsi on arm64 platform, and
suspect it is vhost_scsi issue.
Ext4 error when testing virtio_scsi & vhost_scsi
No issue:
1. virtio_scsi, ext4
2. vhost_scsi & virtio_scsi, ext2
3. Instead of vhost, also tried loopback and no problem.
Using loopback, host can use the new block device, while vhost is used
by guest (qemu).
2002 Feb 06
4
Etherboot & pxelinux (was: thank you)
Hi,
Peter Lister <P.Lister at sychron.com> schrieb am 06.02.02:
> In way way better and easier? When I have criticised pxelinux I think
> I've always stated *why* etherboot seems better for our environment.
>
> I'm not trying to be religious, or get anyone to change a working system
> - I'm genuinely interested what differences others perceive.
I've looked
2006 Jul 06
6
Mutex::Synchronize with backgroundrb
I have a question concerning where to use the synchronize function. The
point of it is to put all of the code blacks passed to this function in
a queue. This make sure that code gets ran one at a time. This is
required when doing any kind of database activity in backgrondrb and
multiple threads. Otherwise I lose the connection to my database.
So here is my question:
Do I need to do:
@lock =
2006 Sep 03
1
Dovecot behaviour when the server's file system fails (possible feature request)
I've met a couple of times a situation, that there is something
wrong with the mail server's operating system / file system,
but Dovecot is still working, although it cannot any more
access the mailbox files. The result is, that the imap mail
client in the workstation automatically synchronises with
the improperly empty-looking mailbox, effectively deleting
everything previously loaded
2004 May 17
1
Clock skew and net ads join problem
HI,
when i try to execute the kinit command on my Red
hat 9 system with samba 3 i get the following error
[root@niit125 root]# kinit junaid@NIIT.EDU.PK
Password for junaid@NIIT.EDU.PK:
kinit(v5): Clock skew too great while getting initial
credentials
so how do i solve the clock skew problem cause i have
checked the time on both of them it is the same.
the net ads join command doesnt
2008 Aug 05
5
OpenSolaris+ZFS+RAIDZ+VirtualBox - ready for production systems?
Hi all,
I have been looking at various alternatives for a system that runs several Linux & Windows guests. So far my favorite choice would be OpenSolaris+ZFS+RAIDZ+VirtualBox. Is this combo ready to be a host for Linux & Windows guests? Or is it not 100% stable (yet)?
Greetings,
Evert
This message posted from opensolaris.org
2007 Dec 15
10
1) Error 2) sending request to a specific worker
Hello !
1) I have this error logged by bdrb:
undefined method `send_request'' for nil:NilClass
framework/packet_master.rb:58:in `ask_worker''
backgroundrb/server/master_worker.rb:59:in `process_work''
backgroundrb/server/master_worker.rb:16:in `receive_data''
backgroundrb/framework/bin_parser.rb:29:in `call''
backgroundrb/framework/bin_parser.rb:29:in
2003 Sep 17
4
ftp.freebsd.org out of date? (WRT security advisories)
It seems (at least for me) the patches on ftp.freebsd.org are out of
date for the 03:12 security advisory (openssh). ftp2.freebsd.org has
them fine.
I'm wondering if this is a mirror issue or perhaps round-robin DNS problem?
What compounds the issue is that right now the old openssh 3.7 patches
are there (on ftp.freebsd.org), but not the 3.7.1 patches (which can be
found on
2016 Aug 23
5
Memory scope proposal
> Since the scope is “opaque” and target specific, can you elaborate what kind of generic optimization can be performed?
Some optimizations that are related to a single thread could be done without needing to know the actual memory scope. For example, an atomic acquire can restrict reordering memory operations after it, but allow reordering of memory operations (except another atomic acquire)
2016 Jan 25
2
[PATCH v5 0/2] virtio_balloon: Conversion to workqueue + parallel stats
The previous version did not prevent updating the balloon when it was
being removed. There was an idea to update the stats in a separate work
and cancel it after the config reset. But this does not seem to work.
The code for updating the stats communicates with the host. IMHO, it
should not run after the reset (flushing buffers). Therefore I decided
to use a boolean value and a spin lock (inspired
2016 Jan 25
2
[PATCH v5 0/2] virtio_balloon: Conversion to workqueue + parallel stats
The previous version did not prevent updating the balloon when it was
being removed. There was an idea to update the stats in a separate work
and cancel it after the config reset. But this does not seem to work.
The code for updating the stats communicates with the host. IMHO, it
should not run after the reset (flushing buffers). Therefore I decided
to use a boolean value and a spin lock (inspired
1999 Feb 21
8
Samba Questions
Hello,
I have couple questions regarding Samba.
1. In the smb.conf, what does "security = DOMAIN" mean?
2. I would like to samba into the firewall so that people can't connect
through TCP/IP. What port (tcp or udp) does samba use?
3. How can I prompt user for entering login name instead of using Win95
login name for Win95 users?
That's all for now. Thanks for your help.