search for: anwyay

Displaying 6 results from an estimated 6 matches for "anwyay".

Did you mean: anway
2011 Dec 06
1
Re: [RFC/RFT][PATCH 0 of 3] rework locking in sched_adjust
...redundant, but shouldn''t be harmful. * Atomically remove both the pause and the lock in schedule.c, and add the scheduling locks around the per-vcpu EDOM_INFO variables in sched_sedf.c, all in one patch. This makes the patch bigger, but it avoids a regression. The two things are related anwyay: the reason you now need scheduling locks around EDOM_INFO variables is because you''re getting rid of the pausing and the lock in schedule.c. Thoughts? -George > > -- > > xen/common/sched_credit.c  |   10 +++++++--- > xen/common/sched_credit2.c |   21 +++++++++++--------...
2007 Oct 22
1
self-referential habtm: why are my keys null?
I''m trying to set up a directional self-referential HABTM to represent an arbitrary semi-hierarchical structure; it works for any data prepopulated into the db, but when I try to create a new relationship, I just get NULLs in both key columns (or 0''s if I turn on the no-null constraint). Here are the migrations: class CreateNodes < ActiveRecord::Migration def self.up
2003 Mar 21
2
100GB incremental backups
...5.8 with UFS file system) but I messed with it at home last night where I've got an older version of Samba running on Linux with EXT3 file system and it exhibited the same behavior. Why is this? Is it by design for some reason or a bug? It seems like a bug to me. More to the point, is there anwyay to change this behaviour? Every client PC on campus has Norton Anti Virus installed and I think my huge incremental backups are coming from PCs that have used NAV that day to scan their Samba "network drives" thus resetting the ctime on every file that is scanned and therefore every scan...
2002 Nov 15
1
Winbind and Samba
Hi all, I was wondering if someone could lend a little assistance. I recently setup SAMBA/Winbind to allow users to login to a Redhat 8 box using their Windows NT Domain credentials. All is working well in that regard. The issue I am having is getting regular UNIX based users to be able to login. The following is my PAM configuration. For example, if I try to login as root, it does not work.
2007 Apr 28
6
RESTful web service tutorial?
Hi, I would like to turn some of our simulation codes out to pasture and string some of them together by draping them in web services. I''m looking for a RESTful Camping tutorial to get started ... pointers appreciated. Some simple example applications: airfoil force calculator: feed it an airfoil geometry, an angle of attack, and a Mach number, and it returns the lift, drag, and
1998 Jun 14
14
SSH w/ttysnoop
I was wondering if anyone here has or knows how to implement ttysnoop w/ssh ?