[Bug 1842281] [NEW] hbmqtt 0.9.2 does not support python 3.7

2019-09-02 Thread yope
Public bug reported:

Ubuntu 19.04 ships with python 3.7 and hbmqtt 0.9.2, but they are not
compatible.

If trying to instal python3-hbmqtt, you get this:

$ sudo apt-get install python3-hbmqtt
[...]
Setting up python3-hbmqtt (0.9.2-2) ...
  File "/usr/lib/python3/dist-packages/hbmqtt/broker.py", line 29
from asyncio import async as ensure_future
^
SyntaxError: invalid syntax

  File "/usr/lib/python3/dist-packages/hbmqtt/client.py", line 26
from asyncio import async as ensure_future
^
SyntaxError: invalid syntax

  File "/usr/lib/python3/dist-packages/hbmqtt/mqtt/protocol/client_handler.py", 
line 21
from asyncio import async as ensure_future
^
SyntaxError: invalid syntax

  File "/usr/lib/python3/dist-packages/hbmqtt/mqtt/protocol/handler.py", line 38
from asyncio import async as ensure_future
^
SyntaxError: invalid syntax

  File "/usr/lib/python3/dist-packages/hbmqtt/plugins/manager.py", line 16
from asyncio import async as ensure_future
^
SyntaxError: invalid syntax

  File "/usr/lib/python3/dist-packages/hbmqtt/plugins/sys/broker.py", line 12
from asyncio import async as ensure_future
^
SyntaxError: invalid syntax

dpkg: error processing package python3-hbmqtt (--configure):
 installed python3-hbmqtt package post-installation script subprocess returned 
error exit status 1
Errors were encountered while processing:
 python3-hbmqtt
E: Sub-process /usr/bin/dpkg returned an error code (1)

To fix the issue, the following commit from hbmqtt repository is
required:

https://github.com/beerfactory/hbmqtt/commit/31888f8e691b0c51d61fc1a201ff99daa7a0eb8e

** Affects: python-hbmqtt (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/1842281

Title:
  hbmqtt 0.9.2 does not support python 3.7

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

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

[Bug 1766555] Re: openscad package missing from 18.04

2018-07-23 Thread yope
OpenSCAD missing in Ubuntu? This is bad. Creativity and media production is one 
of the areas where Open-Source software shines and has most potential to 
attract new users IMHO. OpenSCAD is just one crucial piece of software in this 
area, and missing it will hurt Ubuntu.
The Rep-rap community for instance is booming since the last 2 or 3 years, and 
I have seen many Windows users dip their toes in Ubuntu for the first time just 
because of the availability and ease of installation of OpenSCAD among other 
such tools. I am not an experienced package maintainer, but if there is 
something else I can do to help, let me know.

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

Title:
  openscad package missing from 18.04

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

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

[Bug 1660333] [NEW] python3-aiohttp depends on python3-multidict < 2.0

2017-01-30 Thread yope
Public bug reported:

DISTRIB_RELEASE=16.10 (Yakkety)

Package: python3-aiohttp
Version: 0.22.4-1

and

Package: python-multidict
Version: 2.0.1-1

python3-aiohttp is not compatible with python3-multidict versions 2.0 and 
higher.
Unfortunately yakkety only ships multidict version 2.0.1 at the time of 
reporting this.

As a consequence, python3-aiohttp is broken and just does not work at
all.

Running the example web-server from the documentation:

async def hello(request):
return web.Response(body=b"Hello, world")

app = web.Application()
app.router.add_route('GET', '/', hello)
web.run_app(app)

Will always return 405: Method Not Allowed

It should instead return a web-page saying "Hello World".

Either python3-aiohttp needs to be upgraded to version 1.0 or newer, or 
python3-multidict version 1.2.2 needs be be provided as install candidate.
I suppose updating python3-aiohttp is easier in this case, and preferred anyway.

** Affects: python-aiohttp (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/1660333

Title:
  python3-aiohttp depends on python3-multidict < 2.0

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

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


[Bug 1387242] [NEW] package linux-image-3.13.0-39-generic (not installed) failed to install/upgrade: cannot copy extracted data for './boot/vmlinuz-3.13.0-39-generic' to '/boot/vmlinuz-3.13.0-39-gener

2014-10-29 Thread Yope
Public bug reported:

Iǘe been having trouble with updates since a while, mostly the system keeps 
running so I don bother. 
The error it usually gives is:

linux-image-3.13.0-37-generic subprocess installed post-installation script 
returned error exit status 2 
linux-image-extra-3.13.0-37-generic dependency problems 
- leaving unconfigured linux-image-generic dependency problems 
- leaving unconfigured linux-generic dependency problems 
- leaving unconfigured linux-image-extra-3.13.0-36-generic subprocess installed 
post-installation script returned error exit status 2
linux-signed-image-3.13.0-37-generic dependency problems 
- leaving unconfigured linux-signed-image-generic dependency problems 
- leaving unconfigured linux-signed-generic dependency problems 
- leaving unconfigured linux-signed-image-3.13.0-36-generic dependency problems 
- leaving unconfigured initramfs-tools subprocess installed post-installation 
script returned error exit status 1

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-39-generic (not installed)
ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
Uname: Linux 3.13.0-36-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  jooproot   3033 F pulseaudio
  jooproot   3162 F pulseaudio
 /dev/snd/controlC0:  jooproot   3033 F pulseaudio
  jooproot   3162 F pulseaudio
Date: Wed Oct 29 16:32:35 2014
DpkgTerminalLog:
 Preparing to unpack .../linux-image-3.13.0-39-generic_3.13.0-39.66_amd64.deb 
...
 Done.
 Unpacking linux-image-3.13.0-39-generic (3.13.0-39.66) ...
 dpkg: error processing archive 
/var/cache/apt/archives/linux-image-3.13.0-39-generic_3.13.0-39.66_amd64.deb 
(--unpack):
  cannot copy extracted data for './boot/vmlinuz-3.13.0-39-generic' to 
'/boot/vmlinuz-3.13.0-39-generic.dpkg-new': failed to write (No space left on 
device)
DuplicateSignature: package:linux-image-3.13.0-39-generic:(not 
installed):cannot copy extracted data for './boot/vmlinuz-3.13.0-39-generic' to 
'/boot/vmlinuz-3.13.0-39-generic.dpkg-new': failed to write (No space left on 
device)
ErrorMessage: cannot copy extracted data for './boot/vmlinuz-3.13.0-39-generic' 
to '/boot/vmlinuz-3.13.0-39-generic.dpkg-new': failed to write (No space left 
on device)
HibernationDevice: RESUME=UUID=d361e1ab-ccc9-454b-8ba5-9ec11dec9994
InstallationDate: Installed on 2014-05-03 (178 days ago)
InstallationMedia: Kubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140416.1)
IwConfig:
 eth0  no wireless extensions.
 
 lono wireless extensions.
MachineType: To be filled by O.E.M. To be filled by O.E.M.
ProcFB: 0 radeondrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-36-generic 
root=/dev/mapper/kubuntu--vg-root ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions: grub-pc N/A
RfKill:
 
SourcePackage: linux
Title: package linux-image-3.13.0-39-generic (not installed) failed to 
install/upgrade: cannot copy extracted data for 
'./boot/vmlinuz-3.13.0-39-generic' to 
'/boot/vmlinuz-3.13.0-39-generic.dpkg-new': failed to write (No space left on 
device)
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/04/2012
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0213
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: M5A99X EVO R2.0
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0213:bd07/04/2012:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKCOMPUTERINC.:rnM5A99XEVOR2.0:rvrRev1.xx:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: To be filled by O.E.M.
dmi.product.version: To be filled by O.E.M.
dmi.sys.vendor: To be filled by O.E.M.

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


** Tags: amd64 apport-package trusty

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

Title:
  package linux-image-3.13.0-39-generic (not installed) failed to
  install/upgrade: cannot copy extracted data for
  './boot/vmlinuz-3.13.0-39-generic' to '/boot/vmlinuz-3.13.0-39-generic
  .dpkg-new': failed to write (No space left on device)

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

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

[Bug 1387242] Re: package linux-image-3.13.0-39-generic (not installed) failed to install/upgrade: cannot copy extracted data for './boot/vmlinuz-3.13.0-39-generic' to '/boot/vmlinuz-3.13.0-39-generic

2014-10-29 Thread Yope
Why it says that there is no space left on the device, I dont know, I've
got 64G available:

dev/mapper/kubuntu--vg-root 86G  17G   64G  21% /
none4,0K0  4,0K   0% /sys/fs/cgroup
udev 16G  12K   16G   1% /dev
tmpfs   3,2G 1,8M  3,2G   1% /run
none5,0M0  5,0M   0% /run/lock
none 16G 152K   16G   1% /run/shm
none100M  28K  100M   1% /run/user
/dev/sda2   237M 229M 0 100% /boot
/dev/sda1   511M 3,4M  508M   1% /boot/efi

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

Title:
  package linux-image-3.13.0-39-generic (not installed) failed to
  install/upgrade: cannot copy extracted data for
  './boot/vmlinuz-3.13.0-39-generic' to '/boot/vmlinuz-3.13.0-39-generic
  .dpkg-new': failed to write (No space left on device)

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

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


[Bug 732304] Re: Intel sandy-bridge dual-head GPU hang

2011-03-29 Thread yope
@Robert, I tried with your kernel, and it doesn't make any difference.
There are no hangups (at least for the few hours I tested), but
corruption is still present and has not changed a bit.

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

Title:
  Intel sandy-bridge dual-head GPU hang

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


[Bug 732304] Re: Intel sandy-bridge dual-head GPU hang

2011-03-25 Thread yope
@Bryce, I was running up-to-date versions of everything when I initially posted.
I just updated and commented-out the shadow option in my xorg.conf file as 
you suggest, restarted the X server and until now, no lockups.
But the display glitches are back. See the attached screenshot.
Should I file a new bug-report for the glitches?


** Attachment added: Sample screenshot showing glitches
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/732304/+attachment/1939479/+files/corrupted-menu.png

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

Title:
  Intel sandy-bridge dual-head GPU hang

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


[Bug 669211] Re: Xpdf segfaults on start in libpoppler.so.7

2011-03-15 Thread yope
xpdf also crashes for me on every single pdf file, so I tried re-building xpdf 
from source, but it won't compile.
Here is what I get (on natty as of today):

$ dpkg-buildpackage -rfakeroot -j8 -b
dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor): 
dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor): 
-Wl,-Bsymbolic-functions
dpkg-buildpackage: source package xpdf
dpkg-buildpackage: source version 3.02-12ubuntu1
dpkg-buildpackage: source changed by Bhavani Shankar bh...@ubuntu.com
dpkg-buildpackage: host architecture i386
 dpkg-source --before-build xpdf-3.02
 fakeroot debian/rules clean
dh clean
   dh_testdir
   dh_auto_clean
   debian/rules override_dh_clean
make[1]: Entering directory `/home/nfs/david/ubuntu-sources/xpdf-3.02'
dh_clean
rm -rf build
make[1]: Leaving directory `/home/nfs/david/ubuntu-sources/xpdf-3.02'
 debian/rules build
dh build
   dh_testdir
   # Skipping dh_auto_configure - empty override
   debian/rules override_dh_auto_build
make[1]: Entering directory `/home/nfs/david/ubuntu-sources/xpdf-3.02'
mkdir -p build
cp goo/parseargs.* xpdf/CoreOutputDev.* xpdf/GlobalParams.* build
cp xpdf/PDFCore.* xpdf/XPDFApp.* xpdf/XPDFCore.* xpdf/XPDFTree.* build
cp xpdf/XPDFTreeP.h xpdf/XPDFViewer.* xpdf/xpdf.cc build
# perform extensive goo rename (as required by poppler)
sed -i s/GString/GooString/g build/*
sed -i s/GMutex/GooMutex/g build/*
sed -i s/GHash/GooHash/g build/*
sed -i s/GList/GooList/g build/*
sed -i s/\aconf\.h\/\poppler-config\.h\/g build/*
cp xpdf/config.h xpdf/about-text.h xpdf/*.xbm xpdf/xpdfIcon.xpm build
g++ -g -O2  -I/usr/include/poppler -I/usr/include/poppler/goo 
-I/usr/include/poppler/splash -Wno-write-strings -DHAVE_DIRENT_H 
-I/usr/include/poppler -I/usr/include/poppler/goo -I/usr/include/poppler/splash 
-Wno-write-strings -DHAVE_DIRENT_H  -c -o build/CoreOutputDev.o 
build/CoreOutputDev.cc
g++ -g -O2  -I/usr/include/poppler -I/usr/include/poppler/goo 
-I/usr/include/poppler/splash -Wno-write-strings -DHAVE_DIRENT_H 
-I/usr/include/poppler -I/usr/include/poppler/goo -I/usr/include/poppler/splash 
-Wno-write-strings -DHAVE_DIRENT_H  -c -o build/GlobalParams.o 
build/GlobalParams.cc
build/GlobalParams.cc: In member function ‘void 
GlobalParams::parseNameToUnicode(GooList*, GooString*, int)’:
build/GlobalParams.cc:1147:72: warning: format ‘%s’ expects type ‘char*’, but 
argument 3 has type ‘GooString*’
g++ -g -O2  -I/usr/include/poppler -I/usr/include/poppler/goo 
-I/usr/include/poppler/splash -Wno-write-strings -DHAVE_DIRENT_H 
-I/usr/include/poppler -I/usr/include/poppler/goo -I/usr/include/poppler/splash 
-Wno-write-strings -DHAVE_DIRENT_H  -c -o build/PDFCore.o build/PDFCore.cc
g++ -g -O2  -I/usr/include/poppler -I/usr/include/poppler/goo 
-I/usr/include/poppler/splash -Wno-write-strings -DHAVE_DIRENT_H 
-I/usr/include/poppler -I/usr/include/poppler/goo -I/usr/include/poppler/splash 
-Wno-write-strings -DHAVE_DIRENT_H  -c -o build/XPDFApp.o build/XPDFApp.cc
g++ -g -O2  -I/usr/include/poppler -I/usr/include/poppler/goo 
-I/usr/include/poppler/splash -Wno-write-strings -DHAVE_DIRENT_H 
-I/usr/include/poppler -I/usr/include/poppler/goo -I/usr/include/poppler/splash 
-Wno-write-strings -DHAVE_DIRENT_H  -c -o build/XPDFCore.o build/XPDFCore.cc
build/XPDFCore.cc: In member function ‘void XPDFCore::runCommand(GooString*, 
GooString*)’:
build/XPDFCore.cc:695:28: warning: ignoring return value of ‘int system(const 
char*)’, declared with attribute warn_unused_result
build/XPDFCore.cc: In member function ‘void XPDFCore::doAction(LinkAction*)’:
build/XPDFCore.cc:571:32: warning: ignoring return value of ‘int system(const 
char*)’, declared with attribute warn_unused_result
g++ -g -O2  -I/usr/include/poppler -I/usr/include/poppler/goo 
-I/usr/include/poppler/splash -Wno-write-strings -DHAVE_DIRENT_H 
-I/usr/include/poppler -I/usr/include/poppler/goo -I/usr/include/poppler/splash 
-Wno-write-strings -DHAVE_DIRENT_H  -c -o build/XPDFTree.o build/XPDFTree.cc
g++ -g -O2  -I/usr/include/poppler -I/usr/include/poppler/goo 
-I/usr/include/poppler/splash -Wno-write-strings -DHAVE_DIRENT_H 
-I/usr/include/poppler -I/usr/include/poppler/goo -I/usr/include/poppler/splash 
-Wno-write-strings -DHAVE_DIRENT_H  -c -o build/XPDFViewer.o build/XPDFViewer.cc
build/XPDFViewer.cc: In static member function ‘static void 
XPDFViewer::printPrintCbk(_WidgetRec*, void*, void*)’:
build/XPDFViewer.cc:3630:19: error: no matching function for call to 
‘PSOutputDev::PSOutputDev(char*, XRef*, Catalog*, NULL, int, int, PSOutMode)’
/usr/include/poppler/PSOutputDev.h:91:3: note: candidates are: 
PSOutputDev::PSOutputDev(void (*)(void*, char*, int), void*, char*, PDFDoc*, 
XRef*, Catalog*, int, int, PSOutMode, int, int, GBool, int, int, int, 

[Bug 732304] Re: Intel sandy-bridge dual-head GPU hang

2011-03-10 Thread yope
Extra information. Since today I have added

 Option Shadow true

to the device section in xorg.conf and since that, the artifacts and visual 
glitches seem to be gone, and I have yet to see the X server freeze.
Of course this is not a solution, but merely a workaround. I have virtually no 
form of acceleration now.

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

Title:
  Intel sandy-bridge dual-head GPU hang

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


[Bug 732304] [NEW] Intel sandy-bridge dual-head GPU hang

2011-03-09 Thread yope
Public bug reported:

Binary package hint: xserver-xorg-video-intel

Just upgraded my PC to natty as of today (alpha-3) and moved the HDD to a new 
PC barebone based on Intel Sandy-bridge (Core-i7 2600K) with two monitors 
connected.
After configureing xorg.conf and booting, kdm came up fine, but the 
session-type menu top-half is unreadable (garbled).
After logging in (Desktop effects disabled), everything seems to work for a few 
seconds with only minor display glitches, but after a random time, or at 
certain actions (like entering a URL in chrome), the X server freezes. 
Sometimes it freezes forever, and sometimes it comes back after a few seconds 
(display goes black for a while).
The system keeps running fine, and dmesg shows this:

...
[   44.619127] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro,commit=0
[  111.166652] [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... 
GPU hung
[  111.166659] [drm:kick_ring] *ERROR* Kicking stuck semaphore on render ring
[  117.179392] [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... 
GPU hung
[  117.179399] [drm:kick_ring] *ERROR* Kicking stuck semaphore on render ring
[  143.863963] exe (2839): /proc/2839/oom_adj is deprecated, please use 
/proc/2839/oom_score_adj instead.
[  713.763627] [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... 
GPU hung
[  713.768747] [drm:i915_do_wait_request] *ERROR* i915_do_wait_request returns 
-11 (awaiting 189057 at 189056, next 189058)
[  713.769135] [drm:init_ring_common] *ERROR* render ring initialization failed 
ctl 0001f003 head  tail  start 
[  720.080216] [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... 
GPU hung
[  720.080228] [drm:kick_ring] *ERROR* Kicking stuck semaphore on blt ring
[  721.583394] [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... 
GPU hung
[  721.583407] [drm:kick_ring] *ERROR* Kicking stuck semaphore on blt ring
[  723.086571] [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... 
GPU hung
[  723.086582] [drm:kick_ring] *ERROR* Kicking stuck semaphore on blt ring
[  724.589766] [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... 
GPU hung
[  724.589799] [drm:i915_do_wait_request] *ERROR* i915_do_wait_request returns 
-11 (awaiting 189083 at 188507, next 189084)

In the situation shown above the X server had recovered from the freeze.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: xserver-xorg-video-intel 2:2.14.0-4ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-6.34-generic-pae 2.6.38-rc7
Uname: Linux 2.6.38-6-generic-pae i686
Architecture: i386
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: kwin
DRM.card0.DP.1:
 status: disconnected
 enabled: disabled
 dpms: Off
 modes: 
 edid-base64:
DRM.card0.DP.2:
 status: disconnected
 enabled: disabled
 dpms: Off
 modes: 
 edid-base64:
DRM.card0.HDMI.A.1:
 status: connected
 enabled: enabled
 dpms: On
 modes: 1280x1024 1280x1024 1152x864 1024x768 1024x768 1024x768 832x624 800x600 
800x600 800x600 640x480 640x480 640x480 720x400
 edid-base64: 
AP///wAi8OomAQEBAS8RAQOAIhuM7txVo1lIniQRUFSt74CBgAEBAQEBAQEBAQEBAQEBMCoAmFEAKkAwcBMAVA4RAAAe/QAyTRhTDgAKICAgICAg/ABIUCBMMTc1MAogICAg/wBDTkQ3NDcyTUtKCiAgAHM=
DRM.card0.HDMI.A.2:
 status: disconnected
 enabled: disabled
 dpms: Off
 modes: 
 edid-base64:
DRM.card0.VGA.1:
 status: connected
 enabled: enabled
 dpms: On
 modes: 1280x1024 1280x1024 1152x864 1024x768 1024x768 1024x768 832x624 800x600 
800x600 800x600 640x480 640x480 640x480 720x400
 edid-base64: 
AP///wAi8OkmAQEBASoRAQNoIhuM7q/Ap1NFnSQXUFSt74CBgAEBAQEBAQEBAQEBAQEBMCoAmFEAKkAwcBMAVA4RAAAe/QAyTRhTDgAKICAgICAg/ABIUCBMMTc1MAogICAg/wBDTkM3NDJRR1BKCiAgADs=
Date: Wed Mar  9 23:32:14 2011
DistUpgraded: Log time: 2011-03-09 22:13:09.851169
DistroCodename: natty
DistroVariant: kubuntu
DkmsStatus:
 nvidia-current, 270.29, 2.6.38-6-generic-pae, i686: installed 
 nvidia-current, 270.29, 2.6.35-27-generic, i686: installed 
 nvidia-current, 270.29, 2.6.38-6-generic, i686: installed 
 vboxhost, 4.0.4, 2.6.38-6-generic-pae, i686: installed
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0122] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:844d]
MachineType: ASUSTeK Computer INC. V-P8H67E
ProcEnviron:
 LANGUAGE=
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-6-generic-pae 
root=UUID=217ebb2e-1497-4da5-9aba-7e59c4f101b3 ro 
crashkernel=384M-2G:64M,2G-:128M quiet splash vt.handoff=7
Renderer: Unknown
SourcePackage: xserver-xorg-video-intel
UnitySupportTest: Error: command ['/usr/lib/nux/unity_support_test', '-p'] 
failed with exit code -11: Xlib:  extension GLX missing on display :0.
UpgradeStatus: Upgraded to natty on 2011-03-09 (0 days ago)
dmi.bios.date: 11/02/2010
dmi.bios.vendor: American Megatrends Inc.

[Bug 732304] Re: Intel sandy-bridge dual-head GPU hang

2011-03-09 Thread yope
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/732304

Title:
  Intel sandy-bridge dual-head GPU hang

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


[Bug 564247] Re: xpdf renders and scrolls very slowly

2010-11-16 Thread yope
This bug still exists in lucid (LTS), shouldn't this fix be backported from 
maverick?
I realize this package is in universe and not in main, but IMHO it is still 
quite popular and the bug is relatively serious (making xpdf effectively 
unusable)...
Shouldn't it be trivial to backport only the relevant patch? Please...

-- 
xpdf renders and scrolls very slowly
https://bugs.launchpad.net/bugs/564247
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 578357] Re: MySql log file problem prevents Akonadi startup

2010-05-31 Thread yope
I had the same problem, when using NFS home directories. Somehow local users 
didn't have trouble.
The instructions from comment #1 fixed it for me.

-- 
MySql log file problem prevents Akonadi startup
https://bugs.launchpad.net/bugs/578357
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 556441] [NEW] Incorrectly identify blockdevice for mmcblkXpY

2010-04-06 Thread yope
Public bug reported:

Binary package hint: initramfs-tools

When installing on a system that has SD-card deices named mmcblkXpY
(X=card number, Y=partition), the function deb_add_modules() contained
in the file /usr/share/initramfs-tools/hook-functions incorrectly strips
off the whole XpY part of the device, ending up with the string
mmcblk in variable $block, and exits complaining that it cannot find
/sys/block/mmcblk.

This occured while installing lucid on a iMX515 evaluation board and
selecting /dev/mmcblk1p1 as root partition.

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

-- 
Incorrectly identify blockdevice for mmcblkXpY
https://bugs.launchpad.net/bugs/556441
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 375988] Re: adobe-flashplugin causes jittery flash playback

2010-01-23 Thread yope
I have this problem in konqueror, firefox and chrome on ubunto 9.04 with latest 
flash plugin (10).
After having either browser open for a day or so, all audio produced by flash 
apps stutters and loops hooribly.
Only solution is to re-start the browser. This is very annoying, specially if 
you are used to never log-out or shut-down and to having many browser windows 
and tabs open.
I think it is a bug in libflashplayer.so.

-- 
adobe-flashplugin causes jittery flash playback
https://bugs.launchpad.net/bugs/375988
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 445075] Re: package gdm 2.20.10-0ubuntu2 failed to install/upgrade: subprocess pre-removal script returned error exit status 10

2009-11-09 Thread Yope
I upgraded to karmic and lost connection with gnome and kde and am in 
terminal-mode now. I had kdm running in combination with gnome prior to the 
upgrade. I tried to return to gnome by 'apt-get install ubuntu-desktop' but 
though it said to be installed completely it did nothing to resolve the 
problem. ´apt-get install kubuntu-desktop´ installed a lot, but gave no 
solution either.  
I'm completely lost, since I'm just a newbee in  the ubuntu-world.

-- 
package gdm 2.20.10-0ubuntu2 failed to install/upgrade: subprocess pre-removal 
script returned error exit status 10
https://bugs.launchpad.net/bugs/445075
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 427191] Re: kmail displays No such file or directory error message on startup with IMAP folder

2009-10-02 Thread yope
I have the same problem on karmic with KMail 4.3.1. I cannot use KMail with my 
IMAP account.
I have posted a bug-report on the KDE site:

https://bugs.kde.org/show_bug.cgi?id=209208

Maybe that's a better place to get a quick reaction, since I am pretty
confident the problem is not entirely ubuntu-specific.


** Bug watch added: KDE Bug Tracking System #209208
   http://bugs.kde.org/show_bug.cgi?id=209208

-- 
kmail displays No such file or directory error message on startup with IMAP 
folder
https://bugs.launchpad.net/bugs/427191
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdepim in ubuntu.

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


[Bug 327243] Re: CONFIG_CAN disabled in kernel

2009-07-27 Thread yope
Yes of course! There are numerous CAN network interfaces available for PC's, 
let alone embedded systems (where Ubuntu is also quite popular). Besides, it 
doesn't cost much to enable those modules in the kernel.
At our company we use ubuntu on several workstations, and we have CAN adapters 
on most of them. It is a hassle to have to compile my own kernel for each new 
release just because that one thing isn't enabled in the stock kernel.
Even more so, to have to explain to our customers the procedure to get this 
custom kernel installed on their ubuntu-systems in order to run our software!

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

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


[Bug 348204] Re: [Jaunty] Intel wireless 3945ABG is unstable and disconnects frequently

2009-07-09 Thread Yope
For those of you who are bothered by interference of other networks, why
not look within the settings of the WRT160n v2? I enabled the AP
Isolation within the Advanced Wireless Settings and since have a rather
stable connection over a distance of about 10 mtr.

-- 
[Jaunty] Intel wireless 3945ABG is unstable and disconnects frequently
https://bugs.launchpad.net/bugs/348204
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 320366] Re: gcc crashes compiling linux include files

2009-06-17 Thread yope
Correct. according to the output seen in the post about gcc-4.4.0 above, the 
bug seems fixed.
About the fact that one should include sys/socket.h instead of linux/socket.h, 
that's also correct of course, but not the point of the discussion (and the bug 
report). 
The point is that gcc-4.3 crashes instead of producing the above error 
messages, and _that_ seems to be fixed in gcc-4.4.0. Nice!
I agree with both status changes. Thanks.

-- 
gcc crashes compiling linux include files
https://bugs.launchpad.net/bugs/320366
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 320366] Re: gcc crashes compiling linux include files

2009-03-05 Thread yope
The permissions in /var/crash are not the problem (they are wrong, ok, 
nevermind that), please ignore the error message of apport.
The real problem here is the fact that GCC crashes (it terminates with a 
segfault).
GCC should not crash.

-- 
gcc crashes compiling linux include files
https://bugs.launchpad.net/bugs/320366
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 327243] [NEW] CONFIG_CAN disabled in kernel

2009-02-09 Thread yope
Public bug reported:

Binary package hint: linux-image

lsb_release -rd:
Description:Ubuntu 8.10
Release:8.10
package: linux-image-2.6.27-9-generic

CONFIG_CAN is not defined in the kernel configuration, making it hard to user 
the Socket-CAN protocol introduced in kernel 2.6.25.
It should be trivial to enable the following options:

CONFIG_CAN=y
CONFIG_CAN_RAW=y
CONFIG_CAN_BCM=y
CONFIG_CAN_VCAN=y

That way one could actually use CAN interfaces (like Peak CAN) on ubuntu
linux with the new socket-CAN API. One of the main reasons I upgraded in
the first place ;-)

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

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

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


[Bug 320366] Re: gcc crashes compiling linux include files

2009-01-23 Thread yope

** Attachment added: The preprocessed source file
   http://launchpadlibrarian.net/21556756/ccICeSlf.out

-- 
gcc crashes compiling linux include files
https://bugs.launchpad.net/bugs/320366
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 320366] [NEW] gcc crashes compiling linux include files

2009-01-23 Thread yope
Public bug reported:

Binary package hint: gcc-4.3

System: up-to-date (k)ubuntu 8.10 32-bit.

$ apt-cache policy gcc
gcc:
  Installed: 4:4.3.1-1ubuntu2

$ gcc --version
gcc (Ubuntu 4.3.2-1ubuntu11) 4.3.2

When compiling a source file with just the following two include
statements, gcc crashes:

#include linux/socket.h
#include net/if.h

When compiling, the following output is generated:

-
$ gcc bug.c -O3
In file included from /usr/include/linux/socket.h:23,
 from candrv.c:1:
/usr/include/linux/uio.h:37: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘iov_length’
/usr/include/linux/uio.h:47: error: expected declaration specifiers or ‘...’ 
before ‘size_t’
In file included from /usr/include/sys/uio.h:29,
 from /usr/include/sys/socket.h:28,
 from /usr/include/net/if.h:27,
 from candrv.c:2:
/usr/include/bits/uio.h:45: error: redefinition of ‘struct iovec’
In file included from /usr/include/sys/socket.h:36,
 from /usr/include/net/if.h:27,
 from candrv.c:2:
/usr/include/bits/socket.h:149: error: redefinition of ‘struct sockaddr’
/usr/include/bits/socket.h:162: error: redefinition of ‘struct 
__kernel_sockaddr_storage’
/usr/include/bits/socket.h:172: error: expected identifier before numeric 
constant
/usr/include/bits/socket.h:220: error: redefinition of ‘struct msghdr’
/usr/include/bits/socket.h:238: error: redefinition of ‘struct cmsghdr’
/usr/include/bits/socket.h:249: confused by earlier errors, bailing out
Preprocessed source stored into /tmp/ccICeSlf.out file, please attach this to 
your bugreport.
Traceback (most recent call last):
  File /usr/share/apport/gcc_ice_hook, line 34, in module
pr.write(open(apport.fileutils.make_report_path(pr), 'w'))
IOError: [Errno 13] Permission denied: 
'/var/crash/_usr_lib_gcc_i486-linux-gnu_4.3.2_cc1.1006.crash'
-

I agree that including those two header-files is not quite correct, but
gcc should not crash anyway.

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

-- 
gcc crashes compiling linux include files
https://bugs.launchpad.net/bugs/320366
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 71924] Re: local screen display 'lost' when remote ends XDMCP session

2007-05-21 Thread yope
Up-to date Feisty (upgraded from edgy) and I can confirm that the bug is
still there.

Please, anybody do something about this bug, it's been here quite for a
while now, it seems that several peaple are experiencing trouble due to
it, making XDMCP on a Kubuntu machine pretty much unusable, and the
status is still undecided!

I have tried a lot of things investigating this bug, but I am unable to
find solution.

-- 
local screen display 'lost' when remote ends XDMCP session
https://bugs.launchpad.net/bugs/71924
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kubuntu-meta in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs