[Bug 1320217] Re: installing wine requires uninstall of Nvidia driver component

2014-08-24 Thread Tristan Schmelcher
** This bug is no longer a duplicate of bug 1247736
   [SRU] nvidia-opencl-icd-* should not conflicts/replaces on opencl-icd

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

Title:
  installing wine requires uninstall of Nvidia driver component

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wine1.6/+bug/1320217/+subscriptions

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


[Bug 1320217] Re: installing wine requires uninstall of Nvidia driver component

2014-08-24 Thread Tristan Schmelcher
The wine / nvidia-libopencl1-331-updates co-installability problem is
due to more than just bug 1313123 and the fix to bug 1313123 has not
fixed this issue:

user@hostname:~$ apt-cache policy nvidia-libopencl1-331-updates
nvidia-libopencl1-331-updates:
  Installed: 331.38-0ubuntu7.1
  Candidate: 331.38-0ubuntu7.1
  Version table:
 *** 331.38-0ubuntu7.1 0
500 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/restricted 
amd64 Packages
100 /var/lib/dpkg/status
 331.38-0ubuntu7 0
500 http://us.archive.ubuntu.com/ubuntu/ trusty/restricted amd64 
Packages
user@hostname:~$ sudo apt-get install wine
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following extra packages will be installed:
  ocl-icd-libopencl1 ocl-icd-libopencl1:i386 wine1.6 wine1.6-amd64
  wine1.6-i386:i386
Suggested packages:
  opencl-icd:i386 dosbox:any
The following packages will be REMOVED:
  nvidia-libopencl1-331-updates
The following NEW packages will be installed:
  ocl-icd-libopencl1 ocl-icd-libopencl1:i386 wine wine1.6 wine1.6-amd64
  wine1.6-i386:i386
0 upgraded, 6 newly installed, 1 to remove and 0 not upgraded.
Need to get 0 B/32.5 MB of archives.
After this operation, 245 MB of additional disk space will be used.
Do you want to continue? [Y/n] n
Abort.
user@hostname:~$

The cause is described in https://bugs.launchpad.net/ubuntu/+source/ocl-
icd/+bug/1247736/comments/33 :

The core of the conflict is nvidia drivers package includes only
libopenc1 but did not include libopencl-1.1-1 in its Provides while Wine
requires both libopencl1 and libopencl-1.1-1. Specifying last one like
that instead of just 1.1 seems wrong and besides is it really necessary
when you already specified libopencl1? I think wine should remove it
libopencl-1.1-1 from its depends and just keep libopencl1.

This is still the case:

user@hostname:~$ apt-cache show nvidia-libopencl1-331-updates
...
Replaces: libopencl1
Provides: libopencl1
...
Conflicts: libopencl1
...
user@hostname:~$ apt-cache show wine1.6-amd64
...
Depends: ..., libopencl-1.1-1, ..., ocl-icd-libopencl1 (= 1.0) | libopencl1, 
...
...
user@hostname:~$


Either wine must not depend on libopencl-1.1-1 or nvidia-libopencl1-331-updates 
must provide it.

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

Title:
  installing wine requires uninstall of Nvidia driver component

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wine1.6/+bug/1320217/+subscriptions

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


[Bug 1308378] Re: Name resolving not working after 12.04 LTS - 14.04 LTS if /etc/resolv.conf was absent

2014-08-24 Thread Tristan Schmelcher
I had a similar issue but not quite the same. I upgraded from Precise
(installed at the factory on a Dell Sputnik device) to Trusty. After
upgrade, DNS did not work. I did have the /etc/resolv.conf symlink, but
the content generated by resolvconf just listed 127.0.0.1 twice (the old
address). Following the suggestion at
http://askubuntu.com/a/462377/75121, I purged and reinstalled resolvconf
--which didn't immediately fix it--and then rebooted. After reboot, the
resolv.conf now lists the correct address of 127.0.1.1 followed by the
old address of 127.0.0.1, and DNS resolution works.

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

Title:
  Name resolving not working after 12.04 LTS - 14.04 LTS if
  /etc/resolv.conf was absent

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

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


[Bug 1320217] Re: installing wine requires uninstall of Nvidia driver component

2014-08-24 Thread Tristan Schmelcher
*** This bug is a duplicate of bug 1333008 ***
https://bugs.launchpad.net/bugs/1333008

Sounds good to me.

** This bug has been marked a duplicate of bug 1333008
   Trying to install Wine 1.6 or PlayOnLinux or Q4wine, window pops saying it 
must remove Nvidia 304.117 or nvidia-libopencl1-304.

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

Title:
  installing wine requires uninstall of Nvidia driver component

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wine1.6/+bug/1320217/+subscriptions

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


[Bug 1132736] Re: Xorg fails to start after installing the hardware enablement stack on precise due to missing symlink after purging old xserver-xorg

2014-08-08 Thread Tristan Schmelcher
I hit this after upgrading from the Raring HWE stack to the Trusty HWE
stack. Fixed by manually recreating the symlink. (Also ran sudo dpkg-
reconfigure -phigh xserver-xorg-lts-trusty after finding this bug, for
good measure.)

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

Title:
  Xorg fails to start after installing the hardware enablement stack on
  precise due to missing symlink after purging old xserver-xorg

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

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


[Bug 1351686] [NEW] virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6: virtualbox kernel module failed to build

2014-08-02 Thread Tristan Schmelcher
Public bug reported:

I was running Precise with the Raring HWE stack and I upgraded today to
the Trusty HWE stack and got this error. I guess something in the 3.13
kernel headers breaks the VirtualBox build.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6
ProcVersionSignature: Ubuntu 3.8.0-44.66~precise1-generic 3.8.13.25
Uname: Linux 3.8.0-44-generic x86_64
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: amd64
DKMSKernelVersion: 3.13.0-32-generic
Date: Sat Aug  2 16:11:48 2014
DistributionChannelDescriptor:
 # This is a distribution channel descriptor
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-somerville-precise-amd64-20120703-2
InstallationMedia: Ubuntu 12.04 Precise - Build amd64 LIVE Binary 
20120703-15:08
MarkForUpload: True
PackageArchitecture: all
PackageVersion: 4.1.12-dfsg-2ubuntu0.6
SourcePackage: virtualbox
Title: virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6: virtualbox kernel module failed 
to build
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package precise

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

Title:
  virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6: virtualbox kernel module
  failed to build

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

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


[Bug 1322925] Re: copy paste not working in Ubuntu 14.04 nautilus

2014-06-04 Thread Tristan Tarrant
Happens to me too

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

Title:
  copy paste not working in Ubuntu 14.04 nautilus

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

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


[Bug 1313311] [NEW] Broken libscrypt.so symlink

2014-04-27 Thread Tristan Seligmann
Public bug reported:

libscrypt.so is a broken symlink:

$ file /usr/lib/libscrypt.so
/usr/lib/libscrypt.so: broken symbolic link to 
`debian/tmp/usr/lib/libscrypt.so.0'

This was reported and fixed in Debian, but the fixed version is not yet
in Ubuntu.

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

** Affects: libscrypt (Debian)
 Importance: Unknown
 Status: Unknown

** Bug watch added: Debian Bug tracker #731174
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731174

** Also affects: libscrypt (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731174
   Importance: Unknown
   Status: Unknown

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

Title:
  Broken libscrypt.so symlink

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

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


[Bug 1299967] Re: sflphone do not start

2014-04-07 Thread Tristan Matthews
This was fixed upstream here:
https://projects.savoirfairelinux.com/projects/sflphone/repository/revisions/390d5826f2f0db8bf7634f773ca36fb622009a06

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

Title:
  sflphone do not start

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

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


[Bug 1300878] Re: panic while renaming file

2014-04-03 Thread Tristan Hill
Still getting it with 2:4.1.6+dfsg-1ubuntu1

[2014/04/03 14:40:15.203608,  0] 
../lib/dbwrap/dbwrap.c:193(dbwrap_check_lock_order)
  Lock order violation: Trying /var/run/samba/smbXsrv_open_global.tdb at 1 
while /var/run/samba/locking.tdb at 1 is locked
[2014/04/03 14:40:15.203964,  0] ../lib/dbwrap/dbwrap.c:133(debug_lock_order)
  lock order:  1:/var/run/samba/locking.tdb 2:none 3:none
[2014/04/03 14:40:15.204424,  0] ../source3/lib/util.c:785(smb_panic_s3)
  PANIC (pid 26515): invalid lock_order
[2014/04/03 14:40:15.207229,  0] ../source3/lib/util.c:896(log_stack_trace)
  BACKTRACE: 29 stack frames:
   #0 /usr/lib/x86_64-linux-gnu/libsmbconf.so.0(log_stack_trace+0x1a) 
[0x7f70713ecf3a]
   #1 /usr/lib/x86_64-linux-gnu/libsmbconf.so.0(smb_panic_s3+0x20) 
[0x7f70713ed010]
   #2 /usr/lib/x86_64-linux-gnu/libsamba-util.so.0(smb_panic+0x2f) 
[0x7f7072915c6f]
   #3 /usr/lib/x86_64-linux-gnu/samba/libdbwrap.so.0(+0x3255) [0x7f706deba255]
   #4 
/usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(smbXsrv_open_create+0x19a) 
[0x7f707253203a]
   #5 /usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(file_new+0x73) 
[0x7f70724965d3]
   #6 /usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(+0xf997d) 
[0x7f70724e997d]
   #7 
/usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(create_file_default+0x1ba) 
[0x7f70724eaa9a]
   #8 /usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(+0x1c586b) 
[0x7f70725b586b]
   #9 
/usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(smb_vfs_call_create_file+0xa5)
 [0x7f70724f1065]
   #10 /usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(open_file_fchmod+0x80) 
[0x7f70724e8d40]
   #11 
/usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(file_set_dosmode+0x2f9) 
[0x7f70724e0439]
   #12 
/usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(rename_internals_fsp+0xa0f) 
[0x7f70724c320f]
   #13 
/usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(smbd_do_setfilepathinfo+0x178c)
 [0x7f70724d8a5c]
   #14 
/usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(smbd_smb2_request_process_setinfo+0x46f)
 [0x7f707252b41f]
   #15 
/usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(smbd_smb2_request_dispatch+0x8d1)
 [0x7f7072517c21]
   #16 /usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(+0x128c4b) 
[0x7f7072518c4b]
   #17 /usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(+0x1298bc) 
[0x7f70725198bc]
   #18 /usr/lib/x86_64-linux-gnu/libsmbconf.so.0(run_events_poll+0x16c) 
[0x7f70714030ac]
   #19 /usr/lib/x86_64-linux-gnu/libsmbconf.so.0(+0x37300) [0x7f7071403300]
   #20 /usr/lib/x86_64-linux-gnu/libtevent.so.0(_tevent_loop_once+0x8d) 
[0x7f706fddb5ed]
   #21 /usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(smbd_process+0x9ca) 
[0x7f707250558a]
   #22 smbd(+0x9fa4) [0x7f7072f79fa4]
   #23 /usr/lib/x86_64-linux-gnu/libsmbconf.so.0(run_events_poll+0x16c) 
[0x7f70714030ac]
   #24 /usr/lib/x86_64-linux-gnu/libsmbconf.so.0(+0x37300) [0x7f7071403300]
   #25 /usr/lib/x86_64-linux-gnu/libtevent.so.0(_tevent_loop_once+0x8d) 
[0x7f706fddb5ed]
   #26 smbd(main+0x13eb) [0x7f7072f76b8b]
   #27 /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5) [0x7f706fa33ec5]
   #28 smbd(+0x6f1d) [0x7f7072f76f1d]
[2014/04/03 14:40:15.210371,  0] ../source3/lib/dumpcore.c:317(dump_core)
  dumping core in /var/log/samba/cores/smbd


(gdb) bt full
#0  0x7f706fa48f79 in __GI_raise (sig=sig@entry=6) at 
../nptl/sysdeps/unix/sysv/linux/raise.c:56
resultvar = 0
pid = 26043
selftid = 26043
#1  0x7f706fa4c388 in __GI_abort () at abort.c:89
save_stage = 2
act = {__sigaction_handler = {sa_handler = 0x4, sa_sigaction = 0x4}, 
sa_mask = {__val = {140120953233040, 140120937383840, 140120939668823, 
140119013064705, 0, 0, 140120885923112, 502, 140120937383840, 140120857234768, 
140120939697429, 140120935194192, 18446744073709551615, 140120937452352, 
140733275380352, 6}}, sa_flags = 81992816, sa_restorer = 0x0}
sigs = {__val = {32, 0 repeats 15 times}}
#2  0x7f70713fae9b in dump_core () at ../source3/lib/dumpcore.c:336
called = true
__FUNCTION__ = dump_core
#3  0x7f70713ed077 in smb_panic_s3 (why=optimised out) at 
../source3/lib/util.c:808
cmd = optimised out
result = optimised out
__FUNCTION__ = smb_panic_s3
#4  0x7f7072915c6f in smb_panic (why=why@entry=0x7f706debeb1c invalid 
lock_order) at ../lib/util/fault.c:159
No locals.
#5  0x7f706deba255 in dbwrap_check_lock_order (mem_ctx=0x7f7073a86c10, 
db=0x7f7073a1d8a0) at ../lib/dbwrap/dbwrap.c:195
idx = optimised out
state = 0x0
locked_dbs = {0x7f7073a14700, 0x0, 0x0}
#6  dbwrap_fetch_locked_internal (db=db@entry=0x7f7073a1d8a0, 
mem_ctx=mem_ctx@entry=0x7f7073a49e90, key=..., db_fn=0x7f706debcd50 
db_tdb_fetch_locked) at ../lib/dbwrap/dbwrap.c:225
rec = optimised out
frame = 0x7f7073a86c10
#7  0x7f706deba468 in dbwrap_fetch_locked (db=db@entry=0x7f7073a1d8a0, 
mem_ctx=mem_ctx@entry=0x7f7073a49e90, key=...) at ../lib/dbwrap/dbwrap.c:245
No locals.
#8  

[Bug 1300878] Re: panic while renaming file

2014-04-03 Thread Tristan Hill
Reported upstream as https://bugzilla.samba.org/show_bug.cgi?id=10537

** Bug watch added: Samba Bugzilla #10537
   https://bugzilla.samba.org/show_bug.cgi?id=10537

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

Title:
  panic while renaming file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1300878/+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 1300878] Re: panic while renaming file

2014-04-03 Thread Tristan Hill
Still getting it with 2:4.1.6+dfsg-1ubuntu1

[2014/04/03 14:40:15.203608,  0] 
../lib/dbwrap/dbwrap.c:193(dbwrap_check_lock_order)
  Lock order violation: Trying /var/run/samba/smbXsrv_open_global.tdb at 1 
while /var/run/samba/locking.tdb at 1 is locked
[2014/04/03 14:40:15.203964,  0] ../lib/dbwrap/dbwrap.c:133(debug_lock_order)
  lock order:  1:/var/run/samba/locking.tdb 2:none 3:none
[2014/04/03 14:40:15.204424,  0] ../source3/lib/util.c:785(smb_panic_s3)
  PANIC (pid 26515): invalid lock_order
[2014/04/03 14:40:15.207229,  0] ../source3/lib/util.c:896(log_stack_trace)
  BACKTRACE: 29 stack frames:
   #0 /usr/lib/x86_64-linux-gnu/libsmbconf.so.0(log_stack_trace+0x1a) 
[0x7f70713ecf3a]
   #1 /usr/lib/x86_64-linux-gnu/libsmbconf.so.0(smb_panic_s3+0x20) 
[0x7f70713ed010]
   #2 /usr/lib/x86_64-linux-gnu/libsamba-util.so.0(smb_panic+0x2f) 
[0x7f7072915c6f]
   #3 /usr/lib/x86_64-linux-gnu/samba/libdbwrap.so.0(+0x3255) [0x7f706deba255]
   #4 
/usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(smbXsrv_open_create+0x19a) 
[0x7f707253203a]
   #5 /usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(file_new+0x73) 
[0x7f70724965d3]
   #6 /usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(+0xf997d) 
[0x7f70724e997d]
   #7 
/usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(create_file_default+0x1ba) 
[0x7f70724eaa9a]
   #8 /usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(+0x1c586b) 
[0x7f70725b586b]
   #9 
/usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(smb_vfs_call_create_file+0xa5)
 [0x7f70724f1065]
   #10 /usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(open_file_fchmod+0x80) 
[0x7f70724e8d40]
   #11 
/usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(file_set_dosmode+0x2f9) 
[0x7f70724e0439]
   #12 
/usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(rename_internals_fsp+0xa0f) 
[0x7f70724c320f]
   #13 
/usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(smbd_do_setfilepathinfo+0x178c)
 [0x7f70724d8a5c]
   #14 
/usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(smbd_smb2_request_process_setinfo+0x46f)
 [0x7f707252b41f]
   #15 
/usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(smbd_smb2_request_dispatch+0x8d1)
 [0x7f7072517c21]
   #16 /usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(+0x128c4b) 
[0x7f7072518c4b]
   #17 /usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(+0x1298bc) 
[0x7f70725198bc]
   #18 /usr/lib/x86_64-linux-gnu/libsmbconf.so.0(run_events_poll+0x16c) 
[0x7f70714030ac]
   #19 /usr/lib/x86_64-linux-gnu/libsmbconf.so.0(+0x37300) [0x7f7071403300]
   #20 /usr/lib/x86_64-linux-gnu/libtevent.so.0(_tevent_loop_once+0x8d) 
[0x7f706fddb5ed]
   #21 /usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(smbd_process+0x9ca) 
[0x7f707250558a]
   #22 smbd(+0x9fa4) [0x7f7072f79fa4]
   #23 /usr/lib/x86_64-linux-gnu/libsmbconf.so.0(run_events_poll+0x16c) 
[0x7f70714030ac]
   #24 /usr/lib/x86_64-linux-gnu/libsmbconf.so.0(+0x37300) [0x7f7071403300]
   #25 /usr/lib/x86_64-linux-gnu/libtevent.so.0(_tevent_loop_once+0x8d) 
[0x7f706fddb5ed]
   #26 smbd(main+0x13eb) [0x7f7072f76b8b]
   #27 /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5) [0x7f706fa33ec5]
   #28 smbd(+0x6f1d) [0x7f7072f76f1d]
[2014/04/03 14:40:15.210371,  0] ../source3/lib/dumpcore.c:317(dump_core)
  dumping core in /var/log/samba/cores/smbd


(gdb) bt full
#0  0x7f706fa48f79 in __GI_raise (sig=sig@entry=6) at 
../nptl/sysdeps/unix/sysv/linux/raise.c:56
resultvar = 0
pid = 26043
selftid = 26043
#1  0x7f706fa4c388 in __GI_abort () at abort.c:89
save_stage = 2
act = {__sigaction_handler = {sa_handler = 0x4, sa_sigaction = 0x4}, 
sa_mask = {__val = {140120953233040, 140120937383840, 140120939668823, 
140119013064705, 0, 0, 140120885923112, 502, 140120937383840, 140120857234768, 
140120939697429, 140120935194192, 18446744073709551615, 140120937452352, 
140733275380352, 6}}, sa_flags = 81992816, sa_restorer = 0x0}
sigs = {__val = {32, 0 repeats 15 times}}
#2  0x7f70713fae9b in dump_core () at ../source3/lib/dumpcore.c:336
called = true
__FUNCTION__ = dump_core
#3  0x7f70713ed077 in smb_panic_s3 (why=optimised out) at 
../source3/lib/util.c:808
cmd = optimised out
result = optimised out
__FUNCTION__ = smb_panic_s3
#4  0x7f7072915c6f in smb_panic (why=why@entry=0x7f706debeb1c invalid 
lock_order) at ../lib/util/fault.c:159
No locals.
#5  0x7f706deba255 in dbwrap_check_lock_order (mem_ctx=0x7f7073a86c10, 
db=0x7f7073a1d8a0) at ../lib/dbwrap/dbwrap.c:195
idx = optimised out
state = 0x0
locked_dbs = {0x7f7073a14700, 0x0, 0x0}
#6  dbwrap_fetch_locked_internal (db=db@entry=0x7f7073a1d8a0, 
mem_ctx=mem_ctx@entry=0x7f7073a49e90, key=..., db_fn=0x7f706debcd50 
db_tdb_fetch_locked) at ../lib/dbwrap/dbwrap.c:225
rec = optimised out
frame = 0x7f7073a86c10
#7  0x7f706deba468 in dbwrap_fetch_locked (db=db@entry=0x7f7073a1d8a0, 
mem_ctx=mem_ctx@entry=0x7f7073a49e90, key=...) at ../lib/dbwrap/dbwrap.c:245
No locals.
#8  

[Bug 1300878] Re: panic while renaming file

2014-04-03 Thread Tristan Hill
Reported upstream as https://bugzilla.samba.org/show_bug.cgi?id=10537

** Bug watch added: Samba Bugzilla #10537
   https://bugzilla.samba.org/show_bug.cgi?id=10537

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

Title:
  panic while renaming file

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

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


[Bug 1300878] [NEW] panic while renaming file

2014-04-01 Thread Tristan Hill
Public bug reported:

Version: 2:4.1.3+dfsg-2ubuntu4

from log file:

2014/04/01 16:38:11.053394,  0] ../lib/dbwrap/dbwrap.c:133(debug_lock_order)
  lock order:  1:/var/run/samba/locking.tdb 2:none 3:none
[2014/04/01 16:38:11.053568,  0] ../source3/lib/util.c:785(smb_panic_s3)
  PANIC (pid 1817): invalid lock_order
[2014/04/01 16:38:11.056407,  0] ../source3/lib/util.c:896(log_stack_trace)
  BACKTRACE: 33 stack frames:
   #0 /usr/lib/x86_64-linux-gnu/libsmbconf.so.0(log_stack_trace+0x1a) 
[0x7fc2a8650eba]
   #1 /usr/lib/x86_64-linux-gnu/libsmbconf.so.0(smb_panic_s3+0x20) 
[0x7fc2a8650f90]
   #2 /usr/lib/x86_64-linux-gnu/libsamba-util.so.0(smb_panic+0x2f) 
[0x7fc2a9b79c6f]
   #3 /usr/lib/x86_64-linux-gnu/samba/libdbwrap.so.0(+0x3255) [0x7fc2a511e255]
   #4 
/usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(smbXsrv_open_create+0x19a) 
[0x7fc2a97954ca]
   #5 /usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(file_new+0x73) 
[0x7fc2a96fa493]
   #6 /usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(+0xf93dd) 
[0x7fc2a974d3dd]
   #7 
/usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(create_file_default+0x1ba) 
[0x7fc2a974e4fa]
   #8 /usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(+0x1c4beb) 
[0x7fc2a9818beb]
   #9 
/usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(smb_vfs_call_create_file+0xa5)
 [0x7fc2a9754ab5]
   #10 /usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(open_file_fchmod+0x80) 
[0x7fc2a974c7a0]
   #11 
/usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(file_set_dosmode+0x2f9) 
[0x7fc2a9743e99]
   #12 
/usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(rename_internals_fsp+0xa0f) 
[0x7fc2a9726c6f]
   #13 
/usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(smbd_do_setfilepathinfo+0x178c)
 [0x7fc2a973c4bc]
   #14 
/usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(smbd_smb2_request_process_setinfo+0x46f)
 [0x7fc2a978e8bf]
   #15 
/usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(smbd_smb2_request_dispatch+0x8b1)
 [0x7fc2a977cd01]
   #16 /usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(+0x12958f) 
[0x7fc2a977d58f]
   #17 /usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(+0x12648c) 
[0x7fc2a977a48c]
   #18 /usr/lib/x86_64-linux-gnu/samba/libsamba-sockets.so.0(+0x9c74) 
[0x7fc2a8422c74]
   #19 /usr/lib/x86_64-linux-gnu/samba/libsamba-sockets.so.0(+0x97a9) 
[0x7fc2a84227a9]
   #20 /usr/lib/x86_64-linux-gnu/samba/libsamba-sockets.so.0(+0x8686) 
[0x7fc2a8421686]
   #21 
/usr/lib/x86_64-linux-gnu/libtevent.so.0(tevent_common_loop_immediate+0xd4) 
[0x7fc2a703fe14]
   #22 /usr/lib/x86_64-linux-gnu/libsmbconf.so.0(run_events_poll+0x3c) 
[0x7fc2a8666f7c]
   #23 /usr/lib/x86_64-linux-gnu/libsmbconf.so.0(+0x37264) [0x7fc2a8667264]
   #24 /usr/lib/x86_64-linux-gnu/libtevent.so.0(_tevent_loop_once+0x8d) 
[0x7fc2a703f5ed]
   #25 /usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(smbd_process+0x9d5) 
[0x7fc2a9768fd5]
   #26 smbd(+0x9fa4) [0x7fc2aa1ddfa4]
   #27 /usr/lib/x86_64-linux-gnu/libsmbconf.so.0(run_events_poll+0x16c) 
[0x7fc2a86670ac]
   #28 /usr/lib/x86_64-linux-gnu/libsmbconf.so.0(+0x37300) [0x7fc2a8667300]
   #29 /usr/lib/x86_64-linux-gnu/libtevent.so.0(_tevent_loop_once+0x8d) 
[0x7fc2a703f5ed]
   #30 smbd(main+0x13eb) [0x7fc2aa1dab8b]
   #31 /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5) [0x7fc2a6c97ec5]
   #32 smbd(+0x6f1d) [0x7fc2aa1daf1d]
[2014/04/01 16:38:11.059231,  0] ../source3/lib/dumpcore.c:317(dump_core)
  dumping core in /var/log/samba/cores/smbd


# gdb /usr/sbin/smbd /var/log/samba/cores/smbd/core
...
(gdb) bt full
#0  0x7fc2a6cacf79 in __GI_raise (sig=sig@entry=6) at 
../nptl/sysdeps/unix/sysv/linux/raise.c:56
resultvar = 0
pid = 1817
selftid = 1817
#1  0x7fc2a6cb0388 in __GI_abort () at abort.c:89
save_stage = 2
act = {__sigaction_handler = {sa_handler = 0x4, sa_sigaction = 0x4}, 
sa_mask = {__val = {140474084789504, 140474049955744, 140474052240727, 
140471200382977, 0, 0, 
  140473998495016, 502, 140474049955744, 140473969806672, 
140474052269333, 140474047766096, 18446744073709551615, 140474050024256, 
140735896838208, 6}}, 
  sa_flags = -1591516624, sa_restorer = 0x0}
sigs = {__val = {32, 0 repeats 15 times}}
#2  0x7fc2a865eecb in dump_core () at ../source3/lib/dumpcore.c:336
called = true
__FUNCTION__ = dump_core
#3  0x7fc2a8650ff7 in smb_panic_s3 (why=optimised out) at 
../source3/lib/util.c:808
cmd = optimised out
result = optimised out
__FUNCTION__ = smb_panic_s3
#4  0x7fc2a9b79c6f in smb_panic (why=why@entry=0x7fc2a5122b1c invalid 
lock_order) at ../lib/util/fault.c:159
No locals.
#5  0x7fc2a511e255 in dbwrap_check_lock_order (mem_ctx=0x7fc2abec8550, 
db=0x7fc2abe928a0) at ../lib/dbwrap/dbwrap.c:195
idx = optimised out
state = 0x0
locked_dbs = {0x7fc2abe89700, 0x0, 0x0}
#6  dbwrap_fetch_locked_internal (db=db@entry=0x7fc2abe928a0, 
mem_ctx=mem_ctx@entry=0x7fc2abec8d00, key=..., db_fn=0x7fc2a5120d50 
db_tdb_fetch_locked)

[Bug 1300878] [NEW] panic while renaming file

2014-04-01 Thread Tristan Hill
Public bug reported:

Version: 2:4.1.3+dfsg-2ubuntu4

from log file:

2014/04/01 16:38:11.053394,  0] ../lib/dbwrap/dbwrap.c:133(debug_lock_order)
  lock order:  1:/var/run/samba/locking.tdb 2:none 3:none
[2014/04/01 16:38:11.053568,  0] ../source3/lib/util.c:785(smb_panic_s3)
  PANIC (pid 1817): invalid lock_order
[2014/04/01 16:38:11.056407,  0] ../source3/lib/util.c:896(log_stack_trace)
  BACKTRACE: 33 stack frames:
   #0 /usr/lib/x86_64-linux-gnu/libsmbconf.so.0(log_stack_trace+0x1a) 
[0x7fc2a8650eba]
   #1 /usr/lib/x86_64-linux-gnu/libsmbconf.so.0(smb_panic_s3+0x20) 
[0x7fc2a8650f90]
   #2 /usr/lib/x86_64-linux-gnu/libsamba-util.so.0(smb_panic+0x2f) 
[0x7fc2a9b79c6f]
   #3 /usr/lib/x86_64-linux-gnu/samba/libdbwrap.so.0(+0x3255) [0x7fc2a511e255]
   #4 
/usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(smbXsrv_open_create+0x19a) 
[0x7fc2a97954ca]
   #5 /usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(file_new+0x73) 
[0x7fc2a96fa493]
   #6 /usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(+0xf93dd) 
[0x7fc2a974d3dd]
   #7 
/usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(create_file_default+0x1ba) 
[0x7fc2a974e4fa]
   #8 /usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(+0x1c4beb) 
[0x7fc2a9818beb]
   #9 
/usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(smb_vfs_call_create_file+0xa5)
 [0x7fc2a9754ab5]
   #10 /usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(open_file_fchmod+0x80) 
[0x7fc2a974c7a0]
   #11 
/usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(file_set_dosmode+0x2f9) 
[0x7fc2a9743e99]
   #12 
/usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(rename_internals_fsp+0xa0f) 
[0x7fc2a9726c6f]
   #13 
/usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(smbd_do_setfilepathinfo+0x178c)
 [0x7fc2a973c4bc]
   #14 
/usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(smbd_smb2_request_process_setinfo+0x46f)
 [0x7fc2a978e8bf]
   #15 
/usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(smbd_smb2_request_dispatch+0x8b1)
 [0x7fc2a977cd01]
   #16 /usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(+0x12958f) 
[0x7fc2a977d58f]
   #17 /usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(+0x12648c) 
[0x7fc2a977a48c]
   #18 /usr/lib/x86_64-linux-gnu/samba/libsamba-sockets.so.0(+0x9c74) 
[0x7fc2a8422c74]
   #19 /usr/lib/x86_64-linux-gnu/samba/libsamba-sockets.so.0(+0x97a9) 
[0x7fc2a84227a9]
   #20 /usr/lib/x86_64-linux-gnu/samba/libsamba-sockets.so.0(+0x8686) 
[0x7fc2a8421686]
   #21 
/usr/lib/x86_64-linux-gnu/libtevent.so.0(tevent_common_loop_immediate+0xd4) 
[0x7fc2a703fe14]
   #22 /usr/lib/x86_64-linux-gnu/libsmbconf.so.0(run_events_poll+0x3c) 
[0x7fc2a8666f7c]
   #23 /usr/lib/x86_64-linux-gnu/libsmbconf.so.0(+0x37264) [0x7fc2a8667264]
   #24 /usr/lib/x86_64-linux-gnu/libtevent.so.0(_tevent_loop_once+0x8d) 
[0x7fc2a703f5ed]
   #25 /usr/lib/x86_64-linux-gnu/samba/libsmbd_base.so.0(smbd_process+0x9d5) 
[0x7fc2a9768fd5]
   #26 smbd(+0x9fa4) [0x7fc2aa1ddfa4]
   #27 /usr/lib/x86_64-linux-gnu/libsmbconf.so.0(run_events_poll+0x16c) 
[0x7fc2a86670ac]
   #28 /usr/lib/x86_64-linux-gnu/libsmbconf.so.0(+0x37300) [0x7fc2a8667300]
   #29 /usr/lib/x86_64-linux-gnu/libtevent.so.0(_tevent_loop_once+0x8d) 
[0x7fc2a703f5ed]
   #30 smbd(main+0x13eb) [0x7fc2aa1dab8b]
   #31 /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5) [0x7fc2a6c97ec5]
   #32 smbd(+0x6f1d) [0x7fc2aa1daf1d]
[2014/04/01 16:38:11.059231,  0] ../source3/lib/dumpcore.c:317(dump_core)
  dumping core in /var/log/samba/cores/smbd


# gdb /usr/sbin/smbd /var/log/samba/cores/smbd/core
...
(gdb) bt full
#0  0x7fc2a6cacf79 in __GI_raise (sig=sig@entry=6) at 
../nptl/sysdeps/unix/sysv/linux/raise.c:56
resultvar = 0
pid = 1817
selftid = 1817
#1  0x7fc2a6cb0388 in __GI_abort () at abort.c:89
save_stage = 2
act = {__sigaction_handler = {sa_handler = 0x4, sa_sigaction = 0x4}, 
sa_mask = {__val = {140474084789504, 140474049955744, 140474052240727, 
140471200382977, 0, 0, 
  140473998495016, 502, 140474049955744, 140473969806672, 
140474052269333, 140474047766096, 18446744073709551615, 140474050024256, 
140735896838208, 6}}, 
  sa_flags = -1591516624, sa_restorer = 0x0}
sigs = {__val = {32, 0 repeats 15 times}}
#2  0x7fc2a865eecb in dump_core () at ../source3/lib/dumpcore.c:336
called = true
__FUNCTION__ = dump_core
#3  0x7fc2a8650ff7 in smb_panic_s3 (why=optimised out) at 
../source3/lib/util.c:808
cmd = optimised out
result = optimised out
__FUNCTION__ = smb_panic_s3
#4  0x7fc2a9b79c6f in smb_panic (why=why@entry=0x7fc2a5122b1c invalid 
lock_order) at ../lib/util/fault.c:159
No locals.
#5  0x7fc2a511e255 in dbwrap_check_lock_order (mem_ctx=0x7fc2abec8550, 
db=0x7fc2abe928a0) at ../lib/dbwrap/dbwrap.c:195
idx = optimised out
state = 0x0
locked_dbs = {0x7fc2abe89700, 0x0, 0x0}
#6  dbwrap_fetch_locked_internal (db=db@entry=0x7fc2abe928a0, 
mem_ctx=mem_ctx@entry=0x7fc2abec8d00, key=..., db_fn=0x7fc2a5120d50 
db_tdb_fetch_locked)

[Bug 1299442] [NEW] UnknownLocaleError: unknown locale 'en'

2014-03-29 Thread Tristan Hill
Public bug reported:

On two machines I've upgraded (one from precise another from saucy) the
file /usr/share/python-babel-localedata/localedata/en.dat has somehow
been deleted.  Reinstalling the package resolves the problem.

  File /usr/lib/python2.7/dist-packages/babel/messages/catalog.py, line 337, 
in _get_mime_headers
locale='en')))
  File /usr/lib/python2.7/dist-packages/babel/dates.py, line 609, in 
format_datetime
locale = Locale.parse(locale)
  File /usr/lib/python2.7/dist-packages/babel/core.py, line 313, in parse
raise UnknownLocaleError(input_id)
UnknownLocaleError: unknown locale 'en'

Version: 1.3+dfsg.1-2ubuntu1

 dpkg -L python-babel-localedata  | grep en.dat
/usr/share/python-babel-localedata/localedata/en.dat
 file /usr/share/python-babel-localedata/localedata/en.dat
/usr/share/python-babel-localedata/localedata/en.dat: ERROR: cannot open 
`/usr/share/python-babel-localedata/localedata/en.dat' (No such file or 
directory)

** Affects: python-babel (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  UnknownLocaleError: unknown locale 'en'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-babel/+bug/1299442/+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 1299442] [NEW] UnknownLocaleError: unknown locale 'en'

2014-03-29 Thread Tristan Hill
Public bug reported:

On two machines I've upgraded (one from precise another from saucy) the
file /usr/share/python-babel-localedata/localedata/en.dat has somehow
been deleted.  Reinstalling the package resolves the problem.

  File /usr/lib/python2.7/dist-packages/babel/messages/catalog.py, line 337, 
in _get_mime_headers
locale='en')))
  File /usr/lib/python2.7/dist-packages/babel/dates.py, line 609, in 
format_datetime
locale = Locale.parse(locale)
  File /usr/lib/python2.7/dist-packages/babel/core.py, line 313, in parse
raise UnknownLocaleError(input_id)
UnknownLocaleError: unknown locale 'en'

Version: 1.3+dfsg.1-2ubuntu1

 dpkg -L python-babel-localedata  | grep en.dat
/usr/share/python-babel-localedata/localedata/en.dat
 file /usr/share/python-babel-localedata/localedata/en.dat
/usr/share/python-babel-localedata/localedata/en.dat: ERROR: cannot open 
`/usr/share/python-babel-localedata/localedata/en.dat' (No such file or 
directory)

** Affects: python-babel (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/1299442

Title:
  UnknownLocaleError: unknown locale 'en'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-babel/+bug/1299442/+subscriptions

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


[Bug 513644] Re: Does not log fsck invocations in /var/log/fsck/

2014-03-13 Thread Tristan Grimaux
This is a critical bug. One of those bugs you find when everything is in
danger, and about to be lost. As I gently type, I'm trying to find ways
to recover my server. I know there has to be a disk about to fail, I've
seen the strange behavior on boot and because I was there I know
something is wrong.

But there is no log about it.

If you are so insensitive to keep this bug as a wishlist, if you truly
don't care that not having a good log about a critical event on boot is
crushing our hearts, you will be hurting the sysadmin community.

And this is no good.

Because we know for sure this is easy to fix. A silly bug indeed.

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

Title:
  Does not log fsck invocations in /var/log/fsck/

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

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


[Bug 1184932] Re: lxc-halt --name container shuts down host [12.04 3.8 kernel]

2014-02-24 Thread Tristan Touileb
** Also affects: lxc (Debian)
   Importance: Undecided
   Status: New

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

Title:
  lxc-halt --name container shuts down host [12.04 3.8 kernel]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1184932/+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 1184932] Re: lxc-halt --name container shuts down host [12.04 3.8 kernel]

2014-02-24 Thread Tristan Touileb
** Also affects: lxc (Debian)
   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/1184932

Title:
  lxc-halt --name container shuts down host [12.04 3.8 kernel]

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

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


[Bug 1101919] Re: Display brightness is stuck at lowest setting on GeForce Go 7900 GS

2014-01-09 Thread Tristan Schmelcher
I sold this machine so I cannot provide any more information.

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

Title:
  Display brightness is stuck at lowest setting on GeForce Go 7900 GS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1101919/+subscriptions

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


[Bug 1249419] Re: Disk unlock prompt ignores the system keyboard layout

2013-11-14 Thread Tristan Schmelcher
Can't seem to repro anymore. The disk unlock prompt changed to Dvorak at
some point.

** Changed in: initramfs-tools (Ubuntu)
   Status: New = Invalid

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

Title:
  Disk unlock prompt ignores the system keyboard layout

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1249419/+subscriptions

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


[Bug 1249419] [NEW] Disk unlock prompt ignores the system keyboard layout

2013-11-08 Thread Tristan Schmelcher
Public bug reported:

I have an encrypted root filesystem on /dev/dm-1 which I unlock at boot
with my password. After changing the system's keyboard layout to Dvorak
with sudo dpkg-reconfigure keyboard-configuration, the keyboard layout
for the disk unlock prompt is still QWERTY. There also does not seem to
be any knob in /etc/initramfs-tools to load the proper keymap at boot.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: initramfs-tools 0.99ubuntu13.3
ProcVersionSignature: Ubuntu 3.8.0-32.47~precise1-generic 3.8.13.10
Uname: Linux 3.8.0-32-generic x86_64
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: amd64
Date: Fri Nov  8 10:52:00 2013
MarkForUpload: True
PackageArchitecture: all
ProcEnviron:
 SHELL=/bin/bash
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
SourcePackage: initramfs-tools
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: initramfs-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise running-unity

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

Title:
  Disk unlock prompt ignores the system keyboard layout

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1249419/+subscriptions

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


[Bug 1094595] Re: Hibernate Failing

2013-09-10 Thread Tristan Schmelcher
It rebuilds Linux's boot-time initialization environment from the latest
settings in /etc. Usually adding or removing the relevant package should
do it automatically, but in my case it was somehow out of sync.

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

Title:
  Hibernate Failing

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1094595/+subscriptions

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


[Bug 1220438] [NEW] [Gateway NV59] suspend/resume failure

2013-09-03 Thread Tristan Cormier
Public bug reported:

booted up the computer after forcefully shutting down while the computer
was going in hibernation or suspend mode (can't remember for sure)

ProblemType: KernelOops
DistroRelease: Ubuntu 13.10
Package: linux-image-3.11.0-4-generic 3.11.0-4.9 [modified: 
boot/vmlinuz-3.11.0-4-generic]
ProcVersionSignature: Ubuntu 3.11.0-4.9-generic 3.11.0-rc7
Uname: Linux 3.11.0-4-generic x86_64
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
ApportVersion: 2.12.1-0ubuntu3
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  tristan1551 F pulseaudio
Date: Tue Sep  3 16:59:56 2013
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
HibernationDevice: RESUME=UUID=f7af9603-687e-41ec-8887-3d9285c57836
InstallationDate: Installed on 2013-09-02 (1 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130901)
InterpreterPath: /usr/bin/python3.3
Lsusb:
 Bus 002 Device 003: ID 064e:a103 Suyin Corp. Acer/HP Integrated Webcam [CN0314]
 Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
 Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Gateway NV59
MarkForUpload: True
ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.11.0-4-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon not 
responding.
RelatedPackageVersions:
 linux-restricted-modules-3.11.0-4-generic N/A
 linux-backports-modules-3.11.0-4-generic  N/A
 linux-firmware1.113
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
Title: [Gateway NV59] suspend/resume failure
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
 
dmi.bios.date: 11/26/2009
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: V1.09
dmi.board.name: NV59
dmi.board.vendor: Gateway
dmi.board.version: Rev
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Gateway
dmi.chassis.version: Rev
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrV1.09:bd11/26/2009:svnGateway:pnNV59:pvrRev:rvnGateway:rnNV59:rvrRev:cvnGateway:ct10:cvrRev:
dmi.product.name: NV59
dmi.product.version: Rev
dmi.sys.vendor: Gateway

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


** Tags: amd64 apport-kerneloops resume saucy suspend

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

Title:
  [Gateway NV59] suspend/resume failure

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

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


[Bug 1075594] Re: Linking error: undefined reference to `RtMidiIn::RtMidiIn(std::string, unsigned int)'

2013-08-27 Thread Tristan Matthews
It's been fixed since Raring because Stk was bumped up to 4.4.4 and no
longer had the conflicting call to RtMidi, I believe.

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

Title:
  Linking error: undefined reference to `RtMidiIn::RtMidiIn(std::string,
  unsigned int)'

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

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


[Bug 172416] Re: eog determines image type from filename

2013-08-25 Thread Tristan Schmelcher
Scanning old print photos at my local Walgreens results in a CD with PNG
files named with a .jpg extension, which triggers this bug.

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

Title:
  eog determines image type from filename

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

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


[Bug 751689] Re: [Lenovo Thinkpad x201s] Overheat due to slow fans when on 'auto'

2013-08-18 Thread Tristan Nakagawa
I can confirm this is still happening on Ubuntu 13.04 x64 on my Thinkpad
R500. The thinkfan improves, but doesn't solve the issue, so does
cleaning the inside from dust.

I will try to install the new ubuntu release.

best 
Tristan

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

Title:
  [Lenovo Thinkpad x201s] Overheat due to slow fans when on 'auto'

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

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


[Bug 742941] Re: epsilon appears to be homeless (no revision control, no bug tracker, no continuous integration server)

2013-08-11 Thread Tristan Seligmann
** Changed in: epsilon (Ubuntu)
   Status: New = Fix Committed

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

Title:
  epsilon appears to be homeless (no revision control, no bug tracker,
  no continuous integration server)

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

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


[Bug 361865] Re: twisted does not update its plugin cache properly in jaunty

2013-08-10 Thread Tristan Seligmann
This is  fixed upstream (in Debian) as of python-axiom 0.5.31-1, and I
believe all of the versions of the package currently in Ubuntu include
the fix.

** Changed in: python-axiom (Ubuntu)
   Status: New = Fix Released

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

Title:
  twisted does not update its plugin cache properly in jaunty

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

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


[Bug 1209315] [NEW] external screen flickering

2013-08-07 Thread Tristan Nakagawa
Public bug reported:

Hi,

on ubuntu 13.04, 64-bit, my external screen flickers, but only when activated 
without the laptop screen at full resolution of 1920x1080 px
reducing to 1027x768 solves the problem. When having extended desktop over 
laptop and external screen, no flickering appears.

In Windows, I have no flickering, so its neither the cable nor the
monitor

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: xorg 1:7.7+1ubuntu4
ProcVersionSignature: Ubuntu 3.8.0-27.40-generic 3.8.13.4
Uname: Linux 3.8.0-27-generic x86_64
.tmp.unity.support.test.0: Error: [Errno 13] Permission denied: 
'/tmp/unity_support_test.0'
ApportVersion: 2.9.2-0ubuntu8.1
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDmesg: Error: command ['sh', '-c', 'dmesg | comm -13 --nocheck-order 
/var/log/dmesg -'] failed with exit code 1: comm: /var/log/dmesg: Permission 
denied
Date: Wed Aug  7 18:43:15 2013
DistUpgraded: Fresh install
DistroCodename: raring
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] RV620/M82 [Mobility Radeon HD 
3450/3470] [1002:95c4] (prog-if 00 [VGA controller])
   Subsystem: Lenovo Device [17aa:2104]
InstallationDate: Installed on 2013-05-23 (76 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
MachineType: LENOVO 2733W4W
MarkForUpload: True
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-27-generic 
root=UUID=57ad53f8-e7cb-4930-acc1-162034a860a3 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/19/2009
dmi.bios.vendor: LENOVO
dmi.bios.version: 7YET79WW (3.09 )
dmi.board.name: 2733W4W
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr7YET79WW(3.09):bd11/19/2009:svnLENOVO:pn2733W4W:pvrThinkPadR500:rvnLENOVO:rn2733W4W:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 2733W4W
dmi.product.version: ThinkPad R500
dmi.sys.vendor: LENOVO
version.compiz: compiz 1:0.9.9~daily13.06.19~13.04-0ubuntu1
version.ia32-libs: ia32-libs 20090808ubuntu36
version.libdrm2: libdrm2 2.4.43-0ubuntu1.1
version.libgl1-mesa-dri: libgl1-mesa-dri 9.1.3-0ubuntu0.3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.1.3-0ubuntu0.3
version.xserver-xorg-core: xserver-xorg-core 2:1.13.3-0ubuntu6
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2b2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.1.0-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.21.6-0ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.7-0ubuntu1
xserver.bootTime: Wed Aug  7 18:39:21 2013
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.13.3-0ubuntu6
xserver.video_driver: radeon

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


** Tags: amd64 apport-bug compiz-0.9 corruption raring ubuntu

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

Title:
  external screen flickering

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

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


[Bug 1209315] Re: external screen flickering

2013-08-07 Thread Tristan Nakagawa
update:

A workaround for me is: log in, set screen to external only, get
flickering.

Then, while staying logged in, switch to guest session, and back to own
user session - No flickering appears.

When you cycle through display modes, flickering reappears, but you can
redo the same workaround.

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

Title:
  external screen flickering

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

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


[Bug 1168582] Re: Google talk Requires Authorization after suspend/resume

2013-06-27 Thread Tristan BENOIST
I experience the same bug. If I want empathy to connect to my google
talk account I must delete it from my account list and suppress the
authorization for ubuntu in my google account settings then I have to
add again my google account in ubuntu.

One thing strange is that when I add again my google account, chromium
(which is not my default browser) is launched to a blank page
(about:blank) twice: for the login page and for the authorization page.
This does not stop the authorization process.

I am runnig a 13.04 ubuntu version uptodate.

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

Title:
  Google talk Requires Authorization after suspend/resume

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

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


[Bug 1194380] [NEW] [LENOVO 4243BQ9] suspend/resume failure

2013-06-25 Thread Tristan Tarrant
Public bug reported:

I just got the apport message telling me of a problem.

ProblemType: KernelOops
DistroRelease: Ubuntu 13.10
Package: linux-image-3.9.0-7-generic 3.9.0-7.15
ProcVersionSignature: Ubuntu 3.10.0-0.6-generic 3.10.0-rc7
Uname: Linux 3.10.0-0-generic x86_64
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
ApportVersion: 2.10.2-0ubuntu2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  lightdm2266 F pulseaudio
  tst3006 F pulseaudio
Date: Mon Jun 24 12:32:32 2013
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
HibernationDevice: RESUME=UUID=cfe7ea2d-d612-4366-a657-05c70ca848cc
InstallationDate: Installed on 2011-10-21 (612 days ago)
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
InterpreterPath: /usr/bin/python3.3
MachineType: LENOVO 4243BQ9
MarkForUpload: True
ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
ProcFB:
 0 inteldrmfb
 1 VESA VGA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.10.0-0-generic 
root=UUID=f6aca2f5-478b-462b-9b7b-9c9057441ce6 ro quiet splash 
i915.i915_enable_rc6=1 vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon not 
responding.
RelatedPackageVersions:
 linux-restricted-modules-3.10.0-0-generic N/A
 linux-backports-modules-3.10.0-0-generic  N/A
 linux-firmware1.109
SourcePackage: linux
Title: [LENOVO 4243BQ9] suspend/resume failure
UpgradeStatus: Upgraded to saucy on 2013-05-17 (38 days ago)
UserGroups:
 
dmi.bios.date: 09/15/2011
dmi.bios.vendor: LENOVO
dmi.bios.version: 8AET52WW (1.32 )
dmi.board.asset.tag: Not Available
dmi.board.name: 4243BQ9
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: RH0002189
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr8AET52WW(1.32):bd09/15/2011:svnLENOVO:pn4243BQ9:pvrThinkPadT520:rvnLENOVO:rn4243BQ9:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 4243BQ9
dmi.product.version: ThinkPad T520
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-kerneloops resume saucy suspend

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

Title:
  [LENOVO 4243BQ9] suspend/resume failure

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

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


[Bug 1194322] [NEW] skype.desktop Exec line refers to non-existent skype-wrapper program, breaking the launcher icon

2013-06-24 Thread Tristan Schmelcher
Public bug reported:

The contents of /usr/share/app-install/desktop/skype.desktop specify
Exec=skype-wrapper, but there is no such program. As a result, after
installing Skype through the Ubuntu Software Center, clicking the
launcher icon does nothing. Changing the Exec line to Exec=skype
corrects the problem for me.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: app-install-data-partner 12.12.10.1 [modified: 
usr/share/app-install/desktop/skype.desktop]
ProcVersionSignature: Ubuntu 3.5.0-32.53-generic 3.5.7.11
Uname: Linux 3.5.0-32-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.6.1-0ubuntu10
Architecture: amd64
Date: Mon Jun 24 20:43:29 2013
Dependencies:
 
MarkForUpload: True
PackageArchitecture: all
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: app-install-data-partner
UpgradeStatus: Upgraded to quantal on 2012-10-28 (239 days ago)

** Affects: app-install-data-partner (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug quantal running-unity

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

Title:
  skype.desktop Exec line refers to non-existent skype-wrapper
  program, breaking the launcher icon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/app-install-data-partner/+bug/1194322/+subscriptions

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


[Bug 1191368] [NEW] Software updater complains Not all updates can be installed, but apt-get dist-upgrade works

2013-06-15 Thread Tristan Schmelcher
Public bug reported:

After updating to Raring, the next scheduled software update displayed a
dialog saying Not all updates can be installed, but when I run apt-
get dist-upgrade it does not report any problems. See below. I have not
installed the updates yet so I can debug the problem if needed.

$ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Calculating upgrade... Done
The following packages will be REMOVED:
  python3-aptdaemon.pkcompat
The following NEW packages will be installed:
  argyll caribou caribou-antler fonts-sil-gentium fonts-sil-gentium-basic
  gir1.2-gtop-2.0 gir1.2-rest-0.7 gir1.2-tracker-0.14 gir1.2-zpj-0.0
  gnome-color-manager gnome-documents gnome-packagekit gnome-packagekit-data
  gnome-shell-extensions gnome-software-manager gnome-update-viewer
  libcaribou-gtk-module libcaribou-gtk3-module libcolord-gtk1 libgee-0.8-2
  libgupnp-av-1.0-2 libgupnp-dlna-2.0-3 libicc2 libimdi0 libreoffice
  libreoffice-filter-mobiledev libreoffice-report-builder-bin
  librygel-core-2.0-1 librygel-renderer-2.0-1 librygel-renderer-gst-2.0-1
  librygel-server-2.0-1 libsofia-sip-ua-glib3 libsofia-sip-ua0
  libzapojit-0.0-0 packagekit packagekit-backend-aptcc packagekit-tools
  python-packagekit rygel rygel-playbin rygel-preferences rygel-tracker
  telepathy-rakia unoconv
The following packages will be upgraded:
  apport apport-gtk apport-symptoms checkbox checkbox-gtk checkbox-qt gnome
  gnome-core google-chrome-beta libfs6 libwireshark-data libwireshark2
  libwiretap2 libwsutil2 libx11-6 libx11-6:i386 libx11-data libx11-dev
  libx11-doc libx11-xcb-dev libx11-xcb1 libx11-xcb1:i386 libxcb-composite0
  libxcb-dri2-0 libxcb-dri2-0:i386 libxcb-dri2-0-dev libxcb-glx0
  libxcb-glx0:i386 libxcb-glx0-dev libxcb-randr0 libxcb-render0
  libxcb-render0:i386 libxcb-render0-dev libxcb-shape0 libxcb-shm0
  libxcb-shm0:i386 libxcb-shm0-dev libxcb-sync0 libxcb-xfixes0 libxcb-xv0
  libxcb1 libxcb1:i386 libxcb1-dev libxcursor-dev libxcursor1 libxcursor1:i386
  libxext-dev libxext6 libxext6:i386 libxfixes-dev libxfixes3 libxfixes3:i386
  libxi-dev libxi6 libxi6:i386 libxinerama-dev libxinerama1 libxinerama1:i386
  libxp6 libxrandr-dev libxrandr2 libxrandr2:i386 libxrender-dev libxrender1
  libxrender1:i386 libxres-dev libxres1 libxt-dev libxt6 libxt6:i386 libxtst6
  libxv1 libxvmc1 libxxf86dga1 libxxf86vm-dev libxxf86vm1 libxxf86vm1:i386
  python-apport python-imaging python-imaging-compat python-problem-report
  python3-apport python3-problem-report rsyslog wireshark wireshark-common
86 upgraded, 44 newly installed, 1 to remove and 0 not upgraded.
Need to get 16.3 MB/85.5 MB of archives.
After this operation, 51.1 MB of additional disk space will be used.
Do you want to continue [Y/n]? n
Abort.
$

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: update-manager 1:0.186
ProcVersionSignature: Ubuntu 3.8.0-23.34-generic 3.8.11
Uname: Linux 3.8.0-23-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.9.2-0ubuntu8
Aptdaemon:
 
Architecture: amd64
Date: Sat Jun 15 13:39:30 2013
DpkgHistoryLog.txt:
 
DpkgTerminalLog.txt:
 
ExecutablePath: /usr/bin/update-manager
GsettingsChanges:
 b'com.ubuntu.update-manager' b'first-run' b'false'
 b'com.ubuntu.update-manager' b'launch-time' b'1371317923'
 b'com.ubuntu.update-manager' b'show-details' b'true'
 b'com.ubuntu.update-manager' b'window-height' b'675'
 b'com.ubuntu.update-manager' b'window-width' b'600'
InstallationDate: Installed on 2011-04-30 (776 days ago)
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
InterpreterPath: /usr/bin/python3.3
MarkForUpload: True
PackageArchitecture: all
SourcePackage: update-manager
UpgradeStatus: Upgraded to raring on 2013-06-01 (14 days ago)

** Affects: update-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug raring

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

Title:
  Software updater complains Not all updates can be installed, but
  apt-get dist-upgrade works

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1191368/+subscriptions

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


[Bug 1191381] [NEW] pdftk password decryption doesn't work

2013-06-15 Thread Tristan Schmelcher
Public bug reported:

pdftk has a feature to decrypt password-protected PDF files, but it
doesn't work. It complains that the password is incorrect when in fact
it is correct. The qpdf tool works correctly with the same file and same
password.

$ pdftk K-TOYOTA.pdf output K-TOYOTA-2.pdf user_pw password
Error: Failed to open PDF file: 
   K-TOYOTA.pdf
   OWNER OR USER PASSWORD REQUIRED, but not given (or incorrect)
Errors encountered.  No output created.
Done.  Input errors, so no output created.
$ pdftk K-TOYOTA.pdf output K-TOYOTA-2.pdf owner_pw password
Error: Failed to open PDF file: 
   K-TOYOTA.pdf
   OWNER OR USER PASSWORD REQUIRED, but not given (or incorrect)
Errors encountered.  No output created.
Done.  Input errors, so no output created.
$ pdftk K-TOYOTA.pdf output K-TOYOTA-2.pdf user_pw password owner_pw 
password
Error: Failed to open PDF file: 
   K-TOYOTA.pdf
   OWNER OR USER PASSWORD REQUIRED, but not given (or incorrect)
Errors encountered.  No output created.
Done.  Input errors, so no output created.
$ qpdf --password=password --decrypt K-TOYOTA.pdf K-TOYOTA-2.pdf
$ gnome-open K-TOYOTA-2.pdf

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: pdftk 1.44-7
ProcVersionSignature: Ubuntu 3.8.0-23.34-generic 3.8.11
Uname: Linux 3.8.0-23-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.9.2-0ubuntu8
Architecture: amd64
Date: Sat Jun 15 14:48:02 2013
InstallationDate: Installed on 2011-04-30 (777 days ago)
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
MarkForUpload: True
SourcePackage: pdftk
UpgradeStatus: Upgraded to raring on 2013-06-01 (14 days ago)

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


** Tags: amd64 apport-bug raring

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

Title:
  pdftk password decryption doesn't work

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

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


[Bug 1191381] Re: pdftk password decryption doesn't work

2013-06-15 Thread Tristan Schmelcher
The file contains sensitive personal information so I can't share it
with anyone, sorry. The file was generated for me by GEICO. I don't know
what software or encryption method they used. If you can tell me how to
determine that from the file, I would be happy to do so. The evince
properties dialog says the format is PDF-1.6.

The password consists exclusively of numbers.

** Changed in: pdftk (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/1191381

Title:
  pdftk password decryption doesn't work

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

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


Re: [Bug 1176058] Re: crash from invalid memset

2013-06-14 Thread Tristan Matthews
On Fri, Jun 14, 2013 at 11:40 AM, Jamie Strandboge ja...@ubuntu.com wrote:
 I was willing to prepare the debdiff for this patch to sponsor it, but I
 could not verify the origin of the patch (checked with
 http://ftp.gnu.org/gnu/commoncpp/ which only has 1.8.1 and all through
 http://www.gnu.org/software/commoncpp/, which has surprisingly little).
 You stated that This has since been corrected upstream in commoncpp,
 but I could not find it. Can you give a URL to a bug report or commit?

Yup, it's:

https://github.com/dyfet/ucommon/commit/d530ef040def990b2f44a9dc7da410f233cae2be


 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1176058

 Title:
   crash from invalid memset

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


--
Tristan Matthews
web: http://tristanswork.blogspot.com

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

Title:
  crash from invalid memset

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

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


[Bug 975743] Re: error Addressbook: Error: Could not load addressbook

2013-06-03 Thread Tristan Matthews
You need to install the sflphone-plugins package for address book
support.

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

Title:
  error Addressbook: Error: Could not load addressbook

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

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


[Bug 1182717] [NEW] Tryed to install Kubuntu 13.04 but grub-dummy install failed

2013-05-21 Thread Tristan Friedlander
Public bug reported:

Maybe I forgot to do something in the UEFI, but after having read every
option, I still don't know what I forget.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: ubiquity 2.14.8 [modified: 
lib/partman/automatically_partition/question]
ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
Uname: Linux 3.8.0-19-generic x86_64
ApportVersion: 2.9.2-0ubuntu8
Architecture: amd64
CasperVersion: 1.331
Date: Wed May 22 05:03:50 2013
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/kubuntu.seed 
boot=casper maybe-ubiquity quiet splash --
LiveMediaBuild: Kubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
MarkForUpload: True
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug kubuntu raring ubiquity-2.14.8

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

Title:
  Tryed to install Kubuntu 13.04 but grub-dummy install failed

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

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


[Bug 244722] Re: VBR MP3 audio broken

2013-05-06 Thread Tristan
The original complaint is that libmad causes sync issues with VBR MP3
and that Ubuntu used libmad by default for its mplayer package. I just
upgraded to 13.04 and it appears that libmad is not the default anymore
(ffmpeg is used instead). I installed libmad and tried to force mplayer
to use it (-ac mad) and I got:

Forced audio codec: mad
Requested audio codec family [mad] (afm=libmad) not available.
Enable it at compilation.

Since libmad is no longer compiled with Ubuntu's mplayer, this bug is
fixed.

** Changed in: mplayer (Ubuntu)
   Status: Incomplete = Fix Released

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

Title:
  VBR MP3 audio broken

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

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


[Bug 1176058] [NEW] crash from invalid memset

2013-05-03 Thread Tristan Matthews
*** This bug is a security vulnerability ***

Public security bug reported:

When using commoncpp2 on 64 bit systems  (as SFLphone does), if gethostbyname 
fails, libcommoncpp2 will cause a buffer overflow by doing an incorrect memset.
The memset in the buggy version is called using sizeof(ipaddr), where ipaddr is 
a pointer. What is intended is sizeof(struct inaddr), the type to which ipaddr 
points. The reason this bug only manifests itself on 64 bit systems is that 
sizeof(pointer)  sizeof(struct inaddr), whereas on 32 bit systems they are 
equal.

This has since been corrected upstream in commoncpp, but the bug remains
in the libcommoncpp2 package. This affects SFLphone and any other
application which depends on commoncpp.

This was previously reported to Debian:
http://lists.alioth.debian.org/pipermail/pkg-voip-maintainers/2012-November/022478.html

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

** Patch added: patch with corrected memset call
   
https://bugs.launchpad.net/bugs/1176058/+attachment/3663932/+files/inaddr.patch

** Information type changed from Private Security to Public Security

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

Title:
  crash from invalid memset

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

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


Re: [Bug 244722] Re: VBR MP3 audio broken

2013-05-01 Thread Tristan
Thanks for the check, Thomas. I plan on upgrading to Ubuntu 13.04 soon
and I'll give this bug report another shot at reproducing.

On Sun, Apr 28, 2013 at 1:31 AM, Thomas Hotz 244...@bugs.launchpad.net wrote:
 Can't reproduce this on Ubuntu 13.04. What Ubuntu version and mplayer
 version do you use now? Thank you for telling us!

 ** Changed in: mplayer (Ubuntu)
Status: New = Incomplete

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/244722

 Title:
   VBR MP3 audio broken

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


-- 
- Tristan

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

Title:
  VBR MP3 audio broken

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

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


[Bug 1140716] Re: [regression] 3.5.0-26-generic and 3.2.0-39-generic GPU hangs on Sandybridge

2013-04-14 Thread Tristan Schmelcher
Happening for me too after recent updates. GPU hangs would happen up to
multiple times per minute. Originally I was running precise and using
the precise kernel/X11 stack. I reinstalled from 12.04.2 media with the
quantal kernel/X11 stack, but after getting the latest updates it
started happening again.

I've now installed the proposed 3.5.0-28 kernel and it seems to have
fixed the problem.

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

Title:
  [regression] 3.5.0-26-generic and  3.2.0-39-generic GPU hangs on
  Sandybridge

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

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


[Bug 1168267] [NEW] package libstdc++6-4.7-dev 4.7.2-23ubuntu2 fails upgrade on multiarch

2013-04-12 Thread Tristan Tarrant
Public bug reported:

I have a multiarch system and everytime I upgrade libstdc++ I get the
following clash between the two arch variants:

package libstdc++6-4.7-dev 4.7.2-23ubuntu2 [modified:
usr/share/doc/gcc-4.7-base/C++/README.libstdc++-baseline
usr/share/doc/gcc-4.7-base/C++/libstdc++_symbols.txt] failed to
install/upgrade: trying to overwrite shared
'/usr/share/doc/gcc-4.7-base/C++/libstdc++_symbols.txt', which is
different from other instances of package libstdc++6-4.7-dev:i386

ProblemType: Package
DistroRelease: Ubuntu 13.04
Package: libstdc++6-4.7-dev 4.7.2-23ubuntu2 [modified: 
usr/share/doc/gcc-4.7-base/C++/README.libstdc++-baseline 
usr/share/doc/gcc-4.7-base/C++/libstdc++_symbols.txt]
ProcVersionSignature: Ubuntu 3.8.0-14.9-lowlatency 3.8.4
Uname: Linux 3.8.0-14-lowlatency x86_64
ApportVersion: 2.9.2-0ubuntu6
Architecture: amd64
Date: Fri Apr  5 21:07:25 2013
DuplicateSignature:
 Unpacking replacement libstdc++6-4.7-dev:i386 ...
 dpkg: error processing 
/var/cache/apt/archives/libstdc++6-4.7-dev_4.7.2-23ubuntu2_i386.deb (--unpack):
  trying to overwrite shared 
'/usr/share/doc/gcc-4.7-base/C++/libstdc++_symbols.txt', which is different 
from other instances of package libstdc++6-4.7-dev:i386
ErrorMessage: trying to overwrite shared 
'/usr/share/doc/gcc-4.7-base/C++/libstdc++_symbols.txt', which is different 
from other instances of package libstdc++6-4.7-dev:i386
InstallationDate: Installed on 2011-10-21 (538 days ago)
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
MarkForUpload: True
SourcePackage: gcc-4.7
Title: package libstdc++6-4.7-dev 4.7.2-23ubuntu2 [modified: 
usr/share/doc/gcc-4.7-base/C++/README.libstdc++-baseline 
usr/share/doc/gcc-4.7-base/C++/libstdc++_symbols.txt] failed to 
install/upgrade: trying to overwrite shared 
'/usr/share/doc/gcc-4.7-base/C++/libstdc++_symbols.txt', which is different 
from other instances of package libstdc++6-4.7-dev:i386
UpgradeStatus: Upgraded to raring on 2012-11-26 (135 days ago)

** Affects: gcc-4.7 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package need-duplicate-check package-conflict raring

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

Title:
  package libstdc++6-4.7-dev 4.7.2-23ubuntu2 fails upgrade on multiarch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-4.7/+bug/1168267/+subscriptions

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


[Bug 1153654] Re: Menus entries are not hilighted anymore

2013-04-12 Thread Tristan Tarrant
*** This bug is a duplicate of bug 1153350 ***
https://bugs.launchpad.net/bugs/1153350

same in 4.0.2-0ubuntu1

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

Title:
  Menus entries are not hilighted anymore

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

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


[Bug 782005] Re: Cannot click Apply on Existing Settings screen of Change Driver wizard in printer properties

2013-03-17 Thread Tristan Schmelcher
This happened again, but on a different computer running Ubuntu 12.04. I
was having printer trouble and I noticed that the make and model showed
up as simply Local Raw Printer. I attempted to change it to the
MFC-7220 but I was unable to click apply on the Existing Settings
page. I tried the flow a second time and the same thing happened. Then I
tried it from system-config-printer --debug to get the information you
wanted, but that time the Apply button _was_ enabled. I then cancelled
and went back to do it normally (i.e., not running it from the terminal
with --debug) and Apply was still enabled. So somehow the --debug run
magically fixed things without actually applying any change. :/

I've attached the --debug output from the run that magically fixed
things. The No installable options line is the last one that appeared
before cancelling.

** Attachment added: debug.log
   
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/782005/+attachment/3580565/+files/debug.log

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

Title:
  Cannot click Apply on Existing Settings screen of Change Driver
  wizard in printer properties

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/782005/+subscriptions

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


[Bug 782005] Re: Cannot click Apply on Existing Settings screen of Change Driver wizard in printer properties

2013-03-17 Thread Tristan Schmelcher
Here's the PPD as requested.

** Attachment added: MFC7220.ppd
   
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/782005/+attachment/3580566/+files/MFC7220.ppd

** Changed in: system-config-printer (Ubuntu)
   Status: Invalid = New

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

Title:
  Cannot click Apply on Existing Settings screen of Change Driver
  wizard in printer properties

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/782005/+subscriptions

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


[Bug 1156449] [NEW] Periodic freezing and other problems after resume from suspend

2013-03-17 Thread Tristan Schmelcher
Public bug reported:

I suspended my desktop to memory today (which I don't normally do) and
after resume from suspend it started periodically freezing. top showed
that the freezing was correlated with high CPU usage for the migration/N
kernel threads, as if the kernel was migrating threads back and forth
between cores. dmesg showed periodic errors from NVRM and also a
warning stack trace during resume.

Also, I have a second graphics card in this system driving a second X
server, and that display wouldn't wake up after resume. It's not clear
to me if that's because the output itself was busted or the
mouse/keyboard combo USB device connected to it was busted and thus
couldn't wake it (there were USB-related errors in dmesg).

The full dmesg is attached, and I've pasted a sample below. My desktop
is a System76 Leopard Extreme leo1 with upgraded graphics (dual NVIDIA
GTX 570 cards). Note that I had to reboot before reporting the bug
because the system was too unusable.

[1906165.038575] PM: Syncing filesystems ... done.
[1906165.068019] PM: Preparing system for mem sleep
[1906165.068027] Freezing user space processes ... (elapsed 0.01 seconds) done.
[1906165.085394] Freezing remaining freezable tasks ... (elapsed 0.01 seconds) 
done.
[1906165.101332] PM: Entering mem sleep
[1906165.101405] Suspending console(s) (use no_console_suspend to debug)
[1906165.103235] sd 1:0:1:0: [sdc] Synchronizing SCSI cache
[1906165.103311] sd 0:0:1:0: [sdb] Synchronizing SCSI cache
[1906165.103390] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[1906165.103754] ACPI handle has no context!
[1906165.104290] e1000e :00:19.0: wake-up capability enabled by ACPI
[1906165.153531] sd 0:0:1:0: [sdb] Stopping disk
[1906165.153657] sd 0:0:0:0: [sda] Stopping disk
[1906165.166198] sd 1:0:1:0: [sdc] Stopping disk
[1906165.220971] PM: suspend of drv:snd_hda_intel dev::00:1b.0 complete 
after 117.286 msecs
[1906165.548221] ACPI handle has no context!
[1906165.548267] ACPI handle has no context!
[1906165.564149] PM: suspend of drv:snd_hda_intel dev::02:00.1 complete 
after 461.491 msecs
[1906165.564192] PM: suspend of drv:pcieport dev::00:03.0 complete after 
461.132 msecs
[1906165.564194] PM: suspend of drv:snd_hda_intel dev::03:00.1 complete 
after 461.588 msecs
[1906165.564241] PM: suspend of drv:pcieport dev::00:07.0 complete after 
461.190 msecs
[1906165.591575] PM: suspend of drv:sd dev:0:0:1:0 complete after 489.428 msecs
[1906165.591632] PM: suspend of drv:scsi dev:target0:0:1 complete after 489.446 
msecs
[1906165.602065] PM: suspend of drv:sd dev:1:0:1:0 complete after 500.022 msecs
[1906165.602072] PM: suspend of drv:scsi dev:target1:0:1 complete after 499.961 
msecs
[1906165.602078] PM: suspend of drv:scsi dev:host1 complete after 499.653 msecs
[1906165.602131] PM: suspend of drv: dev:ata2 complete after 499.691 msecs
[1906165.929213] PM: suspend of drv:sd dev:0:0:0:0 complete after 827.791 msecs
[1906165.929246] PM: suspend of drv:scsi dev:target0:0:0 complete after 827.783 
msecs
[1906165.929307] PM: suspend of drv:scsi dev:host0 complete after 827.659 msecs
[1906165.929399] PM: suspend of drv: dev:ata1 complete after 827.722 msecs
[1906165.943298] PM: suspend of drv:ata_piix dev::00:1f.2 complete after 
841.433 msecs
[1906165.943310] PM: suspend of drv: dev:pci:00 complete after 841.127 msecs
[1906165.943318] PM: suspend of devices complete after 843.822 msecs
[1906165.943319] PM: suspend devices took 0.844 seconds
[1906165.943456] PM: late suspend of devices complete after 0.135 msecs
[1906165.943778] ehci_hcd :00:1d.7: wake-up capability enabled by ACPI
[1906165.959206] uhci_hcd :00:1d.2: wake-up capability enabled by ACPI
[1906165.959238] uhci_hcd :00:1d.1: wake-up capability enabled by ACPI
[1906165.959269] uhci_hcd :00:1d.0: wake-up capability enabled by ACPI
[1906165.959310] ehci_hcd :00:1a.7: wake-up capability enabled by ACPI
[1906165.975219] uhci_hcd :00:1a.2: wake-up capability enabled by ACPI
[1906165.975253] uhci_hcd :00:1a.1: wake-up capability enabled by ACPI
[1906165.975284] uhci_hcd :00:1a.0: wake-up capability enabled by ACPI
[1906165.975404] PM: noirq suspend of devices complete after 32.022 msecs
[1906165.975582] ACPI: Preparing to enter system sleep state S3
[1906165.975947] PM: Saving platform NVS memory
[1906165.980936] Disabling non-boot CPUs ...
[1906166.082935] CPU 1 is now offline
[1906166.084622] CPU 2 is now offline
[1906166.186702] CPU 3 is now offline
[1906166.290474] CPU 4 is now offline
[1906166.394231] CPU 5 is now offline
[1906166.497979] CPU 6 is now offline
[1906166.499532] CPU 7 is now offline
[1906166.499898] Extended CMOS year: 2000
[1906166.500644] ACPI: Low-level resume complete
[1906166.500681] PM: Restoring platform NVS memory
[1906166.501204] Extended CMOS year: 2000
[1906166.501233] Enabling non-boot CPUs ...
[1906166.501289] Booting Node 0 Processor 1 APIC 0x2
[1906166.515174] CPU1 is up
[1906166.515221] Booting Node 0 

[Bug 1155900] [NEW] Drivers

2013-03-16 Thread Tristan Bohnen
Public bug reported:

I cannot access additional drivers on my laptop, but my computer's
graphics card won't allow for hibernation or suspension. I've read that
using proprietary drivers will enable this, but I can't seem to get it
done. Thanks!

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: xorg 1:7.7+1ubuntu4
ProcVersionSignature: Ubuntu 3.5.0-25.39-generic 3.5.7.4
Uname: Linux 3.5.0-25-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.6.1-0ubuntu10
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
Date: Sat Mar 16 01:27:34 2013
DistUpgraded: Fresh install
DistroCodename: quantal
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Advanced Micro Devices [AMD] nee ATI RS880M [Mobility Radeon HD 4200 Series] 
[1002:9712] (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device [103c:363f]
InstallationDate: Installed on 2013-03-08 (8 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MachineType: Hewlett-Packard Presario CQ61 Notebook PC
MarkForUpload: True
ProcEnviron:
 TERM=unknown
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-25-generic 
root=UUID=fc5acb1c-e94f-4fda-bfc9-0f62c58873d5 ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/17/2010
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: F.15
dmi.board.name: 363F
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 42.15
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.15:bd05/17/2010:svnHewlett-Packard:pnPresarioCQ61NotebookPC:pvr048E110003200D102:rvnHewlett-Packard:rn363F:rvr42.15:cvnHewlett-Packard:ct10:cvrN/A:
dmi.product.name: Presario CQ61 Notebook PC
dmi.product.version: 048E110003200D102
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz 1:0.9.8.6-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.39-0ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 9.0.2-0ubuntu0.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.0.2-0ubuntu0.1
version.xserver-xorg-core: xserver-xorg-core 2:1.13.0-0ubuntu6.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.99.99~git20120913.8637f772-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.9-0ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.2-0ubuntu3

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


** Tags: amd64 apport-bug compiz-0.9 quantal ubuntu

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

Title:
  Drivers

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

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


[Bug 1070302] Re: [regression] Dash loses interaction with keyboard

2013-03-07 Thread Tristan Tarrant
Ok, I think I can reproduce it all the time:

- type something in the dash
- when the first matches appear, press the arrow keys to start navigating the 
results
- if Music matches are found while I'm navigating the dash loses keyboard focus

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

Title:
  [regression] Dash loses interaction with keyboard

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

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


[Bug 1070302] Re: [regression] Dash loses interaction with keyboard

2013-03-06 Thread Tristan Tarrant
Same as all the above: it happens to me quite often, although I cannot
pin down exactly how. I've noticed that if the dash is updating some of
its slowest results (i.e. audio/video at the bottom), this happens more
often.

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

Title:
  [regression] Dash loses interaction with keyboard

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

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


[Bug 946899] Re: [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... GPU hung

2013-03-04 Thread Tristan BENOIST
Hello,

I have the same problem here with a freeze of all the screen except the
cursor.

I have nvidia optimus handling a Geforce 520M and an intel video chip.

uname -a :
3.5.0-26-generic #40-Ubuntu SMP Tue Feb 26 19:57:24 UTC 2013 x86_64 x86_64 
x86_64 GNU/Linux

dmesg :
[drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... GPU hung
[drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
atl1c :07:00.0: vpd r/w failed.  This is likely a firmware bug on this 
device.  Contact the card vendor for a firmware update.

attachement : /sys/kernel/debug/dri/0/i915_error_state


** Attachment added: i915_error_state-2013-03-04
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/946899/+attachment/3557453/+files/i915_error_state-2013-03-04

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to a duplicate bug report (644740).
https://bugs.launchpad.net/bugs/946899

Title:
  [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... GPU
  hung

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

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


[Bug 1131192] Re: Can't authorise facebook account in Online Accounts

2013-02-25 Thread Tristan BENOIST
*** This bug is a duplicate of bug 1132030 ***
https://bugs.launchpad.net/bugs/1132030

Same bug here, but now it opens a HTML page hosted on my computer.

uname : 3.5.0-25-generic #38-Ubuntu SMP Mon Feb 18 23:27:42 UTC 2013
x86_64 x86_64 x86_64 GNU/Linux

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

Title:
  Can't authorise facebook account in Online Accounts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1131192/+subscriptions

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


[Bug 1132030] Re: Facebook account setup opens in external browser, unusable

2013-02-25 Thread Tristan BENOIST
Same bug here, but now it opens a HTML page hosted on my computer.

uname : 3.5.0-25-generic #38-Ubuntu SMP Mon Feb 18 23:27:42 UTC 2013
x86_64 x86_64 x86_64 GNU/Linux

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

Title:
  Facebook account setup opens in external browser, unusable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center-signon/+bug/1132030/+subscriptions

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


[Bug 615892] Re: Madcatz Cyborg R.A.T. 7 focus issues

2013-02-24 Thread NORMAND Tristan
** Changed in: xserver-xorg-input-evdev (Ubuntu)
 Assignee: Peter Badurek (p-badurek) = NORMAND Tristan (tetris-01)

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

Title:
  Madcatz Cyborg R.A.T. 7 focus issues

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/615892/+subscriptions

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


[Bug 1039698] Re: extundelete crashed with SIGSEGV in ext2fs_extent_get()

2013-02-23 Thread Tristan Schmelcher
Confirmed that 0.2.4 compiled from source fixes the problem on Ubuntu
12.10 too (and it successfully recovered my file!).

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

Title:
  extundelete crashed with SIGSEGV in ext2fs_extent_get()

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

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


[Bug 1113821] Re: libvirt-bin deletes /etc/dnsmasq.d/libvirt-bin on upgrade

2013-02-04 Thread Tristan Schmelcher
That's still a bug. If you remove and reinstall the package, the file
won't come back.

** Also affects: lxc (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  libvirt-bin deletes /etc/dnsmasq.d/libvirt-bin on upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1113821/+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 1113821] Re: libvirt-bin deletes /etc/dnsmasq.d/libvirt-bin on upgrade

2013-02-04 Thread Tristan Schmelcher
What about putting the conffile in a different directory, symlinking it
in the postinst, and deleting the link in the perm?

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

Title:
  libvirt-bin deletes /etc/dnsmasq.d/libvirt-bin on upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1113821/+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 1113821] Re: libvirt-bin deletes /etc/dnsmasq.d/libvirt-bin on upgrade

2013-02-04 Thread Tristan Schmelcher
That's still a bug. If you remove and reinstall the package, the file
won't come back.

** Also affects: lxc (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/1113821

Title:
  libvirt-bin deletes /etc/dnsmasq.d/libvirt-bin on upgrade

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

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


[Bug 1113821] Re: libvirt-bin deletes /etc/dnsmasq.d/libvirt-bin on upgrade

2013-02-04 Thread Tristan Schmelcher
What about putting the conffile in a different directory, symlinking it
in the postinst, and deleting the link in the perm?

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

Title:
  libvirt-bin deletes /etc/dnsmasq.d/libvirt-bin on upgrade

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

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


[Bug 1113840] [NEW] Non-obsolete conffile /etc/network/if-up.d/samba missing due to wrong rm_conffile calls in samba package

2013-02-02 Thread Tristan Schmelcher
Public bug reported:

On my system, the conffile /etc/network/if-up.d/samba is missing. This
is because the samba package's maintainer scripts run rm_conffile for
it:

$ grep -F 'dpkg-maintscript-helper rm_conffile' /var/lib/dpkg/info/samba.*
/var/lib/dpkg/info/samba.postinst:dpkg-maintscript-helper rm_conffile 
/etc/network/if-up.d/samba 2:3.6.5-6~ samba -- $@
/var/lib/dpkg/info/samba.postrm:dpkg-maintscript-helper rm_conffile 
/etc/network/if-up.d/samba 2:3.6.5-6~ samba -- $@
/var/lib/dpkg/info/samba.preinst:dpkg-maintscript-helper rm_conffile 
/etc/network/if-up.d/samba 2:3.6.5-6~ samba -- $@
/var/lib/dpkg/info/samba.prerm:dpkg-maintscript-helper rm_conffile 
/etc/network/if-up.d/samba 2:3.6.5-6~ samba -- $@

But this conffile is not obsolete:

$ grep -F /etc/network/if-up.d/samba /var/lib/dpkg/status
 /etc/network/if-up.d/samba 2c617f0d1baebc4ba4177087a7eefc57

Indeed, looking inside the deb file, /etc/network/if-up.d/samba is still
there.

Actual behaviour:

samba runs rm_conffile for non-obsolete conffile /etc/network/if-
up.d/samba, so it is deleted on upgrade if the previously-installed
version precedes 2:3.6.5-6.

Expected behaviour:

Maintainer scripts should not delete non-obsolete conffiles.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: samba 2:3.6.6-3ubuntu5
ProcVersionSignature: Ubuntu 3.5.0-22.34-generic 3.5.7.2
Uname: Linux 3.5.0-22-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.6.1-0ubuntu10
Architecture: amd64
Date: Sat Feb  2 14:50:44 2013
MarkForUpload: True
OtherFailedConnect: Yes
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SambaServerRegression: Yes
SmbConfIncluded: No
SourcePackage: samba
UpgradeStatus: Upgraded to quantal on 2012-10-28 (97 days ago)
modified.conffile..etc.network.if.up.d.samba: [deleted]

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


** Tags: amd64 apport-bug quantal

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

Title:
  Non-obsolete conffile /etc/network/if-up.d/samba missing due to wrong
  rm_conffile calls in samba package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1113840/+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 1113821] [NEW] libvirt-bin deletes /etc/dnsmasq.d/libvirt-bin on upgrade

2013-02-02 Thread Tristan Schmelcher
Public bug reported:

libvirt-bin deletes its own NON-obsolete conffile /etc/dnsmasq.d
/libvirt-bin in its postrm with rm, but postrm runs on upgrade, so
this causes libvirt-bin to delete its own conffile on upgrade. Hence,
anything that relies on /etc/dnsmasq.d/libvirt-bin will break whenever
upgrading libvirt-bin to a newer version.

libvirt-bin probably should use dpkg-maintscript-helper rm_conffile.

Repro steps:

1) Install latest version of libvirt-bin. Observe that 
/etc/dnsmasq.d/libvirt-bin is present.
2) Purge libvirt-bin and install an old version. Observe that 
/etc/dnsmasq.d/libvirt-bin is present.
3) Upgrade libvirt-bit to latest version. Observe that 
/etc/dnsmasq.d/libvirt-bin is gone.

Expected:

/etc/dnsmasq.d/libvirt-bin should be present on disk after each step,
since it is shipped in both versions of the package.

Actual:

/etc/dnsmasq.d/libvirt-bin is gone after step 3.


$ sudo apt-get install libvirt-bin 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following extra packages will be installed:
  augeas-lenses bridge-utils cgroup-lite ebtables gawk libaugeas0 libnetcf1
  libsigsegv2 libvirt0 libxenstore3.0
Suggested packages:
  augeas-doc gawk-doc augeas-tools qemu-kvm qemu radvd lvm2
The following NEW packages will be installed:
  augeas-lenses bridge-utils cgroup-lite ebtables gawk libaugeas0 libnetcf1
  libsigsegv2 libvirt-bin libvirt0 libxenstore3.0
0 upgraded, 11 newly installed, 0 to remove and 65 not upgraded.
Need to get 5,061 kB of archives.
After this operation, 17.2 MB of additional disk space will be used.
Do you want to continue [Y/n]? Y
Get:1 http://us.archive.ubuntu.com/ubuntu/ quantal/main augeas-lenses all 
0.10.0-1fakesync1ubuntu1 [179 kB]
Get:2 http://us.archive.ubuntu.com/ubuntu/ quantal/main bridge-utils amd64 
1.5-4ubuntu2 [32.5 kB]
Get:3 http://us.archive.ubuntu.com/ubuntu/ quantal/main ebtables amd64 
2.0.9.2-2ubuntu3 [90.3 kB]
Get:4 http://us.archive.ubuntu.com/ubuntu/ quantal/main libsigsegv2 amd64 
2.9-4ubuntu3 [14.7 kB]
Get:5 http://us.archive.ubuntu.com/ubuntu/ quantal/main gawk amd64 
1:4.0.1+dfsg-2 [778 kB]
Get:6 http://us.archive.ubuntu.com/ubuntu/ quantal/main libaugeas0 amd64 
0.10.0-1fakesync1ubuntu1 [176 kB]
Get:7 http://us.archive.ubuntu.com/ubuntu/ quantal/main libnetcf1 amd64 
0.2.0-1ubuntu1 [51.6 kB]
Get:8 http://us.archive.ubuntu.com/ubuntu/ quantal-updates/main libvirt0 amd64 
0.9.13-0ubuntu12.2 [880 kB]
Get:9 http://us.archive.ubuntu.com/ubuntu/ quantal-updates/main libxenstore3.0 
amd64 4.1.3-3ubuntu1.2 [19.8 kB]
Get:10 http://us.archive.ubuntu.com/ubuntu/ quantal/main cgroup-lite all 1.5 
[3,944 B]
Get:11 http://us.archive.ubuntu.com/ubuntu/ quantal-updates/main libvirt-bin 
amd64 0.9.13-0ubuntu12.2 [2,836 kB]
Fetched 5,061 kB in 4s (1,029 kB/s)   
Selecting previously unselected package augeas-lenses.
(Reading database ... 399268 files and directories currently installed.)
Unpacking augeas-lenses (from 
.../augeas-lenses_0.10.0-1fakesync1ubuntu1_all.deb) ...
Selecting previously unselected package bridge-utils.
Unpacking bridge-utils (from .../bridge-utils_1.5-4ubuntu2_amd64.deb) ...
Selecting previously unselected package ebtables.
Unpacking ebtables (from .../ebtables_2.0.9.2-2ubuntu3_amd64.deb) ...
Selecting previously unselected package libsigsegv2.
Unpacking libsigsegv2 (from .../libsigsegv2_2.9-4ubuntu3_amd64.deb) ...
Selecting previously unselected package gawk.
Unpacking gawk (from .../gawk_1%3a4.0.1+dfsg-2_amd64.deb) ...
Selecting previously unselected package libaugeas0.
Unpacking libaugeas0 (from .../libaugeas0_0.10.0-1fakesync1ubuntu1_amd64.deb) 
...
Selecting previously unselected package libnetcf1.
Unpacking libnetcf1 (from .../libnetcf1_0.2.0-1ubuntu1_amd64.deb) ...
Selecting previously unselected package libvirt0.
Unpacking libvirt0 (from .../libvirt0_0.9.13-0ubuntu12.2_amd64.deb) ...
Selecting previously unselected package libxenstore3.0.
Unpacking libxenstore3.0 (from .../libxenstore3.0_4.1.3-3ubuntu1.2_amd64.deb) 
...
Selecting previously unselected package cgroup-lite.
Unpacking cgroup-lite (from .../cgroup-lite_1.5_all.deb) ...
Selecting previously unselected package libvirt-bin.
Unpacking libvirt-bin (from .../libvirt-bin_0.9.13-0ubuntu12.2_amd64.deb) ...
Processing triggers for man-db ...
Processing triggers for ureadahead ...
ureadahead will be reprofiled on next reboot
Setting up augeas-lenses (0.10.0-1fakesync1ubuntu1) ...
Setting up bridge-utils (1.5-4ubuntu2) ...
Setting up ebtables (2.0.9.2-2ubuntu3) ...
Setting up libsigsegv2 (2.9-4ubuntu3) ...
Setting up gawk (1:4.0.1+dfsg-2) ...
Setting up libaugeas0 (0.10.0-1fakesync1ubuntu1) ...
Setting up libnetcf1 (0.2.0-1ubuntu1) ...
Setting up libvirt0 (0.9.13-0ubuntu12.2) ...
Setting up libxenstore3.0 (4.1.3-3ubuntu1.2) ...
Setting up cgroup-lite (1.5) ...
cgroup-lite start/running
Processing triggers for ureadahead ...
Setting up libvirt-bin (0.9.13-0ubuntu12.2) ...
Adding group `libvirtd' (GID 132) ...

[Bug 1113821] Re: libvirt-bin deletes /etc/dnsmasq.d/libvirt-bin on upgrade

2013-02-02 Thread Tristan Schmelcher
Actually, dpkg-maintscript-helper rm_conffile is probably not the right
solution since the conffile is not obsolete.

Perhaps the conffile should be moved elsewhere (/etc/libvirt ?) and the
postinst/postrm should create/delete a symlink?

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

Title:
  libvirt-bin deletes /etc/dnsmasq.d/libvirt-bin on upgrade

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

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


[Bug 1113840] [NEW] Non-obsolete conffile /etc/network/if-up.d/samba missing due to wrong rm_conffile calls in samba package

2013-02-02 Thread Tristan Schmelcher
Public bug reported:

On my system, the conffile /etc/network/if-up.d/samba is missing. This
is because the samba package's maintainer scripts run rm_conffile for
it:

$ grep -F 'dpkg-maintscript-helper rm_conffile' /var/lib/dpkg/info/samba.*
/var/lib/dpkg/info/samba.postinst:dpkg-maintscript-helper rm_conffile 
/etc/network/if-up.d/samba 2:3.6.5-6~ samba -- $@
/var/lib/dpkg/info/samba.postrm:dpkg-maintscript-helper rm_conffile 
/etc/network/if-up.d/samba 2:3.6.5-6~ samba -- $@
/var/lib/dpkg/info/samba.preinst:dpkg-maintscript-helper rm_conffile 
/etc/network/if-up.d/samba 2:3.6.5-6~ samba -- $@
/var/lib/dpkg/info/samba.prerm:dpkg-maintscript-helper rm_conffile 
/etc/network/if-up.d/samba 2:3.6.5-6~ samba -- $@

But this conffile is not obsolete:

$ grep -F /etc/network/if-up.d/samba /var/lib/dpkg/status
 /etc/network/if-up.d/samba 2c617f0d1baebc4ba4177087a7eefc57

Indeed, looking inside the deb file, /etc/network/if-up.d/samba is still
there.

Actual behaviour:

samba runs rm_conffile for non-obsolete conffile /etc/network/if-
up.d/samba, so it is deleted on upgrade if the previously-installed
version precedes 2:3.6.5-6.

Expected behaviour:

Maintainer scripts should not delete non-obsolete conffiles.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: samba 2:3.6.6-3ubuntu5
ProcVersionSignature: Ubuntu 3.5.0-22.34-generic 3.5.7.2
Uname: Linux 3.5.0-22-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.6.1-0ubuntu10
Architecture: amd64
Date: Sat Feb  2 14:50:44 2013
MarkForUpload: True
OtherFailedConnect: Yes
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SambaServerRegression: Yes
SmbConfIncluded: No
SourcePackage: samba
UpgradeStatus: Upgraded to quantal on 2012-10-28 (97 days ago)
modified.conffile..etc.network.if.up.d.samba: [deleted]

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


** Tags: amd64 apport-bug quantal

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

Title:
  Non-obsolete conffile /etc/network/if-up.d/samba missing due to wrong
  rm_conffile calls in samba package

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

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


[Bug 1101912] Re: nvidia-current does not install prereqs for building kernel module, resulting in broken graphics [Module build for the currently running kernel was skipped since the kernel source fo

2013-01-28 Thread Tristan Schmelcher
IMO it broke more than slightly.

Perhaps dkms could depend on linux-generic to prevent this? Even if the
installer is fixed, anyone who installs from the original ISO and
updates will hit this bug.

** Also affects: dkms (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/1101912

Title:
  nvidia-current does not install prereqs for building kernel module,
  resulting in broken graphics [Module build for the currently running
  kernel was skipped since the kernel source for this kernel does not
  seem to be installed.]

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

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


[Bug 1104797] Re: partprobe silently fails where blockdev --rereadpt succeeds

2013-01-25 Thread Tristan Schmelcher
I securely erased the drive's entire data with shred. i.e.:

sudo shred /dev/sdd

So after this there was no longer a partition table at all. (Prior to
this, it was a DOS partition table.)

** Changed in: parted (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/1104797

Title:
  partprobe silently fails where blockdev --rereadpt succeeds

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

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


[Bug 1104797] Re: partprobe silently fails where blockdev --rereadpt succeeds

2013-01-25 Thread Tristan Schmelcher
Gotcha. Refusing to act makes sense. However, exiting without any error
seems like a valid bug to me.

** Changed in: parted (Ubuntu)
   Status: Invalid = New

** Summary changed:

- partprobe silently fails where blockdev --rereadpt succeeds
+ If partprobe does not find a partition table, it refuses to act but does not 
report an error

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

Title:
  If partprobe does not find a partition table, it refuses to act but
  does not report an error

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

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


[Bug 1104797] [NEW] partprobe silently fails where blockdev --rereadpt succeeds

2013-01-24 Thread Tristan Schmelcher
Public bug reported:

I ran shred on a hard drive (/dev/sdd) and then tried to run partprobe
to make the device node for its sole partition disappear (/dev/sdd1). It
was not mounted at the time. partprobe claimed to succeed, but in fact
it did nothing. Running blockdev --rereadpt /dev/sdd worked.

$ sudo partprobe
$ ls /dev/sdd*
/dev/sdd  /dev/sdd1
$ sudo partprobe /dev/sdd
$ ls /dev/sdd*
/dev/sdd  /dev/sdd1
$ sudo blockdev --rereadpt /dev/sdd
$ ls /dev/sdd*
/dev/sdd
$

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: parted 2.3-10ubuntu2
ProcVersionSignature: Ubuntu 3.5.0-21.32-generic 3.5.7.1
Uname: Linux 3.5.0-21-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.6.1-0ubuntu9
Architecture: amd64
Date: Thu Jan 24 22:08:03 2013
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: parted
UpgradeStatus: Upgraded to quantal on 2012-10-28 (88 days ago)

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


** Tags: amd64 apport-bug quantal running-unity

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

Title:
  partprobe silently fails where blockdev --rereadpt succeeds

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

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


[Bug 1008284] Re: Font size of shutdown dialog in Unity greeter is tiny and unreadable

2013-01-22 Thread Tristan Schmelcher
How can one take a screenshot in the greeter?

** Changed in: unity-greeter (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/1008284

Title:
  Font size of shutdown dialog in Unity greeter is tiny and unreadable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/1008284/+subscriptions

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


[Bug 1075594] Re: Linking error: undefined reference to `RtMidiIn::RtMidiIn(std::string, unsigned int)'

2013-01-21 Thread Tristan Matthews
The workaround is to get the package, revert the last patch, and then
rebuild and install the package:

wajig source libstk0-dev
cd stk-4.4.3
# reverse the last patch
patch -p1 -R -i debian/patches/03-system_rtaudio_rtmidi.patch

# build the debs (they will be built in the parent directory)
fakeroot dpkg-buildpackage -b -uc -us

# install them
cd ..
wajig install libstk0*.deb

And you should be good to go!

See:
http://www.togaware.com/linux/survivor/Building_Packages0.html

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

Title:
  Linking error: undefined reference to `RtMidiIn::RtMidiIn(std::string,
  unsigned int)'

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

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


[Bug 1101912] [NEW] nvidia-current does not install prereqs for building kernel module, resulting in broken graphics

2013-01-19 Thread Tristan Schmelcher
Public bug reported:

I have a freshly-installed, up-to-date Ubuntu 12.10 amd64 machine (Dell
XPS M1710 with GeForce Go 7900 GS). I installed nvidia-current from the
Additional Drivers tab of Software Sources and it said it succeeded, but
upon reboot graphics were busted. The display was low-resolution and
Unity failed to start. It appears that nvidia-current did not pull in
the prerequisites for building the nvidia kernel module:

$ sudo apt-get install --reinstall nvidia-current
Reading package lists... Done
Building dependency tree   
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
Need to get 0 B/67.7 MB of archives.
After this operation, 0 B of additional disk space will be used.
(Reading database ... 147351 files and directories currently installed.)
Preparing to replace nvidia-current 304.51.really.304.43-0ubuntu1 (using 
.../nvidia-current_304.51.really.304.43-0ubuntu1_amd64.deb) ...
Removing all DKMS Modules
Done.
Unpacking replacement nvidia-current ...
Processing triggers for man-db ...
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...
Processing triggers for desktop-file-utils ...
Processing triggers for gnome-menus ...
Setting up nvidia-current (304.51.really.304.43-0ubuntu1) ...
update-initramfs: deferring update (trigger activated)
INFO:Enable nvidia-current
DEBUG:Parsing /usr/share/ubuntu-drivers-common/quirks/lenovo_thinkpad
DEBUG:Parsing /usr/share/ubuntu-drivers-common/quirks/put_your_quirks_here
DEBUG:Parsing /usr/share/ubuntu-drivers-common/quirks/dell_latitude
DEBUG:Processing quirk ThinkPad T420s
DEBUG:Failure to match Dell Inc. with LENOVO
DEBUG:Quirk doesn't match
DEBUG:Processing quirk Latitude E6530
DEBUG:Failure to match MXG061 with Latitude E6530
DEBUG:Quirk doesn't match
Loading new nvidia-current-304.43 DKMS files...
Building only for 3.5.0-22-generic
Building for architecture x86_64
Module build for the currently running kernel was skipped since the
kernel source for this kernel does not seem to be installed.
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...
Processing triggers for initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-3.5.0-22-generic
$

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: nvidia-current 304.51.really.304.43-0ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-22.34-generic 3.5.7.2
Uname: Linux 3.5.0-22-generic x86_64
ApportVersion: 2.6.1-0ubuntu9
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
Date: Sat Jan 19 13:39:45 2013
DistUpgraded: Fresh install
DistroCodename: quantal
DistroVariant: ubuntu
DkmsStatus: nvidia-current, 304.43: added
GraphicsCard:
 NVIDIA Corporation G71 [GeForce Go 7900 GS] [10de:0298] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: Dell Device [1028:019b]
InstallationDate: Installed on 2013-01-19 (0 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MachineType: Dell Inc. MXG061
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-22-generic 
root=UUID=a7b8984f-27a9-4805-aee8-60ec72b15c45 ro quiet splash
SourcePackage: nvidia-graphics-drivers
UnitySupportTest:
 Error: command ['/usr/lib/nux/unity_support_test', '-p', '-f'] failed with 
exit code 5: Xlib:  extension GLX missing on display :0.0.
 Error: GLX is not available on the system
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/27/2007
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A07
dmi.board.name: 0CF456
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd06/27/2007:svnDellInc.:pnMXG061:pvr:rvnDellInc.:rn0CF456:rvr:cvnDellInc.:ct8:cvr:
dmi.product.name: MXG061
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.8.6-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.39-0ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 9.0-0ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.0-0ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.13.0-0ubuntu6.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.99.99~git20120913.8637f772-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.9-0ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.2-0ubuntu3

** Affects: nvidia-graphics-drivers (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug compiz-0.9 quantal ubuntu

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

Title:
  

[Bug 1101912] Re: nvidia-current does not install prereqs for building kernel module, resulting in broken graphics

2013-01-19 Thread Tristan Schmelcher
Workaround: manually install headers for the running kernel and then
reinstall nvidia-current.

$ sudo apt-get install linux-headers-3.5.0-22-generic 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following extra packages will be installed:
  linux-headers-3.5.0-22
The following NEW packages will be installed:
  linux-headers-3.5.0-22 linux-headers-3.5.0-22-generic
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 13.1 MB of archives.
After this operation, 69.9 MB of additional disk space will be used.
Do you want to continue [Y/n]? Y
Get:1 http://us.archive.ubuntu.com/ubuntu/ quantal-updates/main 
linux-headers-3.5.0-22 all 3.5.0-22.34 [12.1 MB]
Get:2 http://us.archive.ubuntu.com/ubuntu/ quantal-updates/main 
linux-headers-3.5.0-22-generic amd64 3.5.0-22.34 [965 kB]
Fetched 13.1 MB in 10s (1,208 kB/s)
Selecting previously unselected package linux-headers-3.5.0-22.
(Reading database ... 147351 files and directories currently installed.)
Unpacking linux-headers-3.5.0-22 (from 
.../linux-headers-3.5.0-22_3.5.0-22.34_all.deb) ...
Selecting previously unselected package linux-headers-3.5.0-22-generic.
Unpacking linux-headers-3.5.0-22-generic (from 
.../linux-headers-3.5.0-22-generic_3.5.0-22.34_amd64.deb) ...
Setting up linux-headers-3.5.0-22 (3.5.0-22.34) ...
Setting up linux-headers-3.5.0-22-generic (3.5.0-22.34) ...
Examining /etc/kernel/header_postinst.d.
run-parts: executing /etc/kernel/header_postinst.d/dkms 3.5.0-22-generic 
/boot/vmlinuz-3.5.0-22-generic
$ sudo apt-get install --reinstall nvidia-current
Reading package lists... Done
Building dependency tree   
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
Need to get 0 B/67.7 MB of archives.
After this operation, 0 B of additional disk space will be used.
(Reading database ... 170097 files and directories currently installed.)
Preparing to replace nvidia-current 304.51.really.304.43-0ubuntu1 (using 
.../nvidia-current_304.51.really.304.43-0ubuntu1_amd64.deb) ...
Removing all DKMS Modules
Done.
Unpacking replacement nvidia-current ...
Processing triggers for man-db ...
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...
Processing triggers for desktop-file-utils ...
Processing triggers for gnome-menus ...
Setting up nvidia-current (304.51.really.304.43-0ubuntu1) ...
update-initramfs: deferring update (trigger activated)
INFO:Enable nvidia-current
DEBUG:Parsing /usr/share/ubuntu-drivers-common/quirks/lenovo_thinkpad
DEBUG:Parsing /usr/share/ubuntu-drivers-common/quirks/put_your_quirks_here
DEBUG:Parsing /usr/share/ubuntu-drivers-common/quirks/dell_latitude
DEBUG:Processing quirk ThinkPad T420s
DEBUG:Failure to match Dell Inc. with LENOVO
DEBUG:Quirk doesn't match
DEBUG:Processing quirk Latitude E6530
DEBUG:Failure to match MXG061 with Latitude E6530
DEBUG:Quirk doesn't match
Loading new nvidia-current-304.43 DKMS files...
Building only for 3.5.0-22-generic
Building for architecture x86_64
Building initial module for 3.5.0-22-generic
Done.

nvidia_current:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/3.5.0-22-generic/updates/dkms/

depmod

DKMS: install completed.
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...
Processing triggers for initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-3.5.0-22-generic
$ sudo modprobe nvidia-current
$ echo $?
0
$

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

Title:
  nvidia-current does not install prereqs for building kernel module,
  resulting in broken graphics

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/1101912/+subscriptions

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


[Bug 1101919] [NEW] Display brightness is stuck at lowest setting on GeForce Go 7900 GS

2013-01-19 Thread Tristan Schmelcher
Public bug reported:

I have a Dell XPS M1710 with a GeForce Go 7900 GS and freshly-installed,
fully up-to-date Ubuntu 12.10 amd64. When using Nouveau (the default),
it is impossible to adjust the display brightness. Moving the slider in
Brightness and Lock has no effect on the actual display brightness. The
Fn keys for brightness also have no effect (except to move the slider).
Worse, even though the default slider position is the max, the actual
brightness is the lowest-possible setting, making the machine
effectively unusable with Nouveau.

The proprietary NVIDIA drivers do work (and are active at the time of
reporting this). I am happy to provide more info if needed.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: xserver-xorg-video-nouveau 1:1.0.2-0ubuntu3
ProcVersionSignature: Ubuntu 3.5.0-22.34-generic 3.5.7.2
Uname: Linux 3.5.0-22-generic x86_64
NonfreeKernelModules: nvidia
.proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
.proc.driver.nvidia.registry: Binary: 
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  304.43  Sun Aug 19 20:14:03 
PDT 2012
 GCC version:  gcc version 4.7.2 (Ubuntu/Linaro 4.7.2-2ubuntu1)
.tmp.unity.support.test.0:
 
ApportVersion: 2.6.1-0ubuntu9
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
Date: Sat Jan 19 13:57:09 2013
DistUpgraded: Fresh install
DistroCodename: quantal
DistroVariant: ubuntu
DkmsStatus: nvidia-current, 304.43, 3.5.0-22-generic, x86_64: installed
ExtraDebuggingInterest: Yes, including running git bisection searches
GraphicsCard:
 NVIDIA Corporation G71 [GeForce Go 7900 GS] [10de:0298] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: Dell Device [1028:019b]
InstallationDate: Installed on 2013-01-19 (0 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MachineType: Dell Inc. MXG061
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-22-generic 
root=UUID=a7b8984f-27a9-4805-aee8-60ec72b15c45 ro quiet splash
SourcePackage: xserver-xorg-video-nouveau
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/27/2007
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A07
dmi.board.name: 0CF456
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd06/27/2007:svnDellInc.:pnMXG061:pvr:rvnDellInc.:rn0CF456:rvr:cvnDellInc.:ct8:cvr:
dmi.product.name: MXG061
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.8.6-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.39-0ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 9.0-0ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.0-0ubuntu1
version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.13.0-0ubuntu6.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.99.99~git20120913.8637f772-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.9-0ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.2-0ubuntu3

** Affects: xserver-xorg-video-nouveau (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug compiz-0.9 quantal running-unity ubuntu

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

Title:
  Display brightness is stuck at lowest setting on GeForce Go 7900 GS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1101919/+subscriptions

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


[Bug 164589] Re: Occasional screen-wide blink when using opengl apps (compiz also) and Nvidia cards

2013-01-19 Thread Tristan Schmelcher
Good news! No repro on freshly-installed, fully up-to-date Ubuntu 12.10
amd64 using nvidia-current (version 304.51.really.304.43-0ubuntu1). I
tested Unity, GNOME Shell, and GNOME Classic (No Effects) with glxgears
and YouTube and I verifed that PowerMizer was switching performance
levels. Never saw any blinking.

I'm leaving the bug status as Expired since technically 12.10 doesn't
use the 180-series drivers.

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

Title:
  Occasional screen-wide blink when using opengl apps (compiz also)
  and Nvidia cards

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-restricted-modules-2.6.22/+bug/164589/+subscriptions

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


[Bug 825897] Re: network-manager becomes unresponsive, requiring a service restart

2013-01-09 Thread Tristan Schmelcher
Still repros in 12.10. Also repros in a LiveCD environment, so it's not
something with my install.

My computer is a System76 Leopard Extreme. I opened a System76 service
request but their technicians cannot reproduce the problem with their
hardware.

My girlfriend recently got a Dell XPS 13 Developer Edition and it also
experiences the problem. Interestingly, it has a similar wireless
adapter model (Centrino Advanced-N 6235 rev 24). I am thinking that
there may be a compatibility problem between Ubuntu, the Centrino
Advanced-N 6230/6235, and something in my environment. Perhaps it
doesn't like my wireless router (WNDR3700v2) or the fact that there are
about three dozen wireless networks in range.

As another test, I disabled my wireless router itself while the problem
was reproing. Much like when I tested unplugging a wired cable, nm-
applet showed that it had been disconnected from the wireless and that
it was trying to reconnect, but the applet was still unresponsive to
user input. As before, killing and restarting nm-applet made it work
properly again.

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

Title:
  network-manager becomes unresponsive, requiring a service restart

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/825897/+subscriptions

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


[Bug 1096661] [NEW] Folder Sharing dialog does not install libpam-smbpass if samba is already installed

2013-01-06 Thread Tristan Schmelcher
Public bug reported:

If you open the Folder Sharing dialog in Nautilus and click Share this
folder while neither the samba nor libpam-smbpass packages are
installed, then Nautilus automatically prompts you to install samba and
then libpam-smbpass. However, if samba is already installed and libpam-
smbpass is not, Nautilus does NOT prompt you to install libpam-smbpass.
Rather, it happily allows you to enable sharing on the folder, which
results in a broken configuration because it is impossible for any user
to authenticate to access the folder without libpam-smbpass installed.

Expected behaviour:

If either samba or libpam-smbpass are not installed, Nautilus should
prompt you to install the missing ones.

Actual behaviour:

If samba is installed and libpam-smbpass is not, Nautilus does not
prompt you to install libpam-smbpass and users are unable to
authenticate to the shared folder.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: nautilus-share 0.7.3-1ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-35.55-generic 3.2.34
Uname: Linux 3.2.0-35-generic x86_64
ApportVersion: 2.0.1-0ubuntu15.1
Architecture: amd64
Date: Sun Jan  6 10:57:57 2013
DistributionChannelDescriptor:
 # This is a distribution channel descriptor
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-somerville-precise-amd64-20120703-2
InstallationMedia: Ubuntu 12.04 Precise - Build amd64 LIVE Binary 
20120703-15:08
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus-share
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nautilus-share (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise running-unity

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

Title:
  Folder Sharing dialog does not install libpam-smbpass if samba is
  already installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus-share/+bug/1096661/+subscriptions

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


[Bug 998435] Re: qemu-kvm-spice doesn't support spice/qxl installs

2013-01-06 Thread Tristan Schmelcher
Same here. I was trying to install Win7 64-bit on 12.04 with qemu-kvm-
spice and neither qxl nor vga graphics would work--both showed a black
screen. Configuring the display as VNC instead of SPICE made no
difference. But choosing cirrus graphics made it work.

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

Title:
  qemu-kvm-spice doesn't support spice/qxl  installs

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

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


[Bug 998435] Re: qemu-kvm-spice doesn't support spice/qxl installs

2013-01-06 Thread Tristan Schmelcher
Possibly related to bug 958549.

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

Title:
  qemu-kvm-spice doesn't support spice/qxl  installs

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

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


[Bug 958549] Re: Black screen on guest with anything except Cirrus

2013-01-06 Thread Tristan Schmelcher
Possibly related to bug 998435.

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

Title:
  Black screen on guest with anything except Cirrus

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

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


[Bug 1096661] Re: Folder Sharing dialog does not install libpam-smbpass if samba is already installed

2013-01-06 Thread Tristan Schmelcher
I don't think it's valid to assume that any user that has installed the
samba package manually knows enough to install libpam-smbpass or manage
the passwords themselves. In this day and age, the web abounds with many
tutorials about all aspects of Ubuntu, most of which are grossly out
of date or woefully inaccurate. It is entirely possible that the user
has manually installed samba but knows next to nothing about its
operation.

In my case, I installed samba in advance because I knew that the folder
sharing function in Nautilus requires it, but I didn't know that libpam-
smbpass is also required. After several reboots and /etc/init.d/smbd
restarts, I started hunting on the web for solutions and discovered that
I needed libpam-smbpass.

If an experienced user can use pam-auth-update to avoid the use of
libpam-smbpass, then I think installing it all the time is the safest
approach.

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

Title:
  Folder Sharing dialog does not install libpam-smbpass if samba is
  already installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus-share/+bug/1096661/+subscriptions

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


[Bug 1025087] Re: [regression] Double-clicking a date in calendar applet opens the previous day in Evolution (again)

2012-12-31 Thread Tristan Schmelcher
Still present in 12.10.

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

Title:
  [regression] Double-clicking a date in calendar applet opens the
  previous day in Evolution (again)

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

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


[Bug 980409] Re: ddclient init script fails to stop process

2012-12-31 Thread Tristan Schmelcher
Attaching the diff as a file marked as a patch in the hope that it draws
some attention.

** Patch added: Patch to /etc/init.d/ddclient that fixes the bug
   
https://bugs.launchpad.net/ubuntu/+source/ddclient/+bug/980409/+attachment/3471573/+files/init-d-ddclient.patch

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

Title:
  ddclient init script fails to stop process

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

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


[Bug 1025087] Re: [regression] Double-clicking a date in calendar applet opens the previous day in Evolution (again)

2012-12-31 Thread Tristan Schmelcher
** Bug watch added: GNOME Bug Tracker #690930
   https://bugzilla.gnome.org/show_bug.cgi?id=690930

** Also affects: evolution via
   https://bugzilla.gnome.org/show_bug.cgi?id=690930
   Importance: Unknown
   Status: Unknown

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

Title:
  [regression] Double-clicking a date in calendar applet opens the
  previous day in Evolution (again)

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

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


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2012-12-26 Thread Tristan Beaudoin
I am having the same problem on my HP Envy dv6-7210us running Ubuntu
12.10 with kernel  Linux 3.5.0-21-generic, with Bus 002 Device 003: ID
138a:0018 Validity Sensors, Inc.  I  sure hope all of this can get
resolved soon.



Thanks,

Tristan

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

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

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

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


[Bug 1072531] Re: [regression] X11 screen blanking after 10 minutes with no UI to change it

2012-12-20 Thread Tristan Schmelcher
I am using only lightdm and Unity. My lightdm.conf is attached above.

Also, in my case the screen does _not_ power down after 10 minutes, it
just displays black. i.e., the HDMI display connected to it shows that
it is still receiving a signal. By comparison, the Turn off screen when
inactive setting truly turns off the display and the display reports no
signal. But possibly the reporter of bug 1046118 used the term power
down loosely.

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

Title:
  [regression] X11 screen blanking after 10 minutes with no UI to change
  it

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1072531/+subscriptions

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


[Bug 1046118] Re: screen powers down after 10 minutes regardless of what Brightness and Lock settings used.

2012-12-20 Thread Tristan Schmelcher
I am experiencing a similar issue in 12.10 using Unity, filed as bug
1072531.

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

Title:
  screen powers down after 10 minutes regardless of what Brightness and
  Lock settings used.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1046118/+subscriptions

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


[Bug 1091980] [NEW] Cannot select how to store documents and settings in usb-creator-gtk

2012-12-19 Thread Tristan Schmelcher
Public bug reported:

In 12.10, when I try to create a USB startup disk I am unable to select
how to store documents and settings. The radio buttons and slider are
disabled and are stuck on Stored in reserved  extra space with 0.0 MB.
Everything else in the UI appears to work.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: usb-creator-gtk 0.2.40ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-21.32-generic 3.5.7.1
Uname: Linux 3.5.0-21-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.6.1-0ubuntu9
Architecture: amd64
Date: Tue Dec 18 23:59:38 2012
InstallationDate: Installed on 2011-04-30 (598 days ago)
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
MarkForUpload: True
SourcePackage: usb-creator
UpgradeStatus: Upgraded to quantal on 2012-10-21 (58 days ago)

** Affects: usb-creator (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug quantal running-unity

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

Title:
  Cannot select how to store documents and settings in usb-creator-gtk

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/usb-creator/+bug/1091980/+subscriptions

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


[Bug 1091980] Re: Cannot select how to store documents and settings in usb-creator-gtk

2012-12-19 Thread Tristan Schmelcher
Note that creating a disk does work (although the application crashes at
the end) and it boots successfully.

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

Title:
  Cannot select how to store documents and settings in usb-creator-gtk

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/usb-creator/+bug/1091980/+subscriptions

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


[Bug 1072531]

2012-12-19 Thread Tristan Schmelcher
Thanks Alan. To my knowledge, Ubuntu actually has _never_ had a UI to
control this--screen blanking has always been disabled before. The UI
only allows the user to configure the time period for powering off the
display. Now it seems that screen blanking is mysteriously enabled on
some machines in 12.10.

Other than with xorg.conf or xset, how might the distro be disabling
this? I wasn't able to find any override anywhere. I am guessing that
the override is not working in some corner case.

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

Title:
  [regression] X11 screen blanking after 10 minutes with no UI to change
  it

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1072531/+subscriptions

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


[Bug 164589] Re: Occasional screen-wide blink when using opengl apps (compiz also) and Nvidia cards

2012-12-03 Thread Tristan Schmelcher
Why was this changed to invalid? If you are theorizing that the bug may
be obsolete, I would be happy to check for you.

** Changed in: nvidia-graphics-drivers-180 (Ubuntu)
   Status: Invalid = New

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

Title:
  Occasional screen-wide blink when using opengl apps (compiz also)
  and Nvidia cards

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-restricted-modules-2.6.22/+bug/164589/+subscriptions

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


[Bug 980409] Re: ddclient init script fails to stop process

2012-11-24 Thread Tristan Schmelcher
Confirmed the work-around. Here's the changes as a diff:

$ apt-diff ddclient
--- /tmp/apt-diff_1001/extracted/ddclient/etc/init.d/ddclient   2012-08-09 
17:33:15.0 -0700
+++ /etc/init.d/ddclient2012-11-24 08:48:39.0 -0800
@@ -52,12 +52,12 @@
#   1 if daemon was already running
#   2 if daemon could not be started
start-stop-daemon --test --start --quiet \
-   --pidfile $PIDFILE --name $NAME --startas $DAEMON \
+   --pidfile $PIDFILE --startas $DAEMON \
/dev/null \
|| return 1
 
start-stop-daemon --start --quiet \
-   --pidfile $PIDFILE --name $NAME --startas $DAEMON \
+   --pidfile $PIDFILE --startas $DAEMON \
-- $OPTIONS \
|| return 2
 }
@@ -77,7 +77,7 @@
#   2 if daemon could not be stopped
#   other if a failure occurred
start-stop-daemon --stop --quiet --retry=TERM/30/KILL/5 \
-   --pidfile $PIDFILE --name $NAME
+   --pidfile $PIDFILE
return $?
 }
 

Found 1 differences between filesystem state and package state
Skipped 1 unverifiable directories
Finished in 0.674012 seconds

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

Title:
  ddclient init script fails to stop process

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

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


[Bug 1082777] [NEW] Driver suggested by Jockey for BCM4311 on Dell Inspiron E1505 doesn't work

2012-11-24 Thread Tristan Schmelcher
Public bug reported:

On this Dell Inspiron E1505, Jockey suggests to use the driver in bcmwl-
kernel-source for the BCM4311 wireless card. However, this driver
doesn't work. No wireless options show up in nm-applet. For wireless to
work, I have to remove bcmwl-kernel-source and install
firmware-b43-installer.

Based on my web searches, this problem might be due to the fact that
this laptop model also has a BCM4401 for wired Ethernet. The b44 kernel
module uses the ssb kernel module, which locks the BCM43xx device,
preventing the wl kernel module from using it. (I got this info from
http://askubuntu.com/questions/139168/dell-1390-wireless-
bcm4311-ubuntu-12-04-no-wireless-icon-in-unity.) If this is accurate,
then on systems with both a BCM43xx and a BCM44xx Jockey should suggest
firmware-b43-installer instead of bcmwl-kernel-source.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: jockey-gtk 0.9.7-0ubuntu7.4
ProcVersionSignature: Ubuntu 3.2.0-32.51-generic-pae 3.2.30
Uname: Linux 3.2.0-32-generic-pae i686
NonfreeKernelModules: wl
ApportVersion: 2.0.1-0ubuntu14
Architecture: i386
Date: Sat Nov 24 17:34:24 2012
InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release i386 
(20120817.3)
MachineType: Dell Inc. MM061
PackageArchitecture: all
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-32-generic-pae 
root=UUID=ca238997-75f8-480b-bb92-ecc9a9dfd571 ro quiet splash vt.handoff=7
SourcePackage: jockey
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/13/2007
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A17
dmi.board.name: 0XD720
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA17:bd06/13/2007:svnDellInc.:pnMM061:pvr:rvnDellInc.:rn0XD720:rvr:cvnDellInc.:ct8:cvr:
dmi.product.name: MM061
dmi.sys.vendor: Dell Inc.

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


** Tags: apport-bug i386 precise running-unity

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

Title:
  Driver suggested by Jockey for BCM4311 on Dell Inspiron E1505 doesn't
  work

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

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


[Bug 1048059] Re: Adding ACLs to /media/$user does not work

2012-11-22 Thread Tristan Schmelcher
ext3 root fs:

$ sudo dumpe2fs -h /dev/sda1 | grep -E 'mount options|created'
dumpe2fs 1.42.5 (29-Jul-2012)
Default mount options:(none)
Filesystem created:   Thu Sep 17 21:56:42 2009

ext4 homedir:

$ sudo dumpe2fs -h /dev/md0 | grep -E 'mount options|created'
dumpe2fs 1.42.5 (29-Jul-2012)
Default mount options:(none)
Filesystem created:   Mon Jan  3 14:13:17 2011

ACLs are broken on ext3 root fs:

$ touch /tmp/test.txt
$ getfacl /tmp/test.txt 
getfacl: Removing leading '/' from absolute path names
# file: tmp/test.txt
# owner: tristan
# group: tristan
user::rw-
group::rw-
other::r--

$ setfacl -m u:tristan:r /tmp/test.txt 
setfacl: /tmp/test.txt: Operation not supported
$


But working on ext4 homedir:


$ touch ~/test.txt
$ getfacl ~/test.txt 
getfacl: Removing leading '/' from absolute path names
# file: home/tristan/test.txt
# owner: tristan
# group: tristan
user::rw-
group::rw-
other::r--

$ setfacl -m u:tristan:r ~/test.txt 
$ echo $?
0
$

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

Title:
  Adding ACLs to /media/$user does not work

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

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


[Bug 1048059] Re: Adding ACLs to /media/$user does not work

2012-11-21 Thread Tristan Schmelcher
My fstab doesn't have the acl option set, and I don't recall the acl
option ever being there before. I installed this machine years ago from
9.04. Would the 9.04 installer have set that option? If not, perhaps
that explains the problem.

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

Title:
  Adding ACLs to /media/$user does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1048059/+subscriptions

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


[Bug 1038781] Re: -dev packages are missing alternate depends on -extra packages

2012-11-19 Thread Tristan Matthews
It's already done for all those dev packages. It's not done for the
libav-dbg package though. Would it make sense to have:

Package: libav-dbg
Section: debug
Priority: extra
Architecture: any
Depends:
  libav-tools (= ${binary:Version}),
  libavcodec53 (= {binary:Version}) | libavcodec-exttra-53 (= 
${source:Upstream-Version}) 
  ...

At the moment, -extra options are not in the Depends section.

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

Title:
  -dev packages are missing alternate depends on -extra packages

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

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


[Bug 1048059] Re: Adding ACLs to /media/$user does not work

2012-11-19 Thread Tristan Schmelcher
ext3 root fs for me

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

Title:
  Adding ACLs to /media/$user does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1048059/+subscriptions

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


[Bug 1072531] Re: [regression] X11 screen blanking after 10 minutes with no UI to change it

2012-11-13 Thread Tristan Schmelcher
I have now upgraded two other computers to 12.10 and neither of them
experience this issue ...

To the other people experiencing this bug: are you also using multi-head
/multi-seat? (If you've never heard those terms before, the answer is
probably no.)

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

Title:
  [regression] X11 screen blanking after 10 minutes with no UI to change
  it

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1072531/+subscriptions

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


[Bug 1033727] Re: USB passthrough doesn't work anymore with qemu-kvm 1.1.1

2012-11-11 Thread Tristan Schmelcher
Just an FYI for people that come across this bug: not all USB devices
are affected. USB passthrough is working for me with a Logitech C920
webcam in Ubuntu 12.10 (qemu-kvm 1.2.0), albeit with some video
freezing.

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

Title:
  USB passthrough doesn't work anymore with qemu-kvm 1.1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1033727/+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


<    1   2   3   4   5   6   7   8   9   10   >