search for: gah

Displaying 20 results from an estimated 123 matches for "gah".

Did you mean: ah
2018 Mar 05
6
latest skype (version 8.16.0.4) on Centos 7
...Plantronics USB headset, which works fine but not with skype. it is as if it doesn't exist. So, when I connect to someone I can hear them, see them, and they can see me, but I'm producing no sound output. All the web hits I can find for nonfunctional microphone on the web are for Ubuntu. GAH! running ldd against the skypeforlinux binary results in a huge list of shared libraries, including libasound (which is what the ubuntu messages say is missing). Anybody got a clue? Thanks in advance! Fred -- ---- Fred Smith -- fredex at fcshome.stoneham.ma.us ----------------------------- &...
2007 Oct 02
2
Buggy SATA detection w/CentOS5 + Intel H6300ESB?
...that is using the Intel? H6300ESB Serial ATA Controller (Supermicro P4SCI motherboard). When I install CentOS5, everything seems to work OK, but it has absolutely horrid disk performance. Upon further inspection, it seems that the SATA disks are being treated as legacy IDE devices using PIO. Gah.... Has anyone else had this problem? I recall having similar problems last year sometime with some Supermicro systems, but I can't seem to remember how I fixed it. :-) Any suggestions would be much appreciated. Best,
2016 May 19
3
Phabricator not getting all comments sent by email?
GAH! Sigh.... :( That is indeed what it does. See stripQuotedText in src/applications/metamta/parser/PhabricatorMetaMTAEmailBodyParser.php if anyone's interested in hacking on php code, it looks like it might be fairly straightforward to have it strip only the lines starting with ">"...
2016 Apr 10
2
Plus addressing on Sentora using Postfix
...p[23435]: 6D44955ADC: message-id=<1D905D9B-99E0-4156-A652-51D1A9BD96D0 at icloud.com> > Apr 10 23:53:24 njoror postfix/qmgr[13937]: 6D44955ADC: from=<philipmcgaw at icloud.com>, size=2021, nrcpt=1 (queue active) > Apr 10 23:53:24 njoror postfix/pipe[23436]: 6D44955ADC: to=<site+gah at skippy.org.uk>, relay=dovecot, delay=0.43, delays=0.34/0.01/0/0.08, dsn=4.1.1, status=SOFTBOUNCE (user unknown) > Apr 10 23:53:25 njoror postfix/smtpd[23320]: disconnect from mr11p26im-asmtp004.me.com[17.110.86.109] Any ideas on why this is still not working for me, as its now driving me...
2018 Mar 06
2
latest skype (version 8.16.0.4) on Centos 7
...t; it is as if it doesn't exist. > > > > So, when I connect to someone I can hear them, see them, and they can > > see me, but I'm producing no sound output. > > > > All the web hits I can find for nonfunctional microphone on the web > > are for Ubuntu. GAH! > > > > running ldd against the skypeforlinux binary results in a huge list > > of shared libraries, including libasound (which is what the ubuntu > > messages say is missing). > > > > Anybody got a clue? > > > > Thanks in advance! > > >...
2016 Oct 29
1
Stupid vim question
...>> search. >> >> Putting >> >> set foldlevelstart=1 >> >> in the ~/.vimrc didn't seem to do anything > > > set nofoldenable > > That in .vimrc works in the version of vim in CentOS 7 but allegedly it > still will fold in some contexts Gah - that seems to work but now when doing a git commit I get a warning that the option is recognized. I do NOT get that warning when editing a file. What the hell ever happened to KISS ?
2017 Apr 19
1
CTDB problems
...sh: line 73: > > gstack: command not found > > This script attempts to dump the stack trace of the blocked process, > but can't as gstack isn't installed - it should be available in the > gdb package. > > @Martin: would the attached (untested) patch make sense? Gah, this time with the actual patch, instead of a Vim swap file. Cheers, David -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-ctdb-debug_locks.sh-only-run-gstack-if-installed.patch Type: text/x-patch Size: 1300 bytes Desc: not available URL: <http://lists....
2003 Oct 11
1
Status of RealOne plugin?
I'm trying to convice a webmaster to start offering Vorbis in addition to his current RealAudio 3(GAH!) web streams. I was just wondering what the status on the RealOne/Helix DNA plugin was so I could include it in a letter I'm going to be sending him today. <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from...
2018 Jan 23
1
Inclusion of Polly and isl into core LLVM
...-of-the-art Polyhedra implementations as well as >> significant memory gains, on all larger benchmarks. In fact, in many >> cases our analysis terminates in seconds where prior code runs out of >> memory or times out after 4 hours. > > They compared against PPL and ELISA. Gah, my mistake - they compared against NewPolka and PPL, and _their_ work was ELINA.
2012 Oct 18
1
[PATCH] virtio: 9p: correctly pass physical address to userspace for high pages
...ing.desc[head].flags = VRING_DESC_F_INDIRECT; > - vq->vring.desc[head].addr = virt_to_phys(desc); > + vq->vring.desc[head].addr = page_to_phys(kmap_to_page(desc)) + > + ((unsigned long)desc & ~PAGE_MASK); > vq->vring.desc[head].len = i * sizeof(struct vring_desc); Gah, virt_to_phys_harder()? What's the performance effect? If it's negligible, why doesn't virt_to_phys() just do this for us? We do have an alternate solution: masking out __GFP_HIGHMEM from the kmalloc of desc. If it fails, we will fall back to laying out the virtio request directly i...
2012 Oct 18
1
[PATCH] virtio: 9p: correctly pass physical address to userspace for high pages
...ing.desc[head].flags = VRING_DESC_F_INDIRECT; > - vq->vring.desc[head].addr = virt_to_phys(desc); > + vq->vring.desc[head].addr = page_to_phys(kmap_to_page(desc)) + > + ((unsigned long)desc & ~PAGE_MASK); > vq->vring.desc[head].len = i * sizeof(struct vring_desc); Gah, virt_to_phys_harder()? What's the performance effect? If it's negligible, why doesn't virt_to_phys() just do this for us? We do have an alternate solution: masking out __GFP_HIGHMEM from the kmalloc of desc. If it fails, we will fall back to laying out the virtio request directly i...
2006 Apr 25
12
Newb Gem Install Help!
This seems newbish, but I can''t seem to get this gem to install no matter what I do. The gem in question is login_generator, and no matter what folder I put the .gem file in, it can''t read locally - am I missing something? Remote install hangs at updating the source. -- Posted via http://www.ruby-forum.com/.
2008 Mar 19
6
Back button behavior has changed again in Safari 3.1, after doing a dom update via ajax/RJS
GAH! Here is the firefox behavior, which is perfect: 1) View page 1 2) Update some text by using link_to_remote or remote_form_for, along with an RJS replace or replace_html 3) Navigate to page 2 4) Hit back 5) Page was cached with dom updates, note that the page is show in the same state as it was l...
2005 May 14
4
Problems with custom service and webrick
Hi all, Windows XP Pro Ruby 1.8.2 I''m having a couple of problems with the following service. The first issue is that the code in service_start doesn''t seem to fire off. The second problem is that any attempt to do ''require "webrick"'' within webrick_daemon.rb causes the service to fail on start. Any ideas? # webrickctl.rb
2004 Aug 11
7
Static on outgoing calls (Quad E1)
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: zapata.conf Type: application/octet-stream Size: 590 bytes Desc: zapata.conf Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20040811/dfc853bc/zapata.obj -------------- next part -------------- A non-text attachment was scrubbed... Name: zaptel.conf
2007 Sep 04
9
exec creates and subscribe
I have the following test case: file { sendmail-conf: path => "/etc/mail/${fqdn}.mc", owner => "root", group => "wheel", mode => 0644, links => follow, source => "puppet:///sendmail/${hostname}.mc" } $mail_dir = "/etc/mail" $cf_dir = "/usr/share/sendmail/cf/" exec { build-conf: command => "/usr/bin/m4
2009 Sep 03
0
[LLVMdev] Perfect forwarding?
Gah, headers not set appropriately, message I sent is forwarded below (it still takes a good extra 45-90 seconds to change the "To" line on this device...): On Thu, Sep 3, 2009 at 2:45 AM, Talin<viridia at gmail.com> wrote: > OvermindDL1 wrote: >> >> Boost.Fusion has ada...
2016 Oct 29
2
Stupid vim question
On 10/29/2016 02:49 PM, Frank Cox wrote: > On Sat, 29 Oct 2016 14:39:03 -0700 > Alice Wonder wrote: > >> How do I get it to stop doing that? > > http://superuser.com/questions/278442/how-to-make-vim-not-fold-everything-automatically > Thank you, it appears the folding is the term I should have used in my search. Putting set foldlevelstart=1 in the ~/.vimrc didn't
2018 Mar 05
0
latest skype (version 8.16.0.4) on Centos 7
...ks fine but not with skype. > it is as if it doesn't exist. > > So, when I connect to someone I can hear them, see them, and they can > see me, but I'm producing no sound output. > > All the web hits I can find for nonfunctional microphone on the web > are for Ubuntu. GAH! > > running ldd against the skypeforlinux binary results in a huge list > of shared libraries, including libasound (which is what the ubuntu > messages say is missing). Using the same skype version (and former ones), with various input/output hardware (not the ones you have), I encou...
2018 Mar 06
0
latest skype (version 8.16.0.4) on Centos 7
...ks fine but not with skype. > it is as if it doesn't exist. > > So, when I connect to someone I can hear them, see them, and they can > see me, but I'm producing no sound output. > > All the web hits I can find for nonfunctional microphone on the web > are for Ubuntu. GAH! > > running ldd against the skypeforlinux binary results in a huge list > of shared libraries, including libasound (which is what the ubuntu > messages say is missing). > > Anybody got a clue? > > Thanks in advance! > > Fred > I'm not a skype user myself,...