Discussions
Activity
Sign In
How it works
Cliff Wang
Activity
Discussions
2
Comments
337
[solved] Can't queue track
Was it a linked show?
Comment by
Cliff Wang
May 2014
permalink
Unable to restart after crash
Backup /srv/airtime/stor/, then you can purge all stuff (Airtime, postgresql). Your tracks should be under /srv/airtime/stor/imported/. To resume them just copy all tracks to /srv/airtime/stor/organize, media-monitor will re-imported them.
Comment by
Cliff Wang
May 2014
permalink
Unable to restart after crash
Seems like your database was destroyed by something, better try to re-install airtime.
Comment by
Cliff Wang
May 2014
permalink
Unable to restart after crash
Check if posgresql's running. Then check if db airtime is mount.
Comment by
Cliff Wang
May 2014
permalink
Hide songs in ogg, but dont delete it. Possible?
In Library@Airtime, we can easily tell if ogg/mp3 by enable column 'mime'. Then we can filter them.
Comment by
Cliff Wang
April 2014
permalink
New Airtime installation, liquidsoap acting up?
Yeah, the output is normal. And liquidsoap.cfg's contents is generated automatically if it's running successfully. try:sudo service airtime-liquidsoap start && sudo airtime-check-system to see what happens
Comment by
Cliff Wang
April 2014
permalink
New Airtime installation, liquidsoap acting up?
Whats it say: sudo -u pypo /usr/lib/airtime/pypo/bin/airtime-liquidsoap
Comment by
Cliff Wang
April 2014
permalink
Cannot Schedule Overlapping Shows
@ Terry, The problem you met might be the case we found recently. http://dev.sourcefabric.org/browse/CC-5791 @chrsschb, There's some ghost show instance(s) in your database. You probably need to clean those instances blocking creation. It requi…
Comment by
Cliff Wang
April 2014
permalink
How can I install Airtime on Ubuntu 14.04?
It's not supported yet, I havn't tried to deploy Airtime in 14.04. Official apt-get repo won't be updated until solid test. But it shouldn't be hard by installing it with source code, small updates for installation script may be …
Comment by
Cliff Wang
April 2014
permalink
Error: [wrapped: SQLSTATE[08006] [7] FATAL: Ident authentication failed for user "airtime"]
Backup db airtime.Drop it.Execute db installation. Or alter db user airtime's password to 'airtime'.
Comment by
Cliff Wang
April 2014
permalink
Error: [wrapped: SQLSTATE[08006] [7] FATAL: Ident authentication failed for user "airtime"]
That's why I suggest "psql -U airtime -h localhost -d airtime". It will connect db "airtime" by db user "airtime". By default the password should be "airtime". If you've updated password in postgresq…
Comment by
Cliff Wang
April 2014
permalink
Error: [wrapped: SQLSTATE[08006] [7] FATAL: Ident authentication failed for user "airtime"]
System user "airtime" is not necessary for Airtime. It only cares db user "airtime". First if you user postgres, just exec "sudo -u postgres psql airtime". Second if db user "airtime" cant access db "airt…
Comment by
Cliff Wang
April 2014
permalink
Error: [wrapped: SQLSTATE[08006] [7] FATAL: Ident authentication failed for user "airtime"]
What's output of "psql -U airtime -h localhost -d airtime" in shell?
Comment by
Cliff Wang
April 2014
permalink
Problem Trying to access the showbuilder page?
Edit your /etc/php5/apache2/php.ini add following line:date.timezone =UTC Then restart apache2.
Comment by
Cliff Wang
April 2014
permalink
[SOLVED] update password from psql
update cc_subjs set pass=md5('123456') where login='alex';
Comment by
Cliff Wang
April 2014
permalink
I upload on Add Media, not shown on Library!
@Alberto+Rossetti, I have some new information here, do you have any file's name contains "\" or "?" charactor? It will crash media-monitor. I just found this morning, with same error like you met before. For example, N\345 …
Comment by
Cliff Wang
October 2013
permalink
I upload on Add Media, not shown on Library!
Yes, the problem is not reproduced but I've shooted a ticket to devs, they are working on it. http://dev.sourcefabric.org/browse/CC-5426
Comment by
Cliff Wang
October 2013
permalink
just signed up for a trial, but don't know my login or password details...
Your instance will be ready after a while :)
Comment by
Cliff Wang
October 2013
permalink
Airtime 2.5.0 Beta 1 Released!
@Thomas+Hackett, I have tried to play webstream for 20 mins and I can't reproduce it. But I did see this overrun before, like 2.4.x. It used to happen during a long time show, for instance 24 hours webstream. I will run a 24 hours show to cat…
Comment by
Cliff Wang
October 2013
permalink
Airtime 2.5.0 Beta 1 Released!
Thanks for the reporting, I'm trying to reproduce that.
Comment by
Cliff Wang
October 2013
permalink
I upload on Add Media, not shown on Library!
@Alberto+Rossetti, Just back from Thanksgiving, will research the log tomorrow. Thanks.
Comment by
Cliff Wang
October 2013
permalink
I upload on Add Media, not shown on Library!
Interesting, I've tried several times and the 2 samples you shared here work fine for me. I think it's something related to your station system. I will get to office set Squeeze to try it one more time. In the mean while, could you run cm…
Comment by
Cliff Wang
October 2013
permalink
I upload on Add Media, not shown on Library!
Thanks, will try to reproduce it.
Comment by
Cliff Wang
October 2013
permalink
I upload on Add Media, not shown on Library!
I see, could you please upload a sample here? I can use that sample to debug the problem.
Comment by
Cliff Wang
October 2013
permalink
I upload on Add Media, not shown on Library!
Any error in /var/log/airtime/media-monitor/py-interpreter.log?
Comment by
Cliff Wang
October 2013
permalink
I upload on Add Media, not shown on Library!
I'm afraid not, the Library is totally rebuilt and it's done by root console. There's not way to get it assign back to dj. They probably have to re-upload those tracks and remove the old one.
Comment by
Cliff Wang
October 2013
permalink
I upload on Add Media, not shown on Library!
Just run: sudo -u postgres psql airtime -c "delete from cc_files;" Then: sudo service airtime-media-monitor restart And watch media-monitor log since then: tail -F /var/log/airtime/media-monitor/media-monitor.log
Comment by
Cliff Wang
October 2013
permalink
I upload on Add Media, not shown on Library!
Try to clean you cc_files table in database(delete from cc_files). Then restart media-monitor. Better backup db before this.
Comment by
Cliff Wang
October 2013
permalink
I upload on Add Media, not shown on Library!
Have you tried to click button "refresh" in watched folder settings?
Comment by
Cliff Wang
October 2013
permalink
Admin account not working
Probably admin is already removed from cc_subjs. Try:select * from cc_subjs where login='admin';
Comment by
Cliff Wang
September 2013
permalink
More Comments
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
Follow Cliff Wang
About
Username
Cliff Wang
Joined
March 2012
Visits
0
Last Active
June 2014
Roles
Member, Sourcefabric Team
Posts
339
Friends
Followed by 2 people
My Badges
Total Points: 75
Top Posters
Albert FR
1978
Martin Konecny
1860
Andrey Podshivalov
1526
Voisses Tech
1423
John Chewter
899
Daniel James
844
Roger Wilco
784
hoerich
627
Paul Baranowski
389
Cliff Wang
339