similar to: Need Help with Flaky FastCGI on Windows

Displaying 20 results from an estimated 300 matches similar to: "Need Help with Flaky FastCGI on Windows"

2005 Feb 19
0
[Error] Using validates_presence_of for datetime field causes parse error?
Hi Everyone - I''ve got an odd sort of error when I try to use validates_presence_of for a MySQL ''datetime'' field. Here''s the relevant portion of the table definition: mysql> describe student_surveys; +---------------------+---------------------+------+----- +---------------------+----------------+ | Field | Type | Null |
2006 Feb 27
0
Simple Namespace Question
I put the following code into my application_helper.rb file, which will allow super fancy ajax pagination blah blah blah. Now the problem is, it''s not being identified. I''m running Rails 1.0.0, and froze edge, so it''s sitting in /vendor. The actual pagination_helper.rb file is appropriately sitting in: /vendor/rails/actionpack/lib/action_view/helpers
2005 Jun 24
0
lighttpd - sporadic mysql errors
I''m getting a strange error in the production.log (I''m on a TxD shared server). The first entry is a successful request from right after restarting lighttpd and killing all the procs, the second is the error after accessing the site half an hour later without having changed anything. Restarting lighttpd resolves the issue. What might be going on?
2007 Nov 10
2
Problem with view spec - works inside the browser but spec fails with nil object
Hi, I''ve been trying to find an answer for this problem in the last couple hours, but I think no discussion was about this exact same thing. So here it goes, hope someone can help. I''m trying to spec a view which works correctly on the browser, but that generates the following error when I run "rake spec:views". ActionView::TemplateError in ''/survey/show
2003 Oct 31
0
Flaky SIP registration
Hey all, Has anyone ever had problems with flaky behaviour when registering softphones dynamically with asterisk? I'm working with Kphone and having problems getting consistent results with registration. When Kphone is able to register, asterisk reports -- registered SIP '2001' at XXX.XXX.XXX.XXX port 5060 where asterisk sees [2001] in sip.conf as [2001]
2020 Nov 11
0
lld :: ELF/invalid/symtab-sh-info.s is flaky on Windows
According to https://reviews.llvm.org/D88348#2344466, that diff should fix the failure. From: llvm-dev <llvm-dev-bounces at lists.llvm.org> on behalf of Fāng-ruì Sòng via llvm-dev <llvm-dev at lists.llvm.org> Reply-To: Fāng-ruì Sòng <maskray at google.com> Date: Tuesday, November 10, 2020 at 10:13 PM To: LLVM Developers Mailing List <llvm-dev at lists.llvm.org> Cc: Nico
2016 Jul 20
2
Flaky ASAN test on Windows?
Hi, The sanitizer-windows bot seems to be failing every now and then on the AddressSanitizer-i386-windows :: TestCases/Windows/dll_host.cc test [1]. For instance, see builds 25884, 25876, 25867, 25858 etc. Could someone have a look? Regards, Diana [1] http://lab.llvm.org:8011/builders/sanitizer-windows/builds/25884/steps/run%20tests/logs/stdio
2017 Sep 12
0
audio flaky
We could use some additional details. * what version of CentOS 6 * what is your desktop GUI -- gnome or ? * what apps are you attempting to use with audio? I have CentOS 6.9 installed with pulse-audio and my gnome 2 desktop, and everything works well with this environment. I pretty much always test with Firefox and youtube. Sites with embedded with video also work fine for me. On 09/12/2017
2017 Sep 13
0
audio flaky
Hello Michael, On Tue, 12 Sep 2017 12:02:34 -0500 (CDT) Michael Hennebry <hennebry at web.cs.ndsu.nodak.edu> wrote: > I'm running CentOS 6. > The audio goes in and out a lot. > With vlc, I can sometimes get the audio back > by turning the audio track off and on again. > I have similar issues with a/v embedded in html. > > Any suggestions on how to diagnose this?
2017 Sep 16
0
audio flaky
have you by chance, even accidentally turned on the volume normalization in vlc?? it doesn't work, and makes things get louder and softer in annoying ways. -- The Power Of the People Is Stronger Than The People In Charge. 13. Sep 2017 08:32 by hennebry at web.cs.ndsu.nodak.edu: > On Wed, 13 Sep 2017, wwp wrote: > >> On Tue, 12 Sep 2017 12:02:34 -0500 (CDT) Michael Hennebry
2004 Jul 14
0
winbind flaky authentication..
I've got weird things happening with winbind authentication - sometimes it works, sometimes it doesn't. Sometimes it works for one username, and not for the other, sometimes it works for both, sometimes neither... I'm a departmental admin trying to authenticate against our central windows domain - so I've no control of the windows side. The client machine is a fresh redhat
2013 Jan 25
1
Samba3 File Server + Winbind -- AD Authentication Flaky/Inconsistent/Unreliable
Hey all, So, there are about a billion guides on the interwebs about how to have a samba3 file share authenticate against a samba4 AD. However, I am having two giant problems: one problem is that my problems are not consistent and the second problem is that it isn't working (presently). Long, sad story in a nut shell: my co-worker and I had spent several hours Monday/Tuesday futzing with
2015 Jan 06
2
[LLVMdev] Flaky asan test?
My change 225282 broke an asan test [1], but by the time I got around to trying to revert it, I noticed that the test had started passing. Moreover, it seems to have been "fixed" by 225291 which at least does not seem related to the breakage directly. I'm puzzled now -- is the failing asan test flaky? Should I still revert 225282? Thank you for your time! [1]:
2006 May 25
2
jitterbuffer causes flaky IAX2 incoming connections?
I've been having problems with incoming IAX2 calls - some work, but a large fraction are answered with "dead air" or disconnects from my IAX provider. Disabling the jitterbuffer seems to eliminate the problem (so far)! Has anyone else seen this? I'm using 1.2.6, but I'm not sure what my provider is using. A snippet of the a failed incoming call IAX2 debug is attached
2008 Jul 07
1
Flaky desktop audio behavior.
Might have some kind of bug here. I want to know if anybody else is seeing this. It's happened twice now, so I should be able to repeat it. $ rpm -q centos-release centos-release-5-2.el5.centos On my desktop, I "su -" to another user. Then "nohup thunderbird", it gets the mail and plays the announcement. ISTM this is an error right off the bat as this user is not the
2006 Jul 20
4
Help with Rails and postgres with sequence numbers (global?)
Hello, I am building an Rails applications that has to integrate an legacy system (lxoffice) (schema at: http://www.lx-office.org/uploads/media/DB_Schema_2.1.1_R_393_17_03_2005_.pdf). They somehow use global ids (global for some tables). I can not change the schema and still I want to use Rails to access it and not pure SQL. When I try to insert a record I get the following message:
2020 Nov 11
2
lld :: ELF/invalid/symtab-sh-info.s is flaky on Windows
lld/test/ELF/invalid/symtab-sh-info.s (check-lld-elf) is recently flaky on Windows, e.g. https://reviews.llvm.org/harbormaster/unit/view/192869/ http://45.33.8.238/win/27684/step_10.txt It fails like every 3 or 4 builds. Could someone with a Windows machine check what is going on? Is that due to output non-determinism (just my guess) in yaml2obj.exe? -------------- next part -------------- An
2017 Sep 13
3
audio flaky
On Wed, 13 Sep 2017, wwp wrote: > On Tue, 12 Sep 2017 12:02:34 -0500 (CDT) Michael Hennebry <hennebry at web.cs.ndsu.nodak.edu> wrote: > >> I'm running CentOS 6. >> The audio goes in and out a lot. >> With vlc, I can sometimes get the audio back >> by turning the audio track off and on again. >> I have similar issues with a/v embedded in html.
2008 Oct 01
4
Flaky graphics - need help nailing down the cause
This morning I noticed that my (new in July) monitor was behaving strangely. At first, it was odd parts of web page graphics that didn't show up unless I scrolled up and down in the window, and then they weren't displayed with any consistency. Then I noticed that the screensaver failed to appear (computer was locked, but graphics never showed on the monitor). I tried running mplayer to
2017 Sep 12
4
audio flaky
I'm running CentOS 6. The audio goes in and out a lot. With vlc, I can sometimes get the audio back by turning the audio track off and on again. I have similar issues with a/v embedded in html. Any suggestions on how to diagnose this? -- Michael hennebry at web.cs.ndsu.NoDak.edu "Sorry but your password must contain an uppercase letter, a number, a haiku, a gang sign, a heiroglyph,