Bug 15518 - Stores logs in /tmp
Summary: Stores logs in /tmp
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: amarok-mediadevice-daap (show other bugs)
Version: unstable
Hardware: all Linux
: P2 critical
Assignee: Afanasov Dmitry
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-30 22:50 MSD by Sir Raorn
Modified: 2008-05-20 13:00 MSD (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sir Raorn 2008-04-30 22:50:56 MSD
In amarok_daapserver.rb:

def log( string )
  f = open('/tmp/test.ruby', File::WRONLY | File::APPEND | File::CREAT )
  f.puts( string )
  f.close
end
Comment 1 Valery Inozemtsev 2008-05-01 12:45:44 MSD
предлагаешь этот кусок выкинуть?
Comment 2 Sir Raorn 2008-05-01 13:25:29 MSD
Ну да.  Сократить до:

def log( string )
end

Я наверно таки соберу mongrel, тогда более внимательно скрипт почитают.  А ещё
мне на irc сказали что этот плагин практически не поддерживается.
Comment 3 Valery Inozemtsev 2008-05-01 14:19:09 MSD
может проще отключить и забыть про него?
Comment 4 Valery Inozemtsev 2008-05-18 14:29:03 MSD
пакета amarok-mediadevice-daap больше не существует