search for: revist

Displaying 15 results from an estimated 15 matches for "revist".

Did you mean: revisit
2000 Feb 15
0
print problems revisted
I was able to partially debug the problem i was having I was trying to print the stuck documents in /var/spool/samba but kept getting error messages saying that the documents where unprintable. I accidently tried the lpr -v option thinking it was for Verbose info... That fixed it! Now I just have to figure out why samba is saving my documents in raster format. I had a suggestion to try different
2003 Jan 21
0
pam_smbpasswd fails, HP-UX 11i (revisted)
A co-worker of mine (Cliff Green <green@UMDNJ.EDU>) managed to get this thing to build. What he changed to get it to do so is the following: configure: Change all of the references to "<module>.so" to "<module>.$SHLIBEXT." This, to me, seems to be common sense. Anyone know why this wasn't done? (Particularly, PAM_MOD="bin/pam_smbpass.so")
2009 May 18
0
how to monkeypatch Hash's = method, revisted
So google for a solution to this problem and found myself here: http://groups.google.com/group/rubyonrails-talk/browse_thread/thread/eaa34998a74831b4/58b80fe0d4eadb1a?lnk=gst&q=+how+to+monkeypatch+Hash%27s+%5B%5D%3D+method+#58b80fe0d4eadb1a But while reading, and admittedly not quite getting the solution, I had a bright moment to balance out the stupid moment, realising that [] = already has
2006 May 22
1
FXS Caller ID revisted
Hi All, posted last week but didn't get any responses. I'm trying to figure out why some of our analog phones aren't showing CID when hooked up to asterisk. To recap, I have an Aastra Powertouch 350, which shows caller ID fine when connected to the PSTN, but when hooked up to asterisk, CID does not show. I've hooked up another phone to the same * port that the Aastra phone is on,
2007 Mar 05
3
postgres barfage revisted
First of all, I''d like to do what I''ve seen several others here do: thank Ezra and any other contributors for producing a really great plugin. Even though I''m having some minor problems, this is all so approachable and easy to work with and dig into... I hate to think of the hoops you''d need to jump through (both as creator of such a system and as a user) to
2014 Feb 27
1
[PATCH RFC v5 4/8] pvqspinlock, x86: Allow unfair spinlock in a real PV environment
...ot a > good idea as there is a possibility of lock starvation for a heavily > contended lock. I'm not sure I'm keen on losing the fairness in PV environment. I'm concerned that on an over-committed host, the lock starvation problem will be particularly bad. But I'll have to revist this once a non-broken PV qspinlock implementation exists (or someone explains how the proposed one works). David
2014 Feb 27
1
[PATCH RFC v5 4/8] pvqspinlock, x86: Allow unfair spinlock in a real PV environment
...ot a > good idea as there is a possibility of lock starvation for a heavily > contended lock. I'm not sure I'm keen on losing the fairness in PV environment. I'm concerned that on an over-committed host, the lock starvation problem will be particularly bad. But I'll have to revist this once a non-broken PV qspinlock implementation exists (or someone explains how the proposed one works). David
2006 Jun 28
6
Rails 1.1.3 and routes to controllers in directories
Hi, All my controllers in subdirectories aren''t reachable by the normal urls anymore since my upgrade to 1.1.3. 404 errors. Did anybody else experience this? grtz Thijs -- Posted via http://www.ruby-forum.com/.
2013 Apr 05
1
flac 1.3.0pre3 pre-release
Martijn van Beurden wrote: > I've tested this on x86_64-linux as well, but still no static building > possible (see earlier post on this). Someone over at HydrogenAudio has > successfully built statically linked, but gets all weird kinds of errors > in the resulting binary >
2006 Jan 02
11
aligning Ferret''s IndexSearcher.search API with Lucene''s
Recently I''ve been revisiting some of my search code. With a greater understanding of how Java Lucene implements its search methods, I realized that one level of abstraction is not present in the Ferret classes/methods. Here are the relevant method signatures: Ferret''s search methods: in Ferret::Index::Index: search(query, options = {}) -> returns a TopDocs
2015 Jan 26
0
Did you get my previous email? Not Spam.
...okar at hamshahri.ir >> >> # net ads testjoin >> Join is OK >> >> >> The problem is that, I can't login to Linux via AD user!!!. >> >> I have a question. As you know I use a Youtube Video to change PAM too, In your opinion is it necessary? Can you revist the video. >> > No, as I never looked at and now cannot seem to find the URL. > > If I remember correctly, you are running Centos and if so should be > using 'authconfig' to set PAM correctly, don't mess with the pam stack > directly. > > Find out how to use &...
2012 Feb 06
8
Cdrom on Linux domU PV
I tried to use cdrom in domU linux pv (Linux Mint 11 based on Natty). With ''/mnt/vm/iso/test.iso,raw,xvdb,ro,cdrom'', Mint sees it as internal disk (not cdrom) and only administrators can mount it. I tried also ''/dev/scd0,raw,xvdb,ro,cdrom'' does the same thing. Is possible use cdrom on linux domU pv full working where also normal user can mount it without
2006 Jun 08
21
"Rails recipes" vs "Rails cookbook"
Reviews Wanted. I''ve read the tables of contents and haven''t yet made up my mind. Is one book clearly better than the other? Is one clearly full of bugs? Is one so much further ahead that there is no choice? Are they both so incomplete that I should just wait and only cook real food? Do trains still have dining cars? Warren Fred -------------- next part -------------- An
2014 Feb 26
22
[PATCH v5 0/8] qspinlock: a 4-byte queue spinlock with PV support
v4->v5: - Move the optimized 2-task contending code to the generic file to enable more architectures to use it without code duplication. - Address some of the style-related comments by PeterZ. - Allow the use of unfair queue spinlock in a real para-virtualized execution environment. - Add para-virtualization support to the qspinlock code by ensuring that the lock holder and queue
2014 Feb 26
22
[PATCH v5 0/8] qspinlock: a 4-byte queue spinlock with PV support
v4->v5: - Move the optimized 2-task contending code to the generic file to enable more architectures to use it without code duplication. - Address some of the style-related comments by PeterZ. - Allow the use of unfair queue spinlock in a real para-virtualized execution environment. - Add para-virtualization support to the qspinlock code by ensuring that the lock holder and queue