[Bug 135557] Re: Screen dimensions of external monitor not correct on X server startup (intel driver)

2009-02-20 Thread Achim Bohnet

** Attachment added: xrandr + xdpyinfo output after LVDS is turned off and 
TMDS is only active monitor
   
http://launchpadlibrarian.net/22912460/list.after-turn-off-lvds-and-tmds-1-to-1920

-- 
Screen dimensions of external monitor not correct on X server startup (intel 
driver)
https://bugs.launchpad.net/bugs/135557
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 135557] Re: Screen dimensions of external monitor not correct on X server startup (intel driver)

2009-02-20 Thread Achim Bohnet
Hi Bryce,

I've tried again with Kubuntu Jaunty-19-Feb-2009 and same the  harware
(D830 ...,  Dell 24'' TFT ...)  The problem is still reproduceable :(
Minor change: xdpyinfo list 129 instead of 147 dpi at the beginning.

xserver-xorg-video-intel  2:2.6.1-1ubuntu2
linux-image-2.6.28-8-generic  2.6.28-8.24

dpi changes after logout/on,  not when TDMS-1 is turned on and LVDS off, so 
TDMS is the only active monitor.
Comparing  xrandr and xdpyinfo output before logout and after login:

 screen #0:
-  dimensions:1920x1200 pixels (519x324 millimeters)
-  resolution:94x94 dots per inch
+  dimensions:1920x1200 pixels (378x236 millimeters)
+  resolution:129x129 dots per inch

Logs attached ...

Achim

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: Invalid = Confirmed

-- 
Screen dimensions of external monitor not correct on X server startup (intel 
driver)
https://bugs.launchpad.net/bugs/135557
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 135557] Re: Screen dimensions of external monitor not correct on X server startup (intel driver)

2009-02-20 Thread Achim Bohnet

** Attachment added: xrandr + xdpyinfo after an adiditional logout/in
   
http://launchpadlibrarian.net/22912520/list.after-logout-in-with-only-TMDS-active

-- 
Screen dimensions of external monitor not correct on X server startup (intel 
driver)
https://bugs.launchpad.net/bugs/135557
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 325963] Re: kbluetooth4 crashed with SIGSEGV in QObject::property()

2009-02-05 Thread Achim Bohnet

** Attachment added: CoreDump.gz
   http://launchpadlibrarian.net/22027395/CoreDump.gz

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/22027396/Dependencies.txt

** Attachment added: Disassembly.txt
   http://launchpadlibrarian.net/22027397/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/22027398/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/22027399/ProcStatus.txt

** Attachment added: Registers.txt
   http://launchpadlibrarian.net/22027400/Registers.txt

** Attachment added: Stacktrace.txt
   http://launchpadlibrarian.net/22027401/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://launchpadlibrarian.net/22027402/ThreadStacktrace.txt

** Visibility changed to: Public

-- 
kbluetooth4 crashed with SIGSEGV in QObject::property()
https://bugs.launchpad.net/bugs/325963
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 256102] Re: /etc/cron.daily/apt produces daily email on server machine

2009-01-30 Thread Achim Bohnet
I get the same here in hardy.  The relevant peace of buggy code has not
changed in jaunty.  Problem is that gconftool complains to stderr when a
value is not set (in hardy and jaunty):

$ gconftool --get /system/http_proxy/port
No value set for `/system/http_proxy/port'

redirecting to stderr solves the problem:

  gconftool --get /system/http_proxy/port  2/dev/null

a quick fix would be to use in /etc/cron.daily/apt

...
# set the proxy based on the admin users gconf settings
admin_user=$(getent group admin|cut -d: -f4|cut -d, -f1)
if [ -n $admin_user ]  [ -x /usr/bin/sudo ]  [ -z $http_proxy ]  [ -x 
/usr/bin/gconftool ]; then
use=$(sudo -u $admin_user gconftool --get 
/system/http_proxy/use_http_proxy 2 /dev/null)
host=$(sudo -u $admin_user gconftool --get /system/http_proxy/host 2 
/dev/null)
port=$(sudo -u $admin_user gconftool --get /system/http_proxy/port 2 
/dev/null)
if [ $use = true ]  [ -n $host ]  [ -n $port ]; then
export http_proxy=http://$host:$port/;
fi
fi
...

Better IMHO would be to move the check, with added stderr redirection, out of 
the if
and test for it too

 use=$(sudo -u $admin_user gconftool --get
/system/http_proxy/use_http_proxy 2 /dev/null)

[used side effect: if  admin_user is not defined 2/dev/null eats sudos 
complain too
and use != true  with is what's wanted.]

So when use_http_proxy is not defined or not 'true'  port and host are
not tested at all.  If use_http_proxy is set and port or host are not,
then it's okay to generate an error + e-mail because that is a 'makes no
sense' situation.   Patch for this is attached.

Achim

** Attachment added: cron-daily-apt.diff
   http://launchpadlibrarian.net/21800493/cron-daily-apt.diff

** Changed in: apt (Ubuntu)
   Status: New = Confirmed

-- 
/etc/cron.daily/apt produces daily email on server machine
https://bugs.launchpad.net/bugs/256102
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 318971] Re: firmware for Hauppauge Nova-T too old: needs: dvb-usb-dib0700-1.20.fw

2009-01-23 Thread Achim Bohnet
Todays dist-upgrade: Tim Gardner included the firmware in linux-firmware 1.5.  
So I set the status to fix released.
Thx Tim!!

** Changed in: linux-firmware (Ubuntu)
   Status: New = Fix Released

-- 
firmware for Hauppauge Nova-T too old:  needs: dvb-usb-dib0700-1.20.fw
https://bugs.launchpad.net/bugs/318971
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 318971] [NEW] firmware for Hauppauge Nova-T too old: needs: dvb-usb-dib0700-1.20.fw

2009-01-19 Thread Achim Bohnet
Public bug reported:

Binary package hint: linux-firmware

Hi, my Hauppauge Nova-T works fine in intrepid dvb-usb-dib0700-1.10.fw  In 
Jaunty the kernel want 1.20 that is
not in linux-firmware page.  My Hauppauge Nova-T is

Bus 007 Device 004: ID 2040:7070 Hauppauge

the 2.6.28-4-generic kernel msgs with the current linux-firmware pkg:

Jan 19 19:44:55 alleehol kernel: [  197.888209] usb 7-1: new high speed USB 
device using ehci_hcd and address 3
Jan 19 19:44:56 alleehol kernel: [  198.023078] usb 7-1: configuration #1 
chosen from 1 choice
Jan 19 19:44:56 alleehol kernel: [  198.231017] dib0700: loaded with support 
for 8 different device-types
Jan 19 19:44:56 alleehol kernel: [  198.231258] dvb-usb: found a 'Hauppauge 
Nova-T Stick' in cold state, will try to load a firmware
Jan 19 19:44:56 alleehol kernel: [  198.231266] usb 7-1: firmware: requesting 
dvb-usb-dib0700-1.20.fw
Jan 19 19:44:56 alleehol kernel: [  198.237576] dvb-usb: did not find the 
firmware file. (dvb-usb-dib0700-1.20.fw) Please see linux/Documentation/dvb/ 
for more details on firmware-problems. (-2)
Jan 19 19:44:56 alleehol kernel: [  198.237632] usbcore: registered new 
interface driver dvb_usb_dib0700

That's with

ii  linux-firmware1.3   Firmware for Linux
kernel drivers

I've downloaded the firmware from the internet:

http://www.wi-bw.tfh-wildau.de/~pboettch/home/files/dvb-usb-
dib0700-1.20.fw

With the firmware I was able to do the initial channel scan in kaffeine and 
watch
TV, without sound :( As I installed Jaunty just right now I'm not sure the 'no 
sound'
is a firmware a kaffeine or kde or alsa bug ...

At least something is working  ;)
Achim

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

-- 
firmware for Hauppauge Nova-T too old:  needs: dvb-usb-dib0700-1.20.fw
https://bugs.launchpad.net/bugs/318971
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 318971] Re: firmware for Hauppauge Nova-T too old: needs: dvb-usb-dib0700-1.20.fw

2009-01-19 Thread Achim Bohnet
I've recorded a peace of TV with kaffeine.  The mpeg file gives sound
with dragon video player, no sound with kaffeine.  So the firmware is
not the problem and works as expected.

Achim

-- 
firmware for Hauppauge Nova-T too old:  needs: dvb-usb-dib0700-1.20.fw
https://bugs.launchpad.net/bugs/318971
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 80940] Re: ati radeon driver does not autodetect displaysize on Latitude D600, therefore uses wrong resolution

2009-01-16 Thread Achim Bohnet
FWIW: I had a quick try booting the liveCDs of Fedora 10 and OpenSuSE
11.1.

 * Fedora 10: same error 96 dpi.  Therefore fonts really small
 * OpenSuSE 11.1:  Display dimension used is wrong: 1260x960 instead
   of 1400x1050  (Xorg.conf contains: Option PreferredMode 1400x1050) the 
   displaysize 286 214 is correct (hardcoded in generated xorg.conf). dpi is
   113 x 113.

-- 
ati radeon driver does not autodetect displaysize on Latitude D600, therefore 
uses wrong resolution
https://bugs.launchpad.net/bugs/80940
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 80940] Re: ati radeon driver does not autodetect displaysize on Latitude D600, therefore uses wrong resolution

2009-01-15 Thread Achim Bohnet
HI Bryce,

I'm writing this from Kubuntu Jaunty LiveCD (15-Jan-2009) session.  I still see 
the problem.
dpi is 96 instead of 124. 

** Attachment added: wrong dpi: jaunty xorg.0.log
   http://launchpadlibrarian.net/21249984/Xorg.0.log

-- 
ati radeon driver does not autodetect displaysize on Latitude D600, therefore 
uses wrong resolution
https://bugs.launchpad.net/bugs/80940
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 80940] Re: ati radeon driver does not autodetect displaysize on Latitude D600, therefore uses wrong resolution

2009-01-15 Thread Achim Bohnet

** Attachment added: lshal output
   http://launchpadlibrarian.net/21250268/lshal.out

-- 
ati radeon driver does not autodetect displaysize on Latitude D600, therefore 
uses wrong resolution
https://bugs.launchpad.net/bugs/80940
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 80940] Re: ati radeon driver does not autodetect displaysize on Latitude D600, therefore uses wrong resolution

2009-01-15 Thread Achim Bohnet

** Attachment added: get-edid | parse-edit output
   http://launchpadlibrarian.net/21250242/edid.out

-- 
ati radeon driver does not autodetect displaysize on Latitude D600, therefore 
uses wrong resolution
https://bugs.launchpad.net/bugs/80940
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 80940] Re: ati radeon driver does not autodetect displaysize on Latitude D600, therefore uses wrong resolution

2009-01-15 Thread Achim Bohnet

** Attachment added: xrandr --verbose output
   http://launchpadlibrarian.net/21250303/xrandr.out

-- 
ati radeon driver does not autodetect displaysize on Latitude D600, therefore 
uses wrong resolution
https://bugs.launchpad.net/bugs/80940
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 105947] Re: portrait CRW files (EOS 300D) are upside down

2008-11-11 Thread Achim Bohnet
** Changed in: exiv2 (Ubuntu Feisty)
 Assignee: Achim Bohnet (allee) = (unassigned)

** Changed in: exiv2 (Ubuntu)
 Assignee: Achim Bohnet (allee) = (unassigned)

-- 
portrait CRW files (EOS 300D) are upside down
https://bugs.launchpad.net/bugs/105947
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 278822] Re: Genview does not detect kipi plugins

2008-11-10 Thread Achim Bohnet
Kubuntus KDE4 only contains kipi-plugins for KDE 3 not KDE4.  As gwenview uses 
KDE4 it find no kipi plugins as
KDE 3 kipi-plugins can't be used with an KDE 4 app.

-- 
Genview does not detect kipi plugins
https://bugs.launchpad.net/bugs/278822
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 80940] Re: ati radeon driver does not autodetect displaysize on Latitude D600, therefore uses wrong resolution

2008-09-18 Thread Achim Bohnet
Problem, 96 dpi as default instead of 125 , is still there with
  * dell latitude 600 with ati card, 1400x1050 display
  * intrepid live cd  20080917.4 session
  *  the radeon xorg driver


** Attachment added: install xorg driver list
   http://launchpadlibrarian.net/17728843/pkgs.list

-- 
ati radeon driver does not autodetect displaysize on Latitude D600, therefore 
uses wrong resolution
https://bugs.launchpad.net/bugs/80940
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 80940] Re: ati radeon driver does not autodetect displaysize on Latitude D600, therefore uses wrong resolution

2008-09-18 Thread Achim Bohnet

** Attachment added: Xorg.0.log
   http://launchpadlibrarian.net/17730939/Xorg.0.log

-- 
ati radeon driver does not autodetect displaysize on Latitude D600, therefore 
uses wrong resolution
https://bugs.launchpad.net/bugs/80940
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 80940] Re: ati radeon driver does not autodetect displaysize on Latitude D600, therefore uses wrong resolution

2008-09-18 Thread Achim Bohnet

** Attachment added: xorg.conf
   http://launchpadlibrarian.net/17732067/xorg.conf

-- 
ati radeon driver does not autodetect displaysize on Latitude D600, therefore 
uses wrong resolution
https://bugs.launchpad.net/bugs/80940
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 80940] Re: ati radeon driver does not autodetect displaysize on Latitude D600, therefore uses wrong resolution

2008-09-18 Thread Achim Bohnet

** Attachment added: xdpyinfo.out
   http://launchpadlibrarian.net/17732357/xdpyinfo.out

-- 
ati radeon driver does not autodetect displaysize on Latitude D600, therefore 
uses wrong resolution
https://bugs.launchpad.net/bugs/80940
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 80940] Re: ati radeon driver does not autodetect displaysize on Latitude D600, therefore uses wrong resolution

2008-09-18 Thread Achim Bohnet
Adding  Option IgnoreEDID does not help.   DPI still 96.

** Attachment added: Diff of output files when IgnoreEDID is added
   http://launchpadlibrarian.net/17732480/with-ignoreedid.diff

-- 
ati radeon driver does not autodetect displaysize on Latitude D600, therefore 
uses wrong resolution
https://bugs.launchpad.net/bugs/80940
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 80940] Re: ati radeon driver does not autodetect displaysize on Latitude D600, therefore uses wrong resolution

2008-09-18 Thread Achim Bohnet
Using IgnoreEDID and Display size and xdpyinfo still reports  96 dpi :(
Strange is that in xorg.log xserver says  dpi (124 142).  Diff to the default
attached.

** Attachment added: with-ignoreedid-and-displaysize.diff
   http://launchpadlibrarian.net/17732545/with-ignoreedid-and-displaysize.diff

-- 
ati radeon driver does not autodetect displaysize on Latitude D600, therefore 
uses wrong resolution
https://bugs.launchpad.net/bugs/80940
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 80940] Re: ati radeon driver does not autodetect displaysize on Latitude D600, therefore uses wrong resolution

2008-09-18 Thread Achim Bohnet
No change, i.e. still the wrong 96 dpi, when only displaysize is used
(without ignoreedid) :(

Lemme know if you need further info.

Achim

-- 
ati radeon driver does not autodetect displaysize on Latitude D600, therefore 
uses wrong resolution
https://bugs.launchpad.net/bugs/80940
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 218157] Re: openafs not working after successful install via module-assistant

2008-04-25 Thread Achim Bohnet
Can not reproduce here.  openafs client still works fine in hardy for me
(I get the 'same' msg in kern.log)

# uname -r
2.6.24-16-server
# dpkg -l openafs-modules-2.6.24-16-server  |tail -1
ii  openafs-modules-2.6.24-16-server  1.4.6.dfsg1-2+2.6.24-16.30  AFS 
distributed filesystem kernel module

Have you checked with the 'token' that you have a valid AFS token?


Achim

-- 
openafs not working after successful install via module-assistant
https://bugs.launchpad.net/bugs/218157
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 218157] Re: openafs not working after successful install via module-assistant

2008-04-16 Thread Achim Bohnet
I can reproduce your problem.  I can read/write files
without problem with openafs-modules-2.6.24-16-generic
1.4.6.dfsg1-2+2.6.24-16.30

Please update from 2.6.24-12-generic to the current 2.6.24-16-generic kernel
and try again.

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

-- 
openafs not working after successful install via module-assistant
https://bugs.launchpad.net/bugs/218157
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 212505] Re: Crash on exit, often

2008-04-07 Thread Achim Bohnet
Can you check that the package digikam-dbg is installed, and if not install it.
Next time crash handler output should contain less '??' after
[KCrash handler]


Further please give the output of

dpkg -l showfoto digikam* *kipi* *exiv2* *kdcraw*

-- 
Crash on exit, often
https://bugs.launchpad.net/bugs/212505
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 186065] Re: digikam Error loading 'kio_digikamalbums'

2008-04-01 Thread Achim Bohnet
Mhmm, my last digikam update only disabled debug output.  I doubt that this is
related but I'm happy to hear that it works now.

@Brendan: When it happens again: The problem was/is with your self installed 
stuff
below /usr/local: e.g. /usr/local/lib/kde3/kio_digikamalbums.la.  Clean up 
stuff related to
*kipi*, *exiv2*, *dcraw*. below /usr/local when you run into trouble again.

Achim

-- 
digikam Error loading 'kio_digikamalbums'
https://bugs.launchpad.net/bugs/186065
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 186065] Re: digikam Error loading 'kio_digikamalbums'

2008-04-01 Thread Achim Bohnet
Your problem was:

Could not open library '/usr/lib/kde3/kio_digikamalbums.la'.
 libexiv2.so.0: cannot open shared object file: No such file or directory

I've check the .la files here and found no reference to libexiv2.so.0.

In fact in hardy libexiv2-2 pkg is used everywhere and replace/conflicts
with libexiv2-0.   So on a (new) hardy system there should be no
reference to -0 in the pkgs.   That's why I assumed that stuff from
/usr/local/ was guilty.   Maybe it was not /usr/local, maybe something
else, but it looks that it's gone.  Good ;)

Achim

-- 
digikam Error loading 'kio_digikamalbums'
https://bugs.launchpad.net/bugs/186065
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 186065] Re: digikam Error loading 'kio_digikamalbums'

2008-03-31 Thread Achim Bohnet
Hi Brendan,
digikam work without problems here.  if checked an dist-upgraded hardy
(i386) still no problem.  As it's a different problem (complain about lib
instead of URL) can you open a new bug report, please?
Just to make sure nothing is kept open: logout/login and retry.

Add to the new report your architecure and the output digikam writes
to konsole.

  dpkg -l digikam  *kipi*   *exiv2*  *dcraw*  | grep ^i

Alternatively install reportbug and add the '--system information' part of
the output from

  reportbug --template digikam

to the new bug report.

Thx,
Achim

-- 
digikam Error loading 'kio_digikamalbums'
https://bugs.launchpad.net/bugs/186065
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 122329] Re: ds9 in hardy/gutsy/feisty hangs on exit (version in dapper is okay)

2008-03-26 Thread Achim Bohnet
** Summary changed:

- ds9 in feisty hangs on exit (version in dapper is okay)
+ ds9 in hardy/gutsy/feisty hangs on exit (version in dapper is okay)

-- 
ds9 in hardy/gutsy/feisty hangs on exit (version in dapper is okay)
https://bugs.launchpad.net/bugs/122329
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 178356] Re: [hardy] batch resize generates error

2008-03-26 Thread Achim Bohnet
Today kipi-plugin 0.1.5-1 entered hardy.  So this should be fixed.
Can you confirm it?

-- 
[hardy] batch resize generates error
https://bugs.launchpad.net/bugs/178356
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 206709] Re: imagemagick - digikam batch convert error message

2008-03-26 Thread Achim Bohnet
Batch tools are from kipi-plugins.  Today new kipi-plugins 0.1.5-1 entered 
hardy.
Can you still reproduce it?

I could not reproduce with Batch - Resize Image on 2 jpgs  to another folder
in the digikam library.   Everything works fine.

If you still can reproduce it  with 0.1.5-1
   * tell us which batch submen you're using.
   * output of:  dpkg -S usr/bin/convert

** Changed in: kipi-plugins (Ubuntu)
   Status: New = Incomplete

-- 
imagemagick - digikam batch convert error message 
https://bugs.launchpad.net/bugs/206709
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 188515] Re: images2mpg in package kipi-plugins depends on elements of package mjpegtools

2008-03-26 Thread Achim Bohnet
Today kipi-plugins 0.1.5-1 entered hardy.  When the
mjpegtools package is not installed, I get an dialog
with

Cannot find 'mp2enc' binary program from Mjpegtools package.
please install it.   

mjpegtools is not free software.  So kipi-plugins pkg can't depend on
or recommend it.So instead of removing the plugin completely we
the debian pkger made the compromise that the dialog has to be
enough.

Can you try 0.1.5-1 and tell if that's an acceptable solution.  If not
how you think it should be handled.

Achim

** Changed in: kipi-plugins (Ubuntu)
   Status: New = Incomplete

-- 
images2mpg in package kipi-plugins depends on elements of package mjpegtools
https://bugs.launchpad.net/bugs/188515
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 206354] Re: [Hardy] Showfoto crashes on exit

2008-03-26 Thread Achim Bohnet
Today new showfoto entered hardy. Do you still get the
crashes?

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

-- 
[Hardy] Showfoto crashes on exit
https://bugs.launchpad.net/bugs/206354
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 179124] Re: digikam crashes on full disk

2008-03-26 Thread Achim Bohnet
Which kubuntu release are you using?   What's the output of

   dpkg -l digikam kipi-plugins

What did you do exactly?  Did you use the Batch tools the image editor?
Please provide step by step instruction to reproduce the error.

If you're using hardy, today new version were uploaded.  You still
get the crash?


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

-- 
digikam crashes on full disk
https://bugs.launchpad.net/bugs/179124
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 201053] Re: [Hardy] digikam duplicates downloaded images while overwriting existing ones

2008-03-18 Thread Achim Bohnet
Prepared pkgs for upload are at:

  https://edge.launchpad.net/~allee/+archive/

I ping on #kubuntu-devel about upload.

-- 
[Hardy] digikam duplicates downloaded images while overwriting existing ones
https://bugs.launchpad.net/bugs/201053
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 201053] Re: [Hardy] digikam duplicates downloaded images while overwriting existing ones

2008-03-18 Thread Achim Bohnet
Too late. I was told that there already in freeze due to the beta release.
After beta it will go in.

-- 
[Hardy] digikam duplicates downloaded images while overwriting existing ones
https://bugs.launchpad.net/bugs/201053
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 201447] Re: after fai switch to init 2 failed

2008-03-12 Thread Achim Bohnet
I assume that the 'Errorfile already exists. Aborting.' is due to the
fact that you can't override an file in the NFSroot.   That is due to

 https://bugs.edge.launchpad.net/ubuntu/+source/fai/+bug/197006

If you enabled remote login  (e.g. via fai-chboot -IFv hostname)
you can login and check the log files in /tmp/fai for further details.

Achim

-- 
after fai switch to init 2 failed
https://bugs.launchpad.net/bugs/201447
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 201053] Re: [Hardy] digikam duplicates downloaded images while overwriting existing ones

2008-03-11 Thread Achim Bohnet
Thx Olivier for the report.   Gilles final commit contains two more one line 
changes.
I've used this to create an debdiff for hardy:

  * Fix: [Hardy] digikam duplicates downloaded images while overwriting
existing ones.  Added: patches/10_lp201053_fix_download_rename_race.diff
This is a backport of KDE SVN commit 783150. (Closes LP: #201053).
See also http://bugs.kde.org/show_bug.cgi?id=158377 for more information.

We still need to test it, but I've never seen this race here, so I can't
really test.

Achim

** Attachment added: debdiff for 0.9.3-1build2 - build3
   http://launchpadlibrarian.net/12592449/debdiff.patch

-- 
[Hardy] digikam duplicates downloaded images while overwriting existing ones
https://bugs.launchpad.net/bugs/201053
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 48282] Re: digikam will not start with pictures stored on either an NFS or a CIFS disk

2008-02-01 Thread Achim Bohnet
digikam 0.10 is based on KDE4 and more or less a rewrite.
IMHO it's not something to consider for hardy.   If nothing goes wrong
digikam 0.10 will be ready together for KDE 4.1 in Juli and there will be
backports, either officiall ones or in my repo.

Achim

-- 
digikam will not start with pictures stored on either an NFS or a CIFS disk
https://bugs.launchpad.net/bugs/48282
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 181370] Please sync libkdcraw 0.1.3-1 (main) from Debian unstable (main)

2008-01-08 Thread Achim Bohnet
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects ubuntu/libkdcraw
 status confirmed
 subscribe ubuntu-archive

Please sync libkdcraw 0.1.3-1  (main) from Debian unstable (main).
Changelog since current hardy version 0.1.2-1:

libkdcraw (0.1.3-1) unstable; urgency=low

  * New upstream release

  [ Achim Bohnet ]
  * debian/copyright:
+ new, again DSFG compliant, dcwraw license.
+ upstream authors.
  * debian/control:
+ use Vcs-* instead of XS-Vcs-* as Vcs-* are now official.
+ add the new Homepage header field. Remove homepage URL from long
  the description.
  * debian/rules: use LDFLAGS=-Wl,--no-undefined -Wl,--as-needed to
  reference only to libs that are really needed. Dependency count
  drops from 25 to 6.

 -- Debian KDE Extras Team [EMAIL PROTECTED]
Sat, 29 Dec 2007 23:31:02 +0100


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHg/iKmyj0ilRyY1YRAj+VAKCO8STxnx4GQUI6tJGrXBpQA9LPSQCeMHUu
84Q4xU3yEgHAqoETZCWCBCQ=
=pTYK
-END PGP SIGNATURE-

-- 
  To me vi is Zen.  To use vi is to practice zen. Every command is
  a koan. Profound to the user, unintelligible to the uninitiated.
  You discover truth everytime you use it.
  -- [EMAIL PROTECTED]

** Affects: libkdcraw (Ubuntu)
 Importance: Undecided
 Status: Confirmed

-- 
Please sync libkdcraw 0.1.3-1  (main) from Debian unstable (main)
https://bugs.launchpad.net/bugs/181370
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 181370] Re: Please sync libkdcraw 0.1.3-1 (main) from Debian unstable (main)

2008-01-08 Thread Achim Bohnet
Libdcraw supports more raw camera models and has again a DSFG compatible 
license.
No bugs in debian BTS or launchpad.  Upstream NEWS for 0.1.2 - 0.1.3 is:

- updated dcraw to 8.81
  new cameras: Canon G7, Fuji FinePix S9100/S9600, Olympus SP560UZ, Panasonic 
DMC-L10

- updated dcraw to 8.80
  new cameras: Hasselblad H3D, Olympus E-3, Canon EOS 40D, Canon PowerShot G9,
   Canon EOS-1Ds Mark III, AVT F-080C, Nikon D3, Nikon D300,
   Nikon Coolpix S6, Panasonic DMC-FZ18, Sony DSLR-A700

  -m number_of_passes
 After interpolation, clean up color artifacts by repeatedly applying a 3x3
 median filter to the R-G and B-G channels.
  - Licence : is GPL compatible again == less wories)


Achim

-- 
Please sync libkdcraw 0.1.3-1  (main) from Debian unstable (main)
https://bugs.launchpad.net/bugs/181370
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 159810] Re: two knemo icons while running anything with kdesu

2007-11-09 Thread Achim Bohnet
I could not reproduce is as default behaviour.  I did in Gutsy:

kdesu konsole

and no knemo instance shows up.What are you doing to
trigger the second knemo instance?

FWIW:
knemo is a implemented via a kded service.Every KDE
application needs a kded running.   So
when you run an kde app in the login environment of
another user, a second kded is started for the user and
therefore a second knemo is run.

With this in mind I can reproduce you problem with some handish work:

   kdesu konsole

then as root in this window

HOME=/root
cp ~myuser/.Xauthority  ~/
kwrite 
ps -ef | grep kded

now a another kded is listed and therefore another knemo.
Why this happens by default is not clear.

Please give a concrete example that triggers the second knemo.

Can you run:  kdesu konsole

  o is another knemo running?
  o is there a new kded process (ps -ef | grep kded)
  o what the output of
 printenv $HOME
 printenv $KDEHOME
when you run in in the kdesu konsole window

Achim

-- 
two knemo icons while running anything with kdesu
https://bugs.launchpad.net/bugs/159810
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 159810] Re: two knemo icons while running anything with kdesu

2007-11-09 Thread Achim Bohnet
Sorry, that's

  printenv HOME
  printenv KDEHOME

without the $.

-- 
two knemo icons while running anything with kdesu
https://bugs.launchpad.net/bugs/159810
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 159536] Re: dpkg seg-fault with fai-nfsroot

2007-11-03 Thread Achim Bohnet
Hi Jerome,
is this a fresh FAI install or did you upgrade from earlier versions?

Can you try to chroot to the fai NFS root directory
(the default is /srv/fai/nfsroot/live/filesystem.dir) and run

 
   apt-get install --reinstall install fai-nfsroot
 
If this does not give any hint what's going wrong, try in fai NFS chroot

   edit /var/lib/dpkg/info/fai-nfsroot.postinst   # add 'set -xv' as the second 
line
   dpkg-reconfigure fai-nfsroot

Achim

-- 
dpkg seg-fault with fai-nfsroot
https://bugs.launchpad.net/bugs/159536
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 145239] Re: usb camera list does not show up anymore in digikam

2007-10-27 Thread Achim Bohnet
@Johan: yes, libgphoto2-2 version 2.4.0-2ubuntu2  should have fixed  it.
When it does not for you, you have another problem. 

Install gphoto2 and run

  gphoto2 --auto-detect

if gphoto2 finds your camera and digikam does not then you _still_ have the
bug, but I doubt it.   Did your camera work before in LInux?

  gphoto2 --list-cameras

does not list your camera so I assume it's not supported.  Check  www.gphoto.org
if you model if there's a known workaround.

Achim

-- 
usb camera list does not show up anymore in digikam
https://bugs.launchpad.net/bugs/145239
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 157733] kdesudo/kdesu strips quoting

2007-10-27 Thread Achim Bohnet
Public bug reported:

Binary package hint: kdesudo

kdesudo strips one level of quotes, that makes it unnecessarily complicated
and deviates from sudo behaviour (and FWIW all other command line tools).

  kdesudo  kate   one two# opens 2 files: 'one' and
'two'  - BUG

  sudokate one two   # opens the file one
two as all other commands do

Achim

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

-- 
kdesudo/kdesu strips quoting
https://bugs.launchpad.net/bugs/157733
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 157043] Re: command chaining with doesn't work

2007-10-27 Thread Achim Bohnet
That this ever worked in kdesu was a bug IMHO.kdesudo (kdesu is now
a link to it)

Here's why

   sudo id  whoami   -  sudo: id  whoami: command not found

Even su complain.  To do what you want with su  one has to use

  su -c comamnd1  command2

There is a -c (pass to shell) command. As su always asked for a password, 
implementing - c was
is necessary.   Sudo does not ask the second time, so  sudo command1  sudo 
command is the
natural thing.

Task of kdesu and kdesudo is run a/one command as root.   Not to emulate part 
of the shell (aka
implement ).

As sudo does not have -c and su used it for ,  || etc task.  I would suggest 
that this is the right
fix.   Don't reimplement kdesu's non unixish behaviour.

-- 
command chaining with  doesn't work
https://bugs.launchpad.net/bugs/157043
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 145239] Re: usb camera list does not show up anymore in digikam

2007-10-27 Thread Achim Bohnet
Ah, okay.   So your bug is not related at all to this one:
digikam does not use libgphoto for USB Mass Storage cameras.
It has it's own implementation for them.

USB mass storage cameras/devices /plain dirs work fine here
ith digikam,  so maybe it's really a bug in the kernel as you suspects.

Achim

-- 
usb camera list does not show up anymore in digikam
https://bugs.launchpad.net/bugs/145239
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 157733] Re: kdesudo/kdesu strips quoting

2007-10-27 Thread Achim Bohnet
*** This bug is a duplicate of bug 157043 ***
https://bugs.launchpad.net/bugs/157043

** This bug has been marked a duplicate of bug 157043
   command chaining with  doesn't work AS IT strips one level of quoting

-- 
kdesudo/kdesu strips quoting
https://bugs.launchpad.net/bugs/157733
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 157043] Re: command chaining with doesn't work

2007-10-27 Thread Achim Bohnet
Bug 157733 is the side of the same coin.  Marking as duplicate.
Bug is that kdesu/do strips one level of quoting.   Breaking with
usual shell parsing behaviour:

kdesudo strips one level of quotes, that makes it unnecessarily complicated
and deviates from sudo behaviour (and FWIW all other command line tools).

  kdesudo  kate   one two# opens 2 files: 'one' and
'two'  - BUG

  sudokate one two   # opens the file one
two as all other commands do

Achim

** Summary changed:

- command chaining with  doesn't work
+ command chaining with  doesn't work AS IT strips one level of quoting

-- 
command chaining with  doesn't work AS IT strips one level of quoting
https://bugs.launchpad.net/bugs/157043
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 94787] Re: Openafs has a security hole with enabled suid

2007-10-19 Thread Achim Bohnet
No.  I'm using my dapper 1.4.4-x backports.  Ditto for edgy but there are now 
all replace with feisty.
I trust upstream enough, to backports on dapper ... gutsy  the new 1.4.* 
releases.   Sorry, lame
excuse to not test it :(

-- 
Openafs has a security hole with enabled suid
https://bugs.launchpad.net/bugs/94787
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 131133] Re: [gutsy] no sound on Dell Latitude D630/D830/Inspiron 1300/Precision M4300/Vostro 1500/1700/Apple Aluminium iMac/Acer TM6292 pci id 8086:284b

2007-10-16 Thread Achim Bohnet
@don:

this only means that the d600 has a different problem.
Find out your pci id and codec, google/search launchpad if there
already a bug report.  If not open a new one and add a ref
to https://wiki.kubuntu.org/LaptopTestingTeam/DellLatitudeD800

-- 
[gutsy] no sound on Dell Latitude D630/D830/Inspiron 1300/Precision 
M4300/Vostro 1500/1700/Apple Aluminium iMac/Acer TM6292 pci id 8086:284b
https://bugs.launchpad.net/bugs/131133
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 151654] Re: FAI kernel does not include working bnx2 driver (Broadcom, Dell)

2007-10-12 Thread Achim Bohnet
Feisty:   fai 3.1.8 has two problems:

1) fai kernel version != distro version.   So endless, e.g. hda versus sda 
trouble
2) fai softupdate does not work

So I would suggest for feisty update/backport fai to 3.2.1, instead of
spending time with the obsolete fai-kernels.

Feisty (and Dapper) backports of fai 3.2.1. (no fai-kernels needed!) are
available at:

  https://edge.launchpad.net/~fai/+archive

-- 
FAI kernel does not include working bnx2 driver (Broadcom, Dell)
https://bugs.launchpad.net/bugs/151654
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 151654] Re: FAI kernel does not include working bnx2 driver (Broadcom, Dell)

2007-10-12 Thread Achim Bohnet
gusty: fai  3.2 does not need a special fai-kernels anymore.  And the pkgs is 
removed from archive.
therefore I mark the bug as invalid for gutsy.

** Changed in: fai-kernels (Ubuntu)
   Status: New = Invalid

-- 
FAI kernel does not include working bnx2 driver (Broadcom, Dell)
https://bugs.launchpad.net/bugs/151654
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 151256] Re: [gutsy] Xorg or Intel Driver Shows bar at bottom fter upgrade

2007-10-12 Thread Achim Bohnet
fwiw: Missing changelog -- #149297

-- 
[gutsy] Xorg or Intel Driver Shows bar at bottom fter upgrade
https://bugs.launchpad.net/bugs/151256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 151654] Re: FAI kernel does not include working bnx2 driver (Broadcom, Dell)

2007-10-12 Thread Achim Bohnet
Feisty:   fai 3.1.8 has two problems:

1) fai kernel version != distro version.   So endless, e.g. hda versus sda 
trouble
2) fai softupdate does not work

So I would suggest for feisty update/backport fai to 3.2.1, instead of
spending time with the obsolete fai-kernels.

Feisty (and Dapper) backports of fai 3.2.1. (no fai-kernels needed!) are
available at:

  https://edge.launchpad.net/~fai/+archive

-- 
FAI kernel does not include working bnx2 driver (Broadcom, Dell)
https://bugs.launchpad.net/bugs/151654
You received this bug notification because you are a member of Ubuntu
Backporters, which is the bug contact for Dapper Backports.

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


[Bug 151654] Re: FAI kernel does not include working bnx2 driver (Broadcom, Dell)

2007-10-12 Thread Achim Bohnet
gusty: fai  3.2 does not need a special fai-kernels anymore.  And the pkgs is 
removed from archive.
therefore I mark the bug as invalid for gutsy.

** Changed in: fai-kernels (Ubuntu)
   Status: New = Invalid

-- 
FAI kernel does not include working bnx2 driver (Broadcom, Dell)
https://bugs.launchpad.net/bugs/151654
You received this bug notification because you are a member of Ubuntu
Backporters, which is the bug contact for Dapper Backports.

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


[Bug 131133] Re: [gutsy] no sound on Dell Latitude D630/D830/Precision M4300/Vostro 1500/1700/Apple Aluminium iMac/Acer TM6292 pci id 8086:284b

2007-10-10 Thread Achim Bohnet
Status unchanged with -14 kernel:  By default no sound.
Latitude D830 with:

   module-assistant -l 2.6.22-14-generic  auto-install alsa   # builds:
1.0.14-1ubuntu2+2.6.22-14.41

and sound works again after reboot as with -13 kernel.

-- 
[gutsy] no sound on Dell Latitude D630/D830/Precision M4300/Vostro 
1500/1700/Apple Aluminium iMac/Acer TM6292 pci id 8086:284b
https://bugs.launchpad.net/bugs/131133
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 150469] Re: openafs gives segfault on kernel 2.6.22-13

2007-10-10 Thread Achim Bohnet
** Changed in: openafs (Ubuntu)
   Status: New = Invalid

-- 
openafs gives segfault on kernel 2.6.22-13
https://bugs.launchpad.net/bugs/150469
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 151311] Re: DPI in kubuntu incorrect on xorg-video-driver-intel

2007-10-10 Thread Achim Bohnet
Or try

   DisplaySize  width height
  This optional entry gives the width and height, in millimetres, 
of the picture area  of  the  monitor.   If
  given this is used to calculate the horizontal and vertical pitch 
(DPI) of the screen.

In the monitor section of xorg.conf.   Should work with kdm and kde
session.

-- 
DPI in kubuntu incorrect on xorg-video-driver-intel
https://bugs.launchpad.net/bugs/151311
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 131133] Re: [gutsy] no sound on Dell Latitude D630/D830/Precision M4300/Vostro 1500/1700 pci id 8086:284b

2007-10-08 Thread Achim Bohnet
FWIW: if your laptop model is not listed in the bug summary add it:
Actions: Edit description/tags: - add it to summary field

-- 
[gutsy] no sound on Dell Latitude D630/D830/Precision M4300/Vostro 1500/1700 
pci id 8086:284b
https://bugs.launchpad.net/bugs/131133
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 150496] Re: intel video driver ships without changelog.Debian

2007-10-08 Thread Achim Bohnet
*** This bug is a duplicate of bug 149297 ***
https://bugs.launchpad.net/bugs/149297

** This bug has been marked a duplicate of bug 149297
   xserver-xorg-video-intel package missing changelog

-- 
intel video driver ships without changelog.Debian
https://bugs.launchpad.net/bugs/150496
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 150469] Re: openafs gives segfault on kernel 2.6.22-13

2007-10-08 Thread Achim Bohnet
I can't reproduce it on.  klog works fine with my AFS user.

Linux allee 2.6.22-13-generic #1 SMP Thu Oct 4 17:18:44 GMT 2007 i686
GNU/Linux

[EMAIL PROTECTED](0) ~ $ dpkg -l \*afs\* | grep ^i
ii  libpam-openafs-kaserver 1.4.4.dfsg1-7   AFS 
distributed filesystem kaserver PAM module
ii  openafs-client  1.4.4.dfsg1-7   AFS 
distributed filesystem client support
ii  openafs-kpasswd 1.4.4.dfsg1-7   AFS 
distributed filesystem old password changing
ii  openafs-modules-2.6.22-12-generic   1.4.4.dfsg1-7+2.6.22-12.39  AFS 
distributed filesystem kernel module
ii  openafs-modules-2.6.22-13-generic   1.4.4.dfsg1-7+2.6.22-13.40  AFS 
distributed filesystem kernel module
ii  openafs-modules-generic 2.6.22.13   AFS 
kernel driver for -generic kernel
ii  openafs-modules-source  1.4.4.dfsg1-7   AFS 
distributed filesystem kernel module source

-- 
openafs gives segfault on kernel 2.6.22-13
https://bugs.launchpad.net/bugs/150469
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 131133] Re: [gutsy] no sound on Dell Latitude D630/D830/Precision M4300/Vostro 1500/1700/Apple Aluminium iMac pci id 8086:284b

2007-10-08 Thread Achim Bohnet
Rebuilding alsa with module assistant and rebooting make sound with 2.6.22-13 
on my Latitude D830
working.

ii  alsa-modules-2.6.22-13-generic  1.0.14-1ubuntu2+2.6.22-13.40
ALSA modules for kernel 2.6.22-13-generic

Pending problems with this approach: 
 a) output jack does not mute internal speakers
 b) found no way in kmix to mute internal speakers and output jack 
independently (as an alternative to a)
 c) output jack in the docking station is not working/recognized.  the one on 
the left of the laptop works

I've never used/tested inter/extern microphone with intel hda snd
hardware, as I use a USB headset.

-- 
[gutsy] no sound on Dell Latitude D630/D830/Precision M4300/Vostro 
1500/1700/Apple Aluminium iMac pci id 8086:284b
https://bugs.launchpad.net/bugs/131133
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 131133] Re: [gutsy] no sound on Dell Latitude D630/D830/Precision M4300/Vostro 1500/1700/Apple Aluminium iMac pci id 8086:284b

2007-10-08 Thread Achim Bohnet
** Description changed:

  I have no sound in Gutsy x86_64. In Feisty, sound worked fine.
  
  My laptop is a Dell Latitude D830.
  
  Found in dmesg log file:
  
  [   23.252496] hda_intel: azx_get_response timeout, switching to polling 
mode...
  [   23.550621] ipw3945: Detected geography ABG (13 802.11bg channels, 23 
802.11a channels)
  [   23.775888] hda_intel: azx_get_response timeout, switching to single_cmd 
mode...
  [   27.251189] hda_codec: No auto-config is available, default to model=ref
  [   30.733510] hda-intel: no codecs initialized
  
- See https://wiki.ubuntu.com/LaptopTestingTeam/DellLatitudeD830#head-
+ See
+ * https://wiki.ubuntu.com/Gutsy_Intel_HD_Audio_Controller
+ 
+ * https://wiki.ubuntu.com/LaptopTestingTeam/DellLatitudeD830#head-
  40a4e1f238b3be666f63c6efefdfd883caf0bf4d for a (temporary, must be
  repeated whenever the kernel package is updated) fix.

-- 
[gutsy] no sound on Dell Latitude D630/D830/Precision M4300/Vostro 
1500/1700/Apple Aluminium iMac pci id 8086:284b
https://bugs.launchpad.net/bugs/131133
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 131133] Re: [gutsy] no sound on Dell Latitude D630/D830/Precision M4300/Vostro 1500/1700/Apple Aluminium iMac pci id 8086:284b

2007-10-08 Thread Achim Bohnet
@Micheal:  this is listed already on Gutsy_Intel_HD_Audio_Controller wiki page. 
 See also my comment
https://bugs.edge.launchpad.net/ubuntu/+source/linux-source-2.6.22/+bug/131133/comments/58

@all: dded the wikipage to the bug description

I've added the workaround that works for me to the 
Gutsy_Intel_HD_Audio_Controller
wiki page as it's get more and more complicated to find infos as the length of 
the thread
grows.  We should still report here any detail try.   Summary to wiki

Anyone feels like adding a table with  working / broken features versus
workarounds X?

-- 
[gutsy] no sound on Dell Latitude D630/D830/Precision M4300/Vostro 
1500/1700/Apple Aluminium iMac pci id 8086:284b
https://bugs.launchpad.net/bugs/131133
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 150469] Re: openafs gives segfault on kernel 2.6.22-13

2007-10-08 Thread Achim Bohnet
Sorry, can't help.  I tried to reproduce and could not.
Just want to add: I'm authenticating against a kerberos4
server.

Maybe  strace output or running under gdb gives an idea?

-- 
openafs gives segfault on kernel 2.6.22-13
https://bugs.launchpad.net/bugs/150469
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 131133] Re: [gutsy] no sound on Dell Latitude D630/D830/Precision M4300/Vostro 1500/1700/Apple Aluminium iMac/Acer TM6292 pci id 8086:284b

2007-10-08 Thread Achim Bohnet
Thx Fred for the clarification.

My docked Dell D830 gives:

$ cat /proc/asound/card0/codec#* | grep Codec
Codec: SigmaTel STAC9205
Codec: Conexant ID 2c06

$ lspci | grep -i audio
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio 
Controller (rev 02)
 $ lspci -n  | grep 00:1b.0
00:1b.0 0403: 8086:284b (rev 02)

I'll add it to the wiki page

-- 
[gutsy] no sound on Dell Latitude D630/D830/Precision M4300/Vostro 
1500/1700/Apple Aluminium iMac/Acer TM6292 pci id 8086:284b
https://bugs.launchpad.net/bugs/131133
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 149156] Re: camera downloading failure

2007-10-06 Thread Achim Bohnet
*** This bug is a duplicate of bug 145239 ***
https://bugs.launchpad.net/bugs/145239

@Oliver:  first ,thx for your kind words.

About 'next bug ...'.  Please open a new bug report for every problem you find.
I'm notified about every bug for digikam package and will have a look.

 a) I'm not really sure where your 'save as' problem occors.  Please describe 
the
steps to reproduce the crash
b) What type of image you used.  Raw, jpeg ...  Attach a picture that creates
the crash 

I'll mark this bug as fixed released (duplicate of #145239) as the digikam 
problem
is fixed.  If you still see a problem with gtkam, open a new bug report for it.

** This bug has been marked a duplicate of bug 145239
   usb camera list does not show up anymore in digikam

-- 
camera downloading failure
https://bugs.launchpad.net/bugs/149156
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 140794] Re: xserver-xorg-video-intel contains no changelog.Debian

2007-10-05 Thread Achim Bohnet
*** This bug is a duplicate of bug 149297 ***
https://bugs.launchpad.net/bugs/149297

** This bug has been marked a duplicate of bug 149297
   xserver-xorg-video-intel package missing changelog

-- 
xserver-xorg-video-intel contains no changelog.Debian
https://bugs.launchpad.net/bugs/140794
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 145239] Re: usb camera list does not show up anymore in digikam

2007-10-03 Thread Achim Bohnet
Weired.  Looks like digikam in kubuntu now needs the .la files of the 
libgphoto2 plugins too.
Debian always had this problem:  Plugings not starting with lib* need the .la 
files:

   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=390703

At least in Feisty digikam/kdelibs works fine without the .la files. Looks like 
Kubuntu 'merged'/
inherited the problem now :(

Long discussion about this problem at:

   http://bugs.kde.org/125696

As it's quite late in the release cycle, I've move the .la files from 
libgphoto2-2-dev to
libghoto2-port0 and libgphoto2-2, instead of playing with the core 
infrastructure of KDE.
Fix was already uploaded and should soon arrive in the archive.

Let's see if a libgphoto2 upload can 'Fix releases' a digikam bug...

Achim

-- 
usb camera list does not show up anymore in digikam
https://bugs.launchpad.net/bugs/145239
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: what kernel package?

2006-05-18 Thread Achim Bohnet
On Thursday 18 May 2006 19:21, Ivan Krstic wrote:
 Carl Karsten wrote:
  [EMAIL PROTECTED]:~$ uname -a
  Linux tsp2 2.6.15-21-386 #1 PREEMPT Fri Apr 21 16:43:33 UTC 2006 i686
 
 That's the desktop kernel. The default installed by the u-s CD should
 have been set to the server kernel a while back. I'll see what's going
 on; you should be using linux-image-server and linux-headers-server.

FWIW:

I installed today from server cdrom from 15-May (not the server option
of kubuntu or ubuntu CDROM) and -server kernel was installed fine:

0]ex-sr02 ~ # dpkg -l linux-\* | grep ^i
ii  linux-image-2.6.15-22-server 2.6.15-22.34   Linux kernel image for 
version 2.6.15 on Ser
ii  linux-image-server   2.6.15.21  Linux kernel image on 
Server Equipment.
ii  linux-kernel-headers 2.6.11.2-0ubuntu17 Linux Kernel Headers for 
development
ii  linux-server 2.6.15.21  Complete Linux kernel on 
Server Equipment.
ii  linux-sound-base 1.0.10-4ubuntu4base package for ALSA and 
OSS sound systems

Mhmm, I'm not sure if linux-sound-base was installed by default (would this
make sense? ;) or included by the addon pkgs I installed.

Achim
 
 -- 
 Ivan Krstic [EMAIL PROTECTED] | GPG: 0x147C722D
 
 -- 
 ubuntu-server mailing list
 ubuntu-server@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
 
 

-- 
  To me vi is Zen.  To use vi is to practice zen. Every command is
  a koan. Profound to the user, unintelligible to the uninitiated.
  You discover truth everytime you use it.
  -- [EMAIL PROTECTED]

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


<    1   2   3