Bapak Ireng wrote:
> the server runs fine, however, as expected I do have massive problems to login!
> 
> 2 I do have 2 accounts: user1:password 1 for admin purposes
>                         user2:password2 for operation.
> 
> login with bot users /credentials is impossible. /$home/config file does have 660 permissions for the respected user ! restart does not change the situation.
> 
> "version": 24,
> 	"full_version": "4.3-295~ga9dffb7e9",
> 	"server_name": "Tvheadend",
> 	"http_server_name": "HTS/tvheadend",
> 	"http_realm_name": "tvheadend",
> 	"hbbtv": false,
> 	"uilevel": 0,
> 	"uilevel_nochange": false,
> 	"ui_quicktips": true,
> 	"digest": true,
> 	"proxy": false,
> 	"cookie_expires": 7,
> 	"dscp": -1,
> 	"caclient_ui": false,
> 	"descrambler_buffer": 9000,
> 	"parser_backlog": false,
> 	"language": [
> 	],
> 	"epg_compress": true,
> 	"epg_cutwindow": 300,
> 	"epg_window": 86400,
> 	"info_area": [
> 		"login",
> 		"storage",
> 		"time"
> 	],
> 	"theme_ui": "blue",
> 	"tvhtime_update_enabled": false,
> 	"tvhtime_ntp_enabled": false,
> 	"tvhtime_tolerance": 5000,
> 	"prefer_picon": false,
> 	"chiconscheme": 0,
> 	"piconscheme": 0,
> 	"wizard": "hello",
> 	"satip_rtsp": 0,
> 	"satip_anonymize": false,
> 	"satip_weight": 100,
> 	"satip_remote_weight": true,
> 	"satip_descramble": 1,
> 	"satip_rewrite_pmt": false,
> 	"satip_muxcnf": 0,
> 	"satip_nom3u": false,
> 	"satip_iptv_sig_level": 220,
> 	"force_sig_level": 0,
> 	"satip_dvbs": 0,
> 	"satip_dvbs2": 0,
> 	"satip_dvbt": 0,
> 	"satip_dvbt2": 0,
> 	"satip_dvbc": 0,
> 	"satip_dvbc2": 0,
> 	"satip_atsct": 0,
> 	"satip_atscc": 0
> 
> Is there any start/stop script available ??
> 
> /dev/dvb ist not avaialble, since I use OCTOPUSNet SAT-IP server.
> 
> 
> regards, Ireng
> 
> PS The only way to have webaccess is the firstrun option! I do not want to configure the server EACH Time I want to access !!
Why are you not building & installing a deb package? You already have all the needed build deps [after running ./Autobuild.sh -o deps] so just make one using ./Autobuild.sh & install using dpkg -i tvheadend*<version>*.deb?