search for: makepasswd

Displaying 15 results from an estimated 15 matches for "makepasswd".

Did you mean: mailpasswd
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
2004 Aug 06
1
NEWBIE QUESTION - ERROR [BAD PASSWORD]
...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" > passwd.tmp > makepassword --crypt --clearfrom=passwd.tmp omeone would know the right command!?... i tryed with mkpasswd but it didn't give me a password , i have an error (mkpasswd: option non reconnue «--crypt)» can...
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 h...
2004 Aug 06
2
compile error
...ething 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 mkpasswd, makepasswd, and other crypt related programs, none worked. However, the same encrypted passwds work with the good old icecast ; ) BTW, i did check the mail list archives. They indicate how to create the encrypted passwd, yet it did not work with icecast2, it worked with icecast. Kind Regards, David Correa...
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
Newbee questions...
...;the password. > > Yes I did compile with -lcrypt, > > >>2. >>It is sayed that there is a mkpasswd.c file thatcomes with the sources >>for generating crypted passwords, it seems to be missing! >> >> > >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 (e.g. encoder_password) >in icecast.c...
2012 Dec 25
3
stream/ices_instance_stream Failed initial connect to 172.16.0.116:8000 (Login failed: Success
...le_source_request Source (/mpd.ogg) attempted to login with INFO connection/_handle_source_request Source (/mpd.ogg) attempted to login with invalid or missing password EROR stream/ices_instance_stream Failed initial connect to 172.16.0.116:8000(Login failed: Success) I've tried all regarding makepasswd. but so far nothing. I've attached ices.xml and icecast2.conf in case any one can please help me out. Thanks in advance, and merry chistmas by the way. icecast.conf location Just west of Mars rp_email kirk at enterprise.space server_url http://www.icecast.org/ max_clients 900 max_clients_per...
2004 Aug 06
0
Antwort: Re: icecast + liveice won't play nicely
...and install icecast from icecast.org. When I do so, gzip complains: -- bash-2.05a$ tar fxz icecast-1.3.12.tar.gz gzip: stdin: not in gzip format tar: child returned status 1 -- Is the distro corrupt? or am I missing something? Is there a way to generate the crypted passwords? I could not get makepasswd.c to compile as it needs libs from the distro. Help! Ben Timby. <p>--- Michael Smith <msmith@xiph.org> wrote: > At 08:21 PM 6/11/2002 -0800, you wrote: > >I have gotten icecast and live ice both up and > >running, but I cannot get them to play nicely > >together....
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
Password problems
...ably went "grrrrrrrrrrr" when you saw the subject, but I need some help with passwords. I'm feeling a bit stupid and a lot frustrated here so bear with me. What EXACTLY do I do in this situation? Let's say that the password for icecast is hackme. I need to encrypt it so I run 'makepasswd --crypt --clearfrom=passwd.tmp' with the password hackme supplied in the text file passwd.tmp. I get something like this back: hackme 4qnV4jDtl28JY Now, I take 4qnV4jDtl28JY and plug that into icecast.conf right? Also, in shout.conf I put 'hackme' or '4qnV4jDtl28JY' for the...
2004 Aug 06
0
Newbee questions...
...ord. with ices you can use the plaintext password. in icecast.conf, there has to be the hash of the password. > 2. > It is sayed that there is a mkpasswd.c file thatcomes with the sources > for generating crypted passwords, it seems to be missing! 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 (e.g. encoder_password) in icecast.conf. it should w...
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 (e.g. encoder_password) &...
2004 Aug 06
2
icecast + liveice won't play nicely
...and install icecast from icecast.org. When I do so, gzip complains: -- bash-2.05a$ tar fxz icecast-1.3.12.tar.gz gzip: stdin: not in gzip format tar: child returned status 1 -- Is the distro corrupt? or am I missing something? Is there a way to generate the crypted passwords? I could not get makepasswd.c to compile as it needs libs from the distro. Help! Ben Timby. <p>--- Michael Smith <msmith@xiph.org> wrote: > At 08:21 PM 6/11/2002 -0800, you wrote: > >I have gotten icecast and live ice both up and > >running, but I cannot get them to play nicely > >together....
2002 Nov 07
4
icecast + liveice won't play nicely
I have gotten icecast and live ice both up and running, but I cannot get them to play nicely together. I have the following in my configs: icecast: -- encoder_password test admin_password test oper_password test port 8000 port 8001 -- liveice: -- SERVER 192.168.1.2 PORT 8001 PASSWORD test #ICY_LOGIN X_AUDIOCAST_LOGIN -- but when I run both of them using: ./icecast ./liveice I get (from
2003 Apr 01
4
compile error
Hello, I hope this is the place to bug ppl about compile errors. So here I go. I downloaded the latest through CVS last night and ran ./autogen.sh according to the manual and ran into the following error. Does anyone happen to have a fix for it? I am on FreeBSD 4.6 Stable. Thanks in advance, Till << ./autogen.sh output and error message >> elation# ./autogen.sh I am going to run