[Bug 110012] Re: Missing tcl8.5-dev and tk8.5-dev

2007-04-27 Thread txwikinger
Thanks for submitting this bug report.

I don't understand this issue. According to
http://packages.ubuntu.com/feisty/allpackages feisty only contains
Versions 8.3 and 8.4 for tk and tcl. Version 8.5 doesn't even exist as
runtime. Could it be you have some additional repositories enabled?

Thanks

** Changed in: Ubuntu
 Assignee: (unassigned) = txwikinger
   Status: Unconfirmed = Needs Info

-- 
Missing tcl8.5-dev and tk8.5-dev
https://bugs.launchpad.net/bugs/110012
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 109902] Re: Feisty clean install creates incorrect fstab entry

2007-04-27 Thread txwikinger
Thanks for the submission of this bug report.

Could you please run

sudo lshw -C disk

on this system and attach the results here?

Thanks

** Changed in: Ubuntu
 Assignee: (unassigned) = txwikinger
   Status: Unconfirmed = Needs Info

-- 
Feisty clean install creates incorrect fstab entry
https://bugs.launchpad.net/bugs/109902
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 110553] Spelling mistakes in file network/C/network.xml

2007-04-27 Thread txwikinger
Public bug reported:

Binary package hint: kubuntu-docs

Here the diffs:

417,418c417,418
 the guilabelNetwork controller:/guilabel line as this swill provide
 information about your wireless adapt or.
---
 the guilabelNetwork controller:/guilabel line as this will provide
 information about your wireless adapter.
424c424
 term...get my Broadcom wireless adapt or to work?/term
---
 term...get my Broadcom wireless adapter to work?/term

** Affects: kubuntu-docs (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Spelling mistakes in file network/C/network.xml
https://bugs.launchpad.net/bugs/110553
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kubuntu-docs in ubuntu.

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


[Bug 110553] Re: Spelling mistakes in file network/C/network.xml

2007-04-27 Thread txwikinger
Since you are already with it. I found another spelling mistake. In line
910 it should say properly not propery.

-- 
Spelling mistakes in file network/C/network.xml
https://bugs.launchpad.net/bugs/110553
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 110612] Spelling mistake in file kcm_btpaired/exportdialog.ui

2007-04-27 Thread txwikinger
Public bug reported:

Binary package hint: kdebluetooth

Here is the diff:

35c35
 stringPairing a device in a dual boot setup breaks an 
alreay established pairing in the other operating system, because the link keys 
stored by each OS are not identical. Here you can export BlueZ's keys for use 
with Windows, so that you don't have to pair devices again each time you switch 
the OS./string
---
 stringPairing a device in a dual boot setup breaks an 
 already established pairing in the other operating system, because the link 
 keys stored by each OS are not identical. Here you can export BlueZ's keys 
 for use with Windows, so that you don't have to pair devices again each time 
 you switch the OS./string

** Affects: kdebluetooth (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Spelling mistake in file kcm_btpaired/exportdialog.ui
https://bugs.launchpad.net/bugs/110612
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 110276] Re: Typo in check for Win in Kubuntu System Settings

2007-04-27 Thread txwikinger
I have created a patch with the fix for this bug which is attached here.
Since this is my first try of such a patch here at (k)ubuntu, I hope I
haven't done anything totally wrong, but certainly appreciate
contructive feedback.

Thanks

** Attachment added: debdiff patch fixing this bug
   http://librarian.launchpad.net/7442434/kde-guidance_0.8.0-0ubuntu6.debdiff

-- 
Typo in check for Win in Kubuntu System Settings
https://bugs.launchpad.net/bugs/110276
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kde-guidance in ubuntu.

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


[Bug 110020] Re: Missing localization in update manager (german)

2007-04-26 Thread txwikinger
Thanks for submitting this bug report.

Could you please paste here the output of

dpkg-query -l language-pack*

Thanks.

** Changed in: update-manager (Ubuntu)
 Assignee: (unassigned) = txwikinger
   Status: Unconfirmed = Needs Info

-- 
Missing localization in update manager (german)
https://bugs.launchpad.net/bugs/110020
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 109969] Re: Error in /etc/rc2.d/S95dial

2007-04-26 Thread txwikinger
Thanks for your bug report.

Try to change the line with the while command to this:

while [[ $((count++)) -lt 40 ]]

There should be a 'space' before and after '[[' and before ']]'

Please check if it works then. Is this the original file how it was
installed ?

Thanks

** Changed in: Ubuntu
 Assignee: (unassigned) = txwikinger
   Status: Unconfirmed = Needs Info

-- 
Error in /etc/rc2.d/S95dial
https://bugs.launchpad.net/bugs/109969
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 107951] Re: Booting fails after installation (GRUB error)

2007-04-26 Thread txwikinger
The command

root (hd0,0)

means the first drive and the first partition. You can not change this
into root (hd0) /dev/hde or something like this. You can only change
the numbers (i.e. hd1,2 would be the second drive and the third
partition on it).

The kernel line as as root either the device or the UUID label. However,
there couldn't be a /dev/hde because this is just the drive it would be
/dev/hde1 or /dev/sda1.

I am trying to figure out the assignments given from your data. It looks
like to me the root line should be hd0,0 and the kernel line /dev/sda1.
But I am not sure yet. However, if the UUID is correct, I would leave
that in the kernel line. Remember that the partition for the root line
needs to be the partion where your /boot directory is, the partition in
the kernel line refers to the partions that is mounted as root.

-- 
Booting fails after installation (GRUB error)
https://bugs.launchpad.net/bugs/107951
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 109969] Re: Error in /etc/rc2.d/S95dial

2007-04-26 Thread txwikinger
Did I understand you right, that the script did not come with any
package from ubuntu?

If your problem is resolved now, do you agree that I can close the bug
report?

Thanks

-- 
Error in /etc/rc2.d/S95dial
https://bugs.launchpad.net/bugs/109969
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 110020] Re: Missing localization in update manager (german)

2007-04-26 Thread txwikinger
Andi, I believe you didn't have the 'language-pack-de' or 'language-
pack-de-base' installed. The Schliessen-Button came from the installed
'language-pack-gnome-de'.

Please attach the file that Sebatian asked for that we can further
analyze the problem. Did you install the German language packages before
you upgraded to feisty or after?

Thanks

-- 
Missing localization in update manager (german)
https://bugs.launchpad.net/bugs/110020
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 110276] Re: Typo in check for Win in Kubuntu System Settings

2007-04-26 Thread txwikinger
Can see the wrong spelling

** Changed in: kde-systemsettings (Ubuntu)
   Status: Unconfirmed = Confirmed

** Changed in: kde-systemsettings (Ubuntu)
 Assignee: (unassigned) = txwikinger

-- 
Typo in check for Win in Kubuntu System Settings
https://bugs.launchpad.net/bugs/110276
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kde-systemsettings in ubuntu.

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


[Bug 110276] Re: Typo in check for Win in Kubuntu System Settings

2007-04-26 Thread txwikinger
Wrong package. The bug is in kde-guidance.

** Changed in: kde-guidance (Ubuntu)
Sourcepackagename: kde-systemsettings = kde-guidance

-- 
Typo in check for Win in Kubuntu System Settings
https://bugs.launchpad.net/bugs/110276
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kde-guidance in ubuntu.

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


[Bug 110276] Re: Typo in check for Win in Kubuntu System Settings

2007-04-26 Thread txwikinger
Spelling mistake is in fiel wineconfig/wineconfig.py in line 99.

-- 
Typo in check for Win in Kubuntu System Settings
https://bugs.launchpad.net/bugs/110276
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kde-guidance in ubuntu.

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


[Bug 110276] Re: Typo in check for Win in Kubuntu System Settings

2007-04-26 Thread txwikinger
Working on patch

** Changed in: kde-guidance (Ubuntu)
   Status: Confirmed = In Progress

-- 
Typo in check for Win in Kubuntu System Settings
https://bugs.launchpad.net/bugs/110276
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 109950] Re: mythtv-database configuration cannot connect to MySQL database

2007-04-25 Thread txwikinger
** Changed in: mythtv (Ubuntu)
 Assignee: (unassigned) = txwikinger

-- 
mythtv-database configuration cannot connect to MySQL database
https://bugs.launchpad.net/bugs/109950
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 109950] Re: mythtv-database configuration cannot connect to MySQL database

2007-04-25 Thread txwikinger
** Changed in: mythtv (Ubuntu)
 Assignee: txwikinger = (unassigned)

-- 
mythtv-database configuration cannot connect to MySQL database
https://bugs.launchpad.net/bugs/109950
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 109930] Re: no final newline at the end of /etc/fstab

2007-04-25 Thread txwikinger
** Changed in: ntfs-config (Ubuntu)
 Assignee: (unassigned) = txwikinger

-- 
no final newline at the end of /etc/fstab
https://bugs.launchpad.net/bugs/109930
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 109899] Re: Include fix for openoffice bug 60945

2007-04-25 Thread txwikinger
Upstream bug report exists and bug is fixed - confirmed

** Changed in: openoffice.org (Ubuntu)
   Status: Unconfirmed = Confirmed

-- 
Include fix for openoffice bug 60945
https://bugs.launchpad.net/bugs/109899
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 109883] Re: problems starting xfce

2007-04-25 Thread txwikinger
Thanks for submitting this report.

Is the complete error message this:

X Error: BadDevice, invalid or uninitialized input device 169
  Major opcode:  145
  Minor opcode:  3
  Resource id:  0x0
Failed to open device


Where do you see the error message?

Is there anything that doesn't work, or are you just reporting the
existence of this message ?

Thanks

** Changed in: xfce4 (Ubuntu)
 Assignee: (unassigned) = txwikinger
   Status: Unconfirmed = Needs Info

-- 
problems starting xfce
https://bugs.launchpad.net/bugs/109883
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 61214] Re: procps deb package broken!

2007-04-24 Thread txwikinger
This does not seem to be a bug judging on the information given. No more
information was given after a request for more information. This request
is now more than a month old. There this bug report has been closed.

Please feel free to reopen the bug report if there is more information
available.

** Changed in: procps (Ubuntu)
   Status: Needs Info = Rejected

-- 
procps deb package broken!
https://bugs.launchpad.net/bugs/61214
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 87063] Re: Please package php5-mssql

2007-04-24 Thread txwikinger
This explanation is good enough for me. I confirm that the package is
missing in the repositories and there is a request of packaging them.

** Changed in: php5 (Ubuntu)
 Assignee: txwikinger = (unassigned)
   Status: Needs Info = Confirmed

** Summary changed:

- Please package php5-mssql
+ [needs packaging] Please package php5-mssql

** Tags added: php

-- 
[needs packaging] Please package php5-mssql
https://bugs.launchpad.net/bugs/87063
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 87063] Re: [needs-packaging] Please package php5-mssql

2007-04-24 Thread txwikinger
** Summary changed:

- [needs packaging] Please package php5-mssql
+ [needs-packaging] Please package php5-mssql

-- 
[needs-packaging] Please package php5-mssql
https://bugs.launchpad.net/bugs/87063
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 64275] Re: post-install can't find pyversions

2007-04-23 Thread txwikinger
After a month no response from submitter received. The error does not
occur on dapper or feisty. Edgy also has a newer package then the one
that is referred to. Therefore the bug is closed now. Please feel free
to reopen if new information is available.

** Changed in: gst0.10-python (Ubuntu)
   Status: Needs Info = Fix Released

-- 
post-install can't find pyversions
https://bugs.launchpad.net/bugs/64275
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 61030] Re: Mistake in ssed string (dapper)

2007-04-23 Thread txwikinger
Waiting for upstream response

-- 
Mistake in ssed string (dapper)
https://bugs.launchpad.net/bugs/61030
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 96151] Re: kcmclock does not change to correct location

2007-04-23 Thread txwikinger
Waiting for action on upstream bug

-- 
kcmclock does not change to correct location
https://bugs.launchpad.net/bugs/96151
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kdebase in ubuntu.

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


[Bug 103680] Re: [hwclock] full path for a command possibly uncommented in init script

2007-04-23 Thread txwikinger
Waiting for upstream response

-- 
[hwclock] full path for a command possibly uncommented in init script
https://bugs.launchpad.net/bugs/103680
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 106146] Re: Cannot mount cifs shares as normal user

2007-04-23 Thread txwikinger
This issue is accepted and fix in upstream debian.


** Changed in: samba (Ubuntu)
 Assignee: txwikinger = (unassigned)

-- 
Cannot mount cifs shares as normal user
https://bugs.launchpad.net/bugs/106146
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 109095] Re: k3b should fork on verify

2007-04-23 Thread txwikinger
Thanks for submitting this report.

Why would you want to do this in parallel. Wouldn't you first want to
find out if the image that you want to burn is ok (through checking the
MD5) and then burn. If the MD5 fails, you wouldn't want to burn it
anyway?

Thanks

** Changed in: k3b (Ubuntu)
 Assignee: (unassigned) = txwikinger
   Status: Unconfirmed = Needs Info

-- 
k3b should fork on verify
https://bugs.launchpad.net/bugs/109095
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for k3b in ubuntu.

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


[Bug 105100] Re: Microphone not working in Edgy 6.10

2007-04-22 Thread txwikinger
*** This bug is a duplicate of bug 108828 ***
https://bugs.launchpad.net/bugs/108828

** This bug has been marked a duplicate of bug 108828
   Microphone Not Working In Feisty 7.04

-- 
Microphone not working in Edgy 6.10
https://bugs.launchpad.net/bugs/105100
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 52639] Re: umount.cifs does not remove unmounted volumes from /etc/mtab

2007-04-22 Thread txwikinger
Thanks for your bug report.

I cannot reproduce this on either dapper nor feisty. Is this still
happening?

Thanks

** Changed in: samba (Ubuntu)
 Assignee: (unassigned) = txwikinger
   Status: Unconfirmed = Needs Info

-- 
umount.cifs does not remove unmounted volumes from /etc/mtab
https://bugs.launchpad.net/bugs/52639
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 65554] Re: SOAP-calls don't work because of an incompatibility with libxml2-2.6.24

2007-04-22 Thread txwikinger
*** This bug is a duplicate of bug 52866 ***
https://bugs.launchpad.net/bugs/52866

** This bug has been marked a duplicate of bug 52866
   SOAP response for associative array is different on ubuntu 6.06

-- 
SOAP-calls don't work because of an incompatibility with libxml2-2.6.24
https://bugs.launchpad.net/bugs/65554
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 52973] Re: package installer creates dangling symlink for shutdown script (/etc/rc3.d/K09samba)

2007-04-22 Thread txwikinger
*** This bug is a duplicate of bug 9208 ***
https://bugs.launchpad.net/bugs/9208

** This bug has been marked a duplicate of bug 9208
   Samba upgrade failure due to broken rc.d symlinks

-- 
package installer creates dangling symlink for shutdown script 
(/etc/rc3.d/K09samba)
https://bugs.launchpad.net/bugs/52973
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 53241] Re: British keyboard layout not working

2007-04-22 Thread txwikinger
Thanks for submitting this bug report.

Can you provide more information that allows us to reproduce this bug,
or would you like us to close it?

Thanks

** Changed in: xserver-xorg-input-keyboard (Ubuntu)
 Assignee: (unassigned) = txwikinger
   Status: Unconfirmed = Needs Info

-- 
British keyboard layout not working
https://bugs.launchpad.net/bugs/53241
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 106146] Re: Cannot mount cifs shares as normal user

2007-04-22 Thread txwikinger
Thanks for your bug report.

I confirm the bug due to the existence of the upstream bug report.

I don't think it is a bug, but a design decision as mentioned in the
upstream bug report.

I think this should be decided according to the decision made in the
upstream bug report, and rejected if it is rejected there.

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

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

** Changed in: samba (Ubuntu)
 Assignee: (unassigned) = txwikinger
   Status: Unconfirmed = Confirmed

-- 
Cannot mount cifs shares as normal user
https://bugs.launchpad.net/bugs/106146
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 106146] Re: Cannot mount cifs shares as normal user

2007-04-22 Thread txwikinger
Thanks for your bug report.

I confirm the bug due to the existence of the upstream bug report.

I don't think it is a bug, but a design decision as mentioned in the
upstream bug report.

I think this should be decided according to the decision made in the
upstream bug report, and rejected if it is rejected there.

-- 
Cannot mount cifs shares as normal user
https://bugs.launchpad.net/bugs/106146
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 95460] Re: samba 3.0.24 on feisty is broken

2007-04-22 Thread txwikinger
Thanks for your bug report.

Since feisty is released now. Have you been able to test if your problem
is still current?

If not I would like to close this report.

If it is still current, is this the same problem as 90950?

Thanks

** Changed in: samba (Ubuntu)
 Assignee: (unassigned) = txwikinger
   Status: Unconfirmed = Needs Info

-- 
samba 3.0.24 on feisty is broken
https://bugs.launchpad.net/bugs/95460
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 79575] Re: Samba isn't working correctly

2007-04-22 Thread txwikinger
Thanks for your bug report.

I close the bug as you have requested in your last comment.

** Changed in: samba (Ubuntu)
   Status: Unconfirmed = Rejected

-- 
Samba isn't working correctly
https://bugs.launchpad.net/bugs/79575
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 87063] Re: Please package php5-mssql

2007-04-22 Thread txwikinger
Thanks for the bug report.

I don't think it is necessary to create a package php5-mssql since the
mssql functions are included in the package php5-sybase.

Do you agree to close the bug?

** Changed in: php5 (Ubuntu)
 Assignee: (unassigned) = txwikinger
   Status: Unconfirmed = Needs Info

-- 
Please package php5-mssql
https://bugs.launchpad.net/bugs/87063
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 51009] Re: Grub pointing to (hd0,0) instead of (hd2,0)

2007-04-22 Thread txwikinger
I am closing this report. If there is more information that helps to
reproduce it, please reopen it. Thanks

** Changed in: grub-installer (Ubuntu)
   Status: Needs Info = Rejected

-- 
Grub pointing to (hd0,0) instead of (hd2,0)
https://bugs.launchpad.net/bugs/51009
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 56776] Re: Please, include a newer version of ttf-dejavu in 6.06.x LTS!

2007-04-22 Thread txwikinger
** Tags added: backport dapper

-- 
Please, include a newer version of ttf-dejavu in 6.06.x LTS!
https://bugs.launchpad.net/bugs/56776
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 62197] Re: Edgy - Windows cannot see Ubuntu PC but Ububtu can see Windows

2007-04-22 Thread txwikinger
Thanks for your bug report.

Have you installed samba and configured it?

Could you please provide us with your smb.conf file, and the output of

dpkg-query -l samba

Thanks

** Changed in: samba (Ubuntu)
 Assignee: (unassigned) = txwikinger
   Status: Unconfirmed = Needs Info

-- 
Edgy - Windows cannot see Ubuntu PC but Ububtu can see Windows
https://bugs.launchpad.net/bugs/62197
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 62068] Re: apache files docs owned by root.

2007-04-22 Thread txwikinger
Thanks for your bug report.

Because of security reasons, these files should not be owned by www-
data. They are readable by www-data (and therefore the apache server
process) because they are readable by 'others'. However, they are not
writable by anyone but root in order to prevent somebody through the
apache server maliciously create a backdoor to brake into your system.

Therefore, I would like to close this bug report. Is this acceptable to
you ?

Thanks

** Changed in: apache2 (Ubuntu)
 Assignee: (unassigned) = txwikinger
   Status: Unconfirmed = Needs Info

-- 
apache files docs owned by root.
https://bugs.launchpad.net/bugs/62068
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 62334] Re: Upgrade caused dual-boot grub to destroy Win2K disk

2007-04-22 Thread txwikinger
Thanks for submitting this bug report.

Could you, or have you been able to mount the windows partition from a
linux system i.e. Knoppix? What evidence that would help use to
understand how the problem occurred, do you have for your assumption
that more than the MBR has been overwritten?

Without more information, I fear, we will not be able to reproduce the
problem, therefore I would like to close this bug if this is ok with
you.

Thanks

** Changed in: grub (Ubuntu)
 Assignee: (unassigned) = txwikinger
   Status: Unconfirmed = Needs Info

-- 
Upgrade caused dual-boot grub to destroy Win2K disk
https://bugs.launchpad.net/bugs/62334
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 62678] Re: In gdm or an X term, I can't use alphanumerical symbols in my password

2007-04-22 Thread txwikinger
Thanks for submitting this bug report.

Could you please elaborate a little more about your problem such that we
can reproduce it?

Thanks

** Changed in: xorg (Ubuntu)
 Assignee: (unassigned) = txwikinger
   Status: Unconfirmed = Needs Info

-- 
In gdm or an X term, I can't use alphanumerical symbols in my password
https://bugs.launchpad.net/bugs/62678
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 63141] Re: PHP (cli) exits with a segfault if pg_connect() called.

2007-04-22 Thread txwikinger
Thanks for submitting the bug report.

I tested this with php5 5.1.2-1ubuntu3.2 on dapper and could not
reproduce this.

Is this problem still current or fixed by the updates ?

Thanks

** Changed in: php5 (Ubuntu)
 Assignee: (unassigned) = txwikinger
   Status: Unconfirmed = Needs Info

-- 
PHP (cli) exits with a segfault if pg_connect() called.
https://bugs.launchpad.net/bugs/63141
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 51925] Re: Wrong charset for German messages

2007-04-21 Thread txwikinger
I have checked /usr/lib/mailman/Mailman/Defaults.py on feisty and it
contains indeed a line add_language('de', _('German'), 'iso-8859-1')
which would disply German umlaute wrongly on a webserver configured to
show pages in utf-8 encoding.

** Changed in: mailman (Ubuntu)
   Status: Needs Info = Confirmed

-- 
Wrong charset for German messages
https://bugs.launchpad.net/bugs/51925
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 51925] Re: Wrong charset for German messages

2007-04-21 Thread txwikinger
Created upstream bug report to debian and linked this bug to it

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

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

-- 
Wrong charset for German messages
https://bugs.launchpad.net/bugs/51925
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 107951] Re: Booting fails after installation (GRUB error)

2007-04-21 Thread txwikinger
Could you please run the command

sudo lshw -C disk

from the ubuntu live-CD that we can see how the ubuntu kernel recognises
the disks.

Thanks

-- 
Booting fails after installation (GRUB error)
https://bugs.launchpad.net/bugs/107951
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 108642] [feisty] Description for package libphp-jpgraph still refers to php4 even php4 is not supported anymore

2007-04-21 Thread txwikinger
Public bug reported:

Binary package hint: libphp-jpgraph

Package: libphp-jpgraph
Priority: optional
Section: universe/web
Installed-Size: 384
Maintainer: Ubuntu MOTU Developers [EMAIL PROTECTED]
Original-Maintainer: Christian Bayle [EMAIL PROTECTED]
Architecture: all
Version: 1.5.2-10.1ubuntu2
Depends: php5 | php5-cgi | libapache-mod-php5, php5-gd
Suggests: msttcorefonts (= 1.1.11)
Filename: 
pool/universe/libp/libphp-jpgraph/libphp-jpgraph_1.5.2-10.1ubuntu2_all.deb
Size: 92672
MD5sum: 8d9e204c819d0cba63d1874a4dc40f77
SHA1: d48caf8658b1582244661ff78a9c30e801aea082
SHA256: b77d42e5be5da06b929674d5f42b9bce2c28db862378c40c63da6be918ac7b0e
Description: Object oriented graph library for php4
 JpGraph is an object oriented class library for php4. JpGraph makes
 it easy to draw both quick and dirty graphs with a minimum of code
 and complex professional graphs which requires a very fine grain
 control. JpGraph is equally well suited for both scientific and
 business type of graphs.
Bugs: mailto:[EMAIL PROTECTED]
Origin: Ubuntu

** Affects: libphp-jpgraph (Ubuntu)
 Importance: Undecided
 Assignee: MOTU
 Status: Confirmed

-- 
[feisty] Description for package libphp-jpgraph still refers to php4 even php4 
is not supported anymore
https://bugs.launchpad.net/bugs/108642
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 108646] [feisty] Description for package libphp-jpgraph-examples still refers to php4 even php4 is not supported anymore

2007-04-21 Thread txwikinger
Public bug reported:

Binary package hint: libphp-jpgraph-examples

Package: libphp-jpgraph-examples
Priority: optional
Section: universe/web
Installed-Size: 512
Maintainer: Ubuntu MOTU Developers [EMAIL PROTECTED]
Original-Maintainer: Christian Bayle [EMAIL PROTECTED]
Architecture: all
Source: libphp-jpgraph
Version: 1.5.2-10.1ubuntu2
Depends: libphp-jpgraph
Filename: 
pool/universe/libp/libphp-jpgraph/libphp-jpgraph-examples_1.5.2-10.1ubuntu2_all.deb
Size: 91306
MD5sum: dee3f0075508ba03d1354e141d67ea35
SHA1: bd0667f1710fae7909a0e199b62dd53df7b1b8aa
SHA256: 1bfa39705eaff06e9c2171233eb74c11de12e34243bf4cc72367a6412cd2652d
Description: Object oriented graph library for php4 (examples)
 JpGraph is an object oriented class library for php4. JpGraph makes
 it easy to draw both quick and dirty graphs with a minimum of code
 and complex professional graphs which requires a very fine grain
 control. JpGraph is equally well suited for both scientific and
 business type of graphs.
 .
 This package contains examples for using JpGraph library.
Bugs: mailto:[EMAIL PROTECTED]
Origin: Ubuntu

** Affects: libphp-jpgraph (Ubuntu)
 Importance: Undecided
 Status: Confirmed

-- 
[feisty] Description for package libphp-jpgraph-examples still refers to php4 
even php4 is not supported anymore
https://bugs.launchpad.net/bugs/108646
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 108652] [feisty] phpunit depends on php4 which is not supported anymore

2007-04-21 Thread txwikinger
Public bug reported:

Binary package hint: phpunit

Trying to install it results in the following error message:

The following packages have unmet dependencies.
  phpunit: Depends: php4 but it is not installable
E: Broken packages

This package should be removed from the feisty repositories since it is
replaced by phpunit2 for php5 (the only supported php version in feisty)

** Affects: phpunit (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

** Description changed:

  Binary package hint: phpunit
  
  Trying to install it results in the following error message:
  
  The following packages have unmet dependencies.
phpunit: Depends: php4 but it is not installable
  E: Broken packages
  
- This pacakge should be removed from the feisty repositories since it is
+ This package should be removed from the feisty repositories since it is
  replaced by phpunit2 for php5 (the only supported php version in feisty)

-- 
[feisty] phpunit depends on php4 which is not supported anymore
https://bugs.launchpad.net/bugs/108652
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 108646] Re: [feisty] Description for package libphp-jpgraph-examples still refers to php4 even php4 is not supported anymore

2007-04-21 Thread txwikinger
** Changed in: libphp-jpgraph (Ubuntu)
 Assignee: (unassigned) = MOTU

-- 
[feisty] Description for package libphp-jpgraph-examples still refers to php4 
even php4 is not supported anymore
https://bugs.launchpad.net/bugs/108646
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 108652] Re: [feisty] phpunit depends on php4 which is not supported anymore

2007-04-21 Thread txwikinger
** Changed in: phpunit (Ubuntu)
 Assignee: (unassigned) = MOTU

-- 
[feisty] phpunit depends on php4 which is not supported anymore
https://bugs.launchpad.net/bugs/108652
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 84192] Re: change permissions of /var/run/slapd to owner of running slapd process

2007-04-20 Thread txwikinger
This has been implemented in feisty  (slapd version 2.3.30-2)

** Changed in: openldap2.3 (Ubuntu)
   Status: Unconfirmed = Fix Released

-- 
change permissions of /var/run/slapd to owner of running slapd process
https://bugs.launchpad.net/bugs/84192
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 103961] Re: [feisty beta] hplip printer toolbox tab print control last line only half visible

2007-04-20 Thread txwikinger
Thanks

That is fine. Just reported it that it doesn't get lost :)

-- 
[feisty beta] hplip printer toolbox tab print control last line only half 
visible
https://bugs.launchpad.net/bugs/103961
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 55464] Re: dosen't work after installation

2007-04-20 Thread txwikinger
Reported upstream to Debian

-- 
dosen't work after installation
https://bugs.launchpad.net/bugs/55464
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 107999] Re: File-roller won't open files(archives) on remote samba shares

2007-04-20 Thread txwikinger
*** This bug is a duplicate of bug 36498 ***
https://bugs.launchpad.net/bugs/36498

Thanks for your bug report.

I have tested file-roller 2.18.1 on feisty and could not reproduce the
problem. I can open files on both a smbfs and a cifs share.

Could you please provide more information how to reproduce this. (i.e.
can you perform other operation on the smbfs share). How do you enter
the path smb://ip/file directly. I didn't manage to test this.

Thanks

** Changed in: file-roller (Ubuntu)
 Assignee: Ubuntu Desktop Bugs = txwikinger
   Status: Rejected = Needs Info

-- 
File-roller won't open files(archives) on remote samba shares
https://bugs.launchpad.net/bugs/107999
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 107951] Re: Booting fails after installation (GRUB error)

2007-04-20 Thread txwikinger
Thanks for your bug report.

In feisty, grub does not access the drives anymore via hda or sda but
via UUID-label.

Please boot up the system with the live CD and check the file
/boot/grub/menu.lst if the UUID-labels are used.

** Changed in: grub (Ubuntu)
 Assignee: (unassigned) = txwikinger
   Status: Unconfirmed = Needs Info

-- 
Booting fails after installation (GRUB error)
https://bugs.launchpad.net/bugs/107951
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 107951] Re: Booting fails after installation (GRUB error)

2007-04-20 Thread txwikinger
Error 25 identifies an unrecognized command. Could you attach your
menu.lst ? And also please the output of

sudo lshw -C disk

and the output of

sudo fdisk -l

and the contents of /etc/fstab

and the output of

blkid

Thanks

-- 
Booting fails after installation (GRUB error)
https://bugs.launchpad.net/bugs/107951
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 107411] Re: dist-upgrade failed

2007-04-19 Thread txwikinger
Problem was solved by running dpkg-reconfigure

** Changed in: apache (Ubuntu)
   Status: Needs Info = Rejected

-- 
dist-upgrade failed
https://bugs.launchpad.net/bugs/107411
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 107648] Re: The Ubuntu community is insane

2007-04-19 Thread txwikinger
Is this not an upstream issue ?

-- 
The Ubuntu community is insane
https://bugs.launchpad.net/bugs/107648
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 107417] Re: ata1: port failed to respond

2007-04-18 Thread txwikinger
I get the same message during bootup of feisty. It then stops inside an
initramfs shell. A simple exit allows then normal bootup, the system
seems to work fine afterwoods.

** Changed in: linux-source-2.6.20 (Ubuntu)
   Status: Unconfirmed = Confirmed

-- 
ata1: port failed to respond
https://bugs.launchpad.net/bugs/107417
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 107417] Re: ata1: port failed to respond

2007-04-18 Thread txwikinger
Looks to be a duplicate to https://bugs.launchpad.net/ubuntu/+source
/linux-source-2.6.20/+bug/103608

-- 
ata1: port failed to respond
https://bugs.launchpad.net/bugs/107417
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 107411] Re: dist-upgrade failed

2007-04-18 Thread txwikinger
Thanks for your report.

Could you please start the apache process, and then try

sudo dpkg-reconfigure apache

and see if the error still occurs.

If yes, could you run

sudo `ls /var/lib/dpkg/info/apache*postrm`

and paste any errors you get here.

(Since you have given apache as the pakage, I assume you have not used
apache2 otherwise use apache2 instead).

Thanks.

** Changed in: apache (Ubuntu)
 Assignee: (unassigned) = txwikinger
   Status: Unconfirmed = Needs Info

-- 
dist-upgrade failed
https://bugs.launchpad.net/bugs/107411
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 49523] Re: keyboard shortcuts

2007-04-18 Thread txwikinger
Is there another application running that might create hooks to respond
to keystrokes. Beryl uses F10, so maybe that blocks the usage of the key
in gnome short-cut configurator.

-- 
keyboard shortcuts
https://bugs.launchpad.net/bugs/49523
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 107493] Re: [apport] aptoncd.py crashed with AttributeError in updateCountView()

2007-04-18 Thread txwikinger

** Attachment added: Dependencies.txt
   http://librarian.launchpad.net/7343443/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://librarian.launchpad.net/7343444/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://librarian.launchpad.net/7343445/ProcStatus.txt

** Attachment added: Traceback.txt
   http://librarian.launchpad.net/7343446/Traceback.txt

-- 
[apport] aptoncd.py crashed with AttributeError in updateCountView()
https://bugs.launchpad.net/bugs/107493
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 107493] [apport] aptoncd.py crashed with AttributeError in updateCountView()

2007-04-18 Thread txwikinger
Public bug reported:

Binary package hint: aptoncd

Came up on login

ProblemType: Crash
Architecture: i386
Date: Thu Apr 12 15:29:06 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/share/aptoncd/aptoncd.py
InterpreterPath: /usr/bin/python2.5
Package: aptoncd 0.1-0ubuntu1
PackageArchitecture: all
ProcCmdline: python /usr/bin/aptoncd
ProcCwd: /home/raj
ProcEnviron:
 SHELL=/bin/bash
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_GB.UTF-8
 LANGUAGE=en_GB:en
PythonArgs: ['/usr/bin/aptoncd']
SourcePackage: aptoncd
Uname: Linux lws-feisty 2.6.20-15-386 #2 Sun Apr 15 07:34:00 UTC 2007 i686 
GNU/Linux

** Affects: aptoncd (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] aptoncd.py crashed with AttributeError in updateCountView()
https://bugs.launchpad.net/bugs/107493
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 55464] Re: dosen't work after installation

2007-04-18 Thread txwikinger
I have confirmed that the file described (/etc/apache2/mods-
available/perl.conf) is indeed empty (also in feisty). All other modules
for apache are installed making them immediately functional as soon as
the links are made from mods-enabled to mods-available. However, this
package seems not functional without the described lines in the .conf
file.


** Changed in: libapache2-mod-perl2 (Ubuntu)
   Status: Needs Info = Confirmed

-- 
dosen't work after installation
https://bugs.launchpad.net/bugs/55464
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 55464] Re: dosen't work after installation

2007-04-18 Thread txwikinger
** Bug watch added: Debian Bug tracker #419952
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=419952

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

-- 
dosen't work after installation
https://bugs.launchpad.net/bugs/55464
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 65214] Re: Problems during install

2007-04-18 Thread txwikinger
Cannot reproduce on dapper or feisty

-- 
Problems during install
https://bugs.launchpad.net/bugs/65214
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 65214] Re: Problems during install

2007-04-18 Thread txwikinger
Is this problem still current?

-- 
Problems during install
https://bugs.launchpad.net/bugs/65214
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 103790] Re: external USB HDD canno't unmout

2007-04-15 Thread txwikinger
** Changed in: util-linux (Ubuntu)
 Assignee: txwikinger = (unassigned)

-- 
external USB HDD canno't unmout
https://bugs.launchpad.net/bugs/103790
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 70868] Re: NTFS partitions becomes disabled after KDE logoff

2007-04-15 Thread txwikinger
Apparently fixed in feisty

** Changed in: kdebase (Ubuntu)
   Status: Needs Info = Fix Released

-- 
NTFS partitions becomes disabled after KDE logoff
https://bugs.launchpad.net/bugs/70868
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kdebase in ubuntu.

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


[Bug 103866] Re: LVM no longer works

2007-04-13 Thread txwikinger
They are not automounting because they are commented out. Can you remove
the # in front of the lines which you want to mount and try it again?

Thanks

-- 
LVM no longer works
https://bugs.launchpad.net/bugs/103866
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 104202] Re: console crash

2007-04-13 Thread txwikinger
*** This bug is a duplicate of bug 103632 ***
https://bugs.launchpad.net/bugs/103632

Could not find definite bug numebr of duplicate, this was the closest
fitting the description

** This bug has been marked a duplicate of bug 103632
   [apport] bash crashed with SIGSEGV

-- 
console crash
https://bugs.launchpad.net/bugs/104202
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 105841] Re: slapd has SLAPI disabled

2007-04-12 Thread txwikinger
** Changed in: openldap2.3 (Ubuntu)
Sourcepackagename: None = openldap2.3

-- 
slapd has SLAPI disabled
https://bugs.launchpad.net/bugs/105841
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 55823] Re: GQview shows black image

2007-04-08 Thread txwikinger
I can confirm the descibed behaviour, however, it is a little more
random when I do it.

** Changed in: gqview (Ubuntu)
 Assignee: txwikinger = (unassigned)

-- 
GQview shows black image
https://launchpad.net/bugs/55823

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


[Bug 104481] Re: Xorg server up to 95% of CPU

2007-04-08 Thread txwikinger
Thanks for submitting this report.

I was able to reproduce this behaviour on feisty with the steps
explained. I did not get 95% cpu load, however, xorg used between 50-70%
and firefox 15% on the webpage, while being 0% when I go back to the
default homepage.

There is some javascript on the site, however, on dapper both firefox
and xorg use far less then 10% each. There is a distict difference on
feisty.

** Changed in: xorg (Ubuntu)
   Status: Unconfirmed = Confirmed

** Summary changed:

- Xorg server up to 95% of CPU
+ [feisty beta] Xorg server up to 95% of CPU

** Tags added: feisty

-- 
[feisty beta] Xorg server up to 95% of CPU
https://bugs.launchpad.net/bugs/104481
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 103099] Re: [feisty beta] X.org doesn't work in Desktop CD

2007-04-08 Thread txwikinger
** Summary changed:

- [feasty beta] X.org doesn't work in Desktop CD
+ [feisty beta] X.org doesn't work in Desktop CD

** Tags added: feisty

-- 
[feisty beta] X.org doesn't work in Desktop CD
https://bugs.launchpad.net/bugs/103099
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 103961] Re: [feisty beta] hplib printer toolbox tab print control last line only half visible

2007-04-08 Thread txwikinger
Surely, here it is.

** Attachment added: snapshot.png
   http://librarian.launchpad.net/7219283/snapshot.png

-- 
[feisty beta] hplib printer toolbox tab print control last line only half 
visible
https://bugs.launchpad.net/bugs/103961
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 104187] Re: gparted ignores bas partition table and presumes none

2007-04-07 Thread txwikinger
*** This bug is a duplicate of bug 96976 ***
https://bugs.launchpad.net/bugs/96976

Thanks for your bug report. This particular bug has already been
reported and is a duplicate of bug 96976 and is being marked as such.
Please feel free to report any other bugs you may find.

** Summary changed:

- gparted
+ gparted ignores bas partition table and presumes none

** This bug has been marked a duplicate of bug 96976
   gparted shows empty disk

-- 
gparted ignores bas partition table and presumes none
https://bugs.launchpad.net/bugs/104187
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 96976] Re: gparted shows empty disk

2007-04-07 Thread txwikinger
Bug 104187 seems to be same same problem stating that the partition
table is overlapping.

-- 
gparted shows empty disk
https://bugs.launchpad.net/bugs/96976
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 104202] Re: console crash

2007-04-07 Thread txwikinger
Thanks for submitting this bug report.

Where is the bug already reported ?

Thanks.

** Changed in: bash (Ubuntu)
 Assignee: (unassigned) = txwikinger
   Status: Unconfirmed = Needs Info

-- 
console crash
https://bugs.launchpad.net/bugs/104202
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 104183] Re: fail to mount external disk

2007-04-07 Thread txwikinger
Thanks for submitting this report.

What does 'sudo lshw -C disk show?

Are there any error message about the disk when you execute 'dmesg' ?

Thanks

** Changed in: gnome-mount (Ubuntu)
 Assignee: (unassigned) = txwikinger
   Status: Unconfirmed = Needs Info

-- 
fail to mount external disk
https://bugs.launchpad.net/bugs/104183
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 104081] Re: pgkg error

2007-04-07 Thread txwikinger
Thanks for submitting this report.

What is the exact error message?

Thanks

** Changed in: amarok (Ubuntu)
 Assignee: (unassigned) = txwikinger
   Status: Unconfirmed = Needs Info

-- 
pgkg error
https://bugs.launchpad.net/bugs/104081
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for amarok in ubuntu.

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


[Bug 104081] Re: pgkg error

2007-04-07 Thread txwikinger
Thanks for submitting this report.

What is the exact error message?

Thanks

-- 
pgkg error
https://bugs.launchpad.net/bugs/104081
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for amarok in ubuntu.

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


[Bug 53388] Re: du reports existing files as missing

2007-04-07 Thread txwikinger
Does cifs use vfat? It happens also with cifs mounts

-- 
du reports existing files as missing
https://bugs.launchpad.net/bugs/53388
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 104306] Re: can't login because of bug in /etc/event.d/ttyn

2007-04-07 Thread txwikinger
Thanks for you report.

Could you please do a current dist-upgrade with

sudo apt-get dist-upgrade

and look if the same problem still exists. I have checked the files on
my feisty installation and could not see what you describe, but
everything is correct.

Thanks

** Changed in: upstart (Ubuntu)
 Assignee: (unassigned) = txwikinger
   Status: Unconfirmed = Needs Info

-- 
can't login because of bug in /etc/event.d/ttyn
https://bugs.launchpad.net/bugs/104306
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 104308] Re: System Monitor: percentages overlap

2007-04-07 Thread txwikinger
Thanks for your report.

Could you please explain what you mean by overlapping?

Do you have cual core cpu? What are the multiple graphs inside each box?

Thanks

** Changed in: gnome-system-monitor (Ubuntu)
 Assignee: (unassigned) = txwikinger
   Status: Unconfirmed = Needs Info

-- 
System Monitor: percentages overlap
https://bugs.launchpad.net/bugs/104308
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 104222] Re: [apport] not sure, it just said report bug so I did.

2007-04-07 Thread txwikinger
** Summary changed:

- not sure, it just said report bug so I did.
+ [apport] not sure, it just said report bug so I did.

-- 
[apport] not sure, it just said report bug so I did.
https://bugs.launchpad.net/bugs/104222
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 103866] Re: LVM no longer works

2007-04-07 Thread txwikinger
Thanks for reporting this.

Could you please remove the evms package and check if the problem stll
exists after that.

Thanks

** Changed in: lvm2 (Ubuntu)
 Assignee: (unassigned) = txwikinger
   Status: Unconfirmed = Needs Info

-- 
LVM no longer works
https://bugs.launchpad.net/bugs/103866
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 103603] Re: X server at 100% CPU

2007-04-06 Thread txwikinger
There is no swapspace configured. Do you have the same problem with
swapspace configured ?

** Changed in: xorg (Ubuntu)
Sourcepackagename: None = xorg
 Assignee: (unassigned) = txwikinger
   Status: Unconfirmed = Needs Info

-- 
X server at 100% CPU
https://bugs.launchpad.net/bugs/103603
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 103700] Re: package mantis fails to be correctly installed or even then removed

2007-04-06 Thread txwikinger
Can confirm this problem when installing mantis

** Changed in: mantis (Ubuntu)
 Assignee: (unassigned) = txwikinger
   Status: Unconfirmed = Confirmed

-- 
package mantis fails to be correctly installed or even then removed
https://bugs.launchpad.net/bugs/103700
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 103700] Re: package mantis fails to be correctly installed or even then removed

2007-04-06 Thread txwikinger
The problem occurs because the file /etc/mailname is missing which on
debian system usually contains the mailaddress of the computer

-- 
package mantis fails to be correctly installed or even then removed
https://bugs.launchpad.net/bugs/103700
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 103700] Re: package mantis fails to be correctly installed or even then removed

2007-04-06 Thread txwikinger
I can confirm this too

-- 
package mantis fails to be correctly installed or even then removed
https://bugs.launchpad.net/bugs/103700
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 103700] Re: package mantis fails to be correctly installed or even then removed

2007-04-06 Thread txwikinger
** Changed in: mantis (Ubuntu)
 Assignee: txwikinger = (unassigned)

-- 
package mantis fails to be correctly installed or even then removed
https://bugs.launchpad.net/bugs/103700
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 103790] Re: external USB HDD canno't unmout

2007-04-06 Thread txwikinger
It is normal that a user cannot unmount a drive. It needs sudo
permission to that.

If you want to change that you need to set the suid flag of the umount
executable (/bin/umount)

This in not a bug, but supposed to be like this. Is it ok to close this
bug?

** Changed in: util-linux (Ubuntu)
Sourcepackagename: None = util-linux
 Assignee: (unassigned) = txwikinger
   Status: Unconfirmed = Needs Info

-- 
external USB HDD canno't unmout
https://bugs.launchpad.net/bugs/103790
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 103740] Re: drive unmount status partially out of screen

2007-04-06 Thread txwikinger
*** This bug is a duplicate of bug 103739 ***
https://bugs.launchpad.net/bugs/103739

** This bug has been marked a duplicate of bug 103739
   drive unmount status partially out of screen

-- 
drive unmount status partially out of screen
https://bugs.launchpad.net/bugs/103740
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 103738] Re: Timezone error in 7.04 beta installation

2007-04-06 Thread txwikinger
Yes it is because London is currently on summer time, but GMT itself has
no summer time. Therefore it is correct.

If it is ok, I will close this bug, since there is no problem.

** Changed in: Ubuntu
 Assignee: (unassigned) = txwikinger
   Status: Unconfirmed = Needs Info

-- 
Timezone error in 7.04 beta installation
https://bugs.launchpad.net/bugs/103738
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


  1   2   3   >