[Bug 1558079] Re: cryptsetup tcryptOpen doesn't work anymore

2016-08-31 Thread hede
AFAIK there was no need for my patch to be included because the trusty
kernel maintainer reverted the upstream kernel.org changes to the kernel
which caused this bad behavior.

It seems like newer trusty kernels are affected again. (I'm not running
trusty with tcrypt-devices anymore, to test this by my own.)

Like in the past it's possible either to revert those changes to the
kernel (like referenced in #12) or patch cryptsetup (like with #7). You
can ask either the Ubuntu cryptsetup or kernel maintainers for fixes. In
past AFAIR it got fixed inside the kernel package but I'd prefer to
patch cryptsetup, if there's any good reason for kernel.org guys to add
those changes to their old-stable kernel releases... *my2ct*

btw: the patch is not needed with current upstream kernels or upstream
cryptsetup, since newer cryptsetup versions are not affected. It's the
combination of newer kernels (or older kernels with backported security
patches) with older cryptsetup which is problematic in case of Ubuntu
trusty.

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

Title:
  cryptsetup tcryptOpen doesn't work anymore

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

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


[Bug 1558079] Re: cryptsetup tcryptOpen doesn't work anymore

2016-05-11 Thread hede
No further logs are needed, the cause and several solution are known.

The error is caused by the fact that newer Kernels do not allow to
modify the cryptographic interface "kernel<->userspace" via
bind/setkey/... after accept(2) has been called. But the old cryptsetup
in trusty tahr is doing definitely that: calling accept(2) first and
then setkey to the file descriptor.

There are various possible solutions to the problem.

The simple one:

I've created a ppa. Use cryptsetup from there:
https://launchpad.net/~michael-heide/+archive/ubuntu/test2

(btw: I've created some packages in the past but these were unsigned and
I've incremented the version number a little awkward. So I created some
new packages with cleaner versioning for the ppa)

Other possible solutions:

- Manually patching cryptsetup. The patch I've added (see above) changes
the order of accept/setkey.

- Using some newer cryptsetup - the one in ubuntu trusty (14.04) is
outdated - newer versions from newer ubuntu or debian releases (using
compiled .deb) should work.

- Manually Reverting back the corresponding patch to the Kernel: [crypto: 
af_alg - Disallow bind/setkey/... after accept(2)] 
  * added to [linux (3.19.0-52.58) vivid; urgency=low] with [ Upstream Kernel 
Changes ]
  * added to [linux (3.13.0-80.124) trusty; urgency=low] with [ Upstream Kernel 
Changes ]
  (i.e. manually unpatching those patches within the linux sources)

- installing some older kernel versions <3.19.0-52.58 / <3.13.0-80.124

- wait for the original ubuntu cryptsetup maintainer to fix his package

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

Title:
  cryptsetup tcryptOpen doesn't work anymore

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

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


[Bug 1558079] Re: cryptsetup tcryptOpen doesn't work anymore

2016-03-21 Thread hede
** Patch added: "do not alter the cryptd-socket after accepting it"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1558079/+attachment/4606459/+files/10_no_setkey_after_accept.patch

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

Title:
  cryptsetup tcryptOpen doesn't work anymore

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

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


[Bug 1558079] Re: cryptsetup tcryptOpen doesn't work anymore

2016-03-21 Thread hede
With Ubuntu 14.04 and linux-image-3.13.0-83 it is caused by a kernel<->userland 
breakage. See:
https://lkml.org/lkml/2015/12/29/383
It is caused by [crypto: af_alg - Disallow bind/setkey/... after accept(2)] 
added to 3.13.0-80.124 with [ Upstream Kernel Changes ].

I've patched cryptsetup-1.6.1 to handle it. See attached patch.

The cryptsetup bundled with Ubuntu 14.04 tries to change the socket
after accepting it while the newer kernel doesn't allow changes after
accepting the connection.

Se6 seems using a newer Ubuntu version, so maybe it's a different cause
there. Or maybe the newer 4.5 kernel reverts those upstream patches!?

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

Title:
  cryptsetup tcryptOpen doesn't work anymore

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

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


[Bug 1558079] [NEW] cryptsetup tcryptOpen doesn't work anymode

2016-03-19 Thread hede
Public bug reported:

I'm using cryptsetup to open TrueCrypt encrypted NTFS filesystems:
cryptsetup tcryptOpen /dev/sdf2 tcrypt

At least until linux-image-3.13.0-79-generic this work fine. 
Booting linux-image-3.13.0-83-generic and running cryptsetup results in:

Required kernel crypto interface not available.
Ensure you have algif_skcipher kernel module loaded.

The module algif_skcipher is loaded, so the tenor of the error message
is wrong, but cryptsetup cannot open the container, so at least there
_is_ some error. Probably it's related to some unsupported instruction
set. With  linux-image-3.13.0-83 there are errors in dmesg which are not
present with linux-image-3.13.0-79:

AVX instructions are not detected

System information:

OS: Ubuntu 14.04.4 LTS
CPU: Phenom II X6

TCRYPT header information for /dev/sdf2
Version:5
Driver req.:7
Sector size:512
MK offset:  131072
PBKDF2 hash:ripemd160
Cipher chain:   aes
Cipher mode:xts-plain64
MK bits:512

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


** Tags: avx cryptsetup dm-crypt kernel

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

** No longer affects: cdrtools (Ubuntu)

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

Title:
  cryptsetup tcryptOpen doesn't work anymode

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

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


[Bug 659793] Re: xserver-xephyr: Couldn't find keyboard driver evdev

2015-05-07 Thread hede
Ubuntu 14.04 and this Bug is still active. 
Simply adding the Patch above and recompiling via dpkg-buildpackage works, no 
need to manually running configure. 

** Patch added: enabling evdev in xserver-xephyr
   
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/659793/+attachment/4392733/+files/xephyr-evdev.patch

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

Title:
  xserver-xephyr: Couldn't find keyboard driver evdev

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

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


[Bug 1325230] Re: evince does not display ligatures

2014-10-16 Thread hede
TeX Gyre Heros seems also affected. Is this related? See Bug #1379375 .

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

Title:
  evince does not display ligatures

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

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


[Bug 1379375] Re: evince does not display ligatures

2014-10-09 Thread hede
** Patch added: the patch only (no debdiff)
   
https://bugs.launchpad.net/ubuntu/+source/fontconfig/+bug/1379375/+attachment/4229672/+files/poppler-does-not-show-fl-ligature-with-heros.patch

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

Title:
  evince does not display ligatures

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

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


[Bug 1379375] [NEW] evince does not display ligatures

2014-10-09 Thread hede
Public bug reported:

While there's Bug #1325230 with the same title and the linked PDFs there are 
working fine here (displaying fi correctly) there seems to be still some bug 
regarding ligatures. 
https://bugs.launchpad.net/ubuntu/+source/fontconfig/+bug/1325230

I have some PDFs substituting Helvetica (and others) with TeX Gyre Heros
and showing no fi ligature.  I attached a patch I derived from the
patch in Bug #1325230 which is working fine. Now it uses Nimbus Sans L
and the ligatures are fine.

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

** Attachment added: debdiff to fontconfig dsc
   
https://bugs.launchpad.net/bugs/1379375/+attachment/4229671/+files/fontconfig_2.11.0.patch

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

Title:
  evince does not display ligatures

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

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


[Bug 1379375] Re: evince does not display ligatures

2014-10-09 Thread hede
To make it clearer:  Bug #1379375 treats TeX Gyre Termes, while this one
treats TeX Gyre Heros. (Termes vs. Heros)

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

Title:
  evince does not display ligatures

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

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


[Bug 1309710] Re: Backups broken when ssh_args are set

2014-04-24 Thread hede
It seems the following is also related:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=721043

(I fixed it with reverting that patch)

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

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

Title:
  Backups broken when ssh_args are set

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

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


[Bug 804943] Re: blcr kernel module failed to build with kernel 3.0 : configure: error: --with-linux argument '3.0-x' is neither a kernel version string nor a full path

2014-04-19 Thread patrick Hede
trying installin kubuntu from usb key 8Go created with
usb-creator kde from .iso 32bits desktop download from official site
os kubtun 12.04 on Lenovo T520

report after blue purple first wallpaper bottin usb key
installer crashed

traceback 
file /usr/lib/ubiquity/plugings/ubi-language.py
line 486 in on_release_note_link
self.openURL(ur)
file /usr/lib/ubbiquity/plugings.ubi-language.py
line 507 in open url
if os.direxists(/usr/share/kubuntu-default-settings);
AttributeError:'module' object has no attribute 'direxists'


after this message computer stall no mouse
no keyboard reponse screen freeze. Only switch off
to exit.
so can't install kubuntu v 14.04

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

Title:
  blcr kernel module failed to build with kernel 3.0 : configure: error:
  --with-linux argument '3.0-x' is neither a kernel version string nor a
  full path

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

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


[Bug 804943] Re: blcr kernel module failed to build with kernel 3.0 : configure: error: --with-linux argument '3.0-x' is neither a kernel version string nor a full path

2014-04-19 Thread patrick Hede
trying installin kubuntu from usb key 8Go created with
usb-creator kde from .iso 32bits desktop download from official site
os kubtun 12.04 on Lenovo T520

report after blue purple first wallpaper bottin usb key
installer crashed

traceback 
file /usr/lib/ubiquity/plugings/ubi-language.py
line 486 in on_release_note_link
self.openURL(ur)
file /usr/lib/ubbiquity/plugings.ubi-language.py
line 507 in open url
if os.direxists(/usr/share/kubuntu-default-settings);
AttributeError:'module' object has no attribute 'direxists'


after this message computer stall no mouse
no keyboard reponse screen freeze. Only switch off
to exit.
so can't install kubuntu v 14.04

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

Title:
  blcr kernel module failed to build with kernel 3.0 : configure: error:
  --with-linux argument '3.0-x' is neither a kernel version string nor a
  full path

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

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


[Bug 974242] Re: Compiz is moving windows against my will

2012-09-13 Thread hede
1:
I've only installed compiz-plugins-default from Olis PPA and it's working fine 
now. Thanks. :-)
{{{
wget 
http://ppa.launchpad.net/oli/compiz-place-patch/ubuntu/pool/main/c/compiz/compiz-plugins-default_0.9.7.8-0ubuntu1.4_amd64.deb
dpkg -i compiz-plugins-default_0.9.7.8-0ubuntu1.4_amd64.deb 
}}}

2: Maybe another Duplicate: Bug #949839

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

Title:
  Compiz is moving windows against my will

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

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


[Bug 949839] Re: Windows moves always to be fully in current viewport

2012-09-13 Thread hede
Maybe a duplicate of Bug #974242?
There's a PPA with a patched Place Plugin.
Maybe you can try...

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

Title:
  Windows moves always to be fully in current viewport

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

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


[Bug 803959] Re: middlemouse.contentLoadURL's value is not saved

2011-07-07 Thread hede
*** This bug is a duplicate of bug 548866 ***
https://bugs.launchpad.net/bugs/548866

** This bug has been marked a duplicate of bug 548866
   forgets middlemouse.contentLoadURL on upgrade or browser restart

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

Title:
  middlemouse.contentLoadURL's value is not saved

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

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


[Bug 632412] Re: Windows 2 rows shorter than it should be

2011-05-03 Thread hede
Me2, same problem here. Maverick fine, Natty buggy.
And I can confirm: for me --hide-menubar and user-defined size +2 both work.

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

Title:
  Windows 2 rows shorter than it should be

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


[Bug 659398] [NEW] Printing via foomatic/ghostscript to ljet4 with /UseWTS true crashes

2010-10-12 Thread hede
Public bug reported:

Binary package hint: ghostscript

Printing to some HP LaserJet 4 printer with Well-Tempered Screening
Halftoning Algorithm does not work.

Reporting this via Ubuntu 10.04, but it also happens with 10.10 the same way.
Both are using ghostscript version 8.71

BUT: Debian 5.0 and older Ubuntu 9.04 are fine! (Ghostscript 8.61/8.64)

Seems to be some bug in newer laserjet code in ghostscript or foomatic
or... don't know.

(/tmp/foomatic-eMDeqa is some pdf which prints fine in Debian and Ubuntu 9.04 
or in Ubuntu 10.XX with WTS disabled)

gs -dFirstPage=1  -q -dBATCH -dPARANOIDSAFER -dNOPAUSE -sDEVICE=ljet4 
-dMediaPosition=0 -dDEVICEWIDTHPOINTS=595 -dDEVICEHEIGHTPOINTS=842 -r600x600 
-sOutputFile=/tmp/foomatic-eMDeqa.testout -c '/Default  /SpotFunction { 180 
mul cos exch 180 mul cos add 2 div } bind /HalftoneType 1 /AccurateScreens true 
/Frequency 137 /Angle 37 /HalftoneName (Round Dot Screen)  /Halftone 
defineresource sethalftone  /HalftoneMode 1 /UseWTS true /AccurateScreens 
true  setuserparams' -f  /tmp/foomatic-eMDeqa
Error: /unknownerror in --.postinstall--
Operand stack:
   --dict:7/16(L)--   --dict:6/6(L)--   --nostringval--   --dict:48/48(ro)(L)-- 
  --dict:6/6(L)--   --dict:1/10(L)--   --dict:49/61(ro)(L)--   false
Execution stack:
   %interp_exit   .runexec2   --nostringval--   --nostringval--   
--nostringval--   2   %stopped_push   --nostringval--   --nostringval--   
--nostringval--   false   1   %stopped_push   1878   1   3   %oparray_pop   
1877   1   3   %oparray_pop   1861   1   3   %oparray_pop   --nostringval--   
--nostringval--   2   1   6   --nostringval--   %for_pos_int_continue   
--nostringval--   1846   2   7   %oparray_pop   1848   7   7   %oparray_pop   
--nostringval--
Dictionary stack:
   --dict:1159/1684(ro)(G)--   --dict:1/20(G)--   --dict:75/200(L)--   
--dict:75/200(L)--   --dict:108/127(ro)(G)--   --dict:288/300(ro)(G)--   
--dict:21/25(L)--
Current allocation mode is local
GPL Ghostscript 8.71: Unrecoverable error, exit code 1


Simply editing /UseWTS from true to false completes without error.

I tried different -sDEVICE values. All non-Laserjet values (like Epson
EPS output or PNG output) are fine. Most Laserjet values I tried are
broken (laserjet, ljetplus, ljet2p, ljet4, lj3100sw). One is fine
(lj4dithp).

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: ghostscript 8.71.dfsg.1-0ubuntu5.3
ProcVersionSignature: Ubuntu 2.6.32-25.44-generic 2.6.32.21+drm33.7
Uname: Linux 2.6.32-25-generic x86_64
Architecture: amd64
Date: Tue Oct 12 20:15:10 2010
Lpstat: device for HP_LaserJet_6L: hp:/par/HP_LaserJet_6L?device=/dev/parport0
MachineType: System manufacturer System Product Name
Papersize: a4
PpdFiles: HP_LaserJet_6L: HP LaserJet 6L Foomatic/ljet4 (recommended)
ProcCmdLine: root=/dev/md2 ro quiet splash acpi_enforce_resources=lax 
processor.max_cstate=1  crashkernel=384M-2G:64M,2G-:128M
ProcEnviron:
 LANGUAGE=de_DE:de:en_GB:en
 PATH=(custom, user)
 LANG=de_DE.utf8
 SHELL=/bin/bash
SourcePackage: ghostscript
dmi.bios.date: 06/19/2006
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 080012
dmi.board.name: A8V-VM
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr080012:bd06/19/2006:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnA8V-VM:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

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


** Tags: amd64 apport-bug lucid

-- 
Printing via foomatic/ghostscript to ljet4 with /UseWTS true crashes
https://bugs.launchpad.net/bugs/659398
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 659398] Re: Printing via foomatic/ghostscript to ljet4 with /UseWTS true crashes

2010-10-12 Thread hede

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/659398/+attachment/1688792/+files/BootDmesg.txt

** Attachment added: CupsErrorLog.gz
   
https://bugs.launchpad.net/bugs/659398/+attachment/1688793/+files/CupsErrorLog.gz

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/659398/+attachment/1688794/+files/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/659398/+attachment/1688795/+files/Dependencies.txt

** Attachment added: Locale.txt
   https://bugs.launchpad.net/bugs/659398/+attachment/1688796/+files/Locale.txt

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/659398/+attachment/1688797/+files/Lspci.txt

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/659398/+attachment/1688798/+files/Lsusb.txt

** Attachment added: PrintingPackages.txt
   
https://bugs.launchpad.net/bugs/659398/+attachment/1688799/+files/PrintingPackages.txt

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/659398/+attachment/1688800/+files/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/659398/+attachment/1688801/+files/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/659398/+attachment/1688802/+files/ProcModules.txt

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/659398/+attachment/1688803/+files/UdevDb.txt

** Attachment added: UdevLog.txt
   https://bugs.launchpad.net/bugs/659398/+attachment/1688804/+files/UdevLog.txt

-- 
Printing via foomatic/ghostscript to ljet4 with /UseWTS true crashes
https://bugs.launchpad.net/bugs/659398
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 580189] Re: No speedstep on IBM Thinkpad A21m (P3 Coppermine) with lucid and 2.6.32

2010-05-28 Thread hede
Tried to compiler lucids kernel 2.6.32 with an old 2.6.28 config 
(config-2.6.28-18-generic from Ubuntu 9.04). 
#make oldconfig
- all new items with default values
#make
compiling crashes
see attachment for details

** Attachment added: config-2.6.28-to-2.6.32-crashes.txt
   http://launchpadlibrarian.net/49255224/config-2.6.28-to-2.6.32-crashes.txt

-- 
No speedstep on IBM Thinkpad A21m (P3 Coppermine) with lucid and 2.6.32
https://bugs.launchpad.net/bugs/580189
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 580189] Re: No speedstep on IBM Thinkpad A21m (P3 Coppermine) with lucid and 2.6.32

2010-05-17 Thread hede
Even compiling speedstep-lib and speedstep-smi as a module is no help. I
modified the original config-2.6.32-22-generic to have it as a module.

$ sudo modprobe speedstep-lib relaxed_check=1
WARNING: All config files need .conf: /etc/modprobe.d/speedstep-lib, it will be 
ignored in a future release.
$ sudo modprobe speedstep-smi
WARNING: All config files need .conf: /etc/modprobe.d/speedstep-lib, it will be 
ignored in a future release.
FATAL: Error inserting speedstep_smi 
(/lib/modules/2.6.32.11+drm33.2-mic1/kernel/arch/x86/kernel/cpu/cpufreq/speedstep-smi.ko):
 No such device

$ cat /etc/modprobe.d/speedstep-lib 
options speedstep-lib relaxed_check=1

This is with Ubuntu 10.04 and Kernel 2.6.32.

With previous Ubuntu Versions everything is fine (out of the box with
generic-Kernel). I still have a partition with 9.04 which is running
fine and I upgraded to 10.04 from 9.10, which also was fine before the
upgrade.

I added the output of modinfo (speedstep-lib.ko). There you can see the
relax-option is present.

Is this a generic problem with this Linux Kernel version? Or is this
Ubuntu specific? Should I ask upstream?

** Attachment added: $modinfo speedstep-lib
   http://launchpadlibrarian.net/48609431/modinfo-speedstep-lib.txt

-- 
No speedstep on IBM Thinkpad A21m (P3 Coppermine) with lucid and 2.6.32
https://bugs.launchpad.net/bugs/580189
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 580189] [NEW] No speedstep on IBM Thinkpad A21m (P3 Coppermine) with lucid and 2.6.32

2010-05-13 Thread hede
Public bug reported:

I'm using Ubuntu 9.04 (jaunty) on my IBM Thinkpad A21m now (700MHz
Pentium III Coppermine, 440BX Chipset, piix4) Everything works fine.
Speedstep ondemand is not working but I can switch between powersave
(550MHz) and performance (700MHz) governor. I didn't do anything to be
able to use it. I do not need any module parameters. It works out of the
box. The speedstep modules are compiled into the kernel anyways. The
cpufreq driver is speedstep-smi.

I tried Ubuntu 10.04 (lucid) these days. Speedstep doesn't work. The CPU is 
clocked to 550MHz. No way to use 700MHz. I tried to use different advices from 
thinkwiki:
http://www.thinkwiki.org/wiki/How_to_get_SpeedStep_working_on_Coppermine-piix4-smi_based_ThinkPads#Ubuntu_.28Edgy.29
But because the modules are compiled into the kernel, I do not know how to give 
it the parameter relaxed_check=1. I tried to add 
speedstep-lib.relaxed_check=1 and cpufreq.debug=7 to the kernel cmdline. In 
jaunty this gives me an error, lucid simply ignores this.

(sorry for not using ubuntu-bug -p linux, but this would be pointless
because I'm in jaunty now where everything is working fine.)

I will add dmesg, /proc/version and /proc/cpuinfo from jaunty and lucid

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

-- 
No speedstep on IBM Thinkpad A21m (P3 Coppermine) with lucid and 2.6.32
https://bugs.launchpad.net/bugs/580189
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 580189] Re: No speedstep on IBM Thinkpad A21m (P3 Coppermine) with lucid and 2.6.32

2010-05-13 Thread hede

** Attachment added: dmesg-lucid-2.6.32.txt
   http://launchpadlibrarian.net/48409981/dmesg-lucid-2.6.32.txt

-- 
No speedstep on IBM Thinkpad A21m (P3 Coppermine) with lucid and 2.6.32
https://bugs.launchpad.net/bugs/580189
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 580189] Re: No speedstep on IBM Thinkpad A21m (P3 Coppermine) with lucid and 2.6.32

2010-05-13 Thread hede

** Attachment added: dmesg-jaunty-2.6.28.txt
   http://launchpadlibrarian.net/48410014/dmesg-jaunty-2.6.28.txt

-- 
No speedstep on IBM Thinkpad A21m (P3 Coppermine) with lucid and 2.6.32
https://bugs.launchpad.net/bugs/580189
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 580189] Re: No speedstep on IBM Thinkpad A21m (P3 Coppermine) with lucid and 2.6.32

2010-05-13 Thread hede

** Attachment added: cpuinfo-jaunty-2.6.28.txt
   http://launchpadlibrarian.net/48410037/cpuinfo-jaunty-2.6.28.txt

-- 
No speedstep on IBM Thinkpad A21m (P3 Coppermine) with lucid and 2.6.32
https://bugs.launchpad.net/bugs/580189
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 580189] Re: No speedstep on IBM Thinkpad A21m (P3 Coppermine) with lucid and 2.6.32

2010-05-13 Thread hede

** Attachment added: cpuinfo-lucid-2.6.32.txt
   http://launchpadlibrarian.net/48410042/cpuinfo-lucid-2.6.32.txt

-- 
No speedstep on IBM Thinkpad A21m (P3 Coppermine) with lucid and 2.6.32
https://bugs.launchpad.net/bugs/580189
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 580189] Re: No speedstep on IBM Thinkpad A21m (P3 Coppermine) with lucid and 2.6.32

2010-05-13 Thread hede

** Attachment added: version-jaunty-2.6.28.txt
   http://launchpadlibrarian.net/48410071/version-jaunty-2.6.28.txt

-- 
No speedstep on IBM Thinkpad A21m (P3 Coppermine) with lucid and 2.6.32
https://bugs.launchpad.net/bugs/580189
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 580189] Re: No speedstep on IBM Thinkpad A21m (P3 Coppermine) with lucid and 2.6.32

2010-05-13 Thread hede

** Attachment added: version-lucid-2.6.32.txt
   http://launchpadlibrarian.net/48410121/version-lucid-2.6.32.txt

-- 
No speedstep on IBM Thinkpad A21m (P3 Coppermine) with lucid and 2.6.32
https://bugs.launchpad.net/bugs/580189
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 502890] Re: package can not be installed /updated with aptitude

2010-01-04 Thread hede
Same here. Since I do no longer have KDE 3.5 installed I do not need 
kde-i18n-de 4:3.5.9-0ubuntu4 anyway.
I deinstalled it:
sudo aptitude remove kde-i18n-de

Then kde-l10n-de installs fine.

(btw: AFAIK it is common to switch to C locale before copypaste program output 
(i.e. $ LANG=C sudo aptitude XXX).
Most people here cannot read german error messages ;-) )

-- 
package can not be installed /updated with aptitude
https://bugs.launchpad.net/bugs/502890
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 363426] Re: LUKS automount fails with jaunty

2009-08-06 Thread hede
I can confirm this Bug with 3 different Ubuntu Jaunty Systems (2x x86, 1x 
amd64) and 2 different USB devices (1x USB-HDD, 1x usb-flash-stick). Both USB 
devices share a LUKS partition besides an unencrypted one, both times the LUKS 
Partition is the second Partition.
The USB-HDD also has a Sata-Interface. If I connect it this way I can only 
mount the first unencrypted partition (with a password prompt because it gets 
recognized as a local drive) and the LUKS partition is not even shown at the 
Places menu.

-- 
LUKS automount fails with jaunty
https://bugs.launchpad.net/bugs/363426
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 290704] Re: [fglrx][Intrepid] Computer freeze when switching user

2009-01-22 Thread hede
I wont call it broken. It's more like a car not having a trailer
hitch.

If you really need it, you can have it by either buy a new car (nvidia)
or add one to your car (you cannot do this with a ferrari i.e. you'll
lose 3D with high-end-cards using xorgs radeon or radeonhd driver).

And at least most people simply don't need it...

-- 
[fglrx][Intrepid] Computer freeze when switching user
https://bugs.launchpad.net/bugs/290704
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 290704] Re: [fglrx][Intrepid] Computer freeze when switching user

2009-01-21 Thread hede
 - me too - (with an Ati Radeon HD 2400 pro)

I'm affected by this Problem since last Summers Intrepid Update. (switched from 
x86 to AMD64)
First with Catalyst 8.10 prerelease then Catalyst 8.10 stable.

I tested 8.12 (stable), 9.1 beta and 9.2 ces09-preview. To no avail
(except: 9.2 has additional problems, but its not even beta so its ok)

Like Anakin Starkiller wrote, presumably this won't get fixed in the near 
future :-(
(but using xvideo output with compiz is fine now :-) (Nevertheless I would 
prefere a working second X server))

I even switched from a 2-head configuration to one single Monitor. No
luck.

(btw: I'm using this feature not only to switch users. Very often I just
start a game at another X Server to be able to switch between the full
screen game and the rest of my desktop without closing the game. Thats
also impossible for now. Like abacher wrote, it's not even possible to
start a second X screen from a text tty. (btw gaming... thats the reason
I prefere fglrx for now...))

-- 
[fglrx][Intrepid] Computer freeze when switching user
https://bugs.launchpad.net/bugs/290704
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


Re: [Bug 210303] Re: [hardy] kaffeine loops on Codec package is already installed

2008-10-05 Thread hede
After a long time with kaffine in detoriation - the Kubuntu project
should consider if the player has a place in future distributions

2008/10/2, Aitor Moreno [EMAIL PROTECTED]:
 After 8.3, the loop stops, but I still have the same problem, but only
 once.

 Scenario:

 1 - SVCD or VCD (both) in HDD.
 2 - Kaffeine. Open Folder, choose the SVCD folder.
 3 - Kaffeine search an installs the codec, finishing with codec already
 installed
 4 - The SVCD *is not played*
 5 - Pressing Play button, again step 3

 --
 [hardy] kaffeine loops on Codec package is already installed
 https://bugs.launchpad.net/bugs/210303
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in kaffeine source package in Ubuntu: Fix Released
 Status in kaffeine in Ubuntu Hardy: Fix Committed
 Status in kaffeine in Ubuntu Intrepid: Fix Released

 Bug description:
 SRU description:
 1. This bug makes Kaffeine's auto-codec installation loop for media which
 can't be played back with libxine1-ffmpeg or libdvdcss (e.g. recent versions
 of WM* or MOV)
 2. In the development branch we introduced 2 'returns' in the python script
 responsible for handling the codec installation (0.8.6-2ubuntu2)
 3. Patch attached
 4. TEST CASE:
* Install Kaffeine
* Try opening http://www.nasa.gov/mov/229743main_parachute-640.mov with
 kaffeine
* The codec installer should pop-up and ask whether to install the
 appropriate codec
* The installer will pop-up again and notify you that the available
 codecs are already installed
* The file will still not be playable, but the installer shouldn't loop
 5. No regression potential because the returns are additions to
 QApplication.exit(1) functions.

 Binary package hint: kaffeine

 When I try to play the following file with kaffeine, it says installing
 codec and fails with Codec package is already installed
 then it begin again to reinstall the Codec
 this forever. I have to kill kaffeine.

 http://www.universal-tao.com/archives/holy_water.wmv

 A video of the bug with a 3gp file:
 http://launchpadlibrarian.net/13965716/3gp-bug.ogg


-- 
[hardy] kaffeine loops on Codec package is already installed
https://bugs.launchpad.net/bugs/210303
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 226402] Re: encryption with two VGs, one encrypted, bad crypttab

2008-09-23 Thread hede
I have the same problem but I only have one encrypted lvm vg (root+swap). 
Freshly installed Intrepid alpha5, alternate cd. The installer does not make 
any crypttab-entry.
It seems Intrepid uses partman-md (41) where the bug is solved in debians 
partman-md/42.
Maybe someone can update intrepids package before the betafreeze?

-- 
encryption with two VGs, one encrypted, bad crypttab
https://bugs.launchpad.net/bugs/226402
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 210303] Re: [hardy] kaffeine loops on Codec package is already installed

2008-05-30 Thread hede
Looking through the possible workarounds - I still have not found any solution 
that works.
When I upgraded I soon discovered the error and was genuinely surprised  that 
such fundamental error had not already been fixed or communicated out by the 
developers. But now after some time trying basically all the fixes I get the 
distinct gut(-sy??*S*) feeling the source of the problem may derive from 
multiple sources - of which the upgrade from Gutsy to Hardy is one.

-- 
[hardy] kaffeine loops on Codec package is already installed
https://bugs.launchpad.net/bugs/210303
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 156191] Re: Printing from Java does not work at all with cups 1.2

2008-05-08 Thread hede
I had the same problem (no print dialog in freemind in hardy 8.04, sun-java6 
build 1.6.0_06-b02/10.0-b22).
I changed the rotation to portrait and made one printer the default printer.
Printing works fine now in freemind.

-- 
Printing from Java does not work at all with cups  1.2
https://bugs.launchpad.net/bugs/156191
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 86970] Re: Printing from Java does not work

2008-05-08 Thread hede
this bug seems related to bug #156191

-- 
Printing from Java does not work
https://bugs.launchpad.net/bugs/86970
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