similar to: mount fallback 0 || no streams found

Displaying 20 results from an estimated 2000 matches similar to: "mount fallback 0 || no streams found"

2004 Aug 06
1
mount fallback 0 || no streams found
nope ... no effect. didn't work. if the mount fallback is set to zero, still won't find the mount points. I changed hostname to the box's ip and under server_name I put the box's name and domain. then I used force_servername 1. till not working. this is really bizarre. I thought it would be easier than this to get multiple streams going, which I want. If I have multiple
2004 Aug 06
1
mount fallback 0 || no streams found
are you attempting to do this locally, with your machine behind a firewall? I had something similar happen, I had a High and Lo stream, and specifying /HI or /Lo or (nothing) externally worked fine -- internally, no dice. -----Original Message----- From: owner-icecast@xiph.org [mailto:owner-icecast@xiph.org]On Behalf Of azo Sent: Monday, October 15, 2001 8:38 AM To: icecast@xiph.org Subject: Re:
2004 Aug 06
5
solaris success??
Has anyone been successful getting an icecast webcast going under Solaris? I have tried several times using different versions of icecast, ices, shout and solaris, but have never been able to get it working without seg. faults, or glitching, or other problems. -- ........................................................................ Tom Erbe . 608 Carla Way, La Jolla, CA, 92037
2006 Dec 13
3
On vacation message
Hello, I am away from office and will read my emails again on sunday 17th December. Regarding urgent issues, please contact info at artio.net. Best Regards, Arto Saraniva Artio Oy
2013 May 30
1
Dovecot 2.2 build rpm on Centos6
> -----Original Message----- > From: dovecot-bounces at dovecot.org [mailto:dovecot-bounces at dovecot.org] > On Behalf Of Burak G?RER > Sent: Thursday, May 30, 2013 10:34 AM > To: Nikolaos Milas > Cc: Dovecot Mailing List > Subject: Re: [Dovecot] Dovecot 2.2 build rpm on Centos6 > > On 27-05-2013 16:56, Nikolaos Milas wrote: > > On 27/5/2013 1:07 ??, Birta
2013 Feb 20
2
Changin password in LDAP
We are using now dovecot 2.0.21 with open-ldap, but this situations has already taken a quite long time. When user changes the password, we have to reload dovecot every time, otherwise the change is ignored and dovecot sees only the old password. Any ideas where the problem might exist? Conf: # 2.0.21: /etc/dovecot/dovecot.conf # OS: Linux 2.6.18-308.24.1.el5 i686 CentOS release 5.9 (Final)
2008 Apr 14
2
[LLVMdev] llvm-as parse error
Hi: I have just started to use llvm and confronted with a problem: when I want to transform something very simple for name.ll to name.bc with llvm-as name.ll, some errors occured: error: parse error, expecting `GLOBAL' or `CONSTANT' while reading token: 'target' btw, the name.ll file is as follows: ; ModuleID = 'tst.bc' target datalayout =
2008 Apr 14
0
[LLVMdev] llvm-as parse error
On Apr 14, 2008, at 4:35 PM, code_nf wrote: > Hi: > I have just started to use llvm and confronted with a problem: > when I want to transform something very simple for name.ll to > name.bc with llvm-as name.ll, some errors occured: > > error: parse error, expecting `GLOBAL' or `CONSTANT' while reading > token: 'target' Hi. I am having exactly the same
2005 Nov 03
1
courier2dovecot migration script
Howdy, I've just migrated a couple of servers to Dovecot, and am loving it so far. I thought I'd share the courier2dovecot shell script I whipped together (based on the instructions I found in the wiki.dovecot.org migration how-to), for converting Courier-IMAP maildirs to Dovecot format. It can be downloaded from my home page: http://bendiken.net/scripts/ While the script is rather
2000 Nov 30
1
means in arima0 (PR#754)
Full_Name: Arto Luoma Version: 1.1.0 OS: Windows 98 Submission from: (NULL) (153.1.53.119) In arima0 it is possible to specify whether the mean of the original series is included in the model or not. However, it is not possible to specify whether the mean of the differenced series is included. It seems that it is not included. However, if differencing is used to eliminate trend, the mean of the
2001 Oct 04
1
get.hist.quote does not work (PR#1116)
Full_Name: Arto Luoma Version: 1.3.1 OS: Windows 98 Submission from: (NULL) (153.1.53.119) Hi! The function get.hist.quote in the package tseries (Version 0.7-6) does not work in my computer. I found that it uses the function strptime which did not "understand" English month names in my Finnish locale (see bug report 811). I changed the regional settings to be English (UK) and
2011 Nov 24
2
object 'gs' not found
Hello, What is wrong in the below code? What do Ihave to do to make it work? Gs file is my working directory but for some reason it cannot be found.. da <- read.table(file.choose(),header=T,sep="\t") head(da) source("garchoxfit_R.txt") m1=garchOxFit(formula.mean=~arma(0,0),formula.var=~igarch(1,1),series=gs,include.var=F) Error in garchOxFit(formula.mean = ~arma(0, 0),
2009 Jun 17
8
[LLVMdev] Why are functions renamed for .cpp files with llvm-gcc?
Hello, I wonder why there is a difference in how llvm-gcc compiles .c and .cpp files. Example: ---bar.cpp---- int bar() { return 42; } -------------- $ llvm-gcc -emit-llvm -c bar.cpp Now running bar.o through llvm-dis gives: -------------------------------- define i32 @_Z3barv() nounwind { < clip > } -------------------------------- Above, function 'bar' has been renamed
2009 Jun 17
0
[LLVMdev] Why are functions renamed for .cpp files with llvm-gcc?
Hi Arto, > I wonder why there is a difference in how > llvm-gcc compiles .c and .cpp files. > > Example: > > ---bar.cpp---- > int bar() { > return 42; > } > -------------- > > $ llvm-gcc -emit-llvm -c bar.cpp > > Now running bar.o through llvm-dis gives: > -------------------------------- > define i32 @_Z3barv() nounwind { > < clip >
2009 Jun 17
1
[LLVMdev] Why are functions renamed for .cpp files with llvm-gcc?
On Jun 17, 2009, at 1:39 AM, Fabian Scheler wrote: > Hi Arto, > >> I wonder why there is a difference in how >> llvm-gcc compiles .c and .cpp files. >> >> Example: >> >> ---bar.cpp---- >> int bar() { >> return 42; >> } >> -------------- >> >> $ llvm-gcc -emit-llvm -c bar.cpp >> >> Now running bar.o through
2001 Oct 01
2
problem with strptime example (PR#811)
Hello, strptime is still not working correctly in my computer (Windows 98 and R Version 1.3.1) From x <- c("1jan1960", "2jan1960", "31mar1960", "30jul1960") strptime(x, "%d%b%Y") I obtain [1] "NA" "NA" "NA" "NA" while x <- c("01011960", "02011960", "3131960",
2005 Jun 09
2
Relay-only icecast with no encoders.
Hello. Let me describe my situation. In Ukraine traffic to outside world costs much more than ukrainian trafiic, so I want to save my money and make "mirror" stream server. I set up icecast 1.3 server in USA and now I want to relay stream. Encoder connects to my ukrainian server and sends stream, and users are able to listen; now I want users to be able to connect to US mirror and
2009 Oct 09
1
Decoder performance on Windows Mobile 5
Hello, I'm trying to use the speex decoder on Windows Mobile 5. I have compiled the debug version of the lib for WM5 PPC. I am running this test on an HTC TyTn phone. I'm decoding 4Kbits narrowband speex audio. Each decode call takes a buffer of size 100 bytes. The problem is that each decode call takes around 130ms to complete. This is too slow for the audio to play back if I stream
1998 Dec 14
14
samba error
i got this error when i try to log with some users.. anyone knows why? thank you very much! Added interface ip=207.248.136.10 bcast=207.248.136.255 nmask=255.255.255.0Unknown socket option TCP_NODELAYServer time is Sat Dec 12 23:40:09 1998Timezone is UTC-6.0Domain=[TUNA] OS=[Unix] Server=[Samba 1.9.17p4]security=userfirst SMBtconX failed, trying again. ERRSRV - ERRinvnetname (Invalid network
2015 Jan 11
2
Resizing lvm fails with fedora20
Hi, I'm trying to resize a 15GB LVM root partition on a fedora20 server with a fedora20 guest and I'm having a problem. Is this supported on fedora20? I recall having a similar problem (maybe even exact same problem) all the way back in fedora16 or fedora17, but hoped/thought it would be fixed by now? # virt-df -h test1-011015.img Filesystem Size Used