similar to: "handle is invalid" trying to connect

Displaying 20 results from an estimated 30000 matches similar to: ""handle is invalid" trying to connect"

2019 Apr 12
0
players who cannot handle switching to a fallback mount point?
On 12 Apr 2019, at 11:38, Michel van Dop wrote: > Hi Paul, > > Thanks for the quick response! > We use the same type of encoder (Sam Cast) both live for both > mountpoints on 96 Kb Joint Stereo. > > it is difficult to see if it is exactly the same. Is there a player > that show exactly this? I will check this. > > We have use the limit-rate in our config. Thats
2012 Aug 27
1
EROR connection/wait_for_serversock signalfd descriptor became invalid
On 27/08/12 18:19, Michael Smith wrote: > Hi Rob, > > You're not using icecast; you're using the "KH" icecast fork. This is > a considerably different codebase. Mostly, it adds a few features, and > is less well tested/less stable. > > From the code you quoted, this is clearly a hacky workaround for a > bug. I would recommend upgrading to the latest
2015 Nov 05
0
Problem with DNS configuration and "host" command . . .
On 05/11/15 18:40, Steve Ankeny wrote: > On 11/05/2015 12:14 PM, Reindl Harald wrote: >> >> >> Am 05.11.2015 um 18:08 schrieb Steve Ankeny: >>> 'network-manager' is not installed but 'resolvconf' is -- >>> >>> adam at eagle:~$ cat /etc/resolv.conf >>> # Dynamic resolv.conf(5) file for glibc resolver(3) generated by
2012 Aug 27
2
EROR connection/wait_for_serversock signalfd descriptor became invalid
hello, I am tying to get to the bottom of why my icecast server crashed and failed to restart. The last entry in the error log is this: [2012-08-26 05:46:38] INFO source/source_read listener count on /stream now 7 [2012-08-26 05:48:02] INFO connection/wait_for_serversock HUP received, reread scheduled [2012-08-26 05:48:02] INFO connection/connection_thread connection thread
2009 Feb 17
0
Trying to restart IPv6 over PPP
My IPv6 connection over my PPPoE link is down. IPv4 is up. I have tried: /etc/ppp/ipv6-up ppp0 and get the error: ./network-functions: line 78: ifcfg-: No such file or directory The gateway has been up and running for > 150 days. I have not been testing anything IPv6 out of my net for a while, so don''t know when IPv6 connectivity went south. I don''t want to restart
2003 Aug 12
0
dynamic IPSEC
Hi, On Mon, 11 Aug 2003, Kent Hauser wrote: > Hi Mike, > > Had any progress? I've also by stymied for a clean solution. Previously, I > used a simple SED script from executed from "/etc/ppp/ppp.linkup" to edit a > "setkeys" script which then negotiated with the office ascend router/gw & all > was VPN heaven. However, I now need to negotiate
1998 Aug 27
0
Winpoopup via ppp
A short time ago I wrote regarding browsing a network from a remote site connected via Windows 95 ppp - and recieved help - thank you. I enabled WINS on the server and pointed the Win95 Network WINS setting to that IP number. Now... is there a way to get winpopup to send/recieve messages via that same connection. At the moment, this happens:- 1) I am warned that Netware can only handle 39
2011 May 09
4
Trying out a new version with sangoma card
Hi ! We curently have a centos 5 / asterisk 1.4 server that we have some DTMF problems with. It has a Sangoma A104d card and only port one is used to connect to the PSTN. Port 2 is conencted via a cross-over cable to a RAS for modem access and port 3 is connected for data communication via PPP. Now, I want to freshen this setup to something newer. So I installed a Scientific Linux 6 server,
2005 Oct 25
0
[LLVMdev] newbie llc build problem: BreakCriticalEdges.cpp:44: undefined reference to `llvm::LoopSimplifyID'
On Tue, 25 Oct 2005, Kurt Harriman wrote: > Looking into LLVM for a database query engine project... > > After downloading the latest source from CVS, it's my first time trying > to build LLVM. Following the "Getting Started" instructions, all went well > until gmake reported this error while trying to link llc: > AFAICT, 'LoopSimplifyID' does in fact
2005 Oct 25
2
[LLVMdev] newbie llc build problem: BreakCriticalEdges.cpp:44: undefined reference to `llvm::LoopSimplifyID'
Hi, Looking into LLVM for a database query engine project... After downloading the latest source from CVS, it's my first time trying to build LLVM. Following the "Getting Started" instructions, all went well until gmake reported this error while trying to link llc: In function `(anonymous namespace)::BreakCriticalEdges::getAnalysisUsage(llvm::AnalysisUsage&) const':
1997 Nov 04
3
R-alpha: Re: Separation of Program & Doc; REQUIRING Perl5 [was: New Version]
[[Again I diverge to R-devel, I think we need more opinions here...]] >>>>> "KH" == Kurt Hornik <hornik@ci.tuwien.ac.at> writes: >>>>> Ross Ihaka writes: >> I am beginning to get a bit more free time and I would like to get a >> "stable" version out as soon as possible. (This is of course so I can >> break
1999 Jan 04
0
SAMBA digest 1928
samba@samba.org schrieb: > SAMBA Digest 1928 > > For information on unsubscribing see http://samba.org/listproc/ > Topics covered in this issue include: > > 1) Re: NT Logon Authentication > by Gerald Carter <cartegw@Eng.Auburn.EDU> > 2) Samba-> No [.] and [..] directories > by Kai Schaeffer
1998 Jan 20
1
as.numeric(<factor>) [Difference R/S]
>From R-core; this should interest most R-devel'ers (to some extent): Since 0.60, the semantics of as.numeric(<factor>) has changed, e.g. R> as.integer(factor(c("A","BB"))) [1] NA NA R> as.integer(factor(c(100,40,100))) [1] 100 40 100 whereas older R and S: S> as.integer(factor(c("A","BB"))) [1] 1 2 S>
1998 Jan 07
0
Two more R/S differences
(Another discussion out of R-core, I think anyone in R-devel might have an opinion -- MM): >>>>> "KH" == Kurt Hornik <hornik@ci.tuwien.ac.at> writes: >>>>> Martin Maechler writes: >>>>> "KH" == Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> writes: KH> * Bug or feature? R> NULL + NULL real(0) R>
2013 Feb 16
1
[LLVMdev] A weird problem when try to output operand of instruction involving function pointer in a struct
Hi all, I just start to learn llvm. I am trying to get the operand's name of some instruction that invokes a function field of a struct. While, I found in the result that there is a sequence number attached to the function field name. Below is an example: /******source code t2.c*******/ #include <stdio.h> void F(){printf("F\n");} void E(){printf("E\n");} void
1997 Dec 02
1
R-alpha: Re^2: data file names
[R-devel'ers: spill over from R-core .. -- MM] >>>>> "KH" == Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> writes: >>>>> Robert Gentleman writes: >> In preparing the next Windows release I want to make opening up >> system data files (and their documentation) more transparent. I >> would really like to adopt the
2013 Jan 22
1
Questions about builds
I have a couple of questions about the various Icecast builds that exist: 1) It seems like new builds being done today are all "kh" builds. Is that observation correct? If I see something non-kh, is it older by definition? 2) Other than possibly age, what is the conceptual different (if any) between kh and non-kh builds? What do kh builds hope to accomplish that old Icecast never did?
1999 Oct 16
1
Can't even connect to my server via ping/http/telnet
Quite a strange error, and I am very interested to see if anyone can figure this one out: While trying to access my Samba 2.0.5/RedHat 6.0 server via PPP from Win98 on my laptop, I can't ping, http, or telnet there. No error messages, just timeouts. All this works from my LAN, but not when I dial-up somewhere (tried w/ mulitple ISPs). I know it's not a DNS issue, because it works when
1997 Sep 02
1
R-alpha: Re: What are objects?
[I do think this discussion belongs to R-devel rather than anywhere else .. MM] >>>>> "Kurt" == Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> writes: >>>>> Peter Dalgaard BSA writes: >> Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> writes: KH>>> While trying to write documentation for data.class(), I came
2004 Sep 24
3
ISDN (point to point) questions
Hello; we are looking to replace our current PBX with a *-box; it is connected to ONE ppp isdn connection that is terminated by the NC. We got on this box 4 msn's configured. currently we are working with pstn fxo's behind the PBX; it works but we can't use the CSID information behind it. We want to migrate and keep the MSN's to decide routing in combination with the CID.