Re: [mythtv-users] exit and shutdown from mythtv

2006-01-16 Thread Tim
ok, i'm dumb.  the exit command in the general setup was simply 'halt'.  it obviously needs to be 'sudo halt' (or 'sudo /sbin/halt' if no alias is defined in sudoers file).  then i can reset my permissions to the way they should be on halt (chmod -s /sbin/halt).  is this the way to do it? 

Re: [mythtv-users] exit and shutdown from mythtv

2006-01-16 Thread Tim
so, i've worked on it a little more.  found a couple issues. 1) need to have /sbin/halt in the sudoers file: "live  ALL=NOPASSWD:/sbin/shutdown, /sbin/halt, /sbin/reboot" 2) need to have /sbin in my user path.  did this by adding "PATH=$PATH:/sbin" to the .bashrc file in my mythtv user's d

Re: [mythtv-users] exit and shutdown from mythtv

2006-01-16 Thread Robin Gilks
> the 'exit and shutdown' button used to work for me. isn't now though. Sounds like you need to define the full path to the shutdown command in the setup box. By default, most systems put shutdown into /sbin and a non-root user doesn't have /sbin in its path. Try putting /sbin/shutdown (or /usr

[mythtv-users] exit and shutdown from mythtv

2006-01-16 Thread Tim
the 'exit and shutdown' button used to work for me.  isn't now though.  i've noticed that the user i am logging in with does not have priveleges to run shutdown.  so, i editted the sudoers file.  didn't seem to change anything though.  here's my file, username live:   # /etc/sudoers # # Th

Re: [mythtv-users] Exit and shutdown

2005-09-24 Thread Sim
On Thursday 15 September 2005 13:06, Jo Shields wrote: > You definitely need to fiddle with C for this, as stated in an earlier > reply - I made this alteration myself, as well as altering how myth > handles quitting (so the power button on the remote quits/shuts down, > but the exit button merely

Re: [mythtv-users] Exit and shutdown

2005-09-15 Thread Greg Woods
On Thu, 2005-09-15 at 21:01 +1000, Phill Edwards wrote: > Which XML file? I've searched through all the XML files under > /usr/share/mythtv/themes and I can't find one that contains the text > "Exit now" which makes me think this isn't in an XML file. In /usr/share/mythtv/mainmenu.xml, there is a

Re: [mythtv-users] Exit and shutdown

2005-09-15 Thread Jo Shields
Phill Edwards wrote: Is hacking the XML file the best way to get what I want, or is the kludgy "set the auto shutdown time to five minutes" solution I've seen proposed better? I just don't want my master backend to try and schedule recordings on the frontend because it won't be up most of the ti

Re: [mythtv-users] Exit and shutdown

2005-09-15 Thread Phill Edwards
> Is hacking the XML file the best way to get what I want, or is the > kludgy "set the auto shutdown time to five minutes" solution I've seen > proposed better? I just don't want my master backend to try and schedule > recordings on the frontend because it won't be up most of the time and > it does

Re: [mythtv-users] Exit and shutdown

2005-09-15 Thread Lee
Adam Egger wrote: On 9/14/05, Greg Woods <[EMAIL PROTECTED]> wrote: Once I did that, I no longer see the "Exit and Shutdown" option in mythfrontend. Why did it go away? This feature is only there if you use separated machines for your frontend and for your backend. On a FE+BE machine

Re: [mythtv-users] Exit and shutdown

2005-09-15 Thread Adam Egger
On 9/14/05, Greg Woods <[EMAIL PROTECTED]> wrote: > Once I did that, I no longer see the "Exit and > Shutdown" option in mythfrontend. Why did it go away? This feature is only there if you use separated machines for your frontend and for your backend. On a FE+BE machine it doesn't appear (unfortu

[mythtv-users] Exit and shutdown

2005-09-14 Thread Greg Woods
I did search the archives and I found one possible solution to my problem involving hacking an XML file, which I can probably do assuming I can find the correct file to edit. I just finished setting up a Pundit-R machine as a front end. It worked quite well once I got everything in place. But I fo

Re: [mythtv-users] Exit and Shutdown

2005-03-18 Thread Lane Schwartz
On Fri, 18 Mar 2005 22:16:12 +0800, Nathan Manzi <[EMAIL PROTECTED]> wrote: > Hi, > > I have seen the exit dialog showing Yes, No, Yes and shutdown before > when messing with multiple clients, is there any way to get mythfrontend > to shutdown the pc on the same machine as the backend - manually?

[mythtv-users] Exit and Shutdown

2005-03-18 Thread Nathan Manzi
Hi, I have seen the exit dialog showing Yes, No, Yes and shutdown before when messing with multiple clients, is there any way to get mythfrontend to shutdown the pc on the same machine as the backend - manually? I've set up automatic shutdown with wakeup, I'd like the user to be able to shutdown t