Advertisement
kbmonkey

Untitled

May 26th, 2011
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. # look at the symlink permissions and owner
  2.  
  3. kbmonkey@necropolis:~/.moc$ ll /etc/lastfmsubmitd.conf
  4. lrwxrwxrwx 1 root root 38 May 26 20:55 /etc/lastfmsubmitd.conf -> /home/kbmonkey/.moc/lastfmsubmitd.conf
  5.  
  6. # okay lets start the daemon
  7.  
  8. kbmonkey@necropolis:~/.moc$ sudo /etc/init.d/lastfmsubmitd start
  9. Starting Last.fm submission daemon: lastfmsubmitd: no account info found; exiting
  10. lastfmsubmitd.
  11.  
  12. # failed. lets remove the link and place the real config file back.
  13.  
  14. kbmonkey@necropolis:~/.moc$ sudo rm /etc/lastfmsubmitd.conf
  15.  
  16. kbmonkey@necropolis:~/.moc$ sudo cp /home/kbmonkey/.moc/lastfmsubmitd.conf /etc/
  17.  
  18. kbmonkey@necropolis:~/.moc$ ll /etc/lastfmsubmitd.conf
  19. -rw-r--r-- 1 root root 46 May 26 20:57 /etc/lastfmsubmitd.conf
  20.  
  21. kbmonkey@necropolis:~/.moc$ sudo /etc/init.d/lastfmsubmitd start
  22.  
  23. Starting Last.fm submission daemon: lastfmsubmitd.
  24.  
  25. kbmonkey@necropolis:~/.moc$
  26.  
  27. # starts no problem.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement