similar to: Problem

Displaying 20 results from an estimated 140 matches similar to: "Problem"

2023 Nov 28
1
Setting up Profiles share... 777?!
In a fresh samba AD domain i'm setting up the 'Profiles' share for roaming profiles, following the wiki: https://wiki.samba.org/index.php/Roaming_Windows_User_Profiles https://wiki.samba.org/index.php/Setting_up_a_Share_Using_Windows_ACLs leading to: [profiles] comment = Network Profiles Share csc policy = disable map acl inherit = Yes path = /srv/samba/profiles read only =
2007 Jul 13
2
R file via SSH
Goodmorning everybody, I need to run an R program via SSH. Usually I open R, I run the program and I stay logged-in, waiting for the output. As a matter of fact, if I close the connection with SSH I loose the calculations and the output of my R program. What command I have to use in order to preseve the calculations and the output without staying logged-in a SSH connection? thanks in advance
2015 Jul 06
2
Ices generates lots of email warnings
I can't say whether this is either an Ices or a CentovaCast issue, but there are certain programs that play perfectly normally but generate just piles of email about invalid sample rates or frames containing metadata that's not supported. Is there a way to turn these emails off? One of them recently was over four thousand lines long, which really shocked me, and it takes a lot to shock me.
2012 Apr 29
1
[LLVMdev] Not enough optimisations in the SelectionDAG phase?
On 04/29/2012 01:19 PM, Evan Cheng wrote: > On Apr 24, 2012, at 11:48 PM, Fan Dawei wrote: > >> For the following code fragment, >> >> ;<label>:27 ; preds = %27, %entry >> %28 = load volatile i32* inttoptr (i64 2149581832 to i32*), align 8 >> %29 = icmp slt i32 %28, 0 >> br i1 %29, label %27, label
2023 Nov 28
1
Setting up Profiles share... 777?!
On Tue, 28 Nov 2023 16:00:22 +0100 Marco Gaiarin via samba <samba at lists.samba.org> wrote: > > In a fresh samba AD domain i'm setting up the 'Profiles' share for > roaming profiles, following the wiki: > > https://wiki.samba.org/index.php/Roaming_Windows_User_Profiles > https://wiki.samba.org/index.php/Setting_up_a_Share_Using_Windows_ACLs > >
2018 Nov 06
5
Installing IceCast2 on CentOS 6 / CPanel
Was hoping to get some updated instructions for this. Have access to a dedicated server. The info on the web seems to be outdated.....some of the links are DOA..... There was one simple install, but not sure if it would work: This tutorial explains how to install icecast kh10 server on centos 6 server # cd /usr/src # wget
2020 Oct 17
2
Install Icecast server with SSL - please help
No, I don't have centovacast.. i just want to use icecast with ices2. But icecast has to have ssl enabled. Den lör 17 okt. 2020 kl 13:55 skrev Marvin Scholz <epirat07 at gmail.com>: > Hi, > > the guide you followed is not really correct for the usecase you have > unless you use CentovaCast, which I guess you do not? > > On 17 Oct 2020, at 13:19, Bananradion wrote:
2020 Oct 17
4
Install Icecast server with SSL - please help
Can someone please, *please* explain to me how I can install the latest Icecast server with SSL enabled? I've tried several methods I found when searching but nothing works. OS: Raspberry PI OS LITE (32-bit) Thanks in advance! Regards.. Daniel -- *Bananradion* - svängig musik non-stop -------------- next part -------------- An HTML attachment was scrubbed... URL:
2020 Oct 17
2
Install Icecast server with SSL - please help
Thanks for the fast reply, but that didn't help either. What is supposed to happened after "make install" I see: Making install in examples make[1]: Entering directory '/usr/local/src/icecast-2.4.4/examples' make[2]: Entering directory '/usr/local/src/icecast-2.4.4/examples' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for
2020 Feb 29
2
Chrome not allowing mixed content anymore
For example, in my case, we use several servers with Centovacast, with several Icecast2 services. Version 2.5 of Icecast2, allows to respond to http and https connections from the same port, but takes years in beta. Centovacast does not update its panel, waiting for the final version of Icecast 2.5 to be released. Chrome has been warning for months that this would happen in February, but no one
2020 Oct 17
2
Install Icecast server with SSL - please help
I tried that, but i'm not sure what´s supposed to happen after "make install" is done? Making install in examples make[1]: Entering directory '/home/pi/icecast-2.4.4/examples' make[2]: Entering directory '/home/pi/icecast-2.4.4/examples' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]:
2020 Nov 25
4
Stream over SSL and chrome
2.2.4? I didn't think SSL was implemented until version 2.4.3. What would be helpful, not to mention useful, is to explain specifically and exactly what goes into the key file. The choices are: your server's private key, your server's public key, your server's certifying authority (CA) key, maybe even the curl CA. I've also seen this in examples of the SSL stanza from
2011 Oct 13
1
Problem with Ices
2020 Oct 17
0
Install Icecast server with SSL - please help
First I would recommend to run make uninstall from the location you ran make install before to clean up what it already installed in the wrong location. Then repeat the ./configure ... step but without the prefix: ./configure --with-curl --with-openssl then make and make install, which should install Icecast to /usr/local with the Icecast binary in /usr/local/bin and the configuration
2020 Oct 17
0
Install Icecast server with SSL - please help
On 17 Oct 2020, at 15:14, Bananradion wrote: > I tried that, but i'm not sure what´s supposed to happen after "make > install" is done? Nothing us supposed to happen afterwards. The log you posted looks like it successfully installed everything. > > Making install in examples > make[1]: Entering directory '/home/pi/icecast-2.4.4/examples' > make[2]:
2019 Dec 02
1
Relay http stream to https
Hi I have an SSL-enabled server that is set up to stream over https fine. The mountpoints are typically set up as follows: <listen-socket> <port>8005</port> </listen-socket> <listen-socket> <port>9005</port> <ssl>1</ssl> </listen-socket> <ssl-certificate>/usr/local/centovacast/etc/ssl/icecast.pem</ssl-certificate> How
2019 Dec 10
1
No ssl capability
Thanks chip! Thats working. Thanks a lot Kind regards, Marv Op 10 dec. 2019 om 19:51 heeft Chip <chiapas at aktivix.org> het volgende geschreven: > >  > How about this: > https://serverok.in/centovacast-enable-ssl-on-icecast > You're welcome. Don't mention it :o) > > Chip Scooter > > On Mon, 9 Dec 2019 at 12:54, Marvin | OveralWiFi.nu <marvin at
2020 Mar 20
2
Issue with Wordpress in HTTPS and Icecast Stream URL in HTTP
Hello, Thank you for your help. I tried to follow steps on your link but it didn't work. I used this one : https://weekly-geekly.github.io/articles/350236/index.html I finish all steps but when i try to launch icecast with : su icecast2 -s /bin/bash icecast -c /usr/local/etc/icecast.xml I get this error : /usr/local/etc/icecast.xml: line 1: syntax error near unexpected token `newline'
2020 Oct 17
0
Install Icecast server with SSL - please help
Hi, the guide you followed is not really correct for the usecase you have unless you use CentovaCast, which I guess you do not? On 17 Oct 2020, at 13:19, Bananradion wrote: > Thanks for the fast reply, but that didn't help either. > > What is supposed to happened after "make install" > I see: > > Making install in examples > make[1]: Entering directory
2020 Oct 17
2
Install Icecast server with SSL - please help
Where does the value for ssl-allowed-ciphers come from? On 10/17/2020 5:19 AM, Chip wrote: > Try this: > > * https://serverok.in/centovacast-enable-ssl-on-icecast > > If you are using Letsencrypt then this, IMHO, is a good way to make > the icecast.pem file: > > cat privkey.pem fullchain.pem > icecast.pem > > The above creates a useful SSL cert format which,