search for: ohh

Displaying 20 results from an estimated 117 matches for "ohh".

Did you mean: oh
2001 Oct 22
10
Winbind, RedHat 7.1, Pam 0.74-22 ohh so close to working
Hello, I have gone through the howto provided but I am not yet able to logon to my linux box using NT4 domain accounts. I can however authenticate to restricted shares and I can obtain groups and users via "getent" and "wbinfo -u". All I really need now is a working /etc/pam.d/login. I've tried examples from the howto as with others from the mailing list but I can not
2017 Jul 07
2
Lowering Select to Two Predicated Movs
Ohh, that makes sense. And is the reason the first instruction doesn't get deleted because the ExpandPseudoInstructions pass occurs after Register Allocation and machine dead code elimination? -Dilan On Fri, Jul 7, 2017 at 12:37 PM Friedman, Eli <efriedma at codeaurora.org> wrote: > On...
2004 Aug 06
3
I declare ices stable
On Fri, Jul 20, 2001 at 11:27:16AM +0500, Asif M. Baloch wrote: > Hi guys, > > ICE cast resembles shoutcast, thats for sure and its good that its open > source. But, it has too many probs. I ran it on a dual p3 800 with a T3 comm We are running icecast on linux 2.2.19 serving more than 600gb each months and it has been rock stable so fare. Right now our uptime is around 3 months.
2023 Mar 29
1
[PATCH] mm: Take a page reference when removing device exclusive entries
On 3/28/23 20:16, Matthew Wilcox wrote: ... >> + if (!get_page_unless_zero(vmf->page)) >> + return 0; > > From a folio point of view: what the hell are you doing here? Tail > pages don't have individual refcounts; all the refcounts are actually ohh, and I really should have caught that too. I plead spending too much time recently in a somewhat more driver-centric mindset, and failing to mentally shift gears properly for this case. Sorry for missing that! thanks, -- John Hubbard NVIDIA
2006 Apr 07
4
How to generate mapping with migration
Hi there, I''ve tried to add a m:n mapping table using the migration mechanism. ruby script\generate migration add_categories_notes_mapping and filled the migration file with: class AddNotesCategoriesMapping < ActiveRecord::Migration def self.up create_table :categories_notes do |t| t.column :category_id, :integer, :null=>false t.column :note_id, :integer,
2001 Feb 04
1
so .. patches ... shall i download all and patch wine with all of 'em ?
so since Gerhard told me where to find that patch, ohh god there are many patches, i got the idea, to download all patches and patch wine ... but would that make eny sence ? or would i destry wine with it ? thanks m.angermann
2006 Mar 08
3
List and update values from text_field_tag fields
Hi, I populate a couple of text_field_tag''s with data from an AciveRecord object. Some fields are editable and at the end of the page there''s a submit button. I want the new values to be updated in the DB but by default my original values are stored again. How do i go about doing this? thanks/jens AIM: jens.tinfors@mac.com Skype: jtinfors
2006 Apr 26
3
jack
Installing alsa and jack libraries places devices for these in the winecfg menus. If I choose jack, what I would expect is that the wine instance would init jack clients for audio in and out and midi in and out (not really jack but jack can connect these as well). The jack out clients might be connected to the default alsa device, etc. This is normal for jack aware applications. I do not see
2007 Mar 17
1
SV: How to detect SpeexBits corruption
Ohh...nice. I actually thought I was emailing Jean-Marc and didn't expect anything back from the list. In fact once I got a reply back saying it was waiting mod approval for list submission, I though it would be dropped. Your reply is both unexpected and much appreciated. I'm checking it ou...
2017 Feb 14
2
RFC: A new llvm-dlltool driver and llvm-lib driver improvements
Ohh nice. With that method I can support it without upsetting ld users by introducing an api breakage. On Tue 14 Feb 2017 at 01:32, Rui Ueyama <ruiu at google.com> wrote: > On Mon, Feb 13, 2017 at 5:26 PM, Peter Collingbourne <peter at pcc.me.uk> > wrote: > > On Mon, Feb 13, 2...
2017 Feb 14
2
RFC: A new llvm-dlltool driver and llvm-lib driver improvements
...: > I took a look at the code. Looks like you need a library to create import > library files in LLVM and use that from llvm-dlltool and LLD. Is that what > you are planning? > > On Mon, Feb 13, 2017 at 5:37 PM, Martell Malone <martellmalone at gmail.com> > wrote: > > Ohh nice. > With that method I can support it without upsetting ld users by > introducing an api breakage. > > On Tue 14 Feb 2017 at 01:32, Rui Ueyama <ruiu at google.com> wrote: > > On Mon, Feb 13, 2017 at 5:26 PM, Peter Collingbourne <peter at pcc.me.uk> > wrote: >...
2015 Aug 12
2
libfuzzer questions
...lee pairs must be where it got amped up a bit. I'm using "bb,indirect-calls,8bit-counters". > save_minimized_corpus 0 If 1, the minimized corpus is >>> saved into the first input directory >>> ------------- >>> >>>> >> Ohh, ok. I think I misunderstood this to trying to minimize the size of >> the test case while still reproducing a crash. Similar to how afl-tmin >> works, I was thinking. I'll give this a try. >> >> Should I only use this option periodically or can I run it this way all...
2006 Jul 24
6
error_messages_for not working
I have the following code and I am not able to get it working. The error message is not coming on the top, it is just getting displayed on a different page if I dont have the rescue block commented at the bottom. Model: user.rb require "digest/sha1" class User < ActiveRecord::Base validates_presence_of :eaddress, :fname, :passwd, :pcode, :country, :day, :year, :month, :gender,
2020 Oct 09
3
nouveau broken on Riva TNT2 in 5.9.0-rc8: GPU not supported on big-endian
On Fri, Oct 9, 2020 at 5:54 PM Karol Herbst <kherbst at redhat.com> wrote: > > On Fri, Oct 9, 2020 at 11:35 PM Ondrej Zary <linux at zary.sk> wrote: > > > > Hello, > > I'm testing 5.9.0-rc8 and found that Riva TNT2 stopped working: > > [ 0.000000] Linux version 5.9.0-rc8+ (zary at gsql) (gcc (Debian 8.3.0-6) 8.3.0, GNU ld (GNU Binutils for Debian)
2017 Feb 14
3
RFC: A new llvm-dlltool driver and llvm-lib driver improvements
...t; > I took a look at the code. Looks like you need a library to create import > library files in LLVM and use that from llvm-dlltool and LLD. Is that what > you are planning? > > On Mon, Feb 13, 2017 at 5:37 PM, Martell Malone <martellmalone at gmail.com> > wrote: > > Ohh nice. > With that method I can support it without upsetting ld users by > introducing an api breakage. > > On Tue 14 Feb 2017 at 01:32, Rui Ueyama <ruiu at google.com> wrote: > > On Mon, Feb 13, 2017 at 5:26 PM, Peter Collingbourne <peter at pcc.me.uk> > wrote: >...
2010 Apr 21
2
[LLVMdev] GlobalValue type
I tried to get the Type for a global value, but it always returns me a PointerType. This is ok, expect that I want to know what type is being pointed at. How do I do this?
2010 Apr 21
0
[LLVMdev] GlobalValue type
Orgoton Baberek wrote: > I tried to get the Type for a global value, but it always returns me a > PointerType. This is ok, expect that I want to know what type is being pointed > at. How do I do this? > You can utilize the doxygen docs (http://llvm.org/doxygen/hierarchy.html) to find which methods of classes give you the information you want. For example, you can look up the
2011 Dec 08
0
[LLVMdev] Register allocation in two passes
On Dec 8, 2011, at 12:15 PM, Borja Ferrer wrote: > Jakob I've just noticed that I'm getting false positives about spills when there are actually none. > What is happening is that although execution reaches to the line spiller().spill(LRE); inside RAGreedy::selectOrSplit() the insertion of the spill is avoided because the register gets rematted. This is the debug output I'm
2016 May 31
1
Signed Division and InstCombine
On 31 May 2016 at 16:02, Dilan Manatunga <manatunga at gmail.com> wrote: > Just to verify, a 16-bit divion of INT16_MIN by -1 results in INT16_MIN > again? No, "sdiv i16 -32768, -1" is undefined behaviour. The version with an "sext" and "trunc" avoids the undefined behaviour and does return -32768. > If the issue only occurs in this case, why
2020 Jan 21
2
astricon videos
Hello, any plans for astricon videos? Thanks Marek