NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Other Clients Old Stuff (legacy) MVP & NMT MVPMC dongle v
« Previous 1 … 6 7 8 9 10 Next »
Syntax of Commandline Options in dongle.bin.config

 
  • 0 Vote(s) - 0 Average
Syntax of Commandline Options in dongle.bin.config
HtV
Offline

Posting Freak

Posts: 3,470
Threads: 46
Joined: Dec 2005
#21
2007-05-20, 07:48 PM
Quote:In Vista I wouldn't recommend this because of the extra security on the Program Files folder.

You could rule out this as a reason by "moving" the share to c:\mvpmc. Afaik C:\program files has special security in xp aswell, allthough could be different/less as in Vista.

cya Hans
AMD Athlon 64 3000, HDD: 80, 120, 200 GB, Hauppauge 350 + 150, MVP, Asus 6000L Laptop client, Asus X50sl client,
Fritz!box 7140 modem/router, GBPVR 1.3.7.
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#22
2007-05-21, 03:52 PM
HtV Wrote:You could rule out this as a reason by "moving" the share to c:\mvpmc. Afaik C:\program files has special security in xp aswell, allthough could be different/less as in Vista. cya Hans
Well I ruled it out by moving the share, but am still no further with it :confused:. Tried recreating the share, tried going back to Simple File Sharing, checked all previous recommendations. Stumped.

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,926
Threads: 956
Joined: May 2006
#23
2007-05-21, 03:59 PM
jksmurf Wrote:Well I ruled it out by moving the share, but am still no further with it :confused:. Tried recreating the share, tried going back to Simple File Sharing, checked all previous recommendations. Stumped.
I seem to remember that you had an NSLU2. If is online you could write the file there.

Martin
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,926
Threads: 956
Joined: May 2006
#24
2007-05-21, 07:27 PM (This post was last modified: 2007-05-23, 10:43 PM by mvallevand.)
jksmurf Wrote:Well I ruled it out by moving the share, but am still no further with it :confused:. Tried recreating the share, tried going back to Simple File Sharing, checked all previous recommendations. Stumped.

k.

k., if the guest account is giving you trouble with the rw, create another user with a password and use those in your dongle.bin.config

Here would be an example with an mvpmc user.

Code:
umount /etc/mvpmc
mount.cifs //192.168.1.10/mvpmc /etc/mvpmc -o username=mvpmc,password=mvpmc,rw
... back to normal

Note if you are worried about security on your home network (I'm not, my router is sufficient), remember that the guest account would be able to read the dongle.bin.config so any the info will not provide any additional security. It might get you around the problem.

Martin
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#25
2007-05-23, 04:11 PM (This post was last modified: 2007-05-23, 10:43 PM by mvallevand.)
mvallevand Wrote:k., if the guest account is giving you trouble with the rw, create another user with a password and use those in your dongle.bin.config ... Here would be an example with an mvpmc user.
Code:
umount /etc/mvpmc
mount.cifs //192.168.1.10/mvpmc /etc/mvpmc -o username=mvpmc,password=mvpmc,rw
... back to normal
  • Well THAT worked :o ... so maybe it was the guest account permissions all along ...
  • So I then deleted the (new) mvpmc account, disabled simple file sharing, enabled the guest account, gave files ONLY full control in the mvpmc share (mine is located in in c:\program files\devnz\gbpvr\dongle\mvpmc) and that did NOT work.
  • So I looked at a few past threads. This one shows a double back slash
    Code:
    mount.cifs //yourip/...
    while This one (recommended for my setup) shows a single back slash
    Code:
    mount.cifs /yourip/...
    . So I tried both of them and whaddya know, DOUBLE backslash saves the config OK, single does not ... :confused:
  • I then turned OFF the guest account. That worked too. I learned more about shares than I ever wanted to...Martin's 10 ways to break the guest a/c was not far wrong... Big Grin
  • So why does // work and / not?
mvallevand Wrote:Note if you are worried about security on your home network (I'm not, my router is sufficient), remember that the guest account would be able to read the dongle.bin.config so any the info will not provide any additional security. It might get you around the problem.
Martin
Have a router too and if anone wants to mess with my mcpmc share, it's no biggie.

Can I ask another 2 questions?
  1. Is it intended behaviour once settings are successfully saved, that a green-button MVP power off will load those settings on a green-button MVP power ON?
  2. If those settings are not saved, but a commandline is used instead, is the intended behaviour the same, i.e. will a green-button MVP power off load those commandline settings on a green-button MVP power ON?
Cheers

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,926
Threads: 956
Joined: May 2006
#26
2007-05-23, 04:49 PM (This post was last modified: 2007-05-23, 10:52 PM by mvallevand.)
jksmurf Wrote:So why does // work and / not?

Because / is the root folder and my example was wrong, I will go through the forum this evening and fix it. (Done it was really just this thread)
You probably are most used to seeing the syntax in URL's http://.../...

On Windows it is the opposite net use m: \\..\.. because root is \

Quote:Is it intended behaviour once settings are successfully saved, that a green-button MVP power off will load those settings on a green-button MVP power ON?
They save when you hit Save Setting in the Main Menu Setup only. The reason for not-autosaving is that this function is intended to write to flash one day.

Quote:f those settings are not saved, but a commandline is used instead, is the intended behaviour the same, i.e. will a green-button MVP power off load those commandline settings on a green-button MVP power ON?
The command lines work everytime you start unless you override them with run time changes in Main Menu Setup or with the browser changes.

Martin
pz1
Offline

Senior Member

Posts: 740
Threads: 16
Joined: Jan 2006
#27
2007-05-23, 05:32 PM
jksmurf Wrote:I then turned OFF the guest account. That worked too. I learned more about shares than I ever wanted to...Martin's 10 ways to break the guest a/c was not far wrong... Big Grin
Did you reboot your machine after this? I also observed that I could turn off Guest account and the thing continued to function properly. However after a reboot it did not work again!
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#28
2007-05-23, 11:26 PM
pz1 Wrote:Did you reboot your machine after this? I also observed that I could turn off Guest account and the thing continued to function properly. However after a reboot it did not work again!
No I didn't try that... too tired to test :-)

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): « Previous 1 2 3


Possibly Related Threads…
Thread Author Replies Views Last Post
  New dongle for GBPVR and NPVR 2010-12-24 mvallevand 67 40,505 2011-02-04, 01:47 AM
Last Post: mvallevand
  New beta mvpmc dongle for N-PVR mvallevand 64 38,694 2010-12-25, 02:21 PM
Last Post: mvallevand
  N-PVR v 1.5.33 & mvpmc npvr.dongle steeb 30 25,082 2010-11-28, 01:24 AM
Last Post: cidc
  20080930 dongle problems with wMVP JavaWiz 2 3,039 2009-09-06, 03:14 AM
Last Post: JavaWiz
  Dongle Recommendations Blue Racer 2 3,983 2009-05-14, 12:52 PM
Last Post: Blue Racer
  Load Dongle on a PS3... Can it be done? rbelisle 2 3,395 2009-04-09, 09:51 PM
Last Post: mvallevand
  config VLC? jasjol 12 12,940 2009-01-08, 10:15 PM
Last Post: mvallevand
  New alpha dongle Sept 30 '08 mvallevand 19 14,131 2008-11-06, 08:56 PM
Last Post: Sheik Yerbouti
  Config not loading Khurram 21 8,977 2008-10-27, 11:33 AM
Last Post: Khurram
  New alpha dongle July 16 '08 mvallevand 52 23,162 2008-09-21, 06:15 PM
Last Post: mvallevand

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode