similar to: Password problems

Displaying 20 results from an estimated 1000 matches similar to: "Password problems"

2004 Aug 06
1
NEWBIE QUESTION - ERROR [BAD PASSWORD]
hello, i have the same problem than Lukas Bulwahn Le Mercredi 20 Novembre 2002 15:30, "Mitchell Smith" a écrit : > The Debian Icecast server is compiled with password crypt support, which > means you can't put the password in in cleartext. You will have to > > apt-get install makepasswd > > and do something like > > echo "password" >
2004 Aug 06
0
NEWBIE QUESTION - ERROR [BAD PASSWORD]
The Debian Icecast server is compiled with password crypt support, which means you can't put the password in in cleartext. You will have to apt-get install makepasswd and do something like echo "password" > passwd.tmp makepassword --crypt --clearfrom=passwd.tmp and paste the encrypted password in to your icecast.conf file. Hope this helps.
2004 Aug 06
0
Newbee questions...
On Son, Jan 05, 2003 at 08:24:45 +0100, tcheer@gmx.de wrote: > Hi all, hi there, > 1. > I have just installed ices 0.2.3 and icecast 1.3.12 and I am trying to > run them. > In my etc/icecast.const i have kept the 3 default passwords for the > encoder, admin and oper (hackme) and modified my etc/ices.conf as follow: > ... > <!-- Encoder password on the icecast
2004 Aug 06
3
Newbee questions...
Mathias Gygax wrote: >On Son, Jan 05, 2003 at 08:24:45 +0100, tcheer@gmx.de wrote: > > >>Hi all, >> >> > >hi there, > Hi again... > > > >>1. >>I have just installed ices 0.2.3 and icecast 1.3.12 and I am trying to >>run them. >>In my etc/icecast.const i have kept the 3 default passwords for the >>encoder, admin
2012 Dec 25
3
stream/ices_instance_stream Failed initial connect to 172.16.0.116:8000 (Login failed: Success
Hello Everyone, I have a bit of a problem trying to set up Icecast2 + Ice2, on my debian box, I installed icecast2 ver 2.3.2-6 and ices2 2.0.1-8. I'm able to start icecast2 as shown in the logs: [2012-12-24 20:34:27] INFO main/main Icecast 2.3.2 server started [2012-12-24 20:34:27] DBUG yp/yp_recheck_config Updating YP configuration [2012-12-24 20:34:27] INFO
2004 Aug 06
0
Newbee questions...
On Sun, Jan 05, 2003 at 09:52:25PM +0100, tcheer@gmx.de wrote: > >you can also generate a pair with "makepasswd --crypt" or with perl. > >perl -e 'print crypt("hackme", "icecastrules") . "\n";' (this is > >slightly insecure, use a better or more random salt). put the output (13 > >chars hash) to the password configurations
2004 Aug 06
2
Newbee questions...
Hi all, This is my first contribution to this ML. I would like to post 2 questions: 1. I have just installed ices 0.2.3 and icecast 1.3.12 and I am trying to run them. In my etc/icecast.const i have kept the 3 default passwords for the encoder, admin and oper (hackme) and modified my etc/ices.conf as follow: ... <!-- Encoder password on the icecast server -->
2004 Aug 06
3
NEWBIE QUESTION - ERROR [BAD PASSWORD]
I have installed the icecast server on my Debian Linux 2.2. I modified the distributed icecast.conf (as far as thought was necessary), and I set up the shout.conf... Both server and shout are started from root and are set up to localhost. I could start the server, but when I started shout, it did find the server, but it was blocked with the message "BAD PASSWORD[encoder]" even if the
2005 Dec 09
2
"passwd program" directive and windows
Hello, Users on our domain can change their password because of the "passwd program" directive in smb.conf The script called by this program only update user's passwords. I would like to add security for the choosen passord, ie i would like to add control on the number of upper case, lower case, digit... This is not a problem. I'd like to know: if the passord is not conformed
2004 Aug 06
2
Master vs Relay
Michael Smith wrote: >>But mountpoints must be configured by hand and are static. Is there a >>way to relay all streams? >>Number of streams and their names can change from time to time. How to >>do it? >> >>What is the target usage of <master-server> section? >> >> > >That's what <master-server> is for - it allows you to
2004 Aug 06
0
Problem connecting to icecast2
I am using the http protocol now and I still get the same results. Does the mount point in ices need to be a directory that I am mounting to with read write permissions? Or is it a virtual mountpoint? <p>At 12:06 AM 4/15/2004, you wrote: >I am trying to connect to an icecast2 server that I have running on redhat 9. > >Via Ice0. Here are the errors that I am getting. >
2004 Aug 06
1
icecast and shout
Hello, I have icecast runnig I think. I made enqripted password with makepasswd -crypt and then I got pass1 og pass2. As I understand it the pass1 is a uncripted password and pass2 encrypted. I put the pass2 in to the /etc/icecast/icecast.conf and then started it with icecast -p pass1 Then i put pass2 in to the /etc/icecast/shout.conf I have tried all variations about having the password
2004 Aug 06
0
Problem connecting to icecast2
The mountpoint is created by the Icecast server after initiated by Ices and only exists while it's source does. <p>Check the error.log in the Icecast 2 directorys to see why the Ices is having trouble making a connection. <p>>From: "Kristoffer R. Munroe" <krism@ragemp3.com> >Reply-To: icecast@xiph.org >To: icecast@xiph.org >Subject: Re: [icecast]
2004 Aug 06
0
Problems building icecast2
Àngels Flores wrote: > Thanks for the help in my last post. I checkout icecast and libshout > >from CVS and now I have some problems building icecast. > I read the HACKME file and I follow the instructions but when run > "autogen.sh" it returns a serial of errors concerning to > "libtoolize". I suppose this library is missing, but I can't locate > it.
2004 Aug 06
0
Re: Can't Connect to icecast using winamp as a listener
and what do you input into the 'open location' of the winamp? adam On Wed, 21 Jul 2004, Roger Shields wrote: > here's my icecast.xml > > <icecast> > <limits> > <clients>10</clients> > <sources>2</sources> > <threadpool>5</threadpool> >
2004 Aug 06
0
Problem connecting to icecast2
In your Ices0. config file you need to change the protocol to work with Icecast 2 (at the moment you have it set up for Icecast 1.3 server). HTTP is the required protocol for connecting to Icecast 2. -------------------------------------- <Protocol>http</Protocol> -------------------------------------- <p>This should solve your immediate problem. <p>Joe.
2004 Aug 06
1
Newbie Problem
Hi all! I just finished an install of icecast/iceS but I'm having problems. I followed the documentation provided here: http://melmoth.dyndns.org/stream/doc/ to the letter and this is the problem I'm having: Everything seems to function (icecast runs, iceS runs) and it generates messages such as: [root@icecast stream]# bin/ices conf/ices-playlist.xml [2003-06-04 06:43:17] INFO
2023 Aug 31
1
Need help with idmap-configuration
Hi, I'm migrating a samba3-server that is used both as a NT4-DC and a filesver into a pair of samba4 servers, one should become the new AD-DC and the other one should be the new fileserver. The new AD-DC seems to work fine. I created all local unix users and unix groups on the new AD-DC before I started the classic upgrade and deleted all of them after the update was finished. That way the
2004 Aug 06
2
compile error
On Tue, Apr 01, 2003 at 05:36:37PM +0200, boink wrote: > > in the FreeBSD ports there already is something for ices2 and icecast2. > it's a little on the old side (from november 2002). Hello, I tried icecast2 (couple days ago, ports gets upgraded daily) on a FreeBSD 4.X (4.8-RC) and since it compiles (by default) to use encrypted passwords i could not make it work. I used the
2004 Aug 06
2
Problem connecting to icecast2
I am trying to connect to an icecast2 server that I have running on redhat 9. Via Ice0. Here are the errors that I am getting. Any help would be greatly appreciated. Kris. <p>[root@wyatt icecast]# ices -m mymp3stream -c ices.conf -P hackme Unknown Node: Server Unknown Execution keyword: Base_Directory Logfile opened DEBUG: Sending following information to libshout: DEBUG: Stream: 0