Displaying 20 results from an estimated 3000 matches similar to: "Samba 2.2.5 - Swat Died"
2002 May 13
1
Samba 2.2.4 SWAT Says Broken Link
Howdy!
Just downloaded the Binary RPM for Red Hat 7.2. Seemed to install fine (after I
removed 2.2.3a) but when I try to use SWAT in Konquerer, it comes back and says
that the link is broken to the machine name. I've tried: http://localhost:901,
http://[ip]:901 and http://[machine name]:901. I do have SWAT checked in the
Service configuration.
Any particular reason it would do that?
2002 Jun 12
1
WinXP Pro 'Loses' Samba Server
I have Samba running on my web server (it's not a major file server or
anything) so that I can access files on it from my local network. Mainly
things like I can view my webalizer pages thru a local machine, or to
copy files over for installation.
Anyway - every 2-3 hours, I 'lose' the connection and have to reboot the
WinXP machine (yeh, I know - 'Rule #1 of Microsoft - When in
2005 Jul 27
7
gamma distribution
Hi R Users
This is a code I wrote and just want to confirm if the first 1000 values are raw
gamma (z) and the next 1000 values are transformed gamma (k) or not. As I get
2000 rows once I import into excel, the p - values beyond 1000 dont look that
good, they are very high.
--
sink("a1.txt");
for (i in 1:1000)
{
x<-rgamma(10, 2.5, scale = 10)
y<-rgamma(10, 2.5, scale = 10)
2007 Jun 09
1
Blosxom + Markdown problem: randomised email links break RSS, Atom
As described here, "Markdown will... perform a bit of randomized
decimal and hex entity-encoding to help obscure your address from
address-harvesting spambots" on automatic email address links like
<rwhe at ludism.org>.
http://daringfireball.net/projects/markdown/syntax#autolink
I have had a problem with my RSS feed for months, where certain
entries would refresh every hour or
2007 May 07
6
Dovecot not handling r/o mailboxes completely, and problem with ACL as a workaround
First of all, I think dovecot is really fantastic and I have thanks for all
the hard work. I think it will be the best fit for my ~5000 users when I
have it setup completely. We normally have approx 500 concurrent IMAP
connections during the day.
I am trying to convert from courier-imap to dovecot, but I have an issue with
public namespace folders that are not writable by certain users.
2006 Jul 03
2
Strange local requests with Apache 2.2, mod_proxy_balancer, and Mongrel 0.3.13.2
Hello all,
My Rails app is logging some rather strange requests:
Processing StoreController#index (for ::1 at 2006-07-03 13:18:48) [GET]
Session ID: ed5e2a0e5b4b9290835a969cdd749e6e
Parameters: {"action"=>"index", "controller"=>"store"}
Completed in 0.08174 (12 reqs/sec) | Rendering: 0.07951 (97%) | DB:
0.00000 (0%) | 200 OK [http://127.0.0.1/]
2012 May 22
3
How to remove square brackets, etc. from address strings?
Hello,
I'd like to remove the individual pairs of square brackets along with
their content - plus the space directly behind it - from address strings
such as this:
[Swidsinski, Alexander; Loening-Baucke, Vera; Lochs, Herbert] Charite
Humboldt Univ, Innere Klin, D-10098 Berlin, Germany; [Hale, Laura P.]
Duke Univ, Med Ctr, Dept Pathol, Durham, NC 27710 USA
I'd like get the
2010 May 28
5
difference in sort order linux/Windows (R.2.11.0)
Dear R users,
I'm a bit perplexed with the effect sort has here, as it is different on
Windows vs. linux.
It makes my factor levels and subsequent plots different on the two systems.
Given:
types <- c("PC-D-Euro-0", "PC-D-Euro-1", "PC-D-Euro-2", "PC-D-Euro-3",
"PC-D-Euro-4", "PC-D-Euro-5", "PC-D-Euro-6",
2003 Mar 31
2
Citrix reports no more connections to samba server
Hi All
I have a Win2K server with Citrix Metaframe XPe installed on the network and
uses mapped network drives to a Samba file server. The Citrix server is
locking users out of the mapped network drive on the samba server.
Citrix has 125 concurrent licences and Terminal services licences of the
same amount
Samba version is 2.2.3a Running on a Redhat 7.3 box.
Please advise if more into is
2004 Nov 18
3
Internet fail over
Bit of a shorewall newbie so if the answer is obvious please be gentle.
We have been using version 1.4.2 for a while now and are very happy with
how it performs, however we are looking to increase the resilience of
our internet connection by providing a second internet feed. The idea
being that should the primary connection fail shorewall will
transparently (as far as users are concerned) switch
2009 Jan 12
1
help on nested mixed effects ANOVA
Hello,
I am trying to run a mixed effects nested ANOVA but none of my codes
are giving me any meaningful results and I am not sure what I am doing
wrong. I am a new user on R and would appreciate some help.
The experimental design is that I have some frogs that have been
exposed to three acoustic Treatments and I am measuring neural
activity (egr), in 12 brain regions. Some frogs also called
2005 Aug 31
4
a few more questions...
Hello everyone,
I sent the last email prematurely - I had a few more questions. I
don't wish to start a holy war here, but are there certain OSs /
Distros that are preferred for running very busy icecast servers?
We're a Solaris shop currently, but don't mind using linux or BSD if
that would make things easier.
I see there is a Fedora Core RPM on the icecast page - does that
2010 Feb 19
2
segfault - (imap|pop3)-login during nessus scan
We've been struggling with a problem for the past couple of days which to this point I've only gotten to be able to boil down to this:
1. Install nessus home edition (less pluggins I assume)
2. run all scans (sequentially or in parallel, doesn't seem to matter)
3. about 3 minutes in /var/log/messages will show segfaults on imap and/or pop3
imap-login[22185]: segfault at
2006 Dec 18
4
How to keep mocks consistent?
Hey all,
Here''s a question for everyone: how do you keep your mocks and stubs
consistent with your real objects?
I''m dipping my toes into the RSpec world, and it''s absolutely
delightful (running dozens of tests in less than a second is nice as
well), but I''m concerned about my ability to keep the mocks in my
specs consistent with the behavior of their
2006 Aug 18
3
New automated Capistrano setup for Apache2.1+ and mongrel_cluster
Hi mongrel users!
I just posted a bad-ass capistrano file that automates *everything*
for setting up an apache2+mod_proxy_balancer and
mongrel+mongrel_cluster -- including apache2 setups. It''s based off
Coda Hale''s guide and all Bradley''s work at fluxura and RailsMachine
(thanks Coda and Bradley!).
It''s, well, bad-ass, if I must say so myself. My favorite
2005 Aug 22
3
overlaying prerecorded content over a live stream...
Hello everyone!
I've been looking into using icecast to help get some terrestrial
radio stations into Internet broadcasting. One of their requirements
is that they have the ability to overlay internet-only content over
the regional commercials that they run during their programming - ie,
during breaks between their normal programming, they don't want ads
from their advertisers
2009 Jun 20
1
string splitting and testing for enrichment
Hi List
I have data in the following form:
Gene TFBS
NUDC PPARA(1) HNF4(20) HNF4(96) AHRARNT(104) CACBINDINGPROTEIN(149) T3R(167) HLF(191)
RPA2 STAT4(57) HEB(251)
TAF12 PAX3(53) YY1(92) BRCA(99) GLI(101)
EIF3I NERF(10) P300(10)
TRAPPC3 HIC1(3) PAX5(17) PAX5(110) NRF1(119) HIC1(122)
TRAPPC3 EGR(26) ZNF219(27) SP3(32) EGR(32) NFKAPPAB65(89) NFKAPPAB(89) RFX(121)
2006 Aug 10
7
Mongrel proxied through Apache won''t serve images
I followed the tutorial from Coda Hale[1] on setting up
Mongrel/Mongrel_cluster and Apache to move away from my current
Apache+FastCGI setup.
The mongrels are all working fine, and Apache is proxying all dynamic
requests through to the cluster using proxy balance.
Strange thing is now, that all my images in public/images aren''t loading
at all, if I access them directly I just get a
2017 Nov 13
1
halo replication not working
Hi all
I have two data center in two different region (A and B), I have created
glusterfs volume with replica 3, one replica is in one region and other two
replica is in another region.
I have enabled the hale replication feature, I mount the volume in data
center A with its public ip and mount the volume in data center B with its
public ip.
when I copy data in data center A, the data is
2005 Aug 22
1
ezstream and OSX 10.4.2 Tiger...
On Mon, 2005-08-22 at 21:47, Michael Hale wrote:
> Hello again,
>
> I'm having a dickens of a time getting ezstream configured - it
> requires libshout2 - so far so good.
>
> I installed the darwin ports library, did a port install libogg and
> then a port install libvorbis. Now, when I try to do a port install
> libshout2, configure returns the following.
>