similar to: App behaves differently on Apache and Webrick

Displaying 20 results from an estimated 1000 matches similar to: "App behaves differently on Apache and Webrick"

2007 Mar 22
2
Error booting an opensuse iso image
Hi list, I try to install opensuse 10.2 in a VM over Xen 3.0.4. My method is to declare a cdrom disk as hdb pointing to an iso image and boot the VM which launch the cdrom programm. However, with opensuse, the VM freeze just after having boot on the virtual cdrom. Last message is : ISOLINUX 3.31 0x45688c0e Copyright (C) 1994-2005 H. Peter Anvin Loading... Then the virtual CPU goes to 100% use.
2006 Nov 10
0
Asterisk BlindTransfer behaves differently in version 1.0 and 1.2
Recently, we just migrate our PABX from 1.0.10 to the latest asterisk 1.2.13, most of the features are migrated smoothly, only blind transfer behaves differently, and quite annoying, We use options 't' and 'T' in dial command to enable using asterisk feature to do blind transfer, in 1.0, after you dial the number and followed by a '#' key, asterisk will do the transfer
2005 Mar 16
0
samba authentication behaves differently between windows and samba clients
Hello, I'm using samba 3.0.11 and SuSE Enterprise Server 8 (SLES8). All authentication tests using sambaclient works as expected, I can authenticate logon requests, but when I use windows 98 clients authentification fails with some password lenghts :-?. I know it sounds weird but I can reproduce it as many times as I want. i.e: password "aaa" -> smbclient - always works
2018 Apr 26
0
readLines() for non-blocking pipeline behaves differently in R 3.5
Probably related to the switch to buffered connections. I will look into this soon. On Wed, Apr 25, 2018 at 2:34 PM, Randy Lai <randy.cs.lai at gmail.com> wrote: > It seems that the behavior of readLines() in R 3.5 has changed for non-blocking pipeline. > > > Consider the following R script, which reads from STDIN line by line. > ``` > con <- file("stdin")
2018 Apr 26
0
readLines() for non-blocking pipeline behaves differently in R 3.5
I suspect the reason for the seek is this: cat("1\n", file = "foobar") f <- file("foobar", blocking = FALSE, open = "r") readLines(f) #> [1] "1" cat("2\n", file = "foobar", append = TRUE) readLines(f) #> [1] "2" cat("3\n", file = "foobar", append = TRUE) readLines(f) #> [1]
2018 May 10
0
readLines() behaves differently for gzfile connection
Would it be possible to get that file or a representative subset of it somewhere so that I can reproduce this? Thanks, Michael On Thu, May 10, 2018 at 3:31 PM, Ben Heavner <bheavner at gmail.com> wrote: > When I read a .gz file with readLines() in 3.4.3, it returns text (and a > warning). In 3.5.0, it gives a warning, but no text. Is this expected > behavior or a bug? > >
2018 Apr 25
2
readLines() for non-blocking pipeline behaves differently in R 3.5
It seems that the behavior of readLines() in R 3.5 has changed for non-blocking pipeline. Consider the following R script, which reads from STDIN line by line. ``` con <- file("stdin") open(con, blocking = FALSE) while (TRUE) { ? ? txt <- readLines(con, 1) ? ? if (length(txt) > 0) { ? ? ? ? cat(txt, "\n", file = stdout()) ? ? } ? ? Sys.sleep(0.1) } close(con) ```
2015 Jan 16
1
Samba behaves differently than windows with layered-directory permissions
Hi Folks, We are using samba-4.0.22. We have a very strange issue: We have samba connected to AD & a folder layout like AA\BB\CC\ Folder AA ? has explicit permission for "AD\user1" Folder BB ? does not inherit permission from AA & "AD\user1" is explicitly removed Folder CC ? does not inherit permission from BB & "AD\user1" is added If we
2013 May 03
1
Password server behaves differently for clients from Windows 7 Professional and Windows 7 Enterprise
Hi, I have been using Samba as a file server and a domain controller in a mixed AIX/Windows environment for a long time. Due to changes in the network infrastructure in my lab, I have to stop using my own LDAP server and Samba domain controller, and migrate all my user accounts to a central proprietary directory server. On AIX, I now use a proprietary loadable authentication module on AIX to talk
2018 May 10
1
readLines() behaves differently for gzfile connection
You bet - it's available on github at https://github.com/UW-GAC/wgsaparsr/blob/master/tests/testthat/1k_annotation.gz -Ben On Thu, May 10, 2018 at 4:17 PM, Michael Lawrence <lawrence.michael at gene.com > wrote: > Would it be possible to get that file or a representative subset of it > somewhere so that I can reproduce this? > > Thanks, > Michael > > On Thu, May
2013 May 08
1
server started as daemon: Application behaves differently from running in console
Hi, running our app from its application folder /app via script/server -p <port> works fine. Starting the rails server (2.3.17) as a daemon via cd /app && script/server -p <port> -d (e.g. as init.d script) our application works in parts, but on several actions throws the error below. It seems that the daemon does not have the correct environment and cannot find the
2018 Apr 26
2
readLines() for non-blocking pipeline behaves differently in R 3.5
The issue is that readLines() tries to seek (for reasons I don't understand) in the non-blocking case, but silently fails for "stdin" since it's a stream. This confused the buffering logic. The fix is to mark "stdin" as unable to seek, but I do wonder why readLines() is seeking in the first place. Anyway, I'll get this into patched ASAP. Thanks for the report.
2018 May 10
2
readLines() behaves differently for gzfile connection
When I read a .gz file with readLines() in 3.4.3, it returns text (and a warning). In 3.5.0, it gives a warning, but no text. Is this expected behavior or a bug? 3.4.3: > source_file = "1k_annotation.gz" > readfile_con <- gzfile(source_file, "r") > readLines(readfile_con, n = 5) [1] "#chr\tpos\tref\talt\t <truncated output here> Warning message: In
2006 Dec 14
1
Does send_file act differently with Mongrel than with Webrick?
Mongrel 0.3.13.3 Windows XP Rails 1.1.6 I have a rails app that serves up mp3 files via the send_file command. We create a playlist (M3U) with URLs to the mp3s. These play just fine using Windows Media Player. However using WinAmp we get an error "error syncing to stream" when it tries to request the mp3. After playing around I found that if I am running Rails under Webrick WinAmp
2006 Jul 18
5
Installing ROR/Webrick app on Windows 2000/2003 Server
Hi all, I am currently not able to use search since it is disabled, so I will ask my question and hope I am not repeating a past question. I am looking into developing an app to run in Windows 2000/2003 Server environment. To install ROR on a server to run an app on Webrick do I need any extra steps beyond those needed to install on my development laptop (XP prof) ? The idea is to run the
2005 Jan 17
19
[Bug 973] sshd behaves differently while doing syslog entries for tcpwrappers denied message, with -r and without -r option.
http://bugzilla.mindrot.org/show_bug.cgi?id=973 Summary: sshd behaves differently while doing syslog entries for tcpwrappers denied message, with -r and without -r option. Product: Portable OpenSSH Version: 3.9p1 Platform: All OS/Version: All Status: NEW Severity: normal
2017 Feb 02
3
Register allocator behaves differently when compiling with and without -g
Hi all, In several of our tests, I have noticed that the register allocator allocates to virtual registers in a different order when compiling with the clang option -g. Before entering the register allocator, the code is identical when compiling with and without -g (with the exception of " DBG_VALUE" instructions). The only difference I can see is the value assigned to the slot index
2017 Feb 02
2
Register allocator behaves differently when compiling with and without -g
> On Feb 2, 2017, at 8:20 AM, David Blaikie <dblaikie at gmail.com> wrote: > > The goal/intent is that debug info does not affect code generation. There are (many?) bugs. I think Apple folks (cc'd Adrian) may be looking at this a bit recently, not sure. > > The fixes aren't usually too invasive (usually involve something counting instructions where it needs to skip
2017 Feb 02
2
Register allocator behaves differently when compiling with and without -g
> On Feb 2, 2017, at 8:20 AM, David Blaikie via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > The goal/intent is that debug info does not affect code generation. There are (many?) bugs. I think Apple folks (cc'd Adrian) may be looking at this a bit recently, not sure. > > The fixes aren't usually too invasive (usually involve something counting instructions where
2006 Apr 03
2
no marshal_dump is defined for class Proc
Hello ~ This problem has me puzzled. When users login to my rails app I have the session set up to be stored in the MySQL database for the app. Intermittently, users will get the following error: no marshal_dump is defined for class Proc D:/apps/xampp/ruby/lib/ruby/gems/1.8/gems/actionpack-1.12.0/lib/action_controller/session/active_record_store.rb:81:in `dump''