Which packages are they, and where to find them? I am having the exact same problem with library 'libuuid.so.1'.
Printable View
401 - Unauthorized from IE7 and also from FireFoxQuote:
Test your server. If you can't log in, some common errors are:
* wrong user and/or password
* you didn't put the same realm in the conf and the password file
* the password file can't be read (check permissions)
* your browser can't do digest authentication
Check your lighttpd error log (probably /opt/var/log/lighttpd/error.log) for clues.
What can i do?
How to ceck permissions ???
PROBLEM FIXED !!!
Instead of auth.backend.htdigest.userfile i've putted auth.backend.plain.userfile (wrong)
I installed streamripper and got the same error as bogd_A:
I solved the problem with the installation of libfaad and libglib (which was missing as well)
Streamripper is working fine now but is only able to rip mp3 and ogg streams. Since many radio streams (at least in Germany) only use realaudio and wma I looked for a way to rip these streams.Code:ipkg install faad2 glib
I found mmsrip which is able to record any content coming from a mms server (video and audio streams) and works on my 500gP.
So, if you want to install mmsrip here is a tutorial:
Get the sourcecode and unzip it on your windows/linux system (I had trouble opening the tarball on my asus). Then move the mmsrip-0.7.0 folder on your box using samba or ftp and login.
Move the mmsrip-0.7.0 folder on your box to /opt/bin/:
Now we need buildroot and make to compile:Code:mvdir YOUR/FTP/OR/SAMBA/DIRECTORY/mmsrip-0.7.0 /opt/bin/
This may take a while (buildroot has around 40 mb).Code:ipkg install make buildroot
Then
mmsrip is installed in /usr/local/bin so we have to save to flash:Code:cd /opt/bin/mmsrip-0.7.0/
sh ./configure
make
make install
If you want to make cronjobs with mmsrip, make sure you add :/usr/local/bin to the paths in your crontab.Code:flashfs save && flashfs commit && flashfs enable && reboot
If mmsrip dies while doing the handshake, it might be caused by your firewall. I switched my firewall off and then on again and now everything is working fine...
Maybe wirespot can include this in his streamripper post at the beginning of this thread.
Done, I've linked to your post.
The handshake hiccup may have something to do with the way MMS works. I read on the Wikipedia page that it tries UDP first and TCP second and tries RTSP first and MMS second. I'm not sure how mmsrip goes about it, but here's a tip: it may help to open 1755 and 554 in the firewall, both UDP and TCP, both in and out. You can find out how to do this in the first post of this thread (look for post-firewall). Just remember to use "vlan1" instead of $1 if you try the iptables commands from the command prompt as opposed to post-firewall.
It would be nice if someone who uses mmsrip could run `netstat -tlnp` with it running and see what ports it's trying to use so we can confirm that opening these ports will really help.
Thank you for linking to my post and thanks for your great tutorials. Forgot to mention that in my first post :D
I still use the firewall from the webinterface since everything works fine with it.
"netstat -tlnp" failed with "netstat: illegal option -- p" but "netstat -tuan" worked (see below).
Mmsrip seems to use port 2545.
Code:[admin@Asusbox root]$ netstat -tuan
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:515 0.0.0.0:* LISTEN
tcp 0 0 192.168.1.1:139 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:9100 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:53 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:5431 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:3838 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:80 127.0.0.1:2552 TIME_WAIT
tcp 0 0 127.0.0.1:80 127.0.0.1:2553 TIME_WAIT
tcp 0 0 127.0.0.1:80 127.0.0.1:2554 TIME_WAIT
tcp 0 0 127.0.0.1:80 127.0.0.1:2550 TIME_WAIT
tcp 0 0 92.229.xx.xx:2545 87.248.216.200:1755 ESTABLISHED
tcp 0 0 127.0.0.1:80 127.0.0.1:2551 TIME_WAIT
tcp 0 0 :::22 :::* LISTEN
tcp 0 0 ::ffff:192.168.1.1:22 ::ffff:192.168.1.:36142 ESTABLISHED
tcp 0 0 ::ffff:192.168.1.1:22 ::ffff:192.168.1.:33849 ESTABLISHED
udp 0 0 0.0.0.0:1024 0.0.0.0:*
udp 0 0 192.168.1.1:137 0.0.0.0:*
udp 0 0 0.0.0.0:137 0.0.0.0:*
udp 0 0 192.168.1.1:138 0.0.0.0:*
udp 0 0 0.0.0.0:138 0.0.0.0:*
udp 0 0 127.0.0.1:34954 0.0.0.0:*
udp 0 0 0.0.0.0:9999 0.0.0.0:*
udp 0 0 0.0.0.0:53 0.0.0.0:*
udp 0 0 0.0.0.0:67 0.0.0.0:*
udp 0 0 0.0.0.0:1900 0.0.0.0:*
[admin@Asusbox root]$
That's just your outgoing port, connected to a remote server on port 80. Which means that mmsrip acts pretty much like a browser, so the firewall isn't causing problems for it.
Install the net-tools package BTW, it has a better netstat and some other stuff. The netstat in the router firmware doesn't have -p (which shows you the process that owns a connection).
Hi
i folowed the "SSL protected website" tutorial and every thing it`s ok , then i folowed "How to protect your webserver with a password" also works very well !
But i have a little problem:
after i installed SSL when i go to https://192.168.1.1:8082 the first page was the page with the programs menu !
after i install webserver password when i go to https://192.168.1.1:8082 the first page is changed , they show me only a transmission page and a link to Transmission daemon CGI interface
I want my first page back .. when i can chose any programs from list !!
any advice?
thx very much !
PS: sory for my english !
There's nothing in the "password protect" tutorial that changes the root dir, so please double-check what you put in server.document-root in the config file.
Oh, and please make sure you're starting lighttpd with the same config file, at some point the SSL tutorial tells you to make a copy and use that. Have you applied both tutorials to the same config file? Is lighttpd starting with that file in both cases? Check your /opt/etc/init.d/S80-lighttpd* file.
wirespot , yesss you have right !!
now it`s works very well !
initial server.document-root it was : "/mnt" and i change it like in tutorial : "/opt/share/www" ... that was the mistake !!
now i change back to : /mnt/ and works !!!
and yes i use on both tutorials with the same config file wich is : transmission-ssl.conf
And one little think ,
-I- if can tell me someone ohow i can open ports : ssh 22 , and 8082 , because i want to connect from my work to web interface , or to putty ssh on the router !
-II- i use streamripper and the script made by chef wirespot :) , but in shell console i run the comand rip URL , and the streaming start , when i close the windows of putty , the streamripper close !
how i can run the script and to work .. even i close putty window ???
See the first post in this thread.
You need to install the screen or dtach package and run it inside them. Look around, there must be a tutorial for them too.Quote:
-II- i use streamripper and the script made by chef wirespot :) , but in shell console i run the comand rip URL , and the streaming start , when i close the windows of putty , the streamripper close !
how i can run the script and to work .. even i close putty window ???
Thx chef ..wirespot!
firewall works very good also the streamripper!
I have some nasty problem with transmission now :
If i download the torent file and put in Source directory every think it`s ok , the only problem is the error messages :Unable to find recent transfer stats in syslog (Pictures 3 )
Iff i use Fetch , the torent file is downloaded and Satus changed to started , but immediately the status change again in: .status not found ( Picture 1,2 )
Also when i clik to log , they dont show me any log or stats ! only Creating Graph .. and that all ! ( Pictures 4 )
If someone can advice me wat to do !
I will apreciate !
Thx
http://img152.imageshack.us/img152/7767/82731728pm2.jpg
http://img152.imageshack.us/img152/6866/50800711vz8.jpg
http://img152.imageshack.us/img152/3875/77285258gj0.jpg
http://img152.imageshack.us/img152/802/logns1.jpg
nobody?
pls , i need some advice !
i just want to work the graphic on log and to resolve the syslog error !!
Thx. !