![]() |
Solved Linux Setup Problem - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167) +---- Forum: Windows Media Center (WMC) (https://forum.kodi.tv/forumdisplay.php?fid=205) +---- Thread: Solved Linux Setup Problem (/showthread.php?tid=188365) |
Linux Setup Problem - Chuggy - 2014-03-07 I'm pretty experienced setting everything up in windows and wanted to take a stab at Linux.I've gotten the server communicating with the client (program guide, channel lineup both download). When I click a channel it says working for about 3 seconds then does nothing. I'm thinking its a sharing issue, but recorded tv is definitely shared. I confirmed on another windows box. I manually installed the latest addon and am running Frodo 12.3 I'm kind of a wits end here so any help would be appreciated. Here is my log: http://xbmclogs.com/show.php?id=144347 RE: Linux Setup Problem - Dilligaf - 2014-03-07 19:24:48 T:2915056448 INFO: FileSmb->Open: Unable to open file : 'smb://MEDIACENTER/Users/Public/Recorded%20TV/TempSWMC/LiveTV_192.168.1.228_Digital%20Cable_6_2014_03_06_19_24_44.ts' unix_err:'d' error : 'Permission denied' Looks like you need to fill in credentials (user:pass) in ServerWMC folders tab. Use a user:pass that has an account on the server PC RE: Linux Setup Problem - Chuggy - 2014-03-07 Is the user/pass my windows login? Or am I setting up something generic In both the client and server box? RE: Linux Setup Problem - Dilligaf - 2014-03-07 Windows login should work. RE: Linux Setup Problem - Chuggy - 2014-03-07 Hmmm. So I added the username and password, which is my windows outlook email for user and a password. It appears I'm getting the same error only with user:password.added: "StreamStartError|smb://USER ![]() Let me know if need the entire log. RE: Linux Setup Problem - Dilligaf - 2014-03-07 Did your outlook email address insert something else for the @ symbol? (I think it was %40 but not sure) RE: Linux Setup Problem - krustyreturns - 2014-03-07 Yes, please post the server log after a failed attempt to start live-tv from your linux box so I can see what the deal is. Then try the thing Dilligaf says, replace the '@' with %40 in your login name in the 'folders' window of swmc. RE: Linux Setup Problem - Chuggy - 2014-03-07 Logfile before %40 change http://xbmclogs.com/show.php?id=144387 Logfile after http://xbmclogs.com/show.php?id=144394 No change in issue. RE: Linux Setup Problem - scarecrow420 - 2014-03-07 the logs posted are XBMC logs but can you post a ServerWMC log too please? Is the share definitely correct? Eg you have shared the "users" folder on your server? Normally you would share the Recorded TV folder itself thus the share path would be "\\Server\Recorded TV" rather than sharing the entire Users area of teh PC. To check if the share is correct, from the server PC can you browse to "\\MEDIACENTER\Users\Public\Recorded TV\TempSWMC" in windows explorer? How about if you try creating a new windows user on the server (call it say "xbmc" with a password of "xbmc"). Make sure this user has permission on the share (Either add it explicitly or make sure "Everyone" has access to the share). Then change the serverWMC settings to use the xbmc user and password. You dont need to do anything on the linux side, you just need the windows account ont he server with permissions, and enter the details itno ServerWMC. It should work with your normal login and password as well, but for whatever reason it isnt (are you definitely using the correct password?!) RE: Linux Setup Problem - LSU Jonno - 2014-03-07 Chuggy, Some tips: - Don't share your library or user folder. Try to share your actual Recorded TV folder. It seems to work better this way. - If you don't want to mess with usernames and passwords you can give "everyone" on your network access to the Recorded TV folder. For this to work with Linux clients you'll need to change the permission in both the Share tab and Security tab when you right click a folder in windows. Refer to this for help: http://www.howtogeek.com/176471/how-to-share-files-between-windows-and-linux/ RE: Linux Setup Problem - Chuggy - 2014-03-08 (2014-03-07, 16:22)scarecrow420 Wrote: How about if you try creating a new windows user on the server (call it say "xbmc" with a password of "xbmc"). Make sure this user has permission on the share (Either add it explicitly or make sure "Everyone" has access to the share). Then change the serverWMC settings to use the xbmc user and password. You dont need to do anything on the linux side, you just need the windows account ont he server with permissions, and enter the details itno ServerWMC. It should work with your normal login and password as well, but for whatever reason it isnt (are you definitely using the correct password?!) This did the trick. I checked the password several times and finally decided to go this route. It didn't help that I was learning both windows 8.1 and Linux at the same time. Now to tweak the interface to something wife friendly and see how this option works for her. RE: Linux Setup Problem - krustyreturns - 2014-03-08 Jonno, this is a nice find. Thanks for that, we should add it to the wiki. |