[Mythbuntu-bugs] [Bug 1308105] Re: Xfce resets TV mode to NULL when power cycled

2014-04-30 Thread Stuart Matthews
This issue also affects Gigabyte GA-EG45M-UD2H motherboard with Intel
GMA X4500HD integrated graphics.  Fresh install of mythbuntu 14.04.
13.10 was not affected.

-- 
You received this bug notification because you are a member of Mythbuntu
Bug Team, which is subscribed to Mythbuntu.
https://bugs.launchpad.net/bugs/1308105

Title:
  Xfce resets TV mode to NULL when power cycled

Status in Mythbuntu, Ubuntu derivative focused upon MythTV:
  Confirmed
Status in “nvidia-graphics-drivers” package in Ubuntu:
  Invalid
Status in “nvidia-graphics-drivers-331” package in Ubuntu:
  Invalid
Status in “xfce4-settings” package in Ubuntu:
  Confirmed

Bug description:
  I had an HTPC with Mythbuntu 12.04 installed.  Upon upgrading a new
  behavior that if the TV is power cycled it no longer detects a link
  with the HTPC.

  When this happens I can find in the xorg log that there is an
  accompanying log item:

  [ 39829.509] (II) NVIDIA(0): Setting mode "NULL"

  After debugging with NVIDIA at
  https://devtalk.nvidia.com/default/topic/729955/linux/tv-stops-being-
  detected/ we've deteremined it's a X client that reacts to the RANDR
  events causing the mode to be set to NULL.

  Working through the list in an Xfce environment, the culprit is
  xfsettingsd.  If xfsettingsd is running, it causes the TV to come up
  in a NULL mode.  If it's killed, it remains in the mode it was
  previously running in.

  
  Until this is fixed, this behavior can be worked around with a simple shell 
script:
  ==
  #!/bin/sh
  #Fix TV state when HDMI link is lost.
  #By Mario Limonciello 

  OUTPUT="HDMI-0"
  BAD_MODE="1280x720"
  GOOD_MODE="1920x1080"

  for MODE in $BAD_MODE $GOOD_MODE; do
   DISPLAY=:0 xrandr --output $OUTPUT --mode $MODE
   sleep 2
  done
  ==

To manage notifications about this bug go to:
https://bugs.launchpad.net/mythbuntu/+bug/1308105/+subscriptions

___
Mailing list: https://launchpad.net/~mythbuntu-bugs
Post to : mythbuntu-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mythbuntu-bugs
More help   : https://help.launchpad.net/ListHelp


[Mythbuntu-bugs] [Bug 1310344] Re: MythWeb 2:0.27.0+fixes.20140417.b93fb14-0ubuntu0mythbuntu3 stuck at half-installed

2014-04-30 Thread Thomas Winteler (Win-Soft)
check file:
/var/lib/dpkg/info/mythweb.postrm

at line 36, add a space between -f and $SYMLINK that it looks like:

rm -f $SYMLINK

thanks to tgm4883 at kubuntu irc ;)

So you can remove the package...

-- 
You received this bug notification because you are a member of Mythbuntu
Bug Team, which is subscribed to Mythbuntu.
https://bugs.launchpad.net/bugs/1310344

Title:
  MythWeb 2:0.27.0+fixes.20140417.b93fb14-0ubuntu0mythbuntu3 stuck at
  half-installed

Status in Mythbuntu, Ubuntu derivative focused upon MythTV:
  New

Bug description:
  I just updated mythbuntu from 12.04 to 14.04. Things are mostly
  working, but the mythweb package
  (2:0.27.0+fixes.20140417.b93fb14-0ubuntu0mythbuntu3) is borked.

  It looke like it is half installed and I can't remove or reinstall it.

   sudo apt-get remove mythweb
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  The following packages will be REMOVED:
mythweb
  0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
  1 not fully installed or removed.
  After this operation, 4,427 kB disk space will be freed.
  Do you want to continue? [Y/n] y
  (Reading database ... 139898 files and directories currently installed.)
  Removing mythweb (2:0.27.0+fixes.20140417.b93fb14-0ubuntu0mythbuntu3) ...
  rm: invalid option -- '/'
  Try 'rm --help' for more information.
  dpkg: error processing package mythweb (--remove):
   subprocess installed post-removal script returned error exit status 1
  Errors were encountered while processing:
   mythweb
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  
  

  
  sudo dpkg --force-remove-reinstreq --remove mythweb
  (Reading database ... 139898 files and directories currently installed.)
  Removing mythweb (2:0.27.0+fixes.20140417.b93fb14-0ubuntu0mythbuntu3) ...
  rm: invalid option -- '/'
  Try 'rm --help' for more information.
  dpkg: error processing package mythweb (--remove):
   subprocess installed post-removal script returned error exit status 1
  Errors were encountered while processing:
   mythweb

  
  -

  
  How can I fix this??

To manage notifications about this bug go to:
https://bugs.launchpad.net/mythbuntu/+bug/1310344/+subscriptions

___
Mailing list: https://launchpad.net/~mythbuntu-bugs
Post to : mythbuntu-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mythbuntu-bugs
More help   : https://help.launchpad.net/ListHelp


[Mythbuntu-bugs] [Bug 1310344] Re: MythWeb 2:0.27.0+fixes.20140417.b93fb14-0ubuntu0mythbuntu3 stuck at half-installed

2014-04-30 Thread Mario Limonciello
This was just committed to our packaging here:

https://github.com/MythTV/packaging/commit/eb931726947091b174367d6f0bb2f75ae2a42d9b
https://github.com/MythTV/packaging/commit/75c1f357d6cf35f30c75739c2f339e1fab374df6

any future builds will include the fix.  Otherwise please just use the
manual workaround until then.

Thanks!

** Changed in: mythbuntu
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Mythbuntu
Bug Team, which is subscribed to Mythbuntu.
https://bugs.launchpad.net/bugs/1310344

Title:
  MythWeb 2:0.27.0+fixes.20140417.b93fb14-0ubuntu0mythbuntu3 stuck at
  half-installed

Status in Mythbuntu, Ubuntu derivative focused upon MythTV:
  Fix Committed

Bug description:
  I just updated mythbuntu from 12.04 to 14.04. Things are mostly
  working, but the mythweb package
  (2:0.27.0+fixes.20140417.b93fb14-0ubuntu0mythbuntu3) is borked.

  It looke like it is half installed and I can't remove or reinstall it.

   sudo apt-get remove mythweb
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  The following packages will be REMOVED:
mythweb
  0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
  1 not fully installed or removed.
  After this operation, 4,427 kB disk space will be freed.
  Do you want to continue? [Y/n] y
  (Reading database ... 139898 files and directories currently installed.)
  Removing mythweb (2:0.27.0+fixes.20140417.b93fb14-0ubuntu0mythbuntu3) ...
  rm: invalid option -- '/'
  Try 'rm --help' for more information.
  dpkg: error processing package mythweb (--remove):
   subprocess installed post-removal script returned error exit status 1
  Errors were encountered while processing:
   mythweb
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  
  

  
  sudo dpkg --force-remove-reinstreq --remove mythweb
  (Reading database ... 139898 files and directories currently installed.)
  Removing mythweb (2:0.27.0+fixes.20140417.b93fb14-0ubuntu0mythbuntu3) ...
  rm: invalid option -- '/'
  Try 'rm --help' for more information.
  dpkg: error processing package mythweb (--remove):
   subprocess installed post-removal script returned error exit status 1
  Errors were encountered while processing:
   mythweb

  
  -

  
  How can I fix this??

To manage notifications about this bug go to:
https://bugs.launchpad.net/mythbuntu/+bug/1310344/+subscriptions

___
Mailing list: https://launchpad.net/~mythbuntu-bugs
Post to : mythbuntu-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mythbuntu-bugs
More help   : https://help.launchpad.net/ListHelp


[Mythbuntu-bugs] [Bug 1309813] Re: package mythweb 2:0.27.0+fixes.20140417.b93fb14-0ubuntu0mythbuntu2 [origin: LP-PPA-mythbuntu-0.27] failed to install/upgrade: subprocess installed post-installation

2014-04-30 Thread Lee Donaghy
Still broken.

Setting up mythweb (2:0.27.0+fixes.20140501.27668b7-0ubuntu0mythbuntu2) ...
ln: failed to create symbolic link \u2018/var/www/html/mythweb\u2019: No such 
file or directory
dpkg: error processing mythweb (--configure):
 subprocess installed post-installation script returned error exit status 1

-- 
You received this bug notification because you are a member of Mythbuntu
Bug Team, which is subscribed to Mythbuntu.
https://bugs.launchpad.net/bugs/1309813

Title:
  package mythweb 2:0.27.0+fixes.20140417.b93fb14-0ubuntu0mythbuntu2
  [origin: LP-PPA-mythbuntu-0.27] failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

Status in Mythbuntu, Ubuntu derivative focused upon MythTV:
  New

Bug description:
  Setting up mythweb (2:0.27.0+fixes.20140417.b93fb14-0ubuntu0mythbuntu2) ...
  ln: failed to create symbolic link ‘/var/www/html/mythweb’: No such file or 
directory
  dpkg: error processing mythweb (--configure):
  subprocess installed post-installation script returned error exit status 1

  
  This error occurs during the installation/upgrade

  ProblemType: Package
  DistroRelease: Ubuntu 13.10
  Package: mythweb 2:0.27.0+fixes.20140417.b93fb14-0ubuntu0mythbuntu2 [origin: 
LP-PPA-mythbuntu-0.27]
  ProcVersionSignature: Ubuntu 3.11.0-19.33-generic 3.11.10.5
  Uname: Linux 3.11.0-19-generic x86_64
  NonfreeKernelModules: nvidia
  .var.log.mythtv.mythavtest.log:
   
  .var.log.mythtv.mythccextractor.log:
   
  .var.log.mythtv.mythcommflag.log:
   
  .var.log.mythtv.mythfilldatabase.log:
   
  .var.log.mythtv.mythfrontend.log:
   
  .var.log.mythtv.mythjobqueue.log:
   
  .var.log.mythtv.mythlcdserver.log:
   
  .var.log.mythtv.mythmediaserver.log:
   
  .var.log.mythtv.mythpreviewgen.log:
   
  .var.log.mythtv.mythshutdown.log:
   
  .var.log.mythtv.mythtranscode.log:
   
  .var.log.mythtv.mythtv.setup.log:
   
  .var.log.mythtv.mythutil.log:
   
  .var.log.mythtv.mythwelcome.log:
   
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  CrashDB: mythbuntu
  Date: Fri Apr 18 18:11:50 2014
  DuplicateSignature: 
package:mythweb:2:0.27.0+fixes.20140417.b93fb14-0ubuntu0mythbuntu2 [origin: 
LP-PPA-mythbuntu-0.27]:subprocess installed post-installation script returned 
error exit status 1
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  Installed_mythtv_dbg: 2:0.27.0+fixes.20140417.b93fb14-0ubuntu0mythbuntu2
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: mythtv
  Title: package mythweb 2:0.27.0+fixes.20140417.b93fb14-0ubuntu0mythbuntu2 
[origin: LP-PPA-mythbuntu-0.27] failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.default.mythweb:
   [cfg]
   enable = 
   only = 
   username = 
   password =
  mtime.conffile..etc.default.mythweb: 2014-04-18T00:27:20.027789

To manage notifications about this bug go to:
https://bugs.launchpad.net/mythbuntu/+bug/1309813/+subscriptions

___
Mailing list: https://launchpad.net/~mythbuntu-bugs
Post to : mythbuntu-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mythbuntu-bugs
More help   : https://help.launchpad.net/ListHelp