similar to: Icecast-dev Digest, Vol 158, Issue 1

Displaying 20 results from an estimated 70 matches similar to: "Icecast-dev Digest, Vol 158, Issue 1"

2020 Aug 30
1
SSL problems
Hello everybody, i have got a big problem with ssl cert for icecast2. I've got 3 files from provider. I've made one .pem file from this, but icecast can't read the certyficate. I will be very gratefull for help, BW -------------- next part -------------- An HTML attachment was scrubbed... URL:
2020 Aug 30
0
Handle sleep/hibernate/wake-up in WIndows
As per title it seems like tinc installed as a service doesn't handle well the sleep/hibernate/wake-up calls e.g. the service is unresponsive after a wake up rather than restarted. As i read it should be easy to fix: https://stackoverflow.com/questions/11367318/how-do-windows-services-behave-when-entering-waking-up-from-sleep-or-hibernate-m
2020 Aug 30
2
[RFC][LLVM] New Constant type for representing function PLT entries
> On Aug 29, 2020, at 6:53 PM, Hal Finkel <hfinkel at anl.gov> wrote: > >> >> Sorry for the delay responding Leonard. I don’t really understand your rationale here. A PLT entry is a completely target specific concept because some targets don’t have PLTs. I don’t think there is any reason that a frontend would abstractly generate this unless they already have a
2002 Mar 11
0
[Bug 158] New: ssh-add trips up due to missing key types
http://bugzilla.mindrot.org/show_bug.cgi?id=158 Summary: ssh-add trips up due to missing key types Product: Portable OpenSSH Version: 3.1p1 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P4 Component: ssh-add AssignedTo: openssh-unix-dev at mindrot.org ReportedBy:
2006 Jan 25
0
Re: Asterisk-Users Digest, Vol 18, Issue 158
Hi, I have already set canreinvite=no in the sip.conf and also used the NAT=yes. But the funny thing that was in one case the user call and it wasn't working (one way audio as described) using an online dialer and then tried again using X-lite it was working. Then hanged up and tried X-lite again, it was not working. The second call was only a few seconds apart. Moving back to the online
2006 Jan 25
0
Re: Asterisk-Users Digest, Vol 18, Issue 158
Has anyone tried to (recently) install asterisk in a location not relative to /, as a non-root user? Ie editting the PREFIX directive in Makefile. Why? Several quite obvious reasons: a). Allows an asterisk user to be created, and operators to log into the box as asterisk user, without having root access. b). Much easier backups, because everything is beneath the same directory structure.
2008 Jun 13
2
GLXBadDrawable 158 playing AOE2 GOLD
Couldn't find anything like this...so I had to post. Sorry if the answers are out there. Depending on how it's feeling (I guess), I can get it to run. But usually only after a fresh install of wine and of AOK. It will run once (just fine) then start to fail giving the following: X Error of failed request: GLXBadDrawable Major opcode of failed request: 158 (GLX) Minor opcode of
2019 Jul 15
0
[PATCH AUTOSEL 4.19 079/158] vhost_net: disable zerocopy by default
From: Jason Wang <jasowang at redhat.com> [ Upstream commit 098eadce3c622c07b328d0a43dda379b38cf7c5e ] Vhost_net was known to suffer from HOL[1] issues which is not easy to fix. Several downstream disable the feature by default. What's more, the datapath was split and datacopy path got the support of batching and XDP support recently which makes it faster than zerocopy part for small
1999 Apr 06
1
seg fault with strsplit (PR#158)
Try the following with R 63.3: test <- function(z){ ch1 <- deparse(z,width=500) ch <- NULL for(i in 1:length(ch1))ch <- paste(ch,ch1[i],collapse=" ") a <- gsub("(\\[(0|1|2|3|4|5|6|7|8|9|:|,)+\\])|([][+*/^():!<>%&|~,{}\"\\\=-])|( [0-9]+)|(^[0-9]+)"," ",ch) print("here") strsplit(a," ") } test(glm) Jim
2004 Dec 10
0
Re: Asterisk-Users Digest, Vol 5, Issue 158
I am sorry that I was not more clear. I am only looking for departments that will > fit into the string: > "press 1 for the DEPT department" or "press 1 for DEPT" the 'into' is what I should have been clearer about. I am only looking for words that will fit into the DEPT portion of the above strings. As you mention we already have press, the numbers,
2004 Dec 11
0
Re: Asterisk-Users Digest, Vol 5, Issue 158
I am sorry that I was not more clear. I am only looking for departments that will > fit into the string: > "press 1 for the DEPT department" or "press 1 for DEPT" the 'into' is what I should have been clearer about. I am only looking for words that will fit into the DEPT portion of the above strings. As you mention we already have press, the numbers, for,
2002 Mar 11
7
[Bug 158] ssh-add trips up due to missing key types
http://bugzilla.mindrot.org/show_bug.cgi?id=158 ------- Additional Comments From wknox at mitre.org 2002-03-12 06:43 ------- Created an attachment (id=38) Patch to fix described problem ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2018 Apr 10
0
CentOS-announce Digest, Vol 158, Issue 1
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit https://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
2017 Nov 21
0
mystery "158"
Your data frame fam contains factors. Turn it into character strings using fam$Family = as.character(fam$Family) and try again. It may be helpful if you read up on R's factors, see ?factor. HTH, Peter On Tue, Nov 21, 2017 at 2:14 PM, Glen Forister <gforister at gmail.com> wrote: > This is a simple problem, but a mystery to me. > I'm trying to grab $Family
2017 Nov 21
2
mystery "158"
This is a simple problem, but a mystery to me. I'm trying to grab $Family "Scelionidae" from one dataframe and put it into another dataframe occupied with NA in $Family. The result is a "158" ends up there instead of Scelionidae. Simply put fam$Family[1] <- least$Family[1] If I have made a mistake here, can somebody point it out. I've included the simple
2017 Nov 22
1
mystery "158"
Well, ?factor does not say anything about this behaviour (assigning numeric code instead of level of factor). And actually if you do assignment for whole vector the result is different (vector in data frame is changed to factor). > temp2$fff[1]<-vec[1] > head(temp2,2) pokus minuty fff 1 T42 240 3 2 T42 300 <NA> > temp2$fff<-vec > head(temp2,2) pokus
2020 Aug 30
3
Proposal to remove MMX support.
I recently diagnosed a bug in someone else's software, which turned out to be due to incorrect MMX intrinsics usage: if you use any of the x86 intrinsics that accept or return __m64 values, then you, the *programmer* are required to call _mm_empty() before using any x87 floating point instructions or leaving the function. I was aware that this was required at the assembly-level, but not that
2020 Aug 29
1
401 Unauthorized when originating SIP user exists on remote server
Hi list! I'm trying to make a SIP test call from Bria and/or 3CXPhone from a PC behind NAT. From Bria/3CXPhone I connect to an Asterisk 11.25.0 server on the internet at 100.100.94.210 with a SIP account "3333" created in sip.conf: [3333] type=friend secret=something host=dynamic nat=yes qualify=no disallow=all allow=alaw allow=ulaw canreinvite=no context=voipin I dial +1234
2020 Aug 30
2
[RFC][LLVM] New Constant type for representing function PLT entries
On Aug 24, 2020, at 6:47 PM, Leonard Chan via llvm-dev <llvm-dev at lists.llvm.org> wrote: > Thanks for the responses! I’m going to see if I can summarize the concerns and ideas people have (for my own clarity) and see where we can go on from there. Folks seem to be on board with the idea of introducing some new IR entity that (after linking) *could* be a reference into the PLT, but some
2020 Jul 16
2
[RFC] Pass return status
> Out of curiosity, does change here include changes to names, and other semantically-irrelevant changes (e.g., changing the order of operands in a PHI)? The hashing function used to detect changes is currently very simple: it only accounts for instruction opcode and order. So some semantically-irrelevant changes are ignored (as well as some relevant changes), and some are not. Permuting two