Displaying 20 results from an estimated 5000 matches similar to: "Samba 3.0.7-2 and IIS6"
2006 Aug 19
3
IIS and response timeout
I apologize if this has been covered before, I checked the archives and
didn''t see anything over the last few months.
I am running IIS6 with IsapiRewriter and a single mongrel service for each
Rails application. One of my apps does a long query to the database to
produce a CSV file. After the request has gone beyond 30 seconds, the user
get a 500 Internal Server Error.
I''ve
2005 Nov 01
1
Problem connecting IIS6 and Samba 3.0.20b
have sent this mail before, but without a subject. Never found any
response to it, hope somebody can and will help me this time.
LS,
I've been trying to set up Samba 3.0.20b on a Debian LDAPv3 server. It all
works ok, except for IIS 6.
I am using a W2K3Std Server to connect to a Samba domain. This is
necessary because of the way IIS authorises it's users. Every website has
it's own
2014 Dec 28
2
sound oddity on C6
I just encountered an oddity... it may have been this way for millennia :)
but somehow I've never noticed it before...
say I'm using X (which is pretty normal these days) and I have VLC
playing a "radio" station.
I do CTRL-ALT-Fx to switch to a text console THAT HAS NO ONE LOGGED IN
on it, and voila:
no sound!
as soon as I log in, the audio returns.
what gives here?
--
2017 Mar 25
2
Error in documentation for ?legend
Right, that's my point. The help page mentions a `title.cex`, like I said; saying that `cex` sets the default `title.cex` sure implies to me (and presumably to the other people whose discussion I linked) that a `title.cex` parameter exists. Since no such parameter exists, this bit in the documentation is misleading (suggesting that there is a `title.cex` parameter which can be set, when there
2006 Apr 27
6
Installation oddity on Fedora Core 5 (PR#8814)
Hello guys:
I recently installed FC 5 linux and installed R from source. It installed
fine, but there was an oddity that I want to report. Although I used
./configure --prefix=/usr/local/R-2.3.0
make
it did not seem to recognize the prefix and went ahead and installed it in
the source directory -- I usually ``tar xzf'' it to my home directory
and run the installation scripts from there
2017 Mar 06
2
CentOS 7, firefox, and flash
I posted Friday about this oddity. Now I've got more data, and what's
happening is this: if I tell noscript to enable youtube and googlevideo in
one tab, not only does it affect *all* tabs, but also affects another
browser window opened from the first browser window.
Anyone have any clues for a workaround fix?
mark
2012 May 09
2
[LLVMdev] Discussion of eliminating the void type
Hi Dan,
>> there's a difference between users of LLVM (which you discuss here)
>> and developers of LLVM (people writing transforms etc). I agree
>> that for users it just changes one oddity for another. However for
>> developers it should make things simpler by making the IR more uniform.
>
> As a developer, it would be mildly nice to give stores names.
>
2009 Apr 17
2
CUPS oddity
Hi,
I've been setting up a few printer servers with CUPS. Our public
libraries here all run 100% Linux (CentOS 5), so what I do is simply
install the printer on one of the machines (with a static IP) and then
configure CUPS so it can act as a printer server for Linux clients.
It took me some time to figure this out, and I remember pulling my hair
out for a few sunny afternoons, but I
2000 Oct 15
2
RedHat 7.0 openssh-2.2.0p1-5 vs ssh 2.3.0
Hello,
I am using RedHat's most recent openssh-2.20p1-5 srpm recompiled
on Linuxppc under glibc 2.1.95/Linux 2.4-test10pre2/gcc 2.95.3(cvs).
I have noticed an oddity when connecting to machines running ssh
2.3.0's sshd2 server. While the connections occur with no problem
after awhile the connection fails when idle with the following
error message...
Hm, dispatch protocol error: type
2004 Jun 20
4
if syntax
I ran into an interesting oddity of R,
if (0) { print(1); }
else { print(2); }
is a syntax error, while
if (0) { print(1); } else { print(2); }
or
if (0) { print(1);
} else { print(2); }
is not. I presume it has to do with the duality of the newline
functioning as an end of command (;) character, though it still seems a
bit odd, and it took me a while to figure out
2012 Aug 26
2
Package "datasets" not exporting anything on a recent R-2.15.1-patched
Hi,
I just stumbled on the following apparent oddity: the package "datasets"
does not appear to export anything out of its namespace:
> ns_datasets <- getNamespace('datasets')
> getNamespaceExports(ns_datasets)
character(0)
Not the case with other packages (example here with "utils"):
> ns_utils <- getNamespace('utils')
>
2014 Dec 11
3
httpd listening only on IPv6 interface on CentOS 7
On Dec 11, 2014, at 3:10 AM, Alexander Dalloz <ad+lists at uni-x.org> wrote:
> Am 11.12.2014 um 04:48 schrieb Warren Young:
>>
>> the stock configuration of Apache only listens for IPv6 connections:
>
> No, that's just the way it is displayed for apache. In fact the service listens on IPv4 as well (given we speak about the default configuration with `Listen
2012 May 09
3
[LLVMdev] Discussion of eliminating the void type
>>>> there's a difference between users of LLVM (which you discuss here)
>>>> and developers of LLVM (people writing transforms etc). I agree
>>>> that for users it just changes one oddity for another. However for
>>>> developers it should make things simpler by making the IR more uniform.
>>>
>>> As a developer, it would be
2014 Aug 28
2
[virtio-dev] Re: [PATCH v2 0/4] virtio: Clean up scatterlists and use the DMA API
Il 28/08/2014 20:29, Christian Borntraeger ha scritto:
>>> >> block seems to work, with net a simple ping works, iperf causes this:
>> >
>> > I neither see the bug, nor can I reproduce it on x86_64 on KVM. I
>> > doubt that dma vs. non-dma is relevant. I tried -net user a -net tap
>> > with iperf running in both directions. I also tried
2014 Aug 28
2
[virtio-dev] Re: [PATCH v2 0/4] virtio: Clean up scatterlists and use the DMA API
Il 28/08/2014 20:29, Christian Borntraeger ha scritto:
>>> >> block seems to work, with net a simple ping works, iperf causes this:
>> >
>> > I neither see the bug, nor can I reproduce it on x86_64 on KVM. I
>> > doubt that dma vs. non-dma is relevant. I tried -net user a -net tap
>> > with iperf running in both directions. I also tried
2007 Nov 14
8
Best practice Ruby on Rails on Windows configuration
Hi,
I have read many articles on the net today about configuring Ruby on Rails
on a Windows server. But there doesn''t seem to a one solution for all on how
to configure a new Ruby on Rails server. So I can use some advise with this.
I am using a Windows 2003 server and don''t get many request a day. But most
of the request are quite heavy. The main focus is on optimizing the
2011 Jun 25
3
Jumbo Frame performance or lackof?
After successfully getting higher MTU to work on my Realtek NICs, I
started testing the impact of higher MTU on file transfers using NFS
exported ramdisk to ramdisk.
The results were unexpected. The higher the MTU on the sending NIC,
the lower the file transfer speed. I tested by using time cp to copy a
1GB file (In case compression might affect the results, so I dd the
test file from the CentOS
2007 Jul 26
2
BUG?: Assigning a Perl script as user shell + sending commands on ssh connect
Hi,
This is sort of a strange issue. But I am experimenting with ways to
have a user log in and be presented with a perl script to interact
with. When I do either or both of the following:
1) set the user's shell to /usr/bin/myperlscript
2) specify ForceCommand /usr/bin/myperlscript, applied to my user
...I get strange behavior when a command is appended to the client
connect
2009 Jun 01
5
A Sims Oddity
http://appdb.winehq.org/objectManager.php?sClass=version&iId=16664
As much as I am leaping for joy at the thought that i'll be able to play the Sims 3 without switching to Mac OS X or Windows, I have a question:
1. How would they know if the game works or not if it doesn't come out till July???
Also, I find it a bit of an oddity that The Sims 3 will work under Wine straight away when
2005 May 08
4
Time is Fleeting: CentOS 4 question
I have recently built a new server using CentOS4. I've found one major
oddity: time resolution is completely whacked.
I'm not using an external time source nor am I relying on NTP for time
resolution. For some reason, time on this server moves forward at a far
more rapid rate.
Right now, all my other systems show Sunday May 8, 3:19 pm. The CentOS
server thinks its Monday May 9, 3:54