SageTV Community  

Go Back   SageTV Community > SageTV Development and Customizations > SageTV Github Development
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

SageTV Github Development Discussion related to SageTV Open Source Development. Use this forum for development topics about the Open Source versions of SageTV, hosted on Github.

Reply
 
Thread Tools Search this Thread Display Modes
  #21  
Old 03-21-2016, 08:44 PM
BobPhoenix BobPhoenix is offline
SageTVaholic
 
Join Date: Oct 2004
Posts: 3,152
Quote:
Originally Posted by EnterNoEscape View Post
That's what I would do. Just mount whatever you need on some folders under /mnt. I don't have a lot of faith in "smart" automated mounting solutions, so I always use fstab.
That is what I did. I even symlinked to the location SageTV was trying to mount automatically. Most of the time it worked but I found that my /mnt's were becoming unmounted unless I did a "mount -A" periodically. The symlinks would end up messed up as well. I wanted the paths to exactly match my Windows box so I could switch back and forth if needed. Haven't been using my linux install since I found my slow boot up times for the service were due to a bad wiz.bin. Went from 3+ hours for the server to show up in placeshifter to ~10 minutes when I blew away the wiz.bin and started over from scratch and reentered all my favorites again. So haven't really been motivated to switch back to Linux but am still planing on it once my job search is over.
__________________
"Keep your goals away from the trolls"
Reply With Quote
  #22  
Old 03-22-2016, 02:22 PM
Narflex's Avatar
Narflex Narflex is offline
Sage
 
Join Date: Feb 2003
Location: Redondo Beach, CA
Posts: 6,349
The pull request for the smbmount change is merged...I figured GitHub would send me another email after changes were made to it that I requested but it didn't...so I forgot about it...sorry...merged now though.
__________________
Jeffrey Kardatzke
Google
Founder of SageTV
Reply With Quote
  #23  
Old 03-22-2016, 02:25 PM
BobPhoenix BobPhoenix is offline
SageTVaholic
 
Join Date: Oct 2004
Posts: 3,152
Quote:
Originally Posted by Narflex View Post
The pull request for the smbmount change is merged...I figured GitHub would send me another email after changes were made to it that I requested but it didn't...so I forgot about it...sorry...merged now though.
Thank you.
__________________
"Keep your goals away from the trolls"
Reply With Quote
  #24  
Old 03-22-2016, 08:23 PM
SageWizdom SageWizdom is offline
Sage Advanced User
 
Join Date: Oct 2013
Location: https://github.com/SageWizdom/SageConnect
Posts: 216
Quote:
Originally Posted by cat6man View Post
i see the name of the sage server both times, but with the linux server the hd200 does not seem to have an ip address.

could there be a firewall port that needs to be opened?
on the other hand, the clients do find the linux server and connect.
Can you verify what ports you have open or not open? Did you specifically enable iptables or another firewall tool (ex. ufw), or are you assuming something turned on automatically? At the core is iptables.

Quote:
sudo iptables -S
The above command will either spit out lots of fun gibberish like text with the firewall configuration if your firewall is configured, or on a machine with a disabled firewall, you would get...

Quote:
$ sudo iptables -S
-P INPUT ACCEPT
-P FORWARD ACCEPT
-P OUTPUT ACCEPT
I believe you will get the above, even if your firewall is configured but disabled. (in my test machine I did, but I'm not certain if this is always true)

If your firewall is on, you need to open ports... you can run the following
Quote:
sudo ufw allow proto tcp to any port 22 2>/dev/null
sudo ufw allow proto tcp to any port 7760 2>/dev/null
sudo ufw allow proto tcp to any port 7818 2>/dev/null
sudo ufw allow proto tcp to any port 8018 2>/dev/null
sudo ufw allow proto tcp to any port 8080 2>/dev/null
sudo ufw allow proto udp to any port 8271 2>/dev/null
sudo ufw allow proto tcp to any port 31099 2>/dev/null
sudo ufw allow proto udp to any port 31100 2>/dev/null
sudo ufw allow proto tcp to any port 42024 2>/dev/null

sudo iptables -I INPUT -p udp -m udp --sport 65001 -j ACCEPT
There is an issue in the auto script where the install does not appear to return, so the end of the script does not always seem to run.
__________________
Server: Centos Server 14.04 LTS - 64Bit, VM in XenServer, 2 cores of a Intel i7, 2-4 GB Ram, 8 GB system Disk, 1.8 TB storage, SageTV V9.0.4.232, HDHR Prime x 1

Clients: PC Client x 1, HD-300 x 1, AppleTV x 2, WebClient (phone/tablet) x 3
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Satellite Channel Scan Error: Can't do C-Band and Ku-Band Providers in the same scan Kiwi_Tim Hardware Support 0 09-16-2009 05:19 AM
Moved back to Windows from Linux mahcsm SageTV Linux 8 12-02-2008 05:45 PM
No Data on C band listings only cummings66 SageTV EPG Service 2 10-29-2005 03:39 PM
Controlling C band sat cummings66 Hardware Support 3 12-25-2004 11:53 AM
C-Band atom Hardware Support 1 02-17-2004 02:46 PM


All times are GMT -6. The time now is 02:08 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.