[Bug 684280] Re: Ubiquity cannot install if you are booting LiveCD directly from ISO

2018-03-09 Thread gregrwm
confirmed that the 'umount -lrf /isodevice' workaround works on the
bionic iso of 2018/2/8.  i didn't even use 'toram'.

everyone expects they need either burn a cd, use a thumb or external
drive, or use another installer, eg mini.iso.  with this workaround, or
better yet if this bug gets fixed, none of those are necessary.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/684280

Title:
  Ubiquity cannot install if you are booting LiveCD directly from ISO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/684280/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1748259] Re: unable to install from iso

2018-03-09 Thread gregrwm
because of this bug it is necessary to either burn a cd, utilize a thumb
drive, or use a different installer, eg mini.iso.  if this bug were
fixed none of those would be necessary.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1748259

Title:
  unable to install from iso

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1748259/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1752190] Re: vlc segfaults on laptop

2018-03-09 Thread gregrwm
$ gdb --args vlc http://youtu.be/M-129JLTjkQ?fmt=22 
  [14/14]
GNU gdb (Ubuntu 7.11.1-0ubuntu1~16.5) 7.11.1
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
.
Find the GDB manual and other documentation resources online at:
.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from vlc...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/vlc http://youtu.be/M-129JLTjkQ\?fmt=22
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
VLC media player 2.2.2 Weatherwax (revision 2.2.2-0-g6259d80)
[New Thread 0x7fffeca21700 (LWP 2074)]
[New Thread 0x77f51700 (LWP 2075)]
[New Thread 0x7fffef8e8700 (LWP 2076)]
[New Thread 0x7fffe821f700 (LWP 2077)]
[Thread 0x7fffef8e8700 (LWP 2076) exited]
[New Thread 0x7fffef8e8700 (LWP 2078)]
[00606078] core libvlc: Running vlc with the default interface. Use 
'cvlc' to use vlc without interface.
[Thread 0x7fffe821f700 (LWP 2077) exited]
[New Thread 0x7fffe821f700 (LWP 2079)]
[New Thread 0x7fffd4cc1700 (LWP 2080)]
[New Thread 0x7fffcbda6700 (LWP 2081)]
[New Thread 0x7fffc67c1700 (LWP 2082)]
[New Thread 0x7fffc5d88700 (LWP 2084)]
[New Thread 0x7fffc5c87700 (LWP 2085)]
[Thread 0x7fffc5c87700 (LWP 2085) exited]
[006d5958] core playlist: stopping playback
[New Thread 0x7fffc5c87700 (LWP 2091)]
[New Thread 0x7fffc41d5700 (LWP 2092)]
[Thread 0x7fffc5c87700 (LWP 2091) exited]
[Thread 0x7fffc5d88700 (LWP 2084) exited]
[New Thread 0x7fffc5d88700 (LWP 2093)]
[New Thread 0x7fffc5c87700 (LWP 2094)]
[Thread 0x7fffc41d5700 (LWP 2092) exited]
[Thread 0x7fffc5c87700 (LWP 2094) exited]
[New Thread 0x7fffa1442700 (LWP 2105)]
[New Thread 0x7fffa0c41700 (LWP 2106)]
[New Thread 0x7fffa0440700 (LWP 2107)]
[New Thread 0x7fffc5c87700 (LWP 2108)]
[New Thread 0x7fffc41d5700 (LWP 2109)]
[7fffbc0031a8] vdpau_avcodec generic error: decoder profile not supported: 7
[New Thread 0x7fff9cb24700 (LWP 2273)]

Thread 22 "vlc" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fff9cb24700 (LWP 2273)]
0x7fffdc00f32a in ?? ()
(gdb) bt
#0  0x7fffdc00f32a in ?? ()
#1  0x3e803e80 in ?? ()
#2  0x3e803e80 in ?? ()
#3  0x in ?? ()
(gdb)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1752190

Title:
  vlc segfaults on laptop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1752190/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1752190] Re: vlc segfaults on laptop

2018-03-08 Thread gregrwm
without gdb:

$ vlc http://youtu.be/M-129JLTjkQ?fmt=22  
VLC media player 2.2.2 Weatherwax (revision 2.2.2-0-g6259d80)
[00c29078] core libvlc: Running vlc with the default interface. Use 
'cvlc' to use vlc without interface.
[00cf8958] core playlist: stopping playback
[7f0a780009c8] vdpau_avcodec generic error: decoder profile not supported: 7
Segmentation fault (core dumped)

with gdb:

$ gdb vlc http://youtu.be/M-129JLTjkQ?fmt=22
   
GNU gdb (Ubuntu 7.11.1-0ubuntu1~16.5) 7.11.1
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
.
Find the GDB manual and other documentation resources online at:
.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from vlc...(no debugging symbols found)...done.
/home/user1/http://youtu.be/M-129JLTjkQ?fmt=22: No such file or directory.
(gdb)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1752190

Title:
  vlc segfaults on laptop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1752190/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1754465] [NEW] .rem does match *.rem

2018-03-08 Thread gregrwm
Public bug reported:

when .rem is present in a directory, remind claims that nothing matches
*.rem.  this is incorrect.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: remind 03.01.15-1
ProcVersionSignature: Ubuntu 4.15.0-10.11-generic 4.15.3
Uname: Linux 4.15.0-10-generic x86_64
ApportVersion: 2.20.8-0ubuntu10
Architecture: amd64
Date: Thu Mar  8 14:47:44 2018
Dependencies:
 gcc-8-base 8-20180208-0ubuntu1
 libc6 2.27-0ubuntu2
 libgcc1 1:8-20180208-0ubuntu1
JournalErrors:
 Error: command ['journalctl', '-b', '--priority=err', '--lines=1000'] failed 
with exit code 1: Hint: You are currently not seeing messages from other users 
and the system.
   Users in groups 'adm', 'systemd-journal' can see all messages.
   Pass -q to turn off this notice.
 No journal files were opened due to insufficient permissions.
SourcePackage: remind
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: remind (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1754465

Title:
  .rem does match *.rem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/remind/+bug/1754465/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1752190] Re: vlc segfaults on laptop

2018-03-01 Thread gregrwm
ran it again just now, vlc -vvv is attached.  a dialog came up offering
to send a bug report to help the developers, i pressed continue, heard
nothing further, did it send it?  where?  that would include the
backtrace, right?

** Attachment added: "vlcvvv"
   
https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1752190/+attachment/5066147/+files/vlcvvv

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1752190

Title:
  vlc segfaults on laptop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1752190/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1752190] [NEW] vlc segfaults on laptop

2018-02-27 Thread gregrwm
Public bug reported:

displays covershot of video in small window, expands itself to a larger
window showing the covershot, then segfaults before starting play.
every time.  firefox can play the videos.  vlc works fine on my desktop.
both are on xenial.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: vlc 2.2.2-5ubuntu0.16.04.4
ProcVersionSignature: Ubuntu 4.4.0-116.140-generic 4.4.98
Uname: Linux 4.4.0-116-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.15
Architecture: amd64
CurrentDesktop: LXDE
Date: Tue Feb 27 16:58:07 2018
SourcePackage: vlc
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: vlc (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1752190

Title:
  vlc segfaults on laptop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1752190/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1751696] [NEW] neither networking nor lubuntu desktop survive upgrade from xenial to bionic

2018-02-25 Thread gregrwm
Public bug reported:

download xenial amd64 mini.iso onto dell inspiron 1501 laptop
boot mini.iso
install base system plus openssh-server only
reboot
apt-get update
apt-get --purge --auto-remove --fix-broken install screen tmux vim vim-doc htop 
firmware-b43-installer
apt-get --purge --auto-remove --fix-broken install lubuntu-desktop
reboot
login
connect wifi
edit connection to permit all users
launch terminal
$ ip a
1: lo:  mtu 65536 qdisc noqueue state UNKNOWN group 
default qlen 1
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
   valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
   valid_lft forever preferred_lft forever
2: eth0:  mtu 1500 qdisc pfifo_fast state UP 
group default qlen 1000
link/ether 00:19:b9:67:1e:2f brd ff:ff:ff:ff:ff:ff
inet 192.168.0.35/24 brd 192.168.0.255 scope global eth0
   valid_lft forever preferred_lft forever
inet6 fe80::219:b9ff:fe67:1e2f/64 scope link
   valid_lft forever preferred_lft forever
3: wlan0:  mtu 1500 qdisc mq state UP group 
default qlen 1000
link/ether 00:1b:fc:2c:f4:4a brd ff:ff:ff:ff:ff:ff
inet 192.168.0.37/24 brd 192.168.0.255 scope global dynamic wlan0
   valid_lft 604347sec preferred_lft 604347sec
inet6 fe80::d226:3667:4873:5003/64 scope link
   valid_lft forever preferred_lft forever
$

apt-get --purge --auto-remove --fix-broken dist-upgrade
do-release-upgrade -d
reboot
login
lightdm login screen reappears within 2 seconds (ie lubuntu desktop fails)
ctl-alt-F2
login
$ ip a
1: lo:  mtu 65536 qdisc noqueue state UNKNOWN group 
default qlen 1
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
   valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
   valid_lft forever preferred_lft forever
$
(ie networking fails)

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubuntu-release-upgrader-core 1:18.04.9
ProcVersionSignature: Ubuntu 4.15.0-10.11-generic 4.15.3
Uname: Linux 4.15.0-10-generic x86_64
ApportVersion: 2.20.8-0ubuntu10
Architecture: amd64
CrashDB: ubuntu
Date: Sun Feb 25 16:05:23 2018
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to bionic on 2018-02-25 (0 days ago)

** Affects: ubuntu-release-upgrader (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic dist-upgrade

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1751696

Title:
  neither networking nor lubuntu desktop survive upgrade from xenial to
  bionic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1751696/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1748409] Re: bionic mini.iso dhcp falls

2018-02-22 Thread gregrwm
i'm looking for a workaround.

retracing my steps, i try the full iso again, but i guess the fire's gone out 
of my cdburner:
$  cdrecord bionic-desktop-amd64.iso
wodim: No write mode specified.
wodim: Assuming -tao mode.
wodim: Future versions of wodim may have different drive dependent defaults.
wodim: Operation not permitted. Warning: Cannot raise RLIMIT_MEMLOCK limits.
Device was not specified. Trying to find an appropriate drive...
Looking for a DVD-R drive to store 1431.56 MiB...
Detected DVD-R drive: /dev/dvdrw
Using /dev/cdrom of unknown capabilities
Device type: Removable CD-ROM
Version: 5
Response Format: 2
Capabilities   :
Vendor_info: 'TSSTcorp'
Identification : 'DVD+-RW TS-L633C'
Revision   : 'D300'
Device seems to be: Generic mmc2 DVD-R/DVD-RW.
Using generic SCSI-3/mmc DVD-R(W) driver (mmc_mdvd).
Driver flags   : SWABAUDIO BURNFREE
Supported modes: PACKET SAO
Speed set to 11080 KB/s
Starting to write CD/DVD at speed   8.0 in real unknown mode for single session.
Last chance to quit, starting real write in0 seconds. Operation starts.
Errno: 5 (Input/output error), reserve track scsi sendcmd: no error
CDB:  53 00 00 00 00 00 0B 2F 20 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 72 05 21 04 00 00 00 0E 09 0C 00 00 00 03 00 00
Sense Key: 0x1 Recovered Error, Segment 5
Sense Code: 0x00 Qual 0x03 (setmark detected) Fru 0x0
Sense flags: Blk 67108864 (not valid) illegal block length
cmd finished after 40.725s timeout 40s
wodim: Cannot open new session.
$

well, so, that's what the mini.iso is for, right?  as an alternative
installation method.

so, but, the bionic mini.iso dhcp fails, tho manual network configuration 
works, and thus mini.iso installs a static ip configuration.  well, on my 
desktop, i want a dhcp configuration.  i figure why not just drop back to the 
simple way it was done before network manager, so, i uninstalled wpasupplicant, 
which took network manager out with it:
 Start-Date: 2018-02-20  12:41:02
 Commandline: apt-get --auto-remove purge wpasupplicant
 Purge: network-manager-pptp:amd64 (1.2.4-4), iputils-arping:amd64 
(3:20161105-1ubuntu2), pptp-linux:amd64 (1.9.0+ds-2), dnsmasq-base:amd64 
(2.78-1), network-manager-gnome:amd64 (1.8.10-2ubuntu1), network-manager :amd64 
(1.8.4-1ubuntu4), lubuntu-desktop:amd64 (0.90), lubuntu-gtk-desktop:amd64 
(0.90), wpasupplicant:amd64 (2:2.6-15ubuntu1), dns-root-data:amd64 (2018013001)
 End-Date: 2018-02-20  12:41:24

and edited /etc/network/interfaces to contain:
 auto  lo
 iface lo inet loopback
 
 auto enp0s25
 iface enp0s25 inet dhcp

and there's nothing in /etc/udev/rules.d

clearly it still needs something, it boots up like this:
$ ip a
 1: lo:  mtu 65536 qdisc noqueue state UNKNOWN group 
default qlen 1000
 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
 inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
 inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
 2: enp0s25:  mtu 1500 qdisc noop state DOWN group default 
qlen 1000
 link/ether 00:21:70:32:6a:ee brd ff:ff:ff:ff:ff:ff

and i find these matches for either "eth" or "enp" in /var/log/syslog:
*Feb 20 12:44:30 op755 kernel: [2.106086] e1000e :00:19.0 eth0: (PCI 
Express:2.5GT/s:Width x1) 00:21:70:32:6a:ee
*Feb 20 12:44:30 op755 kernel: [2.106146] e1000e :00:19.0 eth0: 
Intel(R) PRO/1000 Network Connection
*Feb 20 12:44:30 op755 kernel: [2.106207] e1000e :00:19.0 eth0: MAC: 7, 
PHY: 6, PBA No: 1041FF-0FF
*Feb 20 12:44:30 op755 kernel: [2.107682] e1000e :00:19.0 enp0s25: 
renamed from eth0
*Feb 20 12:44:30 op755 kernel: [   27.061742] Bluetooth: BNEP (Ethernet 
Emulation) ver 1.3
*Feb 20 12:45:18 op755 ureadahead[231]: ureadahead:enp0s25: Ignored relative 
path
*Feb 20 12:45:18 op755 ureadahead[231]: ureadahead:enp0s25: Ignored relative 
path
*Feb 20 12:45:18 op755 ureadahead[231]: ureadahead:enp0s25: Ignored relative 
path
*Feb 20 12:57:33 op755 kernel: [2.150044] e1000e :00:19.0 eth0: (PCI 
Express:2.5GT/s:Width x1) 00:21:70:32:6a:ee
*Feb 20 12:57:33 op755 kernel: [2.150078] e1000e :00:19.0 eth0: 
Intel(R) PRO/1000 Network Connection
*Feb 20 12:57:33 op755 kernel: [2.150125] e1000e :00:19.0 eth0: MAC: 7, 
PHY: 6, PBA No: 1041FF-0FF
*Feb 20 12:57:33 op755 kernel: [2.150968] e1000e :00:19.0 enp0s25: 
renamed from eth0
*Feb 20 12:57:33 op755 kernel: [   17.469721] Bluetooth: BNEP (Ethernet 
Emulation) ver 1.3

my xenial install does have network manager, and still works fine:
$ ip a
1: lo:  mtu 65536 qdisc noqueue state UNKNOWN group 
default qlen 1
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
   valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
   valid_lft forever preferred_lft forever
2: enp0s25:  mtu 1500 qdisc pfifo_fast state 
UP group default qlen 

[Bug 1750641] [NEW] vlc/twm/bionic don't interoperate

2018-02-20 Thread gregrwm
Public bug reported:

vlc/twm/xenial no problem.
vlc/twm/bionic can't adjust time slider.
vlc/lubuntu/bionic no problem.

When positioning the pointer over the time slider, a little window
appears showing the time under the pointer.  With the vlc/twm/bionic
combination, that little window has a title bar containing "Untitled",
thus the little window hangs down over the time slider, and moves with
the pointer, so clicking on the time slider is impossible.

i doubt twm has changed in years.  That's one of the benefits of using
it.  Along with microscopic footprint, several features still
unimplemented in any other window manager, and still considered the
reference standard window manager implementation for xorg.

my bionic install currently has a networking issue (bug 1748409), so i
filed this bug under xenial, but the bug is in bionic, not xenial.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: vlc 2.2.2-5ubuntu0.16.04.4
ProcVersionSignature: Ubuntu 4.4.0-112.135-generic 4.4.98
Uname: Linux 4.4.0-112-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.15
Architecture: amd64
Date: Tue Feb 20 13:07:55 2018
InstallationDate: Installed on 2016-10-15 (492 days ago)
InstallationMedia: Lubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160720)
SourcePackage: vlc
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: vlc (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1750641

Title:
  vlc/twm/bionic don't interoperate

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1750641/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1748409] Re: bionic mini.iso dhcp falls

2018-02-19 Thread gregrwm
no surprise the installed bionic uses the same static ip address i gave
for the mini.iso to use.  same issue on desktop and laptop.  for the
desktop i expect i can just populate /etc/network/interfaces and
uninstall NetworkManager.  i don't think that's a good solution for the
lappy tho.  can anybody clue me to a workaround, to fix/complete my
laptop bionic configuration?  i think ssb is the broadcom wifi driver
module, when running bionic it's already listed in lsmod but only eth0
shows up in the network applet or /sys/class/net, when running trusty
the lappy wifi works, APs are listed and it connects to my modem just
fine, seems likely i can just copy some missing bit of configuration
from the trusty install, but what?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1748409

Title:
  bionic mini.iso dhcp falls

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1744429] Re: [Dell OptiPlex 755] PC freezes while playing vlc or youtube

2018-02-09 Thread gregrwm
no lockup today.  probably because i used far fewer firefox tabs.  i
suspect xorg gets into trouble under the strain of thrashing.  i suspect
this is a new issue because the new version of firefox recently
introduced into xenial has a significantly larger memory footprint.
tomorrow perhaps i'll try with more tabs open.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1744429

Title:
  [Dell OptiPlex 755] PC freezes while playing vlc or youtube

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1744429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1744429] Re: [Dell OptiPlex 755] PC freezes while playing vlc or youtube

2018-02-09 Thread gregrwm
hmm, that particular time, had i killed xorg and logged in again before
attaching Xorg.0.log, possibly...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1744429

Title:
  [Dell OptiPlex 755] PC freezes while playing vlc or youtube

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1744429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1748498] Re: no nameservice after installing via bionic mini.iso

2018-02-09 Thread gregrwm
come to think of it, the mini.iso dhcp facility didn't work (separate
bug filed), and i installed successfully after manual network
configuration in mini.iso, so perhaps the installed system is also
configured for static ip.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1748498

Title:
  no nameservice after installing via bionic mini.iso

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1748498] [NEW] no nameservice after installing via bionic mini.iso

2018-02-09 Thread gregrwm
Public bug reported:

downloaded mini.iso last night, installed overnight, booted up this
morning, networking is up, but there's no nameservice.  (the centurylink
modem dhcp service does provide nameservice.)  (workaround replace
/etc/resolv.conf link with file containing nameserver 8.8.8.8)

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1748498

Title:
  no nameservice after installing via bionic mini.iso

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1748409] [NEW] bionic mini.iso dhcp falls

2018-02-09 Thread gregrwm
Public bug reported:

dhcp works fine once xenial or bionic are installed, and the mini.iso
manual network configuration works, but the mini.iso dhcp fails.  the
mini.iso was downloaded last night.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1748409

Title:
  bionic mini.iso dhcp falls

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1744429] Re: [Dell OptiPlex 755] PC freezes while playing vlc or youtube

2018-02-08 Thread gregrwm
downloaded bionic cdimage yesterday, watched youtube with it today,
20min into a video (at 1.5 speed) it locked up, first the captions
stalled, then the captions caught up, then they stalled again, then the
video stalled but sound was still going, then the sound stalled too, all
quite like what happens under xenial, tho here i couldn't even move the
mouse anymore, hitting various ctl-alt-Fn did nothing, unfortunately i
hadn't installed openssh-server...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1744429

Title:
  [Dell OptiPlex 755] PC freezes while playing vlc or youtube

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1744429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1748259] [NEW] unable to install from iso

2018-02-08 Thread gregrwm
Public bug reported:

even tho i boot the iso with "toram", even tho the iso is in a partition
different from where i want to install, even tho i don't want to change
partitioning at all nor format any partitions, it still doesn't work to
install ubuntu when the iso was booted from the hard disc.  this is an
unfortunate and unnecessary limitation.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubiquity 18.04.1
ProcVersionSignature: Ubuntu 4.13.0-32.35-generic 4.13.13
Uname: Linux 4.13.0-32-generic x86_64
ApportVersion: 2.20.8-0ubuntu8
Architecture: amd64
CasperVersion: 1.388
Date: Thu Feb  8 18:24:22 2018
ExecutablePath: /usr/lib/ubiquity/bin/ubiquity
InstallCmdLine: BOOT_IMAGE=(loop)/casper/vmlinuz.efi boot=casper 
iso-scan/filename=/p-/home/greg/Downloads/ubuntu/bionic-desktop-amd64.iso toram 
panic=30 --
InterpreterPath: /usr/bin/python3.6
LiveMediaBuild: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180208)
ProcEnviron:
 TERM=unknown
 PATH=(custom, no user)
 LANG=C.UTF-8
 SHELL=/bin/bash
Python3Details: /usr/bin/python3.6, Python 3.6.4, python3-minimal, 
3.6.3-0ubuntu2
PythonDetails: /usr/bin/python2.7, Python 2.7.14+, python-minimal, 
2.7.14-2ubuntu1
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ubiquity (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic ubiquity-18.04.1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1748259

Title:
  unable to install from iso

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1748259/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1744429] Re: [Dell OptiPlex 755] PC freezes while playing vlc or youtube

2018-02-06 Thread gregrwm
** Attachment added: "dmesg"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1744429/+attachment/5050146/+files/dmesg

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1744429

Title:
  [Dell OptiPlex 755] PC freezes while playing vlc or youtube

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1744429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1744429] Re: [Dell OptiPlex 755] PC freezes while playing vlc or youtube

2018-02-06 Thread gregrwm
it doesn't crash, it hangs, with xorg stuck at 100% cpu, and no there's
nothing in /var/crash

it does seem to be a new issue, tho as i said, i don't watch all that
much really.

i'll attach dmesg and Xorg.0.log, however note their dates:
$ ls -lt dmesg Xorg.0.log
-rw-r--r-- 1 root root 47383 Feb  6 11:34 Xorg.0.log
-rw-r- 1 root adm 31 Oct 15  2016 dmesg

perhaps you wanted this:
sudo apt-get install xdiagnose

tho now apport-collect asks for my password, which is peculiar because i'm 
already logged in as g, and it acts as if i type my password wrong.  i tried 
twice, carefully entering my password when it asks:
$  apport-collect 1744429
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
 AUTHENTICATING FOR com.ubuntu.apport.root-info ===
Authentication is required to collect system information for this problem report
Multiple identities can be used for authentication:
 1.  g
 2.  g
 3.  g
Choose identity to authenticate as (1-3): 1
Password: 
polkit-agent-helper-1: error response to PolicyKit daemon: 
GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: No session for cookie
 AUTHENTICATION FAILED ===
Error executing command as another user: Not authorized

This incident has been reported.
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
$

** Attachment added: "Xorg.0.log"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1744429/+attachment/5050145/+files/Xorg.0.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1744429

Title:
  [Dell OptiPlex 755] PC freezes while playing vlc or youtube

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1744429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1744429] ProcCpuinfoMinimal.txt

2018-02-06 Thread gregrwm
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1744429/+attachment/5050095/+files/ProcCpuinfoMinimal.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1744429

Title:
  xorg sometimes freezes up while playing either vlc or youtube

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1744429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1744429] XorgLog.txt

2018-02-06 Thread gregrwm
apport information

** Attachment added: "XorgLog.txt"
   
https://bugs.launchpad.net/bugs/1744429/+attachment/5050100/+files/XorgLog.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1744429

Title:
  xorg sometimes freezes up while playing either vlc or youtube

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1744429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1744429] UdevDb.txt

2018-02-06 Thread gregrwm
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1744429/+attachment/5050099/+files/UdevDb.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1744429

Title:
  xorg sometimes freezes up while playing either vlc or youtube

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1744429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1744429] XorgLogOld.txt

2018-02-06 Thread gregrwm
apport information

** Attachment added: "XorgLogOld.txt"
   
https://bugs.launchpad.net/bugs/1744429/+attachment/5050101/+files/XorgLogOld.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1744429

Title:
  xorg sometimes freezes up while playing either vlc or youtube

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1744429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1744429] ProcInterrupts.txt

2018-02-06 Thread gregrwm
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1744429/+attachment/5050097/+files/ProcInterrupts.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1744429

Title:
  xorg sometimes freezes up while playing either vlc or youtube

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1744429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1744429] ProcModules.txt

2018-02-06 Thread gregrwm
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1744429/+attachment/5050098/+files/ProcModules.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1744429

Title:
  xorg sometimes freezes up while playing either vlc or youtube

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1744429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1744429] xdpyinfo.txt

2018-02-06 Thread gregrwm
apport information

** Attachment added: "xdpyinfo.txt"
   
https://bugs.launchpad.net/bugs/1744429/+attachment/5050103/+files/xdpyinfo.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1744429

Title:
  xorg sometimes freezes up while playing either vlc or youtube

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1744429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1744429] Lspci.txt

2018-02-06 Thread gregrwm
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1744429/+attachment/5050092/+files/Lspci.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1744429

Title:
  xorg sometimes freezes up while playing either vlc or youtube

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1744429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1744429] Xrandr.txt

2018-02-06 Thread gregrwm
apport information

** Attachment added: "Xrandr.txt"
   https://bugs.launchpad.net/bugs/1744429/+attachment/5050086/+files/Xrandr.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1744429

Title:
  xorg sometimes freezes up while playing either vlc or youtube

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1744429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1744429] ProcCpuinfo.txt

2018-02-06 Thread gregrwm
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1744429/+attachment/5050094/+files/ProcCpuinfo.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1744429

Title:
  xorg sometimes freezes up while playing either vlc or youtube

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1744429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1744429] XorgLog.txt

2018-02-06 Thread gregrwm
apport information

** Attachment added: "XorgLog.txt"
   
https://bugs.launchpad.net/bugs/1744429/+attachment/5050084/+files/XorgLog.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1744429

Title:
  xorg sometimes freezes up while playing either vlc or youtube

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1744429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1744429] ProcEnviron.txt

2018-02-06 Thread gregrwm
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1744429/+attachment/5050096/+files/ProcEnviron.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1744429

Title:
  xorg sometimes freezes up while playing either vlc or youtube

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1744429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1744429] Re: xorg sometimes freezes up while playing either vlc or youtube

2018-02-06 Thread gregrwm
apport information

** Description changed:

  i don't watch heaps, but enough that xorg has frozen up on me about 3
  times in the last week both in vlc and youtube.  This time in particular
  it was playing youtube when it froze, the sound played on a bit further
  then it stopped too, the mouse was still able to move the cursor but
  nothing else, for example usually merely moving the mouse would shift
  the border highlight to the newly focused window, but even that wouldn't
  happen when it froze up.  i logged in via ssh and invoked ubuntu-bug
  xorg.  then after that i used the ssh session to kill my window manager,
  twm, which caused the xorg session to logout.
  
  ---
  ApportVersion: 2.20.1-0ubuntu2.15
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 82Q35 Express Integrated Graphics Controller [8086:29b2] 
(rev 02) (prog-if 00 [VGA controller])
     Subsystem: Dell OptiPlex 755 [1028:0211]
     Subsystem: Dell OptiPlex 755 [1028:0211]
  InstallationDate: Installed on 2016-10-15 (478 days ago)
  InstallationMedia: Lubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160720)
  MachineType: Dell Inc. OptiPlex 755
  Package: xorg 1:7.7+13ubuntu3
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz ro 
root=UUID=31a5bed5-4d43-4da3-a094-17c3f23ae8b1 panic=30
  ProcVersionSignature: Ubuntu 4.4.0-112.135-generic 4.4.98
  Tags:  xenial ubuntu
  Uname: Linux 4.4.0-112-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/30/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A10
  dmi.board.name: 0PU052
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 15
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA10:bd04/30/2008:svnDellInc.:pnOptiPlex755:pvr:rvnDellInc.:rn0PU052:rvr:cvnDellInc.:ct15:cvr:
  dmi.product.name: OptiPlex 755
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.83-1~16.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 17.2.4-0ubuntu1~16.04.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 17.2.4-0ubuntu1~16.04.4
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1.2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2
+ --- 
+ ApportVersion: 2.20.1-0ubuntu2.15
+ Architecture: amd64
+ CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
+ CompositorRunning: None
+ DistUpgraded: Fresh install
+ DistroCodename: xenial
+ DistroRelease: Ubuntu 16.04
+ DistroVariant: ubuntu
+ ExtraDebuggingInterest: Yes
+ GraphicsCard:
+  Intel Corporation 82Q35 Express Integrated Graphics Controller [8086:29b2] 
(rev 02) (prog-if 00 [VGA controller])
+Subsystem: Dell OptiPlex 755 [1028:0211]
+Subsystem: Dell OptiPlex 755 [1028:0211]
+ InstallationDate: Installed on 2016-10-15 (478 days ago)
+ InstallationMedia: Lubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160720)
+ MachineType: Dell Inc. OptiPlex 755
+ Package: xorg 1:7.7+13ubuntu3
+ PackageArchitecture: amd64
+ ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz ro 
root=UUID=31a5bed5-4d43-4da3-a094-17c3f23ae8b1 panic=30
+ ProcVersionSignature: Ubuntu 4.4.0-112.135-generic 4.4.98
+ Tags:  xenial ubuntu
+ Uname: Linux 4.4.0-112-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm admin cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 04/30/2008
+ dmi.bios.vendor: Dell Inc.
+ dmi.bios.version: A10
+ dmi.board.name: 0PU052
+ dmi.board.vendor: Dell Inc.
+ dmi.chassis.type: 15
+ dmi.chassis.vendor: Dell Inc.
+ dmi.modalias: 
dmi:bvnDellInc.:bvrA10:bd04/30/2008:svnDellInc.:pnOptiPlex755:pvr:rvnDellInc.:rn0PU052:rvr:cvnDellInc.:ct15:cvr:
+ dmi.product.name: OptiPlex 755
+ dmi.sys.vendor: Dell Inc.
+ version.compiz: compiz N/A
+ version.ia32-libs: ia32-libs N/A
+ version.libdrm2: libdrm2 2.4.83-1~16.04.1
+ version.libgl1-mesa-dri: libgl1-mesa-dri 17.2.4-0ubuntu1~16.04.4
+ version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
+ version.libgl1-mesa-glx: libgl1-mesa-glx 17.2.4-0ubuntu1~16.04.4
+ version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.7
+ version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
+ version.xserver-xorg-video-ati: 

[Bug 1744429] Xrandr.txt

2018-02-06 Thread gregrwm
apport information

** Attachment added: "Xrandr.txt"
   https://bugs.launchpad.net/bugs/1744429/+attachment/5050102/+files/Xrandr.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1744429

Title:
  xorg sometimes freezes up while playing either vlc or youtube

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1744429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1744429] Lsusb.txt

2018-02-06 Thread gregrwm
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1744429/+attachment/5050093/+files/Lsusb.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1744429

Title:
  xorg sometimes freezes up while playing either vlc or youtube

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1744429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1744429] JournalErrors.txt

2018-02-06 Thread gregrwm
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1744429/+attachment/5050091/+files/JournalErrors.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1744429

Title:
  xorg sometimes freezes up while playing either vlc or youtube

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1744429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1744429] DpkgLog.txt

2018-02-06 Thread gregrwm
apport information

** Attachment added: "DpkgLog.txt"
   
https://bugs.launchpad.net/bugs/1744429/+attachment/5050090/+files/DpkgLog.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1744429

Title:
  xorg sometimes freezes up while playing either vlc or youtube

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1744429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1744429] ProcModules.txt

2018-02-06 Thread gregrwm
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1744429/+attachment/5050082/+files/ProcModules.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1744429

Title:
  xorg sometimes freezes up while playing either vlc or youtube

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1744429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1744429] xdpyinfo.txt

2018-02-06 Thread gregrwm
apport information

** Attachment added: "xdpyinfo.txt"
   
https://bugs.launchpad.net/bugs/1744429/+attachment/5050087/+files/xdpyinfo.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1744429

Title:
  xorg sometimes freezes up while playing either vlc or youtube

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1744429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1744429] XorgLogOld.txt

2018-02-06 Thread gregrwm
apport information

** Attachment added: "XorgLogOld.txt"
   
https://bugs.launchpad.net/bugs/1744429/+attachment/5050085/+files/XorgLogOld.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1744429

Title:
  xorg sometimes freezes up while playing either vlc or youtube

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1744429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1744429] Lsusb.txt

2018-02-06 Thread gregrwm
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1744429/+attachment/5050077/+files/Lsusb.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1744429

Title:
  xorg sometimes freezes up while playing either vlc or youtube

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1744429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1744429] Dependencies.txt

2018-02-06 Thread gregrwm
apport information

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1744429/+attachment/5050089/+files/Dependencies.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1744429

Title:
  xorg sometimes freezes up while playing either vlc or youtube

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1744429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1744429] UdevDb.txt

2018-02-06 Thread gregrwm
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1744429/+attachment/5050083/+files/UdevDb.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1744429

Title:
  xorg sometimes freezes up while playing either vlc or youtube

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1744429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1744429] JournalErrors.txt

2018-02-06 Thread gregrwm
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1744429/+attachment/5050075/+files/JournalErrors.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1744429

Title:
  xorg sometimes freezes up while playing either vlc or youtube

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1744429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1744429] DpkgLog.txt

2018-02-06 Thread gregrwm
apport information

** Attachment added: "DpkgLog.txt"
   
https://bugs.launchpad.net/bugs/1744429/+attachment/5050074/+files/DpkgLog.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1744429

Title:
  xorg sometimes freezes up while playing either vlc or youtube

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1744429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1744429] ProcEnviron.txt

2018-02-06 Thread gregrwm
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1744429/+attachment/5050080/+files/ProcEnviron.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1744429

Title:
  xorg sometimes freezes up while playing either vlc or youtube

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1744429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1744429] ProcCpuinfoMinimal.txt

2018-02-06 Thread gregrwm
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1744429/+attachment/5050079/+files/ProcCpuinfoMinimal.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1744429

Title:
  xorg sometimes freezes up while playing either vlc or youtube

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1744429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1744429] ProcInterrupts.txt

2018-02-06 Thread gregrwm
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1744429/+attachment/5050081/+files/ProcInterrupts.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1744429

Title:
  xorg sometimes freezes up while playing either vlc or youtube

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1744429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1744429] Re: xorg sometimes freezes up while playing either vlc or youtube

2018-02-06 Thread gregrwm
apport information

** Tags added: ubuntu

** Description changed:

  i don't watch heaps, but enough that xorg has frozen up on me about 3
  times in the last week both in vlc and youtube.  This time in particular
  it was playing youtube when it froze, the sound played on a bit further
  then it stopped too, the mouse was still able to move the cursor but
  nothing else, for example usually merely moving the mouse would shift
  the border highlight to the newly focused window, but even that wouldn't
  happen when it froze up.  i logged in via ssh and invoked ubuntu-bug
  xorg.  then after that i used the ssh session to kill my window manager,
  twm, which caused the xorg session to logout.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-98.121-generic 4.4.90
  Uname: Linux 4.4.0-98-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  Date: Fri Jan 19 15:29:45 2018
  InstallationDate: Installed on 2016-10-15 (460 days ago)
  InstallationMedia: Lubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160720)
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.20.1-0ubuntu2.15
  Architecture: amd64
  DistroRelease: Ubuntu 16.04
  InstallationDate: Installed on 2016-10-15 (478 days ago)
  InstallationMedia: Lubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160720)
  Package: xorg 1:7.7+13ubuntu3
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 4.4.0-112.135-generic 4.4.98
  Tags:  xenial
  Uname: Linux 4.4.0-112-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
+ --- 
+ ApportVersion: 2.20.1-0ubuntu2.15
+ Architecture: amd64
+ CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
+ CompositorRunning: None
+ DistUpgraded: Fresh install
+ DistroCodename: xenial
+ DistroRelease: Ubuntu 16.04
+ DistroVariant: ubuntu
+ ExtraDebuggingInterest: Yes
+ GraphicsCard:
+  Intel Corporation 82Q35 Express Integrated Graphics Controller [8086:29b2] 
(rev 02) (prog-if 00 [VGA controller])
+Subsystem: Dell OptiPlex 755 [1028:0211]
+Subsystem: Dell OptiPlex 755 [1028:0211]
+ InstallationDate: Installed on 2016-10-15 (478 days ago)
+ InstallationMedia: Lubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160720)
+ MachineType: Dell Inc. OptiPlex 755
+ Package: xorg 1:7.7+13ubuntu3
+ PackageArchitecture: amd64
+ ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz ro 
root=UUID=31a5bed5-4d43-4da3-a094-17c3f23ae8b1 panic=30
+ ProcVersionSignature: Ubuntu 4.4.0-112.135-generic 4.4.98
+ Tags:  xenial ubuntu
+ Uname: Linux 4.4.0-112-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm admin cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 04/30/2008
+ dmi.bios.vendor: Dell Inc.
+ dmi.bios.version: A10
+ dmi.board.name: 0PU052
+ dmi.board.vendor: Dell Inc.
+ dmi.chassis.type: 15
+ dmi.chassis.vendor: Dell Inc.
+ dmi.modalias: 
dmi:bvnDellInc.:bvrA10:bd04/30/2008:svnDellInc.:pnOptiPlex755:pvr:rvnDellInc.:rn0PU052:rvr:cvnDellInc.:ct15:cvr:
+ dmi.product.name: OptiPlex 755
+ dmi.sys.vendor: Dell Inc.
+ version.compiz: compiz N/A
+ version.ia32-libs: ia32-libs N/A
+ version.libdrm2: libdrm2 2.4.83-1~16.04.1
+ version.libgl1-mesa-dri: libgl1-mesa-dri 17.2.4-0ubuntu1~16.04.4
+ version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
+ version.libgl1-mesa-glx: libgl1-mesa-glx 17.2.4-0ubuntu1~16.04.4
+ version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.7
+ version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
+ version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
+ version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1.2
+ version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1744429/+attachment/5050072/+files/CurrentDmesg.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1744429

Title:
  xorg sometimes freezes up while playing either vlc or youtube

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1744429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1744429] ProcCpuinfo.txt

2018-02-06 Thread gregrwm
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1744429/+attachment/5050078/+files/ProcCpuinfo.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1744429

Title:
  xorg sometimes freezes up while playing either vlc or youtube

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1744429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1744429] Lspci.txt

2018-02-06 Thread gregrwm
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1744429/+attachment/5050076/+files/Lspci.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1744429

Title:
  xorg sometimes freezes up while playing either vlc or youtube

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1744429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1744429] Dependencies.txt

2018-02-06 Thread gregrwm
apport information

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1744429/+attachment/5050073/+files/Dependencies.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1744429

Title:
  xorg sometimes freezes up while playing either vlc or youtube

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1744429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1744429] Re: xorg sometimes freezes up while playing either vlc or youtube

2018-02-06 Thread gregrwm
i ran
sudo apt-get install python-apport
and then
apport-collect 1744429
which appears to have added comments 3, 4, 5, and 6, each of which include an 
attachment.
please clarify what else would you like me to do.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1744429

Title:
  xorg sometimes freezes up while playing either vlc or youtube

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1744429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1744429] JournalErrors.txt

2018-02-06 Thread gregrwm
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1744429/+attachment/5050058/+files/JournalErrors.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1744429

Title:
  xorg sometimes freezes up while playing either vlc or youtube

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1744429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1744429] ProcCpuinfoMinimal.txt

2018-02-06 Thread gregrwm
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1744429/+attachment/5050059/+files/ProcCpuinfoMinimal.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1744429

Title:
  xorg sometimes freezes up while playing either vlc or youtube

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1744429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1744429] ProcEnviron.txt

2018-02-06 Thread gregrwm
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1744429/+attachment/5050060/+files/ProcEnviron.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1744429

Title:
  xorg sometimes freezes up while playing either vlc or youtube

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1744429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1744429] Re: xorg sometimes freezes up while playing either vlc or youtube

2018-02-06 Thread gregrwm
apport information

** Tags added: apport-collected

** Description changed:

  i don't watch heaps, but enough that xorg has frozen up on me about 3
  times in the last week both in vlc and youtube.  This time in particular
  it was playing youtube when it froze, the sound played on a bit further
  then it stopped too, the mouse was still able to move the cursor but
  nothing else, for example usually merely moving the mouse would shift
  the border highlight to the newly focused window, but even that wouldn't
  happen when it froze up.  i logged in via ssh and invoked ubuntu-bug
  xorg.  then after that i used the ssh session to kill my window manager,
  twm, which caused the xorg session to logout.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-98.121-generic 4.4.90
  Uname: Linux 4.4.0-98-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  Date: Fri Jan 19 15:29:45 2018
  InstallationDate: Installed on 2016-10-15 (460 days ago)
  InstallationMedia: Lubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160720)
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
+ --- 
+ ApportVersion: 2.20.1-0ubuntu2.15
+ Architecture: amd64
+ DistroRelease: Ubuntu 16.04
+ InstallationDate: Installed on 2016-10-15 (478 days ago)
+ InstallationMedia: Lubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160720)
+ Package: xorg 1:7.7+13ubuntu3
+ PackageArchitecture: amd64
+ ProcVersionSignature: Ubuntu 4.4.0-112.135-generic 4.4.98
+ Tags:  xenial
+ Uname: Linux 4.4.0-112-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm admin cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1744429/+attachment/5050057/+files/Dependencies.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1744429

Title:
  xorg sometimes freezes up while playing either vlc or youtube

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1744429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1744429] [NEW] xorg sometimes freezes up while playing either vlc or youtube

2018-01-19 Thread gregrwm
Public bug reported:

i don't watch heaps, but enough that xorg has frozen up on me about 3
times in the last week both in vlc and youtube.  This time in particular
it was playing youtube when it froze, the sound played on a bit further
then it stopped too, the mouse was still able to move the cursor but
nothing else, for example usually merely moving the mouse would shift
the border highlight to the newly focused window, but even that wouldn't
happen when it froze up.  i logged in via ssh and invoked ubuntu-bug
xorg.  then after that i used the ssh session to kill my window manager,
twm, which caused the xorg session to logout.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-98.121-generic 4.4.90
Uname: Linux 4.4.0-98-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
Date: Fri Jan 19 15:29:45 2018
InstallationDate: Installed on 2016-10-15 (460 days ago)
InstallationMedia: Lubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160720)
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: xorg (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1744429

Title:
  xorg sometimes freezes up while playing either vlc or youtube

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1744429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1708892] Re: some youtube videos won't play

2017-08-11 Thread gregrwm
"403 Forbidden", hmmph.  plays fine in the browser, except i really
prefer to see synced video/audio, which vlc can adjust but the youtube
player can't iiuc.

** Attachment added: "vlc -vvv http://youtu.be/MPjy55Y6hWU>&/tmp/vvv"
   
https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1708892/+attachment/4930986/+files/vvv

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1708892

Title:
  some youtube videos won't play

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1708892/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1709098] [NEW] repetitive calling of zz-update-grub

2017-08-07 Thread gregrwm
Public bug reported:

with
GRUB_DISABLE_OS_PROBER=true
the time wasted is significantly reduced, but repetitive calling of 
zz-update-grub is still an unnecessary annoying waste of time.

perhaps the solution could be something like defer it and trigger it at
the end.

here's an example of repetitive calling of zz-update-grub:
  #  apt-get --purge --auto-remove install stalonetray  

  
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages will be REMOVED:
  linux-headers-4.4.0-78* linux-headers-4.4.0-78-generic* 
linux-image-4.4.0-78-generic* linux-image-extra-4.4.0-78-generic*
The following NEW packages will be installed:
  stalonetray
0 upgraded, 1 newly installed, 4 to remove and 23 not upgraded.
Need to get 70.7 kB of archives.
After this operation, 297 MB disk space will be freed.
Do you want to continue? [Y/n] 
Get:1 http://us.archive.ubuntu.com/ubuntu xenial/universe amd64 stalonetray 
amd64 0.8.1-1 [70.7 kB]
Fetched 70.7 kB in 0s (208 kB/s) 
(Reading database ... 248305 files and directories currently installed.)
Removing linux-headers-4.4.0-78-generic (4.4.0-78.99) ...
Removing linux-headers-4.4.0-78 (4.4.0-78.99) ...
Removing linux-image-extra-4.4.0-78-generic (4.4.0-78.99) ...
run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 4.4.0-78-generic 
/boot/vmlinuz-4.4.0-78-generic
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 4.4.0-78-generic 
/boot/vmlinuz-4.4.0-78-generic
update-initramfs: Generating /boot/initrd.img-4.4.0-78-generic
run-parts: executing /etc/kernel/postinst.d/pm-utils 4.4.0-78-generic 
/boot/vmlinuz-4.4.0-78-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 4.4.0-78-generic 
/boot/vmlinuz-4.4.0-78-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 4.4.0-78-generic 
/boot/vmlinuz-4.4.0-78-generic
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-4.4.0-87-generic
Found initrd image: /boot/initrd.img-4.4.0-87-generic
Found linux image: /boot/vmlinuz-4.4.0-79-generic
Found initrd image: /boot/initrd.img-4.4.0-79-generic
Found linux image: /boot/vmlinuz-4.4.0-78-generic
Found initrd image: /boot/initrd.img-4.4.0-78-generic
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
done
Purging configuration files for linux-image-extra-4.4.0-78-generic 
(4.4.0-78.99) ...
Removing linux-image-4.4.0-78-generic (4.4.0-78.99) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 4.4.0-78-generic 
/boot/vmlinuz-4.4.0-78-generic
update-initramfs: Deleting /boot/initrd.img-4.4.0-78-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 4.4.0-78-generic 
/boot/vmlinuz-4.4.0-78-generic
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-4.4.0-87-generic
Found initrd image: /boot/initrd.img-4.4.0-87-generic
Found linux image: /boot/vmlinuz-4.4.0-79-generic
Found initrd image: /boot/initrd.img-4.4.0-79-generic
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
done
Purging configuration files for linux-image-4.4.0-78-generic (4.4.0-78.99) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 4.4.0-78-generic 
/boot/vmlinuz-4.4.0-78-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 4.4.0-78-generic 
/boot/vmlinuz-4.4.0-78-generic
Selecting previously unselected package stalonetray.
(Reading database ... 215994 files and directories currently installed.)
Preparing to unpack .../stalonetray_0.8.1-1_amd64.deb ...
Unpacking stalonetray (0.8.1-1) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up stalonetray (0.8.1-1) ...
  #

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: grub-pc 2.02~beta2-36ubuntu3.12
ProcVersionSignature: Ubuntu 4.4.0-87.110-generic 4.4.73
Uname: Linux 4.4.0-87-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
CurrentDesktop: LXDE
Date: Mon Aug  7 09:21:51 2017
InstallationDate: Installed on 2016-10-15 (295 days ago)
InstallationMedia: Lubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160720)
SourcePackage: grub2
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub2 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1709098

Title:
  repetitive calling of zz-update-grub

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1709098/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1708892] [NEW] some youtube videos won't play

2017-08-05 Thread gregrwm
Public bug reported:

eg:
vlc http://youtu.be/QEllLECo4OM
plays fine but

vlc http://youtu.be/MPjy55Y6hWU
won't play.  a window pops up containing:
Your input can't be opened:
VLC is unable to open the MRL 
'https://r5---sn-vgqsknel.googlevideo.com/videoplayback?ip=75.168.184.60=yt6=sn-vgqsknel=31=au=youtube=dur%2Cei%2Cid%2Cinitcwndbps%2Cip%2Cipbits%2Citag%2Clmt%2Cmime%2Cmm%2Cmn%2Cms%2Cmv%2Cpl%2Cratebypass%2Crequiressl%2Csource%2Cexpire=m=537500=o-ADtOYbh8LYFDIs6YenyNGa6d66D-_SxxxN3KZguXnS90=video%2Fmp4=13=616GWY-OHof4D8XIrUA=yes=22=yes=1472347251376504=0=1501978177=150147=3824.187=D38B80F3976ACDCDF180A0691D7678711FF551366.6E63E5904EE5995F0594AD526551CC16336B1D010E01'.
 Check the log for details.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: vlc 2.2.2-5ubuntu0.16.04.3
ProcVersionSignature: Ubuntu 4.4.0-87.110-generic 4.4.73
Uname: Linux 4.4.0-87-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
Date: Sat Aug  5 19:11:56 2017
InstallationDate: Installed on 2016-10-15 (294 days ago)
InstallationMedia: Lubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160720)
SourcePackage: vlc
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: vlc (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1708892

Title:
  some youtube videos won't play

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1708892/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1681570] Re: vlc sometimes aborts before finishing youtube streams

2017-07-24 Thread gregrwm
** Changed in: vlc (Ubuntu)
   Status: Incomplete => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1681570

Title:
  vlc sometimes aborts before finishing youtube streams

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1681570/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1681570] Re: vlc sometimes aborts before finishing youtube streams

2017-07-24 Thread gregrwm
it doesn't "crash".  play aborts, behaving as if the video played to the
end.  if a backtrace would be useful at that point, please drop a
pointer how to trigger it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1681570

Title:
  vlc sometimes aborts before finishing youtube streams

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1681570/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1681570] [NEW] vlc sometimes aborts before finishing youtube streams

2017-04-10 Thread gregrwm
Public bug reported:

this has happened to me a number of times, interestingly vlc gets near
to the end of a youtube video, but not finished, then sometimes aborts
looking like it finished.  for example i just invoked

vlc --disable-screensaver 'http://youtu.be/wKTXJUYiAT4?fmt=43'

and it aborted at about 4:10 out of 5:07.  i pressed play, positioned it
to about 4:00, and it aborted again at about 4:58.  i pressed play
again, positioned it to about 4:30, and then it did get to the end.
then i invoked

vlc http://youtu.be/wKTXJUYiAT4

and it played all the way through.  then i played the former again, and
it aborted at about 4:58.  then i played the latter again, and it played
all the way through.  so is it related to the variation in the
parameters, or is it just plain spurious?

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: vlc 2.2.2-5ubuntu0.16.04.1
ProcVersionSignature: Ubuntu 4.4.0-71.92-generic 4.4.49
Uname: Linux 4.4.0-71-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.5
Architecture: amd64
Date: Mon Apr 10 11:55:14 2017
InstallationDate: Installed on 2016-10-15 (176 days ago)
InstallationMedia: Lubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160720)
ProcEnviron:
 LC_TIME=en_DK.utf8
 TERM=screen
 PATH=(custom, no user)
 SHELL=/bin/bash
SourcePackage: vlc
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: vlc (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1681570

Title:
  vlc sometimes aborts before finishing youtube streams

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1681570/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1652697] Re: mplayer spuriously skips ahead

2016-12-26 Thread gregrwm
mplayer http://tres.kfai.org:8000
mplayer -af channels=2 -framedrop -msgcolor -cache 499 http://tres.kfai.org:8000

at times when the problem does not manifest, either command above works
fine.  at times when the problem is manifesting, the command which
specifies a larger cache somewhat increases the time before the
percentage reaches zero, but it still happens within a minute or so.

if the problem is missing packets, i would say mplayer lacks the ability
to recover sensibly, and would perhaps do better to act as if it were
re-invoked and re-fill it's buffer, rather than hobbling along scraping
the bottom of the buffer and rendering a couple seconds of sound and a
couple seconds of gap over and over until i kill it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1652697

Title:
  mplayer spuriously skips ahead

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mplayer/+bug/1652697/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1652697] [NEW] mplayer spuriously skips ahead

2016-12-26 Thread gregrwm
Public bug reported:

mplayer spuriously skips ahead while listening to network stream.

the skips i have observed are small skips, a portion of a word will be
missing, or the music will skip ahead by half a beat.  many of the skips
escape the notice of my ears.  if i carefully watch the mplayer timer
last figure, the percentage (of the buffer that's filled?), usually it
bounces around only by 3 or 4% at most, but occasionally it drops by 5
or 10% and does not recover, bouncing around the new lower value for an
unpredictable period of time, then drops again.  after this happens a
number of times, the percentage reaches 0%, it prints "Cache empty,
consider increasing -cache and/or -cache-min. [performance issue]", the
sound drops for a second or two, and resumes, with the percentage
recovered only a small amount, such that it very quickly hits zero
again, and keeps printing the message repeatedly each accompanied by a 1
or 2 second gap in sound.  if i stop mplayer and restart it, the
percentage is higher for awhile, until it eventually drops to zero
again, where as before it prints the message repeatedly each accompanied
by a 1 or 2 second gap in the sound.  i do not know the circumstances
that cause this.  i can listen for hours without it happening sometimes,
while other times even though i repeatedly exit and restart mplayer it
quickly happens again.  so it's tempting to guess it may be related to
network traffic.  even if that's true, the bug would then be lack of
ability to recover sensibly on the fly.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: mplayer 2:1.2.1-1ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-47.68-generic 4.4.24
Uname: Linux 4.4.0-47-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
Date: Mon Dec 26 18:36:06 2016
InstallationDate: Installed on 2016-10-15 (72 days ago)
InstallationMedia: Lubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160720)
SourcePackage: mplayer
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: mplayer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1652697

Title:
  mplayer spuriously skips ahead

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mplayer/+bug/1652697/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1645485] [NEW] very old display driver bug?

2016-11-28 Thread gregrwm
Public bug reported:

the most bothersome, most notable, and most curious symptom of this bug
is the absolute degree to which the display locks up.  xclock's seconds
are no longer changing, the mouse cursor won't move, and even ctl-alt-F1
does nothing.

meanwhile mplayer, playing in a hidden tmux window, is still playing
merrily along.

i logged in via sshd and copied this from htop:
0  [|100.0%] Tasks: 68; 3 running
1  [|| 1.3%] Load average: 1.00 0.91 
0.53
Mem[|973M/1.91G] Time: 14:26:17
Swp[   0K/1.86G]
  PID START USER   VIRT   RES  NI CPU%   TIME+  S Command
 1714 12:50 g 1713M  789M   0  0.0  6:37.92 S /usr/lib/firefox/firefox
 2368 14:07 g  661M 57252   0  0.0  0:03.33 S /usr/bin/python3 
/usr/bin/blueman-manager
  794 12:49 root   269M 54988   0 99.3 10:12.88 R /usr/lib/xorg/Xorg -core 
:0 -seat seat0 -auth /var/
 2385 14:07 g  583M 53524   0  0.0  0:00.39 S /usr/bin/python3 
/usr/bin/blueman-applet
 2397 14:07 g  555M 42968   0  0.0  0:10.68 S pavucontrol
 1926 12:57 g  282M 37752   0  0.7  0:02.46 S 
/usr/lib/firefox/plugin-container /opt/google/talkp
 1933 12:57 g  512M 36404   0  0.0  0:02.96 S 
/opt/google/talkplugin/GoogleTalkPlugin
 2403 14:07 g  823M 30352   0  0.0  0:03.52 S mplayer -ao pulse -af 
channels=2 -framedrop -msgcol
F1Help  F2Setup F3SearchF4FilterF5Tree  F6SortByF7Nice -F8Nice +F9Kill  F10Quit

ps also attached, taken before killing xorg.

i've filed this under xorg merely because xorg is the one stuck eating
all the CPU.  i really suspect the display driver, and don't know how to
find or identify that.

i much more commonly saw these very same symptoms when i used to run
xscreensaver.  i stopped running xscreensaver just to stop beating my
head against that wall.  but many years and many releases later, it
looks like this display driver bug is still lurking around.

there was hardly anything running when this froze.  i already mentioned
mplayer (sound only) and tmux, twm's the window manager, firefox was
running but iconized and idle tho running gmail and the googletalk
plugin, not that i suspect any of them in any way.  xterm was occupying
most of the screen, showing tmux, and idle.  the ones i'd more suspect
would be xclock & pavucontrol.  pavucontrol was hidden but busily
showing it's audio level bar, xclock was visible and displaying the time
of day including seconds, so the most likely one to have tripped a
display driver bug.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-47.68-generic 4.4.24
Uname: Linux 4.4.0-47-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
Date: Mon Nov 28 14:36:38 2016
InstallationDate: Installed on 2016-10-15 (43 days ago)
InstallationMedia: Lubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160720)
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: xorg (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

** Attachment added: "ps taken before xorg killed"
   https://bugs.launchpad.net/bugs/1645485/+attachment/4784403/+files/ps

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1645485

Title:
  very old display driver bug?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1645485/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1539400] Re: resize hfs+ fails (current xenial mini.iso)

2016-02-16 Thread gregrwm
downloaded xenial-alternate-powerpc.iso on 2016-02-16 at 9:34 CST,
burned to dvd, booted from dvd, requested hfs+ resize from 30gb to 21gb,
resize spent ~2 hours, then got stuck "Starting up the
partitioner...52%", in other words just the same as OP

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1539400

Title:
  resize hfs+ fails (current xenial mini.iso)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1539400/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1539400] [NEW] resize hfs+ fails (current xenial mini.iso)

2016-01-28 Thread gregrwm
Public bug reported:

i downloaded current xenial mini.iso midday today (jan28) onto a
powerbook g4, booted via yaboot, selected manual partitioning, requested
shrinking the main hfs+ partition from 30gb to 19gb, it took about 9
hours, then got stuck starting up the partitioner with the progress bar
at 50%, stayed thus about 2 hours, whereupon i rebooted, selected manual
partitioning, and saw the main hfs+ partition apparently unchanged,
still 30gb in size.  then booted macos, noticed that startup took far
longer than usual, i presume due to running filesystem check.  macos
concurs main volume size unchanged (27.94gb according to macos).
subsequent macos startups now quicker than the prior norm, i presume the
end result was no resize but a consolation prize of a defrag.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: debian-installer (not installed)
ProcVersionSignature: Ubuntu 3.19.0-20.20-lowlatency 3.19.8
Uname: Linux 3.19.0-20-lowlatency i686
ApportVersion: 2.17.2-0ubuntu1.1
Architecture: i386
Date: Thu Jan 28 22:53:41 2016
InstallationDate: Installed on 2015-03-30 (304 days ago)
InstallationMedia: Ubuntu-Studio 15.04 "Vivid Vervet" - Beta i386 (20150326)
MemoryUsage:
 total   used   free sharedbuffers cached
 Mem:   20622161838868 223348  14144 198688 644744
 -/+ buffers/cache: 9954361066780
 Swap:  2969712   63042963408
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz ro 
root=UUID=960c92bd-69d3-415f-93b6-2242187e3557 panic=30
SourcePackage: debian-installer
UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/09/2008
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: 6.00 PG
dmi.board.name: K8M800-8237
dmi.chassis.type: 3
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd01/09/2008:svn:pn:pvr:rvn:rnK8M800-8237:rvr:cvn:ct3:cvr:

** Affects: debian-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 vivid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1539400

Title:
  resize hfs+ fails (current xenial mini.iso)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1539400/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1431960] Re: "motion" leaves unerased trails

2015-12-31 Thread gregrwm
iirc the install was a gnome devel iso, my best guess was it was a
"settings" issue residual from the gnome install, not a "software or
hardware" issue, i'm guessing it installed some rogue setting value such
that the root window would never be exposed/refreshed, however i no
longer use that install so have no further information.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1431960

Title:
  "motion" leaves unerased trails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/meta-gnome3/+bug/1431960/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1523039] [NEW] lose position after pause

2015-12-04 Thread gregrwm
Public bug reported:

after pausing vlc for several minutes, and then continuing play, a few
seconds of (probably buffered) play are shown and then play aborts (or
sometimes hangs eating 100%CPU), probably because the network stream has
timed out.

and when play aborts, the playpoint is lost, so not only do we have to
restart play, we have to go searching for where we were.

a workaround is, before unpause, move the playpoint a significant
distance, and move it back.  this presumably reopens the network stream.

the major limitation of this workaround is, you have to remember to do
it.  more likely you just unpause, and then poof, the play position is
lost.

i would think vlc could notice when it hits a prematurely closed network
stream, and reopen it just as seamlessly as happens by moving the
playpoint in the above workaround.

also, if the reopen also fails, don't discard the play position, rather,
leave the playpoint showing how much was played (and how much wasn't).

actually, frankly, even upon a normal completion, if another playlist
item isn't beginning immediately, i would prefer to still see the
playpoint at the end of the stream, still showing how much was played
(and able to still be slid back).

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: vlc 2.2.0-1
ProcVersionSignature: Ubuntu 3.19.0-20.20-lowlatency 3.19.8
Uname: Linux 3.19.0-20-lowlatency i686
ApportVersion: 2.17.2-0ubuntu1.1
Architecture: i386
Date: Fri Dec  4 20:54:02 2015
InstallationDate: Installed on 2015-03-30 (249 days ago)
InstallationMedia: Ubuntu-Studio 15.04 "Vivid Vervet" - Beta i386 (20150326)
SourcePackage: vlc
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: vlc (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 vivid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1523039

Title:
  lose position after pause

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1523039/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1466147] Re: rename.ul regressed

2015-06-18 Thread gregrwm
when it fails to rename as in the original example it is silent and
returns code 4.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1466147

Title:
  rename.ul regressed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/1466147/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1466147] Re: rename.ul regressed

2015-06-17 Thread gregrwm
in words, rename.ul apparently no longer works unless you cd to the
containing directory and omit the dirname portion from the arguments

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1466147

Title:
  rename.ul regressed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/1466147/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1466147] [NEW] rename.ul regressed

2015-06-17 Thread gregrwm
Public bug reported:

vivid:
  $  rename.ul -V
rename.ul from util-linux 2.25.2
  $  touch a0 b0
  $  rename.ul -v 0 1 a0
`a0' - `a1'
  $  rename.ul -v ./b0 ./b1 ./b0
`./b0' - `./b1'
wily:
  $  rename.ul -V
rename.ul from util-linux 2.26.2
  $  touch a0 b0
  $  rename.ul -v 0 1 a0
`a0' - `a1'
  $  rename.ul -v ./b0 ./b1 ./b0
(nothing happens)

i interpret that as a regression.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: util-linux 2.26.2-3ubuntu1
ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
Uname: Linux 3.19.0-20-generic i686
ApportVersion: 2.17.3-0ubuntu4
Architecture: i386
CurrentDesktop: LXDE
Date: Wed Jun 17 10:13:57 2015
InstallationDate: Installed on 2015-06-16 (0 days ago)
InstallationMedia: Lubuntu 15.10 Wily Werewolf - Alpha i386 (20150615)
SourcePackage: util-linux
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: util-linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 wily

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1466147

Title:
  rename.ul regressed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/1466147/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1460362] [NEW] a week ago last thu wrong

2015-05-30 Thread gregrwm
Public bug reported:

$ cal
  May 2015
Su Mo Tu We Th Fr Sa
1  2
 3  4  5  6  7  8  9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31
$ date +%F %a -dtoday
2015-05-30 Sat
$ date +%F %a -dyesterday
2015-05-29 Fri
$ date +%F %a -dlast thu
2015-05-28 Thu
$ date +%F %a -d7 days ago
2015-05-23 Sat
$ date +%F %a -da week ago
2015-05-23 Sat
$ date +%F %a -d7 days ago yesterday
2015-05-22 Fri
$ date +%F %a -da week ago yesterday
2015-05-22 Fri
$ date +%F %a -d7 days ago last thu
2015-05-21 Thu
$ date +%F %a -da week ago last thu
2015-05-20 Wed

shouldn't 7 days ago last thu and a week ago last thu be the same?

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: coreutils 8.23-3ubuntu1
ProcVersionSignature: Ubuntu 3.19.0-10.10-generic 3.19.2
Uname: Linux 3.19.0-10-generic i686
ApportVersion: 2.16.2-0ubuntu4
Architecture: i386
Date: Sat May 30 21:50:10 2015
InstallationDate: Installed on 2015-01-14 (136 days ago)
InstallationMedia: Lubuntu 14.10 Utopic Unicorn - Release i386 (20141022.1)
SourcePackage: coreutils
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: coreutils (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 vivid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1460362

Title:
  a week ago last thu wrong

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/coreutils/+bug/1460362/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1460006] Re: e1000e not initialized ~30% of bootups

2015-05-29 Thread gregrwm
i was expecting launchpad to allow me to choose to file this bug against
the linux-image package.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1460006

Title:
  e1000e not initialized ~30% of bootups

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1460006] [NEW] e1000e not initialized ~30% of bootups

2015-05-29 Thread gregrwm
Public bug reported:

if i watch the nic LEDs while booting they go dark several times, which
i presume to correlate with hardware resets.  after each reset, the LEDs
stay out for several seconds, longer than most nics.  after the final
reset the LEDs don't come back on until after the system comes ready for
login.  the network is functional on approximately 70% of bootups, but
is not functional on approximately 30% of bootups.  from these
observations i'm guessing some stage of initialization of the e1000e
driver is sometimes missed or perhaps not waiting long enough before
giving up.  is it effective to file such a bug here or ought i be
interacting with kernel.org?

/etc/udev/rules.d/70-persistent-net.rules contains:
 # PCI device 0x8086:0x10bd (e1000e)
 SUBSYSTEM==net, ACTION==add, DRIVERS==?*, 
ATTR{address}==00:21:70:32:6a:ee, ATTR{dev_id}==0x0, ATTR{type}==1, 
KERNEL==eth*, NAME=eth0

/etc/network/interfaces contains:
 auto  lo
 iface lo inet loopback
 
 auto  eth0
 iface eth0 inet static
netmask 255.255.255.0
address 192.168.0.93
gateway 192.168.0.91
dns-nameserver 8.8.8.8

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1460006

Title:
  e1000e not initialized ~30% of bootups

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1432023] Re: spurious checking of ALL filesystems

2015-05-29 Thread gregrwm
*** This bug is a duplicate of bug 1438824 ***
https://bugs.launchpad.net/bugs/1438824

** This bug has been marked a duplicate of bug 1438824
   ALL FSCKs triggered for no apparent reason

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1432023

Title:
  spurious checking of ALL filesystems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/1432023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1438824] Re: ALL FSCKs triggered for no apparent reason

2015-05-29 Thread gregrwm
perhaps the trigger is when the system boots up with a system time which
preceeds the prior bootup.  this sort of thing happens because of
bug#1335522.  and that would explain why it happened this time.

imho such time discrepancy should not trigger full lengthy filesystem
checks.

i think this should probably be reassigned to fsck.ext2

the attachments were created thusly (the first per request in comment#7):
journalctl -b  /tmp/journal.txt
grip contigu|ux.ver syslog/tmp/bootups.txt

grip is aliased to `zgrep -Ei --colour=always'

** Attachment added: journalctl -b  /tmp/journal.txt
   
https://bugs.launchpad.net/ubuntu/+source/e2fsprogs/+bug/1438824/+attachment/4406820/+files/journal.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1438824

Title:
  ALL FSCKs triggered for no apparent reason

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/e2fsprogs/+bug/1438824/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1438824] Re: ALL FSCKs triggered for no apparent reason

2015-05-29 Thread gregrwm
** Attachment added: grip contigu|ux.ver syslog/tmp/bootups.txt
   
https://bugs.launchpad.net/ubuntu/+source/e2fsprogs/+bug/1438824/+attachment/4406821/+files/bootups.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1438824

Title:
  ALL FSCKs triggered for no apparent reason

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/e2fsprogs/+bug/1438824/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1460006] Re: e1000e not initialized ~30% of bootups

2015-05-29 Thread gregrwm
** Package changed: ubuntu = linux-meta (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1460006

Title:
  e1000e not initialized ~30% of bootups

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1460006/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1413785] Re: vlc spuriously jumps ahead to next item in playlist

2015-05-04 Thread gregrwm
ok perhaps you're right, perhaps the short video confused me, sorry to
bother, many thanks for vlc

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1413785

Title:
  vlc spuriously jumps ahead to next item in playlist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1413785/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1442993] Re: ctrl not passed to vnc

2015-04-11 Thread gregrwm
gnome-session 3.14.0-2ubuntu4

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1442993

Title:
  ctrl not passed to vnc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/meta-gnome3/+bug/1442993/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1442993] [NEW] ctrl not passed to vnc

2015-04-11 Thread gregrwm
Public bug reported:

login with gnome, invoke ssh with forwarded port, vnc already running on
remote, invoke vncviewer using forwarded port, control characters typed
locally appear as non-control characters in vnc.  login with twm,
everything else the same, works fine.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: gnome (not installed)
ProcVersionSignature: Ubuntu 3.19.0-10.10-generic 3.19.2
Uname: Linux 3.19.0-10-generic i686
ApportVersion: 2.17-0ubuntu1
Architecture: i386
Date: Sat Apr 11 20:16:42 2015
SourcePackage: meta-gnome3
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: meta-gnome3 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 vivid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1442993

Title:
  ctrl not passed to vnc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/meta-gnome3/+bug/1442993/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1438824] Re: ALL FSCKs triggered for no apparent reason

2015-04-09 Thread gregrwm
ok, waiting for it to happen again.  when i was ready to shutdown both
my vivid boxes last night i just flipped off their powerstrip switches
without logout nor shutdown.  this morning, no FSCKs.  whatever triggers
them, that's not it.

maybe time discrepancy, if the last OS running had the wrong time?
there are open bugs re booting up with the wrong time, eg Bug #1335522

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1438824

Title:
  ALL FSCKs triggered for no apparent reason

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1438824/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1432030] Re: improper simultaneity of fscks

2015-04-09 Thread gregrwm
quite unlike mountall, systemd does a good job of scheduling exactly as
many simultaneous FSCKs as i have spindles.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1432030

Title:
  improper simultaneity of fscks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/1432030/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1438824] Re: ALL FSCKs triggered for no apparent reason

2015-04-03 Thread gregrwm
all spindles here are MBR.  before systemd this was handled by mountall.
if not systemd, what package handles this now?  you've labeled this
incomplete, what is needed?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1438824

Title:
  ALL FSCKs triggered for no apparent reason

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1438824/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1438824] Re: ALL FSCKs triggered for no apparent reason

2015-04-03 Thread gregrwm
several times in a row is ambiguous, sorry, to be more clear, all
filesystems are checked once through per bootup.  Or, sometimes, the
bootup is normal (ie does not check all filesystems).  whatever triggers
it, checking all filesystems seems to happen several bootups in a row,
then i'll enjoy several bootups in a row without all the checking.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1438824

Title:
  ALL FSCKs triggered for no apparent reason

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1438824/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1438824] [NEW] ALL FSCKs triggered for no apparent reason

2015-03-31 Thread gregrwm
Public bug reported:

this bug has been around since early in vivid devel cycle, both before
and after making systemd the default.

i AM GRATEFUL that systemd DOES know how to properly parallelize all the
fsck processes, activating only one per spindle at all times.

still, i see no apparent reason that very frequently (tho not always)
fsck is scheduled for ALL filesystems, when the preceeding event was a
proper shutdown/reboot.  i may reboot several times in a day (switching
between different vivid installs) and often ALL filesystems are checked
several times in a row.

the current bootup is one such.  several fsck processes still continue
as i write this.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: systemd 219-5ubuntu1
ProcVersionSignature: Ubuntu 3.19.0-10.10-lowlatency 3.19.2
Uname: Linux 3.19.0-10-lowlatency i686
ApportVersion: 2.16.2-0ubuntu5
Architecture: i386
CurrentDesktop: XFCE
Date: Tue Mar 31 12:35:50 2015
InstallationDate: Installed on 2015-03-30 (0 days ago)
InstallationMedia: Ubuntu-Studio 15.04 Vivid Vervet - Beta i386 (20150326)
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz ro 
root=UUID=960c92bd-69d3-415f-93b6-2242187e3557 panic=30
SourcePackage: systemd
UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/09/2008
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: 6.00 PG
dmi.board.name: K8M800-8237
dmi.chassis.type: 3
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd01/09/2008:svn:pn:pvr:rvn:rnK8M800-8237:rvr:cvn:ct3:cvr:

** Affects: systemd (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 vivid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1438824

Title:
  ALL FSCKs triggered for no apparent reason

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1438824/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1438328] Re: /target full, ok, but installer crashed

2015-03-30 Thread gregrwm
in case it's relevant, among the things i deleted were all the /etc and
/usr et al just created by the installer

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1438328

Title:
  /target full, ok, but installer crashed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1438328/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1438328] [NEW] /target full, ok, but installer crashed

2015-03-30 Thread gregrwm
Public bug reported:

trying to install into an existing filesystem, contains data but no /etc
or /usr et al, but apparently not quite enough space.  ok, so i opened a
terminal, found some things to delete, made sure not to leave the
terminal inside /target but did leave the terminal open, then dismissed
the dialog advising me to run the installer again.  then the installer
crashed.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: ubiquity 2.21.17
ProcVersionSignature: Ubuntu 3.19.0-10.10-lowlatency 3.19.2
Uname: Linux 3.19.0-10-lowlatency i686
ApportVersion: 2.16.2-0ubuntu4
Architecture: i386
CasperVersion: 1.356
Date: Mon Mar 30 12:38:30 2015
InstallCmdLine: BOOT_IMAGE=(loop)/casper/vmlinuz 
iso-scan/filename=/boot/ubuntustudio-15.04-beta2-dvd-i386.iso boot=casper 
panic=30 --
LiveMediaBuild: Ubuntu-Studio 15.04 Vivid Vervet - Beta i386 (20150326)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ubiquity (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 ubiquity-2.21.17 vivid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1438328

Title:
  /target full, ok, but installer crashed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1438328/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1438328] Re: /target full, ok, but installer crashed

2015-03-30 Thread gregrwm
sorry, to be clear, not /etc and /usr exactly, rather i deleted inside
/target:  etc, usr, var, bin, et al

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1438328

Title:
  /target full, ok, but installer crashed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1438328/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1431960] Re: motion leaves unerased trails

2015-03-25 Thread gregrwm
when i login with twm, i get the same thing.  windows and icons and
menus are fine, but the root window is never erased/exposed/refreshed.

iirc install was from 2015-01-20 12:04:43 ubuntu/vivid-desktop-i386.iso,
all packages are updated, problem remains, twm or gnome.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1431960

Title:
  motion leaves unerased trails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/meta-gnome3/+bug/1431960/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1435899] [NEW] mkfifo /var/run/screen/S-user/xxxx.pts-yy.hostname failed

2015-03-24 Thread gregrwm
Public bug reported:

if /run/screen/S-user exists, kill -chld recreates the fifo.

if /run/screen/S-user does not exist, kill -chld kills screen.  this is
not very robust.

if screen can't be bothered to recreate the directory, it could at least
have the courtesy to refrain from destroying itself.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: screen 4.2.1-3
ProcVersionSignature: Ubuntu 3.19.0-9.9-generic 3.19.1
Uname: Linux 3.19.0-9-generic i686
ApportVersion: 2.16.2-0ubuntu4
Architecture: i386
Date: Tue Mar 24 09:21:13 2015
InstallationDate: Installed on 2015-01-14 (68 days ago)
InstallationMedia: Lubuntu 14.10 Utopic Unicorn - Release i386 (20141022.1)
SourcePackage: screen
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: screen (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 vivid

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to screen in Ubuntu.
https://bugs.launchpad.net/bugs/1435899

Title:
  mkfifo /var/run/screen/S-user/.pts-yy.hostname failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/screen/+bug/1435899/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1435899] [NEW] mkfifo /var/run/screen/S-user/xxxx.pts-yy.hostname failed

2015-03-24 Thread gregrwm
Public bug reported:

if /run/screen/S-user exists, kill -chld recreates the fifo.

if /run/screen/S-user does not exist, kill -chld kills screen.  this is
not very robust.

if screen can't be bothered to recreate the directory, it could at least
have the courtesy to refrain from destroying itself.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: screen 4.2.1-3
ProcVersionSignature: Ubuntu 3.19.0-9.9-generic 3.19.1
Uname: Linux 3.19.0-9-generic i686
ApportVersion: 2.16.2-0ubuntu4
Architecture: i386
Date: Tue Mar 24 09:21:13 2015
InstallationDate: Installed on 2015-01-14 (68 days ago)
InstallationMedia: Lubuntu 14.10 Utopic Unicorn - Release i386 (20141022.1)
SourcePackage: screen
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: screen (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 vivid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1435899

Title:
  mkfifo /var/run/screen/S-user/.pts-yy.hostname failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/screen/+bug/1435899/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1431960] Re: motion leaves unerased trails

2015-03-13 Thread gregrwm
unerased of course means the areas underneath were not
restored/refreshed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1431960

Title:
  motion leaves unerased trails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/meta-gnome3/+bug/1431960/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1432030] [NEW] improper simultaneity of fscks

2015-03-13 Thread gregrwm
Public bug reported:

all fscks are scheduled and run simultaneously.  for those on different
spindles, that would be great.  for those sharing a spindle, this is
terribly inefficient.  checking all filesystems on this box
simultaneously spends nearly a half hour.  when sorted out so that
simultaneity is only across different spindles, it's done within a few
minutes.  that's the way it used to be, and still is on other distros.

i can certainly imagine mountall might be intending to have an algorithm
that sorts simultaneity by spindles.  if it intends it, it doesn't work.

even if such an algorithm usually worked well, fstab should still be
interpreted such that if the fsck column specifies values greater than
2, then the simultaneity specified in fstab should be followed.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: mountall 2.54ubuntu1
ProcVersionSignature: Ubuntu 3.18.0-13.14-generic 3.18.5
Uname: Linux 3.18.0-13-generic i686
ApportVersion: 2.16.1-0ubuntu2
Architecture: i386
Date: Fri Mar 13 14:54:37 2015
InstallationDate: Installed on 2015-01-16 (56 days ago)
InstallationMedia: Lubuntu 15.04 Vivid Vervet - Alpha i386 (20150114)
ProcKernelCmdline: BOOT_IMAGE=/vmlinuz ro 
root=UUID=5116dd42-c618-49a4-885e-84c697b53abd panic=30
SourcePackage: mountall
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: mountall (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 vivid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1432030

Title:
  improper simultaneity of fscks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/1432030/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1432023] [NEW] spurious checking of ALL filesystems

2015-03-13 Thread gregrwm
Public bug reported:

on bootup sometimes ALL filesystems are checked.  this happens even when
the prior action was an apparently successful shutdown.  and this
happens sometimes several times in a row, so clearly has nothing to do
with mount counts.  but, it doesn't always happen.

i have 2 vivid installs in separate partitions.  today i was booting
back and forth between them.  one of them checked ALL filesystems each
time, and the other didn't.  i even emergency rebooted(^-ALT-PrSc-b)
during the simultaneous checking of several filesystems and booted into
the partition that wasn't (today) doing the spurious checking, and it
still didn't.  returning to this one, it did again.  i'm filing this bug
from this bootup (that once again just did the checking of ALL
filesystems).

note that this bug decidedly exacerbates the reach and effect of another
mountall bug, improper simultaneity of fscks, such that these bootups
spend nearly a half hour doing fscks, which, if simultaneity were
actually sorted out according to different spindles, would be complete
within a couple minutes at most.  this is not conjecture, other distros
do it properly, by still allowing me to specify the parallelism in
fstab.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: mountall 2.54ubuntu1
ProcVersionSignature: Ubuntu 3.18.0-13.14-generic 3.18.5
Uname: Linux 3.18.0-13-generic i686
ApportVersion: 2.16.1-0ubuntu2
Architecture: i386
Date: Fri Mar 13 14:22:20 2015
InstallationDate: Installed on 2015-01-16 (56 days ago)
InstallationMedia: Lubuntu 15.04 Vivid Vervet - Alpha i386 (20150114)
ProcKernelCmdline: BOOT_IMAGE=/vmlinuz ro 
root=UUID=5116dd42-c618-49a4-885e-84c697b53abd panic=30
SourcePackage: mountall
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: mountall (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 vivid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1432023

Title:
  spurious checking of ALL filesystems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/1432023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1431592] Re: installer first says swap won't be formatted, then says it will

2015-03-13 Thread gregrwm
the install complete and booted, i now see that swap was not formatted,
consistent with as was presented in the partitioning summary.  so the
problem here is the misinforming dialog.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1431592

Title:
  installer first says swap won't be formatted, then says it will

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1431592/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1431960] [NEW] motion leaves unerased trails

2015-03-13 Thread gregrwm
Public bug reported:

when there's motion, eg zooming or scrolling, the trail of
intermediate images remain displayed, with a very confusing and amusing
all mixed up result

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: gnome (not installed)
ProcVersionSignature: Ubuntu 3.18.0-9.10-generic 3.18.2
Uname: Linux 3.18.0-9-generic i686
ApportVersion: 2.15.1-0ubuntu2
Architecture: i386
CurrentDesktop: GNOME
Date: Fri Mar 13 11:26:16 2015
InstallationDate: Installed on 2015-03-12 (0 days ago)
InstallationMedia: Ubuntu-GNOME 15.04 Vivid Vervet - Alpha i386 (20150120.1)
SourcePackage: meta-gnome3
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: meta-gnome3 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 vivid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1431960

Title:
  motion leaves unerased trails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/meta-gnome3/+bug/1431960/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


<    1   2   3   4   5   >