search for: babbl

Displaying 20 results from an estimated 74 matches for "babbl".

Did you mean: babel
2010 Apr 19
3
[Bug 1759] New: allow display of bubblebabble fingerprint when connecting
https://bugzilla.mindrot.org/show_bug.cgi?id=1759 Summary: allow display of bubblebabble fingerprint when connecting Product: Portable OpenSSH Version: -current Platform: All URL: http://bugs.debian.org/578422 OS/Version: Linux Status: NEW Severity: enhancement Priority: P2...
2001 Jan 12
1
Key fingerprint feature request
Hi, Does anyone know what algorithm the commercial ssh-2.3.0 uses to display the key fingerprints ? On the manual it says the algorithm is 'bubble babble' but I didn't find out how to actually create this bubble string (I guess I could find out from the sources). I think that it would be a nice option if OpenSSH could print out the host keys fingerprint in same format as the commercial ssh. This would make it so much easier to compare host...
2006 Feb 27
3
form questions
I have a very simple form that looks allows an input for an error code and then give the show page from the scaffolding if the error code is in the database and a notification on the list page, again from the scaffolding if not. Here''s the form: find.rhtml <h1>Find error</h1> <%= start_form_tag :action => ''search''%> <p><label
2003 Aug 12
3
Fair comparison
...at the book is written by the makers of VOCAL, it tends to have a one sided slant. Maybe we should try to put together an unbiased comparison (read that as pro/con). I was talking at a meeting about Asterisk, and someone attempted to start flaming Asterisk, and swearing by VOCAL, while another was babbling about the wonders of Bayonne. The only thing that was successful in that meeting about VOIP solutions was tabling that discussion until a future (as in way, way in the future) date. Just a thought! Kim C. Callis
2005 Aug 26
0
add'on : MGE Ellipse 800 USBS & FreeBSD
...ollowup to my previous post, just a couple words to add a comment on the numerous tests I did the past days. It was necessary to increase the waiting time in the /etc/ rc.shutdown, to wipe out the remaining problems (ups didn't shut down). # a rather large sleep to insure the ups stop babbling sleep 20 It appears the ups needs more than 20 seconds to finish all its babbling and internal processing, and so be available back to work :) The sleep was increased successfully to 30 seconds. So I finally set a 60 seconds wait and everythings seems fine right now. Enjoy the s...
2008 Jan 11
1
Problem: "Missing IMAP reply key: F"
.... Pine's debug mode tells me the following: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Debug output of the Pine program (debug=2 debug_imap=4). Version 4.64 (OSX) [...] Terminal type: screen About to open folder "INBOX" inbox is: "INBOX" IMAP 14:40:22 1/11 mm_log babble: Trying IP address [::1] IMAP 14:40:22 1/11 mm_log warning: Connection failed to localhost,143: Connection refused IMAP 14:40:22 1/11 mm_log babble: Trying IP address [127.0.0.1] IMAP DEBUG 14:40:22 1/11: F IMAP 14:40:22 1/11 mm_notify warning: {localhost}inbox: Missing IMAP reply key: F IMAP 14:4...
2010 Nov 10
1
Need sub for virtual box
...irtual Box bug 7606 is causing a customer of mine serious financial harm. http://www.virtualbox.org/ticket/7607#comment:3 I have tried in vain month or month over month to get Oracle to sell me a tech support contract, so that we can get some priority on this issue. No joy. I just get psycho babbled all over about "Reaching out to me". I have had it. Is there a good replacement for Virtual Box? requirements: 1) must run on CentOS 5.x as the host 2) must support Windows Server 2008 32 bit sp2 (not R2) as a guest 3) must support Supermicro X8SAX motherboard 4) must support...
2011 Dec 23
1
Carbonite on Wine?
...ne? This is something I've wanted to get working in Wine for quite a while now and have tried to do so every now and then (I think as far back as last year). Just now bringing this to the forums. I tried it again today and earlier this week with Wine 1.3.35. Nothing visible other than endless babbling outputting from terminal occurs. I pasted a whopping 65 KB worth of this babbling here: http://pastebin.com/t76nWARh Anyone can waltz right up to carbonite.com and download a free trial installer, though you do have to create an account. If you open this installer with an archive manager, you...
2017 Apr 12
2
Potential issue with noalias @malloc and @realloc
On Tue, Apr 11, 2017 at 7:02 PM, Daniel Berlin <dberlin at dberlin.org> wrote: > >> >> > It would require semantic changes to llvm ir to fix this to properly >> > express object lifetimes that is compatible with all the random babble >> > standards have written down :) >> > For now, the only sane solution IMHO, is to say that no alias implies >> > pointer inequality, regardless of the standards. Because the above can >> > occur in any situation noalias exists but they are allowed to be point...
2007 Mar 19
2
Star Wars Jedi Knight II Jedi Outcast running very slowly.
...ut that did not help either, because a) there was no 24-bit mode, and b) 32-bit mode was no different. I did not try to play the game because I did not have a cd handy, and hadn't set up the no-cd yet. But, the main menu is slow enough to prevent any enjoyment from gameplay. Here is the WINE babble: fixme:d3d:IWineD3DDeviceImpl_GetAvailableTextureMem (0x181670) : stub, simulating 64MB for now, returning 64MB left fixme:ddraw:IDirectDrawImpl_SetCooperativeLevel (0x16efe0)->((nil), 00000008) fixme:d3d:IWineD3DStateBlockImpl_Release Releasing primary stateblock fixme:ddraw:IDirectDrawImpl_S...
1997 Apr 14
1
R-alpha: select.frame
Here's the select.frame() function I babbled about before. Suggestions about coding style, etc., are welcome, I feel a bit green at this. select.frame<- function (dfr, ...) { subst.exp <- function(e) { for (i in 2:length(e)) { ei <- e[[i]] if (is.call(ei))...
2017 Nov 23
2
Addressing the problem of noisy GPUs under Nouveau
...I can always over-approximate. However, I failed to accurately compute the duty I need to write to get the 100% fan speed (I have cases where I greatly over-estimate it...). Could you please check out the vbios table I am pointing at? I am quite sure that your documentation will be clearer than my babbling :D Thanks, Martin [1] http://fs.mupuf.org/nvidia/fan_calib/pwm_offset.png
2017 Apr 12
4
Potential issue with noalias @malloc and @realloc
...avid Majnemer on IRC, I'm not annoyed by the fact that there is a bug, but by the fact that there is no good way of fixing the bug that I can think of. > It would require semantic changes to llvm ir to fix this to properly > express object lifetimes that is compatible with all the random babble > standards have written down :) > For now, the only sane solution IMHO, is to say that no alias implies > pointer inequality, regardless of the standards. Because the above can > occur in any situation noalias exists but they are allowed to be pointer > equal (as mentioned, it'...
2004 Dec 11
2
ACK from asterisk not matched to transaction by SER / LCS2005
...: SIP/2.0/UDP 192.168.4.39:5082;branch=z9hG4bK61c24316 From: "10" <sip:10@fedora.karlshorst.net>;tag=as47998c2b To: <sip:chriz@karlshorst.net> Contact: <sip:10@192.168.4.39:5082> Call-ID: 3f5512e931c367c566ee7d3420453098@fedora.karlshorst.net CSeq: 102 INVITE User-Agent: Babble/0.6.10 Date: Fri, 10 Dec 2004 16:58:02 GMT Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER Content-Type: application/sdp Content-Length: 364 v=0 o=root 2442 2442 IN IP4 192.168.4.39 s=session c=IN IP4 192.168.4.39 t=0 0 m=audio 30016 RTP/AVP 8 0 97 3 2 110 a=rtpmap:8 PCMA/8000 a=rtpmap:0 PCMU/80...
2008 Jun 18
2
SSH connection hang after upgrade
...1 key file' comes up, as my private key (id_rsa) remains unchanged and begins: -----BEGIN RSA PRIVATE KEY----- Proc-Type: 4,ENCRYPTED DEK-Info: DES-EDE3-CBC,... Other points of interest: 'ssh-keygen -B' correctly identifies my private key and returns what appears to be a valid bubble-babble digest, beginning with '1024 ...' 'ssh-keygen -l' correctly identifies my private key and returns what appears to be a valid fingerprint, beginning with '1024 ...' 'ssh-keygen -y' correctly identifies my private key, asks for my pass phrase, and returns my publi...
2015 Nov 25
2
Help with Intel 6235 Wireless on CentOS 7 (pointer to good reading?)
Dear Experts, I would like to ask your advise on good reading about how to add WiFi device, and how to control its settings on CentOS. Sounds really dumb, but this is what I am NOT able to do on CentOS 7 what I was able to do in the past, beginning somewhere since RedHat 5 or 6, through Fedora and up to CentOS 6. In brief: my card is Intel 6235; CentOS 7 (fully updatted), latest kernel
2003 Jul 16
1
AW: Why the commotion about file extensions?
...for ashampoo (www.ashampoo.com) who specialize in creating easy-to-use programs for non-tech savvy people). People don't quite grasp what an .avi is, or divx or the difference between an .mp3, .wav or Vorbis file. Especially on Windows where file extensions are hidden by default. It is all tech-babble for them - they think in terms of "music" and "movies". So the one thing that people seem to want to know is wether a file contains audio or video. And technical issues aside (like starting the correct program for a given file) this should somehow be made visible to the user....
2006 Oct 30
3
Application 500 Errors
Configuration: (2) Dual Core Opterons 8GB RAM Apache used to balance 40 mongrel instances We receive Application 500 Errors. Nothing suspect appears in the log, so we are at a lost as to what to do next. Any advice would be welcome and/or an explanation of what types of things cause Application 500 Errors in mongrel. Thanks! - Jared Brown -------------- next part -------------- An HTML
2018 Jan 29
1
Addressing the problem of noisy GPUs under Nouveau
...t;>>> need to write to get the 100% fan speed (I have cases where I greatly >>>> over-estimate it...). >>>> >>>> Could you please check out the vbios table I am pointing at? I am quite >>>> sure that your documentation will be clearer than my babbling :D >>> >>> Yes. We will check on this. There has been some productive discussion >>> internally, but it will take some more investigation. >>> >>> thanks, >>> John Hubbard >> >> Have the productive discussions panned out? Yes, w...
2011 Nov 04
5
Beating the Top-Posting Dead Horse
...Dave -- LOOKING FOR WORK! What: Ruby (on/off Rails), Python, other modern languages. Where: Northern Virginia, Washington DC (near Orange Line), and remote work. See: davearonson.com (main) * codosaur.us (code) * dare2xl.com (excellence). Specialization is for insects. (Heinlein) - Have Pun, Will Babble! (Aronson) -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+un...