[Bug 702701] Re: awn-settings won't launch on Natty

2011-02-12 Thread Michael Trunner
That works for me: http://aur.pastebin.com/EF0LBcgd

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

Title:
  awn-settings won't launch on Natty

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


[Bug 321165] Re: Dragonplayer should inhibit suspension when playing a movie

2010-03-01 Thread Michael Trunner
Same problem here

-- 
Dragonplayer should inhibit suspension when playing a movie
https://bugs.launchpad.net/bugs/321165
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 264287] Re: zoom keys dont work in my microsoft natural keyboard 4000

2009-11-26 Thread Michael Trunner
*** This bug is a duplicate of bug 313514 ***
https://bugs.launchpad.net/bugs/313514

I believe this is a Xorg/X11 problem, not a kernel related.
The problem is that X can not handle keycodes above  255.
A workaround is patching the kernel that an other keycode  255 is used.

-- 
zoom keys dont work in my microsoft natural keyboard 4000
https://bugs.launchpad.net/bugs/264287
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 93906] Re: feisty: no networking/sound et al after upgrading to 2.6.20-12-generic

2008-08-29 Thread Michael Trunner
I have new hardware, too. And I can't test it anymore.

-- 
feisty: no networking/sound et al after upgrading to 2.6.20-12-generic
https://bugs.launchpad.net/bugs/93906
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 258071] [NEW] x-fi and pulseaudio poor quality

2008-08-14 Thread Michael Trunner
Public bug reported:

Binary package hint: pulseaudio

Hi,

I installed the x-fi alsa driver. So far so good. Sound was working but
only when choose ALSA in the perference, not pulseaudio.

I found help in this bug:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/204809/comments/9

I added a similar line for my x-fi and now it is working with
pulseaudio, too.

But the quality is very bad, it sounds like an old LP (cracking noise).
If I use ALSA direct the sound is good.

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

-- 
x-fi and pulseaudio poor quality
https://bugs.launchpad.net/bugs/258071
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 226315] [NEW] Problems by browsing deb files

2008-05-03 Thread Michael Trunner
Public bug reported:

Binary package hint: mc

Description:Ubuntu 7.10
Release:7.10

mc:
  Installed: 1:4.6.1-7ubuntu2
  Candidate: 1:4.6.1-7ubuntu2
  Version table:
 *** 1:4.6.1-7ubuntu2 0
500 http://ubi gutsy/universe Packages
100 /var/lib/dpkg/status

First Problem:
 If you open and brows a debian package mc will not display empty folders in 
that package.

Second Problem:
 MC displays the login username (and group) as folder owner in debian-packages 
under CONTENT, not the real one (normaly root). That is confusing.

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

-- 
Problems by browsing deb files
https://bugs.launchpad.net/bugs/226315
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 190587] Re: Local root exploit in kernel 2.6.17 - 2.6.24 (vmsplice)

2008-02-11 Thread Michael Trunner
@Boglizk: Not run it as root.

-- 
Local root exploit in kernel 2.6.17 - 2.6.24 (vmsplice)
https://bugs.launchpad.net/bugs/190587
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 182279] noinotify kerneloption doesn't work

2008-01-12 Thread Michael Trunner
Public bug reported:

Binary package hint: linux-image

I tried to deactivated inotify for a test. But the kernel option
noinotify doesn't work.

What I've done:
I added noinotify in grub on startup. But Inotify was still active.

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

-- 
noinotify kerneloption doesn't work
https://bugs.launchpad.net/bugs/182279
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 182158] dd slow when writing to partition of reading

2008-01-11 Thread Michael Trunner
Public bug reported:

Binary package hint: linux-image

I tried to copy a partition images over the network with nc and dd.
On my partition sda9 it was very fast about 55 Mb/s. On the sda2 I had only 8 
Mb/s.

With dstat I found the reason: When writing data to the sda2, the kernel reads 
the same amount of data that it is writing.
On partition sda9 there was nearly no read disk access.

The problem exist even in init 1, so I think it is a kernel problem.
Inotify was off.

I used the followoing commands:

client:

nc -l -p 19000 | dd of=/dev/sda2
or
nc -l -p 19000  /dev/sda2 (makes no difference)

server:

dd if=/dev/sda2 | nc targethost 19000

It tried the same with different computers on my laptop some partitions have 
the same problem.
Any Ideas?

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

** Summary changed:

- dd slow when writing to partition of reading
+ slow raw writing to partition because of read access

-- 
slow raw writing to partition because of read access
https://bugs.launchpad.net/bugs/182158
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 150471] Re: [Gutsy] high processor activity after logging out and then logging in again

2007-11-09 Thread Michael Trunner
Hi,

don't think uninstalling tracker is the solution. We removed tracker
from our workstations on the university and even added the killall
nautilus to PostSession. But the problem still exist. Okay it is better
now but the problem here isn't the warm cpu, it is the traffic on the
nfs-server, and the full home directory (user can't login when his home
is full). Currently we can't really upgrade to gutsy, because of this
bug. So i think the Importance should be higher.

-- 
[Gutsy] high processor activity after logging out and then logging in again
https://bugs.launchpad.net/bugs/150471
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 155784] Re: [gutsy] /usr/lib/libssl.so missing

2007-10-29 Thread Michael Trunner
Why is this a bug upstream, when only a link isn't created in the
qt4-x11 package?

-- 
[gutsy] /usr/lib/libssl.so missing
https://bugs.launchpad.net/bugs/155784
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 96260] Re: n-m-openvpn: resolv.conf is erased if endpoint does not push DNS servers

2007-10-02 Thread Michael Trunner
I was by the administrator and he said no. Because of i had written this 
patch/workaround.
The n-m Team told me that the new version has fixed this problem.

-- 
n-m-openvpn: resolv.conf is erased if endpoint does not push DNS servers
https://bugs.launchpad.net/bugs/96260
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 96260] Re: n-m-openvpn: resolv.conf is erased if endpoint does not push DNS servers

2007-09-29 Thread Michael Trunner
I'm using my patched packages the hole time on the university network,
without problems. The DNS still exists and the routs are configured.

@Philipp Kern:

Sorry your workaround isn't working for me and many others. Because I
can't go to the administrator of the university network and say: Please
change your configuration  The answer is a big NO.

I think when an vpn connection is established and a dns server is
pushed, then the the new dns should be used. And if no dns server is
pushed, there should be nothing changed in the resolve.conf.

What do you mean?

-- 
n-m-openvpn: resolv.conf is erased if endpoint does not push DNS servers
https://bugs.launchpad.net/bugs/96260
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 96260] Re: n-m-openvpn erases resolv.conf info

2007-07-30 Thread Michael Trunner
My patch above do that. When the nameserver list is empty it will not
update the resolve.conf

-- 
n-m-openvpn erases resolv.conf info
https://bugs.launchpad.net/bugs/96260
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 120444] Switch user crash with fglrx driver

2007-06-14 Thread Michael Trunner
Public bug reported:

Binary package hint: xserver-xorg-driver-ati

When I try to use the switch user function and using the fglrx driver
the system crashes. With the radeon driver all works fine for me.

System is a Samsung P35 Notebook with a ATI Radeon Mobility 9700.

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

-- 
Switch user crash with fglrx driver
https://bugs.launchpad.net/bugs/120444
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 114945] Re: Cannot disable user switching

2007-06-14 Thread Michael Trunner
Same problem here.

With /desktop/gnome/lockdown/disable_user_switching only the Switch user
Button in the logout menu disappears.

-- 
Cannot disable user switching
https://bugs.launchpad.net/bugs/114945
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 88069] Re: [Feisty] NetworkManager OpenVPN doesn't have a pull option

2007-06-08 Thread Michael Trunner
Yes it's in a other order but thats no problem! My problem that i tolded
was a diffrent.

To patch nm you have to change the complete system!
 And because of problems with wpa-eap, I don't use nm anymore.

-- 
[Feisty] NetworkManager OpenVPN doesn't have a pull option
https://bugs.launchpad.net/bugs/88069
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 88069] Re: [Feisty] NetworkManager OpenVPN doesn't have a pull option

2007-06-08 Thread Michael Trunner
No my Problem is that nm tries every encryption method and did not use
one that the access-point him told or that I configured.

-- 
[Feisty] NetworkManager OpenVPN doesn't have a pull option
https://bugs.launchpad.net/bugs/88069
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 106191] Re: suspend to ram not working since last kernel update

2007-05-23 Thread Michael Trunner
I tried it 2 weeks after the final release and it didn't work. While the
beta, I belive it was the beta 5, suspend to ram has worked with the
radeon driver. Now the system resumes but the display is black/off. I
can press ctrl+alt+del but that didn't bring up the display again. Only
way is a restart.

The problem was in edgy the same. Breezy work and dapper, too. :-(

-- 
suspend to ram not working since last kernel update
https://bugs.launchpad.net/bugs/106191
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 96260] Re: n-m-openvpn erases resolv.conf info

2007-05-13 Thread Michael Trunner
Hi TomasHnyk,

look at bug #88069. After fixing both I can use networkmanger-openvpn
without a problem. Hope this helps you.

Tschö

Michael

-- 
n-m-openvpn erases resolv.conf info
https://bugs.launchpad.net/bugs/96260
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 88069] Re: [Feisty] NetworkManager OpenVPN doesn't have a pull option

2007-05-02 Thread Michael Trunner
Sorry but that's a other bug. Please open a new one :-)
But no, I found no problem with your configs.

-- 
[Feisty] NetworkManager OpenVPN doesn't have a pull option
https://bugs.launchpad.net/bugs/88069
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 110561] Re: Energie Window is to small or wrong scaled

2007-05-01 Thread Michael Trunner
** Tags added: feisty gnome-power-manager

-- 
Energie Window is to small or wrong scaled
https://bugs.launchpad.net/bugs/110561
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 96260] Re: n-m-openvpn erases resolv.conf info

2007-05-01 Thread Michael Trunner
Hi all,

I have writen a fix for this bug.
I think the problem isn't in the openvpn plugin, because it only told 
networkmanger that there is no nameserver. I think the problem is that 
networkmanger write a resolv.conf with no nameserver when activating a device. 
So that's the reason why my patch is for network-manager package and not for 
the openvpn plugin.
Please can anyone test if it works for him, too.

** Attachment added: Patch for network-manager package
   http://librarian.launchpad.net/7496007/23_openvpn_workaround.diff

-- 
n-m-openvpn erases resolv.conf info
https://bugs.launchpad.net/bugs/96260
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 88069] Re: [Feisty] NetworkManager OpenVPN doesn't have a pull option

2007-05-01 Thread Michael Trunner
Does it only not work with my patch?
Is it working with the orginal ubuntu package or only with the command line?
Have you choose the right auth in the options? Do you need to enter a username 
and a password with openvpn at the commandline?

-- 
[Feisty] NetworkManager OpenVPN doesn't have a pull option
https://bugs.launchpad.net/bugs/88069
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 88069] Re: [Feisty] NetworkManager OpenVPN doesn't have a pull option

2007-04-30 Thread Michael Trunner
Sorry, but I must revoke the patch, because the routing commands are in a wrong 
order with this patch.
It only works with some VPNs, but not with all.

-- 
[Feisty] NetworkManager OpenVPN doesn't have a pull option
https://bugs.launchpad.net/bugs/88069
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 88069] Re: [Feisty] NetworkManager OpenVPN doesn't have a pull option

2007-04-30 Thread Michael Trunner
Is there away to delete his own stupid comments? :-/

Forget about that it isn't working. It was my own fault. It's working
for me :-)

-- 
[Feisty] NetworkManager OpenVPN doesn't have a pull option
https://bugs.launchpad.net/bugs/88069
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 88069] Re: [Feisty] NetworkManager OpenVPN doesn't have a pull option

2007-04-29 Thread Michael Trunner
Hi,

that fixed it for me. I made a patch for the deb.

1. $ sudo apt-get build-dep network-manager-openvpn
2. $ apt-get source network-manager-openvpn
3. place the patch file in debian/patches
4. $ sudo debuild -us -uc

Install the new package. Hope it helps.

** Attachment added: 03_routers.diff
   http://librarian.launchpad.net/7468424/03_routers.diff

-- 
[Feisty] NetworkManager OpenVPN doesn't have a pull option
https://bugs.launchpad.net/bugs/88069
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 110561] Energie Window is to small or wrong scaled

2007-04-27 Thread Michael Trunner
Public bug reported:

Binary package hint: gnome-power-manager

The left time scale is to near on the left border, I can not read the
hours. I don't know if this problem only exist in the german-locale.

I will attach a picture with the problem.

Michael

** Affects: gnome-power-manager (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Energie Window is to small or wrong scaled
https://bugs.launchpad.net/bugs/110561
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 110561] Re: Energie Window is to small or wrong scaled

2007-04-27 Thread Michael Trunner
Picture of the problem.

** Attachment added: Picture of the problem
   http://librarian.launchpad.net/7432380/Bildschirmfoto-Energieverbrauch.png

-- 
Energie Window is to small or wrong scaled
https://bugs.launchpad.net/bugs/110561
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 91116] Re: ssh causes evil non-functional focus stealing dialog

2007-04-27 Thread Michael Trunner
You can disable this feature in the seahorse options.

-- 
ssh causes evil non-functional focus stealing dialog
https://bugs.launchpad.net/bugs/91116
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 88069] Re: [Feisty] NetworkManager OpenVPN doesn't have a pull option

2007-04-23 Thread Michael Trunner
The problem is that networkmanager overwrites the routes from openvpn. So both 
commands are wokring as root, because networkmanager do nothing in this case.
My fix is that networkamanger configures his settings and 15 seconds later 
openvpn overwrites the settings from networkmanger, (when there is some route 
to set).

-- 
[Feisty] NetworkManager OpenVPN doesn't have a pull option
https://bugs.launchpad.net/bugs/88069
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 108863] Re: TANGO Icon set not comptatible with OpenOffice 2.0 Ubuntu Feisty

2007-04-22 Thread Michael Trunner
Same problem here. After I installed the package openoffice.org-style-
tango all icons are back. :-) Hope this helps

-- 
TANGO Icon set not comptatible with OpenOffice 2.0 Ubuntu Feisty
https://bugs.launchpad.net/bugs/108863
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 88069] Re: [Feisty] NetworkManager OpenVPN doesn't have a pull option

2007-04-21 Thread Michael Trunner
Hello all,

I tried to find the problem, because the option --pull is set! If you
execute ps aux after starting the vpn connection you will see that this
is started:

/usr/sbin/openvpn --remote openvpn.rus.uni-stuttgart.de --comp-lzo
--nobind --dev tun --proto udp --port 1194 --cipher AES-256-CBC --syslog
nm-openvpn --up /usr/lib/network-manager-openvpn/nm-openvpn-service-
openvpn-helper --up-restart --persist-key --persist-tun --management
127.0.0.1 1194 --management-query-passwords --client --ns-cert-type
server --ca /home/cacert.pem --cert /home/clcert.pem --key
/home/...key.pem --auth-user-pass

The option --client is a alias for --pull, so that is not the problem. When I 
replace openvpn with a sh script that start openvpn without the --up 
/usr/lib/network-manager-openvpn/nm-openvpn-service-openvpn-helper and 
--up-restart options it works! But Networkmanager don't get a feedback and said 
that the openvpn connection failed.
I believe that the problem is hidden in the nm-openvpn-service-openvpn-helper. 
Maybe it helps to find a solution.

-- 
[Feisty] NetworkManager OpenVPN doesn't have a pull option
https://bugs.launchpad.net/bugs/88069
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 96260] Re: n-m-openvpn erases resolv.conf info

2007-04-21 Thread Michael Trunner
Same problem here, so I can confirm, too. If this is fixed, a have a
solution for bug #88069.

-- 
n-m-openvpn erases resolv.conf info
https://bugs.launchpad.net/bugs/96260
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 88069] Re: [Feisty] NetworkManager OpenVPN doesn't have a pull option

2007-04-21 Thread Michael Trunner
Adding the option --route-delay 15 on the openvpn command, fix this bug
for me. When a route is push it will be executet after the
Networkmanager, and will be not overwritten as before. If no route is
pushed nothing happen.

But there is still a problem ( Bug #96260 ). Networkmanager removes the
old nameserver from the /etc/resolve.conf even when no dns server. In
this case you can't resolve domains.

-- 
[Feisty] NetworkManager OpenVPN doesn't have a pull option
https://bugs.launchpad.net/bugs/88069
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 88069] Re: [Feisty] NetworkManager OpenVPN doesn't have a pull option

2007-04-20 Thread Michael Trunner
Same Problem here with the WLAN of my university. Hope this support is
coming soon.

-- 
[Feisty] NetworkManager OpenVPN doesn't have a pull option
https://bugs.launchpad.net/bugs/88069
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 93906] Re: feisty: no networking/sound et al after upgrading to 2.6.20-12-generic

2007-04-16 Thread Michael Trunner
With the new Kernel still no sound, network is okay.

$ uname -a
Linux silverbook 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 2007 i686 
GNU/Linux

-- 
feisty: no networking/sound et al after upgrading to 2.6.20-12-generic
https://bugs.launchpad.net/bugs/93906
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 93906] Re: feisty: no networking/sound et al after upgrading to 2.6.20-12-generic

2007-04-16 Thread Michael Trunner
I reinstalled Feisty with the CD images 20070415 (RC Candidate). Now
sound is working again, and network too. I have no idea why. But thank
you.:-)

-- 
feisty: no networking/sound et al after upgrading to 2.6.20-12-generic
https://bugs.launchpad.net/bugs/93906
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 93906] Re: feisty: no networking/sound et al after upgrading to 2.6.20-12-generic

2007-04-14 Thread Michael Trunner
Sound is borken on my notebook, too. Network is okay.

$ uname -a
Linux silverbook 2.6.20-15-generic #2 SMP Sat Apr 14 00:54:01 UTC 2007 i686 
GNU/Linux

I attached the lspci -vvnn output.

Is there a work around? Does I need only use the old kernel for working
sound?


** Attachment added: lspci-vvnn.log
   http://librarian.launchpad.net/7330234/lspci-vvnn.log

-- 
feisty: no networking/sound et al after upgrading to 2.6.20-12-generic
https://bugs.launchpad.net/bugs/93906
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 93906] Re: feisty: no networking/sound et al after upgrading to 2.6.20-12-generic

2007-04-14 Thread Michael Trunner
It tried the old kernel from the beta 5 cd and it don't work. With the
installation form the beta 5 CD sound had worked for me out of the box.
Hope this information help to find the problem.

-- 
feisty: no networking/sound et al after upgrading to 2.6.20-12-generic
https://bugs.launchpad.net/bugs/93906
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 106191] suspend to ram not working since last kernel update

2007-04-13 Thread Michael Trunner
Public bug reported:

Hi,

with Fisty, before the last kernel update,  suspend to ram   worked fine on 
my notebook (Samsung P35, ATI 9700). But since the last kernel update (12.4) 
the screen is black after a suspend to ram.
The system runs, I can shutdown and reboot, but there nothing on the screen. 
Before the kernel update it worked for me :-(

If I activate SAVE_VBE_STATE=true in /etc/default/acpi-support the
system freeze after a wakeup with a black screen, too. Before the update
this option don't crashed the system.

I had this problem in Edgy, too. The only solution was to install the
fglrx, but I don't like it.

In Dapper and Breezy Suspend to RAM worked fine with all drivers (ati,
radeon, fglrx).

Hope you can help me.

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
suspend to ram not working since last kernel update
https://bugs.launchpad.net/bugs/106191
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 106191] Re: suspend to ram not working since last kernel update

2007-04-13 Thread Michael Trunner
I've tested the fglrx, when I set SAVE_VBE_STATE to false it works again. With 
radeon the screen was black and the system was running.
What has been change on the radeon-driver the last 4 days? Some of it crashes 
suspend to ram / mem  (S3)  on my notebook.

** Attachment added: With this settings the fglrx work and the radeon not
   http://librarian.launchpad.net/7318821/acpi-support

** Changed in: xorg (Ubuntu)
Sourcepackagename: None = xorg

-- 
suspend to ram not working since last kernel update
https://bugs.launchpad.net/bugs/106191
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 106230] [feisty] support of a acpi feature lost

2007-04-13 Thread Michael Trunner
Public bug reported:

Binary package hint: acpi-support

Hi,

on my Samsung P35 is a silent-butten, it reduce the fan-speed and lock the 
the cpu to 600 Mhz. In Breezy, Dapper and Edgy it worked out of the box. In 
Feisty not only the fan slows done but with out the cpu lock the system is 
getting very hot.
It's not a big problem but a nice to have because the old Ubuntu version all 
had this feature.
As a work around I can create a acpi-event and set the value manual into 
/sys/device/.../scaling_max_speed but it wasn't necessary  before feisty :-?

** Affects: acpi-support (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[feisty] support of a acpi feature lost
https://bugs.launchpad.net/bugs/106230
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 106191] Re: suspend to ram not working since last kernel update

2007-04-13 Thread Michael Trunner
$ uname -a
Linux silverbook 2.6.20-14-generic #2 SMP Thu Apr 12 22:53:19 UTC 2007 i686 
GNU/Linux

Something must have change, because it doesn't work anymore.

** Attachment added: dmesg.out
   http://librarian.launchpad.net/7322392/dmesg.out

-- 
suspend to ram not working since last kernel update
https://bugs.launchpad.net/bugs/106191
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 106191] Re: suspend to ram not working since last kernel update

2007-04-13 Thread Michael Trunner
the second file

** Attachment added: lspci-vvnn.log
   http://librarian.launchpad.net/7322393/lspci-vvnn.log

-- 
suspend to ram not working since last kernel update
https://bugs.launchpad.net/bugs/106191
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 38615] Re: On resume from suspend, screen does not turn back on.

2007-02-27 Thread Michael Trunner
Same here with my P35 and only with the radeon driver, if I switch to
fglrx it works (some time system hangs but thats a other problem). With
the radeon only display didn't comeback again after suspend to ram. I
can make a reboot with the shutdown button or over the console (without
seeing anything). So system is runing fine only no display.

-- 
On resume from suspend, screen does not turn back on.
https://launchpad.net/bugs/38615

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


[Bug 86032] Nautilus security warning when opening an uncopressed dia-file

2007-02-18 Thread Michael Trunner
Public bug reported:

Binary package hint: nautilus

Hello,

when I save a dia-project in as an uncopressed dia-file I get every time a 
security warning of nautilus that the type is miss matching. I had this problem 
even with some .mp3, .wav or vhdl-files. It is terrible that gnome blieves that 
I'm a stupid noob. But this is real a dia-File.
Bug #19101 and Bug #42992 seems to be the same problem, but I don't know.

Hope some one can me explain how to kill this stupid feature.

Michael

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

-- 
Nautilus security warning when opening an uncopressed dia-file
https://launchpad.net/bugs/86032

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


[Bug 85885] ER-Diagram: weak entity isn't weak

2007-02-17 Thread Michael Trunner
Public bug reported:

Binary package hint: dia

If I add from the ER-sheet a weak entity I get a normal entity. The
only way to get a weak is to set the weak attribute manual over the
properties menu.

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

-- 
ER-Diagram: weak entity isn't weak
https://launchpad.net/bugs/85885

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


[Bug 85885] Re: ER-Diagram: weak entity isn't weak

2007-02-17 Thread Michael Trunner
Ubuntu-Version is 6.10
Dia-Version is 0.95

Hope this helps

regards

Michael

-- 
ER-Diagram: weak entity isn't weak
https://launchpad.net/bugs/85885

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


[Bug 75385] Re: OO calc hangs in saving file

2007-02-01 Thread Michael Trunner
My Problem is the i can save the file. when I open it again open office
use 100% CPU and hangs.

-- 
OO calc hangs in saving file
https://launchpad.net/bugs/75385

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


[Bug 74888] In tasks categories pictures are missing

2006-12-07 Thread Michael Trunner
Public bug reported:

If I view a task there is a x-pic like a missing picture. If I remove
the category, the missing picture-picture is gone away.

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

-- 
In tasks categories pictures are missing
https://launchpad.net/bugs/74888

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


[Bug 74888] Re: In tasks categories pictures are missing

2006-12-07 Thread Michael Trunner
See attachment for more info

** Attachment added: Picture of the problem
   
http://librarian.launchpad.net/5321660/Bildschirmfoto-Aufgaben%20-%20Evolution.png

-- 
In tasks categories pictures are missing
https://launchpad.net/bugs/74888

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


[Bug 74888] Re: In tasks categories pictures are missing

2006-12-07 Thread Michael Trunner
6.10 Edgy Evolution 2.8.1 (German)

-- 
In tasks categories pictures are missing
https://launchpad.net/bugs/74888

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


[Bug 67164] Re: Evince print dialog doesn't respect page setup settings

2006-11-25 Thread Michael Trunner
This patch would be very importent for me. Can someone explane how to
install the patch in edgy?

-- 
Evince print dialog doesn't respect page setup settings
https://launchpad.net/bugs/67164

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


[Bug 73283] pdfnup doesn't work

2006-11-25 Thread Michael Trunner
Public bug reported:

I tryed to make a 2x1 pdf with pdfnup.

The output was:

problem./pdfnup --nup 2x1 uni/GL\ 
Compilerbau/skript_grundlagen_ps_cb_ws0607.pdf 
This is pdfnup version 1.20
Processing uni/GL Compilerbau/skript_grundlagen_ps_cb_ws0607.pdf...
  Temporary LaTeX file for this job is /tmp/234271770717972-1.tex
  Calling pdflatex...
cp: Aufruf von stat für „/tmp/234271770717972-1.pdf“ nicht möglich: No such 
file or directory

Expacted was a new pdf. :-)

I found that the error is in line 284. I the only thing I had to do is to 
remove the word source befor .pdf. Like that:
284c284
   ln -s $sourceFullPath $tempfileDir/$uniqueNamesource.pdf
---
   ln -s $sourceFullPath $tempfileDir/$uniqueName.pdf

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

-- 
pdfnup doesn't work
https://launchpad.net/bugs/73283

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

[Bug 73283] Re: pdfnup doesn't work

2006-11-25 Thread Michael Trunner
Sorry my patch above is useless. With it it do nothing! The Problem
seems to be the pdf.

-- 
pdfnup doesn't work
https://launchpad.net/bugs/73283

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


[Bug 72488] Re: Firefox crashed when clicking a link w/ Save As

2006-11-19 Thread Michael Trunner
Sometimes I have the same problem, too. But I can't say why because the
most time it works.

-- 
Firefox crashed when clicking a link w/ Save As
https://launchpad.net/bugs/72488

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


[Bug 50031] Re: [regression] Suspend [to-RAM and to-disk] is broken in 2.6.15-25.43

2006-11-14 Thread Michael Trunner
Same here, after installing the proprietary ATI driver (fglrx) Suspend to RAM 
works fine.
What do you meen with A small problem still remains that neither Suspend nor 
Hibernate activates if the screen lid is closed when the idle timeout is 
reached. ?
With the radeon dirver the system resums from Suspend but not the display. The 
screen is black and Strg+alt+del reboots the system.

-- 
[regression] Suspend [to-RAM and to-disk] is broken in 2.6.15-25.43
https://launchpad.net/bugs/50031

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


[Bug 66725] Latex Syntax Highliting dont work correct

2006-10-18 Thread Michael Trunner
Public bug reported:

The Latex Syntax highliting highlights \usepackage \begin and co. wrong.

Steps to reproduce:
1. write \usepackage[utf8]{inputenc}
2. add a space like this \usepac kage[utf8]{inputenc}
3. and remove it \usepackage[utf8]{inputenc}


Actual results:
Per default on the first step the color should be violet
After adding and removing the space it is green and bold (that is the wrong
highliting)

Expected results:
It's violet again

Does this happen every time?
Yes

** Affects: gedit (upstream)
 Importance: Unknown
 Status: Unknown
** Affects: gedit (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

** Bug watch added: GNOME Bug Tracker #363114
   http://bugzilla.gnome.org/show_bug.cgi?id=363114

** Also affects: gedit (upstream) via
   http://bugzilla.gnome.org/show_bug.cgi?id=363114
   Importance: Unknown
   Status: Unknown

-- 
Latex Syntax Highliting dont work correct
https://launchpad.net/bugs/66725

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


[Bug 66725] Re: Latex Syntax Highliting dont work correct

2006-10-18 Thread Michael Trunner
Sorry for my bad english. :-/

No not everything should/is green. \usepackage violet and you can configure it 
seperate in the options of the Latex Syntax Highliting menu. 
When I load a .tex File the \usepackage is correct but some \begin \end are 
red. If I edit something on it then its green.
In the config of the syntaxhighliting only catchwords ( I have the german 
version there is standing Stichworte) should colored green. And instructions 
should be red. But some \end are red too.
If I add one or two new Lines above then it changes it color? I can't belive 
this is normal.
It makes no sense that one \end is red while others are green. And one 
\usepackage is green and the next is violet.
If all shoul be green, why I can configure Math, includes, instructions, ... 
with different colors?

Picture: The last \usepackage is green after editing it.
the last begin is green while the first is red. If I replace the b with b then 
its green.

** Attachment added: picture of the problem
   
http://librarian.launchpad.net/4888959/Bildschirmfoto-%2ASpezifikation.tex%20%28%7E-uni-sopra-docu%29%20-%20gedit.png

-- 
Latex Syntax Highliting dont work correct
https://launchpad.net/bugs/66725

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


[Bug 66725] Re: Latex Syntax Highliting dont work correct

2006-10-18 Thread Michael Trunner
The Problem is:

  keyword-list _name=Command style=Keyword case-sensitive=TRUE
match-empty-string-at-beginning=FALSE
match-empty-string-at-end=FALSE
beginning-regex=\\
keyword\\/keyword
keywordbegin/keyword
keywordend/keyword
keyworddocumentclass/keyword
keywordnewcommand/keyword
keywordnewenvironment/keyword
keywordnewtheorem/keyword
keywordnewfont/keyword
keywordpart/keyword
keywordchapter/keyword
keywordsection/keyword
keywordsubsection/keyword
keywordsubsubsection/keyword
keywordparagraph/keyword
keywordsubparagraph/keyword
keywordpage/keyword
keywordequation/keyword
keywordfigure/keyword
keywordtable/keyword
keywordfootnote/keyword
keywordfootnotemark/keyword
keywordfootnotetext/keyword
keywordmpfootnote/keyword
keywordenumi/keyword
keywordenumii/keyword
keywordenumiii/keyword
keywordenumiv/keyword
keywordlabel/keyword
keywordpageref/keyword
keywordref/keyword
keywordonecolumn/keyword
keywordtwocolumn/keyword
/keyword-list

pattern-item _name=Keyword style=Others
regex\\[a-zA-Z]+/regex
/pattern-item

Both are match the same string and gtksourceview don't know what to do. The 
keyword-list needs a higher priority or the pattern-item shouldn't match the 
same string.
Any Idea?

-- 
Latex Syntax Highliting dont work correct
https://launchpad.net/bugs/66725

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